- Sep 17, 2020
-
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D90112
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D90133
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D89919
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D89918
-
Simon Giesecke authored
Bug 1663924 - Extract CreateAndExecuteSingleStepStatement function. r=dom-workers-and-storage-reviewers,janv Differential Revision: https://phabricator.services.mozilla.com/D89913
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D89905
-
Simon Giesecke authored
Bug 1663924 - Change GetCachedStatement to return a Result rather than use an output parameter. r=dom-workers-and-storage-reviewers,janv Differential Revision: https://phabricator.services.mozilla.com/D89897
-
Andrew Halberstadt authored
This was causing |mach try auto| to stop selecting manifests. Differential Revision: https://phabricator.services.mozilla.com/D90553
-
Gregory Mierzwinski authored
Differential Revision: https://phabricator.services.mozilla.com/D89642
-
André Bargull authored
`LoadWrapperTarget` is used when reading properties from the global object. The alias set can't be `AliasSet::None()`, because the target changes when the `document` is moved. Differential Revision: https://phabricator.services.mozilla.com/D90220
-
mcccs authored
Differential Revision: https://phabricator.services.mozilla.com/D86343
-
Paul Adenot authored
This [0] commit unties the device selection from the fact that a stream transports voice data. Telling cubeb that the stream has voice data allows lowering the complexity of the resampler, and lowering the impact of the resampler on the latency. [0]: https://github.com/kinetiknz/cubeb/pull/598/commits/ac3569ef18a911d45ebb4a5cfbd5d716ac519787 Differential Revision: https://phabricator.services.mozilla.com/D89591
-
Paul Adenot authored
Differential Revision: https://phabricator.services.mozilla.com/D89590
-
Paul Adenot authored
Differential Revision: https://phabricator.services.mozilla.com/D89589
-
Tom Schuster authored
I also added a test that I forgot to commit last time. Differential Revision: https://phabricator.services.mozilla.com/D90545
-
Ted Campbell authored
Differential Revision: https://phabricator.services.mozilla.com/D90464
-
Harry Twyford authored
Differential Revision: https://phabricator.services.mozilla.com/D89964
-
Olli Pettay authored
Differential Revision: https://phabricator.services.mozilla.com/D90493
-
alexandru.ionescu authored
Differential Revision: https://phabricator.services.mozilla.com/D90543
-
longsonr authored
Bug 1665402 - fix SVGGeometry.getTotalLength to work if the element is not attached to the document or is display:none r=emilio fallback to how we used to do it if there's no styles Differential Revision: https://phabricator.services.mozilla.com/D90440
-
Masayuki Nakano authored
Bug 1658702 - part 15: Implement shortcut case of `AutoDeleteRangesHandler::HandleDeleteNonCollapsedRanges()` r=m_kato This patch corresponds to: * https://searchfox.org/mozilla-central/rev/0c97a6410ff018c22e65a0cbe4e5f2ca4581b22e/editor/libeditor/HTMLEditSubActionHandler.cpp#4500-4527 Depends on D90211 Differential Revision: https://phabricator.services.mozilla.com/D90212
-
- Sep 16, 2020
-
-
Paul Adenot authored
Bug 1380795 - On Android, always put the front camera first in the list, as it's more likely to be what users want by default. r=pehrsons,dminor Differential Revision: https://phabricator.services.mozilla.com/D90380
-
- Sep 17, 2020
-
-
Dão Gottwald authored
Bug 1664516 - Update frecency top sites from default top sites with %YYYYMMDDHH% to use the current datetime. r=mak Differential Revision: https://phabricator.services.mozilla.com/D90494
-
- Sep 14, 2020
-
-
David Teller authored
To decrease visual clutter, we stop displaying frames that are purely in-process subframes of the tab. Differential Revision: https://phabricator.services.mozilla.com/D89878
-
- Sep 16, 2020
-
-
David Teller authored
Differential Revision: https://phabricator.services.mozilla.com/D89877
-
Jan de Mooij authored
This patch adds an enum class to track the inlining state per fallback stub and uses it for the following: * Don't scan CacheIR of stubs we definitely can't inline (will matter more for getters/setters). * Similarly, optimize the check for trial-inlined stubs in WarpOracle. * Assert in WarpOracle that we didn't trial-inline a stub the transpiler doesn't support. * Ensure we never attempt a second trial-inlining at the same location. Differential Revision: https://phabricator.services.mozilla.com/D90410
-
- Sep 17, 2020
-
-
Mirko Brodesser authored
Clarifies the connection. Depends on D90528 Differential Revision: https://phabricator.services.mozilla.com/D90529
-
Mirko Brodesser authored
Helps reasoning about them. Differential Revision: https://phabricator.services.mozilla.com/D90528
-
Bogdan Tara authored
-
Bogdan Tara authored
-
Bogdan Tara authored
DONTBUILD Backed out changeset 706c1dc89ab3 (bug 1663917) Backed out changeset 837d83a0bddd (bug 1663917) Backed out changeset 18143730ca80 (bug 1663917)
-
Mihai Alexandru Michis authored
Backed out changeset bc975e4047cc (bug 1635859) for causing xpcshell failures in test_bookmark_deduping.js CLOSED TREE
-
Masayuki Nakano authored
Bug 1658702 - part 14: Implement a path to compute target ranges of `EditorBase::DeleteRangesWithTransaction()` r=m_kato `HTMLEditor` falls back to `EditorBase::DeleteRangesWithTransaction()` in some cases, especially when handling non-collapsed ranges. Therefore, we need to implement it for the following patches. The code corresponds to: * https://searchfox.org/mozilla-central/rev/62c443a7c801ba9672de34c2867ec1665a4bbe67/editor/libeditor/EditorBase.cpp#3848-3862 * https://searchfox.org/mozilla-central/rev/62c443a7c801ba9672de34c2867ec1665a4bbe67/editor/libeditor/EditorBase.cpp#3355,3371,3374,3376,3386-3387,3392 * https://searchfox.org/mozilla-central/rev/62c443a7c801ba9672de34c2867ec1665a4bbe67/editor/libeditor/EditorBase.cpp#3421,3431-3432,3435-3436,3444,3453-3455,3464-3465,3473-3474,3477-3478,3486,3495-3497,3506-3507,3515-3520,3526-3528,3535-3538,3543-3544,3546-3549,3558-3562,3570-3572,3579-3580 * https://searchfox.org/mozilla-central/rev/62c443a7c801ba9672de34c2867ec1665a4bbe67/editor/libeditor/DeleteTextTransaction.cpp#34,49-51,59,69-71 Basically, we don't need to touch the ranges, but if `aDirectionAndAmount` is `nsIEditor::eNext` or `nsIEditor::ePrevious`, each collapsed range is extened for: * previous character (treating only surrogate pair) * next character (treating only surrogate pair) * selecting another content node This logic is much rougher than what `AutoDeleteRangesHandler` and its nested classes do. So, `HTMLEditor` should stop using it in the future, but we need to keep using it for now. Depends on D90210 Differential Revision: https://phabricator.services.mozilla.com/D90211
-
Mihai Alexandru Michis authored
CLOSED TREE
-
Kevin Jacobs authored
2020-09-15 Kevin Jacobs <kjacobs@mozilla.com> * automation/release/nspr-version.txt: Bug 1660372 - NSS 3.57 should depend on NSPR 4.29. r=kaie [56224882ccc3] [NSS_3_57_BETA1] Differential Revision: https://phabricator.services.mozilla.com/D90324
-
Botond Ballo authored
Differential Revision: https://phabricator.services.mozilla.com/D90482
-
Masayuki Nakano authored
Depends on D90065 Differential Revision: https://phabricator.services.mozilla.com/D90210
-
Tom Schuster authored
Depends on D90422 Differential Revision: https://phabricator.services.mozilla.com/D90423
-
Tom Schuster authored
Differential Revision: https://phabricator.services.mozilla.com/D90422
-
Daniel Holbert authored
Bug 1665540: Update our in-tree sccache version to address issues from premature tiny-http update. r=glandium This just moves us one commit forward in order to pick up the fix for https://github.com/mozilla/sccache/issues/846 Differential Revision: https://phabricator.services.mozilla.com/D90509
-