Commit Graph

22656 Commits

Author SHA1 Message Date
Chris Pearce
3c162db811 Bug 1060192 - Clear GMP storage on gmp-clear-storage observer service notification. r=jesup 2014-10-21 14:53:30 +13:00
Mats Palmgren
8e411ea4c2 Bug 1080352 - Update the rendering for <input type=range> after it was reset. r=jwatt 2014-10-13 11:48:33 +00:00
Carsten "Tomcat" Book
123abcbb59 Backed out changeset e81f1e1c9c9f (bug 908933) for M1 Test failures 2014-10-13 11:18:30 +02:00
Carsten "Tomcat" Book
c81fdb2718 Backed out changeset 7481265f0325 (bug 908933) 2014-10-13 11:15:31 +02:00
Christoph Kerschbaumer
a47a4bef8b Bug 908933 - CSP tests: ShouldProcess should block TYPE_OBJECT (r=sstamm) 2014-08-08 15:01:52 -07:00
Christoph Kerschbaumer
2f38347822 Bug 908933 - CSP: Call ShouldLoad inside ShouldProcess for TYPE_OBJECT (r=sstamm) 2014-08-05 11:47:08 -07:00
Benjamin Chen
9fa6a1b855 Bug 1029552 - Release HW resource when the MediaElement UnbindFromTree. r=cpearce 2014-10-13 12:07:42 +08:00
Randell Jesup
543c6cd418 Bug 1053130: non-unified-build bustage r=bustage rs=alfredo 2014-10-13 03:28:49 -04:00
Carsten "Tomcat" Book
8295d8b8b0 Merge mozilla-central to mozilla-inbound 2014-10-20 15:14:35 +02:00
Christoph Kerschbaumer
554d4eeea3 Bug 1063197 - Callsites of NS_NewInputStreamChannel in /content/base (r=jst) 2014-10-16 11:14:42 -07:00
Tom Schuster
c708dd9378 Bug 1071177 - Support symbol keys and throw exception on unique symbols with CPOWs. r=billm 2014-10-16 18:39:38 +02:00
Paul Adenot
7ce6dab10f Bug 1078354 - Part 2 - Don't try to measure a PeriodicWave size when an OscillatorNode is using a basic waveform. r=erahm
--HG--
extra : rebase_source : 97028d8c6afd84dd71c8718305c074504d164da6
2014-10-20 18:18:24 +02:00
Paul Adenot
edc10f0afb Bug 1078354 - Part 1 - Make sure we are not waking up an OfflineGraphDriver. r=jesup
I still want to assert in the method instead of making it a no-op because I'm
going to work on AudioContext sleep and wakeup soon, and this will catch errors.

--HG--
extra : rebase_source : dd5ea81c6c2c3eb85c89b95995bc436ed840b979
2014-10-20 18:06:10 +02:00
Andrea Marchesini
22580a9c65 Bug 1081686 - WebSocket can be still accessible once it is disconnected, r=smaug
--HG--
rename : content/base/test/test_websocket_hello.html => content/base/test/test_bug1081686.html
2014-10-14 10:28:07 +01:00
Alfredo Yang
1a53e2d2ca Bug 1077299 - allocate blob buffer to CreateMemoryFile(). r=roc 2014-10-14 01:00:00 +02:00
Alfredo Yang
ce3a36ec90 Bug 1069222 - testcase for ImageCapture on gonk. r=roc 2014-10-14 00:28:00 +02:00
Gina Yeh
4d98afa8b4 Bug 989198, Patch 3: Dispatch BeforeAfterKeyboardEvent on b2g, r=smaug
---
 b2g/app/b2g.js                   |    3 +
 content/base/src/nsGkAtomList.h  |    4 +
 dom/events/EventNameList.h       |   16 +++
 dom/events/EventStateManager.cpp |    6 +
 dom/ipc/PBrowser.ipdl            |    2 +
 dom/ipc/TabChild.cpp             |    6 +-
 dom/ipc/TabParent.cpp            |   24 ++++
 dom/ipc/TabParent.h              |    1 +
 layout/base/nsIPresShell.h       |   12 +-
 layout/base/nsPresShell.cpp      |  250 ++++++++++++++++++++++++++++++++++++++
 layout/base/nsPresShell.h        |   26 ++++
 modules/libpref/init/all.js      |    3 +
 12 files changed, 350 insertions(+), 3 deletions(-)
