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

721821 Коммитов

Автор SHA1 Сообщение Дата
Tarek Ziadé 2909efb662 Bug 1650363 - Performance testing of HTTP3 in Firefox using only xpcshell tests r=michal,sparky
Differential Revision: https://phabricator.services.mozilla.com/D84021
2020-08-10 06:26:39 +00:00
alwu 8aa1cfd69f Bug 1658614 - capture 'MediaController' thread in media preset. r=canaltinova
`MediaPlayback` thread has been renamed to `MediaController` thread, so update the captured thread list for media preset.

Differential Revision: https://phabricator.services.mozilla.com/D86749
2020-08-11 18:46:14 +00:00
Eitan Isaacson 7ac061f2db Bug 1657759 - Fix TextPoints lesser-than operator. r=Jamie
Differential Revision: https://phabricator.services.mozilla.com/D86276
2020-08-11 16:26:04 +00:00
Steve Fink 282eb17b37 Bug 1658160 - Give shell workers a module loader r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D86568
2020-08-11 15:11:05 +00:00
Joel Maher 1e945cc264 Bug 1658022 - Extend talos shutdown timeout from 5 to 20 seconds. r=mconley,perftest-reviewers,sparky
Extend talos shutdown timeout from 5 to 20 seconds.

Differential Revision: https://phabricator.services.mozilla.com/D86425
2020-08-11 17:28:51 +00:00
Kriyszig 03380e2a78 Bug 1658356 - Fix the incorrect object key for the Tooltip message ID r=daisuke,mtigley
The key of the object is incorrectly used as `css-compatibility-experimental-supported-message`
instead of `experimental-supported`. This leads to the l10n translation
for undefined msgId leading to failure of appearance of tooltip.
This patch fixes the problem and adds a test to prevent regression.

Differential Revision: https://phabricator.services.mozilla.com/D86584
2020-08-11 16:48:18 +00:00
Emilio Cobos Álvarez 0563da73d2 Bug 1639328 - Fix browser_hidden_iframe.js. r=yzen
Differential Revision: https://phabricator.services.mozilla.com/D86591
2020-08-11 02:17:15 +00:00
Emilio Cobos Álvarez 6c008dd4fd Bug 1639328 - Make sure BrowserChilds for OOP iframes start in a consistent state. r=smaug
Right now they start with a FullyHidden() effect info, but with a
"visible" widget, and thus active docshell and so on.

That's no good :)

Differential Revision: https://phabricator.services.mozilla.com/D86364
2020-08-11 16:42:46 +00:00
Mark Banner 8b95c9a06f Bug 1658539 - Disable tab replacement in mochitests for Thunderbird. r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D86697
2020-08-11 15:43:56 +00:00
Ricky Stewart cd9a620ede Bug 1657954 - Move various branding options from `old-configure` r=geckoview-reviewers,mhentges,nalexander,snorp
Differential Revision: https://phabricator.services.mozilla.com/D86391
2020-08-11 15:58:52 +00:00
Lee Salzman 75d072859c Bug 1652894 - add SWGL RenderTextureHosts. r=mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D86340
2020-08-11 15:53:15 +00:00
Lee Salzman a906db1329 Bug 1652894 - fix SWGL code formatting. r=mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D86339
2020-08-11 12:53:52 +00:00
Lee Salzman 25a8fdd2c8 Bug 1652894 - add SWGL utility bindings for managing textures. r=jimb
Differential Revision: https://phabricator.services.mozilla.com/D86338
2020-08-11 12:53:54 +00:00
Lee Salzman 9875e7ea3f Bug 1652894 - allow SWGL contexts to have multiple strong references. r=jimb
Differential Revision: https://phabricator.services.mozilla.com/D86337
2020-08-11 12:53:43 +00:00
Noemi Erli 68cd54888e Merge mozilla-central to autoland. a=merge CLOSED TREE 2020-08-11 18:56:44 +03:00
Noemi Erli 54c193f6bc Backed out changeset a93095760b1f (bug 1658042) for causing Bug 1658576 a=backout 2020-08-11 18:44:29 +03:00
Sylvestre Ledru 1bcabb9d34 Bug 1657926 - Move to sphinx 3.1.2 and sphinx-js 3.0.1 r=championshuttler
Hopefully, it will help with the intermittent issues.
And it seems that the warnings are better presented.

