Commit Graph

475697 Commits

Author SHA1 Message Date
Geoff Brown
ad89b87074 Bug 1253300 - Run TC Linux 64 pgo tests as tier 2; r=dustin 2016-05-19 12:36:38 -06:00
Alexander Surkov
db7566fedf Bug 1268320 - stop event tree processing if the document goes shutdown, r=yzen 2016-05-19 14:35:20 -04:00
Gijs Kruitbosch
b067cf32c4 Bug 1274007 - Firefox Refresh shouldn't show the 'Firefox on Windows 10' start page when you refresh on Windows 10, r=MattN
MozReview-Commit-ID: 68CaJR5IsE1

--HG--
extra : rebase_source : 3a6a23ee6eab7845bc26ac42572a748f0ed7300f
2016-05-19 11:01:03 +01:00
Sebastian Hengst
1512411552 Backed out changeset 03ed23408215 (bug 1204281) for breaking gecko decision task. r=backout on a CLOSED TREE 2016-05-19 20:03:52 +02:00
Terrence Cole
b7949d7392 Bug 1232417 - Use a Variant to represent the CrossCompartmentWrapperMap key; r=jonco
--HG--
extra : rebase_source : 542db862370ad8298d066253f5f56fddcd0e575e
2015-12-14 13:28:26 -08:00
Alexander Surkov
16496b7d62 Bug 1268320 - rename AccEvent::GetDocAccessible to AccEvent::Document, r=marcoz 2016-05-19 13:56:58 -04:00
Nathan Froyd
21a2c67fd3 Bug 1272397 - use AppendElements in GetColorsForProperty; r=tromey
Creating an array of exactly the size that we need is faster than
possibly going through several rounds of reallocation and copying.
2016-05-19 21:48:59 -04:00
Nathan Froyd
2431e47bfb Bug 1272398 - use UniquePtr instead of nsAutoPtr for {Layer,LayerData}::RemoveUserData return type; r=jrmuizel 2016-05-19 21:48:59 -04:00
Boris Zbarsky
3ebd37957e Bug 1274049. Make sure we actually codegen our various test callbacks in bindings codegen tests. r=peterv 2016-05-19 13:48:11 -04:00
Boris Zbarsky
653b3eb5a3 Bug 1273282. Fix the handling of numeric entities in xml-stylesheet href values. r=peterv 2016-05-19 13:48:11 -04:00
Boris Zbarsky
456a5afd83 Bug 1273932. Add another test for incumbent globals in addEventListener. r=smaug
--HG--
rename : testing/web-platform/tests/dom/events/EventListener-incumbent-global.sub.html => testing/web-platform/tests/dom/events/EventListener-incumbent-global-1.sub.html
rename : testing/web-platform/tests/dom/events/EventListener-incumbent-global.sub.html => testing/web-platform/tests/dom/events/EventListener-incumbent-global-2.sub.html
rename : testing/web-platform/tests/dom/events/EventListener-incumbent-global-subframe.sub.html => testing/web-platform/tests/dom/events/EventListener-incumbent-global-subframe-1.sub.html
rename : testing/web-platform/tests/dom/events/EventListener-incumbent-global-subframe.sub.html => testing/web-platform/tests/dom/events/EventListener-incumbent-global-subframe-2.sub.html
2016-05-19 13:48:10 -04:00
Jonathan Watt
6be4402448 Bug 1273850 - Add lots of documentation to explain the scenarios that cause nsFrameLoader::Create to return null. r=smaug
MozReview-Commit-ID: 6UZyql1qHg0

--HG--
extra : rebase_source : 353bffea8919d02d3ba5f2f93c84a95fd0784caa
2016-05-17 14:18:22 +01:00
Ralph Giles
1e36d8a8f3 Bug 1273625 - rust: Update win32 builders to 1.8.0 stable. r=mshal
We were using 1.9 beta for i586 support. Now that it's no longer
necessary we can revert to the stable release.

This is a repack of the 1.8.0 upstream stable build targetting
only i686-pc-windows-msvc.

MozReview-Commit-ID: 7ieQ9steK5k
2016-05-19 10:45:46 -07:00
Ralph Giles
846d05d7d9 Bug 1273625 - rust: target i686-pc-windows-msvc. r=mshal
We no longer need to support systems without SSE2, so we
can move to the standard i686 target.

Bump CLOBBER since we're having trouble with cached
`--target i586-pc-windows-msvc` in RUSTC settings in configure.

MozReview-Commit-ID: 6eaPwnYSzrR
2016-05-19 10:45:46 -07:00
Ralph Giles
2f56730be1 Bug 1273603 - rust: enable sse2 code generation on win32. r=mshal
Now that we're no longer supporting x86 cpus without SSE2
instructions, we can relax this restriction added in
bug 1252041.

MozReview-Commit-ID: 3Is0M3Em4Wx
2016-05-19 10:45:46 -07:00
Joel Maher
e8f576e87a Bug 1204281 - split linux64 debug taskcluster M(mda) into 3 chunks. r=dminor
MozReview-Commit-ID: 8c2agkVImum

