Граф коммитов

722952 Коммитов

Автор SHA1 Сообщение Дата
Karl Tomlinson cf2e7cf2f1 Bug 1659201 move CreateAudioParam() outparam to return value r=pehrsons
AudioWorkletNode will soon not need the return value.

Differential Revision: https://phabricator.services.mozilla.com/D87553
2020-08-19 08:20:36 +00:00
Karl Tomlinson 2043b8623a Bug 1659201 store AudioParam names as nsString r=pehrsons
so as to clarify pointer safety and to take advantage of nsString shared
buffer optimizations.

Differential Revision: https://phabricator.services.mozilla.com/D87552
2020-08-19 08:16:39 +00:00
Cody Welsh 2184f67eef Bug 1654218 - single grid layout in Fission popup. r=nchevobbe
Wraps the header container and the preferences list in a grid layout
that is meant to be a "single source of truth" for nested grids via
subgrid.

Differential Revision: https://phabricator.services.mozilla.com/D86866
2020-08-19 08:16:35 +00:00
Tim Huang bfb1bc7248 Bug 1656135 - Extend Telemetry probe 'browser.search.data_transferred'. r=chutten,xeonchen,data-review=chutten
Differential Revision: https://phabricator.services.mozilla.com/D87412
2020-08-19 07:52:02 +00:00
Bryce Seager van Dyk 0c45c50c1f Bug 1659726 - Fix mode line docs to use 2 space indents rather than 8. r=sylvestre DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D87448
2020-08-19 07:51:42 +00:00
shravanrn@gmail.com 4213c84fbe Bug 1658401 - Update rlbox to fix clang 12 break on is_reference_v r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D86681
2020-08-19 07:49:34 +00:00
Tom Prince 08f2a71b7d Bug 1492362: [mozharness] Set reasonable `avds_dir` values; r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D86671
2020-08-19 01:05:39 +00:00
Tom Prince 3ffe1948d3 Bug 1492362: [taskgraph] Don't delete fetches after running a task; r=glandium
In Bug 1466660, we started deleting the fetches after a task had run, to avoid
interference between tasks. It turns out the only tasks this was for were the
`source-test-jsshell` tasks, which were changed to use an absolute directory in
Bug 1465181. However, since Bug 1568460 we've always used a per-task directory
for fetches, so can remove the work-around of removing fethes.

Differential Revision: https://phabricator.services.mozilla.com/D86670
2020-08-19 01:05:42 +00:00
Tom Prince a0b7e33bea Bug 1492362: [taskgraph] Stop setting `workdir` on generic-worker tasks; r=glandium
After changing the default checkout path on linux generic-worker tasks to be
relative these settings have no effect.

Differential Revision: https://phabricator.services.mozilla.com/D86669
2020-08-19 01:05:46 +00:00
Tom Prince 4a99315c95 Bug 1492362: [taskgraph] Only use absolute paths for checkouts in docker; r=glandium
We define a value `run.workdir` to point to the defaut directory to use for
all sorts of paths, including checkouts, in the job transform. However, that
directory only makes sense for docker-worker tasks, and relative paths should
be used elsewhere. Adjust the paths on non-docker-worker linux tasks to match
macOS paths.

Differential Revision: https://phabricator.services.mozilla.com/D86668
2020-08-19 01:05:50 +00:00
Narcis Beleuzu 6cc48251bb Backed out changeset 3755692f8d5f (bug 1649987) as per glandium req 2020-08-19 10:32:09 +03:00
Nicolas Silva cc32927985 Bug 1656236 - Vendor euclid update. r=kvark,gw
Differential Revision: https://phabricator.services.mozilla.com/D85545
2020-08-18 22:58:20 +00:00
Nicolas Silva 298e987b8e Bug 1656236 - Update euclid in stylo. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D85762
2020-08-18 17:28:27 +00:00
Nicolas Silva cebafe261f Bug 1656236 - Update to euclid 0.22. r=kvark
Differential Revision: https://phabricator.services.mozilla.com/D85549
2020-08-18 22:09:27 +00:00
Masayuki Nakano 37a2794486 Bug 1655388 - part 7: Split off the check whether `<hr>` element should be removed or not from `HTMLEditor::HandleDeleteCollapsedSelectionAtHRElement()` r=m_kato
Differential Revision: https://phabricator.services.mozilla.com/D87035
2020-08-19 06:48:31 +00:00
Masayuki Nakano d84d4847b0 Bug 1655388 - part 6: Get rid of unnecessary arguments of `HTMLEditor::HandleDeleteCollapsedSelectionAtAtomicContent()` and `HTMLEditor::HandleDeleteCollapsedSelectionAtHRElement()` r=m_kato
Depends on D87033

Differential Revision: https://phabricator.services.mozilla.com/D87034
2020-08-19 05:39:36 +00:00
Masayuki Nakano c9bee9126b Bug 1655388 - part 5: Split the special handling for `<hr>` element off from `HTMLEditor::HandleDeleteCollapsedSelectionAtAtomicContent()` r=m_kato
Depends on D87032

