- Mar 19, 2020
-
-
Sylvestre Ledru authored
Differential Revision: https://phabricator.services.mozilla.com/D67319 --HG-- extra : moz-landing-system : lando
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D67475 --HG-- extra : moz-landing-system : lando
-
- Mar 18, 2020
-
-
pbz authored
Depends on D67295 Differential Revision: https://phabricator.services.mozilla.com/D67297 --HG-- extra : moz-landing-system : lando
-
pbz authored
Bug 1601576 - Identity popup: Check if geolocation container element exists before accessing it. r=johannh Differential Revision: https://phabricator.services.mozilla.com/D67295 --HG-- extra : moz-landing-system : lando
-
- Mar 19, 2020
-
-
Emilio Cobos Álvarez authored
This rejiggers a bit the way selection focus is handled so that focusing a disabled form control with the mouse handles selection properly, and hides the document selection and so on. This matches the behavior of other browsers as far as I can tell. Given now readonly and disabled editors behave the same, we can simplify a bit the surrounding editor code. Differential Revision: https://phabricator.services.mozilla.com/D66464 --HG-- extra : moz-landing-system : lando
-
Andrea Marchesini authored
Differential Revision: https://phabricator.services.mozilla.com/D64586 --HG-- extra : moz-landing-system : lando
-
Andrea Marchesini authored
Differential Revision: https://phabricator.services.mozilla.com/D66454 --HG-- extra : moz-landing-system : lando
-
Simon Giesecke authored
Bug 1622114 - Improve array manipulation in CleanupIDBTransactions. r=dom-workers-and-storage-reviewers,smaug,asuth - Do not remove elements one-by-one but use remove-erase pattern. - Move mPendingIDBTransactions array instead of copying. Differential Revision: https://phabricator.services.mozilla.com/D67159 --HG-- extra : moz-landing-system : lando
-
Masayuki Nakano authored
Differential Revision: https://phabricator.services.mozilla.com/D66985 --HG-- extra : moz-landing-system : lando
-
Daniel Varga authored
Bug 1621702 - Update expectations from OK to PASS for open-features-non-integer-height.html and subtests on win 7 devedition Differential Revision: https://phabricator.services.mozilla.com/D67299 --HG-- extra : moz-landing-system : lando
-
Arthur Iakab authored
CLOSED TREE
-
Mirko Brodesser authored
Bug 1623333: part 4) Assert Selection's type is `eNormal` in relevant methods accessing `mFrameSelection`. r=smaug Helps to determine which methods of `nsFrameSelection` are intended to be called only for the `eNormal` Selection. Driven by the idea that state of `nsFrameSelection` relevant only for the `eNormal` Selection should later move to a `NormalSelection` class. Differential Revision: https://phabricator.services.mozilla.com/D67445 --HG-- extra : moz-landing-system : lando
-
meenohara authored
Differential Revision: https://phabricator.services.mozilla.com/D67178 --HG-- extra : moz-landing-system : lando
-
David Teller authored
Differential Revision: https://phabricator.services.mozilla.com/D65344 --HG-- extra : moz-landing-system : lando
-
- Mar 18, 2020
-
-
Makoto Kato authored
This is a mistake implementation of cutout support. When OS/device doesn't support cutout (safe-area-insets-*), widget returns 0 for safe area insets values. So if it is 0, we shouldn't set safe-area-insets. Also, I will add test for this by bug 1622713. Actually, no Android emulator that supports notch. Differential Revision: https://phabricator.services.mozilla.com/D67275 --HG-- extra : moz-landing-system : lando
-
- Mar 19, 2020
-
-
Mihai Alexandru Michis authored
CLOSED TREE Backed out changeset 50c0e58dd654 (bug 1623278) Backed out changeset b31ddbcdd2f2 (bug 1597954) Backed out changeset 8b03993a9234 (bug 1623278) Backed out changeset ad7b08acadd6 (bug 1623278) Backed out changeset bb094a6084b3 (bug 1623278) Backed out changeset 7fdf38a403bb (bug 1623278) Backed out changeset d69cf5fcb571 (bug 1620273) Backed out changeset 5abef9862e60 (bug 1617170) Backed out changeset 11d9ccb4ddd8 (bug 1617170) Backed out changeset 6df7028b41d0 (bug 1617170)
-
James Graham authored
Differential Revision: https://phabricator.services.mozilla.com/D67030 --HG-- extra : moz-landing-system : lando
-
Mariana Picolo authored
Differential Revision: https://phabricator.services.mozilla.com/D67419 --HG-- extra : moz-landing-system : lando
-
Andrei Oprea authored
Differential Revision: https://phabricator.services.mozilla.com/D66624 --HG-- extra : moz-landing-system : lando
-
Dave Townsend authored
Differential Revision: https://phabricator.services.mozilla.com/D67357 --HG-- extra : moz-landing-system : lando
-
Masatoshi Kimura authored
Only 3 callers are using a non-UTF-8 charset as the first parameter. * MediaDocument.cpp: This does not make sense because the "filename" part of URLs will always be encoded with UTF-8. * nsContextMenu.js: This is wrong because "mailto:" URLs don't care about the document charset. * Finder.jsm: This caused bug 1623222. Differential Revision: https://phabricator.services.mozilla.com/D67386 --HG-- extra : moz-landing-system : lando
-
Mirko Brodesser authored
Simplifies reasoning about it. Differential Revision: https://phabricator.services.mozilla.com/D67444 --HG-- extra : moz-landing-system : lando
-
Mirko Brodesser authored
Simplifies reasoning about it. Differential Revision: https://phabricator.services.mozilla.com/D67328 --HG-- extra : moz-landing-system : lando
-
Mirko Brodesser authored
Bug 1623333: part 1) Throw error in Selection's webidl methods, when there's no `nsFrameSelection` instance. r=smaug Alleviates the possibility to add calls which are unintentionally no-ops. In practice, these errors should never be propagated to the web, and signal to other callers (for copy&paste) that the calls are wrong. Ideally, the other callers wouldn't see these methods, but that requires a larger refactoring. Differential Revision: https://phabricator.services.mozilla.com/D67327 --HG-- extra : moz-landing-system : lando
-
Simon Giesecke authored
Bug 1623278 - Use SafeRefPtr for TransactionBase and its subclasses. r=dom-workers-and-storage-reviewers,asuth Differential Revision: https://phabricator.services.mozilla.com/D65711 --HG-- extra : moz-landing-system : lando
-
Simon Giesecke authored
Bug 1597954 - Switch indexedDB to use InitializedOnce from mfbt. r=dom-workers-and-storage-reviewers,janv Differential Revision: https://phabricator.services.mozilla.com/D65710 --HG-- extra : moz-landing-system : lando
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D65568 --HG-- extra : moz-landing-system : lando
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D65550 --HG-- extra : moz-landing-system : lando
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D65549 --HG-- extra : moz-landing-system : lando
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D65548 --HG-- extra : moz-landing-system : lando
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D65547 --HG-- extra : moz-landing-system : lando
-
Simon Giesecke authored
Bug 1617170 - Split StructuredCloneFile into parent- and child-specific classes. r=janv,dom-workers-and-storage-reviewers Differential Revision: https://phabricator.services.mozilla.com/D65167 --HG-- extra : moz-landing-system : lando
-
Simon Giesecke authored
Bug 1617170 - Deserialize Blob only when it is used in AllocPBackgroundIDBDatabaseFileParent. r=janv Differential Revision: https://phabricator.services.mozilla.com/D65948 --HG-- extra : moz-landing-system : lando
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D65305 --HG-- extra : moz-landing-system : lando
-
Masatoshi Kimura authored
Differential Revision: https://phabricator.services.mozilla.com/D66913 --HG-- extra : moz-landing-system : lando
-
Subhamoy Sengupta authored
Bug 1522243 - Use of debug-only flag 'parentFound' and related assertion removed from methods in ServiceWorkerManagerService.cpp r=dom-workers-and-storage-reviewers,perry The actor indicated by 'parentFound' is no longer in use since parent intercept was enabled. Differential Revision: https://phabricator.services.mozilla.com/D66546 --HG-- extra : moz-landing-system : lando
-
André Bargull authored
Depends on D66558 Differential Revision: https://phabricator.services.mozilla.com/D66559 --HG-- extra : moz-landing-system : lando
-
- Mar 17, 2020
-
-
André Bargull authored
Add generated files to "Generated.txt" to exclude them from being linted to avoid a "trailing whitespace" error in a comment copied over from the original Unicode files. Depends on D66557 Differential Revision: https://phabricator.services.mozilla.com/D66558 --HG-- extra : moz-landing-system : lando
-
- Mar 19, 2020
-
-
André Bargull authored
Depends on D66556 Differential Revision: https://phabricator.services.mozilla.com/D66557 --HG-- extra : moz-landing-system : lando
-
André Bargull authored
Differential Revision: https://phabricator.services.mozilla.com/D66556 --HG-- extra : moz-landing-system : lando
-