Commit Graph

315 Commits

Author SHA1 Message Date
Jared Wein
976a722af4 Bug 1284827 - Fix the path to the VisualElement resources. r=ktbee
MozReview-Commit-ID: 6BwMWuES6XS

--HG--
extra : transplant_source : %D63%D2%C0n%E6P5%01y%27N%B6%2C%7D%3B%B3%B2%24%AA
2016-07-06 08:52:15 -04:00
Katie Broida [:ktbee]
ea0acf0476 Bug 1232679 - Improves the Windows 10 start menu tile by adding VisualElementsManifest files and larger icon images. r=glandium 2016-07-01 12:03:00 +02:00
Robert Strong
2e59bf1b5d Bug 1271759 - Don't install on systems that have a CPU that doesn't support SSE2. r=mhowell 2016-05-27 09:15:16 -07:00
L. David Baron
d097996b85 Bug 1111440 - Replace -moz- prefixed logical margin/padding/border properties with their standard versions. r=heycam
This patch was generated by the command:
  find . -name "*.css" -exec sed -i -f mozpropsub {} \;
in the root of a mozilla-central tree, with the file mozpropsub
containing the contents:
s/-moz-padding-end\>/padding-inline-end/g
s/-moz-padding-start\>/padding-inline-start/g
s/-moz-margin-end\>/margin-inline-end/g
s/-moz-margin-start\>/margin-inline-start/g
s/-moz-border-end\>/border-inline-end/g
s/-moz-border-end-color\>/border-inline-end-color/g
s/-moz-border-end-style\>/border-inline-end-style/g
s/-moz-border-end-width\>/border-inline-end-width/g
s/-moz-border-start\>/border-inline-start/g
s/-moz-border-start-color\>/border-inline-start-color/g
s/-moz-border-start-style\>/border-inline-start-style/g
s/-moz-border-start-width\>/border-inline-start-width/g

While I didn't manually review all the changes, I did review the list of
files, and manually reviewed the changes in the files that I thought
were more interesting.

Note that there are a few tests that should be fixed up as well, but
I'll do that in a later patch.

MozReview-Commit-ID: EiQTuuV0MNQ
2016-05-12 22:19:58 -07:00
Robert Strong
2a488ce1f3 Comment only followup fix for bug 1268340. r=me 2016-05-10 17:40:17 -07:00
Robert Strong
56aacedea2 Bug 1268340 - Change app.update.promptWaitTime preference to 8 days on the release (includes beta) and aurora channels. r=felipc 2016-04-29 10:01:40 -07:00
Mike Shal
5efa4c6448 Bug 1264162 - Move branding installation to branding-common.mozbuild; r=glandium
MozReview-Commit-ID: LCUkgGPDmHq

--HG--
extra : rebase_source : f473dbb39729fc0b352ef8009a376d989ec3bcf9
2016-04-14 14:40:33 -04:00
Mike Hommey
0a771514a8 Bug 1256988 - Replace tests on MOZ_WIDGET_GTK with tests on MOZ_WIDGET_TOOLKIT containing gtk. r=chmanchester
But only do that for the AC_SUBST. The AC_DEFINE is still useful.
2016-03-17 06:49:44 +09:00
Carsten "Tomcat" Book
83adb66526 merge mozilla-inbound to mozilla-central a=merge 2016-03-01 12:01:58 +01:00
Mike Shal
e967ca76fd Bug 1251704 - Remove browser/branding Makefile.in's; r=chmanchester
MozReview-Commit-ID: 4uOC4EXYWU0

--HG--
extra : rebase_source : 184de45ff79cb61b44cad8461ca8d821109c7240
2016-02-26 13:03:37 -05:00
Florian Quèze
3bab40f228 Bug 1251278 - Remove obsolete Yahoo parameter preferences, r=mconnor. 2016-02-29 11:46:37 +01:00
Dave Townsend
0a6414b898 Bug 1245649: Turn on no-trailing-spaces. r=Gijs
--HG--
extra : commitid : F2OWKTvXUO4
extra : rebase_source : ec68631342e0edc59d77b6bab1cdc975ad175327
2016-02-03 14:22:33 -08:00
Mike Hommey
fbf6637c30 Bug 1234780 - Use Paths for BRANDING_FILES. r=gps
Also, handle them like other FinalTargetFiles.

