Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/appSupport.js

Issue 6719238685327360: Issue 384 - Wrong image shows up briefly for Adblock Plus icon (Closed)
Patch Set: Created May 23, 2014, 11:05 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/content/ui/overlay.xul ('k') | lib/ui.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/appSupport.js
===================================================================
--- a/lib/appSupport.js
+++ b/lib/appSupport.js
@@ -359,17 +359,18 @@ switch (application)
return (browser ? browser.currentURI : null);
}
};
exports.contentContextMenu = ["contentAreaContextMenu", "mailContext"];
exports.defaultToolbarPosition = {
parent: ["PersonalToolbar", "msgToolbar"],
- before: ["bookmarks-button", "button-junk"]
+ before: ["bookmarks-button", "button-junk"],
+ addClass: "toolbarbutton-1"
};
exports.statusbarPosition = {
parent: "status-bar"
};
exports.toolsMenu = {
parent: "taskPopup",
« no previous file with comments | « chrome/content/ui/overlay.xul ('k') | lib/ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld