Commit Graph

320141 Commits

Author SHA1 Message Date
Brian Hackett
774c10fe71 Bug 886850 - Clean up write barriers for ion/baseline scripts, r=jandem. 2013-08-13 09:16:38 -06:00
Brian Hackett
ca2162becd Bug 902095 - Allow accessing the compartment/zone for ExclusiveContext, r=billm. 2013-08-13 09:13:46 -06:00
Jan de Mooij
6c8dc2c0b0 Bug 904079 - Snapshots should not have emitted-at-uses operands. r=bhackett
--HG--
extra : rebase_source : 501011273e1276d1a178f79e4fcccbe97dd38f21
2013-08-13 17:11:41 +02:00
Nathan Froyd
f702f81916 Bug 904619 - move dummy event to its sole use in ipc_sync_message.cc; r=bent 2013-08-13 10:56:44 -04:00
Nathan Froyd
1fb84f46e3 Bug 904579 - convert some nsRefPtrs to StaticRefPtrs in widget/android/; r=blassey 2013-08-13 09:32:03 -04:00
Nathan Froyd
63e8e6952a Bug 904579 - don't use nsCOMPtr for concrete classes in android's nsWindow.cpp; r=blassey 2013-08-13 09:31:32 -04:00
Drew Willcoxon
eb5b0ed1bb Bug 904183 - Add bug number references to mochitest manifests explaining why copypaste tests are disabled. r=Ms2ger 2013-08-13 17:42:58 -07:00
Kyle Huey
ce4e2343b2 Bug 901290: Cycle collect more than just at worker shutdown. r=mccr8 2013-08-13 17:07:40 -07:00
Jeff Gilbert
61db9b490a Bug 881681 - Add reftest for resizing a WebGL canvas. - r=dzbarsky 2013-08-13 16:54:51 -07:00
Gary Kwong
ab346ca492 Bug 901178 - Backout 7d4e75a5d414. r=nbp in person 2013-08-13 15:44:45 -07:00
Guillaume Abadie
25894203e2 bug 900767 - Implement the WebGL extension ANGLE_instanced_arrays - r=jgilbert 2013-08-13 18:11:01 -04:00
Landry Breuil
e5911a1739 Bug 807492 Part 12 - Rename _P to _pp in timestamp_extrapolator, it's a #define in ctype.h on OpenBSD, and the C99/C++ standard forbids identifiers starting with an underscode followed by a capital. r=jesup 2013-08-14 00:00:07 +02:00
Landry Breuil
2c947d6cb1 Bug 807492 Part 2 - Allow to build media/webrtc/signaling on BSD r=ehugg 2013-08-14 00:00:03 +02:00
Landry Breuil
3eed16be81 Bug 807492 Part 1.2 - Enable to build media/mtransport on BSD, #defines & #include bits r=abr 2013-08-13 23:59:57 +02:00
Landry Breuil
5abc7fddbb Bug 807492 Part 1.1 - Allow to build media/mtransport on BSD, build bits r=jesup 2013-08-13 23:58:42 +02:00
William Chen
80b0d4c299 Bug 900724 - Prevent form association when creating elements in template contents. r=hsivonen 2013-08-13 14:31:18 -07:00
Rodrigo Silveira
50bfb03e74 Bug 903182 - URL textbox not showing in appbar in snapped r=ally,jwilde 2013-08-12 16:34:14 -07:00
Rodrigo Silveira
6d6cab6226 Bug 904058 - the Tab Bar isn't auto-dismissed once a new tab has been created using CTRL + T r=jimm 2013-08-13 11:21:57 -07:00
Ehsan Akhgari
f4e239198e Bug 904267 - Remove some unneeded #includes from nsIWidget.h; r=roc 2013-08-12 19:21:53 -04:00
William Chen
c9f09c2e70 Bug 897153 - Update parsing of template element to spec as of July 15, 2013. r=hsivonen 2013-08-12 14:46:12 -07:00
William Chen
d75dff8c99 Bug 897143 - Update parser algorithms to be namespace aware. r=hsivonen 2013-08-12 14:46:12 -07:00
William Chen
8434baa572 Bug 888820 - Save template insertion mode stack information in TreeBuilderState. r=hsivonen 2013-08-12 14:46:12 -07:00
Nikhil Marathe
0efffe6247 Bug 887116 - Don't hold a reference to nsLayoutStatics in WebIDL CallbackObject. r=khuey 2013-08-13 14:20:01 -07:00
Hannes Verschore
6dba40cf21 Bug 903394 - IonMonkey: Refactor IonBuilder jsop_getelem, r=jandem 2013-08-13 22:57:19 +02:00
Ryan VanderMeulen
11280c4dfe Merge m-c to inbound. 2013-08-13 16:56:11 -04:00
Hannes Verschore
250792c074 Bug 891910 - IonMonkey: In a generic call handle all cases without need for bailout, r=sstangl 2013-08-13 22:46:27 +02:00
Jed Davis
9ca814fb74 Bug 904335 - sem_post on all return paths in ProfilerSignalHandler. r=BenWa 2013-08-13 16:44:46 -04:00
Ehsan Akhgari
0bef5b7609 Bug 904121 - Do not include nsIMemory in nsMemory.h; r=vlad
--HG--
extra : rebase_source : b525ab299eeefdd39f6e919c8a0c6407f9bac209
2013-08-12 17:44:56 -04:00
Armen Zambrano Gasparnian
42bd6a9713 Bug 899095 - Switch to http://talos-bundles.pvt.b.m.o for talos bundles. r=jmaher 2013-08-13 11:06:52 -04:00
Ed Morley
5e2d06db88 Bug 904574 - Fix existing pyflakes warnings; r=BenWa
--HG--
extra : rebase_source : 27ca85f14ccbce6e5678292f6f5b22c4968801b5
2013-08-13 15:54:15 +01:00
Ed Morley
e8c5cee93c Bug 904574 - Make gtests log output after crashes compatible with TBPL; r=BenWa
--HG--
extra : rebase_source : 8162af561b3a8df81463b3aec733ac6cff55125a
2013-08-13 15:52:55 +01:00
Guillaume Abadie
b21fea02b3 bug 900199 - Add OpenGL registry xml parser to generate constants - step 2 - r=bjacob,jgilbert,jrmuizel 2013-08-13 10:35:03 -04:00
Guillaume Abadie
1bba968bef bug 900199 - Add OpenGL registry xml parser to generate constants - step 1 - r=bjacob,jgilbert,jrmuizel 2013-08-13 10:35:03 -04:00
Daniel Holbert
f699a136d1 Bug 903663: Use MOZ_C_SUPPORTS_WARNING and MOZ_CXX_SUPPORTS_WARNING to exempt warnings from FAIL_ON_WARNINGS. r=glandium 2013-08-13 07:22:10 -07:00
David Rajchenbach-Teller
ed9c8a89a4 Bug 872577 - Using default resolution for free() instead of libc. r=nfroyd
--HG--
extra : rebase_source : 70884bd2b27ebf7c9ec2273e495808a655283c49
2013-08-13 16:04:40 +02:00
Paul Adenot
2d3fb3fa56 Bug 903476 - Fuzz a bit more and android as well.
--HG--
extra : rebase_source : 57d9a1ed3549a0c8a2af9fb8be42b5823f21a2ec
2013-08-13 15:56:42 +02:00
Adrian May
c1c1f4e2e2 Bug 877115 - Moz2Dify GLContext and GLTextureImage. r=nical 2013-08-13 15:44:53 +02:00
Jan-Ivar Bruaroey
724f37a680 Bug 903803 - Set ordered flag correctly in DataChannel constructor. r=jesup 2013-08-12 16:27:14 -04:00
Kyle Huey
859692a042 Bug 890304 - Remove the indexeddb.feature.enabled pref. r=sicking 2013-08-13 08:49:11 -04:00
Christoph Kerschbaumer
98d7e22ea3 Bug 663567 - Mochitest verifying that content added by XSLT stylesheet is subject to document's CSP. r=grobinson, r=sstamm 2013-08-12 14:54:12 -07:00
Paul Adenot
8a3bf5043a Bug 903476 - Fuzz a bit more on win32.
--HG--
extra : rebase_source : 321848369a2f2401b1fcaf287bfbcd049a7c299c
2013-08-13 14:48:36 +02:00
Jan de Mooij
2b89bd232c Bug 903754 - Remove InterpreterFrames class and use InterpreterActivation instead. r=luke 2013-08-13 14:06:30 +02:00
Carsten "Tomcat" Book
807da10e4e merge mozilla-central to mozilla-inbound 2013-08-13 13:52:35 +02:00
Ms2ger
c85f768b0d Backout changeset 9a57f0f347e3 for insufficient review. 2013-08-13 13:30:00 +02:00
Mounir Lamouri
256470d028 Bug 846688 - Move IsLTR() from nsHTMLInputElement.cpp to dom::Element. r=bz 2013-08-13 12:21:05 +01:00
Paul Adenot
3dcf264bda Bug 903476 - Update the fuzzing values in test_mediaDecoding.html because we changed the resampler. r=ehsan
--HG--
extra : rebase_source : 3b354018ba83f53cf64d6adb511c41dfcb205039
2013-08-13 12:44:34 +02:00
Carsten "Tomcat" Book
0b1ddbe49d merge b2g-inbound to mozilla-central 2013-08-13 12:36:08 +02:00
Carsten "Tomcat" Book
97f6dec5f8 merge mozilla-inbound to mozilla-central 2013-08-13 12:34:27 +02:00
Victor Porof
63b3ba63b4 Bug 903734 - The blackbox message background looks stale, r=fitzgen 2013-08-13 09:56:51 +03:00
Victor Porof
91f946da82 Bug 903727 - Arrows aren't shown in the SideMenuWidget even though the showArrows param is true, r=fitzgen 2013-08-13 09:56:51 +03:00