Differential Revision: https://phabricator.services.mozilla.com/D87033
2020-08-19 02:15:01 +00:00
Masayuki Nakano 416bf2f5ad Bug 1655388 - part 4: Get rid of `WhiteSpaceVisiblityKeeper::PrepareToDeleteNode()` r=m_kato
Now, the new method is only user of it.  So, we can get rid of it.

Depends on D87031

Differential Revision: https://phabricator.services.mozilla.com/D87032
2020-08-18 23:03:08 +00:00
Masayuki Nakano e844854c69 Bug 1655388 - part 3: Make `HTMLEditor::HandleDeleteSelectionInternal()` use the new method when it removes an invisible `<br>` element r=m_kato
Even though it hasn't normalize white-spaces before invisible `<br>` element,
it needs to do it for making them visible.  Therefore, we should make it
use the new method in this case too.

Depends on D87030

Differential Revision: https://phabricator.services.mozilla.com/D87031
2020-08-18 09:23:16 +00:00
Masayuki Nakano 9494d7d9c7 Bug 1655388 - part 2: Make deleting `<br>` element after `<hr>` element in `HTMLEditor::HandleDeleteCollapsedSelectionAtAtomicContent()` use the new method r=m_kato
Although it does not need to join text nodes around the `<br>` element since
its previous node is `<hr>`, it can use
`WhiteSpaceVisibilityKeeper::DeleteContentNodeAndJoinTextNodesAroundIt()` too.

Depends on D87029

Differential Revision: https://phabricator.services.mozilla.com/D87030
2020-08-18 08:17:17 +00:00
Masayuki Nakano 07e4f0f69d Bug 1655388 - part 1: Move the last part of `HTMLEditor::HandleDeleteCollapsedSelectionAtAtomicContent()` into `WhiteSpaceVisibilityKeeper` r=m_kato
It works with the traditional white-space normalizer.  Therefore, it should
be moved into `WhiteSpaceVisibilityKeeper`.

Depends on D86910

Differential Revision: https://phabricator.services.mozilla.com/D87029
2020-08-18 08:16:33 +00:00
Tom Tung 0473559eb7 Bug 1659339 - Disalbe WPT tests for access-reporting; r=annevk
Differential Revision: https://phabricator.services.mozilla.com/D87301
2020-08-19 04:27:14 +00:00
Martin Stransky 9267c87394 Bug 1651748 [Linux] Add CSD decoration size to size constraints, r=jhorak
Differential Revision: https://phabricator.services.mozilla.com/D86833
2020-08-19 06:14:01 +00:00
Martin Stransky fdea37a70f Bug 1659495 [Linux/Dmabuf] Upload YUV frames with variable line sizes, r=jhorak
When SW decoder provides video frames with different line sizes than actual dmabuf surface width,
don't fail and upload only the actual video data.

Differential Revision: https://phabricator.services.mozilla.com/D87300
2020-08-19 06:14:09 +00:00
Emma Malysz 25c8a1614a Bug 1659391, ensure scaling is correct when selecting fit to page option r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D87516
2020-08-19 06:18:45 +00:00
Jeff Gilbert 7488d11570 Bug 1659874 - Remove unused `dummy` stack var in TexUnpackBytes::TexOrSubImage. r=lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D87526
2020-08-19 02:01:00 +00:00
Drew Willcoxon 69839a8334 Bug 1654862 - Use a property bag instead of abusing searchParams. r=MattN
Depends on D86386

Differential Revision: https://phabricator.services.mozilla.com/D86479
2020-08-19 04:41:08 +00:00
Mike Hommey edd5d6a9a2 Bug 1658385 - Exclude mach_override code on aarch64 builds for now. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D87385
2020-08-19 04:22:15 +00:00
Ting-Yu Lin 2b5c8d511f Bug 1659899 - Fix title of reftests that test breaking nested float in flex item. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D87542
2020-08-19 03:47:50 +00:00
Lars T Hansen a88e6c3d15 Bug 1659262 - SIMD is riding the trains, so fix tests. r=rhunt,aryx
This adjusts the feature test to accept SIMD on beta+release for
x86/x64, since we're letting SIMD ride the trains behind a pref that
is off by default.  In the shell, we don't make a distinction for
prefs between nightly and non-nightly, so test that SIMD is on in
beta+release on these platforms.  It's complicated: SIMD may be off if
the hardware is feeble.  See comment in the test.

(The alternative is to start making that distinction in the setting of
the shell flag, but does anyone benefit from this?)

Differential Revision: https://phabricator.services.mozilla.com/D87224
2020-08-19 03:48:54 +00:00
Tim Giles 7aa3963e38 Bug 1646610 - Match base domains (eTLD+1) instead of origin for formActionOrigin. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D86763
2020-08-19 03:17:49 +00:00
Kenrick 788ff15a13 Bug 1632430 - Fix style of create-login-button-container to use border-top instead of box-shadow. r=jaws
Also tweak style of login-list-item so that there won't be double border at the end of the list

Differential Revision: https://phabricator.services.mozilla.com/D87191
2020-08-19 02:49:36 +00:00
Erik Nordin 943f31b50b Bug 1659875 - Fix Incorrect Assertion In Mutex.h r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D87527
2020-08-19 01:41:24 +00:00
Matthew Noorenberghe 0b8578d91d Bug 1587653 - Include breached logins in about:protections without a Monitor account and if PP is logged in. r=ewright
Also separate the Lockwise/Monitor data collection to map to the cards

