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

2918 Коммитов

Автор SHA1 Сообщение Дата
Dão Gottwald cde050c206 Bug 1465497 - Stop setting a color on hovered checkboxes and radio buttons. r=jaws
Gtk checkboxes and radio buttons used to render a solid background on hover and so we also set a text color for that state. Apparently we're not getting that background anymore.

MozReview-Commit-ID: 7c5dbWroRbP

--HG--
extra : rebase_source : 4159ac0ff197f700e86692c7d1d939601c1453bd
2018-06-01 18:46:40 +02:00
Noemi Erli 8e2471b6cb Backed out 8 changesets (bug 1458375) for Mochitest leaks on a CLOSED TREE
Backed out changeset 30a743401670 (bug 1458375)
Backed out changeset ae969e1cebfb (bug 1458375)
Backed out changeset 1fb76b9b6f82 (bug 1458375)
Backed out changeset 868da3a1b94a (bug 1458375)
Backed out changeset bd2cba9dfb3d (bug 1458375)
Backed out changeset 715850ae92a1 (bug 1458375)
Backed out changeset cfe8da250de7 (bug 1458375)
Backed out changeset 2968c0a21410 (bug 1458375)
2018-05-31 22:38:48 +03:00
Mike Conley 1f1e45e92d Bug 1458375 - Remove empty binding attached to scrollbars. r=timdream
MozReview-Commit-ID: HD6OHIVIhrq

--HG--
extra : rebase_source : 1be8c0d5e29e53d35479a2b3d62b5b596189c8ac
2018-05-29 20:08:41 -04:00
Emilio Cobos Álvarez aa2cf73671 Bug 1451256: Remove extends from toolbarpaletteitem. r=dao
Right now it uses extends="xul:button" so that the element it wraps doesn't get
mouse events. There's a way to do that with CSS, using pointer-events: none on
the child.

MozReview-Commit-ID: GKLG62HDD7l
2018-05-22 22:00:05 +02:00
Timothy Guan-tin Chien 5515df7c99 Bug 1459646 - Always flip the resizer with CSS transform r=dao
Having the native theme widget to flip its own direction turned out to be
something not needed anymore, and it interfere with the CSS rule we set to
flip non-native SVG background.

This patch turned that off and always flips the resizer with CSS transform.

MozReview-Commit-ID: EbjTfFpJpZ0

--HG--
rename : layout/reftests/forms/textarea/resize-ref.html => layout/reftests/forms/textarea/resize-rtl-ref.html
rename : layout/reftests/forms/textarea/resize.html => layout/reftests/forms/textarea/resize-rtl.html
extra : rebase_source : a319698cea6c8460aaed23948e20b0757cec686e
2018-05-07 15:05:26 -07:00
Richard Marti 60a2631090 Bug 1459563 - Set also on Linux a width of the page number field in print preview dialog. r=mconley 2018-05-07 21:28:46 +02:00
Mark Striemer fdfd71bdc7 Bug 1438363 - Show a doorhanger when an extension first hides a tab r=aswan,dao
MozReview-Commit-ID: DQCr3SSaZTV

--HG--
extra : rebase_source : c72f53e9b03fa6c876051ee6c66675ed0b684054
2018-04-24 09:07:32 -05: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 f0799d71d0 Bug 1450017 - Part I, Package resizer-rtl.png correctly on Linux r=enndeakin+6102
It was never included in the manifest from file creation in bug 554810.

The error went undetected for 8 years, because the Linux manifest overwrites
the Windows one, and the Windows file goes to the same name (with a similar
look) gets packaged.

MozReview-Commit-ID: HXFxD0KmSYA

--HG--
extra : rebase_source : c7f7f71eacc4a251e938cc49413c0caaceedf9ee
extra : source : 36fbf38cbfec6ab7d9dab9a635046596f26560c6
2018-04-11 09:41:02 +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
Brian Grinstead 113466c187 Bug 1455392 - Remove sortable UI in about:addons recent updates;r=aswan
This UI is the only consumer of `checkState`, and it's using it in a
confusing way represent a ascending and descending sorts on the checkbox.
And also since the default sort for Recent Updates (most recent first)
is reasonable, go ahead and remove the binding altogether.

MozReview-Commit-ID: 4OnAN1t2fGq

--HG--
extra : rebase_source : 765bc7f830886ed2a5a52ca433a6e1d86511cc46
2018-04-20 09:35:36 -07: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 ff0a2e0137 Bug 1317581 - Clean up some duplicated colors in the DateTimePicker. r=dao
MozReview-Commit-ID: IOAgaoeJ53J

--HG--
extra : rebase_source : 3cdc5c3eca6a5d1324e90de80d82231df8a3a26d
2018-04-10 14:26:49 -04: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 ce2407fe5e Bug 1437302 - Followup: fix reftest failures on a CLOSED TREE. r=me 2018-04-10 20:40:30 +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
Timothy Guan-tin Chien 6b50756b5d Bug 1449532 - Part III, Polyfill Web Animation API features r=Gijs
The Animation and KeyframeEffect constructors and the finshed promise are not
enabled on release channel currently. The polyfill is added to make sure
we don't break on release.

When the feature ships, removing the polyfill should be as easy as
reverting this changeset.

MozReview-Commit-ID: 2EWN7hBN5tj

--HG--
extra : rebase_source : 19290268e281fc631458eb64745bea000994c3e7
2018-03-31 11:31:36 +08:00
Timothy Guan-tin Chien 2bda996769 Bug 1449532 - Part II, Use Web Animation API to animate video control transition r=Gijs
Web Animation API should give us deterministic timing when the transition ends or aborts.

Additional clean-ups:

- Make sure hidden status is always set/get from the hidden property,
  instead of the hidden attribute.
- Remove the unused isControlBarHidden property.
- controlsSpacer no longer has a background color (removed in bug 1374007),
  therefore it no longer needs a transition and there is no need to test
  its state with the test added in bug 1319301.
- Fix a logic error at hideByAdjustment property, revealed by the changed
  transition timing, in which adjustControlSize() would show the controlBar
  set hidden by the transition.

MozReview-Commit-ID: DB2cgQcUEXi

--HG--
extra : rebase_source : 2a715038197aa29d3eaf837fad85797ec1e98b15
2018-03-30 00:21:03 +08:00
Timothy Guan-tin Chien e4fc6df0d3 Bug 1449532 - Part I, Backed out changeset 99fc41ec7ce9 (Bug 1444489 Part VIII) r=Gijs
MozReview-Commit-ID: LQhZq0RlOvi

--HG--
extra : rebase_source : 7d8083da7205cdd5abfd2669871b405b9e52718f
2018-03-28 19:22:03 +08:00
Ciure Andrei 7208a2fee8 Merge inbound to mozilla-central. a=merge 2018-04-04 00:54:16 +03:00
Timothy Guan-tin Chien 16ed0344b6 Bug 1450013 - Remove throbber/spinner from mobile video controls. r=Gijs
MozReview-Commit-ID: SgPgfjt4LJ

--HG--
extra : rebase_source : 1871c299280eaf43ff484bee1e5991e4be54a1c3
2018-04-02 14:45:52 +08:00
Gijs Kruitbosch f7c435ecc9 Bug 1447384 - fix narrate styling falling foul of CSP, r=johannh
MozReview-Commit-ID: EsMwwxVVyFE

--HG--
extra : rebase_source : ce30238fd65d86e279f549d6b9cde36d7f537654
2018-03-27 17:39:22 +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
UK992 fa9dc40ccb Bug 1373921 - Remove duplicated css code from about:support/profiles/url-classifier. r=dao 2017-10-25 22:50:01 +02:00
ui.manish 9db392f67d Bug 1450573 - Remove unused menu-check.png and menu-check@2x.png r=jaws,ntim 2018-04-01 23:12:21 +02:00
Manish Kumar eb0af41afb Bug 1450594 - Remove unused toolkit/themes/windows/global/icons/find-arrows.png. r=dao 2018-04-02 05:07:23 +02:00
Andrew Swan b94286383e Bug 1449012 Fix mis-named css vars in extensions.css r=mstriemer
MozReview-Commit-ID: GrmfE9YlDvz

--HG--
extra : rebase_source : 74b8b2f58d01db6c3c7a03dbbc58049c296a343c
2018-03-29 11:02:48 -07:00
Timothy Guan-tin Chien 7c6f9d7bda Bug 1448528 - Include fullscreenExitButton.svg in mobile package r=Gijs
MozReview-Commit-ID: HClP4Bv2PP8

