Ryan VanderMeulen
|
716f0d7045
|
Merge inbound to m-c. a=merge
|
2015-07-22 16:34:07 -04:00 |
JW Wang
|
e025bd63c4
|
Bug 1185892. Part 3 - replace all calls to MediaDecoder::IsExpectingMoreData() with MediaResource::IsExpectingMoreData. r=jya.
|
2015-07-22 20:58:00 +08:00 |
JW Wang
|
cc8b7e3ce1
|
Bug 1185892. Part 2 - delegate the job of MediaDecoder::IsExpectingMoreData to its MediaResource. r=jya.
|
2015-07-22 20:57:41 +08:00 |
JW Wang
|
996ebfa0c1
|
Bug 1185892. Part 1 - delegate the job of MediaSourceDecoder::IsExpectingMoreData to its MediaResource. r=jya.
|
2015-07-22 20:57:09 +08:00 |
Carsten "Tomcat" Book
|
88c5f9d0a7
|
Merge mozilla-central to b2g-inbound
|
2015-07-22 14:12:03 +02:00 |
JW Wang
|
6e296d2756
|
Bug 1186299 - Consolidate AudioSink::PrepareToShutdown and AudioSink::Shutdown into one function. r=kinetik.
|
2015-07-22 18:52:13 +08:00 |
Kyle Huey
|
0c59dad482
|
Bug 1180978: Don't proceed with opening an invalidated database. r=janv,baku
|
2015-07-22 14:46:19 +08:00 |
Carsten "Tomcat" Book
|
6a7e108e0a
|
Backed out changeset 35c6e7e9c205 (bug 1135261) for test failures in gij in bookmark_edit_test.js on a CLOSED TREE
|
2015-07-22 08:13:08 +02:00 |
Masayuki Nakano
|
9906797f75
|
Bug 1185316 TabParent should flush pending IME notifications after child process handles all sending events r=smaug
|
2015-07-22 14:51:36 +09:00 |
Masayuki Nakano
|
a2baa83320
|
Bug 1184986 NOTIFY_IME_OF_POSITION_CHANGE should be put off until all sending events are recieved by child process r=smaug
|
2015-07-22 14:15:06 +09:00 |
Jean-Yves Avenard
|
8204ebce53
|
Bug 1184826: P1. Mark MPEG-2 AAC as supported. r=cpearce
|
2015-07-22 14:22:53 +10:00 |
Jean-Yves Avenard
|
97f322485c
|
Bug 1165772: P2. Properly reports if mimetype is supported in mediasource. r=kentuckyfriedtakahe
|
2015-07-22 14:22:51 +10:00 |
Jean-Yves Avenard
|
cfc9c86adc
|
Bug 1165772: P1. Refactor DecoderTraits::CanHandleMediaType. r=kentuckyfriedtakahe
|
2015-07-22 14:22:51 +10:00 |
Jean-Yves Avenard
|
831b3f9fbd
|
Bug 1185814: Disable EME tests on 10.6. r=cpearce
|
2015-07-22 14:22:50 +10:00 |
Jean-Yves Avenard
|
88a0955b91
|
Bug 1182945: P1. Disable webm mediasource mochitests. r=kentuckyfriedtakahe
|
2015-07-22 14:22:46 +10:00 |
Jean-Yves Avenard
|
f77f5f6283
|
Bug 1185431: Immediately resolve WaitingForDataPromise if we're not waiting for data. r=cpearce
|
2015-07-22 14:22:46 +10:00 |
Masayuki Nakano
|
9d9bd4c975
|
Bug 1184449 part.1 IMENotifiation::SelectionChangeData should store selected string r=smaug
|
2015-07-22 12:40:32 +09:00 |
Bruce Sun
|
4eac95e011
|
Bug 1176898 - Remove redundant DisconnectFromOwner of BluetoothDiscoveryHandle. r=btian
--HG--
extra : rebase_source : 3275e369491f07e67d0678d8655c4fcd8f65dca4
|
2015-07-21 14:09:53 +08:00 |
Andrew McCreight
|
621e57b2b7
|
Bug 1176341 - De-holder nsIXPConnect::CreateSandbox. r=baku,gabor
|
2015-07-21 11:31:44 -07:00 |
JW Wang
|
252412fa5d
|
Bug 1185416 - Don't stop AudioSink prematurely when decoding is completed. r=kinetik.
|
2015-07-19 21:25:02 +08:00 |
Kyle Huey
|
34baa57adb
|
Bug 1185793: Don't go through the inner window to implement the XPCOM GetScriptableParent. r=bz
|
2015-07-22 10:14:03 +08:00 |
Myk Melez
|
9d936dfa4a
|
Bug 1135261 - return new window from window.open in desktop runtime; r=marco,smaug,junior,wesj
|
2015-07-21 19:15:38 -07:00 |
JW Wang
|
3bf1d08319
|
Bug 1185407. Part 3 - don't shutdown AudioStream prematurely. r=kinetik.
|
2015-07-22 09:54:15 +08:00 |
JW Wang
|
b26158dcc9
|
Bug 1185407. Part 2 - remove unused code. r=kinetik.
|
2015-07-22 09:54:13 +08:00 |
JW Wang
|
584f4131cd
|
Bug 1185407. Part 1 - have AudioSink::Init() return a promise. r=kinetik.
|
2015-07-22 09:54:06 +08:00 |
Dan Glastonbury
|
188212ebdf
|
Bug 1170455 - Part 4: Track the type of the generic vertex attribute. r=jgilbert
So the correct typed array can be returned from GetVertexAttrib.
|
2015-07-22 11:59:18 +10:00 |
Dan Glastonbury
|
605040e8df
|
Bug 1170455 - Part 2: Split vertex attribute functions into separate file. r=jgilbert
|
2015-07-22 11:59:16 +10:00 |
Dan Glastonbury
|
82fe919925
|
Bug 1170455 - Part 1: Reformat GetVertexAttrib function. r=jgilbert
|
2015-07-22 11:59:15 +10:00 |
Dan Glastonbury
|
2fd93c34df
|
Bug 1185815 - Hoist generation increment. r=jgilbert
So 'default' WebGL objects are in the same generation as the current context.
|
2015-07-22 11:37:40 +10:00 |
Dan Glastonbury
|
d3bed96256
|
Bug 1185803 - Replace MOZ_CRASH with GenerateWarning. r=jgilbert
|
2015-07-22 11:23:20 +10:00 |
Jeff Gilbert
|
7094b286b4
|
Bug 1171228 - Expose WEBGL_debug_renderer_info to web content on non-RELEASE_BUILDs. - r=kamidphish, sr=jst
|
2015-07-21 17:41:57 -07:00 |
Andrea Marchesini
|
5509be2d98
|
Bug 1185303 - HTMLMediaElement should not be paused when visibility changed and when muted by the AudioChannel policy, r=ehsan
|
2015-07-22 00:04:57 +01:00 |
Birunthan Mohanathas
|
a40f170e04
|
Bug 1164310 - Follow-up: Fix build bustage with --disable-accessibility. r=me
DONTBUILD
|
2015-07-21 14:02:22 -07:00 |
Bob Owen
|
f78a41b060
|
Bug 1185171: Add 0xc02625e5 as a valid failure code for GMPOutputProtection test. r=cpearce
|
2015-07-22 09:29:52 +01:00 |
Arnaud Bienner
|
5bf0f0bca6
|
Bug 1155154 - Part 3 - Ignore file extension filters with characters that can be interpreted by the file picker. r=smaug
--HG--
extra : rebase_source : 3dfeafb7628689931ac54f00792c683670524d1f
|
2015-07-17 01:20:01 +02:00 |
Arnaud Bienner
|
95d74228ec
|
Bug 1155154 - Part 2 - Rename extension filter. r=smaug
--HG--
extra : rebase_source : df826837ee595a5dc24c052630d203cba855567d
|
2015-07-17 00:43:10 +02:00 |
Arnaud Bienner
|
5c2e081b9c
|
Bug 1155154 - Part 1 - Fix the check for duplicate filters when one filter is a subtring of another one. r=smaug
--HG--
extra : rebase_source : 76af94ccf36e23ccfbd6cb561da3019248591cba
|
2015-07-20 23:07:59 +02:00 |
Alexandre Lissy
|
4bf34df9d8
|
Bug 1119727 - Make Settings Soft Lockup threshold configurable. r=gwagner
--HG--
extra : rebase_source : 302514082703e2e550c7074c30a4a63eb1ac12f2
|
2015-07-21 12:15:00 +02:00 |
Nicholas Nethercote
|
4cebc0675d
|
Bug 1182977 - Use PLDHashTable::Iterator in dom/storage/. r=khuey.
|
2015-07-21 23:54:12 -07:00 |
Jonathan Watt
|
cb263d5c60
|
Bug 1164310, part 6 - Implement the new Promise returning DataTransfer.getFilesAndDirectories() API. r=baku
|
2015-07-10 18:57:23 +01:00 |
Jonathan Watt
|
43ab228990
|
Bug 1164310, part 5 - Implement new anonymous content and layout pieces for directory picking via input elements. r=tnikkel
|
2015-07-10 18:56:36 +01:00 |
Jonathan Watt
|
b7bcad9074
|
Bug 1164310, part 4 - Implement the new HTMLInputElement API including the new Promise returning GetFilesAndDirectories. r=baku
|
2015-07-10 18:55:52 +01:00 |
Jonathan Watt
|
faca81d049
|
Bug 1164310, part 3 - Allow the DirState of blobs to be set explicitly. r=baku
|
2015-07-10 18:55:23 +01:00 |
Jonathan Watt
|
b905e3a1be
|
Bug 1164310, part 2 - Implement an abstraction for a rooted filesystem for non-mobile devices. r=baku
|
2015-07-10 18:54:53 +01:00 |
Jonathan Watt
|
8e2b473096
|
Bug 1164310, part 1 - Make the code for bypassing mobile security checks more general so that it can be used on non-mobile. r=baku
|
2015-07-10 18:54:26 +01:00 |
Ryan VanderMeulen
|
fb3e0b058e
|
Backed out changeset 553a3e1e7b18 (bug 1176341) for bustage.
CLOSED TREE
|
2015-07-21 13:00:55 -04:00 |
Andrew McCreight
|
5cbc3abf39
|
Bug 1176341 - De-holder nsIXPConnect::CreateSandbox. r=baku,gabor
|
2015-07-21 09:44:37 -07:00 |
Birunthan Mohanathas
|
4bd37db746
|
Bug 1182979 - Part 4: Use nsTHashtable::Iterator in MediaShutdownManager. r=cpearce
|
2015-07-16 10:59:54 -07:00 |
Birunthan Mohanathas
|
cb1bfa536f
|
Bug 1182979 - Part 3: Use nsTHashtable::Iterator in GMPTimerParent. r=cpearce
|
2015-07-16 10:59:41 -07:00 |
Birunthan Mohanathas
|
3d57c66d5e
|
Bug 1182979 - Part 2: Use nsTHashtable::Iterator in PluginScriptableObjectChild. r=jimm
|
2015-07-16 10:59:36 -07:00 |