File tree Expand file tree Collapse file tree 8 files changed +32
-13
lines changed Expand file tree Collapse file tree 8 files changed +32
-13
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,11 @@ content firesheep chrome/content/
2
2
skin firesheep classic/1.0 chrome/skin/
3
3
locale firesheep en-US chrome/locale/en-US/
4
4
5
- overlay chrome://browser/content/browser.xul chrome://firesheep/content/ff-overlay.xul
6
- style chrome://firesheep/content/ff-sidebar.xul chrome://firesheep/skin/sidebar-osx.css OS=Darwin
7
- style chrome://firesheep/content/preferences/prefsWindow.xul chrome://firesheep/skin/preferences-osx.css OS=Darwin
5
+ overlay chrome://browser/content/browser.xul chrome://firesheep/content/browserOverlay.xul
6
+ overlay chrome://global/content/customizeToolbar.xul chrome://firesheep/content/customizeToolbarOverlay.xul
7
+
8
+ style chrome://firesheep/content/sidebar.xul chrome://firesheep/skin/sidebar-osx.css OS=Darwin
9
+ style chrome://firesheep/content/preferences/prefsWindow.xul chrome://firesheep/skin/preferences-osx.css OS=Darwin
8
10
9
11
resource firesheep modules/
10
12
Original file line number Diff line number Diff line change 1
1
//
2
- // ff-overlay .js
2
+ // browserOverlay .js
3
3
// Part of the Firesheep project.
4
4
//
5
5
// Copyright (C) 2010 Eric Butler
Original file line number Diff line number Diff line change 2
2
<?xml-stylesheet href =" chrome://firesheep/skin/overlay.css" type =" text/css" ?>
3
3
4
4
<!--
5
- ff-overlay .xul
5
+ browserOverlay .xul
6
6
Part of the Firesheep project.
7
7
8
8
Copyright (C) 2010 Eric Butler
27
27
<!DOCTYPE overlay SYSTEM "chrome://firesheep/locale/overlay.dtd">
28
28
29
29
<overlay id =" firesheep-overlay" xmlns =" http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" >
30
- <script src =" ff-overlay .js" />
30
+ <script src =" browserOverlay .js" />
31
31
32
32
<stringbundleset id =" stringbundleset" >
33
33
<stringbundle id =" firesheep-strings" src =" chrome://firesheep/locale/overlay.properties" />
34
34
</stringbundleset >
35
35
36
36
<toolbarpalette id =" BrowserToolbarPalette" >
37
- <toolbarbutton id =" firesheep-toolbar-button" class =" toolbarbutton-1 chromeclass-toolbar-additional"
38
- label =" &firesheepToolbarButton.label; " tooltiptext =" &firesheepToolbarButton.tooltip; "
37
+ <toolbarbutton
38
+ id =" firesheep-toolbar-button"
39
+ class =" toolbarbutton-1 chromeclass-toolbar-additional"
40
+ label =" &firesheepToolbarButton.label; "
41
+ tooltiptext =" &firesheepToolbarButton.tooltip; "
39
42
oncommand =" FiresheepUI.toggleSidebar()" />
40
43
</toolbarpalette >
41
44
53
56
autoCheck =" false"
54
57
type =" checkbox"
55
58
group =" sidebar"
56
- sidebarurl =" chrome://firesheep/content/ff- sidebar.xul"
59
+ sidebarurl =" chrome://firesheep/content/sidebar.xul"
57
60
sidebartitle =" &firesheepSidebar.label; "
58
61
oncommand =" FiresheepUI.toggleSidebar()" />
59
62
</broadcasterset >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <?xml-stylesheet href =" chrome://firesheep/skin/overlay.css" type =" text/css" ?>
3
+ <overlay id =" FirebugOverlay"
4
+ xmlns =" http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" >
5
+ </overlay >
Original file line number Diff line number Diff line change 1
1
//
2
- // ff- sidebar.js
2
+ // sidebar.js
3
3
// Part of the Firesheep project.
4
4
//
5
5
// Copyright (C) 2010 Eric Butler
Original file line number Diff line number Diff line change 3
3
<?xml-stylesheet href =" chrome://firesheep/skin/sidebar.css" type =" text/css" ?>
4
4
5
5
<!--
6
- ff- sidebar.xul
6
+ sidebar.xul
7
7
Part of the Firesheep project.
8
8
9
9
Copyright (C) 2010 Eric Butler
30
30
<page id =" firesheepSidebar" title =" &firesheepSidebar.label; "
31
31
xmlns =" http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" >
32
32
33
- <script src =" ff- sidebar.js" />
34
- <script src =" ff-overlay .js" />
33
+ <script src =" sidebar.js" />
34
+ <script src =" browserOverlay .js" />
35
35
36
36
<vbox flex =" 1" >
37
37
<hbox id =" toolbar" >
Original file line number Diff line number Diff line change
1
+ # firesheep-toolbar-button {
2
+ list-style-image : url ('chrome://firesheep/skin/toolbar-button.png' );
3
+ }
4
+
5
+ toolbar [iconsize = "small" ] # firesheep-toolbar-button > .toolbarbutton-icon {
6
+ list-style-image : url ('chrome://firesheep/skin/toolbar-button.png' );
7
+ width : 16px ;
8
+ height : 16px ;
9
+ }
You can’t perform that action at this time.
0 commit comments