Tim Nguyen
0987d5d4e2
Bug 1544887 - Fix some in-content page icon colors in dark mode. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D27774
--HG--
extra : moz-landing-system : lando
2019-04-17 09:19:35 +00:00
Tim Nguyen
fa021187df
Bug 1513343 - Remove textarea binding and replace usages with html:textarea. r=bgrins,dao
...
Differential Revision: https://phabricator.services.mozilla.com/D15001
--HG--
extra : moz-landing-system : lando
2019-03-05 11:41:42 +00:00
Carolina Jimenez Gomez
55de57186b
Bug 1530632 - Change popup notification warning color (linux, osx and windows) to the one use in .identity-popup-connection-not-secure r=johannh
...
r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D21434
--HG--
extra : moz-landing-system : lando
2019-02-28 17:42:50 +00:00
Brian Grinstead
63c5cd8f87
Bug 1465457 - Load osx theme reftests over chrome r=dbaron
...
Differential Revision: https://phabricator.services.mozilla.com/D20586
--HG--
extra : moz-landing-system : lando
2019-02-26 17:13:46 +00:00
Brian Grinstead
ba86489a57
Bug 1526824 - Remove "src" attribute handling from menuitem XBL and styles; r=NeilDeakin
...
This appears to be unused, and the [image] attribute on the host is inherited onto
.menu-iconic-icon[src] as an alternative.
Differential Revision: https://phabricator.services.mozilla.com/D19315
--HG--
extra : moz-landing-system : lando
2019-02-11 05:48:36 +00:00
ui.manish
b482cdc534
Bug 1516094 - Remove spaced class from global.css r=ntim,dao
...
Differential Revision: https://phabricator.services.mozilla.com/D18804
--HG--
extra : moz-landing-system : lando
2019-02-06 20:56:06 +00:00
Brindusan Cristian
cbc6ff5523
Backed out changeset fd6d7ea9b8f9 (bug 1516094) for mochitest failures at test_prompt_async.html.
2019-02-06 17:20:38 +02:00
ui.manish
7687712647
Bug 1516094 - Remove spaced class from global.css r=ntim,dao
...
Differential Revision: https://phabricator.services.mozilla.com/D18804
--HG--
extra : moz-landing-system : lando
2019-02-06 14:17:28 +00:00
ui.manish
071f009c26
Bug 1516093 - Remove small-margin and monospace class r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D18801
--HG--
extra : moz-landing-system : lando
2019-02-06 12:45:33 +00:00
ui.manish
998315d878
Bug 1514186
- Remove dead add-on manager sorter styles r=dao
...
Remove dead add-on manager sorter styles
Differential Revision: https://phabricator.services.mozilla.com/D17875
--HG--
extra : moz-landing-system : lando
2019-01-29 10:49:46 +00:00
Timothy Guan-tin Chien
0de6e5d4aa
Bug 1518932 - Convert menulist to custom element r=paolo
...
This custom element replaces XBL <content> usage by directly prepend the two needed child nodes when the element is connected.
This is doable because
- There isn't any direct access of child nodes under <menulist>. Everyone seems to access via .menupopup, which is usually the only child.
- We don't need to move the children under <menulist>. If we need to and if the child is a <xbl:children> (which could happen if <menulist> is inside an XBL <content> that just get cloned to the document), the layout will get very confused and crash (see finding in bug 1514926)
Differential Revision: https://phabricator.services.mozilla.com/D16149
--HG--
rename : toolkit/content/widgets/menulist.xml => toolkit/content/widgets/menulist.js
extra : moz-landing-system : lando
2019-01-28 18:24:08 +00:00
3dindian
0e75a6fb7c
Bug 1022039 - Replace columnpicker.gif with columnpicker.svg. r=dao
...
--HG--
extra : amend_source : e409257751fcde77f1b87dff2cca387f03876fd2
2018-12-29 14:58:16 -05:00
Cosmin Sabou
7ccc9d8b0b
Merge mozilla-inbound to mozilla-central. a=merge
2019-01-19 11:57:49 +02:00
Tim Nguyen
993aa144a0
Bug 1520661 - Stop using XUL grid layout in update binding. r=paolo
...
Differential Revision: https://phabricator.services.mozilla.com/D16763
--HG--
extra : moz-landing-system : lando
2019-01-18 11:49:33 +00:00
Mark Striemer
8a76052bac
Bug 1515685 - Part 2: Convert about:addons gear menu to <button> r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D15121
--HG--
extra : moz-landing-system : lando
2019-01-18 10:44:50 +00:00
Mark Striemer
188717212b
Bug 1515685 - Part 1: Remove menulist style overrides for button[type="menu"] r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D16751
--HG--
extra : moz-landing-system : lando
2019-01-18 10:44:50 +00:00
ui.manish
19e7ad0b3b
Bug 1514300 - Remove unused defines in toolkit/themes/osx/global/shared.inc r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D16627
--HG--
extra : moz-landing-system : lando
2019-01-16 09:36:54 +00:00
John Lin
4784690b43
Bug 1516089 - Remove inset and outset class from global.css r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D16439
--HG--
extra : moz-landing-system : lando
2019-01-14 16:19:00 +00:00
Cosmin Sabou
1e50aa1d21
Merge mozilla-central to mozilla-inbound.
...
--HG--
rename : devtools/client/shared/multi-e10s-helper.js => devtools/shared/multi-e10s-helper.js
rename : toolkit/themes/shared/numberbox.css => toolkit/themes/shared/numberinput.css
extra : rebase_source : 3aa7c3b9f560aaa47259594ce1e52f1bfbbad169
2019-01-09 18:16:13 +02:00
Akash Srivastava
a88640e66d
Bug 1516536 - Replace toolkit/themes/osx/global/arrow/arrow-dn{,-dis}.png with arrow-dropdown-12.svg. r=dao
2019-01-18 13:53:46 +01:00
Tim Nguyen
34cebfc0b6
Bug 1437641 - Remove numberbox binding and convert usages to input[type=number]. r=bgrins,dao
...
Differential Revision: https://phabricator.services.mozilla.com/D15882
--HG--
rename : toolkit/themes/shared/numberbox.css => toolkit/themes/shared/numberinput.css
extra : moz-landing-system : lando
2019-01-09 08:51:32 +00:00
Dão Gottwald
4f2961f7d4
Bug 1518452 - Remove macOS .popup-notification-button focusring. r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D16019
--HG--
extra : moz-landing-system : lando
2019-01-09 10:41:57 +00:00
Paolo Amadini
cf8dd0e68b
Bug 1454363 - Unify the "popup" and "popup-scrollbars" bindings. r=bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D15277
--HG--
extra : rebase_source : b64fca78317181526b47918b3b2bb21476f6755b
2018-12-29 15:37:05 +00:00
Paolo Amadini
55e0dac60d
Bug 1472557 - Remove the "scrollbox" anonymous element from "richlistbox". r=bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D15388
--HG--
extra : source : b46be9dd9fe019870b2e33b26db8204db79aad23
2018-12-30 13:48:45 +00:00
Vedant Nevetia
327f6bb31a
Bug 1514175 - Remove macOS fallback styling for the bookmarking panel tag selector checkboxes r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D15468
--HG--
extra : moz-landing-system : lando
2018-12-28 15:22:49 +00:00
Dão Gottwald
619a61938f
Bug 1516085 - Share .autoscroller styling across platforms. r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D15252
--HG--
extra : moz-landing-system : lando
2018-12-22 12:16:52 +00:00
Dão Gottwald
efd44eae02
Bug 1515902 - Introduce panel-footer class to fix common color problem with footer buttons. r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D15188
--HG--
rename : toolkit/themes/shared/close-icon.inc.css => toolkit/themes/shared/global.inc.css
extra : moz-landing-system : lando
2018-12-21 15:44:44 +00:00
Dão Gottwald
a90b373483
Bug 1515907 - Remove styling for unused XUL window "dialog" class. r=paolo
...
Differential Revision: https://phabricator.services.mozilla.com/D15189
--HG--
extra : moz-landing-system : lando
2018-12-21 13:39:18 +00:00
matthias
1ffb306df3
Bug 1512332 - Photonized focusring for menulist etc. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D14001
--HG--
extra : moz-landing-system : lando
2018-12-18 14:25:15 +00:00
Brindusan Cristian
931fb1de84
Backed out changeset f306a3db8b35 (bug 1512332) for bc failures on chrome://global/skin/in-content/common.css.
2018-12-16 05:47:16 +02:00
matthias
566c8a0523
Bug 1512332 - Photonized focusring for menulist etc. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D14001
--HG--
extra : moz-landing-system : lando
2018-12-16 01:58:53 +00:00
Dão Gottwald
c439435166
Bug 1506869 - Rename roundButtonBackground and roundButtonPressedBackground. r=jaws
...
--HG--
extra : rebase_source : 9e36988cfa20ab6056c6b3dd4b0a9f8dc28d6d0f
2018-12-15 12:25:53 +01:00
Dão Gottwald
905f8eeddb
Bug 1506869 - Don't remove .findbar-button's background-color set by toolbarbutton-icons.inc.css. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D14539
--HG--
extra : moz-landing-system : lando
2018-12-14 19:51:13 +00:00
Irvin Ives Lau
3cfb3ae6f3
Bug 1509634 - Remove toolkit/themes/osx/mozapps/extensions/toolbarbutton-dropmarker.png and replace usage with arrow-dropdown-12.svg. r=jaws
...
--HG--
extra : rebase_source : 598c42cfb7d2aa9d9fe760356ad7549728c8c6a5
extra : amend_source : 7fa23f019690670ab5534f0f41715f86b7f4116e
2018-12-12 22:31:12 +01:00
Irvin Ives Lau
694c3289ff
Bug 1495189 - Remove glyph-dropdown{,@2x}.png and replace usages with arrow-dropdown-12.svg. r=jaws
...
--HG--
extra : rebase_source : 4ed96186ca1ce37c265be03bcffedf443a34647f
2018-12-12 19:20:02 +01:00
matthias
26a3257a55
Bug 1511394 - Update buttons according to photon spec. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D13878
--HG--
extra : moz-landing-system : lando
2018-12-08 15:35:45 +00:00
Tim Nguyen
d3ce1d7179
Bug 1509629 - Clean up add-ons manager 'Contribute' button styling. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D12818
--HG--
extra : moz-landing-system : lando
2018-12-07 15:12:00 +00:00
Tim Nguyen
35045bac67
Bug 1505582 - Update macOS arrowpanel background to match the specification. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D12820
--HG--
extra : moz-landing-system : lando
2018-11-24 13:07:23 +00:00
matthias
bf1a9de494
Bug 1502684 - Update in-content textboxes according to photon spec. r=dao,ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D10926
--HG--
extra : moz-landing-system : lando
2018-11-22 21:54:34 +00:00
Timothy Guan-tin Chien
b4eeedcbf1
Bug 1497940 - Part IV, Move pluginProblem resources from chrome://mozapps to chrome://global r=mossop
...
This is needed because UA Widget cannot load resources from chrome://mozapps.
Depends on D11701
Differential Revision: https://phabricator.services.mozilla.com/D11702
--HG--
rename : toolkit/themes/osx/mozapps/plugins/pluginHelp-16.png => toolkit/themes/osx/global/plugins/pluginHelp-16.png
rename : toolkit/themes/osx/mozapps/plugins/pluginHelp-16.png => toolkit/themes/windows/global/plugins/pluginHelp-16.png
extra : moz-landing-system : lando
2018-11-22 05:49:22 +00:00
Dorel Luca
30a79bc822
Backed out 3 changesets (bug 1497940) for Browser-chrome in toolkit/mozapps/extensions/test/browser/browser_CTP_plugins.js
...
Backed out changeset 493083d55865 (bug 1497940)
Backed out changeset b503b1a1552c (bug 1497940)
Backed out changeset 6918f8e2f38c (bug 1497940)
--HG--
rename : toolkit/themes/windows/global/plugins/pluginHelp-16.png => toolkit/themes/osx/mozapps/plugins/pluginHelp-16.png
2018-11-22 05:04:55 +02:00
Timothy Guan-tin Chien
809372b7ab
Bug 1497940 - Part IV, Move pluginProblem resources from chrome://mozapps to chrome://global r=mossop
...
This is needed because UA Widget cannot load resources from chrome://mozapps.
Depends on D11701
Differential Revision: https://phabricator.services.mozilla.com/D11702
--HG--
rename : toolkit/themes/osx/mozapps/plugins/pluginHelp-16.png => toolkit/themes/osx/global/plugins/pluginHelp-16.png
rename : toolkit/themes/osx/mozapps/plugins/pluginHelp-16.png => toolkit/themes/windows/global/plugins/pluginHelp-16.png
extra : moz-landing-system : lando
2018-11-22 02:12:12 +00:00
Paolo Amadini
9004df8f9b
Bug 1499947 - Part 2 - Remove the "progressmeter" element and related tests. r=bgrins,bzbarsky
...
Differential Revision: https://phabricator.services.mozilla.com/D12145
--HG--
extra : rebase_source : a322611933b371e726b25dd4223456a8f761e886
2018-11-20 14:12:33 +00:00
Erica Wright
87adf060e5
Bug 1501985
- Update Content Blocking section UI r=flod,johannh
...
This adds a card-like UI to the content blocking section in preferences.
Differential Revision: https://phabricator.services.mozilla.com/D11212
--HG--
extra : moz-landing-system : lando
2018-11-19 17:40:28 +00:00
Paolo Amadini
f6b106efb2
Bug 1496827 - Remove the "notification" binding. r=bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D11650
--HG--
rename : browser/components/customizableui/content/.eslintrc.js => browser/components/translation/content/.eslintrc.js
rename : browser/components/translation/jar.mn => browser/components/translation/content/jar.mn
rename : browser/components/translation/microsoft-translator-attribution.png => browser/components/translation/content/microsoft-translator-attribution.png
rename : browser/components/customizableui/content/moz.build => browser/components/translation/content/moz.build
rename : browser/components/translation/translation-infobar.xml => browser/components/translation/content/translation-notification.js
extra : rebase_source : 598396d2da96b04782413946976f7bb9fb6be75f
2018-11-13 12:56:42 +00:00
Razvan Maries
f502ea6ce1
Merge mozilla-central to mozilla-inbound. a=merge
2018-11-10 02:24:04 +02:00
Dão Gottwald
d533fe7a8f
Bug 1473922 - Load button.css as a document stylesheet. r=bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D11462
--HG--
extra : moz-landing-system : lando
2018-11-09 16:17:24 +00:00
Paolo Amadini
76b0d28ec9
Bug 1471403 - Part 1 - Stop using notificationsHidden and children that are not notifications in most places. r=dao,bgrins
...
This also removes testing for the unused PRIORITY_CRITICAL_BLOCK behavior, and simplifies how Print Preview hides the chrome while removing leftover code.
The only theme-specific mochitest that ever existed checked an overflow scenario that is no longer relevant, so the test and its build folder are removed as well.
Differential Revision: https://phabricator.services.mozilla.com/D10578
--HG--
extra : rebase_source : 93276d403b85dea6bce3b678100328eb66486eaa
extra : source : aaf1a7164c5b4f75882be574edc92fd69e906129
2018-11-05 12:31:45 +00:00
Tim Nguyen
83fc24bb27
Bug 1502731 - Fix browser_all_files_referenced.js failures. r=me
2018-10-30 21:48:30 +01:00
Jonathan Kingston
671423e741
Bug 1149485 - Replace about:blocked references to blacklist to blocklist. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D10003
--HG--
rename : toolkit/themes/linux/global/icons/blacklist_favicon.png => toolkit/themes/linux/global/icons/blocklist_favicon.png
rename : toolkit/themes/osx/global/icons/blacklist_favicon.png => toolkit/themes/osx/global/icons/blocklist_favicon.png
rename : toolkit/themes/windows/global/icons/blacklist_favicon.png => toolkit/themes/windows/global/icons/blocklist_favicon.png
extra : moz-landing-system : lando
2018-10-29 11:24:59 +00:00
Dão Gottwald
c388cf4b1c
Bug 1502067 - Add end padding to in-content search fields on Mac. r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D9792
--HG--
extra : moz-landing-system : lando
2018-10-25 15:13:12 +00:00
Collin Wing
795a861aad
Bug 1497087 Remove eula support from addons manager r=Gijs,aswan
...
Differential Revision: https://phabricator.services.mozilla.com/D8149
--HG--
extra : rebase_source : 906a5e7e38ba1293002579e699425c7410601d92
extra : source : 2d0174d68cec998537cb529f688c96cfa729a892
2018-10-19 21:52:20 +00:00
arthur.iakab
ff965569bd
Merge autoland to mozilla-central a=merge
2018-10-24 01:15:18 +03:00
Dão Gottwald
c11feff29b
Bug 1501235 - Move menubar autohide code from xul.css to browser.css. r=bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D9499
--HG--
extra : moz-landing-system : lando
2018-10-23 14:04:13 +00:00
Paolo Amadini
42c8938dfc
Bug 1493844 - Part 2 - Remove the "caption" and "groupbox" bindings. r=bgrins,dao,jaws,johannh,surkov
...
Proper native "groupbox" styling depends on the structure of the XBL binding. By restyling the Page Info dialog, the native styling is now unused except for the Print Page Setup dialog on Windows. The native apperance is thus not applied by default anymore, and the "groupbox" element can just be used semantically for accessibility. The Print Page Setup dialog applies the native styling on its own in a way that still works on Windows.
The only other consumers of "groupbox" are the in-content Preferences pages and dialogs. These are updated to use simpler styles that don't depend on the binding structure.
Differential Revision: https://phabricator.services.mozilla.com/D8752
--HG--
extra : rebase_source : af36d911980517f9b53036f4cd4f800c5e20ad22
2018-10-23 10:14:06 +01:00
Dorel Luca
0d2a0012ec
Backed out changeset 2d0174d68cec (bug 1497087) for mochitest failure on caps/tests/mochitest/test_bug292789.html
2018-10-22 20:57:41 +03:00
Collin Wing
111588e401
Bug 1497087 Remove eula support from addons manager r=Gijs,aswan
...
Differential Revision: https://phabricator.services.mozilla.com/D8149
--HG--
extra : moz-landing-system : lando
2018-10-19 21:52:20 +00:00
Matthew Noorenberghe
b059591dff
Bug 1435871 - Implement a basic tab-modal dialog container for Payment Request. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D7934
--HG--
extra : moz-landing-system : lando
2018-10-20 03:39:32 +00:00
Brindusan Cristian
1420f3437e
Backed out 2 changesets (bug 1435871) for multiple browser-chrome failures on payments. CLOSED TREE
...
Backed out changeset 0f7592b662e2 (bug 1435871)
Backed out changeset 039f6d65036e (bug 1435871)
2018-10-19 12:36:13 +03:00
Matthew Noorenberghe
28552cda7d
Bug 1435871 - Implement a basic tab-modal dialog container for Payment Request. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D7934
--HG--
extra : moz-landing-system : lando
2018-10-19 05:06:22 +00:00
Mark Striemer
90421228f4
Bug 1499504
- Always include search icon in search boxes on Mac r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D9021
--HG--
extra : moz-landing-system : lando
2018-10-18 18:56:11 +00:00
Dão Gottwald
fe2a8105db
Bug 1497820 - Get rid of the 'compact' class for search textboxes. r=paolo
...
Differential Revision: https://phabricator.services.mozilla.com/D9078
--HG--
extra : moz-landing-system : lando
2018-10-18 10:05:27 +00:00
Dorel Luca
001975a583
Backed out 3 changesets (bug 1435871) for mochitest crashes. CLOSED TREE
...
Backed out changeset 8eab3320b8c5 (bug 1435871)
Backed out changeset 29777ddd9def (bug 1435871)
Backed out changeset afdc3066f12c (bug 1435871)
2018-10-17 23:06:14 +03:00
Matthew Noorenberghe
72a245b99d
Bug 1435871 - Implement a basic tab-modal dialog container for Payment Request. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D7934
--HG--
extra : moz-landing-system : lando
2018-10-17 18:46:27 +00:00
Mark Striemer
058859efb5
Bug 1488730 - Add label to search and move utilities menu in about:addons r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D8104
--HG--
extra : moz-landing-system : lando
2018-10-14 19:24:31 +00:00
shindli
27d0f9d0d2
Backed out 5 changesets (bug 1488730, bug 1490366, bug 1488727) for bc failures in | toolkit/mozapps/extensions/test/browser/browser_details.js and browser/components/enterprisepolicies/tests/browser/browser_policy_disable_flash_plugin.js CLOSED TREE
...
Backed out changeset 9cd889824b1c (bug 1488730)
Backed out changeset 4d076c865471 (bug 1488727)
Backed out changeset 0b8bcd97f254 (bug 1490366)
Backed out changeset 448672780572 (bug 1490366)
Backed out changeset 7e0abd16a50b (bug 1490366)
2018-10-14 19:23:09 +03:00
Mark Striemer
747e547262
Bug 1488730 - Add label to search and move utilities menu in about:addons r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D8104
--HG--
extra : moz-landing-system : lando
2018-10-14 15:14:13 +00:00
Dão Gottwald
b1186958ff
Bug 1473927 - Load textbox.css and numberbox.css as document stylesheets. r=paolo
2018-10-09 10:22:15 +02:00
arthur.iakab
326255bed6
Backed out changeset 82b600b76a38 (bug 1473927)for marionette failures on test_element_state_chrome.py CLOSED TREE
2018-10-08 23:34:50 +03:00
aceman
7da0d504e1
Bug 1496524 - add CSP to docshell/resorces/content/netError.xhtml. r=ckerschb
...
--HG--
rename : docshell/resources/content/netError.xhtml => docshell/resources/content/netError.js
2018-10-05 14:56:00 +03:00
Dão Gottwald
3444ae75f8
Bug 1473927 - Load textbox.css and numberbox.css as document stylesheets. r=paolo
...
--HG--
extra : source : 4b1f939f4f3be1dd74f069083032bc1ebd9ea2ff
extra : amend_source : 21277b867aba288c321b1471655fec2302cc7aec
2018-10-08 19:47:56 +02:00
arthur.iakab
b406acca82
Backed out changeset 4b1f939f4f3b (bug 1473927)for build bustages on config/tests/test_mozbuild_reading.py CLOSED TREE
2018-10-08 21:21:21 +03:00
Dão Gottwald
6abcd86863
Bug 1473927 - Load textbox.css and numberbox.css as document stylesheets. r=paolo
2018-10-08 19:47:56 +02:00
Tim Nguyen
6e26790a43
Bug 1416363 - Remove colorpicker binding and related code. r=bgrins,surkov
...
Depends on D7575
Differential Revision: https://phabricator.services.mozilla.com/D7576
--HG--
extra : moz-landing-system : lando
2018-10-04 01:03:19 +00:00
Paolo Amadini
4baf44ac0a
Bug 1473910 - Load "tabprompts.css" as a document stylesheet in the browser window. r=dao
...
MozReview-Commit-ID: HEf70HtNiqQ
--HG--
extra : rebase_source : 4dc8ed5df577ada11c8d683726b5c2406905e09b
extra : amend_source : 656638d883630032c24a2eeec595e3aa639a3c87
2018-07-09 10:09:17 +01:00
Dão Gottwald
3dfd9151e4
Bug 1491400 - Cut off inheritance for dropmarkers within other widgets where -moz-image-region might be set for the primary icon. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D7399
--HG--
extra : moz-landing-system : lando
2018-10-02 12:19:07 +00:00
Dão Gottwald
bef9d48a23
Bug 1473928 - Load numberbox.css as a document stylesheet. r=paolo
...
--HG--
rename : toolkit/themes/shared/numberbox.inc.css => toolkit/themes/shared/numberbox.css
2018-09-28 12:20:16 +02:00
Dão Gottwald
a506e99bd0
Bug 1494204 - Remove redundant selectors from toolbarbutton[disabled] rule. r=ntim
2018-09-26 10:43:57 +02:00
Kris Maglione
b9ad1e41b7
Bug 1473933: Remove xpinstallConfirm dialog. r=aswan
...
Differential Revision: https://phabricator.services.mozilla.com/D6854
--HG--
extra : rebase_source : 15a43212697a02ef7aa35eccc4b3c09bd195d7ed
2018-09-25 15:33:52 -07:00
Dão Gottwald
91ba802f2e
Bug 1492130 - Load toolbarbutton.css and scrollbox.css as document stylesheets. r=paolo
2018-09-21 17:16:45 +02:00
Noemi Erli
33a13f4638
Backed out changeset ced8a51eff4a (bug 1492130) for wpt failures in css/css-shapes/shape-outside/values/shape-outside-shape-arguments-000.html
2018-09-21 16:22:49 +03:00
Dão Gottwald
d389551269
Bug 1492130 - Load toolbarbutton.css and scrollbox.css as document stylesheets. r=paolo
2018-09-21 14:23:53 +02:00
Dão Gottwald
4e5097d655
Bug 1490952
- Align <tabs> default and override styles on Mac. r=mikedeboer
2018-09-20 12:22:55 +02:00
Dão Gottwald
ac0d794b59
Bug 1490937 - Followup fix for in-content tab styling on Mac since tabbox.css is now loaded as a document stylesheet. r=mikedeboer
2018-09-20 11:47:23 +02:00
Brindusan Cristian
711261875a
Backed out changeset 5d63a6222e9e (bug 1492130) for chrome- mochitest failures on toolkit/content/tests/chrome/test_bug562554.xul.
2018-09-19 15:42:08 +03:00
Dão Gottwald
033d567f0b
Bug 1492130 - Load toolbarbutton.css as a document stylesheet. r=paolo
2018-09-18 20:24:43 +02:00
Dão Gottwald
dd843cb18e
Bug 1490937 - Fix in-content tab styling on Mac since tabbox.css is now loaded as a document stylesheet. r=mikedeboer
...
--HG--
extra : rebase_source : 7707ad3c0f168d3de2c0b0f77c0c5d659365233b
2018-09-14 11:28:17 +02:00
Arshad Kazmi
79c60b26c5
Bug 1457784 - Replace warning-16.png with warning.svg. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D5973
--HG--
extra : moz-landing-system : lando
2018-09-17 09:55:12 +00:00
Dão Gottwald
6c22936032
Bug 1473921 - Load checkbox.css and radio.css as document stylesheets. r=paolo
2018-09-14 19:35:47 +02:00
Jason Chapin
cb1b9f3b61
Bug 1457786 - Remove question-32.png. r=dao
2018-09-10 16:54:18 +02:00
Dão Gottwald
c231093f1c
Bug 1489783 - Fix and clean up .button-menu-dropmarker styling after dropmarker.css change. r=ntim
2018-09-09 09:50:54 +02:00
Dão Gottwald
7e22f63cfb
Bug 1489743 - Fix and clean up .toolbarbutton-menu-dropmarker styling after dropmarker.css changes. r=ntim
2018-09-08 15:36:37 +02:00
Dão Gottwald
520e929089
Bug 1487765 - Remove fallback styling from dropmarker.css. r=ntim
2018-09-07 13:50:32 +02:00
Narcis Beleuzu
05d91d3e02
Merge inbound to mozilla-central. a=merge
2018-08-30 19:58:52 +03:00
Arshad Kazmi
0763373b0b
Bug 1333787 - BrowserAction TextColor on Inactive Window r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D4635
--HG--
extra : moz-landing-system : lando
2018-08-30 08:16:44 +00:00
Paolo Amadini
5aaf848c8b
Bug 1457218 - Part 3 - Remove the "menu-button" binding. r=surkov,bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D4531
--HG--
extra : rebase_source : 502aa0ff24d0e3d46ef60c7a14498e25c66d1c81
2018-08-29 14:04:25 +01:00
Paolo Amadini
bfef02108d
Bug 1457216 - Remove support for editable menulists. r=surkov,bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D4306
--HG--
extra : rebase_source : e8b4946c8f657e2283bc96cb08de802493e3a826
2018-08-24 15:44:38 +01:00
Sriharsha sriharsh007jc@gmail.com
442811682a
Bug 1484949 Remove obsolete .toolbar-focustarget styling r=dao
2018-08-26 12:48:43 +02:00
Devika Sugathan
e1dbdd0fcb
Bug 1483810 - Remove obsolete .focusring styling r=dao
2018-08-22 23:40:45 +05:30
Dão Gottwald
20a505a896
Bug 1483503 - Stop setting color: MenuText on menu, menuitem, and menucaption elements. r=stefanh
2018-08-15 12:46:26 +02:00
arthur.iakab
34ad5ebaac
Merge mozilla central to inbound
2018-08-15 01:05:50 +03:00
Dão Gottwald
94b7a91af9
Bug 1483153 - Let menulist popups inherit the font from their menulist parent. r=stefanh
2018-08-14 10:55:00 +02:00
Tim Nguyen
aba9258317
Bug 1469287 - Implement new shared tree styling. r=dao
...
MozReview-Commit-ID: r4rU9rDKNG
--HG--
rename : toolkit/themes/linux/global/tree.css => toolkit/themes/shared/tree.inc.css
extra : rebase_source : 2ca5d9cad696bb38c24ffccd4b9c4292dde17218
2018-06-27 11:22:27 +01:00
Dão Gottwald
f11266e761
Bug 1481754 - Use inheritance for menu fonts. r=mstriemer
2018-08-09 09:38:19 +02:00
sahil bhosale
a1e3cc49c6
Bug 1481724 - Remove .autocomplete-history-popup styling. r=dao
2018-08-14 16:59:35 +05:30
Brian Grinstead
b0b2b901d0
Bug 1470910 - Migrate input-box and input-box-spell to a Custom Element;r=paolo
...
Instead of `<xul:hbox class="textbox-input-box">`, consumers now should use
`<xul:moz-input-box />`. This covers the normal case and also handles
[spellcheck=true] while sharing much of the code within one class.
MozReview-Commit-ID: DjvT8sFq3SQ
--HG--
rename : toolkit/content/widgets/textbox.xml => toolkit/content/widgets/textbox.js
2018-08-02 20:53:59 -07:00
Jonathan Watt
f3ea3c7d86
Bug 1428676 pt 3. Change our existing consumers of 'menulist-button' to use '-moz-menulist-button'. r=emilio
2018-06-20 13:50:23 +01:00
shindli
0a48a3cd3c
Backed out 3 changesets (bug 1428676) for bc failures in browser/base/content/test/static/browser_parsable_css.js on a CLOSED TREE
...
Backed out changeset 6ba5975115fc (bug 1428676)
Backed out changeset 7f1270a9ec3d (bug 1428676)
Backed out changeset 662bfc31a950 (bug 1428676)
2018-07-31 19:30:46 +03:00
Jonathan Watt
449e0fddad
Bug 1428676 pt 3. Change our existing consumers of 'menulist-button' to use '-moz-menulist-button'. r=emilio
...
--HG--
extra : rebase_source : 5fd3de8c33cd0d168c63accbf98f50e9947bf31c
2018-06-20 13:50:23 +01:00
Paolo Amadini
1866365ec8
Bug 1479215 - Back out spurious files from changeset 162e063abd54. a=backout
...
--HG--
extra : rebase_source : 137b47f944935184bf4c26ba9b6e7f8616a72c42
2018-07-31 09:49:53 +01:00
Paolo Amadini
d225b61f3b
Bug 1476611 - Part 1 - Remove unused listbox methods. r=bgrins
...
MozReview-Commit-ID: JDyuZFDPldV
--HG--
extra : rebase_source : 3943daaaaecc28d9b488a98f5d3f436c73624fca
2018-07-26 14:05:16 +01:00
Paolo Amadini
8adbeb4164
Bug 1475916 - Use em instead of px for list heights to keep font scaling into account. r=bgrins
...
MozReview-Commit-ID: FDMwrHg27ad
--HG--
extra : rebase_source : 66c957f2516e4cded7c6e73da5ea30080ab2d37b
2018-07-23 10:07:38 +01:00
Paolo Amadini
98b8539d10
Bug 1472555 - Part 4 - Remove the "listbox" bindings. r=bgrins
...
MozReview-Commit-ID: Cw90DjEMJpn
--HG--
extra : rebase_source : 74a64794699d65b2a9fe5ae4cb215403657d9e4a
2018-07-18 11:23:22 +01:00
Paolo Amadini
56d700c398
Bug 1461793 - Remove the "popup-base" binding and import the "popup.css" file as a document stylesheet. r=bgrins
...
The new "tooltip.css" file allows styling the default tooltip, which is created as native anonymous content.
MozReview-Commit-ID: ADWsFTNPfhw
--HG--
rename : toolkit/themes/linux/global/popup.css => toolkit/themes/linux/global/tooltip.css
rename : toolkit/themes/osx/global/popup.css => toolkit/themes/osx/global/tooltip.css
rename : toolkit/themes/windows/global/popup.css => toolkit/themes/windows/global/tooltip.css
extra : rebase_source : bd79b86fb44ac0dc77d0d21fdc003105da6f43eb
extra : intermediate-source : a06a200098013d5dbc42c2431f845ca1dd8b0b76
extra : source : 4d511f7fc5b5c16fdfea91242dea6086cd57c8c3
2018-07-17 19:04:43 +01:00
Tim Nguyen
0f271c720b
Bug 1474931 - Restore splitter visibility on lightweight themes. r=dao
...
MozReview-Commit-ID: 9FowKyw9Qgv
--HG--
extra : rebase_source : 9f491ea27c943cb97ab80ef5f72fe212739855f4
2018-07-17 14:02:31 +01:00
Dão Gottwald
bb4ce365a2
Bug 1471705 - Fix findbar status text color for lightweight themes. r=ntim
...
MozReview-Commit-ID: 7mta63GhgrW
--HG--
extra : rebase_source : 5735f2a0197ce5779e52a50c615ac201d4e8183b
2018-07-12 16:28:41 +02:00
Brindusan Cristian
4d556d4962
Backed out changeset 97d4a22307ac (bug 1473910) for browser-chrome failures on browser/components/places/tests/browser/browser_toolbar_overflow.js. CLOSED TREE
2018-07-11 17:46:08 +03:00
Paolo Amadini
3e9249538d
Bug 1473910 - Load "tabprompts.css" as a document stylesheet in the browser window. r=bgrins,dao
...
MozReview-Commit-ID: HEf70HtNiqQ
--HG--
extra : rebase_source : 8a81b8da19e5506629626c34dd17a2032d4fcafe
2018-07-09 10:09:17 +01:00
Paolo Amadini
850645e816
Bug 1474258 - Remove the "listheader" binding and move the remaining styles to "richlistbox.css". r=bgrins
...
The content of this element is always overridden and the "xul:button" display mode is unnecessary, so the binding can be removed. The styles that control color are moved to "richlistbox.css" in preparation for the removal of the "listbox" element.
MozReview-Commit-ID: 5pGVE6n34EL
--HG--
extra : rebase_source : 8c5e37736c92382486ac605cc2d30085c16b7de7
extra : source : 8be7c63ea5c620641816664d9be81e58a912f9f3
2018-07-09 12:45:41 +01:00
Paolo Amadini
6e680744e4
Bug 1472750 - Convert simple "listbox" instances to "richlistbox". r=bgrins
...
These simple lists are converted to normal layout by setting a fixed height that isn't a multiple of the row height, which is already the case for most other lists in the user interface.
MozReview-Commit-ID: 1tV4MIoRp0d
--HG--
rename : toolkit/themes/windows/global/richlistbox.css => toolkit/themes/linux/global/richlistbox.css
extra : rebase_source : d6c53aa341bc5711f6ecf16485b5bd03d4f9caf2
extra : intermediate-source : 1355778929be17234ca3ced4f9930f05fb2cf20a
extra : source : 2e4527da76bba52492353aa5a40c128b09f389f1
2018-07-09 10:38:42 +01:00
Paolo Amadini
1599cced2e
Bug 1463320 - Remove the "wizard-base" binding and import the "wizard.css" file as a document stylesheet. r=bgrins
...
MozReview-Commit-ID: JRw6jnAhql2
--HG--
extra : source : 2b9e7a8b23b7ca9304262fbcf4a3e33e59c151b3
2018-07-10 14:39:35 +01:00
Harry Twyford
73925a85fe
Bug 1432800 - Mirror -focusring and |*button.primary:focus states. r=dao
...
MozReview-Commit-ID: L50ckv3NBZG
--HG--
extra : rebase_source : ddccb883dc11fa723f5816dc458a7d88fc53fcc9
2018-05-17 16:58:30 -04:00
Cosmin Sabou
f4b3baf021
Merge mozilla-inbound to mozilla-central. a=merge
2018-06-28 13:04:23 +03:00
Paolo Amadini
3ccf86b069
Bug 1470842 - Add "widgets.css" as an author stylesheet for migrating "components.css". r=bgrins
...
MozReview-Commit-ID: CPJ3HcOZdIl
--HG--
extra : source : 0ebcfd12331cf052d7928f8748bdc50088a4b5e1
2018-06-27 08:02:01 +01:00
Gurzau Raul
729b75ccb4
Merge mozilla-central to inbound. a=merge CLOSED TREE
2018-06-27 00:55:38 +03:00
Paolo Amadini
0bdbd97a2e
Bug 1435688 - Part 4 - Remove the "listitem-iconic" and "listcell-iconic" bindings. r=bgrins
...
MozReview-Commit-ID: LKLPmes4LCC
--HG--
extra : rebase_source : 25200805272a35747a3a3ae9c47f749f62de2591
2018-06-23 21:22:26 +01:00
Paolo Amadini
437b57300f
Bug 1435688 - Part 3 - Remove "listitem-iconic" from the profile selection dialog. r=bgrins
...
MozReview-Commit-ID: 8IWXdyP83rM
--HG--
extra : rebase_source : d646ac7fb282b470d7179722be2c56887b6e573f
2018-06-23 21:18:16 +01:00
Tim Nguyen
73ad4c957d
Bug 1471542 - Remove support for tree[seltype=cell] and tree[seltype=text]. r=Paolo
...
MozReview-Commit-ID: BW9u3CvvP1p
--HG--
extra : rebase_source : bf0895ac41708fa62125109a480f6dd172a03798
2018-06-27 18:35:18 +01:00
Jared Wein
0568d337c0
Bug 1317581 - DateTimePicker should support high contrast mode on Windows. r=dao
...
Portions of the patch contributed by Tim Nguyen (ntim.bugs@gmail.com )
MozReview-Commit-ID: DEBBjcgHIyH
--HG--
extra : rebase_source : 04283a360411699c23a6acee9027fb7750c8d6eb
2018-06-25 18:10:49 +01:00
Xidorn Quan
846d7b5617
Bug 1463917 part 1 - Add scrollcorner to -moz-appearance so that widget can render it. r=heycam
...
MozReview-Commit-ID: 1Za22ifONfG
--HG--
extra : rebase_source : f68ab7acae943c633299dd422a0587b22c2ba5e9
2018-05-11 10:12:17 +10:00
Tim Nguyen
996e1783ef
Bug 1467423 - Make findbar textbox focused state follow theme properties. r=jaws
...
MozReview-Commit-ID: GfkUVIdmWjw
--HG--
extra : rebase_source : fe80a319a8a092df757dbae3ade800c8b374bfd9
2018-06-19 15:25:49 +01:00
Tim Nguyen
abeef64912
Bug 1468453 - Fix macOS font-smoothing on arrow panels. r=jaws
...
MozReview-Commit-ID: npSOCYHs0r
--HG--
extra : rebase_source : ffa1986d1c70d9a6223e565d59daf10102dfe0f5
2018-06-18 18:23:18 +01:00
Mike Conley
0d2f61830d
Bug 1458375
- Remove empty binding attached to scrollbars. r=timdream
...
MozReview-Commit-ID: HD6OHIVIhrq
--HG--
extra : rebase_source : 7b3d137328355d4589a94649e07fb340bf92e664
2018-05-29 20:08:41 -04:00
Tim Nguyen
e200ecc0e8
Bug 1455138 - Use SVG context paint for macOS tree twisties. r=Gijs
...
MozReview-Commit-ID: hnOYEq4Q27
--HG--
extra : rebase_source : 5823016ba77a159a726a040d1e0e1995fb6a5f53
2018-06-05 15:33:54 +01:00
Paolo Amadini
ff86c8779d
Bug 1457719 - Part 3 - Replace "autorepeatbutton" with "toolbarbutton" in the base "arrowscrollbox" binding. r=dao
...
This aligns the markup of the base "arrowscrollbox" binding with the "clicktoscroll" derived binding, while still keeping different event handlers.
MozReview-Commit-ID: 9eYt1kyjgP9
--HG--
extra : rebase_source : 16600f0916ac4188ceaf8dff61fb61021cc8da5a
2018-06-01 11:15:36 +01:00
Tim Nguyen
3078e13f4c
Bug 1455922 - Adjust findbar style to work better on dark themes. r=dao
...
MozReview-Commit-ID: IGIFlJUV1V8
--HG--
extra : rebase_source : e3e7f79aac57404d8136625db9da30bbbc960158
2018-05-29 20:45:33 +02:00
Tim Nguyen
dee6470fc1
Bug 1455922 - Create shared findbar CSS across platforms. r=dao
...
MozReview-Commit-ID: Hv3WHysJOQX
--HG--
rename : toolkit/themes/windows/global/findBar.css => toolkit/themes/shared/findBar.inc.css
extra : rebase_source : e890a2a8704a7d143db0b63947e0d72662169d7e
2018-05-29 20:45:22 +02:00
Tim Nguyen
55008c99fa
Bug 1464699 - Replace PNG places icons with SVG. r=dao
...
MozReview-Commit-ID: FUozHoemZAB
--HG--
extra : rebase_source : 2d3471bc1bb0dc1b2cfa85a931b17a9efcc711fe
2018-05-29 20:37:48 +02:00
Brindusan Cristian
206284937b
Backed out changeset 695a087bd6ea (bug 1464699) for browser chrome failures on browser_parsable_css.js CLOSED TREE
2018-05-29 20:59:40 +03:00
Tim Nguyen
8ed7dca12b
Bug 1464699 - Replace PNG places icons with SVG. r=dao
...
MozReview-Commit-ID: GhnVDEgq1v3
--HG--
extra : rebase_source : 59447441897d83a9918f908b6cf87b040e4f9ad6
2018-05-28 00:33:25 +02:00
Dão Gottwald
007fc77913
Bug 1462635 - Fix disabled text color in webext theme styled popups. r=ntim
...
MozReview-Commit-ID: myI1PNipvK
--HG--
extra : rebase_source : 6df227c1bd260dbb296e5b269e6c5c39606db386
2018-05-26 18:45:06 +02:00
Timothy Guan-tin Chien
12da0454e1
Bug 1456728 - Bind an empty binding on scrollbar r=mconley
...
For some reason, removing the scrollbar binding triggers
content process performance regression on Linux.
We'll add an empty binding for now until we find the real cause.
MozReview-Commit-ID: 5sonOULH1x8
--HG--
extra : rebase_source : 10d9a1577f2f36937baf65b10baf29c6e2e3a114
2018-04-27 13:27:47 -07:00
Timothy Guan-tin Chien
c594214666
Bug 1450017 - Part IX, Move resizer style rules to minimal-xul.css and unify non-native resizer style r=dao
...
MozReview-Commit-ID: LEodr0aTPkM
--HG--
extra : rebase_source : 92c1b404ebbe64324f63ccbe1878575ae0309604
extra : source : a56127f3a7ed207da2a160362eb1bcf01bf31522
2018-04-10 21:31:25 +08:00
Timothy Guan-tin Chien
b8fbc70d0a
Bug 1450017 - Part VII, Remove unused CSS rules in macOS resizer.css r=enndeakin+6102
...
- There is no longer any resizer[type="window] in the tree (was added in
bug 556645)
- min-width/height was added to ensure the minimum dimensions, but
intrinsic size of native and non-native resizer widget are already
bigger than the size set (and there is no way to overwrite it).
See bug 636564 comment 71.
MozReview-Commit-ID: A8uYkwoJiVy
--HG--
extra : rebase_source : c112df69b509837ea657decda16b80ed206463f7
extra : source : bab30989a50d6a8e505dee720ead93433e83ffdf
2018-04-10 07:41:52 +08:00
Timothy Guan-tin Chien
e6a0db03b8
Bug 1450017 - Part V, Remove rtl="true" attribute from resizer r=enndeakin+6102
...
This patch changes the direction context the dir=bottomend/bottomstart value
from the CSS direction property value to locale dir, with the help
from :-moz-locale-dir(rtl) selector.
The change is justified because:
- In the web content, we have since rely on the nsScrollFrame to set the
direction explicity.
- XUL window should always render in the application locale; it should be
fine to disregard direction property set in the local document DOM teee,
as it is unlikely to be differ than the locale dir.
This remove the one last bit of JavaScript from the resizer binding.
MozReview-Commit-ID: AweJ5GARNUE
--HG--
extra : rebase_source : 17772435a1f9cfdbc7289eb41d69e5922ffdb302
extra : source : edfba1676e4bb74e32cc987d851f7a6b12abef3b
2018-04-10 21:25:15 +08:00
Timothy Guan-tin Chien
aaebd8920d
Bug 1431246 - Create and update scrollbar markup in nsScrollbarFrame r=enndeakin+6102
...
nsScrollbarFrame::CreateAnonymousContent() would create the children
markup originally created by XBL. The attributes updated by XBL attribute
inheritance is updated by nsScrollbarFrame::UpdateChildrenAttributeValue().
This removes the XBL part of the scrollbar implementation.
MozReview-Commit-ID: FWi3HR2qkwF
--HG--
extra : rebase_source : c0b1b2ddbccb1d8e9d523db91a5b81fbcfa328e9
2018-04-09 22:01:02 +08:00
Tim Nguyen
92c9a958e1
Bug 1372694 - Stop making the default theme a heavyweight theme. r=kmag,aswan
...
MozReview-Commit-ID: 30wMauuc9oo
--HG--
rename : browser/base/content/default-theme-icon.svg => toolkit/mozapps/extensions/content/default-theme-icon.svg
extra : rebase_source : 5e4cf784135f4a8e40a2ed8357ba651e7fce9728
2018-04-01 13:53:31 +02:00
Paolo Amadini
1c8a193ac6
Bug 1452624 - Part 2 - Remove the "filefield" binding. r=bgrins
...
MozReview-Commit-ID: GQRrmvIna4m
--HG--
extra : rebase_source : bd91518f591d3c671ec9237b9601773f7b72370c
2018-04-12 11:45:48 +01:00
Bogdan Pozderca
b7044b1ab1
Bug 1418605 - The toolbar, toolbar_text, toolbar_field, toolbar_field_text, toolbar_field_border properties should apply to the findbar r=jaws,mconley,ntim
...
MozReview-Commit-ID: 821d7kR41mJ
--HG--
extra : rebase_source : d0f6e9308b261806a014fcc834c753f3a892fbbc
2018-02-10 17:24:50 -05:00
Dorel Luca
8ee8fc461e
Backed out 2 changesets (bug 1317581) for Browser chrome failures on toolkit/components/extensions/test/browser/browser_ext_themes_arrowpanels.js. CLOSED TREE
...
Backed out changeset 5cc146254899 (bug 1317581)
Backed out changeset 963466173a74 (bug 1317581)
2018-04-18 18:54:38 +03:00
Jared Wein
7ee1860850
Bug 1317581 - DateTimePicker should support high contrast mode on Windows. r=dao
...
MozReview-Commit-ID: DEBBjcgHIyH
--HG--
extra : rebase_source : 9b52b15a0af9a56ad724dd578884856d4d5e7e20
2018-03-22 13:01:28 -04:00
Andrew Swan
68d8f5e967
Bug 1331521 Remove about:newaddon r=kmag
...
MozReview-Commit-ID: 6OFXGYEmSmy
--HG--
extra : rebase_source : 80ee72c190a2b2d06b895ad5bda22cc9b5849b01
2018-04-16 14:11:10 -07:00
Dão Gottwald
8b23aaae8b
Bug 1453281 - Remove obsolete menubar binding and styling. r=bgrins,Paolo
...
MozReview-Commit-ID: Kao3jst0DBJ
--HG--
extra : rebase_source : bed74abc9910ec22295207fdced37f6bfc1648be
2018-04-11 17:29:27 +02:00
Tim Nguyen
cf2045e297
Bug 1452303 - Use -moz-appearance:separator instead of background for toolbar separators. r=dao
...
MozReview-Commit-ID: HQfeCJmAwk3
--HG--
extra : rebase_source : ee9eeba9c8e2ee2f64594365b73507c5b4b1ce44
2018-04-11 13:56:02 +02:00
Tim Nguyen
1d19015df5
Bug 1437302 - Fix width of textbox[type=number] consumers. r=Paolo, Neil Deakin
...
--HG--
rename : toolkit/themes/linux/global/numberbox.css => toolkit/themes/shared/numberbox.inc.css
extra : amend_source : d9161dc8d21b958488b7304849a5e8c164f660bb
2018-03-26 14:34:39 +02:00
Manish Kumar
ded1566056
Bug 1451708 - Clean up unused legacy customization mode CSS and images. r=Dao
2018-04-05 15:56:27 +02:00
Manish Kumar
1e43153890
Bug 1451711 - Remove toolkit/themes/osx/global/toolbar/toolbar-separator.png. r=Dao
2018-04-05 22:19:20 +02:00
Manish Kumar
4599588d25
Bug 1450593 - Remove toolkit/themes/{windows|osx}/global/icons/tabprompts-bgtexture.png. r=Dao, ui-r=shorlander
...
--HG--
extra : amend_source : aa8f3a348616011fd3de760dba1b843df2f8c330
2018-04-02 02:09:17 +02:00
Paolo Amadini
9a7234a00d
Bug 1451282 - Don't use a groupbox for the meta tree in the Page Info window. r=bgrins
...
This also aligns the help button to the bottom of the window even when the meta tree is hidden.
MozReview-Commit-ID: GCmgThN569z
--HG--
extra : rebase_source : 0dba1f8b8f84d5d97706a283560a3a3c6d7278d8
2018-04-06 13:24:49 +01:00
ui.manish
15deaa2313
Bug 1451713 - Use SVG icon for verification failed in update UI. r=dao
...
--HG--
extra : rebase_source : 09604d2832da268dc2a4ea57785c3af8c853f3bb
2018-04-05 15:28:42 +02:00
ui.manish
4e22efa10e
Bug 1451710
- Remove dimple from macOS splitter r=dao
2018-04-05 14:11:42 +02:00
Jonathan Kingston
e17e3c5d4d
Bug 1311145 - Removal of about extension modal in about:addons r=aswan
...
MozReview-Commit-ID: 4eMicumvQph
--HG--
extra : rebase_source : 50e678c4c9c67106b496a0bcf8ef4effaa767a0b
2018-04-04 12:44:35 +01:00
Paolo Amadini
bd53878f66
Bug 1434860
- Part 2 - Remove support for menu-button toolbar buttons. r=enn
...
MozReview-Commit-ID: MTLaIPzg7a
--HG--
extra : rebase_source : edcefa844e36f8e1ff4199580502d516d26b0f8f
extra : amend_source : ca4896a89bb7b45aef8d782d31e47d4ed3be5351
extra : source : 54f36172186d7345c6aeb92fd3c1254717156767
2018-04-03 16:26:03 +01:00
Timothy Guan-tin Chien
8bc65dd64e
Bug 1446157 - Remove unused grippy binding r=enndeakin+6102
...
MozReview-Commit-ID: KWC9HpTzig
--HG--
extra : rebase_source : 7b6b24330d072d5126851c63614ba91f4315ddc9
2018-03-20 17:21:19 +08:00
Andreea Pavel
62b7a93603
Backed out 3 changesets (bug 1446157) for browser chrome failures at browser/base/content/test/static/browser_all_files_referenced.js on a CLOSED TREE
...
Backed out changeset 2491f8caeffa (bug 1446157)
Backed out changeset be65061c2d72 (bug 1446157)
Backed out changeset de560a993de1 (bug 1446157)
2018-03-22 18:49:31 +02:00
Timothy Guan-tin Chien
aa45f889db
Bug 1446157 - Remove unused grippy binding r=enndeakin+6102
...
MozReview-Commit-ID: KWC9HpTzig
--HG--
extra : rebase_source : 382083ebb3fd2d1b10c70df314bd67ce5ded1f08
2018-03-20 17:21:19 +08:00
Paolo Amadini
992ad9c294
Bug 851471 - Decommission nsIDownloadManager. r=mak
...
MozReview-Commit-ID: HfqdrdJcLrh
--HG--
extra : rebase_source : 0b48ae94d9786c2bea1a3f1af6b5ffe4412f1f13
extra : source : c69bd311217f4e5e119cdcdaf9d77baefe72f0be
2018-03-06 13:16:07 +00:00
Tim Nguyen
88d4860b5d
Bug 1441725 - Remove default macOS toolbar button text-shadow. r=dao
...
MozReview-Commit-ID: HFjDUfC9EU0
--HG--
extra : rebase_source : 2a6e600112e562dd8505978ad8f5102f9bfd7b3d
2018-02-28 15:31:21 +00:00
Brendan Dahl
40c81820ad
Bug 1418403 - Remove viewing source in a standalone window. r=jryans
...
Along with removing the view source standalone windows and prefs this patch:
1) Re-structures several of the view source tests that were only testing the old
standalone windows to now test view source in tab.
2) Adds support viewSourceUtils.viewSource() to open a browser window when there
aren't any open (for browser toolbox view source).
3) Cleans up some of the API for viewSourceUtils and removes the old deprecated
ways of calling it.
MozReview-Commit-ID: DI6sgZwbCf
--HG--
extra : rebase_source : 64677186122f74ab95912d5f3f173cf37472458a
2018-02-05 13:33:58 -08:00
Timothy Guan-tin Chien
a2a559db3e
Bug 1234008 - Recompress some png images with zopflipng r=Dolske,Grisha,jryans
...
MozReview-Commit-ID: Cr2iMSB04uu
--HG--
extra : rebase_source : 49f69cca3a4f27af1060ed82283b5cc96f717229
2018-01-27 15:57:42 +08:00
Noemi Erli
656ee92d98
Merge inbound to mozilla-central. a=merge
2018-02-15 21:29:11 +02:00
Paolo Amadini
2967d1be2f
Bug 1434877 - Rework default styles for richlistbox autocomplete. r=mak
...
The default styles of richlistbox autocomplete were originally created to support the location bar popup, but now every autocomplete field uses the richlistbox version. This reworks the styles so that the number of overrides is minimized.
MozReview-Commit-ID: BwagKpMR5Dt
--HG--
extra : rebase_source : 52eda7f9d561dd23f279a3d15659e84f6c46eec6
2018-02-14 15:04:11 +00:00
Coroiu Cristina
4d5bfdec43
Backed out changeset 067ee834b07b (bug 1404688) for xpcshell failures at toolkit/mozapps/extensions/test/xpcshell/test_LightweightThemeManager.js
2018-02-15 05:15:10 +02:00
Tim Nguyen
461f749a68
Bug 1404688 - Make headerURL optional and remove text-shadow when there is no headerURL. r=jaws
...
MozReview-Commit-ID: BWhStvcLpkL
--HG--
extra : rebase_source : b50632db25916f113cd85e089759e892493e3be3
2018-02-15 02:30:44 +00:00
Tim Nguyen
55ba4a31c1
Bug 1404688 - Make headerURL optional and remove text-shadow when there is no headerURL. r=jaws
...
MozReview-Commit-ID: 5x6SPWEJ3jp
--HG--
extra : rebase_source : 2ed208a81ca59367b9140a6e73b85bf630c6e294
2018-02-15 13:37:30 +00:00
Brian Grinstead
a9b38c85c2
Bug 1432950 - Remove the scrollbar-base binding to prevent XBL JS from running on scrollbars in content;r=dao,smaug
...
The events that get silenced here are already covered for native anonymous content
by IsEventStoppedFromAnonymousScrollbar.
In trees, where <xul:scrollbar> and <xul:scrollcorner> are part of the DOM, copy the
handlers over into attributes on each instance.
MozReview-Commit-ID: Huk5nFC7Qua
--HG--
extra : rebase_source : f5e596f04c6a2022b9d6019d49e61bf64422f912
2018-02-14 09:12:56 -08:00
Dorel Luca
495816f593
Backed out changeset 85e30806ade1 (bug 1404688) for Browser chrome failure on browser/base/content/test/general/browser_compacttheme.js. CLOSED TREE
2018-02-14 21:50:09 +02:00
Tim Nguyen
7185846c7b
Bug 1404688 - Make headerURL optional and remove text-shadow when there is no headerURL. r=jaws
...
MozReview-Commit-ID: iHJggOjHBa
--HG--
extra : rebase_source : e9d7513b36f32f4d06b30b1228f688cbcdbdbd0f
2018-02-11 19:28:32 +00:00
Tim Nguyen
4fd514d97b
Bug 1429573 - Remove spinbuttons.xml bindings now that they are unused. r=Paolo
...
MozReview-Commit-ID: Cbj7vZcrDrL
--HG--
extra : rebase_source : 9b844911072ab2cc526f4ad16838e83f44a230da
2018-02-09 21:54:42 +00:00
Tim Nguyen
79e5dc6167
Bug 1429573 - Use input[type=number] in textbox[type=number] implementation. r=Paolo,surkov
...
* The number is no longer selected on number input focus
MozReview-Commit-ID: AmR5c6YKTCP
--HG--
extra : rebase_source : fdaab23fca57f361c9185191d9c30e047375cbe8
2018-02-09 21:54:36 +00:00
arthur.iakab
f58e902071
Backed out 2 changesets (bug 1429573) for failing reftest on reftest/tests/editor/reftests/xul/number-3.xul on a CLOSED TREE
...
Backed out changeset 75364898f5f6 (bug 1429573)
Backed out changeset fe69b415f45b (bug 1429573)
2018-02-09 23:27:59 +02:00
Tim Nguyen
9235487cb3
Bug 1429573 - Remove spinbuttons.xml bindings now that they are unused. r=Paolo
...
MozReview-Commit-ID: D7cMQyriekm
--HG--
extra : rebase_source : 189fe22d8b9619707753773b92f83bbdef3a247a
2018-02-09 19:24:11 +00:00
Tim Nguyen
d2bb22650d
Bug 1429573 - Use input[type=number] in textbox[type=number] implementation. r=Paolo,surkov
...
* The number is no longer selected on number input focus
MozReview-Commit-ID: EoXNqhXwK95
--HG--
extra : rebase_source : b5a522e11796ec42c87019f6c3955e6c40eb21d0
2018-02-09 19:23:56 +00:00
Csoregi Natalia
2d4c080565
Backed out 2 changesets (bug 1429573) for reftest failures /tests/reftest/tests/editor/reftests/xul/number-3.xul. on a CLOSED TREE
...
Backed out changeset bd6892535d35 (bug 1429573)
Backed out changeset 1c398da94994 (bug 1429573)
2018-02-09 16:56:39 +02:00
Tim Nguyen
96e5c9837c
Bug 1429573 - Remove spinbuttons.xml bindings now that they are unused. r=Paolo
...
MozReview-Commit-ID: 6sb1zcGv4k9
--HG--
extra : rebase_source : 35636617336551fb3aadc8fb321c66b5e5993239
2018-02-09 13:53:49 +00:00
Tim Nguyen
5f077444bc
Bug 1429573 - Use input[type=number] in textbox[type=number] implementation. r=Paolo,surkov
...
* The number is no longer selected on number input focus
MozReview-Commit-ID: 6XQdnJP65m0
--HG--
extra : rebase_source : 96d16469e99fc52c15a0b5024bdf9c3b4211a171
2018-02-09 13:47:44 +00:00
shindli
0fcb667b73
Merge mozilla-central to autoland. a=merge CLOSED TREE
2018-02-08 12:13:08 +02:00
Timothy Guan-tin Chien
93223f779f
Bug 1418459 - Remove menuitem-iconic-desc-noaccel binding. r=Paolo
...
MozReview-Commit-ID: 3BjrOyJwBKA
--HG--
extra : rebase_source : d6fac024ebf69e056ad788c835577037a9a4c474
2018-02-07 15:50:22 +08:00
Paolo Amadini
8c3a57c2a5
Bug 1427363 - Part 1 - Remove "autocomplete-result-popup" and related bindings. r=mak
...
MozReview-Commit-ID: oJ08wuZMop
--HG--
extra : rebase_source : 9293ad1fe9d7b710828564533d565b3140cb9319
2017-12-29 14:12:10 +00:00
Paolo Amadini
afa473d230
Bug 1427366 - Use richlistbox autocomplete by default. r=mak,surkov
...
MozReview-Commit-ID: BeAEWMjS6eW
--HG--
extra : rebase_source : 204a9825b8a67ac0df588736b2948205131f284c
2018-02-07 21:16:56 +00:00
Timothy Guan-tin Chien
2784227358
Bug 1429464 - Remove toolbox binding r=Gijs
...
- Move -moz-appearance: toolbox to xul.css.
- Remove the markup that initialize the palette field to null,
effectively initialize the value to undefined, which is still
falsey. The toolbar binding remains responsible for initializing
the toolbox's palette property with an actual DOM node.
MozReview-Commit-ID: 7X6JAn79P3k
--HG--
extra : rebase_source : f89770670d0a5594e90347e32ee85c484826852a
2018-02-05 16:28:49 +08:00
Dão Gottwald
8df93b652f
Bug 1395732 - Implement new defaultFavicon.svg with context-fill. r=jwatt,mak
...
MozReview-Commit-ID: IB5TWxbg0MX
--HG--
extra : rebase_source : d42f405ad71e2c05cf9bbc46bdb92bd36da1498a
2018-01-24 15:15:51 +01:00
Brian Grinstead
a35b976252
Bug 1424095 - Use display: block on iframes in XUL flexbox emulation mode;r=Gijs
...
With emulated flex display we wrap inline-level children into anonymous
wrapper-blocks, and those wrapper blocks serve as the flex items. Using
display: block and then resetting the hardcoded width/height does the trick.
MozReview-Commit-ID: Grh1KsSmngP
--HG--
extra : rebase_source : d0792b19387e50d7c70a50a741c060655d4a3669
2018-01-25 15:09:23 -08:00
Narcis Beleuzu
9279994eae
Merge inbound to mozilla-central. a=merge
2018-01-24 23:56:14 +02:00
Brian Grinstead
0cdec62954
Bug 1420229 - Create a new components.css file and load it as a UA stylesheet;r=bz,Gijs
...
This provides a place for current XBL stylesheets to be loaded without using XBL <resources>,
that load as a UA sheet instead of loading them as document sheets. This makes the styles
apply more similarly to XBL, in that they are less specific than document styles.
MozReview-Commit-ID: 3ewomJZMbrk
--HG--
extra : rebase_source : 8d8d837872947daa8f601e7d32de118655dabdde
2017-11-30 12:39:28 -08:00
Ethan Grace-Platow
5bdb87edca
Bug 1419935 - Removed the unused menulist-description binding r=bgrins
...
--HG--
extra : rebase_source : 26d21a98c51a1c74a8e2371c2b47e4c1a92151d4
2018-01-23 22:28:53 -08:00
Tim Nguyen
6071f20f6c
Bug 1430374 - Remove support for progressmeter tree cells. r=bz,dao
...
MozReview-Commit-ID: 3hydkeoneC0
--HG--
extra : rebase_source : eca404511d1fc2d9d7e9711fbd1accefd3781b16
2018-01-18 10:36:05 +00:00
Vikas Mahato
4ef27c8240
Bug 1430739 - Remove the wizard-box class r=dao
...
MozReview-Commit-ID: 3q3TJTIHTxc
--HG--
extra : rebase_source : e12f64fba6ab7a2f6fd46a953be57636a95d0de8
2018-01-17 18:20:09 +05:30
Dão Gottwald
a1c440e11d
Bug 1430742 - Remove the gridlines class. r=enndeakin+6102
...
MozReview-Commit-ID: 6AA9c5zrxH7
--HG--
extra : rebase_source : b6db2c88d1205469d699ad57dd8b4c13f395a426
2018-01-16 12:08:11 +01:00
Dão Gottwald
403325bfb2
Bug 1430371 - Stop using -moz-border-*-colors for treechildren::-moz-tree-progressmeter on Mac. r=ntim
...
MozReview-Commit-ID: 8eal7OVHsjH
--HG--
extra : rebase_source : 657ded95c97a3c28d2fbdbc9e8a2f74d363673e4
2018-01-13 10:27:22 +01:00