Commit Graph

213 Commits

Author SHA1 Message Date
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