Commit Graph

674629 Commits

Author SHA1 Message Date
Julian Descottes
3ee99df695 Bug 1586819 - Add DevTools command button to show the currently enabled devtools-fission prefs r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D48367

--HG--
extra : moz-landing-system : lando
2019-10-10 13:00:03 +00:00
Chris H-C
366d97eb43 Bug 1579522 - Don't trigger a "modules" ping in the first session r=janerik,aklotz
Unless the interval is set to 0. We use that in testing, and should let the
initial timer fire happen in that case.

Differential Revision: https://phabricator.services.mozilla.com/D46293

--HG--
extra : moz-landing-system : lando
2019-10-10 13:45:30 +00:00
Chris H-C
0037974a9f Bug 1579522 - Allow skipping first update timer interval r=kmag
The UpdateTimerManager has an undocumented behaviour for firing its listeners
very soon after first registration (about 10min into the first session).

Let's document that behaviour, and make it optional.

Differential Revision: https://phabricator.services.mozilla.com/D46292

--HG--
extra : moz-landing-system : lando
2019-10-09 20:18:55 +00:00
Harry Twyford
0733410a0c Bug 1583535 - The Megabar should not expand when auto-focused after a panel is closed. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D48114

--HG--
extra : moz-landing-system : lando
2019-10-10 13:51:26 +00:00
Coroiu Cristina
a566f56c8b Backed out changeset 0274289bd7b8 (bug 1587633) for build bustage on a CLOSED TREE
--HG--
rename : toolkit/components/extensions/test/xpcshell/data/file_csp.html => toolkit/components/extensions/test/mochitest/file_csp.html
rename : toolkit/components/extensions/test/xpcshell/data/file_csp.html^headers^ => toolkit/components/extensions/test/mochitest/file_csp.html^headers^
2019-10-10 16:47:09 +03:00
Marco Vega
6cecf45003 Bug 1587200 - Allow Escape key to close autocomplete popup in Style Editor. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D48613

--HG--
extra : moz-landing-system : lando
2019-10-10 06:30:34 +00:00
Marian Raiciof
5cdb1a99dc Bug 1572411 - Investigate JetStream2 perma-fail on Windows 10 AArch64 opt platform r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D47733

--HG--
extra : moz-landing-system : lando
2019-10-10 13:17:50 +00:00
Tomislav Jovanovic
c1ea1e79a3 Bug 1587633 - Move test_web_accessible_resources_csp to an xpcshell test r=robwu
Differential Revision: https://phabricator.services.mozilla.com/D48779

--HG--
rename : toolkit/components/extensions/test/mochitest/file_csp.html => toolkit/components/extensions/test/xpcshell/data/file_csp.html
rename : toolkit/components/extensions/test/mochitest/file_csp.html^headers^ => toolkit/components/extensions/test/xpcshell/data/file_csp.html^headers^
rename : toolkit/components/extensions/test/mochitest/test_ext_web_accessible_resources.html => toolkit/components/extensions/test/xpcshell/test_ext_web_accessible_resources.js
extra : moz-landing-system : lando
2019-10-10 12:59:32 +00:00
Dan Minor
cb833e8387 Bug 1587159 - Fix undefined shift in g722_encode.c; r=ng
Left shifting a negative value results in undefined behaviour. It is safer to
multiply in this case.

Differential Revision: https://phabricator.services.mozilla.com/D48751

--HG--
extra : moz-landing-system : lando
2019-10-09 20:12:28 +00:00
Honza Bambas
aecbce4537 Bug 1586845, r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D48395

--HG--
extra : moz-landing-system : lando
2019-10-09 15:58:18 +00:00
Henrik Skupin
8c0d25331a Bug 1484927 - [marionette] Temporary skip TestBackForwardNavigation.test_data_urls. r=webdriver-reviewers,ato
Maybe this test causes crashes of Firefox in [@ mozilla::ShutdownXPCOM(nsIServiceManager*)].
Due to the low intermittent rate lets get it temporarily disabled for further investigation
by next week.

Differential Revision: https://phabricator.services.mozilla.com/D47233

--HG--
extra : moz-landing-system : lando
2019-10-10 10:32:40 +00:00
Emilio Cobos Álvarez
2dda92f210 Bug 1587468 - Update headers_derive to v0.1.1. r=ato
This is only used by webdriver.

Differential Revision: https://phabricator.services.mozilla.com/D48730

