forked from admc/se-builder
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 396c43c
Showing
210 changed files
with
46,689 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
content seleniumbuilder chrome/content/ | ||
content seleniumbuilder chrome/content/ contentaccessible=yes | ||
overlay chrome://browser/content/browser.xul chrome://seleniumbuilder/content/browser.xul | ||
|
||
locale seleniumbuilder en-US locale/en-US/ | ||
|
||
skin seleniumbuilder classic/1.0 skin/ | ||
style chrome://global/content/customizeToolbar.xul chrome://seleniumbuilder/skin/skin.css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0"?> | ||
<?xml-stylesheet href="chrome://seleniumbuilder/skin/skin.css" type="text/css"?> | ||
<!DOCTYPE seleniumbuilder SYSTEM "chrome://seleniumbuilder/locale/translations.dtd"> | ||
<overlay id="sample" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> | ||
<script src="seleniumBuilder.js" /> | ||
|
||
<menupopup id="menu_ToolsPopup"> | ||
<menuitem | ||
label="&runseleniumbuilder;" | ||
key="selenium-builder-run-key" | ||
oncommand="seleniumBuilder.boot()" /> | ||
</menupopup> | ||
|
||
<keyset> | ||
<key id="selenium-builder-run-key" | ||
modifiers="accel alt" | ||
key="B" | ||
oncommand="seleniumBuilder.boot()" /> | ||
</keyset> | ||
|
||
<statusbar id="status-bar"> | ||
<statusbarpanel id="selenium-builder-status-bar-icon" | ||
class="statusbarpanel-iconic" | ||
src="chrome://seleniumbuilder/skin/statusbar.png" | ||
tooltiptext="&runseleniumbuilder;" | ||
onclick="seleniumBuilder.boot(null)" /> | ||
</statusbar> | ||
|
||
<toolbarpalette id="BrowserToolbarPalette"> | ||
<toolbarbutton id="selenium-builder-toolbar-button" | ||
label="Selenium Builder" | ||
image="chrome://seleniumbuilder/skin/toolbar.png" | ||
tooltiptext="&runseleniumbuilder;" | ||
oncommand="seleniumBuilder.boot(null)" /> | ||
</toolbarpalette> | ||
|
||
<popup id="contentAreaContextMenu"> | ||
<menuitem id="selenium-builder-context-menu-launch" | ||
label="&runseleniumbuilder;" | ||
oncommand="seleniumBuilder.boot(null);" /> | ||
</popup> | ||
</overlay> |
Large diffs are not rendered by default.
Oops, something went wrong.
214 changes: 214 additions & 0 deletions
214
seleniumbuilder/chrome/content/html/css/firebug-lite.css
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.