--HG--
extra : rebase_source : ad08f81299c511d432f43024d26486c212b4bea3
2018-03-25 11:50:37 +08: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
Timothy Guan-tin Chien e470a057a1 Bug 1444489 - Part VIII, Transition the visibility property instead of using transitionend event r=Gijs
Fades out all the UIs by applying CSS transition on opacity and visibility.
Stop relying on transitionend event to set the hidden state.

This removes a source of intermittent failure and while making sure UIs are
hidden.

MozReview-Commit-ID: FR7JQn4eO3X

--HG--
extra : rebase_source : d62faf9eb8c1cab72e9a0e445974be67e7ff5c85
2018-03-16 06:55:58 +08:00
Timothy Guan-tin Chien 164b1df8be Bug 1444489 - Part VI, Enlarge the size of controls on mobile r=e7358d9c+590837,Gijs
Enlarge controls by around 1.3x, which is the size of the original touch controls.

MozReview-Commit-ID: kpgFFIW2hh

--HG--
extra : rebase_source : 66636a0cb15a17ef15c2a2307a2f9100c1852480
extra : source : ae615321dc9b3e6276d8e79285d0e9d65b6d6bc2
2018-03-09 17:00:51 -08:00
Timothy Guan-tin Chien 1543c98d18 Bug 1444489 - Part IV, Implement Casting UI on videoControls r=Gijs
Optimize and re-commit the casting buttons SVG removed from the previous commit.

MozReview-Commit-ID: GICxaRZXTiJ

--HG--
rename : mobile/android/themes/geckoview/images/videocontrols-cast-active.svg => toolkit/themes/shared/media/castingButton-active.svg
rename : mobile/android/themes/geckoview/images/videocontrols-cast-ready.svg => toolkit/themes/shared/media/castingButton-ready.svg
extra : rebase_source : 099416d0d03e5ab85ec5387f00911889db97d3e2
extra : source : 79a159f175227eae35648ffbeddcc58e77ef19cf
2018-03-09 17:39:44 -08:00
Timothy Guan-tin Chien 64808cfafc Bug 1444489 - Part II, Replace touchControls with videoControls and remove touchControls r=Gijs
Also migrates TouchUtils to videoControls in order to keep some interactions.

Removed the casting button from TouchUtils (to be add back to Utils in the next
commit; not removing the SVG images for hg annotation)

MozReview-Commit-ID: DzhmjykCLzu

--HG--
extra : rebase_source : d77dfe3e2d9de2087d21dc2fb9b1773e710177d7
2018-03-21 15:10:20 +08:00
Timothy Guan-tin Chien de835f3700 Bug 1444489 - Part I, Convert noControls binding to HTML content r=Gijs
The noControls binding is bound to <video> without controls on mobile
(see geckoview/content.css), and is only visible when the video is
blocked because of background autoplay.

MozReview-Commit-ID: KZqlQedCjd5

--HG--
extra : rebase_source : c5f619b0849ee56f957e9017ab2627d592a3285e
2018-03-12 22:30:03 +08:00
sreeise 70a0c81b98 Bug 1441857 - Added comment explaining custom properties are directly from CSSOM in order to get predefined style which is why they are not referenced by CSS. r=jaws
--HG--
extra : rebase_source : be31080cf5fbcb92578d02a07e0102df4d712f3a
2018-03-13 22:43:06 -04:00
raymond 946bbd9dbf Bug 1222414 - Convert hardcoded colors in add-on manager to CSS variables. r=jaws, ntim 2018-03-08 09:00:51 -05:00
Gijs Kruitbosch 30d206fa1b Bug 1433133 - remove shared menu check icons which are now unused, r=florian
MozReview-Commit-ID: GUzHMQYVRK

--HG--
extra : rebase_source : 20bb3dbbe3ec26dc18f76fb7ad0457c9280cfa78
2018-03-06 17:47:12 +00: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
Tiberius Oros be676ac217 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-03-01 19:34:54 +02:00
Tiberius Oros 61d400da1c Merge inbound to mozilla-central. a=merge 2018-03-01 19:29:00 +02:00
Dão Gottwald bb2196e329 Bug 1437564 - Stop setting a text color for checked toolbarbuttons on Windows since the native background is mostly transparent and the color should be inherited. r=johannh
MozReview-Commit-ID: Hgp8DhBrkGU

--HG--
extra : rebase_source : 0e42530fd3c7071541e5ec1a7f7496d1fbf823bb
2018-03-01 12:50:56 +01:00
shorlander@mozilla.com f5f4c8d3a1 Bug 1410498 - Fix autoscroll image. r=dao
--HG--
extra : rebase_source : cf0f0c0d4f7013794be2bf0b2dfe43c87934ce22
2018-02-27 12:46:00 +02:00
Dão Gottwald 2a8b2ee03e Bug 1441830 - Clean up and simplify treechildren styling on Windows. r=jaws
MozReview-Commit-ID: 5V3alTQkNdj

--HG--
extra : rebase_source : 0bc2a03b0910ebe224eb1a89e8d0fa9842888ada
2018-02-28 18:16:00 +01: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
Kirk Steuber f923709efc Bug 1438243 - Improve the UI for pages blocked by policy r=Felipe
Improves the UI for pages blocked by the enterprise policy manager. These improvements include a new image instead of the generic "info" image and updated, approved strings for the page.

MozReview-Commit-ID: 9d6V9onHGGg

--HG--
extra : rebase_source : d702947924f24d9440455a56b7e2f876ab634464
2018-02-22 15:41:12 -08:00
Richard Marti 872d855cee Bug 1437284 - Fix the spinbuttons in in-content pages. r=dao
MozReview-Commit-ID: LhRPG9tGMmE
2018-02-10 16:45:00 +01: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
Martin Stransky d6085c2583 Bug 1423851 - Enable titlebar/menubar drag on lightweight themes, r=dao
MozReview-Commit-ID: 2EP2SXGT5nj

--HG--
extra : rebase_source : 97a955d17c5f8454a0763ca157f9410fb483d203
2018-02-14 15:50:01 +01: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
Ian Moody e94018c796 Bug 1432630 - Move close-icon rounded corners into SVG. r=dao
MozReview-Commit-ID: CP3ZDTUKaBM

--HG--
extra : rebase_source : 2475c3aea68a3680bfa5e3e5b6eae3063244d39a
2018-01-30 14:33:02 +00:00
Gurzau Raul b7762515a1 Backed out changeset 834045a73734 (bug 1432630) for causing bug 1434153 on a CLOSED TREE 2018-01-30 13:50:43 +02:00
Ian Moody 04a2657d80 Bug 1432630 - Restore rounded corners of tab close button. r=dao
MozReview-Commit-ID: DvEWT2zNIrm

--HG--
extra : rebase_source : 21275ef90ae95e6a62e20afac287866dbc864d91
2018-01-28 23:08:46 +00: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
Dão Gottwald 1fdc074512 Bug 1430871 - Stop using -moz-border-*-colors for tree rows on Windows 7. r=Paenglab
MozReview-Commit-ID: 4t1DdSGJhAx

--HG--
extra : rebase_source : 933b3c1caa8a8c14f48af7cc80bf930489def4f6
2018-01-16 20:52:29 +01: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
Dão Gottwald 597074b339 Bug 1430372 - Remove fallback borders from xpinstallConfirm.css. r=ntim
MozReview-Commit-ID: LGtv1i8bDHt

--HG--
extra : rebase_source : 8661366cb15b4d2ac49539799ba4d61677747cea
2018-01-13 10:34:28 +01:00
Martin Giger 212d95ab0c Bug 1387624 - Fix datalist popups in extension options r=mixedpuppy
MozReview-Commit-ID: 9w7Hhv5Fh4n

--HG--
extra : rebase_source : 86e81b93591fa032d5ef8dc37b00ad9b7fe57aa2
2017-11-04 13:40:47 +01:00
Csoregi Natalia 7476b71e00 Merge inbound to mozilla-central r=merge a=merge 2018-01-12 23:59:06 +02:00
Paolo Amadini b7e6979a9f Bug 1284391 - Remove ui.allow_platform_file_picker pref on GTK widget. r=karlt
MozReview-Commit-ID: Gdiww1Gbwpk

--HG--
extra : rebase_source : a215c514f75971dc660b0d1f689ec4e8cde826a4
2018-01-11 13:10:28 +00:00
Tim Nguyen e1b673bf04 Bug 1428938 - Remove legacy toolbar customization code. r=Gijs
MozReview-Commit-ID: 1ppfxI7yYJW

--HG--
extra : rebase_source : b4a2c44dd5e244c81e479e6b43e9669cc031f349
2018-01-11 16:35:17 +00:00
Sylvestre Ledru f8b1d9ab46 Bug 1278282 - update of the moz.build files to remove gtk2 references r=lsalzman
MozReview-Commit-ID: FO1wEHzOkuN

