Commit Graph

46788 Commits

Author SHA1 Message Date
JW Wang
72a2a1e4c2 Bug 1242843 - Make MDSM::mDecodedVideoEndTime zero-based. r=kikuo. 2016-01-27 15:12:46 +08:00
JW Wang
f2605266b2 Bug 1242841 - Make MDSM::mDecodedAudioEndTime zero-based. r=kikuo. 2016-01-26 11:31:56 +08:00
Carsten "Tomcat" Book
df24af8302 Backed out changeset b7d242697573 (bug 1237193) for bustage 2016-01-27 11:42:24 +01:00
Bogdan Postelnicu
0254065827 Bug 1242465 - when defined USING_MOZFFVPX use by default videoCodec in FindAVCodec. r=jya
--HG--
extra : rebase_source : 34bf1d4a9adbfc2ec94ab74d261779a1f9e88671
2016-01-26 11:24:59 +02:00
Andrew McCreight
d079897c17 Bug 1240904 - Remove ParamTraits for NPString and NPVariant. r=bsmedberg
These are unused. PPluginScriptableObject uses its own Variant type
for IPC. Furthermore, there is a bug in ParamTraits<NPString>::Read
that ends up copying out uninitialized memory.
2016-01-26 11:29:00 +01:00
ywu
1859d04f33 Bug 1240666 - Follow-up to bug 1216148. r=kchen.
Add a comment to where we resume gps requests from invisible state.
2016-01-26 18:10:00 +01:00
John Lin
ed86647170 Bug 1239607 - Let platform layer decide which codec to support and how to configure it. r=sotaro 2016-01-26 18:59:00 +01:00
John Lin
5feeea2b24 Bug 1239607 - Collect codec info using MediaCodecList instead of OMXCodec. r=sotaro 2016-01-26 18:58:00 +01:00
Ethan Lin
bcb1b9e546 Bug 1239541 - Fix WebGL2 texImage related checking. r=jgilbert 2016-01-20 16:39:00 +01:00
Kaku Kuo
e3bc6c71ea Bug 1239300 - reject promise with null while creating imagebitmap from empty blob; r=smaug 2016-01-19 14:35:01 +08:00
Ethan Lin
d650b65ee9 Bug 1237193 - Fix WebGL getActiveUniforms return type. r=jgilbert, r=smaug
--HG--
extra : rebase_source : 141f00dc036118d7ec0b92a079de84b7b81c29f6
extra : amend_source : 158f20f09262bbbdc41b3b7ba734cfadd3706198
2016-01-07 21:45:00 +01:00
Yury Delendik
d2eb9e89d1 Bug 1236104 - Revert pre-load cache compilation and tiny script limit. r=yury 2016-01-25 16:00:34 -06:00
Guang-De Lin
345a0e7d0e Bug 1229936 - Enable mse mp4 mochitests on linux. r=jya 2016-01-27 14:46:52 +08:00
dimi
c21d1ebd14 Bug 1188822 - Make service-workers/service-worker/fetch-request-resources.https.html pass. r=bkelly 2016-01-25 14:18:29 +08:00
Alphan Chen
c5396e386f Bug 858827 - [Geolocation] Add a handling for getCurrentLocation when timeout is zero. r=jdm
Follow W3C spec, Error callback should be called when timeout is zero and
  there's no cached position for getCurrentLocation.
