Dorel Luca
f304631202
Backed out changeset 37138554f34a (bug 1557266) for Build bustage in /builds/worker/workspace/build/src/widget/gtk/WindowSurfaceWayland.cpp. CLOSED TREE
2019-06-08 00:31:56 +03:00
Dorel Luca
0c58ec27a3
Backed out changeset 819a428097dc (bug 1557658) for backout conflicts with Bug 1557266. CLOSED TREE
2019-06-08 00:30:30 +03:00
Dorel Luca
0c6758a3a2
Backed out changeset 4a658ccf88a0 (bug 1557271) for Build bustage. CLOSED TREE
2019-06-08 00:11:14 +03:00
Dorel Luca
c735f1864c
Backed out changeset 7bf9069eba43 (bug 1557674) for DevTools failures in devtools/client/storage/test/browser_storage_cookies_tab_navigation.js. CLOSED TREE
2019-06-08 00:10:09 +03:00
Jason Orendorff
f9de42554c
Bug 1555066 - Fix uncaught exceptions in jsreftest test harness when a content process crashes. r=heycam
...
Differential Revision: https://phabricator.services.mozilla.com/D32856
--HG--
extra : moz-landing-system : lando
2019-06-05 13:12:32 +00:00
Michael Kaply
90f8b4ec76
Bug 1553041 - Switch page load mechanism for about policy tests. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D34188
--HG--
rename : browser/components/enterprisepolicies/tests/browser/browser_policy_block_about_addons.js => browser/components/enterprisepolicies/tests/browser/browser_policy_block_about.js
extra : moz-landing-system : lando
2019-06-07 20:48:11 +00:00
Jason Orendorff
3b74c65a7d
Bug 1556136 - Fix misuse of readline() leading to a minor memory leak in the JS shell. r=jwalden
...
Differential Revision: https://phabricator.services.mozilla.com/D33529
--HG--
extra : moz-landing-system : lando
2019-06-07 20:55:18 +00:00
Martin Stransky
fcb02207a1
Bug 1557658 - [Wayland] Don't use developers version of libdrm.so and libgbm.so, r=jhorak
...
Differential Revision: https://phabricator.services.mozilla.com/D34146
--HG--
extra : moz-landing-system : lando
2019-06-07 14:37:54 +00:00
Martin Stransky
0f49145143
Bug 1557271 - [Wayland] Merge nsWaylandDisplayShutdown.h and nsWaylandDisplay.h, r=jhorak
...
Differential Revision: https://phabricator.services.mozilla.com/D33921
--HG--
extra : moz-landing-system : lando
2019-06-07 14:35:45 +00:00
Martin Stransky
5d9ce4b333
Bug 1557266 - [Wayland] Use widget.wayland_dmabuf_backend.enabled preference to enable wayland dmabuf backend, r=jhorak
...
- Add widget.wayland_dmabuf_backend.enabled
- Expose it to Wayland backend by WaylandDisplay object
- Add more logging to Wayland DMABuf backend
Differential Revision: https://phabricator.services.mozilla.com/D33919
--HG--
extra : moz-landing-system : lando
2019-06-07 14:34:25 +00:00
Martin Stransky
355ef12f87
Bug 1555899 - [Wayland] Don't wait to fullscreen update as it can block forever, r=jhorak"
...
- Don't block all drawing until whole screen was painted, clear the screen and
allow partial drawing instead.
- Detect window resize and allow partial drawing directly to wayland buffer in this case.
- Remove backbuffer copy - wait to buffer release instead.
Depends on D33910
Differential Revision: https://phabricator.services.mozilla.com/D33911
--HG--
extra : moz-landing-system : lando
2019-06-07 14:28:31 +00:00
Martin Stransky
6b29386225
Bug 1555899 - [Wayland] Added more wayland logging, r=jhorak
...
Differential Revision: https://phabricator.services.mozilla.com/D33910
--HG--
extra : moz-landing-system : lando
2019-06-06 09:38:28 +00:00
Alvina Waseem
e40d11acc6
Bug 1533575 - Simplified GeckoSession.MediaSource.Source constants. r=droeh,geckoview-reviewers,snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D34010
--HG--
extra : moz-landing-system : lando
2019-06-07 18:33:34 +00:00
Jason Orendorff
21f38f93d1
Bug 1547561 - Part 3: Additional CheckParseTree pass, enabled in debug builds only. r=khyperia
...
This is an experiment. We'll see if the fuzzers find anything. If nothing else,
it's good to have the invariants of the ParseNode data structure documented in
code, as assertions, separate from the parser and emitter code.
We can add more checks to this as we go. It may not be fast enough to leave on
in release builds, even in Nightly, and I don't want to push my luck. So
DEBUG-only for now.
Differential Revision: https://phabricator.services.mozilla.com/D32245
--HG--
extra : moz-landing-system : lando
2019-06-07 20:34:05 +00:00
Jason Orendorff
8f75190842
Bug 1547561 - Part 2: Check parse node kinds even in some release builds. r=khyperia
...
Differential Revision: https://phabricator.services.mozilla.com/D32244
--HG--
extra : moz-landing-system : lando
2019-06-07 20:33:44 +00:00
Jason Orendorff
550b936381
Bug 1547561 - Part 1: Change integer values used by ParseNodeKind, for extra assertiness. r=khyperia
...
Differential Revision: https://phabricator.services.mozilla.com/D32243
--HG--
extra : moz-landing-system : lando
2019-06-07 20:33:26 +00:00
Andrew McCreight
391865dfe8
Bug 1557141 - IsRemoteObjectProxy shouldn't be static top level functions. r=bzbarsky
...
This will create copies of the function in each translation unit.
Differential Revision: https://phabricator.services.mozilla.com/D34233
--HG--
extra : moz-landing-system : lando
2019-06-07 20:27:40 +00:00
Boris Zbarsky
877c6cfe77
Bug 1557794. Stop using [array] in nsIGfxInfo. r=jrmuizel
...
Differential Revision: https://phabricator.services.mozilla.com/D34210
--HG--
extra : moz-landing-system : lando
2019-06-07 20:13:56 +00:00
Jeff Gilbert
581338764d
Bug 1557577 - Remove GLContext::fDrawRangeElements. r=lsalzman
...
Differential Revision: https://phabricator.services.mozilla.com/D34104
--HG--
extra : moz-landing-system : lando
2019-06-07 10:20:19 +00:00
Tim Nguyen
4bc7c29815
Bug 1557674 - Replace XUL textbox usages with HTML inputs in storage inspector. r=bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D34190
--HG--
extra : moz-landing-system : lando
2019-06-07 19:36:00 +00:00
Tim Nguyen
f35c2594d6
Bug 1557814 - Replace XUL textbox with HTML input in identityPanel.inc.xul. r=bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D34223
--HG--
extra : moz-landing-system : lando
2019-06-07 19:15:19 +00:00
Jeff Gilbert
6f562836cc
Bug 1557561 - EXT_float_blend is core in ES3.2. r=lsalzman
...
Differential Revision: https://phabricator.services.mozilla.com/D34095
--HG--
extra : moz-landing-system : lando
2019-06-07 10:20:41 +00:00
Brian Grinstead
a459856b6e
Bug 1557812 - Fix test that expects getAttribute to return "" instead of null on documentElement without the attribute r=dao
...
This is a difference between HTML and XUL elements. Updating the test to use hasAttribute instead.
Differential Revision: https://phabricator.services.mozilla.com/D34020
--HG--
extra : moz-landing-system : lando
2019-06-07 18:58:59 +00:00
Robert Strong
c7a0567fb7
Bug 1557642 - Add Update Directory with the ability to open the directory to about:support. r=bytesized,flod,fluent-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D34120
--HG--
extra : moz-landing-system : lando
2019-06-07 17:01:56 +00:00
Sebastian Hengst
0d6b93005b
Backed out changeset 0635eeb2fad4 (bug 1529023) for bustage in ChromeUtils.cpp. CLOSED TREE
2019-06-07 19:09:41 +02:00
Bruce Mitchener
48c8560298
Bug 1557721 - Use unwrap_or_default where possible. r=kvark
...
[wrupdater] From https://github.com/servo/webrender/pull/3667
Depends on D34166
Differential Revision: https://phabricator.services.mozilla.com/D34167
--HG--
extra : moz-landing-system : lando
2019-06-07 16:19:22 +00:00
Bruce Mitchener
a0f2c26bd2
Bug 1557721 - Remove redundant closure. r=kvark
...
[wrupdater] From https://github.com/servo/webrender/pull/3667
Depends on D34165
Differential Revision: https://phabricator.services.mozilla.com/D34166
--HG--
extra : moz-landing-system : lando
2019-06-07 16:19:14 +00:00
Bruce Mitchener
bba33e0309
Bug 1557721 - Simplify boolean expression. r=kvark
...
[wrupdater] From https://github.com/servo/webrender/pull/3667
Depends on D34164
Differential Revision: https://phabricator.services.mozilla.com/D34165
--HG--
extra : moz-landing-system : lando
2019-06-07 16:18:25 +00:00
Bruce Mitchener
c41980d970
Bug 1557721 - Use or_insert_with where possible. r=kvark
...
[wrupdater] From https://github.com/servo/webrender/pull/3667
Depends on D34162
Differential Revision: https://phabricator.services.mozilla.com/D34164
--HG--
extra : moz-landing-system : lando
2019-06-07 16:17:52 +00:00
Bruce Mitchener
8449544a47
Bug 1557721 - Remove redundant field names. r=kvark
...
[wrupdater] From https://github.com/servo/webrender/pull/3667
Depends on D34161
Differential Revision: https://phabricator.services.mozilla.com/D34162
--HG--
extra : moz-landing-system : lando
2019-06-07 16:17:29 +00:00
Bruce Mitchener
8e8893bb16
Bug 1557721 - Use unwrap_or_else where possible. r=kvark
...
[wrupdater] From https://github.com/servo/webrender/pull/3667
Depends on D34160
Differential Revision: https://phabricator.services.mozilla.com/D34161
--HG--
extra : moz-landing-system : lando
2019-06-07 16:17:07 +00:00
Bruce Mitchener
ef4c1180af
Bug 1557721 - Remove identical conversion. r=kvark
...
[wrupdater] From https://github.com/servo/webrender/pull/3667
Depends on D34159
Differential Revision: https://phabricator.services.mozilla.com/D34160
--HG--
extra : moz-landing-system : lando
2019-06-07 16:16:12 +00:00
Bruce Mitchener
5083295c77
Bug 1557721 - Remove unneeded return statement. r=kvark
...
[wrupdater] From https://github.com/servo/webrender/pull/3667
Differential Revision: https://phabricator.services.mozilla.com/D34159
--HG--
extra : moz-landing-system : lando
2019-06-07 16:15:55 +00:00
Tarek Ziadé
2f870d3a3e
Bug 1529023 - Enable threads on macOS for GetProcInfo r=jld,mstange
...
To run task_for_pid() on child processes, we need the child task port for
security reasons. This port can be obtained via a Mach IPC exchange.
This is what GeckoChildProcessHost::GetChildTask() provides, so we use it
in cocoa's version of GetProcInfo()
Differential Revision: https://phabricator.services.mozilla.com/D25927
--HG--
extra : moz-landing-system : lando
2019-06-07 07:48:37 +00:00
Rob Lemley
853c7ef35a
Bug 1557764 - comm-checkout should be under gecko-checkout. r=dustin
...
This changes the --comm-checkout parameter to the run-task command
to make sure c-c is checked out into a subdirectory of m-c.
Differential Revision: https://phabricator.services.mozilla.com/D34182
--HG--
extra : moz-landing-system : lando
2019-06-07 16:22:05 +00:00
Daniel Varga
ecf3a4733e
Backed out changeset e7c35e215255 (bug 1557717) for browser-chrome failure in browser_connection_bug1557717.js. On a CLOSED TREE
2019-06-07 19:44:03 +03:00
Daniel Varga
851bd2386e
Merge mozilla-central to autoland. on a CLOSED TREE
2019-06-07 19:24:42 +03:00
Daniel Varga
108b3fc423
Merge mozilla-inbound to mozilla-central. a=merge
2019-06-07 19:19:50 +03:00
Noemi Erli
ea35f4b13b
Backed out 6 changesets (bug 1505909) for failures in browser_ext_webNavigation_onCreatedNavigationTarget_contextmenu.js CLOSED TREE
...
Backed out changeset 57336967a6c7 (bug 1505909)
Backed out changeset 8adcacadd689 (bug 1505909)
Backed out changeset bcca6bb913ef (bug 1505909)
Backed out changeset afc11a5ebb6d (bug 1505909)
Backed out changeset 40f0a56ed3af (bug 1505909)
Backed out changeset 3e31f9726798 (bug 1505909)
2019-06-07 19:19:14 +03:00
Mihai Alexandru Michis
ea44e068e2
Backed out changeset e2af0f70828c (bug 1551612) for causing bc failures in webconsole.properties CLOSED TREE
2019-06-07 19:03:05 +03:00
Emilio Cobos Álvarez
6f92f3a856
Bug 1557212 - Update a computed value test now that we don't loose -webkit-ness when computing style. r=dholbert
...
-webkit-radial gradients were serialized without prefix in the computed value,
we were losing the distinction here:
https://searchfox.org/mozilla-central/rev/153172de0c5bfca31ef861bd8fc0995f44cada6a/servo/components/style/gecko/conversions.rs#291
Tweak the subtest since Blink / WebKit don't remove the prefix.
Differential Revision: https://phabricator.services.mozilla.com/D34097
--HG--
extra : moz-landing-system : lando
2019-06-07 15:55:56 +00:00
Emilio Cobos Álvarez
67c30d05d2
Bug 1557212 - Use cbindgen for gradients. r=jwatt
...
Differential Revision: https://phabricator.services.mozilla.com/D33901
--HG--
extra : moz-landing-system : lando
2019-06-07 14:13:17 +00:00
Alexander Surkov
142ff314ab
Bug 1534404 - Fold searchbar-textbox with searchbar CE r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D34094
--HG--
extra : moz-landing-system : lando
2019-06-07 15:44:15 +00:00
Jan Varga
e3f0977fd5
Bug 1540401 - Backout Part 1: Convert MOZ_DIAGNOSTIC_ASSERT back to MOZ_ASSERT since bug 1541972 hasn't been fixed yet; r=asuth
2019-06-07 15:11:56 +02:00
Christoph Kerschbaumer
60c8666a31
Bug 1555050: Write test for large-allocation. r=bzbarsky
...
Differential Revision: https://phabricator.services.mozilla.com/D33611
--HG--
extra : moz-landing-system : lando
2019-06-07 11:07:28 +00:00
Christoph Kerschbaumer
242bf62249
Bug 1555050: Always (if non null) set any CSP as cspToInherit on the loadinfo of new document load. Update documentation for GetCSP, GetPreloadCSP() and GetCSPToInherit and update two callsites which called GetCSP instead of GetCSPToInherit. r=bzbarsky
...
Differential Revision: https://phabricator.services.mozilla.com/D33499
--HG--
extra : moz-landing-system : lando
2019-06-06 20:19:56 +00:00
Luca Greco
3997970a6d
Bug 1552799 - Hide report action on system and builtin addons. r=mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D32625
--HG--
extra : moz-landing-system : lando
2019-06-07 08:55:48 +00:00
Henri Sivonen
37bd3aa18a
Bug 1557278 - Avoid implicit conversion to Unicode when rewriting log lines. r=ahal
...
Differential Revision: https://phabricator.services.mozilla.com/D33942
--HG--
extra : moz-landing-system : lando
2019-06-06 16:46:40 +00:00
Andrea Marchesini
045158e1f4
Bug 1556145 - Remove a spammy warning in CanvasUtils.cpp, r=jkt
...
Differential Revision: https://phabricator.services.mozilla.com/D33752
--HG--
extra : moz-landing-system : lando
2019-06-07 10:35:42 +00:00
Tom Ritter
0cf4318471
Bug 1557073 - Disable the Mozilla Web Content Process r=nika
...
We need to complete additional process switching infrastructure for
this to be safe.
Differential Revision: https://phabricator.services.mozilla.com/D33810
--HG--
extra : moz-landing-system : lando
2019-06-05 17:00:04 +00:00