Skip to content

Commit

Permalink
Move XUL source to a chrome directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jobbautista9 committed Apr 13, 2021
1 parent 8c7a7b4 commit ac62942
Show file tree
Hide file tree
Showing 28 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
del chromelist.xpi
zip -r chromelist.xpi content/ locale/ skin/ defaults/ COPYING.MPL1.1 chrome.manifest install.rdf -x *.svn*
zip -r chromelist.xpi chrome/ defaults/ COPYING.MPL1.1 chrome.manifest install.rdf -x *.svn*

2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

rm chromenavigator-dev.xpi

zip -r9 chromenavigator-dev.xpi content/ locale/ skin/ defaults/ COPYING.MPL1.1 MPL-1.1 MPL-2.0 chrome.manifest install.rdf -x *.swp
zip -r9 chromenavigator-dev.xpi chrome/ defaults/ COPYING.MPL1.1 MPL-1.1 MPL-2.0 chrome.manifest install.rdf -x *.swp

6 changes: 3 additions & 3 deletions chrome.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
content chromenavigator content/
skin chromenavigator classic/1.0 skin/
locale chromenavigator en-US locale/
content chromenavigator chrome/content/
skin chromenavigator classic/1.0 chrome/skin/
locale chromenavigator en-US chrome/locale/en-US/

overlay chrome://browser/content/browser.xul chrome://chromenavigator/content/overlay/ChromeNavigatorOverlay.xul
overlay chrome://navigator/content/navigator.xul chrome://chromenavigator/content/overlay/ChromeNavigatorOverlay.xul
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit ac62942

Please sign in to comment.