--HG--
extra : rebase_source : ac7e61cf47d013de882048740c889735a0a7cad8
2018-01-10 10:04:59 +01:00
Dão Gottwald 827618fca1 Bug 1430128 - Remove remnants of the iconsize attribute. r=Gijs
MozReview-Commit-ID: 3a80XcR3NUM

--HG--
extra : rebase_source : 25607ac27fd4e84ebdbfe13a3c77ba2ea0df6d7b
2018-01-12 16:03:44 +01:00
Dão Gottwald 68c7221ae9 Bug 1429352 - progressmeter.css cleanup. r=ntim
MozReview-Commit-ID: 3IbLHH2mvho

--HG--
extra : rebase_source : 774ff78ed054132108979c3bd87c8743344ac43c
2018-01-10 12:47:14 +01:00
Tim Nguyen c9103613c5 Bug 1428849 - Remove datetimepicker.xml bindings. r=mconley
MozReview-Commit-ID: LhfabvhJP5d

--HG--
extra : rebase_source : 8a2c329fab9b90746af9a09877be049479459b75
2018-01-09 19:39:30 +00:00
Sebastian Hengst 6c6df154cd merge mozilla-central to mozilla-inbound. r=merge a=merge 2018-01-06 01:56:19 +02:00
abhinav d4ab40c8ce Bug 1428325 - Stop resetting -moz-border-*-colors in common.inc.css; r=dao
MozReview-Commit-ID: BR5gbJicWih

--HG--
extra : rebase_source : 711dbb0a04723e7af524e3b12a9124c3ddca9941
2018-01-05 21:05:22 +05:30
Lucius Q. User c83ae3a2c6 Bug 930845 - Removed expander binding, expander.css and expander.xml; r=enn
MozReview-Commit-ID: 26oF9gSQZVt

--HG--
extra : rebase_source : b12964a0d5f6af62542e3dc54b7552ea48125474
2018-01-05 19:09:21 +01:00
Myk Melez c3da3e7642 Bug 1379338 - scriptify preferences XBL; r=jaws
MozReview-Commit-ID: Egyzs2KxhzH
2018-01-04 21:37:47 -08:00
Andreea Pavel 25357802c6 Merge mozilla-inbound to mozilla-central r=merge a=merge 2018-01-04 23:28:19 +02:00
Dão Gottwald 1946fffaeb Bug 1428061 - Remove support for the tabs-bottom class. r=jaws
MozReview-Commit-ID: KvOO0uCjCUC

--HG--
extra : rebase_source : 5ce371fc492fba5200d03b05c00787ec82603ddb
2018-01-04 16:29:30 +01:00
Dão Gottwald d0dc09b759 Bug 1427787 - Remove .tabs-left and .tabs-right styling. r=jaws
MozReview-Commit-ID: HvGcEBv5FOO

--HG--
extra : rebase_source : 1841a28325cb6d250774deff5b8af4f781f48804
2018-01-03 17:17:50 +01:00
Dão Gottwald 6ae22659e8 Bug 1419600 - Remove the dialogheader binding. r=bgrins
MozReview-Commit-ID: KbavddjDiH3

--HG--
extra : rebase_source : 34b34fb2e9c9f58b2fac0af794bef1f96b0d2df3
2018-01-03 21:24:59 +01:00
Sebastian Hengst bc8e5f198e Backed out 2 changesets (bug 1379338) for failing Marionette headless' test_anonymous_content.py TestAnonymousNodes.test_find_anonymous_children. r=backout on a CLOSED TREE
Backed out changeset 232c97d7c2ea (bug 1379338)
Backed out changeset a76ff10b9bff (bug 1379338)
2018-01-04 20:15:18 +02:00
Sebastian Hengst d61df7ff93 Bug 1379338 - scriptify preferences XBL: remove unreferenced panebuttons. r=bustagge-fix on a CLOSED TREE 2018-01-04 20:01:29 +02:00
Myk Melez f5bb45814e Bug 1379338 - scriptify preferences XBL; r=jaws
MozReview-Commit-ID: 7NRHlSsdOtf
2018-01-04 07:34:15 -08:00
Dão Gottwald 9290a1d24c Bug 1343837 - Remove find dialog resources from toolkit. r=florian 2018-01-04 11:36:37 +01:00
Tim Nguyen fd655b880c Bug 1425868 - Consolidate arrow panel styling. r=dao
Original patch by Jared Wein [:jaws]

MozReview-Commit-ID: D8GxCjJ8Si3

--HG--
extra : rebase_source : 3f877d5b69e3ab86ad7d8b769e6b5459cea3b5bf
2017-12-19 08:00:00 -06:00
Dorel Luca 525a28839c Backed out changeset 4f6ed26bdb9b (bug 1425868) for build bustages on OS X and Windows r=backout on a CLOSED TREE 2017-12-19 15:43:13 +02:00
Tim Nguyen d93d23734a Bug 1425868 - Consolidate arrow panel styling. r=dao
Original patch by Jared Wein [:jaws]

MozReview-Commit-ID: RAGeRpgoJF

--HG--
extra : rebase_source : 1ae76e2f510bda16d72e1947e92d8d882bf7a01a
2017-12-19 07:00:24 -06:00
Ciure Andrei 7e4e20da7d Merge inbound to mozilla-central r=merge a=merge 2017-12-15 23:52:00 +02:00
Oriol Brufau e91083fee0 Bug 1424617 - Remove text-shadow in webextension badges. r=dao
MozReview-Commit-ID: F4axgM8IL7C

--HG--
extra : rebase_source : 656c6276948282fde20062ffaad1966e52962998
2017-12-14 16:03:22 +01:00
Richard Marti 3c5efdcba7 Bug 1423453 - Remove -moz-border-*-colors where possible. r=dao
MozReview-Commit-ID: JbvngOk18dR
2017-12-15 13:38:49 +01:00
Kristiyan afb5870ded Bug 1411210 - Replace @media not all and (-moz-...) with @media (-moz-...: 0). r=dao
MozReview-Commit-ID: CwTjRfX0xnK
2017-12-14 11:50:56 +01:00
Xidorn Quan 3cccf0e677 Bug 1424013 - Change back to child combinator from descendant combinator for extension page detail-view. r=dao
MozReview-Commit-ID: LR7ce9TcsmP

--HG--
extra : rebase_source : 096dadc091c64ee15345551d02920ee607d47bff
2017-12-08 14:18:26 -06:00
Andrew Swan 0a51e1ac64 Bug 1263313 Remove search pane from about:addons r=rhelmer
Also remove related code that was only used from here including
stuff related to marketplace purchases, etc.

MozReview-Commit-ID: ESX78tVQK7M

--HG--
extra : rebase_source : 56d956168f75cdc40fd3df057e41493f80733352
2017-12-05 21:17:13 -08:00
Noemi Erli 449829ebb2 Merge mozilla-central to mozilla-autoland. r=merge a=merge 2017-12-05 16:31:06 +02:00
Richard Marti 69d5654bd1 Bug 1422031 - Remove remaining nav-button style parts in extensions. r=rhelmer 2017-11-30 06:56:44 +01:00
Dorel Luca 5343debb6a Backed out 3 changesets (bug 1417837) for failing browser/chrome/test_media_playback.html r=backout on a CLOSED TREE
Backed out changeset 9556f12b4058 (bug 1417837)
Backed out changeset 49a463e85e42 (bug 1417837)
Backed out changeset 7a76f2363663 (bug 1417837)
2017-12-04 14:59:31 +02:00
Cameron McCormack 824f088ce8 Bug 1417837 - Part 3: Replace all IDs in about:reader documents with class names. r=Gijs
Since the readerized article content will have its class names stripped
but will retain its original IDs, and we don't want our aboutReader.css
rules targetting UI elements to match anything in the article.

MozReview-Commit-ID: JuXTo8Nth5Q

--HG--
extra : rebase_source : a5987d80f45c3ec5192c1aa5da772a05cfda79ff
2017-11-30 11:55:32 +08:00
Cameron McCormack 311c671019 Bug 1417837 - Part 1: De-scope about:reader style sheets. r=Gijs
MozReview-Commit-ID: 8C65ljtFDrh

--HG--
extra : rebase_source : 442d8cbaf7f7252b6b6393845d2d09e265678ae9
2017-11-16 17:58:37 +08:00
Coroiu Cristina 035be65ea1 Backed out 3 changesets (bug 1417837) for ESlint failures at /builds/worker/checkouts/gecko/toolkit/components/narrate/NarrateControls.jsm r=backout on a CLOSED TREE
Backed out changeset 0d6b56293cbf (bug 1417837)
Backed out changeset 1c341a427a7a (bug 1417837)
Backed out changeset fa4f488ea88f (bug 1417837)
2017-12-04 12:34:37 +02:00
Cameron McCormack 850bcde3b4 Bug 1417837 - Part 3: Replace all IDs in about:reader documents with class names. r=Gijs
Since the readerized article content will have its class names stripped
but will retain its original IDs, and we don't want our aboutReader.css
rules targetting UI elements to match anything in the article.