Differential Revision: https://phabricator.services.mozilla.com/D85642
2020-08-13 15:54:02 +00:00
Adam Gashlin 908b40d98b Bug 1659737 - Add pref to control showing radio button for viewable internally types. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D87456
2020-08-18 23:03:12 +00:00
Csoregi Natalia 9af7b6fe90 Backed out changeset b6d1532f6cd4 (bug 1414600) for failures on mq_print_height.xhtml . CLOSED TREE 2020-08-19 04:58:49 +03:00
Botond Ballo 1534d4b9cc Bug 1659642 - Fix Android unified build bustage. r=hiro
Differential Revision: https://phabricator.services.mozilla.com/D87537
2020-08-19 01:47:46 +00:00
Botond Ballo 15ef84713f Bug 1659642 - Move ComputeFixedMarginsOffset() to APZUtils.h. r=kats
This removes the dependency edge from APZCTreeManager to
AsyncCompositionManager.

Differential Revision: https://phabricator.services.mozilla.com/D87406
2020-08-19 00:51:54 +00:00
Botond Ballo 4471aa5c0f Bug 1659642 - Move AsyncTransform from AsyncCompositionManager.h to APZUtils.h. r=kats
AsyncCompositionManager is a Layers-only component, and a bunch of
APZ code common to Layers and WR was including it for this one
utility.

Differential Revision: https://phabricator.services.mozilla.com/D87405
2020-08-19 00:51:50 +00:00
Botond Ballo eff3b083d0 Bug 1659642 - Split out a new file APZPublicUtils.h from APZUtils.h. r=kats
By moving the few things that need to be exposed to other components
to APZPublicUtils.h, APZUtils.h becomes much less widely included
(and thus changing it triggers a quicker recompile) while retaining
most of its utilities.

Differential Revision: https://phabricator.services.mozilla.com/D87404
2020-08-19 00:51:46 +00:00
Botond Ballo f5e336aae1 Bug 1659642 - Move IntervalOverlap() to AsyncCompositionManager.cpp. r=kats
It's the only place where it's used.

Differential Revision: https://phabricator.services.mozilla.com/D87402
2020-08-19 00:51:42 +00:00
Botond Ballo 5656e7a737 Bug 1659642 - Move ExpectedGeckoMetrics to its own file. r=kats
It's only used in AsyncPanZoomController.{h,cpp}.

Differential Revision: https://phabricator.services.mozilla.com/D87390
2020-08-19 01:16:40 +00:00
Tooru Fujisawa 63088ef04a Bug 1659851 - Do not parse twice in parse shell function. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D87513
2020-08-19 01:17:04 +00:00
Csoregi Natalia 2dd1b9f726 Backed out 4 changesets (bug 1492362) for gecko decision bustage. CLOSED TREE
Backed out changeset 8e6cf79c70f7 (bug 1492362)
Backed out changeset 225a6bfe8cbf (bug 1492362)
Backed out changeset ea667ccd4b19 (bug 1492362)
Backed out changeset a20562dbfece (bug 1492362)
2020-08-19 04:01:35 +03:00
Edgar Chen 7c831f9dee Bug 1659494 - Make test_getCoalescedEvents.html pass with cross-origin and Fission enabled; r=smaug
synthesizeNativeMouseEvent in apz_test_native_event_utils.js doesn't work on xorigin tests give that it would try to access window.top which is a cross-origin window.

Differential Revision: https://phabricator.services.mozilla.com/D87350
2020-08-18 22:58:13 +00:00
Sonia Singla 5f5c9fd7f2 Bug 1659267 - Remove usages of -moz-user-select across the Firefox codebase. r=emilio,marionette-reviewers,geckoview-reviewers,preferences-reviewers,whimboo,agi
Differential Revision: https://phabricator.services.mozilla.com/D87499
2020-08-18 23:37:51 +00:00
Emma Malysz e0f058e680 Bug 1659159: respect print.always_print_silent pref value in new print UI r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D87478
2020-08-19 00:21:13 +00:00
Drew Willcoxon e57db4c2e2 Bug 1659610 - Split up browser_searchMode_setURI.js to fix intermittent timeout. r=harry
The last line from the test in the failure log is "INFO - Leaving test bound
tabSwitch", which is the final task in the test. I'm pretty sure the test is just
doing too much rather than timing out waiting for something to happen. So let's
split it up.

Depends on D87172

Differential Revision: https://phabricator.services.mozilla.com/D87384
2020-08-18 22:37:01 +00:00
Sam Foster 5c32b3ba19 Bug 1658450 - Populate the destinations picker async, and refresh the UI when current printer is changed. r=mstriemer
Differential Revision: https://phabricator.services.mozilla.com/D86613
2020-08-18 23:28:04 +00:00
Robert Helmer a6178c8724 Bug 1658829 - make all about:pioneer content available off-train r=sfoster,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D86865
2020-08-18 16:51:18 +00:00