Andreea Pavel
c0701221c8
Merge mozilla-central to autoland a=merge on a CLOSED TREE
2021-02-26 23:50:31 +02:00
Butkovits Atila
49cdffbdaf
Merge autoland to mozilla-central. a=merge
2021-02-26 23:43:17 +02:00
Michelle Goossens
78395cc0e6
Bug 1692339 - Add a "Redo" option underneath "Undo" in context menu for form fields r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D106565
2021-02-26 20:04:29 +00:00
Emilio Cobos Álvarez
b1199d9e09
Bug 1695314 - Frame constructor shouldn't use nsIFrame::IsFloating to determine whether it should create a float. r=TYLin
...
It should just look at the float style. This shouldn't be a behavior
change because SVG text should pass false for aCanBeFloated.
This unblocks bug 1690701 because checking the out of flow frame bit
here would be wrong (we're deciding whether the frame should be out of
flow so the bit isn't set yet).
Differential Revision: https://phabricator.services.mozilla.com/D106664
2021-02-26 20:03:24 +00:00
Butkovits Atila
f8cb3c7d6a
Backed out changeset b3df95f06470 (bug 1692668) for causing failure at browser_bookmark_change_location.js. CLOSED TREE
2021-02-26 23:07:49 +02:00
Butkovits Atila
f64a8e2f9f
Backed out changeset d146eb93b6d0 (bug 1693374) for causing failures at browser_interaction_telemetry.js. CLOSED TREE
2021-02-26 21:32:25 +02:00
Scott
3ca2aa9b23
Bug 1686554 - Remove newtab Pocket story min scores. r=gvn
...
Differential Revision: https://phabricator.services.mozilla.com/D106507
2021-02-26 19:17:09 +00:00
Emilio Cobos Álvarez
ca416daff0
Bug 1695122 - Deal with target being null in nsXULTooltipListener and cleanup a bit. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D106646
2021-02-26 19:14:25 +00:00
Nicolas B. Pierron
1d94c702f2
Bug 1695005 - ReadSelfHostedXDRFile: fallback to parsing on failure. r=sfink
...
Differential Revision: https://phabricator.services.mozilla.com/D106655
2021-02-26 18:58:01 +00:00
Tom Schuster
c76ad722a4
Bug 1695279 - Update test262 again. r=anba
...
Differential Revision: https://phabricator.services.mozilla.com/D106645
2021-02-26 18:45:46 +00:00
Agi Sferro
3b0e7a3659
Bug 1695056 - Don't provide details info about mobile networks. r=valentin,esawin,mixedpuppy
...
Since Android 11, READ_PHONE_STATE is required to get detailed information
about mobile networks. Since we don't actually use this information anywhere
right now, we just won't provide it isntead of adding a new permission.
Differential Revision: https://phabricator.services.mozilla.com/D106557
2021-02-26 18:43:40 +00:00
Drew Willcoxon
be1902fff1
Bug 1692527 - Show "Firefox Suggests" instead of "Sponsored" for non-sponsored quick suggest results. r=daleharvey
...
Depends on D106490
Differential Revision: https://phabricator.services.mozilla.com/D106559
2021-02-26 18:40:33 +00:00
Erica Wright
978fc6c4ca
Bug 1692668 - Update bookmarks context menu for clarity. r=Gijs,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D106046
2021-02-26 18:38:07 +00:00
Drew Willcoxon
f0ff54efc1
Bug 1695067 - Don't apply hover styling to selected quick suggest results. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D106553
2021-02-26 18:36:42 +00:00
Drew Willcoxon
8e77af6b33
Bug 1694723 - Don't hide the action text on hover for quick suggest results. r=dao
...
Depends on D106550
Differential Revision: https://phabricator.services.mozilla.com/D106552
2021-02-26 18:35:32 +00:00
Drew Willcoxon
d54b3ed2a0
Bug 1694867 - Don't update the URL in the view for quick suggest results. r=dao
...
This skips setting `.urlbarView-url` text content for quick suggest results. The
other option is to keep setting it like we do now, but set `display: none` on it
in the CSS. The first option seems better since quick suggest results don't ever
show their URLs, so it seems wrong to treat them like they do and to set the
`has-url` attribute. My patch to bug 1694723 also depends on QS results not
having `has-url`.
This also fixes the bug of course.
Differential Revision: https://phabricator.services.mozilla.com/D106550
2021-02-26 18:35:32 +00:00
Nicolas B. Pierron
e0d1803e79
Bug 1531175 - jit-test ARM64: Do not skip crash-tests. r=iain
...
Differential Revision: https://phabricator.services.mozilla.com/D105210
2021-02-26 18:12:41 +00:00
Ryan VanderMeulen
1f0e60842d
Bug 1694217 - Manually update intermediates.json to work around arc limitations. r+a=me DONTBUILD
2021-02-26 13:12:21 -05:00
Tim Nguyen
63b3b5e5ca
Bug 1693374 - Make common.css sidebar footer styles re-usable. r=desktop-theme-reviewers,harry,robwu
...
Differential Revision: https://phabricator.services.mozilla.com/D106300
2021-02-26 17:44:32 +00:00
smolnar
81bf425def
Backed out 5 changesets (bug 1694521) for causing xpc failures in netwerk/test/unit/test_partial_response_entry_size_smart_shrink. CLOSED TREE
...
Backed out changeset 706062287f0f (bug 1694521)
Backed out changeset 6248905f1783 (bug 1694521)
Backed out changeset b3591788658c (bug 1694521)
Backed out changeset b91e0a2caf42 (bug 1694521)
Backed out changeset 605a5ce59dd7 (bug 1694521)
2021-02-26 19:24:32 +02:00
Patrick Storz
5fd2488fce
Bug 360332 - Enable modifiers / middle click for context search. r=Standard8
...
Allows to perform the search in a new foreground/background tab or
a new window using modifiers or middle mouse button.
Introduces a certain level of consistency with other entries in
the context menu, like navigation and "view image".
Differential Revision: https://phabricator.services.mozilla.com/D103354
2021-02-26 17:14:05 +00:00
Joel Maher
f1bdff9aae
Bug 1694185 - run raptor/talos on 10.15 machines. #perftest-reviewers r=perftest-reviewers,AlexandruIonescu
...
run raptor/talos on 10.15 machines in parallel to 10.14 machines
Differential Revision: https://phabricator.services.mozilla.com/D105989
2021-02-26 17:12:18 +00:00
Andrew Osmond
c936081214
Bug 1694766 - Part 3. Add fuzzing for SW-WR WPT reftests. r=jrmuizel
...
Differential Revision: https://phabricator.services.mozilla.com/D106613
2021-02-26 17:09:48 +00:00
Andrew Osmond
3b2e5bf80c
Bug 1694766 - Part 2. Add jobs for most WPTs with SW-WR. r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D106612
2021-02-26 17:09:48 +00:00
Andrew Osmond
dc13a0f1f2
Bug 1694766 - Part 1. Add swgl as a WPT test filter for annotations. r=jgraham
...
Differential Revision: https://phabricator.services.mozilla.com/D106611
2021-02-26 17:09:47 +00:00
Emilio Cobos Álvarez
50404c19c1
Bug 1695251 - Cherry-pick various servo changes.
...
All formatting and not-part-of-the-gecko-build changes.
Differential Revision: https://phabricator.services.mozilla.com/D106634
2021-02-26 17:00:55 +00:00
Andrei Oprea
1655f394b4
Bug 1693787 - Remove SimpleAboutWelcome r=pdahiya
...
Differential Revision: https://phabricator.services.mozilla.com/D105958
2021-02-26 17:00:16 +00:00
Dorel Luca
0875c78fec
Backed out changeset 0e3e3b8a55b4 (bug 1688062) for Linting failure in java/org/mozilla/gecko/GeckoAppShell.java. CLOSED TREE
2021-02-26 19:02:12 +02:00
smolnar
bbe0284415
Backed out 2 changesets (bug 1694161) as requested by dev. DONTBUILD CLOSED TREE
...
Backed out changeset 0fb8a1114e84 (bug 1694161)
Backed out changeset 453ce7dffdcc (bug 1694161)
2021-02-26 18:52:04 +02:00
Andi-Bogdan Postelnicu
a839ede25c
Bug 1694161 - some fixes for the MacOS non unified environment. r=sg
...
Depends on D105977
Differential Revision: https://phabricator.services.mozilla.com/D106616
2021-02-26 16:39:18 +00:00
Andi-Bogdan Postelnicu
46785aee1b
Bug 1694161 - run non-unified sanity targeting MacOS. r=firefox-build-system-reviewers,mhentges
...
Differential Revision: https://phabricator.services.mozilla.com/D105977
2021-02-26 16:39:17 +00:00
Agi Sferro
c0dc6e84b0
Bug 1688062 - Update target SDK to API 30. r=esawin
...
Differential Revision: https://phabricator.services.mozilla.com/D106556
2021-02-26 16:34:02 +00:00
Emilio Cobos Álvarez
5d93fdcb68
Bug 1694846 - Renew some print telemetry probes. r=bobowen
...
Differential Revision: https://phabricator.services.mozilla.com/D106468
2021-02-26 16:18:51 +00:00
Sean Feng
6ae4799287
Bug 1694455 - Use the UnprivilegedJunkScopeOrWorkerGlobal(fallible) for Maplike/Setlike helper functions r=edgar
...
Differential Revision: https://phabricator.services.mozilla.com/D106548
2021-02-26 16:00:47 +00:00
Henrik Skupin
b7893c030d
Bug 1601618 - [remote] Use lazy loading of modules and delayed setting of global properties. r=remote-protocol-reviewers,jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D106602
2021-02-26 15:37:41 +00:00
Nihanth Subramanya
c9df4a4d2c
Bug 1694521 - Part 5: Clean up test_AAAA_records. r=valentin,necko-reviewers
...
The wait-for-A-and-AAAA and early-AAAA prefs were removed.
Differential Revision: https://phabricator.services.mozilla.com/D106424
2021-02-26 15:34:58 +00:00
Nihanth Subramanya
40249078c8
Bug 1694521 - Part 4: In test_trr_flags, check that the channel actually used TRR if possible. r=valentin,necko-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D106423
2021-02-26 15:34:57 +00:00
Nihanth Subramanya
f14e245cf2
Bug 1694521 - Part 3: Adapt TRRDNSListener in head_trr.js for use in test_trr.js. r=valentin,necko-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D106342
2021-02-26 15:34:57 +00:00
Nihanth Subramanya
98df211b8c
Bug 1694521 - Part 2: unify confirmation and cname tests and simplify mode 1 and 4 tests. r=valentin,necko-reviewers
...
Also clean up some TODOs
Differential Revision: https://phabricator.services.mozilla.com/D106341
2021-02-26 15:34:57 +00:00
Nihanth Subramanya
5c4ef262c4
Bug 1694521 - Part 1: Clean up test_trr.js. r=necko-reviewers,valentin
...
1. Moved some setup stuff to head.js
2. Removed dumps
3. Changed comments to info()s at the beginning of tests
4. Combined some related tests.
5. Added helper to set TRR mode and uri
6. Some de-duplication when needing to do a test for different modes (more to be done)
7. Added some comments where missing, e.g. linking a bug
8. Gave all test functions good names
Differential Revision: https://phabricator.services.mozilla.com/D106215
2021-02-26 15:34:56 +00:00
Henrik Skupin
889c0aae00
Bug 1694322 - [remote] Fix "mach file-info bugzilla-component" for /remote/cdp. r=remote-protocol-reviewers,jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D106614
2021-02-26 15:22:58 +00:00
Geoff Brown
f6bc17e625
Bug 1694525 - End browsertime test process when error encountered; r=perftest-reviewers,sparky
...
Currently, raising an exception in a mozprocess callback is not guaranteed to
end the managed process; after bug 1694275, the exception will be reported but
otherwise suppressed.
Instead of raising an exception, report the error and end the test process.
Differential Revision: https://phabricator.services.mozilla.com/D106538
2021-02-26 15:01:51 +00:00
Nicolas Silva
80bc5f0c1b
Bug 1694909 - Part 12 - Remove the need to wrap uvs in a vec3 in shaders. r=gw
...
Differential Revision: https://phabricator.services.mozilla.com/D106510
2021-02-26 14:54:18 +00:00
Nicolas Silva
75a406eaaa
Bug 1694909 - Part 11 - Remove texture array shader variations. r=gw
...
A small patch but probably the most impactful of this series as it removes a whole lot of generated shaders.
Differential Revision: https://phabricator.services.mozilla.com/D106509
2021-02-26 14:54:18 +00:00
Nicolas Silva
ab19851395
Bug 1694909 - Part 10 - Remove ImageBufferKind::Texture2DArray. r=gw
...
Differential Revision: https://phabricator.services.mozilla.com/D106508
2021-02-26 14:54:18 +00:00
Nicolas Silva
fe203350ef
Bug 1694909 - Part 9 - Remove layer from ImageSource. r=gw
...
Also rename the shader's ImageResource into ImageSource to match the terminology on the rust side (especially since the rust code has a different thing named ImageResource).
Differential Revision: https://phabricator.services.mozilla.com/D106484
2021-02-26 14:54:17 +00:00
Nicolas Silva
3bdd0ac816
Bug 1694909 - Part 8 - Remove most remaining usage of layer index in the shaders. r=gw
...
Differential Revision: https://phabricator.services.mozilla.com/D106483
2021-02-26 14:54:17 +00:00
Nicolas Silva
f998e2063e
Bug 1694909 - Part 7 - Store RenderTaskData's user data as a vec4. r=gw
...
This replaces the vec3 with a vec4.
Differential Revision: https://phabricator.services.mozilla.com/D106482
2021-02-26 14:54:16 +00:00
Nicolas Silva
c358947209
Bug 1694909 - Part 6 - Remove the layer index from render task struct in the shaders. r=gw
...
Remove RenderTaskCommonData in the process and replace it with RectWithSize directly.
Differential Revision: https://phabricator.services.mozilla.com/D106481
2021-02-26 14:54:16 +00:00
Nicolas Silva
12bc395575
Bug 1694909 - Part 5 - Remove layer parameter from draw_texture_cache_target. r=gw
...
Differential Revision: https://phabricator.services.mozilla.com/D106480
2021-02-26 14:54:16 +00:00