MozReview-Commit-ID: JuXTo8Nth5Q

--HG--
extra : rebase_source : 87aa2f1060a1e7974610a109507a103c5366727a
2017-11-30 11:55:32 +08:00
Cameron McCormack 33f3ce5cd6 Bug 1417837 - Part 1: De-scope about:reader style sheets. r=Gijs
MozReview-Commit-ID: 8C65ljtFDrh

--HG--
extra : rebase_source : 442d8cbaf7f7252b6b6393845d2d09e265678ae9
2017-11-16 17:58:37 +08:00
Dão Gottwald 6d6d5c3c75 Bug 1422100 - Refactor in-content UI font sizes. r=jaws
MozReview-Commit-ID: DIxgLYcUvJh

--HG--
extra : rebase_source : 7af4709b4e75bb15230b9bdce9a0202c8d10e956
2017-11-30 20:23:07 +01:00
Scott Wu e1f486c038 Bug 1419819 - Remove html|button padding rule from common stylesheet. r=jaws
Bug 1413162 added the html|button padding rule intended to normalize the way buttons are styled in preferences, but ended up causing problems for buttons outside of preferences, especially because !important keyword is used. This bug reverts that change.

MozReview-Commit-ID: FFQt2k6mCHE

--HG--
extra : rebase_source : 128c59dd582c1b21aa0aea12addc9ec7d6408ba8
2017-11-30 11:24:44 +08:00
Chung-Sheng Fu 5503bf6a6c Bug 1039069 - Gray-out style for disabled listbox. r=jaws
MozReview-Commit-ID: KSWX63C35lh

--HG--
extra : rebase_source : ab02e1cf95f059d5eb4f8371927d6b0aec3a2831
2017-11-21 15:40:05 +08:00
Gijs Kruitbosch 1265e774bc Bug 1421711 - remove pluginInstallerWizard.css and pluginGeneric*.png, r=daleharvey
MozReview-Commit-ID: 4yuH7IFEOme

--HG--
extra : rebase_source : f47b18b4178588b810df84404b9b618b41451d1a
2017-11-29 18:14:23 +00:00
Narcis Beleuzu b5d0f0fad6 Backed out 3 changesets (bug 1039069) for ESlint failures on browser/components/preferences/languages.js r=backout on a CLOSED TREE
Backed out changeset 036a91aed264 (bug 1039069)
Backed out changeset 69af55073d39 (bug 1039069)
Backed out changeset 4fce39a14630 (bug 1039069)
2017-11-30 23:38:27 +02:00
Chung-Sheng Fu acf9c30431 Bug 1039069 - Gray-out style for disabled listbox. r=jaws
MozReview-Commit-ID: KSWX63C35lh

--HG--
extra : rebase_source : 6a1698fcc1a544695cefcb1b3cda35ba4dd7e854
2017-11-21 15:40:05 +08:00
Jared Wein de79cb34d1 Bug 1421672 - Explicitly declare the start/end values of CSS animations since optimizations require both. r=mconley
MozReview-Commit-ID: 2U0Uia1pYF8

--HG--
extra : rebase_source : f504a7104118ec6be797a5dea35d905c20345ca1
2017-11-29 12:49:22 -05:00
Brian Grinstead 30a99a2b95 Bug 1419170 - Remove the statusbar and statusbarpanel bindings;r=Paolo
MozReview-Commit-ID: DbwMUBpHcri

--HG--
extra : rebase_source : 0fb627a10860302ca5f31013ed7d8370eb655230
2017-11-27 09:17:04 -08:00
Cameron McCormack 544acb33d3 Bug 1417837 - Part 3: Replace all IDs in about:reader documents with class names. r=Gijs
Since the readerized article content will have its class names stripped
but will retain its original IDs, and we don't want our aboutReader.css
rules targetting UI elements to match anything in the article.

MozReview-Commit-ID: JuXTo8Nth5Q

--HG--
extra : rebase_source : dde58f56e55f82ddda364ec5978e43fe71be875c
2017-11-30 11:55:32 +08:00
Cameron McCormack 0c46625eab Bug 1417837 - Part 1: De-scope about:reader style sheets. r=Gijs
MozReview-Commit-ID: 8C65ljtFDrh

--HG--
extra : rebase_source : 442d8cbaf7f7252b6b6393845d2d09e265678ae9
2017-11-16 17:58:37 +08:00
Brian Grinstead 2214548e2c Bug 1416493 - Remove the menuseparator XBL binding;r=Gijs
Key accessibility off of the tag name instead of the role attribute
and load styles in global.css instead of <resources>

MozReview-Commit-ID: Epv0rHHzbz0

--HG--
extra : rebase_source : 2239c8ccca8d899b4c4144faab7212f120f00e23
2017-11-22 13:47:09 -08:00
Coroiu Cristina 9eb4f34b0a Merge mozilla-central to inbound. r=merge a=merge on a CLOSED TREE 2017-11-22 01:50:20 +02:00
Gijs Kruitbosch f647b500f2 Bug 1401477 - limit autoscroll popup coordinates so we always display it full-size, instead of having the popup code constrain its size to fit on-screen, r=dao
MozReview-Commit-ID: 6XQNfkkjadC

--HG--
extra : rebase_source : 50795a86671b1b4a19f8141f6fff6d7268d1c9e4
2017-11-13 16:06:33 +00:00
gorovoja 76b56b8d23 Bug 1416875 - Renamed prompt IDs from the form of info.body to InfoBody so they won't need escaping. r=jaws
--HG--
extra : rebase_source : cd932973a6b675ff45c4a4c9eadc68e3303f6d11
2017-11-17 13:59:30 -05:00
Brian Grinstead 5f270e061f Bug 1418494 - Flatten menucaption-inmenulist into menucaption;r=mconley
The only time menucaptions are created are for optgroups, and they
always get instantiated as menucaption-inmenulist. Flatten the
inheritance here to get rid of a binding.

MozReview-Commit-ID: KWzor0QDdma

--HG--
extra : rebase_source : a87ea48a4c6815ec6bdb53925283a9c1ed89f5a2
2017-11-20 10:05:35 -08:00
Gijs Kruitbosch ba009dae2f Bug 1408044 - remove the 'about:' page from toolkit, r=dao
MozReview-Commit-ID: 8qNBcCYWxhe

--HG--
extra : rebase_source : 7fbd316235899cbd340c53ea2111b020eff941d4
2017-11-16 17:16:12 +00:00
Scott Wu bb68b625f9 Bug 1413162 - Set width to manageAddresses and manageCreditCards dialogs and move button styles to common stylesheets. r=flod,jaws,lchang
Increased the dialog width and align html button styles with XUL button styles (padding, min-width) in common stylesheets.

MozReview-Commit-ID: Czzu0Ar6JfP

--HG--
extra : rebase_source : 3f9206ac21f0b533952c0ad5c898cfdf0e3a23ea
2017-11-13 18:36:35 +08:00
Ciure Andrei a8907fc95a Backed out 5 changesets (bug 1408044) for failing Android test: TestAboutPagesPreparer.java:24: cannot find symbol. r=backout on a CLOSED TREE
Backed out changeset 5c5152ad910d (bug 1408044)
Backed out changeset c9a062838c12 (bug 1408044)
Backed out changeset 9ceaa645f2a9 (bug 1408044)
Backed out changeset 10fc0a581606 (bug 1408044)
Backed out changeset 513140019014 (bug 1408044)
2017-11-17 12:19:30 +02:00
Gijs Kruitbosch 460f3e9014 Bug 1408044 - remove the 'about:' page from toolkit, r=dao
MozReview-Commit-ID: 8qNBcCYWxhe

--HG--
extra : rebase_source : b56c3e86aa16d975fbc38d1b50c101bfefa425a3
2017-11-16 17:16:12 +00:00
Brian Grinstead 0ed4d8d06c Bug 1416368 - Remove unused statusbarpanel-* bindings;r=dao
MozReview-Commit-ID: I6QKxP6joag

--HG--
extra : rebase_source : 0a78abfaa63e969c41656fb2b7957dc9e959bc8b
2017-11-10 14:48:34 -08:00
Aditya Bharti ba1f03bb2f bug 1407562 - Fix in-content HTML selects and about:telemetry "Raw JSON" element for RTL locales r=chutten
The arrow icon in about:telemetry's process <select> overlapped the text in RTL.
It turns out that this was also a problem in a couple of other places in the UI,
including the Add New Credit Card and And New Address dialogs for form autofill.
Now, those are fixed too.

