Skip to content

Commit

Permalink
Renamed overlays to more sensible names.
Browse files Browse the repository at this point in the history
darcs-hash:20070504223409-8cc29-a2feed4207bdfd0e59ffd47ad15763fa62679215.gz
  • Loading branch information
bard committed May 4, 2007
1 parent f91d579 commit d22163c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome.manifest
@@ -1,5 +1,5 @@
content mozlab chrome/content/
skin mozlab classic/1.0 chrome/skin/classic/

overlay chrome://browser/content/browser.xul chrome://mozlab/content/overlay-firefox.xul
overlay chrome://messenger/content/messenger.xul chrome://mozlab/content/overlay-thunderbird.xul
overlay chrome://browser/content/browser.xul chrome://mozlab/content/overlay_browser.xul
overlay chrome://messenger/content/messenger.xul chrome://mozlab/content/overlay_mail.xul
1 change: 1 addition & 0 deletions chrome/content/mozunit/test_case.js
Expand Up @@ -335,6 +335,7 @@ function _asyncRun1(tests, setUp, tearDown, reportHandler, onTestRunFinished) {

fsm.go('start', {}, stateHandlers, stateTransitions, []);
}
}

function _defaultReportHandler(report) {
if(report.result == 'success')
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d22163c

Please sign in to comment.