Mathew Hodson
32d9c77762
Bug 1697069
- Fix padding for Developer about dialog. r=desktop-theme-reviewers,harry
...
Should match browser/branding/nightly/content/aboutDialog.css
Differential Revision: https://phabricator.services.mozilla.com/D118298
2021-07-21 15:04:19 +00:00
Michelle Goossens
201dd0ca83
Bug 1714462 - Part 3: Remove CSS rules from browser/themes using "not (-proton)" r=Gijs,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D119287
2021-07-07 20:59:03 +00:00
Silke Hofmann
4650ab077c
Bug 1481470 - Stop using xlink:href in SVG in browser/. r=nhnt11,desktop-theme-reviewers,harry
...
Differential Revision: https://phabricator.services.mozilla.com/D117204
2021-06-13 19:01:19 +00:00
Dave Townsend
786175787b
Bug 1700972: Remove now unreferenced horizontal-lockup.svg
...
Differential Revision: https://phabricator.services.mozilla.com/D113026
2021-04-21 21:01:29 +00:00
Mark Striemer
3ad0b8f92c
Bug 1701691 - about:newinstall -moz-toolbar-prefers-color-scheme support r=desktop-theme-reviewers,harry
...
Differential Revision: https://phabricator.services.mozilla.com/D111972
2021-04-18 22:22:50 +00:00
Francesco Lodolo (:flod)
8102e5e0a4
Bug 1700638 - Remove Sync brands and unused strings, r=fluent-reviewers,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D110014
2021-03-30 14:30:56 +00:00
Dave Townsend
e65a94c271
Bug 1695087: Revert to regular nightly branding. So long firedoge, until next time... r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D107245
2021-03-04 18:38:18 +00:00
amy churchwell
80a106acfa
Bug 1695087 - branding updates. r=mossop
...
Differential Revision: https://phabricator.services.mozilla.com/D106564
2021-02-26 02:15:06 +00:00
Emma Malysz
d9e09b568e
Bug 1677801, adds UTM parameters to about dialog r=bigiri
...
Differential Revision: https://phabricator.services.mozilla.com/D97488
2020-12-07 21:16:33 +00:00
Ricky Stewart
02a7b4ebdf
Bug 1654103: Standardize on Black for Python code in `mozilla-central`.
...
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly.
To produce this patch I did all of the following:
1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions.
2. Run ./mach lint --linter black --fix
3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks.
4. Make some ad-hoc manual updates to `testing/marionette/client/setup.py`, `testing/marionette/harness/setup.py`, and `testing/firefox-ui/harness/setup.py`, which have hard-coded regexes that break after the reformat.
5. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023).
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D94045
2020-10-26 18:34:53 +00:00
Bogdan Tara
da1098d4aa
Backed out 10 changesets (bug 1654103, bug 1672023, bug 1518999) for PanZoomControllerTest.touchEventForResult gv-junit failures CLOSED TREE
...
Backed out changeset ff3fb0b4a512 (bug 1672023)
Backed out changeset e7834b600201 (bug 1654103)
Backed out changeset 807893ca8069 (bug 1518999)
Backed out changeset 13e6b92440e9 (bug 1518999)
Backed out changeset 8b2ac5a6c98a (bug 1518999)
Backed out changeset 575748295752 (bug 1518999)
Backed out changeset 65f07ce7b39b (bug 1518999)
Backed out changeset 4bb80556158d (bug 1518999)
Backed out changeset 8ac8461d7bd7 (bug 1518999)
Backed out changeset e8ba13ee17f5 (bug 1518999)
2020-10-24 03:36:18 +03:00
Ricky Stewart
c0cea3b0fa
Bug 1654103: Standardize on Black for Python code in `mozilla-central`. r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers,devtools-backward-compat-reviewers,jgilbert,preferences-reviewers,sylvestre,maja_zf,webcompat-reviewers,denschub,ntim,whimboo,sparky
...
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly.
To produce this patch I did all of the following:
1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions.
2. Run ./mach lint --linter black --fix
3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks.
4. Make some ad-hoc manual updates to `testing/marionette/client/setup.py`, `testing/marionette/harness/setup.py`, and `testing/firefox-ui/harness/setup.py`, which have hard-coded regexes that break after the reformat.
5. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023).
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D94045
2020-10-23 20:40:42 +00:00
Dorel Luca
1ff59cb7a3
Backed out changeset 7558c8821a07 (bug 1654103) for multiple failures. CLOSED TREE
2020-10-22 03:51:06 +03:00
Ricky Stewart
50762dacab
Bug 1654103: Standardize on Black for Python code in `mozilla-central`. r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers,devtools-backward-compat-reviewers,jgilbert,preferences-reviewers,sylvestre,maja_zf,webcompat-reviewers,denschub,ntim,whimboo,sparky
...
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly.
To produce this patch I did all of the following:
1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions.
2. Run ./mach lint --linter black --fix
3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks.
4. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023).
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D94045
2020-10-21 21:27:27 +00:00
Francesco Lodolo (:flod)
f42aa82585
Bug 1654528 - Update comments for brand names in Fluent files r=Pike
...
Differential Revision: https://phabricator.services.mozilla.com/D84497
2020-07-23 09:31:52 +00:00
emcminn
de8cd4016e
Bug 1639672 - Added svg about-logo icons r=pdahiya
...
Differential Revision: https://phabricator.services.mozilla.com/D78563
2020-06-11 04:11:18 +00:00
Adam Gashlin
3481c5bae9
Bug 1637285 - Draw high contrast progress bar top border only. r=mhowell
...
This allows the bar to be any width.
Differential Revision: https://phabricator.services.mozilla.com/D74983
2020-05-12 22:38:40 +00:00
Molly Howell
2caf2e9712
Bug 1636445 - Skip applying profile refresh button styles in high-contrast. r=agashlin
...
Differential Revision: https://phabricator.services.mozilla.com/D74417
2020-05-08 19:07:53 +00:00
Kirk Steuber
a525597853
Bug 1619145 - Add locale to app.update.url.manual and app.update.url.details in firefox-branding.js r=mhowell
...
Differential Revision: https://phabricator.services.mozilla.com/D74074
2020-05-06 16:30:15 +00:00
Adam Gashlin
5a32fdfb4b
Bug 1617957 - Update installer text in official branding. r=mhowell
...
Differential Revision: https://phabricator.services.mozilla.com/D72211
2020-04-23 21:26:37 +00:00
Adam Gashlin
4d15b0fd2e
Bug 1632203 - Show legible progress bar in high contrast mode. r=mhowell
...
These styles will produce no change in the layout, and only apply in
high contrast mode.
Also removed an extra comma that broke parsing in aurora.
Differential Revision: https://phabricator.services.mozilla.com/D72070
2020-04-22 22:45:07 +00:00
Molly Howell
a9c3eacb39
Bug 1596812 Part 5 - Add the web content files and include them in the installer build. r=agashlin,nalexander,mconley
...
Depends on D56580
Differential Revision: https://phabricator.services.mozilla.com/D56581
2020-04-20 03:06:08 +00:00
Andreea Pavel
7ac1c7a794
Backed out changeset a95e314cd2af (bug 1618051) for failing bc at browser_parsable_css.js on a CLOSED TREE
2020-04-17 02:41:26 +03:00
Scott
e6632dd612
Bug 1618051 - Proper hi res logo for search only newtab r=Mardak
...
Differential Revision: https://phabricator.services.mozilla.com/D65347
2020-04-16 20:14:48 +00:00
Itiel
192850edec
Bug 1627477 - Convert all relevant uses of left/right to logical properties in the remaining files in browser/ r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D69728
--HG--
extra : moz-landing-system : lando
2020-04-07 16:29:47 +00:00
Mihai Alexandru Michis
b719a733f2
Backed out 7 changesets (bug 1627477) for causing bc failures in browser_parsable_css.js
...
CLOSED TREE
Backed out changeset 96fcd3331e0a (bug 1627477)
Backed out changeset 30f7c9f36229 (bug 1627477)
Backed out changeset 4486a79e5691 (bug 1627477)
Backed out changeset 9d27d7893501 (bug 1627477)
Backed out changeset 4e1b2198a30a (bug 1627477)
Backed out changeset 2ff6d4196daf (bug 1627477)
Backed out changeset 9d13b52d9960 (bug 1627477)
2020-04-07 18:51:52 +03:00
Itiel
145ee621fb
Bug 1627477 - Convert all relevant uses of left/right to logical properties in the remaining files in browser/ r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D69728
--HG--
extra : moz-landing-system : lando
2020-04-06 22:22:53 +00:00
jayati
fa65d02109
Bug 1626619 - Remove `browser.in-content.dark-mode` preference. r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D69234
--HG--
extra : moz-landing-system : lando
2020-04-01 16:31:27 +00:00
Emily McMinn
9271624bf9
Bug 1575658 - Moved firefox-wordmark.svg to browser/branding r=MattN,Mardak
...
Differential Revision: https://phabricator.services.mozilla.com/D44235
--HG--
rename : browser/components/newtab/data/content/assets/firefox-wordmark.svg => browser/branding/aurora/content/firefox-wordmark.svg
rename : browser/components/newtab/data/content/assets/firefox-wordmark.svg => browser/branding/nightly/content/firefox-wordmark.svg
rename : browser/components/newtab/data/content/assets/firefox-wordmark.svg => browser/branding/official/content/firefox-wordmark.svg
extra : moz-landing-system : lando
2019-12-10 21:08:57 +00:00
Nicolas Chevobbe
d76b60f122
Bug 1519103
- Remove Scratchpad panel. r=bgrins.
...
Differential Revision: https://phabricator.services.mozilla.com/D50583
--HG--
extra : moz-landing-system : lando
2019-10-27 09:05:58 +00:00
Stephen Horlander
93f76dec01
Bug 1582879 - Update unofficial branding r=dao
...
Update unofficial build branding with new visuals and assets
Differential Revision: https://phabricator.services.mozilla.com/D46677
--HG--
extra : moz-landing-system : lando
2019-10-01 13:36:42 +00:00
Stephen Horlander
3635800f0b
Bug 1577232 - Update the Developer Edition background image to fit the application name r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D48063
--HG--
extra : moz-landing-system : lando
2019-10-08 11:59:59 +00:00
Zibi Braniecki
6db45733a9
Bug 1581204 - Remove unused DTDs from browser, part2. r=mossop
...
Differential Revision: https://phabricator.services.mozilla.com/D45908
--HG--
extra : moz-landing-system : lando
2019-09-16 19:42:13 +00:00
Zibi Braniecki
a07224edcf
Bug 1581204 - Remove unused DTDs from browser. r=mossop
...
Differential Revision: https://phabricator.services.mozilla.com/D45888
--HG--
extra : moz-landing-system : lando
2019-09-16 19:41:25 +00:00
Stephen Horlander
4a9f000aee
Bug 1575440 - Add context-fill and dark mode support for horizontal-lockup.svg r=dao
...
Add dark mode support for horizontal-lockup.svg for Developer and Nightly about:newinstall page
Differential Revision: https://phabricator.services.mozilla.com/D42898
--HG--
extra : moz-landing-system : lando
2019-08-27 11:56:54 +00:00
Nicholas Nethercote
378dc68bcc
Bug 1576546 - Add various explanatory comments to the top of prefs files. r=KrisWright
...
Differential Revision: https://phabricator.services.mozilla.com/D43391
--HG--
extra : moz-landing-system : lando
2019-08-26 16:40:10 +00:00
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
Nicholas Nethercote
5f247b395a
Bug 1572590 - Indent conditionally-defined prefs in firefox-branding.js. r=KrisWright
...
Differential Revision: https://phabricator.services.mozilla.com/D41318
--HG--
extra : moz-landing-system : lando
2019-08-15 21:07:50 +00:00
Ciure Andrei
566e7e2e28
Backed out 6 changesets (bug 1572590) for causing browser_parsable_script.js to perma fail CLOSED TREE
...
Backed out changeset ebe2ebcca7b3 (bug 1572590)
Backed out changeset 2b5c252ee874 (bug 1572590)
Backed out changeset 5f0649891808 (bug 1572590)
Backed out changeset fedd2e1da156 (bug 1572590)
Backed out changeset 8dc530a45e3f (bug 1572590)
Backed out changeset 1bba9cf0078b (bug 1572590)
2019-08-14 16:40:02 +03:00
Nicholas Nethercote
20510486a5
Bug 1572590 - Indent conditionally-defined prefs in firefox-branding.js. r=KrisWright
...
Differential Revision: https://phabricator.services.mozilla.com/D41318
--HG--
extra : moz-landing-system : lando
2019-08-14 08:19:41 +00:00
Stephen Horlander
ec806131cb
Bug 1570397 - Update Firefox Browser Developer channel branding r=dao
...
Update assets and colors for Firefox Browser Developer branding
Differential Revision: https://phabricator.services.mozilla.com/D41033
--HG--
extra : moz-landing-system : lando
2019-08-09 14:58:44 +00:00
Stephen Horlander
c5c32d5532
Bug 1570397 - Update Firefox Browser Nightly branding r=dao
...
Update assets and colors for Firefox Browser Nightly branding
Differential Revision: https://phabricator.services.mozilla.com/D41018
--HG--
extra : moz-landing-system : lando
2019-08-09 14:57:51 +00:00
Stephen Horlander
b027ffed83
Bug 1570397 - Update Firefox Browser official branding r=dao
...
Update assets and colors for Firefox Browser official branding
Differential Revision: https://phabricator.services.mozilla.com/D41016
--HG--
extra : moz-landing-system : lando
2019-08-08 19:12:51 +00:00
Matt Howell
200de4509f
Bug 1566968 - Prevent very long reinstall prompt strings from overflowing the window. r=agashlin
...
Differential Revision: https://phabricator.services.mozilla.com/D38421
--HG--
extra : moz-landing-system : lando
2019-07-18 06:27:08 +00:00
Tim Nguyen
ab07cce446
Bug 1549288 - Clean up about:newinstall CSS and make it support dark mode. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D37805
--HG--
extra : moz-landing-system : lando
2019-07-12 16:12:27 +00:00
Sylvestre Ledru
90fac8fa22
Bug 1562642 - Part 3 - Add missing MPL2 headers in browser & toolkit r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D37217
--HG--
extra : moz-landing-system : lando
2019-07-10 12:03:37 +00:00
Andreea Pavel
b698eeec56
Backed out changeset 3d59cb02b6ff (bug 1562642) for eslint failure on a CLOSED TREE
2019-07-10 14:44:29 +03:00
Sylvestre Ledru
fd95abf361
Bug 1562642 - Part 3 - Add missing MPL2 headers in browser & toolkit r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D37217
--HG--
extra : moz-landing-system : lando
2019-07-10 11:15:25 +00:00
Matt Howell
a05a0ad780
Bug 1562115 - Prevent cutting off long stub installer text strings. r=agashlin
...
This patch copies over the same fix that was used for the profile cleanup page
to the installing page, since in some locales it can run into the same problem
of the header string being so long that it causes the next control to get cut
off by the bottom of the window.
Differential Revision: https://phabricator.services.mozilla.com/D36523
--HG--
extra : moz-landing-system : lando
2019-07-02 20:15:48 +00:00
Jared Wein
9506c850a9
Bug 1559303 - Set the fill color of the Lockwise logo from CSS so it will be visible in light and dark mode. r=JSON_voorhees
...
Differential Revision: https://phabricator.services.mozilla.com/D36190
--HG--
extra : moz-landing-system : lando
2019-06-28 20:08:06 +00:00