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

8705 Коммитов

Автор SHA1 Сообщение Дата
Brian Grinstead 30b9da5519 Bug 1623992 - Automated rewrite from chrome://global/skin/ to chrome://global/skin/global.css in markup r=marionette-reviewers,perftest-reviewers,mossop,whimboo,sparky
This was generated with

```
cp .gitignore .rgignore
rg -l -g '*.{html,xhtml}' 'href="chrome://global/skin/"' | xargs sed -i "" 's/href\="chrome:\/\/global\/skin\/"/href\="chrome:\/\/global\/skin\/global.css"/g'
```

Differential Revision: https://phabricator.services.mozilla.com/D67687

--HG--
extra : moz-landing-system : lando
2020-04-03 22:23:23 +00:00
Cosmin Sabou 3a544c8273 Backed out 2 changesets (bug 1625513) for causing several reftest failures. CLOSED TREE
Backed out changeset 64dfd2e32a7b (bug 1625513)
Backed out changeset a78ae89b25b6 (bug 1625513)

--HG--
extra : amend_source : b2383d74665a38a1fcf6cf0c3b62f6700002055c
extra : histedit_source : c9251ae9cdf46168c15328aa83655e2f93c95b85
2020-04-06 20:11:51 +03:00
Nika Layzell 312045489f Bug 1625513 - Part 1: Perform onMayChangeProcess handling within DocumentLoadListener, r=mattwoodrow,pbone,droeh
When I first added this method last year, I added it in JS, handled from within
SessionStore.jsm, as that was the easiest place to do it. Now that
DocumentLoadListener exists, it makes more sense to handle this logic directly
from within that code.

Many parts of the process switch are still handled by frontend JS, such as
selecting remote types, and performing toplevel process switches.

Differential Revision: https://phabricator.services.mozilla.com/D68594

--HG--
extra : moz-landing-system : lando
2020-04-06 15:17:40 +00:00
Emilio Cobos Álvarez efbf711e30 Bug 1624657 - Eagerly load autocomplete-input custom element. r=Gijs
My patch causes an interesting regression. We stop constructing custom elements
for the stuff inside the edit-bookmark-panel as expected. This means that the
autocomplete-input here:

  https://searchfox.org/mozilla-central/rev/3f9e822318e8ec18ce673a9cb983d3608a3e2ed2/browser/components/places/content/editBookmarkPanel.inc.xhtml#81

Doesn't cause autocomplete-input.js to load. That means that it'll load by the
time the searchbar-textbox autocomplete is created, which means that it'll get
upgraded asynchronously. So far so good. However there's an interesting race due
to the way keypress event listeners are setup in autocomplete-input.js. In
particular, it uses the capture phase and the system group:

  https://searchfox.org/mozilla-central/rev/3f9e822318e8ec18ce673a9cb983d3608a3e2ed2/toolkit/content/widgets/autocomplete-input.js#38

This means it'll race with the other native / system group event listeners that
get added by the editor component. This caused arrow-up / arrow-down to not work
on the searchbar because the custom element was upgraded async.

This kinda papers over the issue the same way editBookmarkPanel was papering
over it, but ideally we should figure out a way to not use the system group or
keypress there so that we don't race in this awful way. Separate bug, probably.

Differential Revision: https://phabricator.services.mozilla.com/D69730

--HG--
extra : moz-landing-system : lando
2020-04-05 18:36:00 +00:00
Itiel 8b6e89a718 Bug 1627036 - Convert all relevant uses of left/right to logical properties in the remaining files in toolkit/ r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D69447

--HG--
extra : moz-landing-system : lando
2020-04-03 19:17:34 +00:00
Emilio Cobos Álvarez 622f498e09 Bug 1618678 - Make disabling layout.css.cached-scrollbar-styles.enabled not a massive perf regression. r=heycam
(Because of all the extra declarations)

Differential Revision: https://phabricator.services.mozilla.com/D65916