After this, TEST_HARNESS_FILES is the last use of plain HierarchicalStringList.
2015-12-24 13:12:44 +09:00
Matt Howell
66cabf4a78 Bug 1079858, Deal with deprecation of SHA1 (SHA-1) Authenticode signatures for Windows signing, part 2 (swap cert, relanding), r=catlee, a=lizzard
--HG--
extra : amend_source : f8c7d16e30c6e06cd3f9c04d1e63fe3befe09160
2015-12-09 17:22:19 -05:00
Nick Thomas
a408867daf Backed out 2 changesets (bug 1079858)
Backed out changeset a8965ae93c5d (bug 1079858)
Backed out changeset ba03ae4ac5df (bug 1079858)
2015-12-09 12:40:58 -05:00
Matt Howell
421eb47a4b Bug 1079858, Deal with deprecation of SHA1 (SHA-1) Authenticode signatures for Windows signing, part 2 (swap cert), r=catlee, a=lizzard
--HG--
extra : amend_source : 450203e03ee0f46929ca4b4ce1a1e43b4ea6df97
2015-12-08 16:16:55 -05:00
Wes Kocher
39967e9806 Backed out changeset 0ea0832d052d (bug 1079858) for causing bug 1230631 a=backout
--HG--
extra : commitid : GeBy210BpUB
2015-12-04 14:58:55 -08:00
Mike Hommey
524f4438ab Bug 1229279 - Use mozbuild.context.Path for FINAL_TARGET{_PP}_FILES. r=gps 2015-12-03 13:34:02 +09:00
Ben Hearsum
2658b43d3a Bug 1079858: Enable SHA2 signing for windows. r=catlee rs=rstrong
--HG--
extra : amend_source : c605389facd952635d04a60b15bb14a269d073dc
2015-12-02 14:12:37 -05:00
Mike Hommey
c879615900 Bug 1228467 - Don't preprocess chrome files without preprocessor directives. r=gps 2015-12-01 08:25:22 +09:00
Sebastian Hengst
c1930e0865 Bug 1221970 - Black stripe on the right side of About Firefox dialog in unofficial builds - port (bug 890973). r=Gijs 2015-11-05 13:19:21 +01:00
Brian Grinstead
bd786882a8 Bug 1173612 - Use inverted loading icon for aboutDialog in Nightly/DevEdition builds;r=Gijs
--HG--
extra : commitid : EmGnO8YKi8m
2015-10-21 12:49:36 -07:00
Matthew Noorenberghe
5c48ecabc8 Bug 1209140 - Open a second firstrun tab for Tracking Protection promotion. r=jaws
--HG--
extra : commitid : 18Jp0NB0RWc
2015-10-15 13:44:18 -07:00
Justin Dolske
ae99e672d1 Bug 1204154 - Clean up jar manifests that needlessly specify the source file. r=dao 2015-09-15 18:33:57 -07:00
Stephen Horlander
4045aebb44 Bug 1174141 - Update Jump List icons. r=dao 2015-09-01 18:10:26 +02:00
Kev Needham
16ad76b044 Bug 1195683 - Restore "fr" preferences for non-US Yahoo! searchplugins. r=Mossop 2015-08-18 10:50:00 -04:00
Tim Nguyen
9a4d018e07 Bug 1178548 - Clean up more SVGs. r=Gijs,MattN
--HG--
extra : commitid : 7QwJRxmVcF7
extra : rebase_source : 2db338398502031fbd6159bb7950e06c45a6f0d7
2015-08-11 23:09:10 +02:00
Matthew Noorenberghe
29945a04cf Bug 1181541 - Convert branding identity icons for internal pages to SVG. r=ttaubert
--HG--
extra : commitid : geLylL1pjO
extra : rebase_source : 1d820693803f9e6903d357d62ed001c5e8ce0c5b
2015-07-23 20:54:48 -07:00
Panos Astithas
82bcb1083b Only delay the hamburger button update badge in developer edition (bug 1170240). r=Gijs 2015-06-04 10:08:27 +03:00
J. Ryan Stinnett
df1d7103b9 Bug 1157289 - Unofficial branding with labels from Nightly. r=Gijs 2015-05-28 09:03:23 -05:00
Miles Richardson
1121d1ada8 Bug 1160771 - Clean unnecessary tags and properties from SVG files in browser/ and toolkit/. r=dao
--HG--
extra : rebase_source : 6a6f6cd771ba019665c00b394bd7d1d5b3b1f29e
2015-05-21 12:33:00 -04:00
Robert Strong
5fde7ebef6 Bug 1162796 - Firefox Developer Edition appname.bmp is too small. r=shorlander 2015-05-13 18:15:58 -07:00
Brian Grinstead
e2c2aa0c0a Bug 1095824 - Update about-background.png for aurora branding to better handle large windows;r=dao 2015-05-08 06:42:41 -07:00
Robert Strong
3d9c259306 Bug 1096523 - Firefox Developer Edition bitmap looks awful with hiDPI (logo image). r=spohl 2015-05-06 13:01:57 -07:00
Brian O'Keefe
bb0f2688e6 Bug 786520 - Install things to $(DIST)/branding from moz.build instead of manual rules in Makefile.ins. r=mshal
--HG--
extra : rebase_source : 5c9900d28263466014ff391ae4142e98866e4032
2015-02-26 16:53:31 -05:00
Kartikaya Gupta
cd5b55f8d6 Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong 2015-04-23 15:10:30 -04:00
Jared Wein
374a3df179 Bug 1123518 - [ReadingList] Display article preview image in the Reading List sidebar. r=florian 2015-03-20 11:20:11 -07:00
Gijs Kruitbosch
0d151c62b6 Bug 1099426 - make some uses of brandname shorter still, r=jwalker 2015-02-06 21:15:45 +00:00
Brian O'Keefe
1fa0eaa700 Bug 870366 - Part 2: Move PREF_JS_EXPORTS to moz.build (easy moves). r=gps 2015-01-20 13:07:03 -05:00
Abdelrhman Ahmed
42fda677c8 Bug 1119560 - remove unused browser.search.param.yahoo-fr* prefs. r=gavin 2015-01-13 03:27:00 +01:00
Gavin Sharp
a2a32f2bb4 Bug 1091980: enable firstrun page for Aurora (Dev Edition), r=jwalker, a=jgriffiths
--HG--
extra : rebase_source : 6f79bc8eaa3380d4e36722084a78ef6054ad6a74
2014-11-25 09:31:58 -08:00
Panos Astithas
674820534e Define MOZ_DEV_EDITION in aurora branding configuration (bug 1095934). r=glandium
--HG--
extra : rebase_source : 28256984e52a182614d36bf0d47122bea6d44c93
2014-11-11 13:21:36 +02:00
Panos Astithas
4c867b9fa7 Bug 1094505 - Avoid using concatenated name in installer. r=rstrong 2014-11-08 10:50:28 +02:00
Brian Grinstead
23e24c9537 Bug 1093766 - Change background color for about dialog on aurora;r=jaws 2014-11-04 13:31:44 -08:00
Panos Astithas
3ea96a913b Use the full name as the short name (bug 1090324). r=gavin
--HG--
extra : rebase_source : a5e6721a8ef53f611e36747c5ef3a7cec01f9f35
2014-10-28 20:59:17 +02:00
Stephen Horlander
f02a3f5304 Bug 1072181 part 2 - Use new assets for the aurora channel. r=gavin
--HG--
extra : rebase_source : cbddebecf0bc46479a77b73305cf7889b83633b9
2014-10-29 08:37:00 +02:00
Panos Astithas
b9918fe9b8 Bug 1072181 part 1 - Use developer-focused branding and configuration for aurora. r=gavin, f=rstrong
--HG--
extra : rebase_source : 2752b788cc1fdcf60aed7907162c1e214623543d
2014-11-01 15:41:51 +02:00
Panos Astithas
58f7caecb2 The windows installer shouldn't bypasses the profile selection logic when it tries to launch the installed app (bug 1091605). r=rstrong 2014-10-31 22:10:10 +02:00
Manish Goregaokar
9207928a2a Bug 1046672 - Restrict self-xss changes to Release/beta channels; r=jwalker 2014-09-12 10:31:59 -07:00
Nathan Froyd
e1583db863 Bug 1042226 - move DEFINES += -DAB_CD=$(AB_CD) pattern into config.mk; r=mshal 2014-08-01 12:53:05 -04:00
Mike Connor
f749ec40e7 Bug 1003159 - Default the updater to downloading the entire update at once for Nightly/Aurora. r=rstrong 2014-07-03 09:32:36 -07:00
Cameron McCormack
f8e8ccc5d0 Bug 1023655 - Remove DOCTYPEs from SVG documents to avoid failed DTD loads. r=Unfocused 2014-06-11 12:08:23 +10:00
Robert Strong
c0a5d95f61 Bug 1010999 - Change update notification to Weekly instead of Daily on Aurora. r=gavin.sharp 2014-06-05 18:10:17 -07:00
Mike Connor
3be9019408 bug 995390 - make bing/yahoo codes consistent across channels, r=gavin
--HG--
extra : rebase_source : 0b8711d655edf1ecf45776fdff1edfa421da1403
2014-04-14 15:49:39 -04:00
Matthew Noorenberghe
e0a91cc666 Bug 995867 - Switch Nightly firstrun/whatsnew URLs to HTTPS. r=adw 2014-04-13 21:34:00 +02:00
Heiher
f717e875e8 Bug 992613 - Fix up branding files missing for gtk3 widget toolkit when using aurora or official branding. r=gijs 2014-04-05 20:52:00 +01:00
Robert Strong
970e6eb3a2 Windows installer only - Bug 990243 - Use a background color instead of a background image for the download / install phase of the stub installer. r=bbondy 2014-04-02 14:33:58 -07:00
Robert Strong
07c895a1eb Bug 792075 - Update links in Control Panel. r=bbondy 2014-03-28 10:58:44 -07:00
Drew Willcoxon
c89fb1e0dd Bug 983453 - Re-enable whatsnew and firstrun pages for Nightly builds. r=MattN 2014-03-25 08:15:11 -07:00
Robert Strong
1bc737a3a4 Bug 799215 - Stub installer's dual progress bars are confusing. Use a single progress bar for both. ui-r=philipp, r=bbondy 2014-03-19 10:40:04 -07:00
Robert Strong
6d51c5621f Bug 982448 - some fxmetro pref's still being left behind with values without --enable-metro in the mozconfig. r=bbondy 2014-03-12 10:49:43 -07:00
Mike Connor
9aaf3f6090 Bug 979405 - bing pc and form codes are incorrect, r=mbrubeck
--HG--
extra : rebase_source : a24da9c87e728ef2532c4b963f5103f591504569
2014-03-04 13:36:00 -05:00
Mike Connor
dafa6b4366 Bug 942024 - Yahoo search not using custom search codes, r=mbrubeck
--HG--
extra : rebase_source : 5f810411a8427b6bef4eefb56130c4cb9cc40ef3
2014-03-03 17:54:47 -05:00
Ehsan Akhgari
d91d200572 Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg 2014-02-10 17:57:01 -05:00
Rodrigo Silveira
208ec7ab5c Bug 941284 - First run experience r=mbrubeck
--HG--
extra : rebase_source : fa7ac4b0baf2bcb0b7ca47086c275959f4303e8d
2013-12-11 20:58:29 -08:00
Gregory Szorc
e396fc159d Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.

