Port changes needed from |Bug 1476333 - Consolidate the ways that we reference "browser.xul" across the tree| to SeaMonkey
Categories
(SeaMonkey :: General, task)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
Details
(Whiteboard: SM2.53.20)
Attachments
(1 file, 1 obsolete file)
11.50 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
|
Details | Diff | Splinter Review |
This ports the changes needed from patch 2 of Bug 1476333
Need to consolidate the ways that we access the main browser document URL. Here are the ways we currently access the main browser document URL:
- hardcoded "chrome://navigator/content/navigator.xul"
- hardcoded "chrome://navigator/content/" which redirects to "chrome://navigator/content/navigator.xul"
- Services.prefs.getCharPref("browser.chromeURL") -> "chrome://navigator/content/navigator.xul"
- getBrowserURL() from utilityOverlay.js / nsBrowserContentHandler.js
[Approval Request Comment]
Regression caused by (bug #): 1476333
User impact if declined: none
Testing completed (on m-c, etc.): 2.53.20
Risk to taking this patch (and alternatives if risky): lowish
String changes made by this patch: none
Wth AppConstants.jsm imported in utilityOverlay.js
Comment 3•3 months ago
|
||
Comment on attachment 9433479 [details] [diff] [review]
1911841-browserChromeURL-1_1-25320.patch
lgtm
Updated•3 months ago
|
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/ce70e5daa332
Port changes needed from |Bug 1476333 - Consolidate the ways that we reference "browser.xul" across the tree| to SeaMonkey. r=frg
Comment 5•5 days ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/90d87144cca8996fc3f327f9eb83ac2d835faa7b
Port changes needed from |Bug 1476333 - Consolidate the ways that we reference "browser.xul" across the tree| to SeaMonkey. r=frg a=frg
Description
•