--HG--
extra : moz-landing-system : lando
2020-04-04 12:39:58 +00:00
Mike Conley 35c3f141c1 Bug 1624702 - Add a preference to control the minimum video length for displaying the Picture-in-Picture toggle. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D68822

--HG--
extra : moz-landing-system : lando
2020-04-02 19:30:44 +00:00
Brendan Dahl 6f5ed38db3 Bug 1626815 - Expose startup cache info to about:support. r=froydnj,fluent-reviewers
Adds a new startup cache info service to expose some of the internal
state of the startup cache.

Differential Revision: https://phabricator.services.mozilla.com/D69298

--HG--
extra : moz-landing-system : lando
2020-04-02 19:40:39 +00:00
Gijs Kruitbosch c19f1c9f84 Bug 1626779 - fix wizard page header handling so it copes with non-fluent labels, r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D69283

--HG--
extra : moz-landing-system : lando
2020-04-02 19:19:19 +00:00
Mihai Alexandru Michis e4d93049ab Backed out changeset 73e0e7a872c3 (bug 1626815) for causing failures regarding startupCache.
CLOSED TREE
2020-04-02 22:15:38 +03:00
aarushivij c60456e198 Bug 1578906 - Show a larger underline on the accesskeys since they are only single characters and descenders can make the underline appear very small for an accesskey. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D69265

--HG--
extra : moz-landing-system : lando
2020-04-02 18:37:17 +00:00
Brendan Dahl 3533e1dfc8 Bug 1626815 - Expose startup cache info to about:support. r=froydnj,fluent-reviewers
Adds a new startup cache info service to expose some of the internal
state of the startup cache.

Differential Revision: https://phabricator.services.mozilla.com/D69298

--HG--
extra : moz-landing-system : lando
2020-04-02 17:40:50 +00:00
Gijs Kruitbosch 1ed2ab8ca7 Bug 1625938 - work around fluent bug in wizard code, r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D69246

--HG--
extra : moz-landing-system : lando
2020-04-01 22:21:04 +00:00
Ciure Andrei 16d71de78e Backed out changeset 9ce55318603b (bug 1625938) for causing DOMLocalization.cpp asertion failures CLOSED TREE 2020-04-01 23:24:54 +03:00
Gijs Kruitbosch ea1d8695e4 Bug 1625938 - work around fluent bug in wizard code, r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D69246

--HG--
extra : moz-landing-system : lando
2020-04-01 18:06:12 +00:00
Henri Sivonen b7d799ab30 Bug 1615544 - Re-enable test_videocontrols.html for Fission. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D67192

--HG--
extra : moz-landing-system : lando
2020-03-18 11:11:13 +00:00
Tim Nguyen 1a8eadc208 Bug 1626662 - Remove warning from xul.css and minimal-xul.css. r=NeilDeakin
Differential Revision: https://phabricator.services.mozilla.com/D69224

--HG--
extra : moz-landing-system : lando
2020-04-01 15:59:23 +00:00
Dão Gottwald 018f0a96e6 Bug 1626539 - Remove the dlgType property from XUL buttons. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D69162

--HG--
extra : moz-landing-system : lando
2020-04-01 15:08:08 +00:00
Henri Sivonen 201591fd91 Bug 1613031 - Re-enable test_mousecapture.xhtml for Fission. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D67310

--HG--
extra : moz-landing-system : lando
2020-03-19 10:49:22 +00:00
Neil Deakin 61184721de Bug 1610141, findbar should only apply to the main browsers and tests, r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D68782

--HG--
extra : moz-landing-system : lando
2020-03-30 15:10:52 +00:00
Tim Nguyen e8449a1918 Bug 1624488 - Scope dropmarker.css to dropmarker custom element. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D67957