On the about:telemetry page, the "Raw JSON" element is in the appropriate place now.
Earlier it was on the left in RTL locales.
2017-11-16 00:05:09 +05:30
Dave Townsend 9b2e25316e Bug 1414406: Remove the inline options feature for add-ons. r=aswan
MozReview-Commit-ID: 4ycTaMzqWgx

--HG--
extra : rebase_source : 9176d61244a140a5c4fde953302e9fb72aebff5a
2017-11-13 15:09:00 -08:00
Ray Lin f058f3b817 Bug 1415596 - Make click to play button transparent when status overlay is present on video controls. r=jaws
MozReview-Commit-ID: 6xweGJQoR6R

--HG--
extra : rebase_source : e53a93c32acbbbc43abbb0ba6f8ff0ad34a5ec85
2017-11-12 23:18:03 +08:00
Csoregi Natalia 6d76ab3d79 Backed out 2 changesets (bug 1414406)for ESLINT failures /toolkit/mozapps/extensions/content/extensions.js:1193 r=backout on a CLOSED TREE
Backed out changeset f501182ed44b (bug 1414406)
Backed out changeset f438ce3fc88e (bug 1414406)
2017-11-14 00:02:18 +02:00
Dave Townsend 9c5a18de90 Bug 1414406: Remove the inline options feature for add-ons. r=aswan
MozReview-Commit-ID: 4ycTaMzqWgx

--HG--
extra : rebase_source : 2898d9947489b9a1d8b69364cb6574706e849225
2017-11-06 10:26:40 -08:00
Jared Wein 1d5d163a1c Bug 1413522 - Use HiDPI icons on Windows for the toolkit warning and question icons, and lower the size of the icons on OSX so the HiDPI versions are not shown blurry. r=nhnt11
MozReview-Commit-ID: 8u3zxE9HiSx

--HG--
extra : rebase_source : 2946b968b2f9793af7476d4ce2ae0b6144d46934
2017-11-02 12:11:42 -04:00
Felipe Gomes 20db5d5395 Bug 1409148 - Add dynamic sizing on the plugin overlay. r=dthayer,johannh
MozReview-Commit-ID: 9cxCs9GeJY8

--HG--
extra : rebase_source : 01058d3f077244826a30e9ab2c1a9ecd490c9efe
2017-11-10 14:05:04 -02:00
Felipe Gomes 5b1720710b Bug 1409148 - Improve styling of the plugin Click-to-Play overlay. r=johannh
MozReview-Commit-ID: RnwWDIw2Sm

--HG--
extra : rebase_source : d1f612366905fb249b6202ee237c728a4422c681
2017-11-10 14:05:04 -02:00
Felipe Gomes 6b4a59c465 Bug 1409148 - Drop the old contentPluginActivate.png icon and replace it with the modern svg version. r=johannh
MozReview-Commit-ID: G54i1wKfZsN

--HG--
rename : browser/themes/shared/notification-icons/plugin-blocked.svg => toolkit/themes/shared/plugins/plugin-blocked.svg
rename : browser/themes/shared/notification-icons/plugin.svg => toolkit/themes/shared/plugins/plugin.svg
extra : rebase_source : 467fbca59d490e0aca89d6bc10bf309ca701a7a3
2017-11-10 14:05:04 -02:00
Felipe Gomes d68bb1d91f Bug 1409148 - Drop the old contentPluginClose.png icon and replace it with the modern svg version. r=johannh
This also updates its :hover and :active visuals to match the tab bar

MozReview-Commit-ID: 98LiqClr3SG

--HG--
extra : rebase_source : 4f20c5803702a2da731a1eb6880e2b68e1867f9e
2017-11-10 14:05:00 -02:00
Sebastian Hengst 9d26579fa1 Backed out 6 changesets (bug 1409148) for failing mochitest caps/tests/mochitest/test_bug292789.html on Android. r=backout on a CLOSED TREE
Backed out changeset 6fe2a24e51ca (bug 1409148)
Backed out changeset 0b032b6e0655 (bug 1409148)
Backed out changeset 78eebd668bf1 (bug 1409148)
Backed out changeset acfd8cf8c4ec (bug 1409148)
Backed out changeset 4d486418cd55 (bug 1409148)
Backed out changeset 0da5d54d003c (bug 1409148)

--HG--
rename : toolkit/themes/shared/plugins/plugin-blocked.svg => browser/themes/shared/notification-icons/plugin-blocked.svg
rename : toolkit/themes/shared/plugins/plugin.svg => browser/themes/shared/notification-icons/plugin.svg
2017-11-10 02:59:06 +02:00
Felipe Gomes dbd9f85e9d Bug 1409148 - Add dynamic sizing on the plugin overlay. r=dthayer,johannh
MozReview-Commit-ID: 75jMomIPAuA

--HG--
extra : rebase_source : 1b87147f0a3cf85e1356f5f3dd798bc1aa2a75ab
2017-11-09 18:39:54 -02:00
Felipe Gomes c4ad163a19 Bug 1409148 - Improve styling of the plugin Click-to-Play overlay. r=johannh
MozReview-Commit-ID: I3P65jCm06j

--HG--
extra : rebase_source : 0435fe837fd63ca52bd7fe52190b4336b42ba7c5
2017-11-09 18:35:14 -02:00
Felipe Gomes 0de0e47a43 Bug 1409148 - Drop the old contentPluginActivate.png icon and replace it with the modern svg version. r=johannh
MozReview-Commit-ID: Bst0uil0Xxr

--HG--
rename : browser/themes/shared/notification-icons/plugin-blocked.svg => toolkit/themes/shared/plugins/plugin-blocked.svg
rename : browser/themes/shared/notification-icons/plugin.svg => toolkit/themes/shared/plugins/plugin.svg
extra : rebase_source : 2b434d1b384c18980cfd43d338a869fd04f94e5a
2017-11-09 18:34:59 -02:00
Felipe Gomes 62c5288e77 Bug 1409148 - Drop the old contentPluginClose.png icon and replace it with the modern svg version. r=johannh
This also updates its :hover and :active visuals to match the tab bar

MozReview-Commit-ID: SijUvVrAAF

--HG--
extra : rebase_source : 7a3b711a32edd76e3ed02e5ccb9aa1fbb48e3345
2017-11-09 14:41:48 -02:00
Andreea Pavel 62b7374667 Backed out 6 changesets (bug 1409148) for ESlint failure at browser/base/content/test/plugins/browser_CTP_overlay_styles.js:73 r=backout
Backed out changeset 86e066b54fc3 (bug 1409148)
Backed out changeset bd2913f16345 (bug 1409148)
Backed out changeset 331d0da78f3e (bug 1409148)
Backed out changeset 86d7f89e9cfb (bug 1409148)
Backed out changeset 9159635ae827 (bug 1409148)
Backed out changeset 59532da5ffff (bug 1409148)

--HG--
rename : toolkit/themes/shared/plugins/plugin-blocked.svg => browser/themes/shared/notification-icons/plugin-blocked.svg
rename : toolkit/themes/shared/plugins/plugin.svg => browser/themes/shared/notification-icons/plugin.svg
extra : rebase_source : 62b608b3daa611c3b06c3912e9b84db0cb6710ba
2017-11-09 23:42:41 +02:00
Felipe Gomes db6bd6c5cf Bug 1409148 - Add dynamic sizing on the plugin overlay. r=dthayer,johannh
MozReview-Commit-ID: 75jMomIPAuA

--HG--
extra : rebase_source : 1b87147f0a3cf85e1356f5f3dd798bc1aa2a75ab
2017-11-09 18:39:54 -02:00
Felipe Gomes 40dfaabeff Bug 1409148 - Improve styling of the plugin Click-to-Play overlay. r=johannh
MozReview-Commit-ID: I3P65jCm06j

--HG--
extra : rebase_source : 0435fe837fd63ca52bd7fe52190b4336b42ba7c5
2017-11-09 18:35:14 -02:00
Felipe Gomes ad7a591860 Bug 1409148 - Drop the old contentPluginActivate.png icon and replace it with the modern svg version. r=johannh
MozReview-Commit-ID: Bst0uil0Xxr