Differential Revision: https://phabricator.services.mozilla.com/D86361
2020-08-11 15:26:16 +00:00
Peter Van der Beken 710fadd5c3 Bug 1658334 - Correctly pass null state data over IPC in SessionHistoryInfo. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D86565
2020-08-11 15:28:37 +00:00
Markus Stange 196229f42d Bug 1629220 - When partially compositing into native layers with BasicCompositor, allow only one invalid rect per layer, and store the invalid rect on the render target instead of pushing a clip to the DrawTarget. r=mattwoodrow
This matches what we do in CompositorOGL.

This avoids having clipping state stored on the render target's DrawTarget.
As a result, we have access to the combined device clip rect in DrawGeometry,
and the video scale fast paths can observe the correct clip even though they
bypass the DrawTarget machinery.

This fixes flickering bugs caused by the video scale fast path in the native
layers configuration, i.e. on macOS only. We probably still have bugs on the
other platforms. It's possible that this bug is less observable on other
platforms due to additional copies of the invalid region, and those copies
ignore the bad content outside the invalid region.

Differential Revision: https://phabricator.services.mozilla.com/D86608
2020-08-11 14:37:56 +00:00
Markus Stange a66383c120 Bug 1658407 - Set correct transforms on the opaqueness tinting layers. r=mattwoodrow
mOpaquenessTintLayer is a sibling layer of mContentCALayer, so the two layers
need the same transform and bounds.

This patch also removes an unnecessary twiddling of the position property.

Differential Revision: https://phabricator.services.mozilla.com/D86610
2020-08-11 14:37:56 +00:00
Nathan Froyd 92a3a92555 Bug 1658424 - add support for grabbing fp on arm64 macOS in DMD; r=mccr8
This code just cribs from the profiler's code and has not been tested.

Differential Revision: https://phabricator.services.mozilla.com/D86647
2020-08-11 14:09:28 +00:00
Nathan Froyd eca436fc65 Bug 1658376 - correctly identify arm64 macOS in FileUtils.cpp; r=mccr8
One more architecture that macOS runs on.

Differential Revision: https://phabricator.services.mozilla.com/D86596
2020-08-11 14:09:28 +00:00
Nathan Froyd 3c32012822 Bug 1658375 - add support for arm64 macOS to profiler sampling and unwinding; r=mstange
The registers referenced in this patch and the assembly have been tested to
compile; the code changes have not been tested to actually work.

Differential Revision: https://phabricator.services.mozilla.com/D86612
2020-08-11 14:09:20 +00:00
Razvan Maries 8df04ff073 Backed out changeset 558dce220fdd (bug 1654388) for perma failures on test_usage_prefs.html. CLOSED TREE 2020-08-11 07:57:38 +03:00
Mike Hommey ffcff8cdcf Bug 1651680 - Support --enable-strip/--enable-install-strip on mingw. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D86649
2020-08-11 02:53:34 +00:00
Mike Hommey c9ae9101aa Bug 1651680 - Replace PKG_SKIP_STRIP with PKG_STRIP. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D86648
2020-08-11 02:44:17 +00:00
Razvan Maries 23ffaf1a19 Backed out changeset 56973e24eb3d (bug 1657771) for build bustages. CLOSED TREE 2020-08-11 07:23:46 +03:00
Matt Woodrow 1808e4e837 Bug 1657771 - Implement scaling and flipping for SwCompositor. r=lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D86500
2020-08-11 03:58:53 +00:00
Gerald Squelart 9aec647e21 Bug 1658230 - Renamed SpliceableChunkedJSONWriter::WriteFunc to ChunkedWriteFunc - r=gregtatum
SpliceableChunkedJSONWriter::WriteFunc was hiding base-class non-virtual JSONWriter::WriteFunc(), which made it less than ideal (for me) to reason with.

Also made a few subclasses final, to help with possible devirtualization.

Differential Revision: https://phabricator.services.mozilla.com/D86505
2020-08-11 03:51:33 +00:00
Gerald Squelart cc6cde66ad Bug 1658230 - Deduplicate ProfileJSONWriter classes - r=gregtatum
The main change is removing ProfileJSONWriter.cpp, making ProfileJSONWriter.h point at BaseProfileJSONWriter.h, and exposing `mozilla::baseprofiler::` classes in the top namespace as expected by users of ProfileJSONWriter.h (to minimize changes).

These two headers are now always present in the "mozilla" include directory, independent of MOZ_GECKO_PROFILER settings.

The rest is just needed tweaks to match the above changes.

Differential Revision: https://phabricator.services.mozilla.com/D86504
2020-08-11 03:50:54 +00:00
Gerald Squelart 11bd8d8e4a Bug 1658230 - Make BaseProfileJSONWriter.h header-only - r=gregtatum
Because this header will be used across libraries (mozglue and xul), it is simpler and more efficient to make it fully self-contained instead of using MFBT_API.

