Commit Graph

281975 Commits

Author SHA1 Message Date
Bill McCloskey
c3bc091a7d Bug 1240985 - Add mLastError to track sync Send errors better (r=dvander) 2016-01-27 15:08:57 -08:00
Bill McCloskey
3ffdde6465 Bug 1242097 - Support sync module for logging (r=erahm) 2016-01-27 15:08:56 -08:00
Bill McCloskey
463d39f455 Bug 1240985 - Crash when trying to cancel while dispatching urgent message (r=dvander) 2016-01-27 15:08:54 -08:00
Jeff Walden
c5a00d7798 Bug 1242043 - {Array,%TypedArray%}.prototype.{i,lastI}ndexOf should never return -0. r=jorendorff 2016-01-24 23:41:38 -08:00
Jeff Walden
24d3f30ce1 Bug 1243242 - Don't make structured cloning O(n**2) in the size of the transferables array. r=sfink 2016-01-27 12:29:17 -08:00
Jeff Walden
c86cd2047c Bug 1079844 - Change various non-js/ files/tests/etc. to refer to detaching of ArrayBuffers rather than neutering. (DOM references to "neutering" of DOM things remain as neutering.) r=bz 2016-01-25 18:10:22 -08:00
Jeff Walden
15aa119c65 Bug 1243114 - Convert PromiseCapability::mPromise to a rooted JSObject* instead of a rooted JS::Value. r=bz 2016-01-26 23:26:39 -08:00
Zachary Carter
ee66cd2839 Bug 1210586 - add entrypoint when opening Sync setup from tabs sidebar r=markh 2016-01-27 14:55:02 -08:00
Jonathan Watt
a8cd5c82c3 Bug 893332, part 4 - Crashtests. r=baku 2016-01-27 22:51:54 +00:00
Jonathan Watt
72bd279da0 Bug 893332, part 3 - Don't assert range underflow state under the parser. r=baku 2016-01-27 22:51:54 +00:00
Jonathan Watt
2bc16f206b Bug 893332, part 2 - Update validity state before asserting range underflow state. r=baku 2016-01-27 22:51:54 +00:00
Jonathan Watt
035df63ef9 Bug 893332, part 1 - Rename misnamed SetValidityState/GetValidityState arguments. r=baku 2016-01-27 22:51:54 +00:00
Zachary Carter
a30da60b4d Bug 1210586 - Create a Synced tabs sidebar r=markh 2016-01-27 14:40:30 -08:00
Nicholas Nethercote
4c9acc5639 Bug 1239864 (part 11) - Remove the old rect iterators. r=roc. 2016-01-14 14:57:50 -08:00
Nicholas Nethercote
06573ee35c Bug 1239864 (part 10) - Use the new rect iterators in view/ and widget/. r=roc. 2016-01-18 17:20:59 -08:00
Nicholas Nethercote
508aa6646a Bug 1239864 (part 9) - Use the new rect iterators in layout/ and ipc/. r=dholbert. 2016-01-18 17:20:59 -08:00
Nicholas Nethercote
d7cc35a263 Bug 1239864 (part 8) - Use the new rect iterators in gfx/. r=nical. 2016-01-18 17:20:58 -08:00
Nicholas Nethercote
e2fa036ae9 Bug 1239864 (part 7) - Use the new rect iterators in gfx/. r=nical. 2016-01-18 17:20:58 -08:00
Nicholas Nethercote
63f6f52834 Bug 1239864 (part 6) - Use the new rect iterators in gfx/. r=nical. 2016-01-18 17:20:58 -08:00
Timothy Nikkel
37f2843999 Bug 1241729. Add crashtest. 2016-01-27 16:19:34 -06:00
Timothy Nikkel
b0c0939414 Bug 1241728. Add crashtest. 2016-01-27 16:19:34 -06:00
Timothy Nikkel
a537ac9678 Bug 1241728. Limit the size of images that we will downscale from to 1048576 pixels. r=edwin
This avoids spending too much cpu/memory downscaling absolutely huge images.
2016-01-27 16:19:33 -06:00
Nathan Froyd
184c03e2ad Bug 1243488 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in uriloader/exthandler/; r=bz 2015-12-06 10:47:18 -05:00
Terrence Cole
14a4339577 Bug 1007136 - Ensure malloc/free always match when using JSAutoByteString; r=bz 2016-01-26 14:53:38 -08:00
Terrence Cole
9964bfe4ca Bug 1234862 - Part 5: Rename DefaultGCPolicy to GCPolicy; r=sfink 2016-01-26 12:53:35 -08:00
Terrence Cole
ba5d237f9c Bug 1234862 - Part 4: Always use DefaultGCPolicy for TraceableFifo; r=sfink 2016-01-25 11:12:13 -08:00
Terrence Cole
5b214194eb Bug 1234862 - Part 3: Always use DefaultGCPolicy for GCHashTables; r=sfink 2016-01-25 08:43:53 -08:00
Terrence Cole
1271797189 Bug 1234862 - Part 2: Always use DefaultGCPolicy with GCVector; r=sfink 2016-01-22 11:24:11 -08:00
Terrence Cole
48265427a8 Bug 1234862 - Part 1: Rename GCMethods to BarrierMethods; r=sfink 2015-12-28 10:11:40 -08:00
Henrik Skupin
5b8e53aa53 Bug 1241061 - [firefox-ui-tests] Only set file permissions during unzip if attributes are available. r=maja_zf DONTBUILD 2016-01-27 21:54:27 +01:00
William Chen
c2ad4f718d Bug 1241727 - Inverting non-invertible WebKitCSSMatrix should throw NotSupportedError. r=baku 2016-01-27 12:49:57 -08:00
Kit Cambridge
26b9d1307f Bug 1228723 - Avoid a promise worker proxy deadlock caused by synchronous Push callbacks. r=catalinb 2016-01-26 12:16:32 -08:00
Masatoshi Kimura
335b9a49c6 Bug 1242926 - Increase the max retry attempt number. r=mcmanus 2016-01-28 05:44:48 +09:00
Ehsan Akhgari
dc29e5f515 Bug 1197379 - Remove support for intercepting app:// URIs using service workers; r=jdm 2016-01-27 15:26:27 -05:00
Eric Faust
99925bf95f Bug 1238461 - Fix differential output involving JSOP_TOID. (r=jandem) 2016-01-27 11:26:52 -08:00
Sebastian Hengst
bec64c8499 Backed out 4 changesets (bug 1195173) for webtest failures. r=oranges on a CLOSED TREE
Backed out changeset 92b7c3c6e875 (bug 1195173)
Backed out changeset d026d6f185ab (bug 1195173)
Backed out changeset 3b51d7bae8e4 (bug 1195173)
Backed out changeset a75bb8d083e8 (bug 1195173)
2016-01-27 20:24:52 +01:00
Sebastian Hengst
06580c8754 Backed out changeset 40b6b9e6562a (bug 1243031) for Spidermonkey bustage. r=bustage on a CLOSED TREE 2016-01-27 19:27:44 +01:00
Christoph Kerschbaumer
83ca958307 Bug 1195173 - Test asyncopen2 security checks for stylesheets (r=bz) 2016-01-26 15:31:33 -08:00
Christoph Kerschbaumer
3d7e69aeb2 Bug 1195173 - Apply CSP to preloaded styles within layout/style/Loader.cpp (r=bz) 2016-01-26 15:31:19 -08:00
Christoph Kerschbaumer
086741cd95 Bug 1195173 - Convert ExtensionProtocolHandler to use channel->Open2() (r=maglione) 2016-01-26 15:31:02 -08:00
Christoph Kerschbaumer
a958cba0d4 Bug 1195173 - Use channel->ascynOpen2 layout/style/Loader.cpp (r=bz) 2016-01-26 15:30:47 -08:00
Hannes Verschore
34c6166fbe Backed out changeset cdd0f1f00cda (bug 1241087) for leaking memory on win x64 a=backout 2016-01-27 12:50:00 -05:00
George Wright
3960ae8418 Bug 1242450 - Do not display hidden <option> elements in e10s r=mconley 2016-01-27 12:45:32 -05:00
George Wright
b3eaae1995 Bug 1179732 - Make the tresize addon e10s compatible r=jmaher 2016-01-27 12:40:57 -05:00
Steve Fink
af51eca272 Bug 1237445 - Rekey ArrayObjectTable, r=terrence 2016-01-20 09:27:02 -08:00
Steve Fink
5f1408fee8 Bug 1237445 - Use GCHashSet for RegExpShared sweeping, r=terrence 2016-01-12 12:55:35 -08:00
Steve Fink
0096938b09 Bug 1237445 - Use GCHashSet for BaseShapeSet and InitialShapeSet, r=terrence 2015-11-13 16:22:35 -08:00
Benjamin Bouvier
7e221f0076 Bug 1242949: Add explicit keyword to WasmAstBlock ctor; r=bustage 2016-01-27 18:36:16 +01:00
Benjamin Bouvier
d028fb1648 Bug 1243373: Ensure all declared functions are defined; r=luke 2016-01-27 15:30:08 +01:00
Benjamin Bouvier
004117ad04 Bug 1242949: Implement Block in WebAssembly; r=luke 2016-01-27 10:51:03 +01:00