- Oct 08, 2021
-
-
Mike Hommey authored
Bug 1734594 - Terminate the sccache server in cases where submakes end in an error. r=firefox-build-system-reviewers,andi Differential Revision: https://phabricator.services.mozilla.com/D127919
-
Karl Tomlinson authored
Added in https://hg.mozilla.org/mozilla-central/rev/f0219139820a. Unused since https://hg.mozilla.org/mozilla-central/rev/1248d2f659a9. Differential Revision: https://phabricator.services.mozilla.com/D127603
-
Jon Coppeard authored
Differential Revision: https://phabricator.services.mozilla.com/D127674
-
Jon Coppeard authored
Differential Revision: https://phabricator.services.mozilla.com/D127673
-
Jon Coppeard authored
This already had code to check both black and gray bit since that's needed to work out whether something is marked gray. We can do the black check first and bail early which skips calling into the JS engine for black things. Differential Revision: https://phabricator.services.mozilla.com/D127672
-
Jon Coppeard authored
Differential Revision: https://phabricator.services.mozilla.com/D127671
-
Jon Coppeard authored
This tests that JS holders get marked gray by GC and updated when moved by compacting GC. The latter would have caught the problem reported in bug 1731432. Differential Revision: https://phabricator.services.mozilla.com/D127670
-
Sylvestre Ledru authored
Differential Revision: https://phabricator.services.mozilla.com/D127638
-
Andreas Pehrson authored
Differential Revision: https://phabricator.services.mozilla.com/D127676
-
Jan de Mooij authored
This allows writing tests for the changes in the previous patch. Differential Revision: https://phabricator.services.mozilla.com/D127648
-
Jan de Mooij authored
Bug 1734087 part 1 - Don't capture a stack trace for every throw-statement in non-debuggee realms. r=sfink Stack walking is slow. Match Chrome by only capturing an exception stack if the realm is a debuggee. Additionally, we also capture stacks for chrome code, and for the first 50 throws per realm to not penalize debugging of JS code that doesn't throw a ton of exceptions. Note that this is unrelated to Error.stack. That's handled separately and is observable from JS. The stacks here are used by the debugger for uncaught exceptions that are not Error objects. Differential Revision: https://phabricator.services.mozilla.com/D127531
-
Toshihito Kikuchi authored
Bug 1733704 - Explain why some columns are empty in the table of about:unloads. r=haik,fluent-reviewers,flod Differential Revision: https://phabricator.services.mozilla.com/D127527
-
Iulian Moraru authored
Backed out changeset 062cbadd4704 (bug 1734747) for causing build bustages on android shippable. CLOSED TREE
-
Timothy Nikkel authored
Bug 1733332. Switch GetPaintedLayerScaleForFrame to use nsLayoutUtils::GetTransformToAncestorScaleCrossProcessForFrameMetrics now that they are the same. r=botond Differential Revision: https://phabricator.services.mozilla.com/D127074
-
Timothy Nikkel authored
Differential Revision: https://phabricator.services.mozilla.com/D127073
-
Paul Bone authored
Differential Revision: https://phabricator.services.mozilla.com/D123099
-
Paul Bone authored
Differential Revision: https://phabricator.services.mozilla.com/D123098
-
Paul Bone authored
GC reasons clobber each-other as follows: USER_INACTIVE > FULL_GC_TIMER > all others. To ensure that if multiple timers fire we still do the strongest GC requested. Differential Revision: https://phabricator.services.mozilla.com/D122556
-
Paul Bone authored
Differential Revision: https://phabricator.services.mozilla.com/D122555
-
Andrew Halberstadt authored
Gecko taskgraph is now an official consumer of standalone taskgraph. I chose 'util/yaml.py' since both copies were identical. I've also synced the test for them, so no coverage is being lost. Depends on D127872 Differential Revision: https://phabricator.services.mozilla.com/D127873
-
Andrew Halberstadt authored
This will slowly start being used by 'taskcluster/gecko_taskgraph'. Differential Revision: https://phabricator.services.mozilla.com/D127872
-
Mike Hommey authored
Bug 1734747 - Re-enable PGO on Android x86 and x86_64 shippable builds. r=firefox-build-system-reviewers,nalexander Differential Revision: https://phabricator.services.mozilla.com/D127904
-
James Teh authored
Differential Revision: https://phabricator.services.mozilla.com/D127757
-
James Teh authored
Bug 1734517: static_cast from DocAccessible* to DocAccessibleWrap* instead of reinterpret_cast. r=eeejay Differential Revision: https://phabricator.services.mozilla.com/D127762
-
James Teh authored
Bug 1734540: For a11y browser tests, allow snippets when passing chrome: true to load as a chrome document in the parent process. r=eeejay Normally, we use data: URLs to load snippets as tab documents. However, there is no way we can make this load in the parent process. Using a chrome:// URL will allow us to load a file in the parent process. For OOP iframes, we use document-builder.sjs to yield a document with supplied markup, but sjs doesn't work for chrome:// (since sjs is handled by our test web server). Instead, for chrome://, we use an HTML file with an embedded script which replaces the content of the document with the supplied markup. Differential Revision: https://phabricator.services.mozilla.com/D127769
-
Punam Dahiya authored
Reuse backgrounds from upgrade spotlight and copy over styles including transitions. Convert colorway state to track next color to transition it in. Also adjust colorway screen styling, e.g., focus, variant spacing, transitions (bug 1733689). Differential Revision: https://phabricator.services.mozilla.com/D127695
-
Neil Deakin authored
Bug 1733492, unknown content type dialog not always appearing when always ask is set in preferences for a type, r=mtigley This defaults the always ask setting for a type to false when the download panel improvements preference is enabled, and adjusts the external helper apps service so that it properly uses the always ask flag in all cases Differential Revision: https://phabricator.services.mozilla.com/D127850
-
Noemi Erli authored
-
Noemi Erli authored
-
Noemi Erli authored
-
- Oct 07, 2021
-
-
Thinker Li authored
Handle crash with the old way if the fork server is prefed out, and waitpid() for all available stat changes of children processes in the forkserver. Differential Revision: https://phabricator.services.mozilla.com/D110507
-
Punam Dahiya authored
Reuse backgrounds from upgrade spotlight and copy over styles including transitions. Convert colorway state to track next color to transition it in. Also adjust colorway screen styling, e.g., focus, variant spacing, transitions (bug 1733689). Differential Revision: https://phabricator.services.mozilla.com/D127695
-
Ting-Yu Lin authored
Bug 1733876 Part 5 - Simply line wrapping logic involving line breaker in FindWrapIndexForContent(). r=m_kato The purpose of this patch is to remove LineBreaker::Prev(), and audit the deprecated LineBreaker::DeprecatedNext() (added in bug 1733872). Add blockquotecite gtest to make sure short line wrapping with blockquote citation still works. The testcase's behavior is not changed. Differential Revision: https://phabricator.services.mozilla.com/D127385
-
Ting-Yu Lin authored
Bug 1733876 Part 4 - Allow GetUnicharStringWidth() to support mozilla::Span substring argument. r=m_kato This is required by Part 5. Differential Revision: https://phabricator.services.mozilla.com/D127384
-
Ting-Yu Lin authored
Bug 1733876 Part 3 - Consolidate logic dealing with and without aLineBreaker in FindWrapIndexForContent(). r=m_kato This patch only moves logic, and shouldn't change the behavior. Differential Revision: https://phabricator.services.mozilla.com/D127383
-
Ting-Yu Lin authored
Bug 1733876 Part 2 - Run line wrapping algorithm only if content of current line is not empty. r=m_kato,mbrodesser With this edge case explicitly considered, it will be easier for the following patches to simplify logic in `FindWrapIndexForContent()`. Differential Revision: https://phabricator.services.mozilla.com/D127382
-
Ting-Yu Lin authored
Differential Revision: https://phabricator.services.mozilla.com/D127381
-
Daisuke Akatsuka authored
Differential Revision: https://phabricator.services.mozilla.com/D125925
-
Daisuke Akatsuka authored
Differential Revision: https://phabricator.services.mozilla.com/D125924
-
Alexandru Michis authored
CLOSED TREE Backed out changeset dcd0fedade7e (bug 1734523) Backed out changeset cab1ceba09dd (bug 1734523)
-