Commit Graph

33009 Commits

Author SHA1 Message Date
Anthony Jones
271a7fa9ac Bug 1045909 - Fix buffer range calculation for fMP4; r=edwin 2014-08-05 13:35:04 +12:00
Anthony Jones
e6cf28f73e Bug 1045915 - Add a pref to test streams with a missing ftyp atom; r=kinetik 2014-08-05 13:35:02 +12:00
Wes Kocher
777daa67be Backed out changeset ef8d10dc3927 (bug 1048097) for build bustage on a CLOSED TREE 2014-08-04 16:07:18 -07:00
Wes Kocher
3524682be2 Backed out changeset a38bb1a95176 (bug 1048102) for build bustage on a CLOSED TREE 2014-08-04 16:07:08 -07:00
Wes Kocher
26c962afae Backed out changeset 7b550d45454b (bug 1048104) for build bustage on a CLOSED TREE 2014-08-04 16:06:59 -07:00
Wes Kocher
c61a668e4f Backed out changeset 83d8226768ee (bug 1048107) for build bustage on a CLOSED TREE 2014-08-04 16:06:41 -07:00
Chris Pearce
5b45981df5 Bug 1048107 - Add GMPTimer implementation and placeholder GMP clock. r=jesup 2014-08-05 10:18:31 +12:00
Chris Pearce
624217947a Bug 1048104 - Add GMPMutex::Destroy(). r=jesup 2014-08-05 10:18:31 +12:00
Chris Pearce
493ada9a43 Bug 1048102 - Delete GMPThreads as they're joined. r=jesup 2014-08-05 10:18:31 +12:00
Chris Pearce
cdce8bb644 Bug 1048097 - Delete the GMPBuffer we send into GMP/CDM for decryption once it's been returned decrypted. r=jesup 2014-08-05 10:18:12 +12:00
Shelly Lin
8e7e54b0a7 Bug 1047307 - Remove the check of onremovetrack in a mochitest. r=roc 2014-08-01 18:49:48 +08:00
Randell Jesup
cb4c3b62cb Bug 1044408: add missing nit from review r=ted 2014-08-04 10:28:20 -04:00
Dragana Damjanovic
acedb0cb8b Bug 614352 - Change nsXMLHttpRequest to show a correct progress in case of gzip data. r=bz
Now it shows correct amount of data transferred and not the amount of decompressed data.
2014-07-24 01:47:00 -04:00
Dragana Damjanovic
7c154d043f Bug 1007020 - Also send progress information when connection is LOAD_BACKGROUND. r=bz 2014-08-01 02:10:00 -04:00
Ed Morley
7feeef7c09 Merge mozilla-central and inbound 2014-08-04 12:23:28 +01:00
Masayuki Nakano
9375ed8f50 Bug 1046101 part.33 Generate EventClassID with EventClassList.h in EventForwards.h and nsContentUtils should use it instead of uint32_t r=smaug 2014-08-04 14:28:58 +09:00
Masayuki Nakano
674bfd5763 Bug 1046101 part.32 Rename NS_EVENT to eBasicEventClass r=smaug 2014-08-04 14:28:58 +09:00
Masayuki Nakano
d07040e4ef Bug 1046101 part.31 Rename NS_MUTATION_EVENT to eMutationEventClass r=smaug 2014-08-04 14:28:57 +09:00
Masayuki Nakano
fbbc8bd11e Bug 1046101 part.18 Rename NS_TOUCH_EVENT to eTouchEventClass r=smaug 2014-08-04 14:28:53 +09:00
Masayuki Nakano
5a96c29b49 Bug 1046101 part.11 Rename NS_MOUSE_EVENT to eMouseEventClass r=smaug 2014-08-04 14:28:50 +09:00
Masayuki Nakano
aaf3fac323 Bug 1046101 part.5 Rename NS_KEY_EVENT to eKeyboardEventClass r=smaug 2014-08-04 14:28:48 +09:00
Masayuki Nakano
f34a1f1968 Bug 1046101 part.3 Rename NS_INPUT_EVENT to eInputEventClass r=smaug 2014-08-04 14:28:47 +09:00
Masayuki Nakano
00f048e7cd Bug 1046101 part.1 Rename nsEventStructType to mozilla::EventClassID r=smaug 2014-08-04 14:28:46 +09:00
Brad Lassey
89dedf4d28 bug 1041700 - add browserWindow and scrollWithPAge to media constraints r=jesup,jib,khuey 2014-07-21 14:57:28 -04:00
Nathan Froyd
f3ba13c411 Bug 1046784 - move -DNOMINMAX definitions to moz.build; r=mshal 2014-07-31 10:41:48 -04:00
Ralph Giles
8548902870 Bug 1046301 - AppleATDecoder: call DrainComplete. r=cpearce
Propagate changes from bug 1039128.
2014-07-30 16:07:00 -07:00
Ralph Giles
92a1a648d2 Bug 1046301 - AppleVTDecoder: call DrainComplete. r=cpearce
Propagate changes from bug 1039128 and some other cleanup.
2014-07-30 16:06:00 -07:00
Ryan VanderMeulen
04016822d8 Backed out 3 changesets (bug 1022818) for B2G test failures on a CLOSED TREE.
Backed out changeset 9b37b8ae8302 (bug 1022818)
Backed out changeset bfe7d53e220a (bug 1022818)
Backed out changeset 6c5208ca3274 (bug 1022818)
2014-08-01 11:14:14 -04:00
Kearwood (Kip) Gilbert
a6ed858fff Bug 1022818 - Part 2: Implement Smooth Scrolling. r=bz
- Updated ScrollTo method in nsGlobalWindow to accept a
  mozilla::dom::ScrollOptions parameter to select between the instant
  and smooth MSD motion.
