Commit Graph

251232 Commits

Author SHA1 Message Date
Bill McCloskey
dab95c906f Bug 1177013 - CancelCurrentTransaction IPC support (r=dvander) 2015-07-02 17:18:10 -07:00
Bill McCloskey
0b37c37a37 Bug 1177013 - Modernize test_cpows.xul (r=dvander) 2015-07-02 17:18:10 -07:00
Bill McCloskey
45a47c6c55 Bug 1177013 - Add-on install test changes (r=mrbkap) 2015-07-02 17:18:09 -07:00
Bill McCloskey
dd4bce4b11 Bug 1177013 - Use sendRpcMessage for context menu (r=mrbkap) 2015-07-02 17:18:09 -07:00
Bill McCloskey
663e318ba8 Bug 1177013 - Don't allow prio messages while dispatching sync messages (r=dvander) 2015-07-02 17:18:09 -07:00
Bill McCloskey
efe9ba545e Bug 1177013 - Change IPC locking to get transaction ID correct (r=dvander) 2015-07-02 17:18:09 -07:00
Anthony Zhang
7510db7572 Bug 1172113 - Add bucket count and ranges to histogram_tools. r=vladan 2015-06-15 11:13:13 -04:00
Jonathan Watt
0dfb07a4fa Bug 1177688, part 6 - Follow-up to provide a default BlobDirState::eUnknownIfDir arg to BlobImplBase's ctor to avoid excessively specifying the same argument. r=baku 2015-06-23 00:31:40 +01:00
Jonathan Watt
2d37df1514 Bug 1177688, part 5 - Follow-up to use nsAutoString on the stack in Directory to avoid unnecessarily allocating. r=baku 2015-06-23 00:31:38 +01:00
Jonathan Watt
abff17a4db Bug 1177688, part 4 - Add DeviceStorage tests for the new .getFilesAndDirectories() and .path API on Directory. r=baku 2015-06-23 00:31:36 +01:00
Jonathan Watt
c8a606b5b5 Bug 1177688, part 3 - Implement .getFilesAndDirectories() and .path for DOM Directory objects. r=baku 2015-06-23 00:31:34 +01:00
Jonathan Watt
e840d49310 Bug 1177688, part 2 - Add support to the FileSystem code for obtaining a listing of a Directory's Directory and File contents via a sequence of Blobs, forking appropriately to support both for e10s and non-e10s. r=baku 2015-06-23 00:31:32 +01:00
Jonathan Watt
d88c51e319 Bug 1177688, part 1 - Add API and functionality to the BlobImpl classes so that BlobImpl's that are created from an nsIFile can provide information about whether or not the nsIFile was a directory. r=baku 2015-06-23 00:31:28 +01:00
Daniel Holbert
a149f81b37 Bug 1178938 followup: Add missing 'override' keyword to OggDecoder methods Clone() and CreateStateMachine(). rs=ehsan 2015-07-02 16:31:54 -07:00
Daniel Holbert
8d4db4e9b0 Bug 1061909 followup: Add missing 'override' keyword to count() methods in DebuggerMemory.cpp. rs=ehsan 2015-07-02 16:31:53 -07:00
Daniel Holbert
71a4a2c20e Bug 1166910 followup: Add missing 'override' keyword to HTMLImageElement method GetImageReferrerPolicy. rs=ehsan 2015-07-02 16:31:48 -07:00
Jonathan Watt
e3a00450d6 Bug 1176849 - Make the file picker fatally assert if any of the objects returned by the file picker are not nsIDOMBlob objects. r=baku 2015-06-11 10:58:19 +01:00
Karl Tomlinson
59053964d3 bug 1179662 call DisconnectFromGraph once only during unlink r=padenot 2015-07-02 18:11:31 +12:00
Karl Tomlinson
2dbeadf947 bug 1179662 call UnregisterAudioBufferSourceNode only once r=padenot
Because these nodes are only registered on PannerNodes if they have a
stream, they need only be unregistered once after the stream is destroyed.

