Skip to content

Commit

Permalink
Addig Selenium IDE item under Settings->Developer menu. Fixes issue 7268
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 14, 2014
1 parent 9cff008 commit 1955eaa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions ide/main/src/content/selenium-ide-overlay.xul
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ limitations under the License.
</toolbarpalette>

<!-- Samit: Enh: Add to the App menu Web developer popup in Firefox 4 -->
<menupopup id="menuWebDeveloperPopup">
<menuitem id="menuAppmenuSeleniumIDE"
label="Selenium IDE"
key="key_toggleIDE"
command="openRecorder"
class="menuitem-iconic"
image="chrome://selenium-ide/content/images/selenium-ide-logo16.png"/>
</menupopup>

<menupopup id="appmenu_webDeveloper_popup">
<menuitem id="menuAppmenuSeleniumIDE"
label="Selenium IDE"
Expand Down

0 comments on commit 1955eaa

Please sign in to comment.