--HG--
extra : moz-landing-system : lando
2020-03-31 14:33:49 +00:00
Stefan Hindli f2ba85fcf2 Backed out changeset ea3d100c8428 (bug 1624488) as per emilio's request on Riot for being related to Bug 1626198 CLOSED TREE 2020-03-31 15:22:42 +03:00
Christoph Kerschbaumer 4b9c5814af Bug 1571461 - Change accessibility of search widget to look for all event handlers and remove hack to hide.r=surkov,MarcoZ
Differential Revision: https://phabricator.services.mozilla.com/D68023

--HG--
extra : moz-landing-system : lando
2020-03-31 11:06:38 +00:00
Tim Nguyen d959de9939 Bug 1624488 - Scope dropmarker.css to dropmarker custom element. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D67957

--HG--
extra : moz-landing-system : lando
2020-03-30 17:17:44 +00:00
Mark Striemer 21205b994f Bug 1525178 - Part 3: Add second about:addons sidebar in HTML r=fluent-reviewers,rpl,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D60424

--HG--
extra : moz-landing-system : lando
2020-03-30 19:45:05 +00:00
Tim Nguyen b107812baf Bug 1625314 - Followup: fix test_textbox_search.xhtml. CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D68890

--HG--
extra : histedit_source : 7d5a4c2e1422a987cd2f1c625a4eb7a48c68d440
2020-03-30 21:10:25 +00:00
Tim Nguyen 21c46131c1 Bug 1625314 - Followup: remove search-textbox.css from widgets.css.
Differential Revision: https://phabricator.services.mozilla.com/D68879

--HG--
extra : moz-landing-system : lando
2020-03-30 20:23:16 +00:00
Tim Nguyen 4447b7118b Bug 1625314 - Scope search-textbox.css to search-textbox custom element. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D68810

--HG--
extra : moz-landing-system : lando
2020-03-30 19:59:45 +00:00
Tim Nguyen 9f4dbeaf3c Bug 1625982 - Rename textbox.js and textbox.css to moz-input-box.js and search-textbox.css. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D68829

--HG--
rename : toolkit/content/widgets/textbox.js => toolkit/content/widgets/moz-input-box.js
rename : toolkit/themes/linux/global/textbox.css => toolkit/themes/linux/global/search-textbox.css
rename : toolkit/themes/osx/global/textbox.css => toolkit/themes/osx/global/search-textbox.css
rename : toolkit/themes/windows/global/textbox.css => toolkit/themes/windows/global/search-textbox.css
extra : moz-landing-system : lando
2020-03-30 18:22:56 +00:00
Dorel Luca 70fdea7bd2 Backed out changeset a6c0b1afc2b0 (bug 1624488) for browser-chrome failures in checkouts/gecko/layout/style/ServoStyleSet.cpp. CLOSED TREE 2020-03-30 20:08:05 +03:00
Tim Nguyen 9a97b51447 Bug 1624488 - Scope dropmarker.css to dropmarker custom element. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D67957

--HG--
extra : moz-landing-system : lando
2020-03-30 16:03:04 +00:00
Cosmin Sabou 9dd3baaacb Backed out changeset 9ce9b251c321 (bug 1624488) bc failures on ServoStyleSet.cpp.
CLOSED TREE
2020-03-30 18:11:02 +03:00
Tim Nguyen 7f2dbb133e Bug 1625911 - Split popupnotification.css from notification.css. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D68788

--HG--
rename : toolkit/themes/linux/global/notification.css => toolkit/themes/linux/global/popupnotification.css
rename : toolkit/themes/osx/global/notification.css => toolkit/themes/osx/global/popupnotification.css
rename : toolkit/themes/shared/notification.inc.css => toolkit/themes/shared/notification.css
rename : toolkit/themes/windows/global/notification.css => toolkit/themes/windows/global/popupnotification.css
extra : moz-landing-system : lando
2020-03-30 13:57:23 +00:00
Tim Nguyen 28cd004d4f Bug 1624488 - Scope dropmarker.css to dropmarker custom element. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D67957

--HG--
extra : moz-landing-system : lando
2020-03-30 13:21:20 +00:00
Dão Gottwald bb5b482bc6 Bug 1625896 - Rename scrollbox.css to arrowscrollbox.css. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D68777