We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.

--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Matt Brubeck
48eded32c8 Bug 898843 - Update logos and colors in Metro About flyout [r=rsilveira,dolske] 2013-12-12 09:14:12 -08:00
Mike Hommey
8fd06cf41b Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-27 22:55:07 +09:00
Mike Hommey
b32a4ed166 Backout changeset 3fd4b546eed4 (bug 874266) and changeset a35d2e3a872f (bug 942043) for ASAN build bustage and Windows test bustage
--HG--
extra : amend_source : f20d09aeff1c8b5cbd0f1d24c7ce04e86f3aed1d
2013-11-28 14:24:05 +09:00
Mike Hommey
682364d535 Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-28 13:08:16 +09:00
Robert Strong
ae0ebe69b3 Bug 941291 - Followup patch - Simplify creating funnelcake stub installers. r=bbondy 2013-11-22 13:34:20 -08:00
Joshua Cranmer
51d2533270 Bug 900526, part 5: Move DIST_SUBDIR to moz.build, r=gps 2013-10-21 13:10:04 -05:00
Ben Hearsum
27fc7c6800 bug 803531: renew authenticode certificates in september 2013 - update authenticode issuer in tree. r=rstrong 2013-09-26 13:44:27 -04:00
Mike Hommey
f8bc7fa754 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Georgiana Chelu
e3272a2087 Bug 910593 - Add the underline back to text links in the About dialog. r=dao 2013-08-31 10:15:57 -04:00
Gavin Sharp
bc2f5ddc94 Bug 907404: disable the in-product whatsnew page, so that manual upgrades are consistent with updater upgrades wrt showing the whatsnew page (updater upgrades disable whatsnew via snippets), r=dolske, a=asa
--HG--
extra : transplant_source : %0D6A%BEP%99%09%CEVA%00l%A7%27%C3%08%EF%03%03%82
2013-08-20 14:16:25 -07:00
Robert Strong
0617d5232a Bug 829229 - Please set the in-product update backoff to 48 hour. r=bbondy 2013-08-15 12:53:55 -07:00
Dão Gottwald
116734a54e Bug 728773 - Always freeze the build ID in the UA string at 20100101. r=bz sr=gerv 2013-08-02 00:50:45 +02:00
Doug Turner
db228ccd35 Bug 885641 - Force an update check if the build is older than some reasonable value. r=gavin, r=rstrong 2013-07-30 20:19:58 -07:00
Stephen Horlander
354d25c53e Bug 889417 - Make branding 32 x 32 icon fill more space. r=dolske 2013-07-29 18:11:28 -04:00
Jared Wein
6b36ca68b2 Bug 888563 - Update Aurora and Nightly identity icons and colors. r=MattN 2013-07-15 15:59:39 -04:00
Jared Wein
c497b95594 Bug 890973 - About dialog background image has odd black stripe on the far end. r=mconley 2013-07-08 16:35:41 -04:00
Stephen Horlander
cc6433fac1 Bug 840883 - Update Nightly Branding. r=dolske 2013-07-07 16:49:28 -04:00
Stephen Horlander
35b354c3f0 Bug 840883 - Update Unofficial Branding. r=dolske 2013-07-07 16:48:31 -04:00
Stephen Horlander
201a828bec Bug 840883 - Update Aurora Branding. r=dolske 2013-07-07 16:48:09 -04:00
Jared Wein
09f398a510 Bug 750106 - Use a chrome icon for chrome URLs in the location bar. r=mconley
--HG--
rename : browser/themes/windows/browser.css => browser/themes/shared/identity-block.inc.css
2013-06-28 23:22:41 -04:00
Stephen Horlander
707be440d3 Bug 884011 - Update Firefox Official Branding; r=dolske 2013-06-22 08:55:32 -04:00
Martin Stransky
2d7e7fed1a Bug 879760 - Port GTK2 to GTK3 - browser dir. r=karlt 2013-06-11 13:40:28 -04:00
Raymond Lee
b4b00ff8fc Bug 876037 - Make app.releaseNotesURL and app.vendorURL optional. r=gavin 2013-05-31 03:25:43 +08:00
Raymond Lee
8dd12d0f2f Bug 846944 - Change www.mozilla.com to .org in official Firefox Branding preferences. r=gavin 2013-05-31 02:46:34 +08:00
Raymond Lee
fd4ad06a4d Bug 840692 - Use HTTPS instead of HTTP for startup pages (startup.homepage_override_url and startup.homepage_welcome_url) r=gavin
--HG--
extra : rebase_source : 77a317d7aa5e01aa5b2b744d147a1ef2c076cc5c
2013-05-28 11:55:05 +08:00
Gavin Sharp
ef654daa9e Bug 486660: disable whatsnew and firstrun pages for Nightly builds, since we have no useful content for them, r=dolske
--HG--
extra : rebase_source : b8d7a51725255472812b3c03045419aa018a178a
2013-05-24 16:23:24 -07:00
Raymond Lee
b18907d7e2 Bug 841221 - Use HTTPS instead of HTTP for manual update link to firefox.com in Help|About dialog. r=gavin 2013-05-28 12:55:28 +08:00
Robert Strong
2370cbb64f Bug 860897 - Add locale to stub installer fallback url. r=bbondy Windows stub installer only which is only built when building the nightly - DONTBUILD 2013-04-27 00:14:16 -07:00
Frederic Kayser
0306ac9e40 Bug 653001 - Replace about-logo.png with optimized version. r=fryn 2013-04-16 15:25:26 -07:00
Tim Abraldes
837aa0ba81 bug 859418. Use 'firefox' instead of %APP% in branding links. r=jimm 2013-04-09 17:26:47 -07:00
Kyle Machulis
72a717a860 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Kyle Machulis
43628a7867 Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Kyle Machulis
334c0800cf Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Frank Yan
8132435fdc Bug 848150 - Update about:home favicons. r=dolske ui-r=shorlander ui-r=limi 2013-03-05 14:58:07 -08:00
Ms2ger
757ae0cc2d Backout changeset f4beba4909b0 and changeset 1666ca9b946b for bc test failures. 2013-03-16 11:09:43 +01:00
Frank Yan
557403c2b5 Bug 848150 - Update about:home favicons and Google search engine icon. r=dolske ui-r=shorlander ui-r=limi 2013-03-05 14:58:07 -08:00
Phil Ringnalda
ccd6349562 Back out 6690c6da6cc6 (bug 848150) for test bustage
CLOSED TREE
2013-03-15 19:59:09 -07:00
Frank Yan
33ce1f2dc7 Bug 848150 - Update about:home favicons and Google search engine icon. r=dolske ui-r=shorlander ui-r=limi 2013-03-05 14:58:07 -08:00
Robert Strong
03977762c1 Windows stub installer code only - Bug 811573 - 'Add more data points to the metrics ping for the stub installer'. Also fixes bug 797998 - 'In the download phase of the stub installer without an internet connection, the stub installer should eventually time out and report an error' and bug 836044 - 'Aurora stub installer doesn't seem to be working'. r=bbondy 2013-03-05 22:07:59 -08:00
Gregory Szorc
45faa95b04 Merge mozilla-central into build-system
Only conflict was configure.in amd was due to context, not
changed lines themselves.
2013-02-25 22:09:18 -08:00
Gregory Szorc
1b27561fa4 Bug 784841 - Part 18d: Convert /browser; r=gavin f=Ms2ger 2013-02-25 12:47:18 -08:00
Jim Mathies
c08133a60e Bug 844270 - Move visual manifests into branding, and set custom background colors for each release. r=glandium 2013-02-25 08:33:56 -06:00
Justin Wood
108d917768 Bug 844336 - Aurora win32 L10N builds broken by bug 823218. r=khuey 2013-02-22 16:45:00 -05:00
Jim Mathies
ae86eccad7 Bug 735008 - Land new splash screen and tile images for metro. r=shorlander. DONTBUILD 2013-02-21 12:47:13 -06:00
Matt Brubeck
f506bdef9f Bug 841097 - Stop unnecessary preprocessing in /browser/branding/locales [r=gavin] 2013-02-13 12:32:33 -08:00
Jim Mathies
89a37b33ba Bug 823218 - merge metro branding to mc. r=glandium 2013-02-12 14:51:23 -06:00
Dão Gottwald
ec2556d7c9 Bug 815743 - Part 2: Backed out bug 588909. a=lsblakk
--HG--
extra : transplant_source : s9%11%B2%04%B1%D0%5E%28I%13%15%B5%9E%AB%B5E%09%0D%E2
2012-08-10 20:48:09 +02:00
Ehsan Akhgari
cfc39d6071 Backed out 2 changesets (bug 815743) because it will probably leak...
Backed out changeset d6130f6eeaca (bug 815743)
Backed out changeset 08192df425cf (bug 815743)