--HG--
rename : browser/themes/shared/notification-icons/plugin-blocked.svg => toolkit/themes/shared/plugins/plugin-blocked.svg
rename : browser/themes/shared/notification-icons/plugin.svg => toolkit/themes/shared/plugins/plugin.svg
extra : rebase_source : 2b434d1b384c18980cfd43d338a869fd04f94e5a
2017-11-09 18:34:59 -02:00
Felipe Gomes 5da35dc1d7 Bug 1409148 - Drop the old contentPluginClose.png icon and replace it with the modern svg version. r=johannh
This also updates its :hover and :active visuals to match the tab bar

MozReview-Commit-ID: SijUvVrAAF

--HG--
extra : rebase_source : 7a3b711a32edd76e3ed02e5ccb9aa1fbb48e3345
2017-11-09 14:41:48 -02:00
dluca 3f1926865e Backed out 1 changesets (bug 1413522) for failing a11y on OS X accessible/tests/mochitest/relations/test_ui_modalprompt.html r=backout on a CLOSED TREE.
Backed out changeset a74c645411e7 (bug 1413522)
2017-11-09 19:02:26 +02:00
Jared Wein 09cd077245 Bug 1413522 - Use HiDPI icons on Windows for the toolkit warning and question icons, and lower the size of the icons on OSX so the HiDPI versions are not shown blurry. r=nhnt11
MozReview-Commit-ID: 8u3zxE9HiSx

--HG--
extra : rebase_source : 1ec2263fc97831e2d314ed7b6ab98ecfe8ebcb9a
2017-11-02 12:11:42 -04:00
Dão Gottwald a0324f6ef8 Bug 1415529 - Remove unused autocomplete-textbox-container from the autocomplete binding. r=bgrins
MozReview-Commit-ID: 4OPmE5HOE0u

--HG--
extra : rebase_source : dbf80435fc172a26f089317db96cb644699218e8
2017-11-08 13:52:50 +01:00
Brian Grinstead c745188211 Bug 1410540 - Merge viewbutton.css into pageInfo.css for osx;r=dao
Page Info is the only place viewbutton.css is referenced

MozReview-Commit-ID: 3wlMTmcwpx0

--HG--
extra : rebase_source : 2c839eb5a405bc8572626e33b499e96122f5ff4b
2017-11-08 12:31:26 -08:00
Dão Gottwald e57bb9cb2e Bug 464450 - Get rid of the padded class and clean up related styling. r=mak
MozReview-Commit-ID: KYKqH9vLQ3x

--HG--
extra : rebase_source : 6242214b0c8efd8fde15714d53dd7fd63c082835
2017-11-07 14:15:19 +01:00
Phil Ringnalda 202bbba5f7 Backed out changeset aa14c955261c (bug 464450) for Win10 debug non-e10s failures in editor reftests
MozReview-Commit-ID: J83gCo2oGUh
2017-11-06 19:55:01 -08:00
Dão Gottwald 7ca44028ae Bug 464450 - Get rid of the padded class and clean up related styling. r=mak
MozReview-Commit-ID: 5uPRgLiSu0Q

--HG--
extra : rebase_source : 4a271f0eb515546586918412c062c3ea853c3844
2017-10-18 14:49:00 +02:00
Emilio Cobos Álvarez e9deab270e Bug 1414786: Do not match caption's labels with child combinators. r=dao
Nested captions are not used, nor nested labels inside captions.

Another approach would be to just move all our captions that currently use
<caption><label> to use <caption label="">, and get rid of the <xbl:children>
element.

Let me know if that's preferred, but seems not necessary to me.

MozReview-Commit-ID: Gx7vB0tio5O

--HG--
extra : rebase_source : 752765f30aa5b0b26e57d2144bcdca2cce5d09cb
2017-11-06 13:41:34 +01:00
Mantaroh Yoshinaga 60c5093160 Bug 1411121 - Part 4. Remove printPageSetup resources from linux package since Linux will display native dialog. r=mconley
This patch will remove printPageSetup resources from Linux package. This xul is
'PageSetup' dialog, but gecko doesn't use this dialog since gecko will display
a native page setup dialog.
(For Detail, See nsPrintDialogServiceGTK::ShowPageSetup)

MozReview-Commit-ID: 4AFjaM3cB35

--HG--
extra : rebase_source : 9ed0e9f0c3289c7d66b8f839417a899f884b345c
2017-11-06 09:27:05 +09:00
Emilio Cobos Álvarez 6c80d3d403 Bug 1414513: Make the profile manager image selector a bit dumber. r=johannh
MozReview-Commit-ID: 9NWUhP7KzZj

--HG--
extra : rebase_source : 678538abb735829e78698036a074f16987a149ee
2017-11-04 13:44:19 +01:00
Dão Gottwald d7ee263691 Bug 1411640 - Consolidate <radio> bindings and styling across platforms. r=bgrins
MozReview-Commit-ID: 4Z6cdsiLMio

--HG--
extra : rebase_source : e37a614089d472810764816991a17e5cfe78f789
2017-11-03 18:05:16 +01:00
Sebastian Hengst 3d130f41d4 Backed out changeset 4e49de4bbc6f (bug 1411640) for failing browser-chrome's browser/base/content/test/static/browser_all_files_referenced.js, at least on Windows. r=backout on a CLOSED TREE 2017-11-03 17:56:53 +01:00
Dão Gottwald 5c4a955c3f Bug 1414237 - Remove bogus styles from listbox.css on Linux. r=johannh
There's a bunch of borders that aren't used because of -moz-appearance, and listheader have extra padding that shouldn't be there because -moz-appearance takes care of that.

MozReview-Commit-ID: LbqKADfO3tf

--HG--
extra : rebase_source : b4892e8090fe67fc7c258cc486a6458447260ce9
2017-11-03 12:53:17 +01:00
Dão Gottwald b11e3c1a5b Bug 1413979 - Remove bogus styles from tree.css on Linux. r=johannh
There's a bunch of borders that aren't used because of -moz-appearance, and treecols have extra padding that shouldn't be there because -moz-appearance takes care of that. For treecol[dragging="true"] we set color: ThreeDHighlight on the assumption that background-color is ThreeDShadow, but that background-color isn't used either because of -moz-appearance.

MozReview-Commit-ID: GNt0vcdawtz

--HG--
extra : rebase_source : daf3c3cab96f15c43176c5c7720762fd2ac78a64
2017-11-02 17:28:43 +01:00
Emilio Cobos Álvarez aa5740dd64 Bug 1374247: Don't match in the add-ons detail page against .box-inherit, but against the scrollbox inner box. r=johannh,dao
This relies on no other scrollbox being in the subtree, but that's already the
case, so...

This can be seen in the add-on detail page.

The difference between applying it to #detail-view directly or not is not
perceptible, except for the case the add-on description is too large and we
don't fit into the screen.

MozReview-Commit-ID: Fg4Zx5e2A2o
2017-11-03 14:23:15 +01:00
Dão Gottwald d64a583b26 Bug 1411640 - Consolidate <radio> bindings and styling across platforms. r=bgrins
MozReview-Commit-ID: p4dxfdpTs3

--HG--
extra : rebase_source : d8b5352cae018a88a21ee1d1e8c3a699532f7db2
2017-11-02 17:55:33 +01:00
Jared Wein b8ffd9d167 Bug 1410666 - Remove unused PanelUI-popup code. r=mconley
Original patch authored by Tim Nguyen (:ntim).

MozReview-Commit-ID: 6qQnRMQXPTH

--HG--
extra : rebase_source : 319d160f3057173359f02adba44bdcc12a68e209
2017-10-31 14:38:15 -04:00
Doug Thayer a6dea0eb89 Bug 1398972 - Remove plugin doorhanger XBL r=Felipe
MozReview-Commit-ID: 6BI6ChGxQwa

--HG--
extra : rebase_source : a6236a7c325834d87c945cb67560d79bbbda2208
2017-10-20 15:01:24 -07:00
Xidorn Quan 2797a4fa56 Bug 1408811 - Update test expectation for this bug. r=emilio
on a CLOSED TREE

MozReview-Commit-ID: H4glCWmL2vc
2017-10-24 21:16:52 +02:00
Dão Gottwald d4fac2eb0f Bug 1410233 - Restrict placeholder italicization to Windows 7. r=daleharvey
MozReview-Commit-ID: LEx3Wclxlci

--HG--
extra : rebase_source : 99c0755c8c4d2088e921f0f4e514bebfff5484f9
2017-10-20 14:00:54 +02:00
Xidorn Quan 72eecf2abd Bug 1408235 part 3 - Update test expectation for this bug. r=heycam
MozReview-Commit-ID: 2p0BAlW9Asc

--HG--
extra : source : 7a9582ad6d089b8a1db112461efb43fed4a60dfa
2017-10-21 11:02:34 +11:00
Johann Hofmann e4f49fb3e9 Bug 1408741 - Only give extra border on opened menubar menus in Windows classic. r=dao
MozReview-Commit-ID: CwRZnDKg336