- Updated WebIDL binding boilerplate scrolling functions in nsGlobalWindow
  to pass the correct value of mozilla::dom::ScrollBehavior to the
  implementation and functions, activating smooth scrolling.
- These functions will need to be updated again to support the scroll-behavior
  CSS property in Bug 1010538.
2014-07-21 11:19:00 -04:00
Kearwood (Kip) Gilbert
8afdeb1efa Bug 1022818 - Part 1: Update webidl interfaces. r=bz
- Extended the Element and Window webidl interfaces as described in the
  CSSOM-View smooth-scrolling specification.
- The Element.scrollTop and Element.scrollLeft changes have been omitted
  until either WebIDL is extended to allow properties to have union datatypes
  that contain dictionaries or the CSSOM-View smooth-scroll specification
  is upddated.  This will not prevent the other interface changes from being
  useful.
- Implemented wrapper functions for the nsGlobalWindow to connect to the new
  WebIDL bindings.  The ScrollOptions parameters are ignored in this patch,
  and used in Part 3 of this patch series.
2014-07-21 11:04:00 -04:00
Andrea Marchesini
fac69fce74 Bug 1046582 - mochitest for AudioChannel changes in MediaStream objects, r=ehsan, r=bz 2014-08-03 14:46:17 +01:00
Chris Pearce
fe9339c972 Bug 1047824 - Make Apple PDM handle Shutdown() call on non-main thread. r=rillian 2014-08-03 19:29:19 +12:00
Chris Pearce
4b33c80b1c Bug 1047824 - Call PlatformDecoderModule::Shutdown() in MP4Reader::Shutdown() on the decode task queue. r=kinetik 2014-08-03 19:28:39 +12:00
L. David Baron
979a8abe0d Bug 1045161 patch 1 - Stop implementing ParseAttribute for frame and rules (to parse them to enumerated values) since we no longer map them into style. r=bzbarsky
I don't think this change should be observable to Web content anymore.
(If it is, we should probably fix that as a general issue.)
2014-08-02 19:37:49 -07:00
Chris Pearce
8212edadc8 Bug 1047204 - Implement GMPAudioDecoder interface. r=jesup 2014-08-03 09:29:26 +12:00
Chris Pearce
c27ed74194 Bug 1047205 - Attach crypto info to encoded GMP video frames. r=jesup 2014-08-03 09:29:18 +12:00
Randell Jesup
d2b59b28e0 Bug 1047121: Release Window-capture VideoEngine when done; clean up shutdown code r=cpearce 2014-08-02 00:30:51 -04:00
Boris Zbarsky
c939aa4301 Bug 886308. Implement Element.matches. r=heycam 2014-08-01 23:37:09 -04:00
Randell Jesup
b0c650cd36 Bug 1047442: bustage fix (unified builds) rs=bustage,kwierso on a CLOSED TREE 2014-08-01 17:53:59 -04:00
Randell Jesup
00588c59cc Bug 1047442: Add thread to resolve deadlock on sendCritSect caused by sync Encode dispatch to GMPThread r=pkerr 2014-08-01 17:27:52 -04:00
Paul Adenot
2ae10d87c4 Bug 1046930 - Fix loop index when sending the status of the microphone to the AudioStream. r=jesup 2014-08-01 15:29:19 +02:00
Andrew McCreight
1d40e119c2 Bug 1036055 - Make the destructor of HTMLFormElement private. r=smaug 2014-08-01 10:02:30 -07:00
Paul Adenot
c8c196a723 Bug 1046470 - Only reset low latency stream, and properly unlock the Mutex. r=jesup 2014-08-01 14:12:10 +02:00
Chris Pearce
3ae2cca96e Bug 1047188 - Ensure we only call MediaDataDecoder::Drain() once, and break out of MP4Reader::Decode() when DrainComplete() is called. r=kentuckyfriedtakahe 2014-08-01 16:04:37 +12:00
Cameron McCormack
d7bd27775e Bug 1046534 - Call DropDocumentReference on a document's CSSLoader before we unlink it. r=dbaron 2014-08-01 10:45:02 +10:00
Ehsan Akhgari
9f5008434c Bug 1045270 - Part 3: Add a test case; r=smaug 2014-07-31 20:27:04 -04:00
Ehsan Akhgari
bc2e518c00 Bug 1045270 - Part 1: Cache the selection state for the native anonymous text box inside number controls on the number control itself; r=smaug
This is needed because the text control and its nsTextEditorState will
die together with the text control's frame.
2014-07-31 20:25:31 -04:00
Birunthan Mohanathas
c154902b9a Bug 1044445 - Collapse test-only moz.build files under content/ into ancestor moz.build files. r=glandium 2014-07-31 12:54:21 -07:00
Birunthan Mohanathas
582684f7e4 Bug 1044445 - Collapse test-only moz.build files under content/media/ into ancestor moz.build files. r=glandium 2014-07-31 12:54:21 -07:00
Nathan Froyd
12c76f15f7 Bug 1042878 - part 2 - move MOZ_CAIRO_CFLAGS et al additions to C*FLAGS into moz.build; r=glandium 2014-07-24 11:55:33 -04:00