2014-10-14 15:09:24 +08:00
Chris Pearce
ab72b35cb5 Bug 1060896 - Add test that loading a video in an <audio> plays. r=jwwang 2014-10-15 10:46:25 +13:00
Eitan Isaacson
cee5653152 Bug 1080863 - Make nsPicoService an observer and initialize on profile-after-change. r=smaug 2014-10-14 14:42:51 -07:00
Randell Jesup
2dcedb4a07 Bug 1070127: refactor TrackUnionStream into cpp to unconfuse lldb debugger r=roc
--HG--
rename : content/media/TrackUnionStream.h => content/media/TrackUnionStream.cpp
2014-10-11 09:02:59 -04:00
Jan-Ivar Bruaroey
0c65ec3352 Bug 1070127 - add placeholder tracks at DOMMediaStream creation. r=roc,jesup 2014-10-12 23:13:36 -04:00
Andreas Pehrson
a84b987246 Bug 879717: Part 2: Add mochitest for canvas drawImage with video.mozSrcObject=stream r=roc 2014-10-06 11:22:55 +02:00
Andreas Pehrson
ceb456df75 Bug 879717: Part 1: Delay HAVE_CURRENT_DATA state until a video frame has been stored in the image container. r=roc 2014-10-10 11:34:57 +02:00
Karl Tomlinson
ad2c06b99c b=1080958 end current SourceBufferResource before Shutdown of TrackBuffer::mTaskQueue r=kinetik
--HG--
extra : rebase_source : fa2c7ca8138b666508f09badb907b4c420b8f9f8
2014-10-10 17:13:10 +13:00
Chai-hung Tai
06353daff2 Bug 1053130: Refactor MediaEngine video sources; alse remove Snapshot function. r=jesup,alfredo
--HG--
rename : content/media/webrtc/MediaEngineWebRTCVideo.cpp => content/media/webrtc/MediaEngineCameraVideoSource.cpp
rename : content/media/webrtc/MediaEngineWebRTC.h => content/media/webrtc/MediaEngineCameraVideoSource.h
rename : content/media/webrtc/MediaEngineWebRTCVideo.cpp => content/media/webrtc/MediaEngineGonkVideoSource.cpp
rename : content/media/webrtc/MediaEngineWebRTC.h => content/media/webrtc/MediaEngineGonkVideoSource.h
2014-10-12 23:37:37 -04:00
Chris Pearce
83e8392de6 Bug 1060179 - Disable GMPService.getNodeID on B2G, as it can't possibly work there. r=bustage 2014-10-13 11:53:45 +13:00
Chris Pearce
f19eae78d2 Bug 1060179 - Skip EME tests on e10s. r=kentuckyfriedtakahe 2014-10-13 11:53:45 +13:00
Chris Pearce
444a2bc14b Bug 1060179 - Use RLZ to hash device specific id into origin salt to give EME GMPs a per-origin and non transferrable node id. r=hsivonen,jesup 2014-10-13 11:53:44 +13:00
Chris Pearce
67919ef177 Bug 1060179 - Import librlz for device identity generation on Windows. r=glandium,dmajor 2014-10-13 11:53:44 +13:00
Chris Pearce
3d36d2e2cf Bug 1060179 - Ensure GMP storage respects private browsing mode. r=ehsan,jesup 2014-10-13 11:53:44 +13:00
Chris Pearce
f9361d20c0 Bug 1060179 - Percolate EME node id to EME child process. r=jesup 2014-10-13 11:53:44 +13:00
Chris Pearce
c3c3fe71ae Bug 1060179 - Store and retrieve EME node id. r=jesup 2014-10-13 11:53:44 +13:00
Chris Pearce
6c30cab8be Bug 1060179 - Generate a random node id for every EME (origin,topLevelOrigin) pair. r=bz 2014-10-13 11:53:43 +13:00
Chris Pearce
522decb705 Bug 1060179 - Factor out AndroidMediaResourceServer's code to generate random number string. r=cajbir 2014-10-13 11:53:43 +13:00
Chris Pearce
c73c4ec26b Bug 1060179 - Rename 'origin' in EME code to 'nodeid'. r=bz 2014-10-13 11:53:43 +13:00
Chris Pearce
2499e01958 Bug 1060179 - Use unix eol consistently in content/media/. r=whitespace. 2014-10-13 11:53:42 +13:00
Ryan VanderMeulen
c834030e26 Merge m-c to inbound. a=merge 2014-10-12 14:57:13 -04:00
Tom Schuster
2c3047badc Bug 1069694 - Remove OldDebugAPI from the browser. r=shu 2014-10-12 19:37:41 +02:00
Fabrice Desré
6b40a1a9b6 Bug 832700 - Add private browsing to b2g, API implementation r=ehsan,smaug 2014-10-10 14:28:04 -07:00
Randell Jesup
c71597354a Backed out changeset 6442a3773f2a and 400c4131858e (bug 1070127) on a CLOSED TREE 2014-10-11 13:22:01 -04:00
Randell Jesup
680b5d5495 Bug 1070127 - refactor TrackUnionStream into cpp to unconfuse lldb debugger r=roc
--HG--
rename : content/media/TrackUnionStream.h => content/media/TrackUnionStream.cpp
2014-10-11 11:34:36 -04:00
Jan-Ivar Bruaroey
f970f6150f Bug 1070127 - add placeholder tracks at DOMMediaStream creation. r=jesup 2014-10-11 11:25:47 -04:00
Matthew Gregan
a68e99d54d Bug 1073998 - Convert TestWebMBuffered to use files rather than data arrays. r=cpearce 2014-10-10 15:56:07 +13:00
Wes Kocher
d0ddc09587 Merge inbound to m-c a=merge CLOSED TREE 2014-10-10 18:58:06 -07:00
Andrea Marchesini
51892de607 Bug 504553 - patch 5 - AutoJSAPI in websockets in workers, r=smaug 2014-10-10 17:58:19 +01:00
Andrea Marchesini
11fb9c6ca7 Bug 504553 - patch 3 - WebSockes in Workers: Workers supported, r=smaug 2014-10-10 17:58:05 +01:00
Andrea Marchesini
99566c64c1 Bug 504553 - patch 2 - WebSockes in Workers: WebSocketImpl, thread-safe class, r=smaug 2014-10-10 17:56:43 +01:00
Matt Brubeck
38e0051a6b Bug 1079338 - Log resources blocked by tracking protection. r=mcmanus,mmc,dcamp
* * *
Bug 1079338 - Put tracking protection logging in the Security tab
2014-10-10 12:19:14 -07:00
Mike Hommey
85b97670c1 Backout changeset fdd14734b036 (bug 1073998) for various B2G bustage 2014-10-10 17:08:36 +09:00
Eric Rahm
7838683694 Bug 1074387 - Fix double-counting of WebAudio PannerNode memory. r=jessup
--HG--
extra : rebase_source : a23a8d204e6eea6c1fca424343e4cb9569b012e1
2014-10-09 19:30:28 -07:00
Matthew Gregan
7dd2c387a3 Bug 1073998 - Convert TestWebMBuffered to use files rather than data arrays. r=cpearce 2014-10-10 15:56:07 +13:00
Steve Workman
83de2be098 Bug 504553 - Patch 1 - WebSockets in Workers: Dispatch WebSocketChannel::StartWebsocketConnect to target thread, r=jduell 2014-04-17 11:53:58 -07:00
Wes Kocher
67b3b96678 Backed out changeset 5d60f3e1f6cf (bug 1067216) for breaking the build 2014-10-13 14:48:44 -07:00
Chris Pearce
010d256a61 Bug 1067216 - Make MediaKeys.isTypeSupported() more accurate. r=edwin,jesup 2014-10-14 10:01:45 +13:00
Jon Morton
c559dd1ab0 Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
--HG--
rename : layout/xul/nsIPopupBoxObject.idl => dom/webidl/PopupBoxObject.webidl
rename : layout/xul/tree/nsITreeBoxObject.idl => dom/webidl/TreeBoxObject.webidl
rename : layout/xul/nsBoxObject.cpp => layout/xul/BoxObject.cpp
rename : layout/xul/nsBoxObject.h => layout/xul/BoxObject.h
rename : layout/xul/nsListBoxObject.cpp => layout/xul/ListBoxObject.cpp
rename : layout/xul/nsMenuBoxObject.cpp => layout/xul/MenuBoxObject.cpp
rename : layout/xul/nsPopupBoxObject.cpp => layout/xul/PopupBoxObject.cpp
2014-10-14 13:15:21 -07:00
Randell Jesup
0e38726f31 Bug 1080755: Push video frames into MediaStreamGraph instead of waiting for pulls (m-c/aurora version) r=padenot 2014-10-24 08:57:03 -04:00
Simon Lindholm
09cd01c919 Bug 982153 - Give dynamically created script elements 1-indexed line numbers. r=bz 2014-10-23 13:06:00 +02:00
Jan-Ivar Bruaroey
c8b42cc3b4 Bug 1003274 - Part 2 - clue camera selection in to width/height code. r=jesup 2014-09-24 19:00:02 -04:00
Chris Lord
1c20abb60f Bug 1084321 - Remove b2g app meta viewport work-around. r=kats 2014-10-22 18:57:02 +01:00
Steve Fink
7b80880b2e Bug 1061288 - Make it harder for ArrayBuffer data pointers to be held across invalidations. r=smaug,terrence,jdm,roc,khuey 2014-10-07 10:44:07 -07:00
Tim Abraldes
0215cbf09a bug 1066326. Pre-load (load before starting sandbox) DLLs that are specified in the plugin info file and that are in a pre-approved whitelist. r=jesup, r=cpearce, r=bobowen 2014-10-09 08:45:22 -07:00
Ethan Tseng
08dab53250 Bug 1056187 - Add playout delay to RtspTrackBuffer. r=bechen 2014-10-07 16:44:58 +08:00
JW Wang
8d3cbbad6d Bug 901102 - enable test_streams_element_capture_reset.html on B2G. r=cpearce 2014-10-08 23:13:00 +02:00
Carsten "Tomcat" Book
96eaa58b96 Backed out changeset 5ff88bfd0718 (bug 1060179) for suspicion of causing B2G ICS Emulator opt M4 Test failures 2014-10-09 12:49:24 +02:00
Carsten "Tomcat" Book
c9e738014d Backed out changeset 1e532bbff55b (bug 1060179) 2014-10-09 12:48:33 +02:00
Carsten "Tomcat" Book
b606e028e6 Backed out changeset e84a9df80ec5 (bug 1060179) 2014-10-09 12:48:31 +02:00
Carsten "Tomcat" Book
f94991135d Backed out changeset 48b65dba6387 (bug 1060179) 2014-10-09 12:48:28 +02:00
Carsten "Tomcat" Book
8b15a1a18e Backed out changeset e7545921e875 (bug 1060179) 2014-10-09 12:48:24 +02:00
Carsten "Tomcat" Book
bdb3fa0a89 Backed out changeset 36c32cb1cbd3 (bug 1060179) 2014-10-09 12:48:20 +02:00
Carsten "Tomcat" Book
401a9d8095 Backed out changeset f93b8ceabc6e (bug 1060179) 2014-10-09 12:48:18 +02:00
Carsten "Tomcat" Book
70f90cc078 Backed out changeset ff97841a1f54 (bug 1060179) 2014-10-09 12:48:15 +02:00
Carsten "Tomcat" Book
4cbcddf01d Backed out changeset ca27bcfe3e5b (bug 1060179) 2014-10-09 12:48:13 +02:00
Carsten "Tomcat" Book
660036ca6b Backed out changeset 981994dec186 (bug 1060179) 2014-10-09 12:48:06 +02:00
Carsten "Tomcat" Book
4e149b14d2 Backed out changeset 11ef2d1d2215 (bug 1060179) 2014-10-09 12:47:45 +02:00
Bob Owen
8e33029161 Bug 1067305: Conditionally disable media mochitests that won't run with the Windows content sandbox at low integrity. r=jmaher 2014-10-09 10:09:43 +01:00
Andrea Marchesini
9728533f41 Bug 1079954 - File::SetLazyData is not used, r=ehsan 2014-10-09 09:36:23 +01:00
JW Wang
0e5a6ab9e2 Bug 668973 - Part2 - make timeout reason obvious for easier debugging. r=cpearce 2014-10-07 19:57:00 +02:00
JW Wang
d61e489f23 Bug 668973 - Part 1 - remove flooding logs in frequent 'timeupdate' handler which make debugging hard. r=cpearce 2014-10-07 19:55:00 +02:00
JW Wang
24d3fc736c Bug 1021677 - enable test_media_selection.html on B2G. r=cpearce 2014-10-07 20:06:00 +02:00
JW Wang
abe2a71d45 Bug 1023552 - fix race between 'playing' and wakelock events. r=baku. 2014-10-08 19:14:00 +02:00
Mike Hommey
1c209c2934 Fixup for bug 1060179 for bustage on unified builds. r=me 2014-10-09 15:52:41 +09:00
Mike Hommey
b3a1f534d0 Fixup for the followup to bug 1073712 on a CLOSED TREE 2014-10-09 14:44:00 +09:00
Mike Hommey
de658bd212 Followup for bug 1073712: Don't include a C header inside namespace mozilla on a CLOSED TREE 2014-10-09 14:31:10 +09:00
Chris Pearce
31b853ba31 Bug 1060179 - Skip EME tests on e10s. r=kentuckyfriedtakahe 2014-10-09 17:01:03 +13:00
Chris Pearce
9fa3c69a83 Bug 1060179 - Use RLZ to hash device specific id into origin salt to give EME GMPs a per-origin and non transferrable node id. r=hsivonen,jesup 2014-10-09 17:01:03 +13:00
Chris Pearce
36c9847010 Bug 1060179 - Import librlz for device identity generation on Windows. r=glandium,dmajor 2014-10-09 17:01:03 +13:00
Chris Pearce
573220792b Bug 1060179 - Ensure GMP storage respects private browsing mode. r=ehsan,jesup 2014-10-09 17:01:03 +13:00
Chris Pearce
b469435ef0 Bug 1060179 - Percolate EME node id to EME child process. r=jesup 2014-10-09 17:01:03 +13:00
Chris Pearce
f2a222b010 Bug 1060179 - Store and retrieve EME node id. r=jesup 2014-10-09 17:01:02 +13:00
Chris Pearce
20805a5295 Bug 1060179 - Generate a random node id for every EME (origin,topLevelOrigin) pair. r=bz 2014-10-09 17:01:02 +13:00
Chris Pearce
0315265172 Bug 1060179 - Factor out AndroidMediaResourceServer's code to generate random number string. r=cajbir 2014-10-09 17:01:02 +13:00
Chris Pearce
6ac7c1e55e Bug 1060179 - Rename 'origin' in EME code to 'nodeid'. r=bz 2014-10-09 17:01:02 +13:00
Chris Pearce
1581ed7a5e Bug 1060179 - Use unix eol consistently in content/media/. r=whitespace. 2014-10-09 17:01:01 +13:00
Chris Peterson
f3886513b5 Bug 1079672 - Fix -Wpointer-arith warning in GonkAudioDecoderManager.cpp. r=cpearce 2014-10-04 23:18:43 -07:00
William Chen
c43c169acb Bug 1064211 - Check nsDocument::sProcessingStack contains a value before processing it. r=mrbkap 2014-10-08 18:05:39 -07:00
L. David Baron
0fdd93bcbf Bug 1047928 patch 3 - Pass restyle hint to nsPresContext::RebuildAllStyleData. r=bzbarsky
This patch is not intended to contain any changes in behavior.