--HG--
extra : rebase_source : ec1447add616bcc17aec1588d8f9914c233823c4
2017-10-17 15:15:43 +02:00
Doug Thayer 2500902e96 Bug 1403733 - Fix single button styling on Flash doorhanger r=Felipe
There's not a great selector that covers the case of either button
being hidden, so the best option seems to be an additional
attribute.

MozReview-Commit-ID: CMdjWQnPjGA

--HG--
extra : rebase_source : ad6dbd1d9a85cbd70375013687330eb13135caa7
2017-10-10 12:24:15 -07:00
Sebastian Hengst 32e7816c14 Backed out changeset 824ed2525081 (bug 464450) for failing reftest editor/reftests/xul/autocomplete-1.xul on Linux builds with stylo disabled and frequently asserting in crashtests, e.g. in docshell/base/crashtests/914521.html. r=backout
--HG--
extra : amend_source : 5819dd1419760fb402f1f4a9b923e3e20762ac71
2017-10-17 17:59:52 +02:00
Dão Gottwald c2d9eebe4f Bug 464450 - Get rid of the "padded" class and clean up related styling. r=mak
MozReview-Commit-ID: GVR1I4WTgum

--HG--
extra : rebase_source : 184e0cc1b4b5d6538f4cb8286ed5050a40c8c4f3
2017-10-13 10:59:46 +02:00
Xidorn Quan f8417f280d Bug 1407847 followup - Annotate more tests.
MozReview-Commit-ID: pH7fUbJU62

--HG--
extra : rebase_source : 584fd230c0524a122c3478d505f16c5b3823df2d
2017-10-16 23:03:54 +11:00
Emilio Cobos Álvarez 29b6fbc81f Bug 1405311: Remove uses of :-moz-system-metric. r=xidorn,dao
MozReview-Commit-ID: 1Yqy6KgMUB1
2017-10-12 14:47:06 +02:00
Dão Gottwald dfa227ab5a Bug 1406920 - Prevent the autoscroll icon from repeating in case the popup is wrongly sized. r=daleharvey
MozReview-Commit-ID: 4Lo8IkCyHvO

--HG--
extra : rebase_source : cb74efdfca6a14ad3c7b2df471957bbe6294d233
2017-10-12 10:56:43 +02:00
Dão Gottwald 223f606a50 Bug 1407613 - Remove dropmarker from the generic autocomplete binding. r=mak
MozReview-Commit-ID: DIVPqfbkJnL

--HG--
extra : rebase_source : 00636b09d381b201733be7c6a79433555f106af9
2017-10-11 15:34:57 +02:00
Dale Harvey 0c903578be Bug 1394248 - Update plugins icon. r=dao
MozReview-Commit-ID: L3UrtSwDxW2

--HG--
extra : rebase_source : 26cfb27434edd394b3db3136c8560270fc7b3e5d
2017-09-30 10:43:02 +01:00
Dale Harvey 880fdf7f5e Bug 1402290 - Update notification alignment. r=dao
MozReview-Commit-ID: 4Oxqtl9wEig

--HG--
extra : rebase_source : 221c3c60bbc554abd0983ab78e2164bd9efcf979
2017-10-09 13:23:05 +01:00
Nihanth Subramanya 3e6be7780c Bug 1403904 - Buttons in about: pages need a 2px border radius to match button styles in design system guide. r=johannh
MozReview-Commit-ID: 2URqeso0MK7

--HG--
extra : rebase_source : ba2fdb3bb62056fdec22cbf6b503dc36470d6573
2017-10-10 00:59:16 +05:30
Nihanth Subramanya 1af68a0e2a Bug 1407021 - Ensure in-content button font-size is not overridden by widget styling (e.g. in forms.css). r=johannh
MozReview-Commit-ID: 2CRNOWClWmZ

--HG--
extra : rebase_source : d54915c771f56dfc5635c61f626e181c3d89ffda
2017-10-10 00:56:55 +05:30
Dão Gottwald b8a00ddbea Bug 1406352 - Remove unused autocomplete-dropmarker.png. r=mak
MozReview-Commit-ID: KXwMR2EoC51

--HG--
extra : rebase_source : 8c5c0361a799e487b27da5fdd47eedbdd988245b
2017-10-07 11:09:12 +02:00
Dão Gottwald 96b3a321b0 Bug 1389462 - Update autoscroll icon. r=daleharvey
MozReview-Commit-ID: 4z7pmm1fkIC

--HG--
extra : rebase_source : 60a4dc8527e7f59c70b6fb9f95993c4d46ebbb9d
2017-10-06 13:15:54 +02:00
Ricky Chien e413f2f6ce Bug 1389550 - Move help button into category and remove init_dynamic_padding in preferences.js r=jaws
MozReview-Commit-ID: 3IU7jTqYr5g

--HG--
extra : rebase_source : aa594d7e839776ca0f20f085203c6c38428f45b2
2017-09-28 15:43:12 +08:00
Erica Wright b4684c64dc Bug 1394457 - Update illustration for about:sessionrestore. ui-r=shorlander, r=dao
MozReview-Commit-ID: FSLb0ucVroj

--HG--
extra : rebase_source : 44a7f125c73b7df15dc85853ce63a7b029903449
2017-09-20 11:30:14 -04:00
Ricky Chien c8b9fc9aec Bug 1393415 - Highlight help icon in high contrast theme r=jaws
MozReview-Commit-ID: ByEZKJzhIUM

--HG--
extra : rebase_source : 8a6181ddea120b2f4b8ea16d21d51a3fc9e65cb3
2017-10-02 18:23:48 +08:00
Drew Willcoxon b5bff8c930 Bug 1402272 - Replace adjustSiteIconStart with padding on all richlistitems. r=mak
MozReview-Commit-ID: 8JyJWLL0nJU

--HG--
extra : rebase_source : 5f5288b92180744cb5f4a23a8c5ab6d03ed71cdb
2017-10-03 12:12:19 -07:00
Ricky Chien f0d6fb4579 Bug 1402244 - Recover broken treecol & treechildren font-size r=jaws
MozReview-Commit-ID: 1ojLbVo5hg8

--HG--
extra : rebase_source : 7059c936dff4445e0762fff3a5c023284cb7935b
2017-09-28 11:14:03 +08:00
Wes Kocher d3f885c82c Backed out changeset cf0280811b62 (bug 1394457) for sessionstore related bc failures a=backout
MozReview-Commit-ID: 6QvYDCSrdP1
2017-09-28 13:48:19 -07:00
Erica Wright 910f67301a Bug 1394457 - Update illustration for about:sessionrestore. ui-r=shorlander, r=dao
MozReview-Commit-ID: FSLb0ucVroj

--HG--
extra : rebase_source : 48c02733fc5cab4e14ae5f29f601b06348854757
2017-09-20 11:30:14 -04:00
Markus Stange 0f9ea80d48 Bug 1402416 - Use the correct font smoothing background color for disabled menuitems. r=dao
MozReview-Commit-ID: 9EmcppE2rDE

--HG--
extra : rebase_source : ac097ebcd23f19792cf1070ae0243c00608762f4
2017-09-27 14:40:57 -04:00
Dão Gottwald 4f42f3b259 Bug 1403951 - Stop setting -moz-appearance: none; on :root for lightweight themes as it completely breaks the window when the Windows compositor is enabled. r=johannh
MozReview-Commit-ID: J1UJ6wJ2N4k

--HG--
extra : rebase_source : 63cbd55ed17e72c49a7e3e75e5cc67442ab430f2
2017-09-28 18:05:56 +02:00
sajattack a883671274 Bug 1364333 - remove leftover code and strings from standalone about:addons UI r=rhelmer
MozReview-Commit-ID: SmDGrX0fz5

--HG--
extra : rebase_source : 70762fa21a33d7c781c0f75423f7a0636c33b26d
2017-09-14 13:44:36 -07:00
Towkir Ahmed bf33f2b3f3 Bug 1361695 - Added illustration to about:license; r=dao
MozReview-Commit-ID: 6MIY0cvBPQ6
2017-09-27 17:03:10 +02:00
Dale Harvey 5c22c4c93e Bug 1399642 - Use photon search icon in awesomebar. r=dao
MozReview-Commit-ID: Dzf8DqrGRam

--HG--
rename : browser/themes/shared/icons/find.svg => browser/themes/shared/icons/search-glass.svg
extra : rebase_source : 488ba12e63e58d6b04b7cb41b3c9b5aee332def5
2017-09-26 11:13:56 +01:00
Michael Kaply cfb990ea8f Bug 1401009 - Add border between notification buttons when highlight is disabled. r=johannh
MozReview-Commit-ID: 4YGdUZstiDk

