- May 10, 2023
-
-
Sandor Molnar authored
-
Sandor Molnar authored
Backed out 16 changesets (bug 1824112) for causing mochitest failures in toolkit/components/passwordmgr/test/mochitest/test_autocomplete_tab_between_fields.html CLOSED TREE Backed out changeset 6830c9a5d1ce (bug 1824112) Backed out changeset ebfc28fdb638 (bug 1824112) Backed out changeset ae112f47fdf1 (bug 1824112) Backed out changeset 7295fad178a2 (bug 1824112) Backed out changeset 3074e99ee5a0 (bug 1824112) Backed out changeset a821ff170e11 (bug 1824112) Backed out changeset 7bfa8564a6b5 (bug 1824112) Backed out changeset ce59496fc86f (bug 1824112) Backed out changeset e3f3d730e9fa (bug 1824112) Backed out changeset b2f3bcc9bf07 (bug 1824112) Backed out changeset 03447a1935df (bug 1824112) Backed out changeset fc82a197b868 (bug 1824112) Backed out changeset 406121a380d9 (bug 1824112) Backed out changeset 196bb8eb2cc0 (bug 1824112) Backed out changeset 0948d06a3c2c (bug 1824112) Backed out changeset bc994ffb1614 (bug 1824112)
-
James Graham authored
Differential Revision: https://phabricator.services.mozilla.com/D176990
-
James Graham authored
Differential Revision: https://phabricator.services.mozilla.com/D177541
-
Alexandre Lissy authored
Differential Revision: https://phabricator.services.mozilla.com/D177466
-
Alexandre Lissy authored
Differential Revision: https://phabricator.services.mozilla.com/D177281
-
Alexandre Lissy authored
Differential Revision: https://phabricator.services.mozilla.com/D177465
-
Otto Länd authored
# ignore-this-changeset
-
Jon Coppeard authored
To counteract the effect on the instruction cache of inlining all this code we can move some parts of allocation (which we don't expect to be as hot) out of line. Differential Revision: https://phabricator.services.mozilla.com/D177529
-
Jon Coppeard authored
Finally we can move these methods to StableCellHasher-inl.h and allow them to be inlined. Local testing shows this reduces the time taken by the weakmap benchark from 49.9 to 47.4 ns, a reduction of 5%. Depends on D177527 Differential Revision: https://phabricator.services.mozilla.com/D177528
-
Jon Coppeard authored
This moves the unqiue ID functionality out of Zone and into the new header files StableCellHasher.h and StableCellHasher-inl.h. Depends on D177526 Differential Revision: https://phabricator.services.mozilla.com/D177527
-
Jon Coppeard authored
There's no need to expose this as generic functionality. Depends on D177525 Differential Revision: https://phabricator.services.mozilla.com/D177526
-
Jon Coppeard authored
Using 'stable' in the name is more descriptive. And it's quicker to say and easier to spell. Differential Revision: https://phabricator.services.mozilla.com/D177525
-
Timothy Nikkel authored
Bug 1827428. Move TextOverflow.cpp out of unified sources on win32 to avoid compiler generating larger stack frames. r=glandium Similar/same problem, same rationale as bug 1824565. Differential Revision: https://phabricator.services.mozilla.com/D177447
-
Sandor Molnar authored
Backed out changeset 51302571bf80 (bug 1730960) for causing build bustage in modules/libpref/init/StaticPrefList.yaml CLOSED TREE
-
Andreas Pehrson authored
Upstream commit: https://webrtc.googlesource.com/src/+/adf55790b6ecf50c4bb2b2cf7d58441303b9d946 In DeviceInfoDS free the frame duration list after use Per the docs, the caller is responsible for freeing the memory. Bug: chromium:1441804 Change-Id: I9aaae493a1a86d8ab4f03930715a643a3c9fb61b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/304061 Reviewed-by:
Per Kjellander <perkj@webrtc.org> Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by:
Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39983} Differential Revision: https://phabricator.services.mozilla.com/D177237
-
Andreas Pehrson authored
Upstream commit: https://webrtc.googlesource.com/src/+/6fc1ae58be7cbb61ad0431d90eb7a7dc333de2f2 In DeviceInfoDS check that out vars were set Bug: chromium:1441804 Change-Id: Id07cb61519315d77c2d7cdab1053efaaf7473e1a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/304060 Reviewed-by:
Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by:
Per Kjellander <perkj@webrtc.org> Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39982} Differential Revision: https://phabricator.services.mozilla.com/D177236
-
Johannes J. Schmidt authored
and to use `setStoredLoginsAsync` Differential Revision: https://phabricator.services.mozilla.com/D177499
-
Johannes J. Schmidt authored
Bug 1824112 - rewrite test_LoginManagerContent_passwordEditedOrGenerated r=credential-management-reviewers,dimi to use dynamic forms Depends on D177061 Differential Revision: https://phabricator.services.mozilla.com/D177480
-
Johannes J. Schmidt authored
Differential Revision: https://phabricator.services.mozilla.com/D177061
-
Johannes J. Schmidt authored
which are used by the tests in the following patch Differential Revision: https://phabricator.services.mozilla.com/D177060
-
Johannes J. Schmidt authored
Differential Revision: https://phabricator.services.mozilla.com/D176565
-
Johannes J. Schmidt authored
Bug 1824112 - test_autocomplete_highlight_username_only_form.html works without password field r=credential-management-reviewers,dimi Differential Revision: https://phabricator.services.mozilla.com/D176639
-
Johannes J. Schmidt authored
in `pwmgr_common.js` and use it in tests requiring a login form. Differential Revision: https://phabricator.services.mozilla.com/D176628
-
Johannes J. Schmidt authored
Bug 1824112 - rewrite test_autocomplete_highlight_username_only_form.html r=credential-management-reviewers,dimi to build the form dynamically Differential Revision: https://phabricator.services.mozilla.com/D176552
-
Johannes J. Schmidt authored
Bug 1824112 - rewrite test_autocomplete_basic_form_subdomain.html r=credential-management-reviewers,dimi to use dynamic forms Differential Revision: https://phabricator.services.mozilla.com/D176526
-
Johannes J. Schmidt authored
Bug 1824112 - rewrite test_autocomplete_basic_form_related_realms.html r=credential-management-reviewers,dimi to create dom dynamically once passwords have been setup Differential Revision: https://phabricator.services.mozilla.com/D176525
-
Johannes J. Schmidt authored
Bug 1824112 - rewrite test_autocomplete_basic_form_formActionOrigin.html r=credential-management-reviewers,dimi to insert form dynamically after setup Differential Revision: https://phabricator.services.mozilla.com/D176524
-
Johannes J. Schmidt authored
Differential Revision: https://phabricator.services.mozilla.com/D176523
-
Johannes J. Schmidt authored
to not use depend on deprecated login anymore and to use `add_task`. Differential Revision: https://phabricator.services.mozilla.com/D176330
-
Johannes J. Schmidt authored
Bug 1824112 - switch to `addLoginAsync` in tests r=credential-management-reviewers,sync-reviewers,sgalich,markh Differential Revision: https://phabricator.services.mozilla.com/D175704
-
Johannes J. Schmidt authored
Bug 1824112 - switch to `addLoginAsync` r=credential-management-reviewers,sgalich,sync-reviewers,markh Differential Revision: https://phabricator.services.mozilla.com/D175666
-
Johannes J. Schmidt authored
Differential Revision: https://phabricator.services.mozilla.com/D175706
-
serge-sans-paille authored
This combines the effect of full LTO for C/C++ code with rust cross LTO capability. Differential Revision: https://phabricator.services.mozilla.com/D172266
-
serge-sans-paille authored
Differential Revision: https://phabricator.services.mozilla.com/D176394
-
serge-sans-paille authored
Because the preprocessor handles both comments in the form of # some comment And commands in the form of #some command And due to C preprocessor heritage, people tend to write # some command which is considered a comment and not a command. Detect this situation and generate an hard error when meeting such ambiguous commands. Differential Revision: https://phabricator.services.mozilla.com/D176912
-
serge-sans-paille authored
psutil is a complex requirements and we don't want to rebuild it, because it's a native requirements. So use the same requirement as the one we use to build python. Differential Revision: https://phabricator.services.mozilla.com/D177487
-
Andreas Pehrson authored
Differential Revision: https://phabricator.services.mozilla.com/D177600 Depends on D177599
-
Andreas Pehrson authored
Differential Revision: https://phabricator.services.mozilla.com/D177599
-
sotaro authored
async RemoteTexture is not yet enabled only on Android. Differential Revision: https://phabricator.services.mozilla.com/D177359
-