--HG--
rename : toolkit/themes/shared/scrollbox.css => toolkit/themes/shared/arrowscrollbox.css
extra : moz-landing-system : lando
2020-03-30 11:49:31 +00:00
Emilio Cobos Álvarez 02c5c21c33 Bug 1625792 - Remove nsIURIContentListener.onStartURIOpen. r=mattwoodrow
It's only used to check whether the docshell is gone already, and we need to
deal with that in other places anyway. No other useful implementation.

In comm-central there are a couple, but they're useless too.

Differential Revision: https://phabricator.services.mozilla.com/D68731

--HG--
extra : moz-landing-system : lando
2020-03-29 22:10:09 +00:00
Dão Gottwald 90134aca52 Bug 1625710 - Use :host([orient="horizontal"]) to style arrowscrollbox buttons instead of inheriting the orient attribute. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D68706

--HG--
extra : moz-landing-system : lando
2020-03-29 00:28:18 +00:00
Dão Gottwald 1db19692be Bug 1625636 - Remove support for buttonicon* attributes on <dialog>. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D68686

--HG--
extra : moz-landing-system : lando
2020-03-28 17:11:10 +00:00
Tim Nguyen 21d5add699 Bug 1625043 - Small cleanups to videocontrols.css. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D68295

--HG--
extra : moz-landing-system : lando
2020-03-28 16:41:56 +00:00
Dorel Luca 847e5224ce Backed out changeset 2c38d1e46f28 (bug 1625043) for mochitest failures in toolkit/content/tests/widgets/test_videocontrols_video_noaudio.html. CLOSED TREE 2020-03-28 18:27:31 +02:00
Tim Nguyen 94b16f6e71 Bug 1625043 - Small cleanups to videocontrols.css. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D68295

--HG--
extra : moz-landing-system : lando
2020-03-28 15:27:49 +00:00
Dão Gottwald 67d15f6796 Bug 1625622 - Use id and element selectors in arrowscrollbox shadow DOM. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D68668

--HG--
extra : moz-landing-system : lando
2020-03-28 12:44:20 +00:00
Dão Gottwald 5f75a69363 Bug 1625630 - Rename popup-internal-box to menupopup-arrowscrollbox. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D68672

--HG--
extra : moz-landing-system : lando
2020-03-28 12:46:35 +00:00
Tim Nguyen 80ddb04e75 Bug 1624865 - Scope wizard.css to wizard custom element. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D68205

--HG--
extra : moz-landing-system : lando
2020-03-28 05:24:10 +00:00
Dão Gottwald 44b994fa2c Bug 1625464 - Invert the logic of the `notoverflowing` attribute. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D68563

--HG--
extra : moz-landing-system : lando
2020-03-27 14:24:10 +00:00
Tim Nguyen 3c79278072 Bug 1624882 - Fix broken .spacer selector in dialog.js.
Differential Revision: https://phabricator.services.mozilla.com/D68568

--HG--
extra : moz-landing-system : lando
2020-03-27 14:06:57 +00:00
Julian 8f869c8980 Bug 1608200 - port toolkit/chrome/global/wizard.dtd to Fluent r=Gijs,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D66771

--HG--
extra : moz-landing-system : lando
2020-03-27 14:08:01 +00:00
Tim Nguyen d1bf0ebec3 Bug 1624882 - Scope dialog.css styles to dialog custom element. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D68216

--HG--
extra : moz-landing-system : lando
2020-03-27 12:52:03 +00:00
Arthur Iakab c43e09d0b4 Backed out changeset 753c5e83ea11 (bug 1624865) for causing browser chrome failures and turning Bug 1594440 into perma.
CLOSED TREE
2020-03-27 00:56:05 +02:00
Tim Nguyen 048b3d297e Bug 1624865 - Scope wizard.css to wizard custom element. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D68205

--HG--
extra : moz-landing-system : lando
2020-03-26 19:38:03 +00:00