Previously unregistration happened on finish, unlink, and destructor.
2015-07-02 18:14:54 +12:00
Karl Tomlinson
a15e2044e2 crashtest for bug 1179662 2015-07-02 15:55:52 +12:00
Karl Tomlinson
09a0031122 bug 1179662 handle null AudioNodeStream stream r=padenot 2015-07-02 17:45:11 +12:00
Karl Tomlinson
08a8f05f71 bug 1179662 rename AudioNode::Stream() to GetStream() as it may return null r=padenot 2015-07-02 17:30:36 +12:00
Karl Tomlinson
623738f4de bug 1179662 specify AudioNode::mStream as AudioNodeStream r=padenot 2015-07-02 17:36:07 +12:00
Karl Tomlinson
f5ba99fd87 bug 1179662 uninline DestroyMediaStream overrides so that mStream type need not be complete r=padenot 2015-07-02 16:44:31 +12:00
Paul Adenot
9340cddc4d Bug 1175510 - Update the AudioBufferSourceNode <=> PannerNode mapping when destroying AudioNodeStream. r=karlt 2015-07-02 05:43:52 +02:00
Ehsan Akhgari
2f8b61575c Bug 1179489 - Don't count service workers towards an origin's max worker quota; r=nsm
This is a follow-up to bug 1178339.
2015-07-02 18:48:48 -04:00
Nicholas Nethercote
6122d59008 Bug 1179657 - Remove PL_DHASHMETER. r=froydnj.
Because it's totally busted and not a very good way of getting that kind of
statistics.
2015-07-01 22:59:53 -07:00
Wes Kocher
85ac5f54db Backed out 4 changesets (bug 1167808) for mulet mochitest-4 permafail in test_fetch_cors_sw_reroute.html
Backed out changeset 1c9c72d93973 (bug 1167808)
Backed out changeset 9c94c759a0fb (bug 1167808)
Backed out changeset e8ac89eafb1d (bug 1167808)
Backed out changeset 48abf470ef5b (bug 1167808)
2015-07-02 15:30:29 -07:00
Hamzata Diallo
9a79d7372b Bug 1178513 - Export libxul symbols needed by ACL. r=mattwoodrow 2015-07-02 15:19:35 -07:00
Chris Manchester
e11df26880 Bug 1179945 - Deal with spaces in file names when generating test archive dependencies. r=bhearsum 2015-07-02 15:15:08 -07:00
Ben Kelly
1bfac8d31d Bug 1167808 P4 Test that respondWith() for a browser load reads the body correctly. r=ehsan 2015-07-02 14:34:01 -07:00
Ben Kelly
5c34989700 Bug 1167808 P3 FetchEvent.respondWith() should use opaque response internal body. r=nsm 2015-07-02 14:34:00 -07:00
Ben Kelly
51bfd7da7c Bug 1167808 P2 Block opaque response interception if pref is disabled. r=ehsan 2015-07-02 14:34:00 -07:00
Ben Kelly
4f001d49c3 Bug 1167808 P1 Add dom.serviceWorkers.interception.opaque.enabled pref. r=ehsan 2015-07-02 14:34:00 -07:00
Geoff Brown
84ee9a4b85 Bug 1085591: Move most initialization off of onWindowFocusChanged; r=mhaigh 2015-07-02 15:24:29 -06:00
Terrence Cole
68d0b85c11 No Bug - Fix test count generation when jit-flags is set; r=meow 2015-07-02 14:18:26 -07:00
Ralph Giles
9ca7f3231f Bug 1179885 - Update rust mp4parser gtest. r=k17e
Switch to stdio for reading the file snippet. I can't figure
out how to cleanly read a minimum subset into a vector with
ifstream. Previously we were asking it to read zero bytes,
so the argument validation in read_box_from_buffer() was
rejecting the data without trying to parse it.

With this and the v0.0.9 changes to catch eof, we can remove
the expected fail on the street.mp4 test.
2015-07-02 14:12:14 -07:00
Ralph Giles
ceac1e9238 Bug 1179885 - Update rust mp4parser to v0.0.9. r=k17e
Source from https://notabug.org/rillian/mp4parse-rust

Modified to use byteorder as a local mod instead of an
extern crate, per bug 1175322.
2015-07-02 14:12:13 -07:00
Nishad P
b4f1b16eab Bug 1178513 - Added RGBA8888 to RGB565 converter. r=mattwoodrow 2015-07-02 13:53:06 -07:00
Tom Schuster
b56cf26ce7 Bug 1171053 - Remove JS_BindCallable. r=efaust 2015-07-02 22:46:19 +02:00
Tom Schuster
4d9139659d Bug 1177801 - Remove NewObjectWithProto. r=bhackett 2015-07-02 22:46:19 +02:00
Martin Thomson
202ada6261 Bug 1176434 - Enabling indexedDB for content JS sandboxes, r=bent 2015-07-02 13:30:15 -07:00
Sean Stangl
1e2cbf6adf Bug 1179502 - Remove extraneous MacroAssembler ARM64 code. r=efaust 2015-07-01 15:16:48 -07:00
Ryan VanderMeulen
7be1b6b6aa Merge m-c to inbound. a=merge 2015-07-02 15:58:52 -04:00
Ryan VanderMeulen
c7b036e25f Merge fx-team to m-c. a=merge 2015-07-02 15:58:09 -04:00
Ryan VanderMeulen
7d3141f9a0 Merge b2g-inbound to m-c. a=merge 2015-07-02 15:57:05 -04:00
Ryan VanderMeulen
92f1e57637 Merge inbound to m-c. a=merge 2015-07-02 15:50:36 -04:00
Mason Chang
45602afd9a Bug 1178447. Make gfx sanity test run offscreen. r=dvander 2015-07-02 12:47:10 -07:00
Bobby Holley
0fd62d5545 Bug 1178938 - Mirror shutdown-ness from the MDSM to the MD. r=jww 2015-07-02 12:38:44 -07:00
Bobby Holley
032c964e99 Bug 1178938 - Make MediaDecoderReader::DecodeToFirstVideoData async. r=jww 2015-07-02 12:38:44 -07:00