User Push date [To Local] | Changeset | Patch author — Commit message |
---|---|---|
rocallahan@mozilla.com Fri Jul 03 11:12:01 2015 +0000 | 355250be731743575307e61eb7ef209337fc55c1 | Robert O'Callahan — Bug 1143575. Add a bias value to ImageHost to avoid unpredictable results when image times and compositor times are closely aligned. r=nical |
e0c5ade4d2b10948ac1d747016741477d141ff2e | Robert O'Callahan — Bug 1143575. Push all available frames to the compositor. r=cpearce | |
b133a40b4cb0bf8fade5a19c4defa845e0ac1f06 | Robert O'Callahan — Bug 1143575. Refactor UpdateRenderedVideoFrames to support pushing multiple frames from the VideoQueue to the ImageContainer. r=cpearce | |
58a249c5ebb7282a46360916976059579a980245 | Robert O'Callahan — Bug 1143575. Add frame IDs to VideoData. r=cpearce | |
232f8061b95ecf5175a7a98587b8f55331fdf738 | Robert O'Callahan — Bug 1143575. Add MediaQueue::GetFirstElements. r=cpearce | |
0f0793a90fcb9de05d62753e230f9248281bc08e | Robert O'Callahan — Bug 1143575. Introduce VideoFrameContainer::SetCurrentFrames. r=cpearce | |
47d10d48758ab15a1d5adb7349dcc5093f754cc6 | Robert O'Callahan — Bug 1143575. Introduce VideoFrameContainer::ClearCurrentFrame(size), and don't increment mFrameID when clearing frames. r=cpearce | |
95c5680235865c8341ce940c62f314d0507f434d | Robert O'Callahan — Bug 1143575. Let ImageContainer::SetCurrentImages accept multiple images. r=nical | |
761e6a0af1f41cdf51edde2d74cc79fb9553f99b | Robert O'Callahan — Bug 1143575. Let callers of ImageContainer::SetCurrentImages specify frame IDs. r=nical | |
ae9e9b8040111cfe4caa054aaaa6224fbb224a13 | Robert O'Callahan — Bug 1143575. Reimplement ImageContainer::GetPaintCount to be composition-aware. r=nical | |
b15621ee9c72530afca8dbcb04ab0313d0ca6312 | Robert O'Callahan — Bug 1143575. Implement ImageContainer::GetDroppedCount. r=nical | |
3d1a996a1e744af4bd942c045a1c563f68798e73 | Robert O'Callahan — Bug 1143575. Clarify code by renaming method to ClearCurrentImageFromImageBridge. r=nical | |
d7e9db8d68666d8f195347458d872e452471c701 | Robert O'Callahan — Bug 1143575. Remove ClearAllImagesExceptFront because it doesn't do anything. r=nical | |
1c47936950a0146079af7f4bd7c1ad4404d10d53 | Robert O'Callahan — Bug 1143575. Implement ImageContainer::GetPaintDelay. r=nical | |
df65bc6e03f5b81a5fbc5e32145d6f9bd55cf9e8 | Robert O'Callahan — Bug 1143575. Don't report negative frame delays. r=cpearce | |
d55011e7b824f3f394484d5f17a12854460a2159 | Robert O'Callahan — Bug 1143575. Pass a list of timestamped images to ImageContainer::SetCurrentImages. r=nical | |
f03c73ac4d7702cbf2d43512f1cae6942a3755c2 | Robert O'Callahan — Bug 1143575. Async image invalidation does not necessarily need to invalidate the layer; LayerTreeInvalidation will do that for us. r=mattwoodrow | |
e4cafea58e302283728b7ac6dc4b64f2cfe4bd92 | Robert O'Callahan — Bug 1143575. Exit composition early if nothing is invalid. r=mattwoodrow | |
5a6d9072f718528df008e9af8cea6e1a95cb0e0f | Robert O'Callahan — Bug 1143575. Make LayerTreeInvalidation invalidate when an ImageLayerComposite's current frame has changed. r=mattwoodrow | |
897b526bed374966a3b46721ce0561b8878ed4e6 | Robert O'Callahan — Bug 1143575. Route ImageCompositeNotifications to ImageContainers. r=nical | |
5d7b66be05eb0b35c7057c4e0b33c831fc83f478 | Robert O'Callahan — Bug 1143575. Make ImageClientSingle handle multiple textures. r=nical | |
f1e81e6b486274e9bbfdd5df9ebfebbd5520d9f8 | Robert O'Callahan — Bug 1143575. Factor out AsyncTransactionWaiter from AsyncTransactionTracker so we'll be able to wait for multiple AsyncTransactionTrackers. r=nical,sotaro | |
71a19d03549151272b36e4a3e33eb10272d23646 | Robert O'Callahan — Bug 1143575. Fix some code formatting. r=nical | |
1ee043469e2ce3f516919afdf4fa06fc90ee1800 | Robert O'Callahan — Bug 1143575. ImageClient::UpdateImage should not return false when there's no image, because recreating the ImageClient won't help. r=nical | |
b2be8062ca8a331e4a09d04a714d64018b8dee2f | Robert O'Callahan — Bug 1143575. Remove ImageClientBridge::Updated. r=nical | |
7ef0a10fa41cbfd95571280dad03d6c93a483ec6 | Robert O'Callahan — Bug 1143575. Replace ImageClientSingle::UpdateImage's use of Image serial numbers with ImageContainer state generation counters, and switch it to use ImageContainer::GetCurrentImages. r=nical | |
68871db232526d0ee0b895927bfc8aca85b4c146 | Robert O'Callahan — Bug 1143575. Ensure we schedule another composite if ImageHost has pending images. r=nical | |
a7c9ce0fd83cad6721f3ed367a9f38b7b5b41e98 | Robert O'Callahan — Bug 1143575. Implement ImageHost support for multiple timed images. r=nical | |
4cfbe37b685332a5203e0562b671d083facf8aa7 | Robert O'Callahan — Bug 1143575. Store composition time in Compositor. r=nical | |
9567e347be3224a85e9d41ce04f871130c44419a | Robert O'Callahan — Bug 1143575. Extend IPDL OpUseTexture to support multiple timestamped images. r=nical | |
213c17643d7cd3422a1bf7e68bbe748c2dcadbd2 | Robert O'Callahan — Bug 1143575. Replace ImageContainer Lock methods with simplified AutoLockImage. r=nical | |
6e067539c2c051af93d653ad6a3465f90bcd9bd5 | Robert O'Callahan — Bug 1143575. Fix typo in ImageContainer comment. r=nical | |
67483b98feb7df82211d07afb6371540eaa577a8 | Robert O'Callahan — Bug 1143575. Rename ImageBridgeChild's AutoRemoteTextures to AutoRemoveTexturesFromImageBridge to avoid clashes with later work. r=nical | |
73b13f328e398167d94cdce8c97b8a8b8aaa3dc4 | Robert O'Callahan — Bug 1143575. Pass a picture rect with OpUseOverlaySource and OpUseTexture, and eliminate OpUpdatePictureRect. r=nical | |
439bfa84977b11c6b1cfd963be54bb7b865c90c2 | Robert O'Callahan — Bug 1143575. Remove unused MediaQueue::Empty. r=cpearce | |
f57771ffd0f6c01a6dda19be33d8366fffc167c8 | Robert O'Callahan — Bug 1143575. Keep currently-rendered frame at the front of the video queue. r=cpearce | |
5b07b595a5ca7206f56dfae421c6b8a7230e899d | Robert O'Callahan — Bug 1143575. Rename clock_time to clockTime. r=cpearce | |
3f0de889771f9c18348861509da4faced112a52f | Robert O'Callahan — Bug 1143575. ScheduleStateMachine when the playback rate changes, so we can update the rendered frame queue. r=cpearce | |
d12d05f5dd8ec720b4cbbb3546e4e4d5942bfdc1 | Robert O'Callahan — Bug 1143575. Make GetClock return a TimeStamp as well as the stream time. r=cpearce | |
3fb0da87c65f297cabe286d1932f95d6ef512d15 | Robert O'Callahan — Bug 1143575. Rename AdvanceFrame to UpdateRenderedVideoFrames. r=cpearce | |
4dbc962455c8285271af26f2a6abbc67bc36c1d0 | Robert O'Callahan — Bug 1143575. Remove Theora-only duplicate frame optimization. r=cpearce | |
3e8b2379cefaca160390f400930797249273aed4 | Robert O'Callahan — Bug 1143575. Fix indent. r=cpearce | |
df021e4d919062d889b0cc323e9824c7aa67228a | Robert O'Callahan — Bug 1143575. Convert SetCurrentImage(nullptr) callers to call ClearAllImages instead. r=nical | |
a4d9efef6b2937a831b83c8e937161b14b588d6e | Robert O'Callahan — Bug 1143575. Move mLayer from ImageClientBridge up into its superclass ImageClient. r=nical | |
6c9e81f36463d2b9b0f137fbe81cc7323d8d23c4 | Robert O'Callahan — Bug 1143575. Remove unused CompositableClient::OnTransaction. r=nical | |
5e34aee5440a2989b1bf48d092fdc16de7aa2d05 | Robert O'Callahan — Bug 1143575. Remove unused AttachAsyncCompositable overload. r=nical | |
1c67c9e9a17806fdaf8b394e91964b377f728655 | Robert O'Callahan — Bug 1143575. LayerManagerComposite can't get END_NO_COMPOSITE. r=mattwoodrow | |
e60e5c72e0edcaccfe24dfd66ccfdbc2433a5bf3 | Robert O'Callahan — Bug 1143575. Remove unused ReturnReleaseFence. r=nical | |
e3606c50b115fee0e02e58c23842ae0e96536717 | Robert O'Callahan — Bug 1143575. Remove unused VideoFrameContainer::ClearCurrentFrame aResetSize parameter. r=nical | |
0c78aeea6ef35a7d3cdd0ab288d4834eada099a1 | Robert O'Callahan — Bug 1143575. Remove unused ImageContainer::ResetPaintCount. r=nical | |
a7a344212f6b5e4bc563e07f37cd314f7209d61f | Robert O'Callahan — Bug 1143575. Rename mAsyncTransactionTrackeres to mAsyncTransactionTrackers. r=nical | |
891d6d7afa996c2b073ab34b7d9ac57d60d7b5a3 | Robert O'Callahan — Bug 1143575. Remove unused VideoFrameContainer::Reset. r=nical | |
7d4d78b27f935ea7d32006d84cc54551d0839844 | Robert O'Callahan — Bug 1143575. Remove unused CompositionNotifySink. r=nical | |
faa827249fb1d4abde3acfb02016ab6f39230d06 | Robert O'Callahan — Bug 1143575. Remove unused Image::IsSentToCompositor tracking. r=nical | |
f6b4fe7fd004f61dc5834f8530d93826d919f595 | Robert O'Callahan — Bug 1143575. Android's screenshotting code should invalidate the LayerManagerComposite to ensure composition will actually happen. r=nical | |
4b3f3c86fa1901fe73df9cc7a757a92e63dba811 | Robert O'Callahan — Bug 1143575. Make GL context current before cleaning up programs. r=nical | |
8f2cb7a4f0831deb641bc1c3c7263268a577aee0 | Robert O'Callahan — Bug 1143575. test_HaveMetadataUnbufferedSeek should not wait for canplay since preload='metadata' elements may not fire canplay. r=cpearce | |
c452ab92903d40e2aa113519060f8ca1f6e67141 | Robert O'Callahan — Bug 1143575. Add some #includes to avoid more unified-build issues on Windows. r=nical | |
8bfd7bbb21fbcdb72a4fc821d632518c3cd1efd8 | Robert O'Callahan — Bug 1143575. Add some #includes to avoid unified-build issues on Windows. r=nical | |
645ea390a7ae708011796d7ecf6369bdb1f62df2 | Robert O'Callahan — Bug 1143575. Add RefBase #include to stagefright stubs. r=cpearce | |
cfe55292fe4efda1016d43699e9fbf1e8388d0ac | Robert O'Callahan — Bug 1143575. Avoid use of COMPARE macro which can clash with Android headers. r=bent | |
8567e4ad05e182b2563ba72ceb8cc2aefe3d9f28 | Robert O'Callahan — Bug 1143575. Avoid including Android's GraphicBuffer.h from LayersTypes.h. r=nical | |
dde4ebc6acbaf348051b1ad169c1095831b1d663 | Robert O'Callahan — Bug 1143575. #include nsDebug.h in YCbCrImageDataSerializer.cpp for NS_WARN_IF. r=nical | |
4febbf3444f9e20e5c1bff877ccd7cf5caf4bfdd | Jonathan Kew — Bug 1177076 - patch 4 - Reftests for logical and physical caption-side placement. r=dholbert | |
4bf7a6bcd76f1b83f0aaf9072907bb897a23a166 | Jonathan Kew — Bug 1177076 patch 3 - Change the initial value of 'caption-side' from 'top' (physical) to 'block-start' (logical). r=heycam | |
d9ac80fce0e29d058246261c5944b60630364ca2 | Jonathan Kew — Bug 1177076 patch 2.1 - Annotate vertical-table-specified-width-2.html because it will assert in FinishReflowChild() due to unconstrained containerWidth. r=dholbert | |
8864f9b4bb29da127578d8045079d3cbc270e81b | Jonathan Kew — Bug 1177076 patch 2 - Convert nsTableOuterFrame to work with logical coordinates. r=dholbert | |
7938cd20bee305995cd2f5c6de0298fdb733407e | Jonathan Kew — Bug 1177076 patch 1 - Add logical values for the caption-side property (though not yet handled by layout code). r=heycam | |
f64379d16899ba205f37dc62f58b8784322bca22 | Carsten "Tomcat" Book — Merge mozilla-central to mozilla-inbound | |
b6a79816ee715edba178fb7e93c91c9879c564b0 | Carsten "Tomcat" Book — merge mozilla-inbound to mozilla-central a=merge | |
d835db867af3b4152b4812016072131c4c3a403a | Carsten "Tomcat" Book — merge fx-team to mozilla-central a=merge | |
e3033b7bfb08a8302c63239e725d01398148b547 | Wes Kocher — Merge m-c to fx-team, a=merge | |
f0fbcfe0a7a7f72a9ad4042f4249fa4d73a1b5de | Masatoshi Kimura — Bug 1179249 - Always use the modern settings dialog in Preferences on Windows 10. r=jaws | |
69d9848dd6a5807f67edf4ac377fbe26d29a5c23 | Brian Grinstead — Bug 1150578 - Adjust the bluegrey color for DevTools theme;r=gl | |
8445e75f3116c2b4ef865084d799b2f639704c63 | Carsten "Tomcat" Book — merge b2g-inbound to mozilla-central a=merge | |
dc3f467dfffb589805920dc66ce5697cf350adb7 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
12e1542e287935496b06346a7c41910e3c424c89 | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
88b3cf1ac84423a4f7c17edf58e2605be9041586 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
f63da40ddfcfac8197e3c558180ec2f080e99023 | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
aeb942ce255241ccfb375da6a00a293d18202865 | Wes Kocher — Merge m-c to b2ginbound, a=merge | |
d6092361b96f82cf59f17c6d0052228ab71e0d8c | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
15612eb927fd5e1d5c380f4234654f851bd9afe7 | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
fa9ac75516dd67dc907a5e837a92ce724ec7d3d6 | Ryan VanderMeulen — Bug 1178513 - Fix non-unified bustage. r=wchen | |
92a0df165c23ba6af5fbb881261d23ef40b28fac | Wander Lairson Costa — Bug 1179940: Bump phone-builder version. r=garndt | |
49f72333b40737ea7a8c83ccc6273b5c2fadce2c | Valentin Gosu — Bug 1048131 - Make some network events trigger a captive portal recheck r=mcmanus | |
ddd6b2e3aead4baed7623d4fbf90cff23032efa8 | Valentin Gosu — Bug 1048131 - Implement CaptivePortalService using nsICaptivePortalDetector r=mcmanus | |
5f2ca3ac2fcb0276d57dca010d65f803d942f8ce | Valentin Gosu — Bug 1048131 - Remove MOZ_CAPTIVEDETECT and enable captive portal detector for all products. r=mcmanus | |
58074516aedff83ff41a8d18992ee440744f3297 | Julian Seward — Bug 1173847 - Remove EXIDX unwinding functionality from LUL. r=mstange. | |
4ae685c946de8d37c0e6e39684c4290248b90ef1 | Hiroyuki Ikezoe — Bug 1179982 - Fix all compile errors in dom/workers on non-unified build. r=mrbkap | |
3faf3368ce6f68b80d363eafc407117fb3523723 | Benjamin Chen — Bug 1173272 - |getProperty('version')| returns different value on B2G or Android platforms. r=sotaro | |
0a8484884b6b45119eca37704ec07aca51631948 | Jan-Ivar Bruaroey — Bug 1037389 - add support for deviceId in gUM constraints (merged 11 patches). r=smaug, r=jesup | |
7a874cf3bf8e1378092bec6cc05a88738e1e0483 | Jan-Ivar Bruaroey — Bug 1152381 - implement mediaDevices.getSupportedConstraints. r=smaug, r=jesup | |
0d06cc55aed105e8ed3e5ff0a0b3568dbdd83429 | Phil Ringnalda — Back out 12 changesets (bug 1177013) on suspicion of causing b2g emulator debug test bustage | |
117d439135fbe865b646920e6bcfbb3db8566229 | Nicholas Nethercote — Bug 1175810 (part 1) - Remove PL_DHashTableEnumerator() use from nsScriptNameSpaceManager. r=bz. | |
20245e58fd57d704c756c36fdc45b49da05cf9f8 | Masayuki Nakano — Bug 1179090 ContentEventHandler should assume that there is selection at beginning of the document when there is no selection range r=smaug | |
e9901be6c59c25f51a31a101017966ec7b745104 | Ben Kelly — Bug 1167808 P4 Test that respondWith() for a browser load reads the body correctly. r=ehsan | |
0cd90691926c96c2cf800412bfdd6207312de530 | Ben Kelly — Bug 1167808 P3 FetchEvent.respondWith() should use opaque response internal body. r=nsm | |
ff32b1d206bbfe90a8fc251c3c61244a391fe458 | Ben Kelly — Bug 1167808 P2 Block opaque response interception if pref is disabled. r=ehsan | |
0bb107d007f27392e332a49b69c62109ec0af9e8 | Ben Kelly — Bug 1167808 P1 Add dom.serviceWorkers.interception.opaque.enabled pref. r=ehsan | |
6d96d03b8b202c75d099393387a06317330aa8f8 | Masayuki Nakano — Bug 1179122 TextComposition should manage a composition which is even in a child process r=smaug | |
3586a2f369588e9717ce0d3b27b4807b3f9d5516 | Garvan Keeley — Bug 1176261 - Discard gps with impossibly tiny accuracy. r=jaliu | |
edb7fc17176fcf7dc85eeb6e79dc9f573727b8ea | Gerald Squelart — Bug 1174565 - [EME] Report telemetry about which GMP files are missing - r=cpearce,spohl | |
64ed41dd62fe945b325063b23757dea8b7e306c4 | Gerald Squelart — Bug 1174565 - [EME] Add telemetry histograms about which GMP files are missing - r=vladan | |
ba1a49f438a699c670ebb657f153df45595acde1 | Chris Pearce — Bug 1179521 - [EME] Replace test_eme_obs_notification.html with test for mediakeys-request notification. r=gerald | |
320931d11606af27686b95db438d5ffe4e3a011c | Bobby Holley — Bug 1179499 - Dispatch NotifyPlayback{Started,Stopped}. r=jww | |
e6de3dd253b3f5bc2b702aafc30b8804c3b070ce | Bobby Holley — Bug 1179499 - Assert NS_IsMainThread on a bunch of MediaDecoder methods. r=jww | |
56625832153304231c87a3824c6768791659cbaa | Ryan VanderMeulen — Backed out changeset 50702da2194a (bug 1172113) for assertions. | |
0bad42d89c724e72c3b282b93f242fe88238e4ad | Wes Kocher — Merge m-c to inbound, a=merge | |
912aae0815f8494c155b0fb705b14d716029570c | Bill McCloskey — Bug 1177013 - Avoid memory leaks when returning errors from IPC Send (r=dvander) | |
3b6448172e508f647468fd9ddc5beaad687e7c6c | Bill McCloskey — Bug 1177013 - Telemetry for CPOW cancelation (r=dvander) | |
2af18bef57036e968f2a6fa6472f65062f51a51b | Bill McCloskey — Bug 1177013 - Fix big IPC comment (r=dvander) | |
e6bf35115c11f33898491a01f9da8bd68fa2c40b | Bill McCloskey — Bug 1177013 - Crash in IPC situations where we don't know what to do (r=dvander) | |
4d7f5205b60b71589166ed406fe3cc8f9815e10e | Bill McCloskey — Bug 1177013 - Fix IPDL tests for not allowing CPOWs during sync (r=dvander) | |
f7de893911bc2eea6e779a72bcb88c0aee10e63d | Bill McCloskey — Bug 1177013 - Use CancelCurrentTransaction to avoid crashes (r=dvander) | |
de79eba232f017380e07646364aea5e7ca0e6061 | Bill McCloskey — Bug 1177013 - CancelCurrentTransaction IPC support (r=dvander) | |
978a77b60f2a671b93f8f38a242ccb085d1c0341 | Bill McCloskey — Bug 1177013 - Modernize test_cpows.xul (r=dvander) | |
f5b52fa19511f3ce9bfbdde6d773e775f205afb2 | Bill McCloskey — Bug 1177013 - Add-on install test changes (r=mrbkap) | |
e14a7b70b6fa384c1b7cf567b7687cd4853c5d72 | Bill McCloskey — Bug 1177013 - Use sendRpcMessage for context menu (r=mrbkap) | |
d0f5a347465905056cd9c9d670dd80a8d84ad396 | Bill McCloskey — Bug 1177013 - Don't allow prio messages while dispatching sync messages (r=dvander) | |
bff9f07dad5259c482ae8fa15ac4b977612cb99d | Bill McCloskey — Bug 1177013 - Change IPC locking to get transaction ID correct (r=dvander) | |
50702da2194ad31a0c4b4a8957fc66889c478a56 | Anthony Zhang — Bug 1172113 - Add bucket count and ranges to histogram_tools. r=vladan | |
7bc1239c1824e8d5e3069c30ac64d2af6eab2494 | Jonathan Watt — 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 | |
2b8f3a6f201c93b2f00143433ae981acc4dcf0ff | Jonathan Watt — Bug 1177688, part 5 - Follow-up to use nsAutoString on the stack in Directory to avoid unnecessarily allocating. r=baku | |
99dcb834270751db2389900e81e844cf3328ecfb | Jonathan Watt — Bug 1177688, part 4 - Add DeviceStorage tests for the new .getFilesAndDirectories() and .path API on Directory. r=baku | |
c050de3408c8992a07299c7da8bd8006d48f8073 | Jonathan Watt — Bug 1177688, part 3 - Implement .getFilesAndDirectories() and .path for DOM Directory objects. r=baku | |
8e404e27bd8a9b600c2525999124d3bcd3bbf303 | Jonathan Watt — 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 | |
e53abe7d9acc05f3b6fbc7e0a711ca982c7e6b06 | Jonathan Watt — 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 | |
97a71b167f2a87c6a53dfc96adcc367f0af6d738 | Daniel Holbert — Bug 1178938 followup: Add missing 'override' keyword to OggDecoder methods Clone() and CreateStateMachine(). rs=ehsan | |
db8df0acaa254870aad80a62898ac8979e2bb7b7 | Daniel Holbert — Bug 1061909 followup: Add missing 'override' keyword to count() methods in DebuggerMemory.cpp. rs=ehsan | |
8c8a4fd19f56710da68225882505fbb4ac26643b | Daniel Holbert — Bug 1166910 followup: Add missing 'override' keyword to HTMLImageElement method GetImageReferrerPolicy. rs=ehsan | |
f0199cece2eac0a0cb029a635a965695d53ef01e | Jonathan Watt — Bug 1176849 - Make the file picker fatally assert if any of the objects returned by the file picker are not nsIDOMBlob objects. r=baku | |
9bbcd0482756468738e3795734dddc2ded0729aa | Karl Tomlinson — bug 1179662 call DisconnectFromGraph once only during unlink r=padenot | |
0f969a016248715a8a9900ae0010bfe0b6bd2520 | Karl Tomlinson — bug 1179662 call UnregisterAudioBufferSourceNode only once r=padenot | |
925c04c394e73234c9a556f3a5a17f77c313972c | Karl Tomlinson — crashtest for bug 1179662 | |
9b56fb5bde8c7c6a8ec4efa32c1f64d765b24d69 | Karl Tomlinson — bug 1179662 handle null AudioNodeStream stream r=padenot | |
23b96ee6b007160c5df487cf650c59765ea499ef | Karl Tomlinson — bug 1179662 rename AudioNode::Stream() to GetStream() as it may return null r=padenot | |
b6672a6212e3a916d3147251d4b06fb30cf35e94 | Karl Tomlinson — bug 1179662 specify AudioNode::mStream as AudioNodeStream r=padenot | |
950835c3c86f6be445f9709b8d92d71c3af63f8e | Karl Tomlinson — bug 1179662 uninline DestroyMediaStream overrides so that mStream type need not be complete r=padenot | |
8b10b297cec07dfff92e9dce48c630901ca3f581 | Paul Adenot — Bug 1175510 - Update the AudioBufferSourceNode <=> PannerNode mapping when destroying AudioNodeStream. r=karlt | |
a8b811f3ab47f475e06500ae9c3f9d2bbddcd642 | Ehsan Akhgari — Bug 1179489 - Don't count service workers towards an origin's max worker quota; r=nsm | |
486e9c117eccf2beed2c72de01ea5e96844d199c | Nicholas Nethercote — Bug 1179657 - Remove PL_DHASHMETER. r=froydnj. | |
48347c4899df06b902d158fa3a4614e723d4192f | Wes Kocher — Backed out 4 changesets (bug 1167808) for mulet mochitest-4 permafail in test_fetch_cors_sw_reroute.html | |
8c09dc6015a37cf5293c75edbc4c2478b30d17e1 | Hamzata Diallo — Bug 1178513 - Export libxul symbols needed by ACL. r=mattwoodrow | |
d2c37bf5d4a68da578b787cc153a9c7d6f641a28 | Chris Manchester — Bug 1179945 - Deal with spaces in file names when generating test archive dependencies. r=bhearsum | |
1c9c72d93973039fa67fde1901af7abeff225653 | Ben Kelly — Bug 1167808 P4 Test that respondWith() for a browser load reads the body correctly. r=ehsan | |
9c94c759a0fb72e13ca17c73fcf79d27e25214b6 | Ben Kelly — Bug 1167808 P3 FetchEvent.respondWith() should use opaque response internal body. r=nsm | |
e8ac89eafb1dd37afe6660bad5e162acfd366c78 | Ben Kelly — Bug 1167808 P2 Block opaque response interception if pref is disabled. r=ehsan | |
48abf470ef5b50ab1e8d1229a866c29adf130622 | Ben Kelly — Bug 1167808 P1 Add dom.serviceWorkers.interception.opaque.enabled pref. r=ehsan | |
fa4e7b0b946bba1f64cee3edafe420a2dfcb80a1 | Geoff Brown — Bug 1085591: Move most initialization off of onWindowFocusChanged; r=mhaigh | |
85c8317aeb3742ded4e8d445e7d71299bd94ceed | Terrence Cole — No Bug - Fix test count generation when jit-flags is set; r=meow | |
420f6d12f471604011e97db229ad94e7a791cca9 | Ralph Giles — Bug 1179885 - Update rust mp4parser gtest. r=k17e | |
011c518c9d23e14b94bd8323de1bc52f60196081 | Ralph Giles — Bug 1179885 - Update rust mp4parser to v0.0.9. r=k17e | |
63da57eefeeb192ae5a2daa214d0c699e5072eb1 | Nishad P — Bug 1178513 - Added RGBA8888 to RGB565 converter. r=mattwoodrow | |
1d3fa54d5eb9fbc88c8e4f92bbf3ade5cb426f1f | Tom Schuster — Bug 1171053 - Remove JS_BindCallable. r=efaust | |
ee6ec5804e11c7d96c7dbf8fa17be42edd374433 | Tom Schuster — Bug 1177801 - Remove NewObjectWithProto. r=bhackett | |
335fe5e5e8e5ab88fa11119f27432345291985ce | Martin Thomson — Bug 1176434 - Enabling indexedDB for content JS sandboxes, r=bent | |
0fa2a8d57fc67161ce5b724ad131ea0c69e4bc43 | Sean Stangl — Bug 1179502 - Remove extraneous MacroAssembler ARM64 code. r=efaust |