Kris Maglione
94b0028f08
Bug 1460336: Add telmetry for update RDF usage. r=aswan,chutten data-r=chutten
...
MozReview-Commit-ID: FdLpAKSpYm8
--HG--
extra : rebase_source : c9c83234f7cb2bfb4da3e39bf53099d10d8371f2
2018-05-09 17:20:42 -07:00
Kris Maglione
ed0d691f13
Bug 1461012: Add CC optimizations for PrecompiledScript objects. r=mccr8
...
Tracing the script members held alive by PrecompiledScript objects can be
expensive, especially for large scripts. It would be nice if we could avoid
tracing them when possible.
Most of the time, when PrecompiledScripts are alive, they're held alive by
black roots, and have black JS wrappers. In those cases, there's no chance of
them creating garbage cycles, and we can just mark their script children
black.
MozReview-Commit-ID: KnkJfznJZBx
--HG--
extra : rebase_source : da0da30265c3f752c9aba177bf510937a743e49e
2018-05-11 15:57:31 -07:00
Kris Maglione
f8506d46d0
Bug 1460600: Remove unsupported --enable-system-hunspell flag. r=glandium
...
Our bundled Hunspell now significantly differs from upstream Hunspell. Most
importantly, it supports loading dictionaries from jar: URIs, which is now a
requirement for loading bundled and extension dictionaries. This means that
system Hunspell libraries are no longer compatible with our spell checker
code. We should remove the option to use them so that users don't fall into
the trap of trying to use them.
MozReview-Commit-ID: 2ihJe6YOnGf
--HG--
extra : rebase_source : ceb091b9475a2b101156405a02a60015fc36da17
2018-05-10 10:36:53 -07:00
Jason Laster
d7faefdf92
Bug 1463415 - Update Debugger Frontend v57. r=dwalsh
...
MozReview-Commit-ID: JArKRKwmWjF
2018-05-22 16:55:10 -04:00
Chris AtLee
0081a356eb
Bug 1237182: Remove mozharness purge mixin r=Callek
...
Differential Revision: https://phabricator.services.mozilla.com/D1318
--HG--
extra : rebase_source : faec3ed4b5ab13558652b1a2025457768d5a469b
extra : source : f2bc57494dc9990ce24039651455667f982f2d68
2018-05-11 11:24:31 -04:00
Chris AtLee
e3d628f8c0
Bug 1237182: Remove mozharness blobber mixin r=mtabara
...
--HG--
extra : rebase_source : 3a631d554fdd143aa5e06903c067b1907f40a82f
extra : source : aedcb763d9479b484ec4f5603e0f2c4efd0c9511
2018-05-11 18:16:08 -04:00
Emilio Cobos Álvarez
b8a33cdbac
Bug 1458999: Nullcheck for release, assert elsewhere. r=enn
...
This should allow us to figure out what's killing the window mid-flight, in case
there's something to fix in the chrome JS code.
MozReview-Commit-ID: 1xx1AVdspB2
2018-05-22 22:06:41 +02:00
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