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

596967 Коммитов

Автор SHA1 Сообщение Дата
Emilio Cobos Álvarez aa2cf73671 Bug 1451256: Remove extends from toolbarpaletteitem. r=dao
Right now it uses extends="xul:button" so that the element it wraps doesn't get
mouse events. There's a way to do that with CSS, using pointer-events: none on
the child.

MozReview-Commit-ID: GKLG62HDD7l
2018-05-22 22:00:05 +02:00
Emilio Cobos Álvarez f47a8a463b Bug 1451256: Make toolbarpaletteitem always use box layout. r=dholbert
It doesn't really need the button magic.

MozReview-Commit-ID: 390aozlyYZa
2018-05-22 21:55:01 +02:00
Tom Schuster aa449e9953 Bug 1453916 - Fix eslint errors. r=me on CLOSED TREE 2018-05-22 20:53:03 +02:00
Tom Schuster c25af90ac1 Bug 1453916 - Fix bustage. r=me on CLOSED TREE
--HG--
extra : rebase_source : 6c823c29c324ef297ff0f28bdde9b40d3a8d7a36
2018-05-22 20:46:01 +02:00
Paolo Amadini 5a8b4a90e8 Bug 1459556 - Part 2 - Remove the "handler" binding. r=bgrins
MozReview-Commit-ID: GOUOKuoR1rs

--HG--
extra : rebase_source : aefa4e36842278d00de678e357f5a03b7c5c901d
extra : amend_source : d8e60b7cd5b52d03765dd3f2a235bebce6b4515e
2018-05-22 18:39:28 +01:00
Paolo Amadini 638e666e32 Bug 1459556 - Part 1 - Remove the implementation from the "handler" binding. r=jaws
MozReview-Commit-ID: IN1C5NC9Rzb

--HG--
extra : rebase_source : 776e8d830ba2f5f37a039889705906e4d9a27096
extra : source : f7b1991ca700088428baf65f38ca8eff3135f8c5
2018-05-16 11:45:19 +01:00
menantea 9f78fa285f Bug 1462566: Add signal handling registers for powerpc; r=bbouvier
--HG--
extra : rebase_source : 9391d18771a43d7237c872357cf2b95b7b3710e0
extra : histedit_source : 89e8c06a54c198f49e42863eb7b5b1816a05a9eb
2018-05-22 16:15:45 +02:00
Benjamin Bouvier 46d3c43952 Bug 1463378: Guard against sentinel values when creating AstRef; r=luke
--HG--
extra : rebase_source : 0320838569a167f56d914b830c66d2c1ee8e33d0
extra : histedit_source : ae4bb293d83b2e2e69889a02d23160fec3352f4f
2018-05-22 14:52:20 +02:00
Benjamin Bouvier 065969e147 Bug 1462333: Block testing function selectforgc when wasm gc is enabled; r=jonco
--HG--
extra : rebase_source : b2234eaca18e9609c8ea0703e095166980b25463
2018-05-21 17:19:57 +02:00
Benjamin Bouvier 363bec3f25 Bug 1462333: Disable VerifyPrebarriers when wasm gc is enabled; r=jonco
--HG--
extra : rebase_source : a52a7537569968873a8123e54484eda303d6f7df
2018-05-21 16:20:13 +02:00
Benjamin Bouvier fd29fc55ad Bug 1462335: Prevents calling into Debugger.memory.takeCensus when wasm gc is enabled; r=jonco
--HG--
extra : rebase_source : af483f4184bec3e5469f10d7de55c254a85b7d62
2018-05-21 16:10:12 +02:00
Tom Schuster 937d9326cd Bug 1453916 - Allow canvas extraction from webextension content-script even with resistFingerprinting turned on. r=kmag,bz
--HG--
extra : rebase_source : d67c589e8819407bb5acc4378d029288dd9295be
2018-05-14 20:49:32 +02:00
Gurzau Raul 98fa42844c Backed out 3 changesets (bug 1459279) for failures on stub-generators/browser_webconsole_check_stubs_console_api.js on a CLOSED TREE
Backed out changeset 318ae5b0ec8b (bug 1459279)
Backed out changeset 11740609e1db (bug 1459279)
Backed out changeset 545a2ee68554 (bug 1459279)
2018-05-22 20:55:28 +03:00
Paolo Amadini 3af8f2bf35 Bug 1458584 - Remove the scrollbox-base binding and instead import the scrollbox.css file in components.css. r=bgrins
MozReview-Commit-ID: 3n1kZN7vCIv

--HG--
extra : source : 13ae2716c71ea86cbc2574f6615a5d7b5c629a5f
extra : intermediate-source : cab63cfb8598dbf07f938ea5a9e6a9b8bed9f225
2018-05-21 14:01:23 +01:00
Paolo Amadini 3e7ad96d9f Bug 1450816 - Combine the "toolbarpaletteitem" bindings in the "browser" folder. r=Gijs
MozReview-Commit-ID: BW4kDvP13Tj