The behavior changes for these callers are in the following patch.
2014-10-08 14:26:57 -07:00
Eric Rahm
739ad6c34e Bug 806819 - Part 4: Add files that were excluded from unified builds back in. r=ehsan 2014-10-08 13:19:14 -07:00
Eric Rahm
be71a0b71a Bug 806819 - Part 3: Remove redundant FORCE_PR_LOG entries. r=ehsan 2014-10-08 13:17:32 -07:00
Ben Craddock
d8839c903a Bug 1060896 - Don't decode video without an ImageContainer. r=cpearce 2014-10-09 07:42:12 +13:00
Andrea Marchesini
b975bc974a Bug 1047483 - patch 5 - Remove 'name' in the FilePropertyBag dictionary, r=smaug 2014-10-08 17:15:23 +01:00
Andrea Marchesini
a1e153cad8 Bug 1047483 - patch 4 - Removing nsDOMBlobBuilder, r=ehsan
--HG--
rename : content/base/src/nsDOMBlobBuilder.cpp => content/base/src/MultipartFileImpl.cpp
rename : content/base/src/nsDOMBlobBuilder.h => content/base/src/MultipartFileImpl.h
2014-10-08 17:15:23 +01:00
Andrea Marchesini
1560ff52a9 Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
--HG--
rename : content/base/public/nsDOMFile.h => content/base/public/File.h
rename : content/base/src/nsDOMFile.cpp => content/base/src/File.cpp
2014-10-08 17:15:23 +01:00
Andrea Marchesini
119064a550 Bug 1047483 - patch 2 - Renaming nsDOMFileList to FileList, r=ehsan 2014-10-08 17:15:23 +01:00
Andrea Marchesini
57fa89d6de Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-08 17:15:22 +01:00
Carsten "Tomcat" Book
81ed9538db merge fx-team to mozilla-central a=merge 2014-10-08 15:53:14 +02:00
JW Wang
4e5b743b3b Bug 1069289 - take |mAudioEndTime| into account when updating playback position at the end of playback. r=kinetik 2014-10-07 19:45:00 +02:00
JW Wang
ec2be70408 Bug 1079174 - allow video playback when AudioStream init fails. r=kinetik 2014-10-07 15:55:00 +02:00
Guilherme Goncalves
c4810bf94e Bug 1078451 - Accept a free function in ThreadSharedFloatArrayBufferList::SetData. r=jesup 2014-10-07 10:03:00 +02:00
Adam Roach [:abr]
f0b7cf0604 Bug 1017257 - Attach Loop CSP Policy r=sstamm,dmose 2014-10-06 15:25:04 -05:00
Ryan VanderMeulen
566e49b6ff Backed out 7 changesets (bug 1047483, bug 1079301, bug 1079335) for webplatform test failures.
Backed out changeset 7d06b68c44d0 (bug 1079335)
Backed out changeset 92030169528e (bug 1079301)
Backed out changeset c09d7f95554a (bug 1047483)
Backed out changeset c199f1057d7e (bug 1047483)
Backed out changeset 18830d07884c (bug 1047483)
Backed out changeset e087289ccfbb (bug 1047483)
Backed out changeset 6238ff5d3ed0 (bug 1047483)