--HG--
extra : moz-landing-system : lando
2019-10-10 10:31:14 +00:00
dennisschagt
67d3f0e9f3 Bug 1553835 - Set GTK window hint to make PIP window floating r=stransky
I believe the GDK_WINDOW_TYPE_HINT_UTILITY [1] makes the most sense,
especially when looking at the description of the related
_NET_WM_WINDOW_TYPE_UTILITY [2].

This works well in i3-wm.

[1] https://developer.gnome.org/gdk3/stable/gdk3-Windows.html#GdkWindowTypeHint
[2] https://specifications.freedesktop.org/wm-spec/wm-spec-1.3.html#idm140130317606816

Differential Revision: https://phabricator.services.mozilla.com/D48771

--HG--
extra : moz-landing-system : lando
2019-10-10 10:00:32 +00:00
Julian Descottes
1a09ebdd96 Bug 1587502 - Do not override the wait global in netmonitor tests r=Honza
Small cleanup of tests overriding a shared helper defined as a global.

Differential Revision: https://phabricator.services.mozilla.com/D48723

--HG--
extra : moz-landing-system : lando
2019-10-10 11:32:07 +00:00
Valentin Gosu
f167db7f11 Bug 1587604 - Check if loadingPrincipal is null before doing cross-origin check r=mayhemer
Differential Revision: https://phabricator.services.mozilla.com/D48821

--HG--
extra : moz-landing-system : lando
2019-10-10 11:20:03 +00:00
Coroiu Cristina
ab9ca2b438 Backed out changeset 98303502c7a8 (bug 1534702) on request by whimboo on a CLOSED TREE
--HG--
extra : amend_source : 76e2a74648d3a0ebac57112326916cfa4ae8843e
2019-10-10 14:03:59 +03:00
Henrik Skupin
05cf7ade0e Bug 1534702 - Release marionette_driver 3.0.0 and marionette_harness 5.0.0. r=webdriver-reviewers,ato
This will be the last public release of both packages on PyPI.
See the announcement from January this year:

https://groups.google.com/forum/#!topic/mozilla.tools.marionette/s6_03Qt2ubc

If both packages are still required by tools, they would have to
be self-built by a checkout of mozilla-central.

Differential Revision: https://phabricator.services.mozilla.com/D48674

--HG--
extra : moz-landing-system : lando
2019-10-10 10:32:02 +00:00
Gerald Squelart
d24177fe2a Bug 1587332 - Encapsulate ActivePS::mProfileBuffer as a ProfileBuffer value - r=canaltinova
Having `mProfileBuffer` be a pointer is not really helpful:
- The pointer is never null (It's allocated on ActivePS construction, and
  implicitly deleted on ActivePS destruction); it's never moved-from.
- It requires an extra `new` and an extra `delete`.

Differential Revision: https://phabricator.services.mozilla.com/D48650

--HG--
extra : moz-landing-system : lando
2019-10-10 10:52:09 +00:00
Gerald Squelart
dff1750481 Bug 1587329 - MOZ_ASSERT(sInstance) in all functions that dereference sInstance - r=canaltinova
Add assertions that all `sInstance` pointers (from both `CorePS` and `ActivePS`)
are not null before being dereferenced.

This is probably more than needed, but it's only `MOZ_ASSERT`s limited to
Nightly, and it should give better feedback in case something goes wrong.

Eventually, I think it would be better to make most methods non-static, and have
a checked reference-to-instance getter.

Differential Revision: https://phabricator.services.mozilla.com/D48649

--HG--
extra : moz-landing-system : lando
2019-10-10 10:51:50 +00:00
Sebastian Streich
dfdd58ed51 Bug 1587448 enable XTCO-nosniff by default r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D48709

--HG--
extra : moz-landing-system : lando
2019-10-09 17:24:33 +00:00
Daniel Varga
bcf3bddec6 Backed out changeset 6294022e7f66 (bug 1586819) for devtools failure at devtools/client/framework/test/browser_toolbox_options_disable_buttons.js. On a CLOSED TREE 2019-10-10 13:18:41 +03:00
Mustafa
b421ef7727 Bug 1582719 - Hide the Waterfall column when left side bar opens. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D48529

--HG--
extra : moz-landing-system : lando
2019-10-10 10:10:15 +00:00
Sam Foster
37d7c73123 Bug 1587416 - Ensure signon.includeOtherSubdomainsInLookup is true when testing subdomain form fill/autocomplete behavior. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D48789

--HG--
extra : moz-landing-system : lando
2019-10-10 10:09:50 +00:00
Emilio Cobos Álvarez
24a26b3b97 Bug 1587368 - Revert ccov bustage workaround now that builds have been updated.
Differential Revision: https://phabricator.services.mozilla.com/D48814