It may lead to slightly longer build times, but since it's only used inside the profilers, it won't impact other components.
The compiler can better optimize it in context, and decide what to inline.

Differential Revision: https://phabricator.services.mozilla.com/D86503
2020-08-11 03:49:00 +00:00
Nathan Froyd 7951ffdf2e Bug 1658375 - define platform macros for arm64 macOS in the profiler; r=mstange
This change doesn't resolve some of the issues in profiler code that have
x86-64-isms in them, but this is at least a start.

Differential Revision: https://phabricator.services.mozilla.com/D86595
2020-08-10 22:02:27 +00:00
julianwels 0cbb1af83b Bug 1651197: Added Learn More link to HTTPS-Only Mode error page. r=ckerschb,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D86593
2020-08-11 14:09:59 +00:00
John Lin 9550d9ab87 Bug 1638452 - don't hold lock while waiting player thread. r=snorp,geckoview-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D86658
2020-08-11 13:54:33 +00:00
Christoph Kerschbaumer f372af4995 Bug 1658244: Allow view-background-image to open a data: URI by setting a flag on the loadinfo r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D86592
2020-08-11 13:41:54 +00:00
Mike Conley 5b14269be5 Bug 1657484 - Change default location of the WebRTC global sharing indicator. r=pbz
Per UX, the new default location for the indicator upon opening is the the top
of the content viewport of the most recently used browser window.

Differential Revision: https://phabricator.services.mozilla.com/D86080
2020-08-11 10:03:07 +00:00
Moritz Birghan ca3a2d02cd Bug 1649472 - Add telemetry for PHA in TLS 1.3 r=jcj,keeler
Differential Revision: https://phabricator.services.mozilla.com/D81715
2020-08-11 11:56:07 +00:00
André Bargull a45fe8b3b9 Bug 1657820 - Part 12: Optimise Atomics.isLockFree in CacheIR and Warp. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D86310
2020-08-11 11:22:06 +00:00
André Bargull 16d6b2abe2 Bug 1657820 - Part 11: Move isLockFree into the MacroAssembler. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D86309
2020-08-11 06:55:15 +00:00
André Bargull e71bccf63f Bug 1657820 - Part 10: Optimise Atomics.store in CacheIR and Warp. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D86308
2020-08-11 07:01:02 +00:00
André Bargull c9e2a15588 Bug 1657820 - Part 9: Optimise Atomics.load in CacheIR and Warp. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D86307
2020-08-11 06:53:48 +00:00
André Bargull 679be27288 Bug 1657820 - Part 8: Optimise Atomics.xor in CacheIR and Warp. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D86306
2020-08-11 06:51:53 +00:00
André Bargull f305eca878 Bug 1657820 - Part 7: Optimise Atomics.or in CacheIR and Warp. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D86304
2020-08-11 06:50:14 +00:00
André Bargull 42caef15cf Bug 1657820 - Part 6: Optimise Atomics.and in CacheIR and Warp. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D86303
2020-08-11 06:48:35 +00:00
André Bargull 36d1746553 Bug 1657820 - Part 5: Optimise Atomics.sub in CacheIR and Warp. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D86302
2020-08-11 06:47:42 +00:00
André Bargull 2e53b617c0 Bug 1657820 - Part 4: Optimise Atomics.add in CacheIR and Warp. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D86301
2020-08-11 06:45:17 +00:00
André Bargull 7dbb7c6eae Bug 1657820 - Part 3: Optimise Atomics.exchange in CacheIR and Warp. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D86300
2020-08-11 06:43:40 +00:00
André Bargull f47ccee416 Bug 1657820 - Part 2: Optimise Atomics.compareExchange in CacheIR and Warp. r=jandem
Uint32 isn't yet supported, because it may return a Double, which is difficult
to represent in CacheIR. Bug 1077305 proposes to unconditionally use Double
for Uint32 Atomics, which will make this easier to implement in CacheIR.

Differential Revision: https://phabricator.services.mozilla.com/D86299
2020-08-11 06:41:46 +00:00
André Bargull e8c9163853 Bug 1657820 - Part 1: Add support for ArgumentKind::Arg3. r=jandem
The next patch requires to have support for four arguments.

Differential Revision: https://phabricator.services.mozilla.com/D86298
2020-08-11 06:40:06 +00:00
Miko Mynttinen 3c0a965bd5 Bug 1658113 - Set the surface format based on YCbCrDescriptor color depth r=jya
Differential Revision: https://phabricator.services.mozilla.com/D86600
2020-08-11 01:13:30 +00:00