--HG--
extra : rebase_source : ea48fa52a66a0572ee89babc2c2e41adc04aec88
2012-11-27 17:30:21 -05:00
Dão Gottwald
75e4bd7ee1 Bug 815743 - Part 2: Backed out bug 588909. a=lsblakk
--HG--
extra : transplant_source : u2%AC%3B%E0%D8q%AE%98%B0%40%8C%AC%29%1A%E84b%C3Z
2012-08-10 20:48:09 +02:00
Jared Wein
028167bb67 Bug 751444 - The About dialog's focus rings are barely visible in Nightly and Aurora builds. r=dao 2012-11-07 14:28:17 -08:00
Robert Strong
982d95ac08 Bug 802734 - Add installer telemetry ping information. r=bbondy 2012-11-01 17:35:46 -04:00
Robert Strong
207e6fc8af Bug 803181 - Change update background download interval from 10 minutes to 1 minute and update check interval from 24 hours to 12 hours. r=jaws 2012-10-19 12:42:28 -07:00
Robert Strong
7bdbb24e2b Changes to absolute image sizes for Bug 798794 - Followup on bug 795654 - Artwork appears to be coming out pixelated or patched in stub installer. r=bbondy 2012-10-11 03:19:58 -07:00
Robert Strong
2a22d4e725 Artwork for Bug 798794 - Followup on bug 795654 - Artwork appears to be coming out pixelated or patched in stub installer. r=bbondy 2012-10-11 03:19:21 -07:00
Robert Strong
4841edf196 Bug 799611 - Change stub installer fallback page for Nightly, Aurora, and Beta. r=bbondy 2012-10-10 13:37:08 -07:00
Robert Strong
caae846899 Bug 798544 - Prevent using the beta url override when official branding is not used. r=bbondy 2012-10-05 17:44:32 -07:00
Robert Strong
ab1d15f04e Bug 798477 - Add fallback page for the official stub installer. r=bbondy 2012-10-05 13:57:12 -07:00
Robert Strong
11013a3c3a Main Patch for Bug 795654 - Add artwork and text positioning around artwork for nightly and aurora stub installer. r=bbondy 2012-10-05 13:56:30 -07:00
Robert Strong
c1ed04e338 Artwork for Bug 795654 - Add artwork and text positioning around artwork for nightly and aurora stub installer. r=bbondy 2012-10-05 13:56:15 -07:00
Robert Strong
7a39c5a5d3 Bug 322206 - Firefox net / stub installer - fix branch support, set as default displayed as appropriate, and other fixes. r=bbondy 2012-09-28 15:48:26 -07:00
Robert Strong
04af72554d Bug 322206 - Firefox net / stub installer - main stub patch. r=bbondy 2012-09-28 15:48:00 -07:00
Robert Strong
f8e789babf Bug 322206 - Firefox net / stub installer - stub build system prep. r=bbondy 2012-09-28 15:46:22 -07:00
Robert Strong
a3bb414e0d Bug 322206 - Firefox net / stub installer - artwork. r=bbondy 2012-09-28 15:46:09 -07:00
Gregory Szorc
c763d3ae79 Backout 8d9c80e2f95b (bug 786520) for breaking l10n nightlies (bug 789838) 2012-09-10 13:34:17 -07:00
Gregory Szorc
d509ea29c8 Bug 786520 - Clean up branding Makefile.in's for browser; r=ted
Previously all Makefile.in were identical. Common bits are now
refactored into a shared .mk file. They also use the generic
copy/install rule instead of a one-off make rule.
2012-09-04 10:38:42 -07:00
Mike Hommey
70d7c821af Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Ehsan Akhgari
cc5449c485 Bug 707037 - Revert the update check frequency increase (bug 707020); r=bbondy
--HG--
extra : transplant_source : %83%86%A8%F7%28%9A%EEv%9ErW%1B%8E%EA%1B%3C%AF%C6%DA%E5
2012-02-06 16:32:32 -05:00
Gervase Markham
68d38d677f Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
2012-05-29 16:52:43 +01:00
Steven Michaud
7b8b06de26 Bug 736655 - Resize dmg window's background to fit Mountain Lion's new minimum size. r=gavin 2012-05-24 13:05:25 -05:00
Gervase Markham
82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Dão Gottwald
7500ef3a26 Bug 588909 - Replace Gecko/<date> with Gecko/<version> in UA string. r=bz sr=gerv 2012-04-30 13:06:45 +02:00
Jared Wein
943f6124d4 Bug 515785 - Use new icons for each task in Win7 Jump list tasks. r=bbondy 2012-04-28 11:22:06 -04:00
Gavin Sharp
46e59eb863 Bug 739793: add old version to post-update whatsnew URL to allow differentiating various upgrade scenarios, r=mak
--HG--
extra : transplant_source : %94%F1O%DEK%D0n%F3%F5%07%7D%20%C7%E2%C6%3C%922%01%DB
2012-03-28 09:56:56 -07:00
Justin Dolske
69b5615c27 Backout bfc937247f3c (bug 588909), UA change breaks Google and Zimbra. 2012-02-20 16:29:38 -08:00
Dão Gottwald
55f0881762 Bug 588909 - Replace Gecko/<date> with Gecko/<version> in UA string. r=bz sr=gerv 2012-02-17 13:21:29 +01:00
Steven Michaud
f2bfc44f65 Bug 714951 - [Mac] Aurora and Nightly icons incorrectly positioned in mounted DMG image's finder window. r=gavin 2012-01-23 16:18:26 -06:00
Ehsan Akhgari
7534991e3e Bug 707020 - Increase the frequency of update checks temporarily when landing bug 481815; r=rs 2012-01-05 15:34:28 -05:00
Christian Legnitto
1da4f5f9c4 Bug 689679 - Add What's New page to the Firefox Update Experience (backs out bug 685727), DONTBUILD 2011-10-13 12:12:47 -07:00
Tim Taubert
60568e160d Bug 657472 - 'Tune' the time to wait before displaying the update been downloaded / restart notification and provide ability to override in the update xml; r=rstrong 2011-10-08 17:19:32 +02:00
Christian Legnitto
2569f2d5c4 Bug 685727 - Remove What's New page from the Firefox Update Experience, r=gavin. Don't see the point to build for this little change so DONTBUILD 2011-09-08 20:12:08 -07:00
Ehsan Akhgari
624cdf4412 Revert to 176fae7de173 which was fine.
Sorry for breaking the history, won't trust TBPL, ever again. :(
2011-09-02 09:15:54 -04:00
Ehsan Akhgari
44916171a8 Revert to changeset e6fc4594c22e which was the last one to get a green Win7 tp run 2011-09-02 09:03:08 -04:00
Jeff Muizelaar
283d300f79 Bug 630880. Decrease update interval length for nightly users. r=gavin
This will hopefully get nightly users to update sooner.
2011-09-01 18:12:22 -04:00
Ed Morley
5bead12ce7 Bug 653333 - Remove legacy splash screen code (nsSplashScreen, MOZ_SPLASHSCREEN, splash.bmp) now that no platforms use it; r=dtownsend,bsmedberg 2011-08-04 09:04:40 +02:00