2016-01-26 17:11:54 +08:00
Morris Tseng
9316d33f5f Bug 1241777 - TexCompareFunc should be stored in ascending order. r=jgilbert
--HG--
extra : commitid : 5tm6TsrqtCf
2016-01-27 14:12:52 +08:00
Masayuki Nakano
367ad6230a Bug 1153156 part.1 Move nsBaseWidget::OverrideSystemMouseScrollSpeed() to WidgetWheelEvent r=smaug, sr=smaug 2016-01-27 15:09:13 +09:00
JW Wang
d2200b8e28 Bug 1242839 - Rewrite and enable test_preload_suspend.html. r=roc. 2016-01-26 11:22:56 +08:00
Nicholas Nethercote
0676bfa504 Bug 1239864 (part 3) - Use the new rect iterators in docshell/ and dom/. r=baku.
--HG--
extra : rebase_source : 7dbf2f2a83c8f35769cd0ba974a20f99d420c5a2
2016-01-18 17:20:44 -08:00
Kyle Machulis
2548ea3c35 Bug 1241983 - Make DOM Identity observe inner-window-destroyed not dom-window-destroyed; r=ferjm 2016-01-26 18:06:00 -08:00
David Keeler
263b6bd7fe bug 1239609 - audit nsNSSShutDownObject destructors for correctness r=Cykesiopka,sworkman
--HG--
extra : rebase_source : 3a20138211bfab811fb3adb2d7b0030a3b742b3b
2016-01-22 14:49:39 -08:00
Tim Taubert
eb297346b0 Bug 1191936 - Add more test vectors and a test for deterministic signatures r=rbarnes 2016-01-22 15:37:35 +01:00
Tim Taubert
49dd294551 Bug 1191936 - Implement SPKI/PKCS#8/JWK import/export for RSA-PSS r=rbarnes 2015-10-14 13:38:05 +02:00
Tim Taubert
38e4db6e5e Bug 1191936 - Implement RSA-PSS signing and verification r=rbarnes,smaug 2015-10-13 20:22:43 +02:00
Tim Taubert
ae3b4977e3 Bug 1191936 - Implement RSA-PSS key generation r=rbarnes 2015-10-13 18:48:18 +02:00
Jeff Walden
e42d55ea6e Bug 1079844 - Rename JS_IsNeuteredArrayBufferObject to JS_IsDetachedArrayBufferObject. r=till
--HG--
extra : rebase_source : 31cfdce35e6e8dc8d212391ae485aa8fec6ead5b
2016-01-25 14:01:13 -08:00
simplyblue
4a7674779d Bug 1212533 - Change the out-param of js/JS::Construct from MutableHandleValue to MutableHandleObject. r=arai, r=jorendorff
--HG--
extra : rebase_source : 04e0ec01701a1c55b5589b36576b7bab433feafd
2015-10-28 16:38:27 +05:30
Tim Taubert
d2d995e72c Bug 1200341 - Use BufferSource instead of CryptoOperationData in the SubtleCrypto WebIDL spec r=smaug 2016-01-26 16:47:41 +01:00
Tim Taubert
d01d161b5e Bug 1200341 - Implement HKDF for WebCrypto r=rbarnes,smaug 2016-01-26 14:57:52 +01:00
Tom Klein
41666e40fd Bug 1242147 - Honor stroke-linecap on SVG circle and ellipse when stroke is dashed. r=longsonr 2016-01-26 12:30:36 -06:00
Andrea Marchesini
fea8607ef9 Bug 1241171 - FormData should not force 'blob' as filename, r=smaug 2016-01-26 17:15:52 +00:00
Eugen Sawin
59aa3d21db Bug 1192539 - [2.4] Use MediaCodecList to check for decoder support. r=snorp 2016-01-26 13:50:51 +01:00
Sebastian Hengst
63388f55dc Backed out changeset 3a4b31e5c049 (bug 1241171) for W(5) orange on Linux x64 debug. r=bustage 2016-01-26 13:44:51 +01:00
Carsten "Tomcat" Book
5edce79907 Backed out changeset c93664e82808 (bug 1227980) for bustage on a CLOSED TREE
--HG--
extra : rebase_source : 3c7d683d6d919a817d65738f5f76833d911138b6
2016-01-26 12:26:24 +01:00
Gabriele Svelto
69318dc8df Bug 1227980 - Do not try to hold/resume calls in the wrong state when handling audio channels r=hsinyi 2016-01-19 14:12:20 +01:00
Andrea Marchesini
d8e12344d6 Bug 1241171 - FormData should not force 'blob' as filename, r=smaug 2016-01-26 10:34:41 +00:00
Andrea Marchesini
1533d9b7ec Bug 1238440 - FileReader should throw an error when the blob changed size when reading, r=khuey 2016-01-26 10:19:15 +00:00
Sotaro Ikeda
233ac65d1e Bug 1239893 - Add gonk SidebandStream handling to DOMHwMediaStream r=roc 2016-01-26 02:01:43 -08:00
Carsten "Tomcat" Book
fe331e3818 Backed out changeset b0eeee008090 (bug 1242321) 2016-01-26 10:54:38 +01:00
Chris Peterson
de4c41d58c Bug 1242321 - Remove obsolete "media.eme.apiVisible" pref. r=cpearce sr=bz 2016-01-22 21:20:08 -08:00
Matt Woodrow
10dde3e3a8 Bug 1231538 - Build a ContainerLayer for position:fixed and background-attachment:fixed content. r=roc 2016-01-26 13:36:48 +13:00
Kyle Machulis
7c5418bae3 Bug 1237401 - Add telemetry probe for non-rewritable youtube flash embeds; r=cpeterson, r=vladan 2016-01-25 15:14:58 -08:00
Tim Taubert
b6e7b0db70 Bug 1216109 - Enable SHA-2 test for the WebCrypto API's PBKDF2 implementation r=mt 2015-11-17 11:50:24 +01:00
Kyle Machulis
a2498a1758 Bug 1222109 - Initialize mHasGamepadListener in InitializeMembers(); r=cleu 2016-01-25 11:04:50 -08:00
Bogdan Postelnicu
cc6b262ac4 Bug 1242436 - default value of ok = true in order to check the return of SendPush and SendPushSubscriptionChange. r=kitcambridge
--HG--
extra : rebase_source : 9824f8cea277bc6bf3cda2b0aba8e7336a88bd17
2016-01-25 14:47:06 +02:00
Andrea Marchesini
43bdbe1143 Bug 1224936 - AudioChannelAgent should be informed when HTMLMediaElement dispatches an error, r=roc 2016-01-25 16:03:42 +00:00
Ehsan Akhgari
46cedd4e9b Bug 1242211 - Mark MozMapRooter as final; r=baku 2016-01-25 10:15:45 -05:00
Ehsan Akhgari
4923320e0a Bug 1242210 - Mark RootedTypedArray as final; r=baku 2016-01-25 10:15:45 -05:00
Carsten "Tomcat" Book
90df1090b1 merge mozilla-inbound to mozilla-central a=merge 2016-01-25 11:50:09 +01:00
Jocelyn Liu
73e2cdcead Bug 1238825: Add "dom.bluetooth.webbluetooth.enabled" preference for WebBluetooth API development. r=btian, r=bz 2016-01-25 14:35:18 +08:00