--HG--
extra : moz-landing-system : lando
2019-10-10 09:44:19 +00:00
Emilio Cobos Álvarez
e485303264 Bug 1587661 - Really minor cleanup to the scroll anchoring suppression code. r=dholbert
Should have no behavior change, just moving the code a bit together.

Differential Revision: https://phabricator.services.mozilla.com/D48792

--HG--
extra : moz-landing-system : lando
2019-10-10 07:06:08 +00:00
sotaro
2df9cdb3b4 Bug 1587695 - Fix redundant SwapChain re-creation r=nical
Since Bug 1570879, SwapChain is created with alpha at first, then the SwapChain is typically re-created at first RenderCompositorANGLE::BeginFrame() calle, since non Glass window is common since Windows 10. The re-creation is redundant.

Differential Revision: https://phabricator.services.mozilla.com/D48800

--HG--
extra : moz-landing-system : lando
2019-10-10 08:58:00 +00:00
Julian Descottes
62e5fd78b1 Bug 1586819 - Add DevTools command button to show the currently enabled devtools-fission prefs r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D48367

--HG--
extra : moz-landing-system : lando
2019-10-10 08:15:55 +00:00
Erica Wright
66f7bcab3e Bug 1586882 - Add params to lockwise and proxy links from protection report. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D48582

--HG--
extra : moz-landing-system : lando
2019-10-10 08:06:58 +00:00
Lars T Hansen
40b73e3661 Bug 1586252 - Adapt to spec change for src/dest idx for table.copy/memory.copy. r=rhunt
Because implementations were not in agreement about this and the spec
informally called for src-before-dest, the spec was changed to
correspond to the dynamic and canonical operand order:
dest-before-src.  So we adapt to this.

Differential Revision: https://phabricator.services.mozilla.com/D48176

--HG--
extra : moz-landing-system : lando
2019-10-09 13:44:55 +00:00
Daniel Varga
b285b016fb Backed out changeset 3a52a67311e2 (bug 1580602) to reland with part2 and part3 2019-10-10 10:22:51 +03:00
Chun-Min Chang
8f0d0a884e Bug 1580602 - P1: Implement a blank MediaSession interface. r=bzbarsky
Create dummy implementations for the MediaSession interfaces. The files
are generated by running `./mach webidl-example` with necessary changes
to make it buildable.

The internal implementations are blank in this patch. They will be done
in the following patches.

Due to some spec issues, the final implementations only support some
basic operations like "play" and "pause".

Differential Revision: https://phabricator.services.mozilla.com/D45456

--HG--
extra : moz-landing-system : lando
2019-10-09 21:14:49 +00:00
Alok Nikhil
7b15e6f065 Bug 1586440 - Use BytecodeLocation and BytecodeIterator in js::jit::AnalyzeBytecodeForIon, r=mgaudet
Differential Revision: https://phabricator.services.mozilla.com/D48301

--HG--
extra : moz-landing-system : lando
2019-10-10 00:02:36 +00:00
Gurzau Raul
5542cedd05 Backed out 4 changesets (bug 1102175) for Android reftest failures at font-inflation-1a.html
Backed out changeset 33914610f60f (bug 1102175)
Backed out changeset 004a0cb8af9f (bug 1102175)
Backed out changeset 2ac28b335c3c (bug 1102175)
Backed out changeset 50b041e06f23 (bug 1102175)
2019-10-10 07:40:38 +03:00
chujun
416e3d85d4 Bug 1446153: browser_dbg-outline.js intermittent failure
Based on the failure log, `prefs.alphabetizeOutline` from the previous run seems to intervene the current test run. The patch resets the prefs at the beginning of each test run.

Differential Revision: https://phabricator.services.mozilla.com/D48644

--HG--
extra : moz-landing-system : lando
2019-10-10 00:26:39 +00:00
Jared Wein
7ac7374081 Bug 1584103 - Increase the font-weight of the breach-alert-link to match the spec closer. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D48634

--HG--
extra : moz-landing-system : lando
2019-10-09 20:54:03 +00:00
Jared Wein
0a7318d884 Bug 1583161 - Remove the border from the FxA avatar in about:logins since it was cropping the avatar and looked odd in Dark mode. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D48633

--HG--
extra : moz-landing-system : lando
2019-10-09 20:53:50 +00:00
Jared Wein
53a9f9808e Bug 1584176 - Use a fixed background color for the :hover and :hover:active of the dismiss button since the background-color of the breach alert is fixed. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D48632

