author | Ryan VanderMeulen <ryanvm@gmail.com> |
Tue, 28 Apr 2015 15:35:05 -0400 | |
changeset 241491 | 1ad65cbeb2f4691ad3f08ae2e69685bdd1caec90 |
parent 241490 | 4de411d0cf3891abd274c3cbae652ccbf857b583 |
child 241492 | 867a54667d28de42a10527ebb1c4484744313cbd |
child 241591 | a0787486ecf5950b5753d265a15e0f9a3b4e2ad4 |
child 241612 | ff7b5b03fece6c5d2e3fee12cfe6311ad45be934 |
child 241634 | 4e08fcd21e07bc5df1a589c9b10690ce38fc39a2 |
push id | 59131 |
push user | ryanvm@gmail.com |
push date | Tue, 28 Apr 2015 20:03:33 +0000 |
treeherder | mozilla-inbound@867a54667d28 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | me |
bugs | 1158872 |
milestone | 40.0a1 |
backs out | 7882ac796e0fb79d24b4979f4784111546958217 |
first release with | nightly linux32
1ad65cbeb2f4
/
40.0a1
/
20150429030202
/
files
nightly linux64
1ad65cbeb2f4
/
40.0a1
/
20150429030202
/
files
nightly mac
1ad65cbeb2f4
/
40.0a1
/
20150429030202
/
files
nightly win32
1ad65cbeb2f4
/
40.0a1
/
20150429030202
/
files
nightly win64
1ad65cbeb2f4
/
40.0a1
/
20150429030202
/
files
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
releases | nightly linux32
40.0a1
/
20150429030202
/
pushlog to previous
nightly linux64
40.0a1
/
20150429030202
/
pushlog to previous
nightly mac
40.0a1
/
20150429030202
/
pushlog to previous
nightly win32
40.0a1
/
20150429030202
/
pushlog to previous
nightly win64
40.0a1
/
20150429030202
/
pushlog to previous
|
--- a/browser/components/nsBrowserGlue.js +++ b/browser/components/nsBrowserGlue.js @@ -729,17 +729,16 @@ BrowserGlue.prototype = { #ifndef RELEASE_BUILD let themeName = gBrowserBundle.GetStringFromName("deveditionTheme.name"); let vendorShortName = gBrandBundle.GetStringFromName("vendorShortName"); LightweightThemeManager.addBuiltInTheme({ id: "firefox-devedition@mozilla.org", name: themeName, - accentcolor: "transparent", headerURL: "resource:///chrome/browser/content/browser/defaultthemes/devedition.header.png", iconURL: "resource:///chrome/browser/content/browser/defaultthemes/devedition.icon.png", author: vendorShortName, }); #endif #ifdef MOZ_CRASHREPORTER TabCrashReporter.init();