CLOSED TREE

--HG--
rename : content/base/public/File.h => content/base/public/nsDOMFile.h
rename : content/base/src/MultipartFileImpl.cpp => content/base/src/nsDOMBlobBuilder.cpp
rename : content/base/src/MultipartFileImpl.h => content/base/src/nsDOMBlobBuilder.h
rename : content/base/src/File.cpp => content/base/src/nsDOMFile.cpp
2014-10-07 13:16:11 -04:00
Andrea Marchesini
2e4f87163f Bug 1079335 - Blob/File headers should be used in Fetch API, r=peterv - CLOSED TREE 2014-10-07 17:02:28 +01:00
Andrea Marchesini
dd4666ff55 Bug 1047483 - patch 5 - Remove 'name' in the FilePropertyBag dictionary, r=smaug 2014-10-07 15:20:59 +01:00
Andrea Marchesini
3cae2ef25d Bug 1047483 - patch 4 - Removing nsDOMBlobBuilder, r=ehsan
--HG--
rename : content/base/src/nsDOMBlobBuilder.cpp => content/base/src/MultipartFileImpl.cpp
rename : content/base/src/nsDOMBlobBuilder.h => content/base/src/MultipartFileImpl.h
2014-10-07 15:20:57 +01:00
Andrea Marchesini
946cf8e0e1 Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
--HG--
rename : content/base/public/nsDOMFile.h => content/base/public/File.h
rename : content/base/src/nsDOMFile.cpp => content/base/src/File.cpp
2014-10-07 15:20:55 +01:00
Andrea Marchesini
61f3e1dfa6 Bug 1047483 - patch 2 - Renaming nsDOMFileList to FileList, r=ehsan 2014-10-07 15:20:53 +01:00
Andrea Marchesini
570a9abfb8 Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-07 15:20:52 +01:00
Bill McCloskey
425175f713 Bug 1049879 - Remove urgent and rpc message types and replace with message priorities (r=dvander,bent,ehsan) 2014-10-07 21:32:45 -07:00
Carsten "Tomcat" Book
147fca0f92 Backed out changeset e56bf4ea89fb (bug 1049879) for bustage in emulator debug builds on a CLOSED TREE 2014-10-08 08:03:57 +02:00
Bill McCloskey
f7ae46e404 Bug 1049879 - Remove urgent and rpc message types and replace with message priorities (r=dvander,bent,ehsan) 2014-10-07 21:32:45 -07:00
Andrew Halberstadt
6fe6152e95 Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester 2014-10-07 18:18:28 -04:00
Ehsan Akhgari
ae6ea86e62 Bug 1079317 - Fix some more bad implicit constructors in DOM; r=baku 2014-09-24 09:16:53 -04:00
Valentin Gosu
7db29d0d93 Bug 786419 - Part 6 - Disable HTMLDNSPrefetches for offline apps r=jduell 2014-08-23 02:17:18 +03:00
Giovanni Sferro
07c480f6f3 Bug 1059030 - Do not crash when an element has the same @id as a @name of a radiogroup. r=bz 2014-10-06 21:51:00 -04:00
Peter Van der Beken
4b7e268d87 Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
--HG--
extra : rebase_source : 89c476cd9436530b2df5acc903909e34188417a0
2014-10-07 11:44:49 +02:00
Peter Van der Beken
b8e952c4b7 Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove some IsDOMBinding asserts. r=bz.
--HG--
extra : rebase_source : 74569bd08dbc0d6755ac45999cfe99725ef6bc0a
2014-10-07 11:44:49 +02:00
Peter Van der Beken
581c5d20b7 Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, invert the flag for dom bindings in nsWrapperCache and add SetIsNotDOMBinding. r=bz.
--HG--
extra : rebase_source : 6ca1903658d3d6fe2634409cd39fa68c6b1219bd
2014-10-07 11:44:48 +02:00
Peter Van der Beken
5964f19583 Bug 808856 - Make not overriding WrapObject fail to build. r=ehsan.
--HG--
extra : rebase_source : 4683c70c97f7eea454bc445331dbbbe7c4f2cec7
2014-10-07 11:44:48 +02:00
Tom Schuster
1c0928b035 Bug 1071177 - Test 2014-10-07 11:29:03 +02:00
James Long
347d6e4d33 Bug 1056409 - move the sourceMapURL property from Debugger.Script to Debugger.Source. r=jorendorff 2014-10-06 11:42:00 +02:00
Wes Kocher
e2d4dc066f Merge m-c to inbound a=merge CLOSED TREE 2014-10-06 20:59:17 -07:00
Wes Kocher
972fd1b5f4 Backed out changeset 645d5e930e23 (bug 1067305) for inadvertently disabling all media tests on some platforms CLOSED TREE 2014-10-06 19:11:39 -07:00
Wes Kocher
5000218064 Backed out 5 changesets (bug 806819) for WinXP test failures on a CLOSED TREE
Backed out changeset 009ae35b0c67 (bug 806819)
Backed out changeset 5a57f87f5061 (bug 806819)
Backed out changeset f06cd735b5b3 (bug 806819)
Backed out changeset e25a2a8d4af4 (bug 806819)
Backed out changeset 70a167982c3f (bug 806819)
2014-10-06 16:32:50 -07:00
Andrew McCreight
3230aff025 Bug 1073597, part 1 - Don't get a CPOW manager to wrap unless there are CPOWs. r=smaug 2014-10-06 15:45:42 -07:00
Eric Rahm
600bc87781 Bug 806819 - Part 4: Add files that were excluded from unified builds back in. r=ehsan
--HG--
extra : rebase_source : 49a3f57d94fc94702f1604175c4e206091b67197
2014-10-06 13:11:24 -07:00
Eric Rahm
4a41e11c21 Bug 806819 - Part 3: Remove redundant FORCE_PR_LOG entries. r=ehsan
--HG--
extra : rebase_source : c96eea1c12ea8c19314393f0e8b4b57a4316a61d
2014-10-06 13:08:20 -07:00
Ryan VanderMeulen
7d91f5855c Backed out 4 changesets (bug 879717) for OSX/Android/B2G mochitest failures.
Backed out changeset 353aee813484 (bug 879717)
Backed out changeset cd7d8b93923f (bug 879717)
Backed out changeset 78b01186ff85 (bug 879717)
Backed out changeset 29f4a39efc29 (bug 879717)

