Andrea Marchesini
387047cba6
Bug 912086 - Several Workers methods do not set their return value. r=mrbkap
...
--HG--
rename : dom/workers/test/bug911085_worker.js => dom/workers/test/rvals_worker.js
rename : dom/workers/test/test_bug911085.html => dom/workers/test/test_rvals.html
2013-09-04 13:20:51 -04:00
Mike Hordecki
a366778fcd
Bug 909672 - Make cross-compartment cloning possible with JS_StructuredClone. r=jorendorff
2013-09-04 13:20:51 -04:00
Andy Wingo
2322f0dca3
Bug 907744 - Implement iterator result boxing in ES6 generators. r=jorendorff
...
This patchset causes the bytecode emitter to yield boxed return values
in ES6 generators, of the form { value: foo, done: bool }.
If the generator function does not end in a return, the compiler inserts
the equivalent of a "return { value: undefined, done:true }" statement
at the end.
When an ES6 generator finishes, it does so with {done:true} instead of
throwing a StopIteration.
This patch also ports lib/asserts.js to "default version" JS, and ports
ecma_6/Generators to use it.
2013-09-04 13:20:48 -04:00
Dan Gohman
c69cff9003
Bug 910814 - SpiderMonkey: Document that js_strtod_harder doesn't actually report overflow errors, and clean up its callers accordingly. r=waldo
2013-09-04 10:11:22 -07:00
Mihnea Dobrescu-Balaur
9dc844220a
Bug 911249 - Make sure harness does not block if killing a process hangs. r=ted
2013-09-03 13:56:08 -07:00
Ted Mielczarek
89adb4b90a
Bug 910363 - Make gdk-screenshot take an optional filename parameter. r=karlt
2013-09-03 14:31:14 -04:00
Andrea Marchesini
98502ae5c7
Bug 887364 - URL API for Workers. r=khuey
2013-09-04 13:07:34 -04:00
Andrea Marchesini
d80e13725f
Bug 887364 - URL API for main thread. r=ehsan
2013-09-04 13:07:21 -04:00
Andrea Marchesini
3660c403e6
Bug 887364 - Update URLUtils interface. r=ehsan
2013-09-04 13:05:10 -04:00
Douglas Crosher
51facfb05b
Bug 893363 - Ionmonkey: improve support for the Linux perf performance tool. r=bbouvier
2013-09-04 11:57:24 +10:00
Chris Peterson
29e16db40d
Bug 911428 - Fix -Wunused-variable warning in rdf/datasource/src/nsFileSystemDataSource.cpp. r=bsmedberg
2013-08-12 23:35:07 -07:00
David Keeler
42301b8a59
bug 912204 - properly clear HSTS state in browser_bug627234_perwindowpb.js r=cviecco
2013-09-03 13:43:07 -07:00
Kannan Vijayan
c0b2914731
Bug 909764 - Test case for catching rebinds of eval in strict mode. DONTBUILD.
2013-09-04 12:17:58 -04:00
Masatoshi Kimura
b3daaed6eb
Bug 911573 - Stablize the pointerlock test. r=smaug
2013-09-05 01:02:34 +09:00
Masatoshi Kimura
216f76200c
Bug 911573 - Mochitest fixup to prepare removing Components-in-content with UniversalXPConnect. r=bholley
2013-09-05 01:02:34 +09:00
Masatoshi Kimura
a3c225f686
Bug 911573 - Enable and use specialpowers in jsreftest. r=terrence, bholley
2013-09-05 01:02:27 +09:00
Ed Morley
f509dcbf07
Merge mozilla-central and inbound
2013-09-04 16:53:03 +01:00
Terrence Cole
74862ec49a
Bug 906236 - Sweep DeclEnvObjects in the background; r=luke
2013-09-04 08:46:28 -07:00
Terrence Cole
c17dd3b37a
Bug 906243 - Handle shrinkSlots correctly for nursery things; r=jonco
...
--HG--
extra : rebase_source : 7c7a94b64d6227f701590d9da14cd6e6f0cde019
2013-09-04 08:46:00 -07:00
Tom Schuster
7767b636b2
Bug 910431 - Electrolysis: Permission code followup. f=felipe
2013-09-04 11:40:16 -04:00
Kannan Vijayan
0dc7413940
Bug 906781 - Test case for JSOP_FUNAPPLY with arrays. DONTBUILD. r=jandem
2013-09-04 11:37:03 -04:00
Benoit Jacob
d5baca5fc2
Bug 912255 - traverse/unlink mDefaultVertexArray - r=smaug
2013-09-04 11:29:36 -04:00
Mike Hommey
54a53f0e29
Bug 912377 - Fix build without MOZ_ENABLE_SZIP. r=ted
2013-09-04 23:46:09 +09:00
Benoit Jacob
662162b9a6
Bug 839452 - Add helpful logging of DOM calls resulting in reboot/poweroff - r=sicking
2013-09-04 08:14:54 -04:00
Benoit Jacob
94f74c705d
Bug 912042 - Avoid including GLContext.h in headers that don't need it - r=jrmuizel
2013-09-04 08:14:52 -04:00
Benoit Jacob
ba172a45f5
Bug 911879 - Give WebGLContext.h a good round of removing unneeded inline method bodies - r=jgilbert
2013-09-04 08:14:50 -04:00
Benoit Jacob
76d307658c
Bug 811371 - Remove nsISupports inheritance in remaining (i.e. new) WebGL classes - r=continuation
2013-09-04 08:14:48 -04:00
Benoit Jacob
4f1dd420f6
Bug 911857 - Move CheckedBufferData to WebGLContextBuffers.cpp - r=jgilbert
2013-09-04 08:14:46 -04:00
Benoit Jacob
e915fc8cb0
Bug 911856 - Remove the custom concept of "stable context" in favor of the standard concept of "lost context" - r=jgilbert
2013-09-04 08:14:44 -04:00
Benoit Jacob
a53a6563d1
Bug 911855 - Remove redundant WebGL integer typedefs - r=jgilbert
2013-09-04 08:14:43 -04:00
Benoit Jacob
20d3a7a3bc
Bug 911853 - OpenGL types should be explicit-size integer types - r=jgilbert
2013-09-04 08:14:41 -04:00
Benoit Jacob
70cb68de38
Bug 911851 - Check WebGL sizeiptr arguments - r=jgilbert
2013-09-04 08:14:39 -04:00
Benoit Jacob
aa0bf1b2ae
Bug 911850 - BindBufferRange should check for out-of-bounds range - r=jgilbert
2013-09-04 08:14:37 -04:00
Benoit Jacob
d42c57edae
Bug 911848 - WebGLBuffer's mByteLength should be a WebGLsizeiptr - r=jgilbert
2013-09-04 08:14:35 -04:00
Ehsan Akhgari
99e1fb0e19
Bug 912195 - Minimize the #includes in docshell/shistory; r=bzbarsky
2013-09-04 11:26:20 -04:00
Ed Morley
18a47a0e8e
Merge latest green inbound changeset and mozilla-central
2013-09-04 12:54:46 +01:00
Ed Morley
68096a8970
Merge latest green fx-team changeset and mozilla-central
2013-09-04 12:51:52 +01:00
Ed Morley
018c827b79
Backed out changeset 8090e534656a (bug 896797) on suspicion of causing bug 912451 on a CLOSED TREE
2013-09-04 12:44:59 +01:00
Yaron Tausky
578269fa2d
Bug 911954 - Add forward declaration of JSScript to TraceLogging.h, r=h4writer
2013-09-04 13:14:44 +02:00
Jonathan Kew
92b2b26b2a
bug 906646 - glyphs with an SVG representation should never be considered "contained". r=roc
2013-09-04 12:16:36 +01:00
Robert O'Callahan
0991ab95c2
Bug 909157. Invalidate rendering observers when an image changes. r=mattwoodrow
...
--HG--
extra : rebase_source : 04b127fde9a9e07e50c6196f53a1eea3c8f04db6
2013-09-04 23:13:11 +12:00
Robert O'Callahan
3dffe95932
Bug 904926. Remove unnecessary lock. r=cpearce
...
--HG--
extra : rebase_source : 0088907b65ff3ce2e1f15b2bb1b5e0cdb7126f24
2013-09-04 23:13:06 +12:00
Gabor Krizsanits
b0a8de003d
Bug 892203 - TextEncoder and TextDecoder for sandbox. r=bholley
2013-09-04 12:18:28 +02:00
Gabor Krizsanits
1cb4e55c92
Bug 892203 - DOMConstructors for SandboxOptions. r=bholley
2013-09-04 12:16:04 +02:00
Gabor Krizsanits
77cc54733e
Bug 892203 - Minor cleanups in sandbox.cpp. r=bholley
2013-09-04 12:15:50 +02:00
Till Schneidereit
65548f9f1d
Bug 912302 - Slim down TraceLogging output by shortening entry keys and timestamps. r=h4writer
...
--HG--
extra : rebase_source : c6eb53e295f648267c0dfbcf7f34709a3eccf15a
2013-09-04 12:35:50 +02:00
Jonathan Watt
9c1142dce4
Bug 907503 - Test that invalidation works for SMIL animation in SVG-as-an-image. r=longsonr
2013-09-04 11:39:32 +01:00
Jonathan Watt
01b166fcef
Bug 907503 - Fix invalidation for SMIL animation in SVG-as-an-image. r=roc
2013-09-04 11:39:31 +01:00
Jonathan Watt
05acb4b403
Bug 911862 - Make VectorImage use the refresh driver to send out frame change notifications. r=dholbert
2013-09-04 11:39:30 +01:00
Ed Morley
ad96cc4b8b
Backed out changeset 69be1a2ffd39 (bug 912244) for Marionette failures on a CLOSED TREE
2013-09-04 11:30:06 +01:00