--HG--
extra : rebase_source : f73916fb41b13c58701be7729f241a9d985ab371
2018-05-22 14:04:45 +01:00
Brian Grinstead b8c93b4715 Bug 1459279 - Stub generated for Console.countReset, r=me CLOSED TREE 2018-05-21 13:08:33 -07:00
Andrea Marchesini 5cc80bc69f Bug 1453971 - ReleasingTimerHolder::Create should use a timer to avoid nsIAsyncShutdownBlocker (implemented in JS) to run during stable state, r=smaug 2018-05-22 17:50:25 +02:00
Andrew Osmond 1f74824f6b Bug 1451297. r=nical 2018-05-22 11:25:49 -04:00
Emilio Cobos Álvarez 2698440ab3 Bug 1463396: Remove unused nsStyleUtil::AppendSerializedFontSrc. r=xidorn
MozReview-Commit-ID: FG6SMUQAj89
2018-05-22 17:24:44 +02:00
Jonathan Kew 57de0bfa9d Bug 1463020 followup, mark test as failing on Android due to lack of font support. r=me 2018-05-22 15:56:33 +01:00
Gabriel Luong d5a3e46732 Bug 1463223 - Check if the autocomplete popup is initialized before performing any action in the rule view. r=pbro 2018-05-22 10:35:10 -04:00
Gabriel Luong a380a7dd1b Bug 1348643 - The size of the grid line numbers should be consistent across display zoom. r=pbro 2018-05-22 10:34:34 -04:00
James Graham 4011382817 Bug 1463185 - Update expectation data for SVG test on Windows, a=testonly ON A CLOSED TREE
MozReview-Commit-ID: Ca8FEANxnZ2
2018-05-22 15:23:04 +01:00
Andrea Marchesini 675f1d376c Bug 1459279 - counterDoesntExist should not use an apostrophe, r=me CLOSED TREE 2018-05-22 16:04:32 +02:00
Yura Zenevich 0cff8610fb Bug 1461912 - do not clear accessible actors cache when document becomes non-busy. r=pbro
MozReview-Commit-ID: 9DwTcF3w4Eo
2018-05-22 09:49:58 -04:00
Narcis Beleuzu 80c6e7885e Bug 1373127 - Disable browser_dbg_variables-view-popup-09.js on OS-X and Linux64 for frequent failures. r=jmaher
--HG--
extra : rebase_source : c7fa7bb1c4760b6bd2cf2a9729eec3208642a33e
2018-05-22 16:34:30 +03:00
Jan de Mooij 70cdb7fef8 Bug 1461938 part 15 - Move lastAnimationTime from JSCompartment to JS::Realm. r=jonco 2018-05-22 15:03:55 +02:00
Jan de Mooij 9e41173598 Bug 1461938 part 14 - Move warnedAboutStringGenericsMethods and firedOnNewGlobalObject from JSCompartment to JS::Realm. r=anba 2018-05-22 15:03:24 +02:00
Jan de Mooij 1da2a378bb Bug 1461938 part 13 - Move dtoaCache and newProxyCache from JSCompartment to JS::Realm. r=anba 2018-05-22 15:02:37 +02:00
Jan de Mooij b4bf5c547f Bug 1461938 part 12 - Move script maps from JSCompartment to JS::Realm. r=luke 2018-05-22 15:02:01 +02:00
Jan de Mooij 59c2b6722c Bug 1461938 part 11 - Move RealmStats from JSCompartment to JS::Realm. r=luke 2018-05-22 15:01:24 +02:00
Jan de Mooij dfa989c141 Bug 1461938 part 10 - Move {maps,sets}WithNurseryMemory from JSCompartment to Nursery. r=jonco 2018-05-22 15:00:53 +02:00
Jan de Mooij 578ee6fdf0 Bug 1461938 part 9 - Turn wasm::Compartment into wasm::Realm. r=luke
--HG--
rename : js/src/wasm/WasmCompartment.cpp => js/src/wasm/WasmRealm.cpp
rename : js/src/wasm/WasmCompartment.h => js/src/wasm/WasmRealm.h
2018-05-22 15:00:18 +02:00
Jan de Mooij 9932d946dd Bug 1461938 part 8 - Move some more fields from JSCompartment to JS::Realm. r=luke 2018-05-22 14:59:48 +02:00
Jonathan Kew 8d48a49b06 Bug 1463020 - Reftests for combination of letter-spacing and text-transform with supplementary-plane characters. r=m_kato 2018-05-22 13:47:30 +01:00
Jonathan Kew 149819a764 Bug 1463020 - Don't allow letter-spacing or cursor placement within a merged group of glyph records in a transformed textrun. r=m_kato 2018-05-22 13:46:54 +01:00
Narcis Beleuzu 3fae2ab3f2 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-05-22 14:24:39 +03:00
James Graham bee804cbb2 Bug 1463185 - Update console-counting-label-conversion.any.js metadata for test fixes, a=testonly ON A CLOSED TREE
MozReview-Commit-ID: GKjn6pprRG3
2018-05-22 12:03:19 +01:00
James Graham eb51d734a8 Bug 1461905 - Disable cookie test for instability on linux debug + non-e10s, a=testonly
MozReview-Commit-ID: 5cC0lQfrIbP
2018-05-22 11:51:28 +01:00
Narcis Beleuzu 7bfb685bb2 Merge inbound to mozilla-central. a=merge 2018-05-22 12:49:47 +03:00
Narcis Beleuzu 1189a24fdb Merge autoland to mozilla-central. a=merge 2018-05-22 12:46:15 +03:00
moz-wptsync-bot 54fae0e02d Bug 1463185 - [wpt-sync] Update web-platform-tests to aa091291c045c0c53706d8541290e496fd8f4dd8, a=testonly
wpt-head: aa091291c045c0c53706d8541290e496fd8f4dd8
wpt-type: landing
2018-05-22 09:40:50 +00:00
moz-wptsync-bot d586583b59 Bug 1463077 [wpt PR 11091] - Update wpt metadata, a=testonly
wpt-pr: 11091
wpt-type: metadata
2018-05-22 09:40:50 +00:00
Philip Jägenstedt a36f08a307 Bug 1463077 [wpt PR 11091] - Wait until window load before calling window.stop() in XHR test, a=testonly
Automatic update from web-platform-testsWait until window load before calling window.stop() in XHR test (#11091)

https://wpt.fyi/xhr/abort-after-stop.htm is broken in 3/4 browsers and
it appears this is because calling window.stop() causes the window
load event to never be fired, and testharness.js depends on that.

There is no harness timeout in Edge, because Edge fires the load
event. Tested with https://jsbin.com/tufepag/edit?js,console and filed
https://github.com/w3c/web-platform-tests/issues/11090 for the lack of
tests for this.
--

wpt-commits: aa091291c045c0c53706d8541290e496fd8f4dd8
wpt-pr: 11091
2018-05-22 09:40:49 +00:00
moz-wptsync-bot 3f316eefca Bug 1462730 [wpt PR 11076] - Update wpt metadata, a=testonly
wpt-pr: 11076
wpt-type: metadata
2018-05-22 09:40:49 +00:00
Luke Bjerring af7d318285 Bug 1462730 [wpt PR 11076] - Use add_dependency_idls in gamepad idlharness test, a=testonly
Automatic update from web-platform-testsUse add_dependency_idls in gamepad idlharness test (#11076)

--

wpt-commits: 4ada87041a44a0fa0666a43ed4a087bd8d45aa74
wpt-pr: 11076
2018-05-22 09:40:48 +00:00
Emilio Cobos Álvarez 65cd951781 Bug 1463004 [wpt PR 11083] - [cssom] Make a test assertion not show the number of CSS properties if it fails., a=testonly
Automatic update from web-platform-testsMerge pull request #11083 from w3c/emilio-patch-1

[cssom] Make a test assertion not show the number of CSS properties if it fails.
--

wpt-commits: f7b5bce8110e0599c0fb22e47b816106877e36b6
wpt-pr: 11083
2018-05-22 09:40:47 +00:00
Simon Pieters 44f6e08fee Bug 1462559 [wpt PR 11063] - Add x-frame-options/OWNERS, a=testonly
Automatic update from web-platform-testsAdd x-frame-options/OWNERS

--

wpt-commits: e248034f3c5501329754148911f8871b8ca99a42
wpt-pr: 11063
2018-05-22 09:40:47 +00:00
Eric Willigers 18ba71195e Bug 1463041 [wpt PR 11020] - CSS: Update WPT :matches for intersection behavior, a=testonly
Automatic update from web-platform-testsCSS: Update WPT :matches for intersection behavior

".a+:matches(.c>.e)" requires the intersection of ".a+*" and ".c>.e",
not ".a+.c>.e".

WebKit passes the test, Blink's current implementation does not.

BUG=842157

Change-Id: I51566255006199c511b1d235232c0d9bef40035a
Reviewed-on: https://chromium-review.googlesource.com/1059982
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#560228}

--

wpt-commits: 19c90d8409b1c9b7d35e3fe012ff5c31fd750d58
wpt-pr: 11020
2018-05-22 09:40:46 +00:00
moz-wptsync-bot 6b5053168d Bug 1462030 [wpt PR 11033] - Update wpt metadata, a=testonly
wpt-pr: 11033
wpt-type: metadata
2018-05-22 09:40:45 +00:00