CLOSED TREE
2014-10-06 13:44:28 -04:00
JW Wang
010fa9a56e Bug 994292 - Fix race between 'playing' and wakelock events. r=baku
--HG--
extra : rebase_source : 4a08b9b8bfcc026d05e6862dc08bad350033aa46
2014-10-05 19:21:00 -04:00
Andreas Pehrson
630f62f794 Bug 879717: Part 4 - Add mochitest for bug 879717 r=roc 2014-10-06 11:22:55 +02:00
Andreas Pehrson
088565eb56 Bug 879717: Part 3 - Update screen wake lock when metadata has loaded. r=roc,esawin 2014-10-04 18:58:01 +02:00
Andreas Pehrson
589c39017e Bug 879717: Part 2 - Avoid having autoplaying stream-backed HTMLMediaElements block indefinitely. r=roc 2014-10-03 21:38:03 +02:00
Tanvi Vyas
92ed4309c4 Bug 418354 - Redirects should go through Mixed Content Blocker. r=smaug, ckerschb 2014-10-18 13:21:06 -07:00
Peter Van der Beken
fe568cf0a5 Bug 1018658 - Convert XPathNSResolver to WebIDL bindings, support passing a node to CreateExpression. r=bz.
--HG--
extra : rebase_source : 347e0145d5caf1cc525bfed70af2ad81a57b2a06
2013-09-02 18:01:55 +02:00
Benjamin Bouvier
86ea81a4db Bug 997973: Call typed array and arraybuffer constructors with new in the tree; r=bz 2014-10-24 11:26:20 +02:00
Andrea Marchesini
7ac722eb45 Bug 1087619 - test_bug429785.xul QueryInterface typo, r=ehsan 2014-10-24 08:48:43 +01:00
Anthony Jones
e691046c81 Bug 1087492 - Fix build break with --disable-webrtc; r=edwin 2014-10-24 16:24:25 +13:00
Chris Pearce
e9c330bb73 Bug 1055395 - Don't load plugin library twice on Mac. r=smichaud 2014-10-24 15:19:16 +13:00
Markus Stange
edd6bde493 Bug 1087293 - Remove unused nsIFrameLoader::renderMode. r=kats 2014-10-23 22:45:14 +02:00
Robert O'Callahan
5c9e8ea1f7 Bug 879717: Part 1-Delay entering HAVE_CURRENT_DATA state until a video frame has been stored in the image container. r=cpearce 2013-06-18 14:17:29 +12:00
Gabor Krizsanits
1cc3094af2 Bug 1061469 - part 8: Encoding for Imports. r=mrbkap 2014-10-06 11:43:58 +02:00
Gabor Krizsanits
5aa5cda7d5 Bug 1061469 - part 7: Cyclic test for Imports 5. r=mrbkap 2014-10-06 11:43:58 +02:00
Gabor Krizsanits
90589ced65 Bug 1061469 - part 6: Cyclic test for Imports 4. r=mrbkap 2014-10-06 11:43:58 +02:00
Gabor Krizsanits
9d64a37220 Bug 1061469 - part 5: Fixing up update for Imports. r=mrbkap 2014-10-06 11:43:58 +02:00
Gabor Krizsanits
9e9f731f99 Bug 1061469 - part 4: Cyclic test for Imports 3. r=mrbkap 2014-10-06 11:43:58 +02:00
Gabor Krizsanits
d43c2b4f13 Bug 1061469 - Part 3: Cyclic test for Imports 2. r=mrbkap 2014-10-06 11:43:57 +02:00
Gabor Krizsanits
a0aa5f53c7 Bug 1061469 - Part 2: ImportManager::AddLoaderWithNewURI should only return main referrers. r=mrbkap 2014-10-06 11:43:57 +02:00
Gabor Krizsanits
7259735bd8 Bug 1061469 - Part 1: Cyclic test for Imports 1. r=mrbkap 2014-10-06 11:43:57 +02:00
Benjamin Chen
836bc2feb4 Bug 1050667 - fix the non-synchronous waiting state between MediaDecoderStataMachine and MediaOmxReader and OmxDecoder. r=sotaro 2014-10-06 11:03:14 +08:00
Benjamin Chen
b5d2b4462f Bug 1050667 - fix the non-synchronous waiting state between MediaDecoderStataMachine and MediaCodecReader. r=sotaro 2014-10-02 14:01:16 +08:00
Alfredo Yang
e877c8aaf4 Bug 1077298 - add emulated camera hal pixel format. r=jesup 2014-10-03 00:37:00 +02:00
JW Wang
b23bee89cb Bug 1076691 - Revert the change in bug 762282 since bug 1001317 has landed. r=roc 2014-10-05 19:29:00 +02:00
Andre Natal
3ecbd0929e Bug 1060659 - SpeechGrammarList should both initialize SpeechRecognitionService and set a grammar on it. r=smaug 2014-10-01 21:37:00 +02:00
JW Wang
b62da46c06 Bug 1041363 - remove tricky timers to make tests more stable. r=cpearce 2014-10-03 00:34:00 +02:00
JW Wang
2ca45ca9f3 Bug 984259 - 1. remove dead code to please the eyes. 2. remove the don't-preload-less-when-loading-resource rule which is no more spec. r=cpearce 2014-10-02 23:34:00 +02:00
Jonathan Watt
ab6c7388b8 Bug 932762, part 2 - Make SVG elements cache their Moz2D path data to speed up rendering, hit-testing, clipPath clipping, bbox calculations and animation/text along a path. r=longsonr 2014-10-04 12:13:30 +01:00
Jonathan Watt
125f85d8a1 Bug 932762, part 1 - Get rid of nsSVGPathGeometryElement::CreatePathBuilder and make BuildPath's aBuilder argument non-optional. r=longsonr 2014-10-04 12:13:30 +01:00
Jonathan Kew
756913a870 Backed out changesets c42b68e0db15 and 6e2c7dd63fcf (bug 879717) due to mochitest orange. 2014-10-04 09:52:22 +01:00
Andreas Pehrson
2e14cb114c Bug 879717 - Part 2. Avoid autoplaying stream-backed HTMLMediaElements blocking indefinitely. r=roc 2014-10-03 21:38:03 +02:00
Robert O'Callahan
dc5041f181 Bug 879717. Part 1. Delay entering HAVE_CURRENT_DATA state until a video frame has been stored in the image container. r=cpearce 2013-06-18 14:17:29 +12:00
William Chen
efc007e0f2 Bug 1076784 - Don't remove binding when shadow root host is removed from tree. r=smaug 2014-10-03 18:32:05 -07:00
Randell Jesup
9d74dbfe56 Bug 1077274: Clean up tracklists r=jib 2014-10-03 17:29:29 -04:00
Matthew Gregan
63b3544b44 Bug 1075980 - Be more careful about who holds a reference to the SourceBufferDecoder during initialization. r=karlt 2014-10-02 18:04:06 +13:00
Matthew Gregan
b763a8db99 Bug 1074614 - Remove ChangeToHaveMetadata and WAIT_FOR_MSE_DATA frame status. r=cajbir 2014-09-30 17:12:45 +13:00
Ryan VanderMeulen
4a12fccdf8 Merge m-c to inbound. a=merge 2014-10-03 16:26:37 -04:00
Ryan VanderMeulen
6c567d93da Merge inbound to m-c. a=merge 2014-10-03 16:00:09 -04:00
Ed Morley
3af1cc8ebb Merge mozilla-central and b2g-inbound 2014-10-03 15:20:08 +01:00
Ed Morley
02279bd303 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-10-03 14:51:14 +01:00
Ed Morley
9b4f57a48b Backed out changeset 42614739736d (bug 1041180) for xpcshell failures; CLOSED TREE 2014-10-03 10:14:53 +01:00
Ed Morley
b7f870ecfa Backed out changeset a2192165100c (bug 1041180) for xpcshell failures; CLOSED TREE 2014-10-03 10:12:53 +01:00
Jonathan Watt
544ffe53b3 Bug 934183, part 2 - Remove lots of old Thebes code paths from the SVG code (GeneratePath and all the nsSVGPathGeometryElement::ConstructPath implementations). r=longsonr 2014-10-03 09:50:44 +01:00
Jonathan Watt
96cef3133e Bug 934183, part 1 - Convert the bounds calculation code for SVG geometry to use Moz2D Path. r=longsonr 2014-10-03 09:50:43 +01:00
Jonathan Watt
44410c0ebe Bug 1075399, part 4 - Don't make an exception for arcs when simulating zero length SVG subpaths. r=longsonr 2014-10-03 09:50:43 +01:00
Jonathan Watt
5037c94192 Bug 1075399, part 3 - Don't insert zero length segments unless it's necessary. r=longsonr 2014-10-03 09:50:43 +01:00
Jonathan Watt
a62a1e6c6f Bug 1075399, part 1 - Simulate zero length SVG subpath for stroke-linecap=round. r=longsonr 2014-10-03 09:50:42 +01:00
Andrew Osmond
3d9077beb7 Bug 994912 - Add support for promises and event-based notifications to camera. r=mikeh, r=bz 2014-10-03 04:19:00 -04:00
Andrew Osmond
c913330f80 Bug 994912 - Add support for event-based notifications to media streams. r=roc, r=bz 2014-10-03 04:18:00 -04:00
Kan-Ru Chen (陳侃如)
235c9b563c Bug 942411 - Use SpecialPowers.pushPermissions to make sure the permission is set before test run. r=smaug 2014-10-03 18:31:22 +08:00
Christoph Kerschbaumer
cc23b235df Bug 1075230 - CSP: Update enforcment for scheme-wildcard combination (r=sstamm) 2014-10-01 04:59:05 -07:00
Christoph Kerschbaumer
bc6a277480 Bug 1075230 - CSP: Test enforcment for scheme-wildcard combination (r=sstamm) 2014-10-01 05:01:41 -07:00
Randy Lin
1ce7843692 Bug 1069602 - Crash in mozilla::MediaOmxReader::NotifyDataArrived (ProcessCachedData runnable is running but reader has been destroyed). r=edwin, f=jwwang 2014-10-02 11:46:49 +08:00
Ed Morley
ea44f66be6 Merge mozilla-central and inbound 2014-10-03 15:14:53 +01:00
Bob Owen
4452eb4d53 Bug 1067305 - Conditionally disable mochitests that won't run with the content sandbox at low integrity. r=jmaher 2014-10-01 15:01:22 +01:00
JW Wang
f62dec6f33 Bug 1051658 - Part 3: Release decoders more aggressively for it is easy to exceed the limit of active cubeb streams on OSX 10.6 and cause decode errors and test failures. r=kinetik 2014-10-01 18:36:00 -04:00
Mats Palmgren
f2a0c268cf Bug 1075247 - Add support for starting the iteration from the end to FlattenedChildIterator and AllChildrenIterator. r=bzbarsky 2014-10-02 13:05:16 +00:00
Carsten "Tomcat" Book
0a58c01b3c Backed out changeset e7c3be44c703 (bug 1061469) for Android m-11 test failures on a CLOSED TREE 2014-10-02 14:00:38 +02:00
Carsten "Tomcat" Book
2aed6652c0 Backed out changeset 17c54acc6645 (bug 1061469) 2014-10-02 14:00:11 +02:00
Carsten "Tomcat" Book
0f36b2ff22 Backed out changeset 27f8d501cef5 (bug 1061469) 2014-10-02 14:00:09 +02:00
Carsten "Tomcat" Book
6c2764df8c Backed out changeset 1008e478d100 (bug 1061469) 2014-10-02 14:00:07 +02:00
Carsten "Tomcat" Book
72da1ec687 Backed out changeset 01ead7a7bb5d (bug 1061469) 2014-10-02 14:00:05 +02:00
Carsten "Tomcat" Book
64a27338d4 Backed out changeset 62486f51f316 (bug 1061469) 2014-10-02 14:00:03 +02:00
Carsten "Tomcat" Book
0417a5fb5d Backed out changeset 3c44a02925cb (bug 1061469) 2014-10-02 14:00:01 +02:00