Граф коммитов

18 Коммитов

Автор SHA1 Сообщение Дата
Mike Hommey 66d7fe943e Bug 1575420 - Replace MOZ_WIDGET_TOOLKIT value of "gtk3" with "gtk". r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D42765

--HG--
extra : moz-landing-system : lando
2019-08-21 12:25:42 +00:00
Panos Astithas 6cfccd8f15 Bug 1435458 - Preprocess the official firefox-branding.js. r=glandium
MozReview-Commit-ID: 6tVd9Xcyija

--HG--
extra : rebase_source : 0a97494b77d8ec020810e88be10889f98b8e6e50
2018-02-09 17:48:05 -08:00
shindli 34abd767ab Backed out changeset a8a0ca1b2ea5 (bug 1435458) for failed Deleting file '../../../dist/bin/browser/defaults/preferences/firefox-branding.js on a CLOSED TREE 2018-02-13 18:48:12 +02:00
Panos Astithas 8cb0510b13 Bug 1435458 - Preprocess the official firefox-branding.js. r=glandium
MozReview-Commit-ID: 6tVd9Xcyija

--HG--
extra : rebase_source : 9f2d74d823a24661ba69a0ae0b59fe5e167a1d61
2018-02-09 17:48:05 -08:00
Tom Prince ab3a2abe59 Bug 1426528: Get rid of support for BRANDING_FILES in `moz.build`; r=glandium
MozReview-Commit-ID: 72R6toOA1R0

--HG--
extra : rebase_source : 3b6fe30f8a3821026b80bfb060a3873865a2d70d
2017-12-20 15:42:05 -07:00
Makoto Kato 196334e068 Bug 1415014 - Part 1. Add default64.png and default128.png for GTK HiDPI icons. r=dao
Now, default48.png is highest resolition icon for Firfox/GTK.  So we should add
default64.png (from icon64.png) and default128.png (from mozicon128.png) for
HiDPI.  Also mozicon128.png is for Linux distribution, we should move to
correct place for our GTK icons.

MozReview-Commit-ID: BeLXzUcOgQu

--HG--
rename : browser/branding/aurora/mozicon128.png => browser/branding/aurora/default128.png
rename : browser/branding/aurora/content/icon64.png => browser/branding/aurora/default64.png
rename : browser/branding/nightly/mozicon128.png => browser/branding/nightly/default128.png
rename : browser/branding/nightly/content/icon64.png => browser/branding/nightly/default64.png
rename : browser/branding/official/mozicon128.png => browser/branding/official/default128.png
rename : browser/branding/official/content/icon64.png => browser/branding/official/default64.png
rename : browser/branding/unofficial/mozicon128.png => browser/branding/unofficial/default128.png
rename : browser/branding/unofficial/content/icon64.png => browser/branding/unofficial/default64.png
extra : rebase_source : 8cba5f3ae1420452d6f6a11f8df38bc04702bf17
2017-11-10 12:34:36 +09:00
Makoto Kato 0e014221be Backed out changeset 607fd3ab6953 (bug 1415014) due to mistake merge
MozReview-Commit-ID: 4vyXS8Mv883

--HG--
rename : browser/branding/aurora/default64.png => browser/branding/aurora/content/icon64.png
rename : browser/branding/aurora/default128.png => browser/branding/aurora/mozicon128.png
rename : browser/branding/nightly/default64.png => browser/branding/nightly/content/icon64.png
rename : browser/branding/nightly/default128.png => browser/branding/nightly/mozicon128.png
rename : browser/branding/official/default64.png => browser/branding/official/content/icon64.png
rename : browser/branding/official/default128.png => browser/branding/official/mozicon128.png
rename : browser/branding/unofficial/default64.png => browser/branding/unofficial/content/icon64.png
rename : browser/branding/unofficial/default128.png => browser/branding/unofficial/mozicon128.png
2017-11-13 15:11:55 +09:00
Makoto Kato 9197c51397 Bug 1415014 - Part 1. Add default64.png and default128.png for GTK HiDPI icons. r=dao
Now, default48.png is highest resolition icon for Firfox/GTK.  So we should add
default64.png (from icon64.png) and default128.png (from mozicon128.png) for
HiDPI.  Also mozicon128.png is for Linux distribution, we should move to
correct place for our GTK icons.

MozReview-Commit-ID: BeLXzUcOgQu

--HG--
rename : browser/branding/aurora/mozicon128.png => browser/branding/aurora/default128.png
rename : browser/branding/aurora/content/icon64.png => browser/branding/aurora/default64.png
rename : browser/branding/nightly/mozicon128.png => browser/branding/nightly/default128.png
rename : browser/branding/nightly/content/icon64.png => browser/branding/nightly/default64.png
rename : browser/branding/official/mozicon128.png => browser/branding/official/default128.png
rename : browser/branding/official/content/icon64.png => browser/branding/official/default64.png
rename : browser/branding/unofficial/mozicon128.png => browser/branding/unofficial/default128.png
rename : browser/branding/unofficial/content/icon64.png => browser/branding/unofficial/default64.png
extra : rebase_source : 2048530d25965f20ffd9aa6b895f7795e7efeda2
2017-11-13 14:01:29 +09:00
Matt Howell 0d9cc3ac3c Bug 1337856 Part 2 - Swap out stub installer background images with JPEG's, and add high-res versions. r=agashlin
MozReview-Commit-ID: AUa58uY8pKW

--HG--
extra : rebase_source : e01c0e3f7b636979f6762b75b28b7c1fd6986e51
2017-10-12 15:11:53 -07:00
Adam Gashlin f54578b883 Bug 1365998 Part 2 - Streamlined stub installer. r=mhowell
MozReview-Commit-ID: BSwvsGbC7bN

--HG--
extra : source : a0504aa8925f37e532860787324d2a548402a2a7
extra : histedit_source : d1de628035a2530e8ea3af6fd1ff879aa021b066
2017-05-18 10:56:55 -07:00
Tom Tromey 5538d692d3 Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
This removes the unnecessary setting of c-basic-offset from all
python-mode files.

This was automatically generated using

    perl -pi -e 's/; *c-basic-offset: *[0-9]+//'

... on the affected files.

The bulk of these files are moz.build files but there a few others as
well.

MozReview-Commit-ID: 2pPf3DEiZqx

--HG--
extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204
2016-07-14 10:16:42 -06:00
Katie Broida cb590bdabe Bug 1286511 - Fixes incorrect start menu tile color by removing VisualElementsManfiest.xml. r=jaws, r=rstrong 2016-07-14 09:54:49 -07: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
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
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
Mike Hommey 524f4438ab Bug 1229279 - Use mozbuild.context.Path for FINAL_TARGET{_PP}_FILES. r=gps 2015-12-03 13:34:02 +09: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