Jim Blandy
295ec84ea2
Bug 1031143: Make CaptureCurrentStack accept an optional limit on the number of frames captured. r=shu
2014-07-03 12:11:24 -07:00
Robert Longson
f80c37ea97
Bug 556441 - Interpolation fails for stroke-width and stroke-dashoffset when animating between unitless values & values with units. r=dbaron
2014-07-03 20:05:43 +01:00
Luke Wagner
07142666f2
Bug 1030446 - dom/asmjscache/tests should pass if isAsmJSCompilationEnabled is false (r=me)
...
--HG--
extra : rebase_source : c9f2ef6114cf1d29a4081cb9e3aa72b7e9a800b1
2014-07-03 12:39:53 -05:00
Luke Wagner
a3cf5fed71
Bug 1030446 - Build a list of code ranges and use this instead of CallSite for describing functions (r=dougc)
...
--HG--
extra : rebase_source : 6cb5cff2c3192f7d40315afe8007f7bd68549fec
2014-06-25 17:34:23 -05:00
Luke Wagner
0028103ec3
Bug 1030446 - Store and use exit-fp instead of exit-sp for asm.js stack unwinding (r=dougc)
...
--HG--
extra : rebase_source : 1c72f7049869064c465dc711f0cab8332ef7dc12
2014-06-25 15:15:46 -05:00
Luke Wagner
a43a101a5f
Bug 1030446 - Change asm.js tests to use setJitCompilerOption instead of looping a bunch (r=bbouvier)
...
--HG--
extra : rebase_source : 8fb050c73594545d93f59a031629c9d219de60ad
2014-06-25 14:28:36 -05:00
Luke Wagner
7e63273ff3
Bug 1030446 - Move AsmJSFrameIterator to its own file (r=dougc)
...
--HG--
extra : rebase_source : b747f42062c1324ebc453151f402903624f33bc5
2014-06-25 14:26:03 -05:00
Benoit Jacob
2e685fd274
Bug 1028383 - Make ITopLevelProtocol assert to enforce its assumptions that things happen on the main thread - r=bent
2014-07-03 14:53:35 -04:00
Benoit Jacob
616ab38143
Bug 774388 - Patch 11: Use a plain RunnableFunction to release the ImageBridgeParent singleton - r=mattwoodrow
2014-07-03 14:53:34 -04:00
Benoit Jacob
6b1ce47d0e
Bug 774388 - Patch 10: destroy the ImageBridgeChild singleton on the main thread (and sprinkle some assertions) - r=mattwoodrow
2014-07-03 14:53:32 -04:00
Benoit Jacob
0ce7e6bc43
Bug 774388 - Patch 9: Introduce NS_INLINE_DECL_THREADSAFE_REFCOUNTING_WITH_MAIN_THREAD_DESTRUCTION - r=mattwoodrow
2014-07-03 14:53:31 -04:00
Benoit Jacob
4426b5bf8c
Bug 774388 - Patch 8: Avoid a deadlock between shutdown of CompositorParent and of CompositorThreadHolder - r=mattwoodrow
2014-07-03 14:53:29 -04:00
Benoit Jacob
5d921050a5
Bug 774388 - Patch 7: Block the main thread on compositor shutdown - r=mattwoodrow
2014-07-03 14:53:28 -04:00
Benoit Jacob
5792743acd
Bug 774388 - Patch 5: Wait for [CrossProcess]CompositorParent's to be gone before we tear down the compositor thread - r=mattwoodrow
2014-07-03 14:53:27 -04:00
Benoit Jacob
ed1772f506
Bug 774388 - Tiny reordering of when we shut down Layers IPC - r=nical,mattwoodrow
2014-07-03 14:53:25 -04:00
Benoit Jacob
0e68107d00
Bug 1033358 - Make NS_IsMainThread use its own TLS so it's always correct, from early init to exit time - r=bsmedberg
2014-07-03 14:53:24 -04:00
Benoit Jacob
6e4aca3cdf
Bug 1033358 - Fix linking of the AVOID_NSPR build - r=bsmedberg
2014-07-03 14:53:22 -04:00
Robert Longson
36f04c34b4
Bug 1024860 - getTotalLength on an empty path should not throw but return 0 instead. r=jwatt,bzbarsky
2014-07-03 19:50:42 +01:00
Timothy Nikkel
ebd5b0ef6e
Bug 1029718. Skip transform calculation if region to transform is empty for layer event regions. r=mstange
...
This means that we keep empty regions empty instead of rounding out causing empty regions to become non-empty. It can be significant for perf. Bug 1016525 fixed this. Bug 977831 regressed this.
2014-07-03 13:40:13 -05:00
Ryan VanderMeulen
1faa299871
Backed out changeset 9f1c312a85ee (bug 918386) for crashes.
2014-07-03 14:37:10 -04:00
Jim Blandy
c4c96eb42c
Bug 1005323: In nsTemporaryFileInputStream::ReadSegments, call writer correctly. r=roc
...
- Respect the byte count that writer returns; don't assume it always accepts the full amount.
- If writer returns an error, return NS_OK with a partial write count; don't continue writing data.
- Simplify counters slightly.
2014-07-03 11:32:50 -07:00
Jim Blandy
202b002e43
Bug 1033581: Don't worry about the compartment of the owning element for a script's JS code. r=bholley
2014-07-03 11:12:03 -07:00
Bobby Holley
2d531b7c33
Bug 1032457 - Implement the |allowCallbacks| parameter to exportFunction. r=gabor
2014-07-03 11:00:54 -07:00
Bobby Holley
e99f0db620
Bug 1032457 - Separate out cloning and non-cloning function forwarders. r=gabor
...
We're going to add functionality to the cloning version, and the non-cloning
version is going away.
2014-07-03 11:00:54 -07:00
Bobby Holley
62998b097a
Bug 1032457 - Rename ExportOptions to ExportFunctionOptions. r=gabor
2014-07-03 11:00:53 -07:00
Walter Litwinczyk
28f18d3f1c
Bug 1024803 - Added comments and asserts to nsBMPDecoder to make it clearer that an overflow is not possible. r=milan
2014-07-03 09:56:11 -07:00
Milan Sreckovic
8b27a0b4d2
Bug 918386: Add webidl for adapter subsys. Only relevant on Windows. r=vvukicevic.
2014-06-30 14:26:39 -04:00
Seth Fowler
ba1aceec73
Bug 1027611 (Part 2) - Crashtest. r=bz
...
--HG--
extra : rebase_source : e1ce347dd019cf4e7a538a3f7a42a8409f7d644a
2014-07-03 10:55:37 -07:00
Christoph Kerschbaumer
7acc46686c
Bug 1034156 - CSP: updating csp/test_bug949549.html to use C++ backend (r=sstamm)
...
--HG--
extra : rebase_source : f3c4ad3f7b2bee8ecde302bdd70f259271191069
2014-07-03 10:23:16 -07:00
Sid Stamm
7ffb250546
Bug 1034157 - Fix CSP's internal calls to AsyncReportViolation so they use mSelfURI, and the right load context is checked in the report sending logic
...
--HG--
extra : rebase_source : dad8299e0e2baa87dfeba8bc49fbabb22a70cb9b
2014-07-03 10:36:53 -07:00
Randell Jesup
f60eeceb34
Bug 1034136: Fix all.js typo in aec setting and add defualt for h264_enabled r=ehugg
2014-07-03 13:40:49 -04:00
Olli Pettay
fb7f4fa1d7
Bug 1026047, add IsInComposedDoc()/GetComposedDoc() and IsInUncomposedDoc()/GetUncomposedDoc() to make it more clear whether Shadow DOM is being handled, r=bz
...
--HG--
extra : rebase_source : 614cd9090b00039363e8a52f3060585f4a505b99
2014-07-03 20:02:07 +03:00
Ryan VanderMeulen
bab0334029
Backed out changesets 4cd69faa8bc0 and 54252e150439 (bug 976963) for B2G mochitest failures.
2014-07-03 13:31:31 -04:00
Ryan VanderMeulen
658554a580
Backed out changesets 4a19dcbc7e7a and 4907115e02e3 (bug 1029248) for non-unified bustage.
...
CLOSED TREE
2014-07-03 13:19:29 -04:00
Bill McCloskey
ed70539e9e
Bug 1029248 - Allow CPOWs to QI to non-scriptable interfaces (r=mrbkap)
2014-07-03 09:48:21 -07:00
Bill McCloskey
42d60ab372
Bug 1029248 - Add helpers to simplify CPOW unwrapping (r=mrbkap)
2014-07-03 09:48:21 -07:00
Ryan VanderMeulen
d5a9289ee7
Bug 967614 - Comment out bogus assertion and re-enable test_closeOnGC.html on Android and B2G. r=khuey
2014-07-03 12:47:38 -04:00
Randell Jesup
11047083d3
Bug 989944: Increase decode timestamp map to handle delayed decode on 8x10 r=jesup
2014-07-03 12:46:28 -04:00
Bobby Holley
b9e58ec853
Bug 1032317 - Get rid of JSD early return in RemoteXULForbidsXBLScope. r=gabor
2014-07-03 09:40:52 -07:00
Bobby Holley
71f1a77169
Bug 1032317 - Make CompartmentPrivate and XPCWrappedNativeScope accessors infallible. r=gabor
2014-07-03 09:40:52 -07:00
Bobby Holley
0eb34339eb
Bug 1032317 - Remove XPCWrappedNativeScope::GetNewOrUsed. r=gabor
2014-07-03 09:40:52 -07:00
Bobby Holley
30506cb311
Bug 1032317 - Remove nsIXPConnect::InitClasses. r=gabor
2014-07-03 09:40:52 -07:00
Jan Beich
e1a62a14aa
Bug 1032930 - Unbreak --disable-ion build after bug 1013172. r=h4writer
2014-07-02 09:34:00 -04:00
Michael Shuen
86dd55d546
Bug 1031920 - Stop leaking mDataPtr on failure in ArrayBufferBuilder::getArrayBuffer. r=smaug
2014-07-01 08:36:00 -04:00
Anup-Allamsetty
749694f55a
Bug 1030299 - Cleanup a build warning in Volume.cpp. r=dhylands
2014-06-27 18:50:00 -04:00
Dan Glastonbury
d67a04cc1d
Bug 1028891 - Detach textures/renderbuffers from framebuffer when deleting. r=jgilbert
2014-06-24 17:15:44 +10:00
Valentin Gosu
fef5dffe51
Bug 1026022 - Check that string is UTF8. r=mcmanus
2014-07-02 19:12:19 +03:00
Qeole
0b77d65ae0
Bug 1011339
- Closing OOPP plugin container in TryUnloadPlugin, even if mLibrary is loaded. r=bsmedberg
2014-07-02 08:34:00 -04:00
Maksim Lebedev
69226a8826
Bug 976963 - Add test. r=smaug
2014-07-02 04:23:00 -04:00
Maksim Lebedev
7e162c883a
Bug 976963 - After invoking the releasePointerCapture method on an element, subsequent events for the specified pointer must follow normal hit testing mechanisms for determining the event target. r=smaug
2014-06-20 09:20:00 -04:00