mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1198525 - Fix about:rights in Nightly and Developer edition, r=mossop, r=mfinkle
This commit is contained in:
parent
2d54051153
commit
e5f503f473
@ -66,11 +66,7 @@ static RedirEntry kRedirMap[] = {
|
||||
nsIAboutModule::URI_MUST_LOAD_IN_CHILD |
|
||||
nsIAboutModule::ALLOW_SCRIPT },
|
||||
{ "rights",
|
||||
#ifdef MOZ_OFFICIAL_BRANDING
|
||||
"chrome://global/content/aboutRights.xhtml",
|
||||
#else
|
||||
"chrome://global/content/aboutRights-unbranded.xhtml",
|
||||
#endif
|
||||
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
|
||||
nsIAboutModule::ALLOW_SCRIPT },
|
||||
{ "robots", "chrome://browser/content/aboutRobots.xhtml",
|
||||
|
@ -36,7 +36,7 @@ let modules = {
|
||||
rights: {
|
||||
uri: AppConstants.MOZ_OFFICIAL_BRANDING ?
|
||||
"chrome://browser/content/aboutRights.xhtml" :
|
||||
"chrome://global/content/aboutRights-unbranded.xhtml",
|
||||
"chrome://global/content/aboutRights.xhtml",
|
||||
privileged: false
|
||||
},
|
||||
blocked: {
|
||||
|
@ -16,8 +16,11 @@ toolkit.jar:
|
||||
content/global/about.xhtml (about.xhtml)
|
||||
content/global/aboutAbout.js (aboutAbout.js)
|
||||
content/global/aboutAbout.xhtml (aboutAbout.xhtml)
|
||||
content/global/aboutRights.xhtml (aboutRights.xhtml)
|
||||
content/global/aboutRights-unbranded.xhtml (aboutRights-unbranded.xhtml)
|
||||
#ifdef MOZILLA_OFFICIAL
|
||||
content/global/aboutRights.xhtml
|
||||
#else
|
||||
content/global/aboutRights.xhtml (aboutRights-unbranded.xhtml)
|
||||
#endif
|
||||
content/global/aboutNetworking.js
|
||||
content/global/aboutNetworking.xhtml
|
||||
content/global/aboutServiceWorkers.js
|
||||
|
Loading…
Reference in New Issue
Block a user