Boris Zbarsky
c8daf5c6cd
Bug 731746 part 1. Add a constructor on nsDOMEventTargetHelper that takes a window, for use by JS-implemented event targets. r=smaug
2013-04-24 22:44:24 -04:00
Ehsan Akhgari
aa2f359407
Bug 865004 - Disconnect the AudioNode from the graph before deleting it; r=bzbarsky
2013-04-24 16:57:07 -04:00
Gijs Kruitbosch
6b105eb381
Bug 865147 - Fix crash in nsContentUtils::ContentIsDescendantOf by checking parent of 'before' node, r=bz, feedback=Ms2ger
2013-04-24 13:05:59 +02:00
Tanvi Vyas
63b7851e10
Bug 855730 - Add more logging and change the order back to the original order. Reordering should reduce the number of timeouts that spiked when we first changed the order. r=smaug
2013-04-24 14:43:14 -07:00
Ehsan Akhgari
00242b8515
Backed out changeset 089871cdaf1e (bug 865004) because of crashtest leaks on a CLOSED TREE
2013-04-24 16:29:08 -04:00
Bobby Holley
c85143a170
Bug 862404 - Make nsCxPusher MOZ_CRASH if there's no stack. r=gabor
2013-04-24 13:02:47 -07:00
Ehsan Akhgari
5657b79a8a
Bug 865004 - Disconnect the AudioNode from the graph before deleting it; r=bzbarsky
2013-04-24 15:30:19 -04:00
Boris Zbarsky
20ab2b6db5
Bug 862629 part 2. Remove the now-unused scope object bit in js-to-native conversions. r=peterv
2013-04-24 14:59:15 -04:00
Boris Zbarsky
87e77a2b99
Bug 862629 part 1. Stop playing compartment games with WebIDL callbacks and just use the given object as-is. r=peterv
2013-04-24 14:59:15 -04:00
Olli Pettay
109adf1697
Bug 865076, follow the XPCOM rules when using parent pointer, r=mccr8
...
--HG--
extra : rebase_source : c4d45f53bb15df09495714cb0955e3d2d9c684b6
2013-04-24 21:09:25 +03:00
Guilherme Gonçalves
55eb035071
Bug 863852 - Part 2 - Handle reentrance in the state machine. r=smaug
2013-04-24 11:09:31 -07:00
Guilherme Gonçalves
d3961e6b16
Bug 863852 - Part 1 - Log event and state names rather than codes. r=smaug
2013-04-24 11:09:30 -07:00
Guilherme Gonçalves
553083436b
Bug 863813 - Only call the done function once per test, failure or success. r=smaug
2013-04-24 11:09:30 -07:00
Guilherme Gonçalves
5d3eb4addf
Bug 858141 - Don't assert on EVENT_AUDIO_ERROR while on STATE_ESTIMATING. r=smaug
2013-04-24 11:09:30 -07:00
Eitan Isaacson
4e3a627727
Bug 864858 - Hold a reference to utterance before nsSpeechTask goes away in DispatchEndImpl() r=smaug
2013-04-24 09:49:35 -07:00
Ehsan Akhgari
99da564fc5
Bug 864709 - Part 2: Protect accesses to AudioNodeEngine::mNode using a lock; r=padenot
2013-04-24 12:13:45 -04:00
Ehsan Akhgari
412d5ef7d7
Bug 864709 - Part 1: Hold a strong reference to the AudioNodeStream before calling ProduceOutput on it; r=padenot
2013-04-24 11:52:16 -04:00
Paul Adenot
9dda4e73fa
Bug 864164 followup - Also send the params to the stream when setting the buffer. r=ehsan
2013-04-23 17:42:40 +02:00
Ehsan Akhgari
5faff9a565
Bug 864164 - Part 2: Send the AudioBufferSourceNode buffer parameter changes to the stream; r=padenot
2013-04-22 17:01:22 -04:00
Henri Sivonen
b7678c120e
Bug 856374 - Check if output string is empty when serializing. r=smaug.
2013-04-24 16:20:53 +03:00
Robert O'Callahan
036de11b55
Bug 834835. Part 4: Test basic MediaStreamTrack functionality. r=jesup
2013-04-17 17:18:53 +12:00
Robert O'Callahan
0f0097b48d
Bug 834835. Part 3: Implement DOMMediaStream::GetAudio/VideoTracks. r=jesup
2013-04-17 17:18:37 +12:00
Robert O'Callahan
2a58997a9f
Bug 834835. Part 2: Make DOMMediaStream maintain a list of MediaStreamTrack objects. r=jesup
...
We use a MediaStreamListener to watch the MediaStream and maintain the list
of MediaStreamTrack objects.
2013-04-17 17:18:24 +12:00
Robert O'Callahan
0e51880b10
Bug 834835. Part 1: Add initial AudioStreamTrack/VideoStreamTrack/MediaStreamTrack interfaces and implementations. r=jesup
2013-03-27 14:32:51 +13:00
Robert O'Callahan
4f5e1036db
Bug 786539. Part 3: Reenable test on Windows. r=cpearce
2013-04-24 21:19:08 +12:00
Robert O'Callahan
6d53909612
Bug 786539. Part 2: AreAllStreamsForResourceSuspended should ignore streams that can't read the resource data we need. r=cpearce
2013-04-24 21:19:02 +12:00
Robert O'Callahan
2f9b7480b2
Bug 786539. Part 1: When receiving an HTTP 416 in response to a seek, tell the media cache that we reached the end of the resource. r=cpearce
...
See the comments. This is especially likely to happen if we reach the end of
a resource and then do our reopen-on-error dance because at some point we
paused and resumed and we fear the server may have timed out our connection
without giving us all the data.
2013-04-24 21:18:56 +12:00
David Zbarsky
82391d9a22
Bug 861729 - Remove nsPIDOMWindow::GetExtantDocument r=Ms2ger
2013-04-24 00:22:37 -04:00
Masayuki Nakano
1dbdaeef56
Bug 842927 part.2 Make convertion table from native keycode to DOM key name index r=smaug+cpeterson+romaxa+smichaud+jimm+karlt+mwu
2013-04-24 12:49:46 +09:00
Masayuki Nakano
f44a18d4f7
Bug 842927 part.1 Implement D3E KeyboardEvent.key r=smaug, sr=smaug
2013-04-24 12:49:46 +09:00
Garrett Robinson
02b569fd5b
Bug 863878 - The CSP logging from bug 821877 should go to the new Security Pane in the Web Console. r=bzbarsky r=ddahl
2013-04-23 17:39:10 -05:00
Nathan Froyd
7eab915b83
Bug 781702 - silence warning spew from nsXBLProtoImplMethod.cpp; r=bz
2012-10-08 15:52:24 -04:00
John Schoenick
85b5cb5928
Bug 863792 - Handle re-entry during plugin instantiation. r=josh
2013-04-23 13:21:28 -07:00
John Schoenick
04af22695a
Bug 854082 - Cleanup plugin frame ownership, prevent losing our frame due to re-entrance. r=bsmedberg
2013-04-23 13:21:28 -07:00
Ehsan Akhgari
e36cf731a7
Bug 864613 - Take the dynamics compressor node's input chunk volume into account; r=padenot
...
--HG--
extra : rebase_source : d065091c344325b9c42c26307074d20ad81e0cd0
2013-04-22 22:16:42 -04:00
Sid Stamm
4e62b106c4
bug 761667 - update x-frame-options channel scanning to include multipart channels. (r=bz)
...
--HG--
extra : rebase_source : d7bf736b52f1d54b0ae9b3f111148feef29de02d
2013-04-22 16:01:39 -07:00
Andrea Marchesini
9fca67736e
Bug 864518 - HTMLMediaElement::mAudioChannelAgent not declared to CC, r=bz
...
Bug 864518 - HTMLMediaElement::mAudioChannelAgent not declared to CC, r=bz
2013-04-23 08:28:00 -07:00
Jonathan Watt
3bde9433bd
Bug 863634 - Update the position of the thumb for <input type=range> when script uses .value, .valueAsNumber, .stepUp() or .stepDown(). r=mounir
2013-04-23 15:04:28 +01:00
Ehsan Akhgari
d728fbb79c
Bug 864609 - Take the panner node's input chunk volume into account; r=padenot
...
--HG--
extra : rebase_source : 4ccebeb02cd8a52721b5bff5f5c77f9a7201312b
2013-04-22 22:07:49 -04:00
Ehsan Akhgari
696e7cb9a8
Bug 864606 - Take the gain node's input chunk volume into account when we have automation events for changing the gain value; r=padenot
...
--HG--
extra : rebase_source : 0d8c538a22ba764559a30c09e436eaaf38ac63fd
2013-04-22 22:05:16 -04:00
Ehsan Akhgari
27a0b514b9
Bug 864605 - Take the input chunk's volume into account in the nodes that buffer their input; r=padenot
...
--HG--
extra : rebase_source : 7590e20cbb1ac347f3988aaa5dbc586012747221
2013-04-22 21:59:51 -04:00
Ehsan Akhgari
6b1729abc9
Bug 864351 - Hold on to a SelfReference for ScriptProcessorNodes to make sure that they won't go away prematurely if they're used as source nodes; r=padenot
2013-04-22 21:23:54 -04:00
Brandon Waterloo
9af2bc9909
Bug 862117 - Move CSS rule classes relevant to image documents for cursor appearance (zoom in / zoom out) into layout/style/ImageDocument.css. r=roc, r=jaws
...
This stylesheet applies to all ImageDocuments, including those in frames. In old location for CSS rules, some full themes would not show cursors correctly, nor would ImageDocuments in frames. Image rotation CSS rule classes moved to layout/style/TopLevelImageDocument.css.
2013-04-21 18:29:14 -04:00
Simon Montagu
184c247fc9
Followup to bug 151407: use GetDir() on the root element. r=bz
2013-04-23 15:12:14 +03:00
Mats Palmgren
68558be08c
Bug 858459 - Ignore clicks that have no target content or frame to avoid dispatching it to the document that the pres shell otherwise does. r=smaug
2013-04-23 13:37:18 +02:00
Simon Montagu
ce51cb5120
Fix document.dir getters and setters to (a) work and (b) conform to HTML5. Bug 151407, r=ehsan
2013-04-14 05:37:48 -07:00
Ralph Giles
779a1c773e
Bug 864544 - Make HTMLMediaElement::mPlayed a cycle collected nsRefPtr. r=cpearce,smaug
...
The current code is safe, but brittle. Making this explicitly
refcounted and traced protects against future code changes.
2013-04-22 16:45:00 -07:00
Ehsan Akhgari
c0fb4f1dfc
Bug 834513 follow-up: Mode AudioNode::DestroyMediaStream into the cpp file, and inline UnbindFromEngine
2013-04-22 22:45:37 -04:00
Garrett Robinson
6c7617d947
Bug 837351 - Log blocked mixed content to the Error and Web Consoles. r=smaug
2013-04-22 18:08:18 -07:00
John Schoenick
644f7bb6f0
Backout 9423207656dd and d226a39b4181 (Bug 863792) for triggering bug 854082 crashes, the fix for which was backed out. CLOSED TREE
2013-04-22 16:33:38 -07:00