--HG--
extra : rebase_source : b2297927b01c9593b062917f00e1282672598acc
2017-09-26 14:25:33 -05:00
Sebastian Hengst 7e7dc3f5d5 Backed out changeset ff34580cb279 (bug 1394457) for failing many session store related tests due to exception, e.g. Marionette's test_refresh_firefox.py TestFirefoxRefresh.testReset. r=backout 2017-09-26 23:06:25 +02:00
Erica Wright d354185626 Bug 1394457 - Update illustration for about:sessionrestore. ui-r=shorlander, r=dao
MozReview-Commit-ID: FSLb0ucVroj

--HG--
extra : transplant_source : %0BN%9F%16%A6%B6%00%22%A7y%27%05v%22%BD%98Y%92%29%BD
2017-09-20 11:30:14 -04:00
Dão Gottwald 266725f895 Bug 1387609 - Use --toolbarbutton-icon-fill-opacity for the tab close button. r=nhnt11
MozReview-Commit-ID: GGyh4KkPZYp

--HG--
extra : rebase_source : a0122c14d25d11601667bdd2b08cc34a6e25b29b
2017-09-21 15:16:05 +02:00
Erica Wright 1056197daa Bug 1401485 - Move aboutRights.css to toolkit. r=dao
MozReview-Commit-ID: GLNxlMEdkJT

--HG--
rename : browser/themes/shared/aboutRights.css => toolkit/themes/shared/aboutRights.css
extra : rebase_source : e925f2d0ab6076c050ede4f7bb5bc3fd3d2beb6f
2017-09-20 09:41:45 -04:00
Evan Tseng 6efd1a5a95 Bug 1398050 - Polish preferences page to match visual spec. r=mconley
* Remove transparency from the menu icons and labels in Normal state.
* Adding Firefox Support's hover state.
* Make the size of radio buttons as 20x20 px.
* Make minimum width of action buttons as 150px.
* Fix margin issues of When Nightly starts and Nightly Updates sections.

MozReview-Commit-ID: DHwdKTO1wxM

--HG--
extra : rebase_source : b5c93b8ef930dead9c6f194b14ed6dfcff39ecd6
2017-09-12 17:38:41 +08:00
Johann Hofmann 4a84c97ab7 Bug 1394462 - Update dnsNotFound error copy and illustration. r=nhnt11
MozReview-Commit-ID: KFp3JhkCDJJ

--HG--
extra : rebase_source : 62449541d1d5362fbc15b18fde9b4964cd153c4c
2017-09-19 21:54:29 +02:00
Sebastian Hengst 30ac98270d Backed out changeset 2f1a9242f33d (bug 1398050) for failing reftest reftest/tests/editor/reftests/xul/empty-1.xul and more. r=backout on a CLOSED TREE 2017-09-19 16:07:40 +02:00
Evan Tseng 774f50d9f5 Bug 1398050 - Polish preferences page to match visual spec. r=mconley
* Remove transparency from the menu icons and labels in Normal state.
* Adding Firefox Support's hover state.
* Make the size of radio buttons as 20x20 px.
* Make minimum width of action buttons as 150px.
* Fix margin issues of When Nightly starts and Nightly Updates sections.

MozReview-Commit-ID: DHwdKTO1wxM

--HG--
extra : rebase_source : 9190f5430eb06294895f4b58609e56c673ff2156
2017-09-12 17:38:41 +08:00
Dão Gottwald 82b8e3fa61 Bug 1379395 - Fix previous / next icon color in Dark theme. r=mikedeboer
MozReview-Commit-ID: JEFvQoX0evt

--HG--
extra : rebase_source : ac404f261a7c7040a566fc49efdeebb4e384453c
2017-09-15 13:52:22 +02:00
Gijs Kruitbosch 7f36ee37bf Bug 1400810 - fix context menus looking squashed while retaining changes to shortcut and footer alignment, r=johannh
MozReview-Commit-ID: GPAEdE7eMxk

--HG--
extra : rebase_source : e835f5a12b2f8e0437f97ed304ae6494d33713ee
2017-09-18 11:14:26 +01:00
Mark Striemer d8d14c3b49 Bug 1399110 - Fix legacy badge placement in about:addons detail r=rhelmer
MozReview-Commit-ID: opO2jxdnJ8

--HG--
extra : rebase_source : d6e0cd17bbce2be784ae5e6b905996ac9938405f
2017-09-15 21:15:22 -05:00
Blake Winton ab01ad862f Bug 1388167 - Unify doorhanger footer styles. ui-r=abenson r=johannh
MozReview-Commit-ID: GGd9sHa2Ga0

--HG--
extra : rebase_source : 9a4dc328c9b81b30743f37aca25d0ec85cab532c
2017-08-21 15:49:32 -04:00
Ray Lin 271f11ed43 Bug 1374007 - Remove grey overlay of media controls before media start to play. r=jaws
MozReview-Commit-ID: DxkoE6Vso0F

--HG--
extra : rebase_source : 87253436a5f3dc9c2452e41c1704e1eadf24b7bb
2017-09-15 13:47:22 +08:00
Erica Wright 0157565b0e Bug 1394461 - Update illustration and copy for about:rights. ui-r=shorlander r=dao
MozReview-Commit-ID: 3kxO8DYG6R8

--HG--
extra : rebase_source : 1130047e926736a318b2df632fad849649bfc97e
2017-08-31 11:20:11 -04:00
Markus Stange c067e172e8 Bug 1387594 - Sprinkle -moz-font-smoothing-background-color declarations over the CSS. r=dao
There's only one interesting case here: the active tab. When rendering the label
of an overflowing active tab into the fadeout mask surface, text rendering must
not use the font smoothing background color for dark vibrancy. Instead, it needs
to use the color of the tab itself for best results.
Alternatively, we could set the font smoothing background color of the active
tab to "transparent", because this text is not on top of a vibrant background.
However, doing so would lose the subpixel AA and would not look as crisp.

MozReview-Commit-ID: 28MKCz1vmb9
2017-09-14 23:09:49 +02:00
Ricky Chien fe32021d05 Bug 1397325 - Fix broken font size for in-content pages r=dao
MozReview-Commit-ID: ASbgxVQJA82

--HG--
extra : rebase_source : 37490b65169a2622da2d3f4b6f4b7a3a99fa3d2d
2017-09-07 14:51:32 +08:00
Sebastian Hengst b2ffc40bc4 Backed out changeset 6fdcf075106c (bug 1397325) for failing browser-chrome's browser_parsable_css.js. r=backout 2017-09-14 16:36:26 +02:00
Ricky Chien f5b6eea3e0 Bug 1397325 - Fix broken font size for in-content pages r=dao
MozReview-Commit-ID: ASbgxVQJA82

--HG--
extra : rebase_source : 5a8d3709d142de6c45413e834a22b288d49ab70e
2017-09-07 14:51:32 +08:00
Mark Striemer b79277b473 Bug 1397359 - Larger add-on title in about:addons detail r=rhelmer
MozReview-Commit-ID: LB5U3GRAeh

--HG--
extra : rebase_source : d10eefcc1752b5887cb768eb05a15f920429c6da
2017-09-13 14:26:00 -05:00
Mark Striemer b775fd5f46 Bug 1390647 - Match about:debugging and about:addons sidebar to about:preferences r=jdescottes
MozReview-Commit-ID: H4oZ6KzwssP

--HG--
extra : rebase_source : eb76e854337c22e9511aff5896467975e9bc3106
2017-09-11 18:40:47 -05:00
Andrew Swan 6e254181e6 Bug 1353194 Streamline the startup extension compatibility check r=kmag
Also extend activeAddons records with a started flag to avoid
double-starting extensions that are upgraded during the startup check.

MozReview-Commit-ID: FPX71Q3lSrw

--HG--
extra : rebase_source : 06b9be6748d09ddee310882c342e6b12cfedf91b
extra : source : 3977730d0f477e54631db184bcb24b13f83e328b
2017-09-10 12:23:45 -07:00
steveck-chung e682d5e580 Bug 1377006 - Part 1: Add disable highlight option in main action button. r=johannh
MozReview-Commit-ID: 5WgQzdxmsNp

--HG--
extra : rebase_source : f29f75cff1b9c335bb8f6619a8da8ff63fb72636
2017-07-27 16:34:52 +08:00
Ricky Chien f9f702a8e1 Bug 1397121 - Some of Preferences subdialog's font size are too huge r=jaws
MozReview-Commit-ID: 9IsVARItxFZ

--HG--
extra : rebase_source : 28a8c6a0df625b7454e260d908d387898aba7822
2017-09-06 15:26:35 +08:00