- Feb 17, 2023
-
-
Rob Wu authored
This is a test-only change. It introduces a new Urlbar pref to make the existing 3000 ms timeout configurable. That timeout is currently reached 8 times in the test. That means that the test will take at least 3 x 8 = 24 seconds to run while basically doing nothing, and makes the test prone to reach the deadline by which the test is declared timed-out. To avoid "Test timed out" errors, the test now reduces the fixed 3000 ms timeout to 500 ms, so now we wait for 8x500 = 4 seconds instead of 24. Differential Revision: https://phabricator.services.mozilla.com/D169846
-
Zhao Jiazhong authored
Bug 18171143 - [loong64][mips64] Add 'Int32_GeneralInt64Int64General' function prototype support in simulator. r=rhunt Differential Revision: https://phabricator.services.mozilla.com/D170024
-
Brad Werth authored
This change computes the new invalid region of the in progress surface during the partial update, and asserts that the update region is sufficient to cover it. This will assert earlier than the asserts in NotifySurfaceReady, under similar conditions. Hopefully this will help us identify if we are using an incorrectly calculated update area. Additionally, it reorganizes the region boolean logic in NativeLayerCA::HandlePartialUpdate to avoid adding in the update region just to subtract it away again. It also confirms that callers to the layer are always either using the drawn surface call (NotifySurfaceReady) or the external surface call (AttachExternalImage). Differential Revision: https://phabricator.services.mozilla.com/D169019
-
John Schanck authored
Differential Revision: https://phabricator.services.mozilla.com/D170117
-
John Schanck authored
Differential Revision: https://phabricator.services.mozilla.com/D170118
-
David Shin authored
Bug 1816964 - `linear()` easing function should not consider less than 2 linear stop arguments valid. r=emilio Latest spec no longer handles `linear() == linear` and `linear(<single value>) == <single value>`. Differential Revision: https://phabricator.services.mozilla.com/D169955
-
David Shin authored
Bug 1815936 - In flexbox baseline calculation, ensure that the offset originates from border-start. r=dholbert `GetNaturalBaselineBOffset` returns the offset originating from border-end for last baselines. Differential Revision: https://phabricator.services.mozilla.com/D169362
-
David Shin authored
Bug 1815427 - Remove min-size requirement for native-themed XUL checkboxes on Windows. r=desktop-theme-reviewers,dao Currently specified min-size does not cover cases when users set OS-wide scalingare . Differential Revision: https://phabricator.services.mozilla.com/D169927
-
Brad Werth authored
Bug 1747585: Stop forcing specialized video layers due to DRM, when the OS doesn't respect DRM. r=mac-reviewers,mstange Forcing specialized video in this case was overriding the user's ability to opt-out by setting the pref, while providing no benefit. Adding the macOS version check around this makes our logic here consistent with our setting of preventsCapture in ApplyChanges. Differential Revision: https://phabricator.services.mozilla.com/D169849
-
Dão Gottwald authored
Differential Revision: https://phabricator.services.mozilla.com/D169707
-
Mark Banner authored
Bug 1817183 - Update consumers of services/fxaccounts to import ES modules directly. r=markh,settings-reviewers,credential-management-reviewers,sgalich Differential Revision: https://phabricator.services.mozilla.com/D170062
-
Mark Banner authored
Differential Revision: https://phabricator.services.mozilla.com/D170061
-
Mark Banner authored
Differential Revision: https://phabricator.services.mozilla.com/D170060
-
Mark Banner authored
Bug 1817179 - Remove unnecessary .eslintrc.js file and update bug component for services/automation. r=markh Differential Revision: https://phabricator.services.mozilla.com/D170059
-
Stanca Serban authored
-
Emilio Cobos Álvarez authored
In the past screenX etc didn't return CSS pixels properly, but now they do and have for a while. Also the full zoom value of browser.xhtml is always one, so this is only broken if we have OS text scale. Depends on D170195 Differential Revision: https://phabricator.services.mozilla.com/D170196
-
Masayuki Nakano authored
Differential Revision: https://phabricator.services.mozilla.com/D170029
-
Cristian Tuns authored
Backed out 6 changesets (bug 1816934, bug 1817182, bug 1817179, bug 1817183) for causing dt failures in browser_jsterm_autocomplete_null.js CLOSED TREE Backed out changeset 17d4c013ed92 (bug 1817183) Backed out changeset cfed8d9c23f3 (bug 1817183) Backed out changeset 62fe2f589efe (bug 1817182) Backed out changeset 557bd773fb85 (bug 1817179) Backed out changeset 7f8a7865868b (bug 1816934) Backed out changeset d6c1d4c0d2a0 (bug 1816934)
-
Emilio Cobos Álvarez authored
-
Jan de Mooij authored
The issue in the bug is that we were returning a `DebugEnvironmentProxy` to JS through `findPath`/`UbiNode`, and this object isn't safe to use from arbitrary JS. This patch also changes `findPath` to not define the `node` property with `--fuzzing-safe`, to fix similar issues elsewhere. This `DebugEnvironmentProxy` case is easy to fix, but the engine also uses plain objects and arrays internally in some places and the `JSClass` checks won't be sufficient for that. Differential Revision: https://phabricator.services.mozilla.com/D169912
-
Joel Maher authored
Differential Revision: https://phabricator.services.mozilla.com/D169371
-
Mike Conley authored
Bug 1817192 - Let the cerification deletion dialog flex again after bug 1796915, and move some inline styles into deletecert.css. r=emilio Differential Revision: https://phabricator.services.mozilla.com/D170092
-
Emilio Cobos Álvarez authored
These are not in the spec nor in other browsers. Differential Revision: https://phabricator.services.mozilla.com/D170160
-
Alexandra Borovova authored
Differential Revision: https://phabricator.services.mozilla.com/D169795
-
Sylvestre Ledru authored
no bug - doc: refresh the Firefox Source Code Directory Structure page r=firefox-source-docs-reviewers,ahal DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D165948
-
ogiorgis authored
Bug 1812560 - Accept all directories containing an index file for 'mach doc' r=firefox-source-docs-reviewers,ahal DONTBUILD The presence of an index file is a better criterion than the name of the directory. Differential Revision: https://phabricator.services.mozilla.com/D169094
-
ogiorgis authored
Bug 1678710 - Add a warning when creating the entire docs r=firefox-source-docs-reviewers,ahal DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D169077
-
Carine Dengler authored
Bug 1703037 - Add a no-python option to `./mach doc` r=firefox-source-docs-reviewers,sylvestre DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D168352
-
Calixte authored
Differential Revision: https://phabricator.services.mozilla.com/D170194
-
Florian Quèze authored
Differential Revision: https://phabricator.services.mozilla.com/D169974
-
Florian Quèze authored
Bug 1817034 - add a new Timer profiler category to use it for markers in the Timer thread, r=canaltinova. Differential Revision: https://phabricator.services.mozilla.com/D169973
-
Robert Longson authored
Bug 1817413 - add const to various method signatures or allow them to be given const pointers r=emilio Differential Revision: https://phabricator.services.mozilla.com/D170188
-
ogiorgis authored
Bug 1810702 - remove circular reference warnings r=firefox-source-docs-reviewers,sylvestre DONTBUILD Moreover it fixes the behavior of the right menu. Depends on D170178 Differential Revision: https://phabricator.services.mozilla.com/D170179
-
ogiorgis authored
Bug 1807831 - Add check-num-warnings option to the ci r=firefox-source-docs-reviewers,sylvestre DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D170192
-
Dennis Jackson authored
Differential Revision: https://phabricator.services.mozilla.com/D170183
-
Jens Stutte authored
Bug 1815904 - Set the gShutdown flag on shutdown even if we never instantiated a QM instance. r=dom-storage-reviewers,janv Differential Revision: https://phabricator.services.mozilla.com/D170088
-
Randell Jesup authored
Bug 1817369: Don't stop processing events when we see a WebTranport Session event r=kershaw,necko-reviewers Differential Revision: https://phabricator.services.mozilla.com/D170166
-
Robert Longson authored
Bug 1817212 - the preference to disable webrender drawing of SVG shapes is now svg-shapes rather than svg-images r=emilio Differential Revision: https://phabricator.services.mozilla.com/D170176
-
Robert Longson authored
Differential Revision: https://phabricator.services.mozilla.com/D170177
-
Masayuki Nakano authored
Bug 1815383 - part 3: Make `ReplaceTextTransaction::DoTransaction` stop updating `Selection` directly r=m_kato And also this changes `HTMLEditor::ReplaceTextWithTransaction` which is the only user of `ReplaceTextTransaction`. Depends on D169745 Differential Revision: https://phabricator.services.mozilla.com/D169746
-