--HG--
extra : moz-landing-system : lando
2019-10-09 20:53:35 +00:00
Jared Wein
5814b6ce92 Bug 1579738 - Set the login-item as a title attribute so the full title can be shown as a tooltip if it is elided. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D48629

--HG--
extra : moz-landing-system : lando
2019-10-09 20:52:49 +00:00
Jared Wein
e2d85cd7c6 Bug 1584162 - Add a background-color for hovering the login-list sort select button. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D48628

--HG--
extra : moz-landing-system : lando
2019-10-09 18:15:11 +00:00
Jared Wein
453b8bb999 Bug 1586601 - Allow the login-item to scroll without pushing the login-list below the fold. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D48601

--HG--
extra : moz-landing-system : lando
2019-10-10 00:26:21 +00:00
Timothy Nikkel
6b840f5edf Bug 1308286. Consider sticky frames that are acting like fixed position frames when determining page scroll amount. r=botond
Differential Revision: https://phabricator.services.mozilla.com/D48618

--HG--
extra : moz-landing-system : lando
2019-10-09 23:51:05 +00:00
Marco Castelluccio
8b6902a296 Bug 1473069 - Use stable Rust with RUSTC_BOOTSTRAP for code coverage builds. r=chmanchester
Differential Revision: https://phabricator.services.mozilla.com/D48780

--HG--
extra : moz-landing-system : lando
2019-10-09 22:57:22 +00:00
Micah Tigley
91e94cdcdc Bug 1587636 - Original browser size is not restored when closing RDM r=gl
Differential Revision: https://phabricator.services.mozilla.com/D48790

--HG--
extra : moz-landing-system : lando
2019-10-09 23:19:32 +00:00
John Lin
1bc3a5e9be Bug 1509316 - p4: disable HW codec in WebRTC tests. r=pehrsons,drno
Differential Revision: https://phabricator.services.mozilla.com/D47713

--HG--
extra : moz-landing-system : lando
2019-10-09 23:15:56 +00:00
John Lin
a7677ba80a Bug 1509316 - p3: transfer image ownership when constructing VideoData. r=jya
Differential Revision: https://phabricator.services.mozilla.com/D45773

--HG--
extra : moz-landing-system : lando
2019-10-09 23:08:31 +00:00
John Lin
b61375e934 Bug 1509316 - p2: enable MediaCodec for WebRTC on Android. r=jya
Differential Revision: https://phabricator.services.mozilla.com/D45772

--HG--
extra : moz-landing-system : lando
2019-10-09 23:08:24 +00:00
John Lin
aeb8b64dbe Bug 1509316 - p1: move composite listening out of VideoData/VideoSink. r=jya,mattwoodrow
On Android, decoded buffers need to be send back to MediaCodec in order to be
rendered and/or recycled. The current mechanism introduced in bug 1299068 only
works for playback(VideoData/VideoSink) but not WebRTC(VideoFrame/VideoOutput).
Move the callback to SurfaceTextureImage because VideoData and VideoFrame both
own that when using MediaCodec, and move the notification to VideoFrameContainer
for both VideoSink and VideoOutput pass frames there for compositing.

Differential Revision: https://phabricator.services.mozilla.com/D45771

--HG--
extra : moz-landing-system : lando
2019-10-09 23:08:12 +00:00
Gijs Kruitbosch
300f355942 Bug 1586355 - add support for disambiguated file extensions and missing OS default handlers, r=jaws,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D48568

--HG--
extra : moz-landing-system : lando
2019-10-09 22:49:05 +00:00
Henrik Skupin
553eb4fded Bug 1587364 - [marionette] Use getWebDriverBrowserName() to determine the browserName capability. r=webdriver-reviewers,ato
Differential Revision: https://phabricator.services.mozilla.com/D48676

--HG--
extra : moz-landing-system : lando
2019-10-09 22:46:02 +00:00
Ting-Yu Lin
293bad18f4 Bug 1102175 Part 4 - Add BFC bits to a block if its used writing-mode is different from the parent's. r=jfkthame
Without this patch, the `CHECK_BLOCK_AND_LINE_DIR` soft assertion in
nsFloatManager can be triggered with
wm-propagation-body-dynamic-change-002.html added in Part 3.

Add the test as a crashtest because web-platform reftest doesn't seem to
catch our soft assertions.

Add reftests to verify that BFC bits are added to the child block if the
parent and child has the same block-direction, but different sideways
bit; also, add reftests to ensure that "text-orientation: sideways"
doesn't add BFC bits.

Differential Revision: https://phabricator.services.mozilla.com/D45912

--HG--
extra : moz-landing-system : lando
2019-10-09 22:11:19 +00:00