--HG--
extra : rebase_source : e63a4b56c3f8ba414bfeda2e02db79fa21bf1a3a
2016-05-18 16:34:19 -04:00
Daniel Holbert
b09bf9aef3 Bug 1274044: Relax assertion in nsStandardURL for case when mDefaultPort is -1. r=valentin
The assertion is trying to require that the caller should never pass in mDefaultPort; instead, the caller should pass -1. BUT, if mDefaultPort is itself -1 (i.e. there's no default port), then we need to allow the caller to pass in -1 without spamming an assertion.

MozReview-Commit-ID: GKxndkJoXcv

--HG--
extra : rebase_source : 3fcd7815ec3e64a71f0f34efd1a397be8f3dc9a2
2016-05-19 10:05:17 -07:00
Steve Fink
c2977b87db Bug 1273673 followup: bad logging syntax, r=dustin on a CLOSED TREE
--HG--
extra : rebase_source : d74730a644796510d52a994493c5065d9cf5a110
extra : amend_source : 1e4538b179fa72c35fed09d8b4def3724fd325d6
2016-05-19 10:35:02 -07:00
Wes Kocher
9f7d2279d9 Backed out changeset e96398029a1c (bug 1181073) for failing the test it added CLOSED TREE 2016-05-19 10:17:55 -07:00
Ryan VanderMeulen
a90e9d792e Merge m-c to inbound. a=merge CLOSED TREE 2016-05-19 12:49:49 -04:00
Ryan VanderMeulen
4cffb5461e Merge inbound to m-c. a=merge 2016-05-19 12:46:54 -04:00
Sebastian Hengst
468fcc6924 Backed out changeset 2292661153e3 (bug 1271198) for web-platform failures. r=backout on a CLOSED TREE 2016-05-19 17:06:04 +02:00
Ryan VanderMeulen
84b0a4b61f Backed out changeset 0e4c5be816f3 (bug 1257107) for webm reftest failures.
CLOSED TREE
2016-05-19 10:39:07 -04:00
Ryan VanderMeulen
d1017437b3 Backed out changeset f8e784f16f69 (bug 1273006) for breaking Android nightlies. a=me 2016-05-19 10:35:39 -04:00
Ryan VanderMeulen
9d4120d4eb Backed out 3 changesets (bug 1234128) for Android crashtest failures.
Backed out changeset 11db59507360 (bug 1234128)
Backed out changeset 8a0848fb59ac (bug 1234128)
Backed out changeset 7cf300dda85a (bug 1234128)

CLOSED TREE

--HG--
rename : dom/presentation/tests/mochitest/file_presentation_non_receiver_inner_iframe.html => dom/presentation/tests/mochitest/file_presentation_non_receiver_inner_iframe_oop.html
rename : dom/presentation/tests/mochitest/file_presentation_non_receiver.html => dom/presentation/tests/mochitest/file_presentation_non_receiver_oop.html
rename : dom/presentation/tests/mochitest/file_presentation_receiver_inner_iframe.html => dom/presentation/tests/mochitest/file_presentation_receiver_inner_iframe_oop.html
2016-05-19 10:32:02 -04:00
Jeff Muizelaar
1b2a06e879 Bug 1113828: Returning null is an expected property of this function and gfxPlatform::CreateDrawTargetForData() uses this. Removing this message prevents us from printing a bunch of messages during the normal usage of a debug build. r=bschouten 2016-05-19 10:10:55 -04:00
Nancy Pang
761dd96791 Bug 1242715 - Added labels to controls and added test cases. r=pbro
MozReview-Commit-ID: HGGTeshLBDs

--HG--
extra : rebase_source : 02310a5784f9b763f81e93ea8edbcb0ad0e830a8
2016-05-19 10:03:58 -04:00
Christoph Kerschbaumer
bbc661631e Bug 1271198 - Convert Websockets to use AsyncOpen2() (r=jduell) 2016-05-19 15:42:01 +02:00
Sebastian Hengst
d6e3286232 Backed out changeset 854a8df494d3 (bug 1271198) for many assertions at nsHttpChannel.cpp:5204. r=backout on a CLOSED TREE 2016-05-19 14:23:51 +02:00
Tooru Fujisawa
679d9d48db Bug 1268034 - Part 4: Delay modifying global constructor/prototype slots for classes other than Function and Object. r=jorendorff 2016-05-19 20:47:07 +09:00
Tooru Fujisawa
f10d8bab39 Bug 1268034 - Part 3: Create CreateArrayFromBuffer function on demand. r=jorendorff 2016-05-19 20:47:07 +09:00
Tooru Fujisawa
f999881884 Backed out changeset d31171af48e4 (bug 1268034) 2016-05-19 20:47:07 +09:00
Eddy Bruel
b79cb97a05 Bug 1271653 - Refactor isExtensible/isSealed/isFrozen;r=jimb 2016-05-19 13:26:27 +02:00
Thomas Zimmermann
30f80487ad Bug 1274206: Use MediaPref for |mRecognition->mTestConfig.mFakeRecognitionService|, r=jyavenard
MozReview-Commit-ID: Jb9CbpXYhBU
2016-05-19 12:53:35 +02:00
Christoph Kerschbaumer
0e2d46a840 Bug 1271198 - Convert Websockets to use AsyncOpen2() (r=jduell) 2016-05-19 11:54:02 +02:00
Kan-Ru Chen
d5a5ebb1c5 Bug 1271931 - Make DisplayItem::IsUniform to return Maybe<nscolor>. r=tnikkel
Maybe<nscolor> ensures that correct value is returned and also makes the
error checking clearer than using a out param.

MozReview-Commit-ID: 39uHIFCZzqn

--HG--
extra : rebase_source : 1885906646ebc9739c86aecb2b8e4bd0ee02e97f
2016-05-19 16:07:52 +08:00
Xidorn Quan
d076cfb561 Bug 1273468 - Revert video controls to use prefixed Fullscreen API again. r=dolske
MozReview-Commit-ID: IlxS0MFTxIk

--HG--
extra : source : f7f76f18484a7c53e7213d4fc654b11a93ab4dcf
2016-05-19 19:48:50 +10:00
Jon Coppeard
401746f8e8 Bug 1273432 - Fix off-by-one string length assertion r=jandem 2016-05-18 19:03:39 +01:00
Makoto Kato
687cbeffb5 Bug 1260091 - Move using SendBidiKeyboardNotify to WidgetUtils. r=masayuki
For e10s, we send Bidi keyboard information to content process.  We should add utility method to share it for all platforms.

MozReview-Commit-ID: JJX26OivQvt

--HG--
extra : rebase_source : fe6d000080e3fa993a27d570c703e93f23439520
2016-05-19 17:47:49 +09:00
Gerald Squelart
ccb89d838e Bug 1274132 - Disable D3D11 for some more recent igd10* DLLs - r=cpearce
MozReview-Commit-ID: LvfVQwIKwwT

--HG--
extra : rebase_source : ed50d8328c0656d926c543ed51244ce0b3e6372a
2016-05-19 16:06:12 +10:00
Gerald Squelart
1054f20722 Bug 1274127 - Disable D3D11 for some igd10* DLLs - r=cpearce
MozReview-Commit-ID: 9cZMYBd0bJ1

--HG--
extra : rebase_source : f2cce53c2d81249531280fc96a8c67963bb7aeb4
2016-05-19 15:38:09 +10:00
Gerald Squelart
a398669e3d Bug 1274115 - Disable D3D11 for TosQEP.dll 1.0.10.1224 - r=cpearce
MozReview-Commit-ID: IOVBDn8V2yQ

--HG--
extra : rebase_source : 7fdbb62ffe01d8dfcbe52bc63803ffc81397efea
2016-05-19 15:29:57 +10:00
Andrea Marchesini
b73698fa89 Bug 1274211 - Typo in ContextualIdentityService, r=me 2016-05-19 11:20:44 +02:00
Jon Coppeard
3d8e7a7e44 Bug 1273908 - Refactor GC to make it easier to add new kinds of GC thing r=terrence 2016-05-19 10:12:54 +01:00
Sebastian Hengst
e5d11edbeb Backed out changeset 07c833b5d64d (bug 1273154) for reftest failure in 1273154-1.html on Windows 8. r=backout 2016-05-19 10:37:16 +02:00
Sebastian Hengst
65ba36b925 Backed out changeset 97aef1a40d0f (bug 1273154) 2016-05-19 10:35:57 +02:00
Alexandre Lissy
3222abeaab Bug 1273945 - Move MonoAudio from gfxPrefs to MediaPrefs r=jya
MozReview-Commit-ID: HyA1NEpAY2d

--HG--
extra : rebase_source : 5f5458ddcd7e77060297bedcc2c08efcfdbcc38e
2016-05-18 18:26:31 +02:00
JW Wang
bdd00e6e97 Bug 1273774. Part 3 - remove members no longer used. r=jya.
MozReview-Commit-ID: E4OgqAOzqnr

--HG--
extra : rebase_source : 70722fcb1260d98df9216f457377929f36f39420
2016-05-18 15:26:36 +08:00
JW Wang
8e5351a7eb Bug 1273774. Part 2 - do decoding jobs synchronously without dispatching. r=jya.
MozReview-Commit-ID: CkGrZfgEIhu

--HG--
extra : rebase_source : 0407045b22206a790d38ca5e4fa92e088564a042
2016-05-18 15:09:25 +08:00
JW Wang
1658845934 Bug 1273774. Part 1 - remove unused members and thread assertions. r=jya.
MozReview-Commit-ID: 7rIxvxAfvhq

--HG--
extra : rebase_source : 67ae86b217ef61a0251bf406737fdc7fc15aff27
2016-05-18 15:03:51 +08:00