Nicolas B. Pierron
be19d8d845
Bug 1264948 - IonBuilder::init, reserve ballast space after freezing type sets. r=h4writer
2016-06-20 13:54:08 +00:00
Nicolas B. Pierron
337dd37eb6
Bug 1264948 - Disable infallible allocator assertion for iregexp. r=bhackett
2016-06-20 13:54:08 +00:00
Nicolas B. Pierron
e3cd2306b8
Bug 1264948 part 1 - Register if the LifoAlloc is supposed to be infallible or not. r=jonco,h4writer
...
This patch adds a new flag to the LifoAlloc structure, which would be used to
assert when we attempt to allocate a new chunk for the LifoAlloc. This ensure
that we assert (in debug builds) if we attempt to allocate beyong the reserved
space of the ballast.
2016-06-20 13:54:08 +00:00
Nicolas B. Pierron
b8c0bce946
Bug 1264948 - Compily with Windows lack of support for noexcept keyword. r=me
2016-06-20 13:54:08 +00:00
Julian Seward
5b033cd6c7
Bug 1278927 - TSan: data race image/imgFrame.cpp on hasCheckedOptimize. r=seth.
2016-06-20 15:46:00 +02:00
Sebastian Hengst
a4603ba357
Backed out changeset f89175185de0 (bug 1204281) for gecko-decision opt failures. r=backout
2016-06-20 14:08:15 +02:00
Valentin Gosu
82c499ccb7
Bug 1280643 - Remove telemetry for URLs ending in !//. r=mcmanus
...
MozReview-Commit-ID: HHQfMExQL76
2016-06-17 15:52:34 +01:00
Dave Huseby
01531fb1f2
Bug 1280497 - fixes bug 1280497 by removing the assert and adding missing code in permission manage. r= baku
...
fixes bug 1280497 by removing the assert and adding missing code in
permission manager.
--HG--
extra : amend_source : 35cf87cc1a13fbb9cbe135a004373783c681ed6b
2016-06-17 08:18:00 +02:00
Christoph Kerschbaumer
5630855495
Bug 1280200 - Convert toolkit/loader.js to use channel.open2() r=gkrizsanits
...
--HG--
extra : rebase_source : 7d32b22d79b03fa43a01a062fbf8e4ad0f5c3660
2016-06-20 11:20:59 +02:00
Frédéric Wang
f2e19d9fcd
Bug 1280047 - Update Brotli to version 0.4.0. r=jkew
...
--HG--
extra : rebase_source : cf89064bc583d28e0a419209498cdf62275deb6f
2016-06-18 12:06:00 +02:00
Jon Coppeard
7a56c56bda
Bug 1280588 - Fix OOM handling in shell SetGCCallback function r=sfink
2016-06-20 12:57:10 +01:00
Jon Coppeard
a54a6f9345
Bug 1280407 - Use SystemAllocPolicy rather that the default with mozilla::Vector in the JS engine r=sfink r=fitzgen r=jandem
2016-06-18 10:46:13 +01:00
Joel Maher
f1e52c331d
Bug 1204281 - 90 minute timeout for linux64 mochitest-browser-chrome chunks. r=Tomcat
...
MozReview-Commit-ID: CWCCJc4tIKo
2016-06-20 14:49:46 +03:00
Mats Palmgren
583415c203
Bug 1174569 - [css-grid] Use the resolved column sizes to guide intrinsic row sizing. r=dholbert
2016-06-20 13:28:03 +02:00
Eugen Sawin
775563b06b
Bug 1280209 - [1.1] Enabled media autoplay for Android mochitests. r=snorp
2016-06-20 12:49:24 +02:00
Thomas Zimmermann
5186cea577
Bug 1280651: Fix invokation of |PostTask|, r=khuey
...
MozReview-Commit-ID: 4H5sGYe85oR
2016-06-20 12:24:05 +02:00
Christian Holler
2c1b44b88b
Bug 1280872 - Fix WasmLoop code to use RootedWasmInstanceObject. r=bbouvier
...
MozReview-Commit-ID: AX5iOFnG5KX
--HG--
extra : histedit_source : 8556b2b422c8d12143be256e3150aad5017c314a
2016-06-20 12:18:44 +02:00
Nicolas Silva
6e53af5d81
Bug 1264365 - Disable hardware acceleration for small popup widgets. r=dvander
2016-04-21 12:20:31 +02:00
David Burns
7a45ea7332
Bug 1277090: Update tests to get properties instead of attributes r=ato
...
Due to the conflation, we were returning the wrong thing on get_attribute,
Updated tests to call get_property when that is what they meant.
MozReview-Commit-ID: AY6bd3RECvV
--HG--
extra : rebase_source : d4063cb5f923ff48a408269bf9a4ee72198b707e
2016-05-31 23:52:34 +01:00
David Burns
186ffe49b4
Bug 1277090: Have Marionette return only attributes from getElementAttribute. r=ato
...
Using the Selenium atom we are conflating properties and attributes which is not
thing we really want to be doing.
MozReview-Commit-ID: HdZOz1jQrwz
--HG--
extra : rebase_source : 70118dba39bb1a72e78a264d2a71beff3671f9cb
2016-05-31 23:23:05 +01:00
Daniel Holbert
a5625a56b5
Bug 1280422: Remove unneeded "box-sizing: padding-box" CSS from 3 reftests, now that it's become invalid CSS. (test only, no review.)
...
As it happens, these testcases don't actually have any padding. So for them,
"box-sizing: padding-box" is equivalent to the default "content-box" behavior,
anyway. So, this change (and the unsupporting of 'padding-box') doesn't impact
these tests' rendering.
MozReview-Commit-ID: JPTwmahnOti
2016-06-20 09:28:29 +01:00
Paul Adenot
279fbfd34c
Bug 1280280 - Update cubeb to 073c9f011114. r=kinetik
...
MozReview-Commit-ID: 8mARVNKAG7P
2016-06-16 14:52:51 +01:00
Paul Adenot
6145a952fe
Bug 1280280 - Update media/libcube/update.sh
to add cubeb_jack.cpp
, and sort the list of files. r=kinetik
...
MozReview-Commit-ID: 5gwM71sotV2
2016-06-15 17:26:54 +01:00
Luke Wagner
35cdfdaf9f
Bug 1276028 - Baldr: store names as offsets into bytecode (r=bbouvier)
2016-06-19 00:29:11 +01:00
Xidorn Quan
0c0d683ac3
Bug 1279613 - Apply fullscreen enabled flag to about:blank as well. r=smaug
...
MozReview-Commit-ID: JL3ZIdXpLiX
--HG--
extra : source : 10b1a71568775ba904a916c2cce603337367c582
2016-06-20 07:16:00 +10:00
Xidorn Quan
cf286b9650
Bug 648331 - Remove list item bullet size quirk. r=heycam
...
MozReview-Commit-ID: 31tThF0kHrO
--HG--
extra : source : 450e976ebd63443c4d174a011cf52e1d748903b2
2016-06-20 07:15:42 +10:00
Sebastian Hengst
b8d1db4420
Backed out changeset f1209b27c6a8 (bug 1276028) for assertion failure in Vector.h during test_asjm.js. r=backout
2016-06-19 12:36:47 +02:00
Ting-Yu Lin
a178b8185c
Bug 1280647 - Rename nsStyleDisplay member mFloats to mFloat. r=dholbert
...
Also rename mOriginalFloats to mOriginalFloat.
MozReview-Commit-ID: COfmU34CtJU
--HG--
extra : rebase_source : 5b203dd9f0161f353a4a0b95003afe4af1d1480e
2016-06-18 22:16:20 +01:00
Daniel Holbert
ffc6d631d6
Bug 1280753
: Call Close() on SVG-in-opentype content viewer, when tearing it down. r=smaug
...
MozReview-Commit-ID: Jscvj1rvYCp
--HG--
extra : rebase_source : 2f68057e9bda004b8d94ea8685d08170f55906d3
2016-06-18 18:32:19 +01:00
Luke Wagner
d792ea11f1
Bug 1276028 - Baldr: store names as offsets into bytecode (r=bbouvier)
2016-06-19 00:29:11 +01:00
Kyle Zentner
b0138383bd
Bug 1166728 - Remove support for "box-sizing: padding-box", per CSS WG resolution. r=dholbert r=mats
...
MozReview-Commit-ID: JClqoCUrm11
2016-06-18 23:03:30 +01:00
Olli Pettay
78c9673f58
Bug 741760 - svg-documents-as-images end up to CC graph, r=mccr8, dholbert
2016-06-18 22:50:45 +03:00
Daniel Holbert
211c0fd91c
Bug 1280676: When SVG-in-opentype font is being torn down, call OnPageHide() on its inner document instead of simply pausing animations. r=smaug
...
MozReview-Commit-ID: 6BzHP2BDsmZ
2016-06-18 17:03:11 +01:00
Sebastian Hengst
704cb4042f
Backed out changeset afc3c6a5f93a (bug 1280407) for mass Spidermonkey failures. r=backout
2016-06-18 14:50:38 +02:00
Jon Coppeard
c1235a507a
Bug 1280407 - Use SystemAllocPolicy rather that the default with mozilla::Vector in the JS engine r=sfink r=fitzgen r=jandem
2016-06-18 10:46:13 +01:00
Sebastian Hengst
90043bfdaa
Backed out changeset a58b9ab5dff0 (bug 1280407) for errors in testThreadingThread.cpp in SM(nu). r=backout
2016-06-18 12:53:01 +02:00
Jon Coppeard
404b8e32be
Bug 1280407 - Use SystemAllocPolicy rather that the default with mozilla::Vector in the JS engine r=sfink r=fitzgen r=jandem
2016-06-18 10:46:13 +01:00
cku
894e7d0ebb
Bug 1272859: Part 2. SVG mask on border area reftest r=mstange
...
MozReview-Commit-ID: Cl8FoMTqt2v
--HG--
extra : rebase_source : b53fe1a5131e25cfe73748c7d174f466c8f9e724
2016-05-30 01:28:15 +08:00
cku
3777b5cc5b
Bug 1272859: Part 1. Reduce mask surface's size r=mstange
...
MozReview-Commit-ID: GkADCkiElKy
--HG--
extra : rebase_source : 168bf0014fb0db453547ea77f13c555d8b4c376b
extra : source : c5d9e342b6a2b2ae7547f36e1f00b54b8bd12439
2016-06-18 00:24:26 +01:00
Carsten "Tomcat" Book
2e5e814966
Merge mozilla-central to mozilla-inbound
2016-06-18 04:36:45 +01:00
Carsten "Tomcat" Book
aec3ca7a7a
merge mozilla-inbound to mozilla-central a=merge
2016-06-18 04:35:15 +01:00
George Wright
e69fbec6a5
Bug 1176011
- Move TextureClientPool to CompositorBridgeChild r=nical
2016-06-18 03:35:10 +01:00
Seth Fowler
72f2253f92
Bug 1279617 - When SurfacePipe::WritePixels() finishes early, zero out the rest of the surface. r=njn
2016-06-17 15:05:00 -07:00
Seth Fowler
bf26782297
Bug 1279611 - Document and test the fact that SurfacePipe::WriteEmptyRow() overwrites the entire row. r=njn
2016-06-17 15:05:00 -07:00
Sebastian Hengst
0b6af3280c
Backed out changeset 5bde2c12831c (bug 594876) for failing reftest preserves3d-nested.html at least on Linux. r=backout
2016-06-17 20:16:47 +02:00
Sebastian Hengst
b4b26717be
Backed out changeset d8b83ff870a3 (bug 594876)
2016-06-17 20:15:58 +02:00
Sebastian Hengst
4263e756aa
Backed out changeset cafa7213ef23 (bug 594876)
2016-06-17 20:15:54 +02:00
Sebastian Hengst
f10e7491d4
Backed out changeset 7410a15b0850 (bug 1251071) for permafailing browser_bookmark_popup.js on OS X. r=backout
2016-06-17 17:54:54 +02:00
Andrew Comminos
ba38522840
Bug 594876 - Fuzz reftests with noise from enabling layers acceleration on Linux. r=nical
...
MozReview-Commit-ID: JnkOB3gg5hk
--HG--
extra : rebase_source : 13d50608ea23e72cf91fb7c37458f135b80416b3
2016-06-17 15:02:04 +01:00
Andrew Comminos
f71ab38071
Bug 594876 - Test that acceleration is used on Linux. r=nical
...
MozReview-Commit-ID: JXNUfCnwZvN
--HG--
extra : rebase_source : daf9309e706a13751b277707b782ac03aca662d6
2016-06-17 14:53:53 +01:00