Eitan Isaacson
a6ee6b2e88
Bug 525444 - (Part 3/3) Support OOP speech synth. r=smaug
...
--HG--
rename : content/media/webspeech/synth/moz.build => content/media/webspeech/synth/ipc/test/moz.build
2013-04-03 15:13:17 -07:00
Eitan Isaacson
09a986be62
Bug 525444 - (Part 2/3) Added speech service API. r=smaug
2013-04-03 15:13:17 -07:00
Eitan Isaacson
79a685a6a4
Bug 525444 - (Part 1/3) Basic SpeechSynthesis setup and voice registration. r=smaug
...
--HG--
rename : content/media/webspeech/moz.build => content/media/webspeech/synth/moz.build
rename : content/media/webspeech/moz.build => content/media/webspeech/synth/test/moz.build
2013-04-03 15:13:16 -07:00
Eitan Isaacson
cc7113a844
Bug 856370 - Add a Makefile.in in webspeech/recognition and remove webspeech top-level VPATH. r=smaug
...
--HG--
rename : content/media/webspeech/Makefile.in => content/media/webspeech/recognition/Makefile.in
rename : content/media/webspeech/moz.build => content/media/webspeech/recognition/moz.build
2013-04-03 15:13:16 -07:00
Aryeh Gregor
62c7f52161
Bug 851916 part 2 - createHTMLDocument() should work with no arguments; r=bz
2013-03-21 14:55:08 +02:00
Justin Lebar
e78770c96b
Bug 857653 - Fix leak in AudioChannelAgent by making it hold a weak ref to nsHTMLMediaElement. r=bz
2013-04-03 16:35:05 -04:00
Mounir Lamouri
bd28e1602c
Bug 701353 - Tests that <label> actually activates <input type='file'>. r=smaug
2013-04-03 17:06:19 +01:00
Bobby Holley
eb199ec0c8
Bug 843829 - Wrap unwaived content JS objects in opaque wrappers for XBL scopes. r=mrbkap
2013-04-03 11:41:23 -07:00
Bobby Holley
c038c610e6
Bug 843829 - Explicitly add a waiver in FieldGetter and FieldSetter. r=mrbkap
2013-04-03 11:41:23 -07:00
Bobby Holley
43eb484613
Bug 843829 - Stop using IsTransparent for XBL field access, and explicitly waive instead. r=mrbkap
2013-04-03 11:41:23 -07:00
Bobby Holley
5acffc4e54
Bug 843829 - Fix incorrect test. r=mrbkap
...
This wasn't actually testing anything, because |is| is defined in the scope of
the content, so by passing the objects as arguments, we end up re-wrapping them
in the content scope, where the distinction between waived and non-waived
objects doesn't exist.
We're actually just about to remove this test in the next patch, but I wanted
to make it correct first. :-)
2013-04-03 11:41:23 -07:00
Drew Willcoxon
345295f71d
Bug 723163 - Improve about:crashes copy & paste by improving XHTML text/plain encoding. r=hsivonen,njn
2013-04-03 11:39:06 -07:00
Kyle Huey
66dfd9af51
Followup to bug 855804: Remove ridiculous WARNINGS_AS_ERRORS junk. r=me
2013-04-03 10:44:35 -07:00
matekm
00c2965124
Bug 784739 - Switch from NULL to nullptr in content/; r=ehsan
...
--HG--
extra : rebase_source : cfdb682506acc14ec811e21ae42f067950e1ff0c
2013-04-02 21:14:24 -04:00
Nathan Froyd
0a8a82bada
Bug 839103 - part 3 - send StyleSheet{Added,Removed} chrome notifications when stylesheets are added/removed; r=bz
2013-03-27 14:16:50 -04:00
Nathan Froyd
6d6b3771e3
Bug 839103 - part 2 - enable chrome dispatching of nsIDOMEvents in nsAsyncDOMEvent; r=bz
2013-03-27 14:15:58 -04:00
Nathan Froyd
b2aae26008
Bug 839103 - part 1 - factor out StyleSheet{Added,Removed} notifications into separate nsDocument methods; r=bz
2013-03-27 11:20:54 -04:00
Kyle Huey
c1ef5de8fc
Bug 854799: Make image.src='' discard the image immediately even if the image is not in the document. r=jlebar
2013-04-03 09:52:25 -07:00
Kyle Huey
7709d7e26d
Bug 855804: Add hashtable helpers for cycle collection. r=bz
2013-04-03 09:49:17 -07:00
Jason Smith
45253e09ed
Bug 850587 - Test for autoplay not working with MediaStreams. r=roc
2013-04-02 23:58:48 -07:00
Ehsan Akhgari
9df6dde4c7
Backed out 6 changesets (bug 843829, bug 845862) because of broken mochitest-5
...
Backed out changeset 1df3bdadb7ce (bug 843829)
Backed out changeset 64f001fe04fb (bug 843829)
Backed out changeset 57652d8f0827 (bug 843829)
Backed out changeset 2e889cd77a48 (bug 843829)
Backed out changeset 97d16e7beb27 (bug 843829)
Backed out changeset 6c6ab0e54917 (bug 845862)
Landed on a CLOSED TREE
2013-04-02 23:05:48 -04:00
Bobby Holley
b7d2424ff1
Bug 843829 - Wrap unwaived content JS objects in opaque wrappers for XBL scopes. r=mrbkap
2013-04-02 18:51:20 -07:00
Bobby Holley
b8f153dab6
Bug 843829 - Explicitly add a waiver in FieldGetter and FieldSetter. r=mrbkap
2013-04-02 18:51:20 -07:00
Bobby Holley
3beb744c60
Bug 843829 - Stop using IsTransparent for XBL field access, and explicitly waive instead. r=mrbkap
2013-04-02 18:51:20 -07:00
Bobby Holley
ced70f3e62
Bug 843829 - Fix incorrect test. r=mrbkap
...
This wasn't actually testing anything, because |is| is defined in the scope of
the content, so by passing the objects as arguments, we end up re-wrapping them
in the content scope, where the distinction between waived and non-waived
objects doesn't exist.
We're actually just about to remove this test in the next patch, but I wanted
to make it correct first. :-)
2013-04-02 18:51:19 -07:00
Matthew Gregan
97ff5f7d61
Bug 855570 - Deprecate Audio Data API. r=ehsan
2013-03-28 14:36:29 +13:00
Boris Zbarsky
53bd351550
Bug 856833 part 1. Make JS_ObjectIsDate use ObjectClassIs. r=waldo
2013-04-02 20:19:24 -04:00
Tanvi Vyas
20b4cf81b2
Bug 855730 - To determine the root of the intermittent failures in the last mochitest from bug 840388, rearrange the tests so that the failing test is not the last test. Do this by first running the tests with the mixed active content allowed and then run them with mixed active content blocked. r=smaug
2013-04-02 17:23:41 -07:00
Steve Workman
0574e54c10
Bug 855064 - Exclude DASH code from default builds r=cpearce
2013-04-02 17:05:00 -07:00
Steve Workman
fc6911c83d
Bug 855064 - Remove DASH references in media unit tests r=cpearce
2013-04-02 17:05:00 -07:00
Ehsan Akhgari
78fbea8be5
Bug 856771 - Protect the source buffer nodes from leaking when their binding goes away without being played back; r=roc
...
This is the real part of the patch which was dropped from the previous commit.
2013-04-01 16:06:55 -04:00
Ehsan Akhgari
e0e0ce11ba
Bug 855990 followup: move TransferBuffer outside of the function because gcc is not a grown-up
...
Landed on a CLOSED TREE
2013-04-02 16:18:32 -04:00
Ehsan Akhgari
3c40a3eb52
Bug 855990 - Part 5: Implement the analysis routines of AnalyserNode; r=padenot
...
--HG--
extra : rebase_source : dc459a731d5793c169f73271f2d2043d472288e4
2013-04-01 19:26:17 -04:00
Ehsan Akhgari
a2082a2c28
Bug 855990 - Part 4: Send the buffer seen by AnalyserNodeEngine to AnalyserNode; r=padenot
...
--HG--
extra : rebase_source : be0b1c8197c1e8582d9dda31a74484901c665b79
2013-04-01 17:35:18 -04:00
David Zbarsky
8fe59f2c6a
Bug 855597: Make things build r=me
2013-04-02 15:17:41 -04:00
David Zbarsky
c86b9ad0f3
Bug 855597: Rename DOMSVGTransform to SVGTransform r=jwatt
...
--HG--
rename : content/svg/content/src/DOMSVGTransform.cpp => content/svg/content/src/SVGTransform.cpp
rename : content/svg/content/src/DOMSVGTransform.h => content/svg/content/src/SVGTransform.h
2013-04-02 15:17:41 -04:00
David Zbarsky
9ea50b911c
Bug 855597: Rename SVGTransform to nsSVGTransform r=jwatt
...
--HG--
rename : content/svg/content/src/SVGTransform.cpp => content/svg/content/src/nsSVGTransform.cpp
rename : content/svg/content/src/SVGTransform.h => content/svg/content/src/nsSVGTransform.h
2013-04-02 15:17:41 -04:00
David Zbarsky
e79754ad61
Bug 855597: Make SVGTransform not inherit nsISupports r=longsonr
2013-04-02 15:17:40 -04:00
Olli Pettay
1b5f0652a5
Bug 856413 - Once UIEvent#view property is read, value of UIEvent#view property will be null, r=Ms2ger
...
--HG--
extra : rebase_source : d033288850b3d9594510a34f12ba43fe3097d969
2013-04-02 19:46:06 +03:00
Matt Brubeck
0112a4cd84
Back out bug 839103 for build errors on a CLOSED TREE
2013-04-02 08:18:27 -07:00
Nathan Froyd
2ff029b601
Bug 839103 - part 3 - send StyleSheet{Added,Removed} chrome notifications when stylesheets are added/removed; r=bz
2013-03-27 14:16:50 -04:00
Nathan Froyd
0ef2405f91
Bug 839103 - part 2 - enable chrome dispatching of nsIDOMEvents in nsAsyncDOMEvent; r=bz
2013-03-27 14:15:58 -04:00
Nathan Froyd
9d6d884187
Bug 839103 - part 1 - factor out StyleSheet{Added,Removed} notifications into separate nsDocument methods; r=bz
2013-03-27 11:20:54 -04:00
Aryeh Gregor
e63483552d
Bug 853449 - Dispatching an event that's already being dispatched should throw InvalidStateError; r=smaug
2013-04-02 17:10:45 +03:00
Ryan VanderMeulen
8932ecc1a7
Backed out changeset 8ed978214fdb (bug 850587) for frequent Windows debug failures.
2013-04-02 09:47:53 -04:00
Ehsan Akhgari
cb88ab6e9e
Bug 856329 - Create an engine for BiquadFilterNode and make sure that we deliver the right parameteres to it; r=padenot
...
--HG--
extra : rebase_source : a06e3c79aa1ecbab0fa1b9ec01f0bccf466694ee
2013-03-29 19:11:58 -07:00
Ehsan Akhgari
9656ffcb3e
Bug 856328 - Part 2: Create an engine for DynamicsCompressorNode and make sure that we deliver the right parameteres to it; r=padenot
...
--HG--
extra : rebase_source : 9a3257ca7e53c67353a3dc46318815ee2e465d44
2013-03-29 16:18:20 -07:00
Ehsan Akhgari
382b80c6dc
Bug 856328 - Part 1: Refactor sending an AudioParamTimeline to the stream into an AudioNode helper; r=padenot
...
--HG--
extra : rebase_source : 8e2331ded7c35d1a6e9057c5be5ad31a959beed9
2013-03-29 18:46:03 -07:00
Robert Longson
faadc22fd9
Bug 398825 - Make the selectSubString method pref enabled and fix and re-enable the mochitests r=Ms2ger
...
--HG--
rename : content/svg/content/test/test_selectSubString.xhtml => content/svg/content/test/test_selectSubString2.xhtml
2013-04-02 12:17:52 +01:00
Ehsan Akhgari
20bf730bff
Bug 856771 - Protect the source buffer nodes from leaking when their binding goes away without being played back; r=roc
2013-04-01 16:06:55 -04:00
Boris Zbarsky
8497d2e6a5
Bug 856752. Reinstate Node.hasAttributes. r=khuey
2013-04-02 00:04:19 -04:00
Robert O'Callahan
8bb6e132c9
Bug 850587. Test. r=jsmith
2013-03-25 22:34:28 +13:00
Ehsan Akhgari
28ce05cf89
Bug 855990 - Part 1: Implement the DOM bindings to AnalyserNode; r=bzbarsky
2013-03-31 23:41:14 -04:00
Andrew Quartey
e0936f71a7
Bug 742537 - Remove HTMLMediaElement.initialTime attribute. r=cpearce,doublec
2013-04-01 20:38:54 -04:00
Ehsan Akhgari
99e9635eee
Backed out changeset 81bad314826a (bug 855990) because of build bustage
2013-04-01 18:41:30 -04:00
Ehsan Akhgari
f89c6909de
Bug 855990 - Part 1: Implement the DOM bindings to AnalyserNode; r=bzbarsky
2013-03-31 23:41:14 -04:00
Boris Zbarsky
fc8c6e8cc0
Bug 854439. Expose the underlying JS object of scripted event listeners on nsIEventListenerInfo. r=smaug
2013-04-01 17:17:56 -04:00
Dan Mosedale
426c04e030
Bug 830942 - Make VideoEngine attach to JVM on Android to support getUserMedia video capture. r=blassey
2013-02-09 14:20:03 -08:00
Gabor Krizsanits
26d5b45a24
Bug 820170 - documents should know their globals. r=smaug
2013-04-04 11:32:29 +02:00
Gabor Krizsanits
4995dd1d6c
Bug 820170 - nsDOMEventTarget holds a global. r=smaug
2013-04-04 11:30:36 +02:00
Gabor Krizsanits
b999241fc8
Bug 820170 - using nsIGlobalObject in documents. r=smaug
2013-04-04 11:27:41 +02:00
Gabor Krizsanits
fa14b1b757
Bug 820170 - Weak ref support for globals. r=bholley
2013-04-04 11:27:40 +02:00
Gabor Krizsanits
c38a4cd7da
Bug 820170 - Turning BackstagePass into non-singleton. r=bholley
2013-04-04 11:27:38 +02:00
Gabor Krizsanits
23e12dce05
Bug 820170 - nsIGlobalObject. r=bholley
2013-04-04 11:27:06 +02:00
Gabor Krizsanits
670b243606
Bug 820170 - merge scope members on nsDocument. r=smaug
2013-04-04 11:24:40 +02:00
Ryan VanderMeulen
f47a78e842
Backed out changesets 35ba787bc3db, e95379bbcfd5, and fff4886f812c (bug 847983) for build bustage on a CLOSED TREE.
2013-04-03 21:24:24 -04:00
Jim Chen
123c7df9d5
Bug 847983 - Try harder to get a valid frame; r=masayuki
2013-04-03 20:46:06 -04:00
Jim Chen
94cd9aa1ba
Bug 847983 - Don't include empty elements at end of range; r=masayuki
2013-04-03 20:46:06 -04:00
Jim Chen
ddf313ccd9
Bug 847983 - Skip script text nodes for content events; r=masayuki
2013-04-03 20:46:06 -04:00
Guilherme Gonçalves
7c920afb61
Bug 855704 - Log error messages in webspeech. r=smaug
2013-04-03 17:43:36 -07:00
Ehsan Akhgari
c7fbc3c48c
Bug 853721 - Part 2: Hook up DelayNode to the media streams graph and implement delaying of incoming audio; r=roc
2013-03-25 08:34:59 -04:00
Robert O'Callahan
49b83f0652
Bug 727697. Add facility to dump audio output as WAV files. r=kinetik
...
When MOZ_DUMP_AUDIO is set in the environment (to anything),
we'll drop a series of files in the current working directory named
dumped-audio-<nnn>.wav, one per nsBufferedAudioStream created, containing
the audio for the stream including any skips due to underruns.
2013-04-03 19:12:27 -04:00
Ehsan Akhgari
5e9cc4e408
Bug 857793 - Always return the defaultValue before the first scheduled event on an AudioParam; r=roc
2013-04-03 17:31:42 -04:00
Ehsan Akhgari
425c80f927
Bug 857790 - Convert AudioParam time values to ticks relative to the source stream, not the destination stream; r=roc
2013-04-03 17:28:49 -04:00
Kyle Machulis
5aa83c3e11
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Robert Longson
eb16ed5528
Bug 398825 - disable failing test temporarily.
2013-04-01 11:53:20 +01:00
Robert Longson
8b54ff79ea
Bug 398825 - Implement selectSubString. r=heycam
...
--HG--
rename : content/svg/content/test/getSubStringLength-helper.svg => content/svg/content/test/selectSubString-helper.svg
2013-04-01 10:45:17 +01:00
Robert Longson
f15ed2651e
Bug 398825 - Implement selectSubString. r=heycam
...
--HG--
rename : content/svg/content/test/test_getSubStringLength.xhtml => content/svg/content/test/test_selectSubString.xhtml
rename : layout/reftests/svg/text/simple-selection.svg => layout/reftests/svg/text/selectSubString-2-ref.svg
rename : layout/reftests/svg/text/simple-selection.svg => layout/reftests/svg/text/selectSubString-2.svg
rename : layout/reftests/svg/text/simple-selection.svg => layout/reftests/svg/text/selectSubString-3-ref.svg
rename : layout/reftests/svg/text/simple-selection.svg => layout/reftests/svg/text/selectSubString-3.svg
rename : layout/reftests/svg/text/simple-selection.svg => layout/reftests/svg/text/selectSubString-ref.svg
rename : layout/reftests/svg/text/simple-selection.svg => layout/reftests/svg/text/selectSubString.svg
2013-04-01 10:43:38 +01:00
Randell Jesup
f2b7036deb
Bug 855623: DataChannel DOM changes for adding 'protocol' and external negotiation r=smaug
2013-03-31 21:09:25 -04:00
L. David Baron
7954febd82
Note bug number (bug 846137) for assertion annotation.
2013-03-31 00:50:29 -07:00
Joshua Cranmer
59a0294d03
Followup to bug 840417 to fix static checking errors, r=bz
2013-03-30 21:27:27 -05:00
Ms2ger
2da2c38f03
Bug 853158 - Update the uuid of nsIDOMEventTarget and subclasses.
2013-03-30 10:45:37 +01:00
Boris Zbarsky
17e7741d9a
Bug 851781. Make sure that we don't reenter scriptblocker removal when we don't expect to. r=smaug
2013-03-30 00:13:52 -04:00
Felipe Gomes
61fbd4cdca
Bug 850213 - Update nsHTMLInputElement to nsIContentPrefService2. r=smaug
2013-03-29 23:08:57 -03:00
Kyle Machulis
c79ccc0693
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
a59d40f143
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
...
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Tanvi Vyas
f05a952b19
Bug 855730 - Logging patch to see if I can determine the cause of the failures in bug 840388's mochitests. r=smaug
2013-03-29 11:54:18 -07:00
Mounir Lamouri
ae5d0ee136
Bug 839788 - Switch Browse button from an <input> to a <button>. r=bz
2013-03-29 12:32:47 +00:00
Joel Maher
88f3456d4d
Bug 685652 - we need a pushPermissionsEnv equivalent to pushPrefEnv in SpecialPowers. r=jdm
2013-03-29 08:43:27 -04:00
Tanvi Vyas
6e7ae74bf9
Bug 855730 - Extend the mochitest timeout for file_mixed_content_frameNavigation_secure_grandchild.html to 10 seconds instead of 5 seconds to prevent intermittent tests failures. r=smaug
2013-03-28 21:31:54 -04:00
Sid Stamm
9cffa13ce4
Bug 687086 - change nsIContentSecurityPolicy to return two values, shouldBlock and shouldReportViolation. r=bz
2012-10-15 13:54:58 -07:00
Bobby Holley
802ee774c5
Bug 790732 - Fix miscellaneous Components proliferation. r=me
2013-03-28 14:26:02 -07:00
Olli Pettay
3dbdf49651
Bug 855091 - Paris bindings for WheelEvent, r=peterv
...
--HG--
extra : rebase_source : 44424189a53331aef5ca2779ede262adaccc9800
2013-03-28 16:57:33 +02:00
Olli Pettay
11116a7b45
Bug 855486 - Paris binding for TextEvent, r=peterv
...
--HG--
extra : rebase_source : 381bfe275ff445140cbd667e9c9bcc7844eb4579
2013-03-28 16:25:59 +02:00
Olli Pettay
7e7d4afa9a
Bug 854999 - Paris binding for SimpleGestureEvent, r=peterv
...
--HG--
extra : rebase_source : af491dbd2066c00a80a46d8a82e65403d12e83d5
2013-03-28 16:24:28 +02:00
Olli Pettay
856e4310fd
Bug 855241 - Paris binding for ScrollAreaEvent, r=peterv
...
--HG--
extra : rebase_source : e838d252fdeba9c4effd7abae2c7f9843552ed04
2013-03-28 16:21:20 +02:00
Olli Pettay
6ede492f33
Bug 855110 - Paris binding for XULCommandEvent, r=peterv
...
--HG--
extra : rebase_source : cf971d766e2b07a56b0c8b79d1109f6d77eaad27
2013-03-28 16:19:10 +02:00
Olli Pettay
b355e7f232
Bug 855522 - Paris binding for ClipboardEvent, r=peterv
...
--HG--
extra : rebase_source : d88764afac5e7594d16c4d6625b18ec0b75440f2
2013-03-28 16:11:21 +02:00
Terrence Cole
9801ecf36c
Bug 855145 - DeMACROize the JS tracing interfaces; r=billm,mccr8
...
--HG--
extra : rebase_source : 915c80052b4412f653033eb5fc4d4f96c5d49bd5
2013-03-26 15:10:34 -07:00
Tanvi Vyas
c163ea270b
Bug 834836 - CSP - Fix tests that break when security.mixed_content.block_active_content is set to true and if/when security.mixed_content.block_display_content is set to true. r=sstamm
2013-03-28 13:18:44 -07:00
Jan Beich
e299ad20d5
Bug 855728 - Always export FakeSpeechRecognitionService.h. r=gps
2013-03-28 15:41:32 -04:00
Andrea Marchesini
65e4f3628b
Bug 825196 - Convert HTMLInputElement to WebIDL. r=Ms2ger
2013-03-28 15:41:32 -04:00
Andrea Marchesini
77ae8010d9
Bug 825196 - Rename nsHTMLInputElement to HTMLInputElement. r=Ms2ger
...
--HG--
rename : content/html/content/src/nsHTMLInputElement.cpp => content/html/content/src/HTMLInputElement.cpp
rename : content/html/content/src/nsHTMLInputElement.h => content/html/content/src/HTMLInputElement.h
2013-03-28 15:41:32 -04:00
Sid Stamm
78cd3bd3a4
Bug 832398 - change default-source to default-src in CSP error messages. r=l10n
...
--HG--
extra : rebase_source : 019f24639e72481cd31c1f935dd657d42c99dd26
2013-03-28 10:05:51 -07:00
Sotaro Ikeda
9174c6b903
Bug 850566 - Part 3: Set video size to SurfaceDescriptorGralloc. r=doublec
2013-03-28 09:59:48 -04:00
Peter Van der Beken
9d70d3f0d0
Fix for bug 820657 (Implement the NamedGetter functionality on HTMLDocument) - hook up document.all in the HTMLDocument NamedGetter. r=bz.
...
--HG--
extra : rebase_source : 07e96b798b87bc18b3f63d845c4023a7593d9f6b
2013-03-27 18:15:37 +01:00
Peter Van der Beken
9ce6bfc722
Fix for bug 820657 (Implement the NamedGetter functionality on HTMLDocument) - implement GetSupportedNames on HTMLDocument. r=bz.
...
--HG--
extra : rebase_source : 3d97a79286b3c4ec15f1515219d853e1914d739e
2013-03-27 18:15:37 +01:00
Boris Zbarsky
170f152af1
Bug 820657. Implement the NamedGetter on HTMLDocument. r=peterv
...
--HG--
extra : rebase_source : 0f2518f6e1e114db4d2128dc120b4f0f587da2fa
2013-03-27 18:15:37 +01:00
Gina Yeh
74476548cd
Bug 853200 - Remove unused event handlers from idl, r=echou, sr=mrbkap
2013-03-28 18:05:58 +08:00
Daniel Holbert
7f2b6d4e18
Bug 840388 followup: Remove completely unused variable 'chromeParent' introduced in cf276949f2b6, to fix unused variable build warning. (trivial patch, no review)
2013-03-28 00:08:53 -07:00
Tanvi Vyas
1addbe8c8a
Bug 841850 - Mochitests. r=smaug
2013-03-27 22:24:04 -07:00
Tanvi Vyas
d6f9bba4b9
Bug 840388 - Mochitests that navigate https frames to http frames, both when a secure parent exists and when no secure parents exist. Tested with the mixed active content pref enabled and disabled. r=smaug
2013-03-27 22:11:59 -07:00
Tanvi Vyas
7754617c3c
Bug 840388 - Check if a iframe has any https parents. If not, then there is no mixed content since we are not on a secure page. r=smaug
2013-03-27 22:11:55 -07:00
Cameron McCormack
fd32567688
Bug 850655 - Make CharIterator::Next() not crash when at the end of text. r=longsonr
...
--HG--
extra : rebase_source : 830fa0fda257401a77c1aae8686aa5ab6db18d86
2013-03-28 14:31:31 +11:00
David Zbarsky
38cd1d3a06
Bug 854629 Part 2: Remove nsISupports when there is only one base class r=Ms2ger
2013-03-27 21:23:10 -04:00
David Zbarsky
2a7153aec8
Bug 854629 Part 1: Remove nsIDOMSVGUnitTypes r=Ms2ger
2013-03-27 21:23:10 -04:00
David Zbarsky
bf5f255b20
Bug 840417 Part 2: Remove nsSVGUnknownElement r=Ms2ger
2013-03-27 21:23:10 -04:00
David Zbarsky
3c59b61d13
Bug 840417 Part 1: Move nsIDOMSVGElement up to nsSVGElement r=Ms2ger
2013-03-27 21:23:09 -04:00
David Zbarsky
e1e3d03025
Bug 847120: Remove nsIDOMSVGFilterPrimitiveStandardAttributes r=Ms2ger f=jwatt
2013-03-27 21:23:09 -04:00
Randell Jesup
1b2f6d1c80
Bug 842126: Avoid deadlock if we can't send an Open message r=mcmanus
2013-03-27 19:46:48 -04:00
Guilherme Goncalves
00666c874f
Bug 650295 - Add tests for speech recognition. r=smaug
2013-03-27 14:14:22 -07:00
Guilherme Goncalves
c48d442559
Bug 650295 - Implement main state machine for speech recognition. r=smaug
2013-03-27 14:13:57 -07:00
Ryan VanderMeulen
d86ac55e7c
Backed out changeset 01ed911e67e1 (bug 685652) for possibly being the real OSX 10.6 mochitest-other culprit. r=OJ
2013-03-27 17:05:52 -04:00
Joel Maher
79f15d62bf
Bug 685652 - we need a pushPermissionsEnv equivalent to pushPrefEnv in SpecialPowers. r=jdm
2013-03-27 15:04:39 -04:00
Mounir Lamouri
84161a8755
Bug 851780 - Add tests for input event. r=jwatt
2013-03-27 17:18:15 +00:00
Shelly Lin
21faee1c5e
Bug 847809 - Add audio/amr to the supported decode type, but disable it if this AMR is loaded from Web pages. r=roc
2013-03-22 10:56:22 +08:00
Jonathan Watt
2c85ff8dcf
Bug 854538 - Add a ::-moz-range-progress pseudo-element to <input type=range> for Firefox OS. r=dholbert
2013-03-26 23:04:41 +00:00
Mounir Lamouri
4604f9a9ec
Bug 838704 - Show "X files selected" when there are more than one selected file. r=sicking
2013-02-07 13:58:05 +00:00
Mounir Lamouri
872e9fab3c
Bug 838695 - Move nsFileControlFrame click handling to nsHTMLInputElement. r=smaug
...
--HG--
rename : content/html/content/test/test_input_file_picker.html => content/html/content/test/forms/test_input_file_picker.html
2013-03-27 11:32:00 +00:00
Mounir Lamouri
1f5704480c
Bug 838676 - GetDisplayFileName() should only return the file name, not the file path. r=sicking
2013-03-22 17:11:02 +00:00
Phil Ringnalda
caf3a38549
Back out bd91df842f2f (bug 840388)
...
CLOSED TREE
2013-03-26 20:34:02 -07:00
Phil Ringnalda
ab08c180ef
Back out 196fbc36c878 (bug 840388) for asserting
...
CLOSED TREE
2013-03-26 20:18:34 -07:00
Daniel Holbert
134870baba
Backout e912de49c12b (Bug 854538) due to M5 & crashtest oranges on a CLOSED TREE
2013-03-26 17:28:14 -07:00
David Zbarsky
b87453cbd7
Bug 847120: Convert SVGFETurbulenceElement to WebIDL r=Ms2ger
2013-03-26 19:43:33 -04:00
David Zbarsky
385db58864
Bug 847120: Move SVGFETurbulenceElement to its own file r=Ms2ger
...
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFETurbulenceElement.cpp
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFETurbulenceElement.h
2013-03-26 19:43:33 -04:00
David Zbarsky
0becc7b4de
Bug 847120: Convert SVGFEMorphologyElement to WebIDL r=Ms2ger
2013-03-26 19:43:33 -04:00
David Zbarsky
a18c2a45de
Bug 847120: Move SVGFEMorphologyElement to its own file r=Ms2ger
...
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEMorphologyElement.cpp
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEMorphologyElement.h
2013-03-26 19:43:32 -04:00
Tanvi Vyas
d1a8b8aecb
Bug 840388 - Mochitests that navigate https frames to http frames, both when a secure parent exists and when no secure parents exist. Tested with the mixed active content pref enabled and disabled. r=smaug
2013-03-26 16:22:00 -07:00
Tanvi Vyas
4933a3f53b
Bug 840388 - Check if a iframe has any https parents. If not, then there is no mixed content since we are not on a secure page. r=smaug
2013-03-26 16:20:39 -07:00
Jonathan Watt
2cdfef6c8b
Bug 854538 - Add a ::-moz-range-progress pseudo-element to <input type=range> for Firefox OS. r=dholbert
2013-03-26 23:04:41 +00:00
Andrea Marchesini
03840bb72d
Bug 852620 - Convert SVGRect to WebIDL, r=Ms2ger
2013-03-26 16:53:13 +01:00
Andrea Marchesini
322af91a46
Bug 852620 - Rename nsSVGRect to SVGRect, r=Ms2ger
...
--HG--
rename : content/svg/content/src/nsSVGRect.cpp => content/svg/content/src/SVGRect.cpp
rename : content/svg/content/src/nsSVGRect.h => content/svg/content/src/SVGRect.h
2013-03-26 16:52:41 +01:00
Boris Zbarsky
b5117eb08e
Bug 848332 part 2. Switch XMLDocument to WebIDL. r=peterv
2013-03-26 11:31:54 -04:00
Boris Zbarsky
19f42d9c0d
Bug 848332 part 1. Add WebIDL API for XMLDocument. r=peterv
2013-03-26 11:31:54 -04:00
Boris Zbarsky
f83094f341
Bug 848796 part 3. Convert XULDocument to WebIDL. r=peterv
2013-03-26 11:31:54 -04:00
Boris Zbarsky
369ffe5696
Bug 848796 part 2. Add WebIDL API for XULDocument. r=peterv
2013-03-26 11:31:53 -04:00
Boris Zbarsky
0944e82e31
Bug 848796 part 1. Rename nsXULDocument to mozilla::dom::XULDocument. r=ms2ger
...
--HG--
rename : content/xul/document/src/nsXULDocument.cpp => content/xul/document/src/XULDocument.cpp
rename : content/xul/document/src/nsXULDocument.h => content/xul/document/src/XULDocument.h
2013-03-26 11:31:53 -04:00
Brian R. Bondy
d663141a67
Bug 825153 - WMF support in WinVista. r=padenot
2013-03-26 10:40:01 -04:00
Olli Pettay
91a593cfe1
Bug 854573 - Paris binding for CompositionEvent, r=peterv
...
--HG--
extra : rebase_source : 3e04e198a329649d7e1f306a31cf96485f0afc0d
2013-03-26 13:45:45 +02:00
Olli Pettay
509211e490
Bug 847590 - Paris binding for BeforeUnloadEvent, r=peterv
...
--HG--
extra : rebase_source : d249e7a7e61c39ccba52a10234e2260b048c941d
2013-03-26 13:45:39 +02:00
Jan Varga
8ed93ed02a
Bug 767944 - Implement a manager for centralized quota and storage handling. r=bent
2013-03-26 12:13:17 +01:00
William Chen
9ec88d1fbb
Bug 818976 - Part 2: Implement template element interface. r=mrbkap,bz
2013-03-26 00:15:23 -07:00
Ehsan Akhgari
a01b9d645e
Bug 854741 - Change the parameter to createDelay to be in seconds, not minutes; r=roc
2013-03-25 15:44:14 -04:00
Peter Van der Beken
c270f9b14f
Fix for bug 852954 (Split nsHTMLDocument::ResolveName). r=bz.
...
--HG--
extra : rebase_source : 93210d0a59ea901e290ad52cd79cdb7c7ea6bbc3
2013-03-18 10:47:32 +01:00
Mounir Lamouri
67ae709afb
No Bug - Fix build bustage.
2013-03-25 20:22:09 +00:00
Mounir Lamouri
542e3f80f5
Bug 841882 - Revert bug 597525.
2013-03-25 19:35:55 +00:00
Jose Cortes
9afd8ef534
Bug 842186 - Replace instances of jsval with JS::Value in the content/base directory. r=jwalden
...
--HG--
extra : rebase_source : a5b36ffacf32b74b4d58373ad1d1ac769859bed1
2013-03-22 22:11:52 -07:00
Jose Cortes
ed1d7393df
Bug 842186 - Update use of jsval with JS::Value in cpp and h files in the content/xul/ content/canvas/ content/xslt/ and content/xbl/ directories. r=jwalden
...
--HG--
extra : rebase_source : fc2809818c2601d0b58f503968d579d09de98ea9
2013-03-22 22:05:20 -07:00
Jose Cortes
32cfbd9ae1
Bug 842186 - Replace use of jsval with JS::Value in cpp and h files under the content/html directory. r=jwalden
...
--HG--
extra : rebase_source : 258b3dfa6fea0aa6e888fd625ef24c864dd1a12f
2013-03-22 22:00:43 -07:00
Benoit Girard
fc10a7cfe4
Bug 851611 - Part 3: Rename headers. r=jrmuizel
...
--HG--
rename : tools/profiler/sampler.h => tools/profiler/GeckoProfiler.h
rename : tools/profiler/sps_sampler.h => tools/profiler/GeckoProfilerImpl.h
extra : rebase_source : 6ea7c660764a4390cdd8dd91561fff1d7bad6035
2013-03-18 15:25:50 +01:00
Benoit Girard
9d12529d78
Bug 851611 - Part 2: Update profiler calls. r=jrmuizel
...
--HG--
extra : rebase_source : f76accc3d3dd86c75cb3e9750734f23ec9c29941
2013-03-16 00:47:02 -04:00
L. David Baron
cde2c0f7b6
Bug 849657 patch 2: Change internal uses of 'CssFloat' to 'Float'. r=bzbarsky
2013-03-25 09:24:21 -07:00
Henri Sivonen
3ecde32d00
Bug 853170 - Revise the IID of nsIXMLHttpRequest as a follow-up to bug 843508. r=smaug.
2013-03-25 18:02:49 +02:00
Peter Van der Beken
7ad60eda0b
Fix for bug 852979 (Remove unused nsContentUtils::JSArrayToAtomArray). r=smaug.
...
--HG--
extra : rebase_source : c61c3477d5686956a44d45685c59c0a3415dc3c3
2013-03-25 12:19:11 +01:00
David Zbarsky
c8b7bf5925
Bug 847120: Convert SVGFEConvolveMatrixElement to WebIDL r=Ms2ger
2013-03-25 02:26:06 -04:00
David Zbarsky
3fb078d755
Bug 847120: Move SVGFEConvolveMatrixElement to its own file r=Ms2ger
...
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEConvolveMatrixElement.cpp
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEConvolveMatrixElement.h
2013-03-25 02:26:06 -04:00
David Zbarsky
a7074f9c0a
Bug 847120: Convert SVGFEDisplacementMapElement to WebIDL r=Ms2ger
2013-03-25 02:26:06 -04:00
David Zbarsky
76fd924f47
Bug 847120: Move SVGFEDisplacementMapElement to its own file r=Ms2ger
...
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEDisplacementMapElement.cpp
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEDisplacementMapElement.h
2013-03-25 02:26:05 -04:00
David Zbarsky
1a1574f9ce
Bug 847120: Convert SVGFEDiffuseLightingElement to WebIDL r=Ms2ger
2013-03-25 02:26:05 -04:00
David Zbarsky
ff6e9b4664
Bug 847120: Move SVGFEDiffuseLightingElement to its own file r=Ms2ger
...
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEDiffuseLightingElement.cpp
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEDiffuseLightingElement.h
2013-03-25 02:26:05 -04:00
David Zbarsky
f37a8ed52c
Bug 847120: Convert SVGFESpecularLightingElement to WebIDL r=Ms2ger
2013-03-25 02:26:05 -04:00
David Zbarsky
5824a65b53
Bug 847120: Move SVGFESpecularLightingElement to its own file r=Ms2ger
...
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFESpecularLightingElement.cpp
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFESpecularLightingElement.h
2013-03-25 02:26:04 -04:00
David Zbarsky
e8e35c9939
Bug 853692: Convert SVGFESpotLightElement to WebIDL r=Ms2ger
2013-03-25 02:26:04 -04:00
David Zbarsky
11cb5d278e
Bug 853692: Move SVGFESpotLightElement to its own file r=Ms2ger
...
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFESpotLightElement.cpp
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFESpotLightElement.h
2013-03-25 02:26:04 -04:00
Phil Ringnalda
836b7d28c0
Back out 939f0488b0f7:46e4373d6d95 (bug 847120) and 13443c4586a4:e7f48e9b8bd7 (bug 853692) on suspicion of causing bug 854225 Linux32 PGO build failures
...
CLOSED TREE
2013-03-24 15:17:18 -07:00
Bobby Holley
bcb7ce6f0a
Bug 854019 - Continue checking the XBL bit if remote XUL disables XBL scopes. r=bz
2013-03-24 09:27:10 -07:00
Olli Pettay
b83c5a57ac
Bug 737100 - Extend Pointer Lock (Mouse Lock) for non-fullscreen elements, p=smaug,dolske, r=cpearce,dolske,smaug
2013-03-24 12:32:44 +02:00
Simon Montagu
9e9cb640e2
Set AncestorHasDirAuto on the descendants of a <bdi> having its dir attribute removed or set to an invalid value. Bug 849732, r=ehsan
2013-03-24 11:27:03 +02:00
Simon Montagu
dc0b05a650
Don't rerun the downward propagation algorithm from ResetNodeDirection after an element has had dir=auto removed. Bug 849727, r=ehsan
2013-03-24 11:27:02 +02:00
Ehsan Akhgari
6475bbf9f0
Bug 854108 - Use FallibleTArray in SVG code some more; r=longsonr
2013-03-23 12:47:31 -04:00
David Zbarsky
c6e530d4b4
Bug 847120: Convert SVGFETurbulenceElement to WebIDL r=Ms2ger
2013-03-23 17:00:36 -04:00
David Zbarsky
a61603e66e
Bug 847120: Move SVGFETurbulenceElement to its own file r=Ms2ger
...
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFETurbulenceElement.cpp
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFETurbulenceElement.h
2013-03-23 17:00:36 -04:00
David Zbarsky
728c613c68
Bug 847120: Convert SVGFEMorphologyElement to WebIDL r=Ms2ger
2013-03-23 17:00:36 -04:00
David Zbarsky
278ae355b0
Bug 847120: Move SVGFEMorphologyElement to its own file r=Ms2ger
...
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEMorphologyElement.cpp
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEMorphologyElement.h
2013-03-23 17:00:36 -04:00
David Zbarsky
9b4e201807
Bug 847120: Convert SVGFEConvolveMatrixElement to WebIDL r=Ms2ger
2013-03-23 17:00:36 -04:00
David Zbarsky
3ad0201a50
Bug 847120: Move SVGFEConvolveMatrixElement to its own file r=Ms2ger
...
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEConvolveMatrixElement.cpp
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEConvolveMatrixElement.h
2013-03-23 17:00:35 -04:00
David Zbarsky
800b24fe5b
Bug 847120: Convert SVGFEDisplacementMapElement to WebIDL r=Ms2ger
2013-03-23 17:00:35 -04:00
David Zbarsky
a128dfe6dc
Bug 847120: Move SVGFEDisplacementMapElement to its own file r=Ms2ger
...
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEDisplacementMapElement.cpp
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEDisplacementMapElement.h
2013-03-23 17:00:35 -04:00
David Zbarsky
5c0945edc2
Bug 847120: Convert SVGFEDiffuseLightingElement to WebIDL r=Ms2ger
2013-03-23 17:00:35 -04:00
David Zbarsky
e338c35b8f
Bug 847120: Move SVGFEDiffuseLightingElement to its own file r=Ms2ger
...
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEDiffuseLightingElement.cpp
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEDiffuseLightingElement.h
2013-03-23 17:00:35 -04:00
David Zbarsky
f7262b7a39
Bug 847120: Convert SVGFESpecularLightingElement to WebIDL r=Ms2ger
2013-03-23 17:00:34 -04:00
David Zbarsky
0245f3c2f9
Bug 847120: Convert SVGFESpecularLightingElement to WebIDL r=Ms2ger
...
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFESpecularLightingElement.cpp
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFESpecularLightingElement.h
2013-03-23 17:00:34 -04:00
David Zbarsky
486149b15b
Bug 853692: Convert SVGFESpotLightElement to WebIDL r=Ms2ger
2013-03-23 17:00:34 -04:00
David Zbarsky
52524630cf
Bug 853692: Move SVGFESpotLightElement to its own file r=Ms2ger
...
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFESpotLightElement.cpp
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFESpotLightElement.h
2013-03-23 17:00:33 -04:00
Ehsan Akhgari
8d2cf011d8
Bug 853963 - Make the case where the listener and panner are at the same spot with 360 cone angles really a no-op; r=padenot
2013-03-22 15:32:24 -04:00
Mounir Lamouri
bdd72ba9e1
Bug 849438 - Searches in ListControlFrames should ignore . r=bz
2013-03-22 17:52:52 +00:00
Ed Morley
74e160381c
Bug 754860 - Line continuation characters aren't overridden by commenting the line (when are we switching to tup again?)
2013-03-23 00:57:17 +00:00
Ehsan Akhgari
f2d00f14f9
Bug 849230 follow-up: Fix expectException to actually check the exception code, and don't use imaginary DOMException names!
...
--HG--
extra : rebase_source : df53ddca50487bfc10676fd43e98abb949a2c298
2013-03-22 19:57:08 -04:00
Ed Morley
53771aecf7
Bug 754860 - Disable test_bug726904.html for too many intermittent failures
2013-03-22 23:13:46 +00:00
Mats Palmgren
b9fb1283af
Bug 842166 - Ignore MaybeEditingStateChanged() during nsDocument::EndUpdate since nsHTMLDocument::EndUpdate will do it. r=ehsan
2013-03-23 00:08:59 +01:00
George Wright
bbbab52ed9
Bug 849253 - Make SkiaGL a build-time option independent of Skia, and disable it on PPC[64] r=mattwoodrow
2013-03-13 19:29:47 -04:00
Terrence Cole
2ae4b3c000
Bug 851340 - Make the rooting of scripts in nsXULPrototypeCache more efficient; r=smaug
2013-03-19 10:20:21 -07:00
Ehsan Akhgari
6ef7b36453
Bug 853718 - Pause the AudioContext when it is being torn down; r=bzbarsky
2013-03-21 23:07:44 -04:00
Ehsan Akhgari
a2906ca105
Bug 815492 - Pause Web Audio playback when entering the bfcache, and resume it when coming out of the bfcache; r=bzbarsky
2013-03-21 22:59:33 -04:00
Ehsan Akhgari
6b810bc361
Bug 853721 - Part 1: Refactor the code to convert GainNode's AudioParamTimeline to ticks into WebAudioUtils; r=roc
2013-03-22 00:01:28 -04:00
Edwin Flores
f04dcb6e91
Bug 846465 - Fix OMX plugin crash on HTC One X r=doublec
2013-03-22 15:24:47 +13:00
Paul Adenot
db674c3f8a
Bug 853360 - Implement the coneGain part of the AudioPannerNode. r=roc
...
--HG--
extra : rebase_source : c3a27ef2da8a080b9b310af14cf85f68f13df9a6
2013-03-21 19:25:15 +01:00
Paul Adenot
b7bfb58bff
Bug 849918 - Initial support for PannerNode's 3D positional audio (equalpower panning model). r=ehsan,roc
...
--HG--
extra : rebase_source : d729da50f97b94ea0434a93ad481ac35954bfa9a
2013-03-21 17:45:53 +01:00
Ehsan Akhgari
41711bd033
Bug 853554 - Make a number of SVG*List arrays fallible; r=longsonr
...
--HG--
extra : rebase_source : 892cbd389c7c3e1286d3df2dc41ba35b7d683c1d
2013-03-21 20:00:01 -04:00
Kyle Huey
d5eaaf6880
Merge on a CLOSED TREE.
2013-03-21 18:23:18 -07:00
Kyle Huey
a7ee1d91d2
Backout things philor tells me to (Bug 853360, Bug 849918).
2013-03-21 18:20:42 -07:00
Ehsan Akhgari
f9049f85de
Backed out changeset 45813096b581 (bug 853554) because it breaks the build
2013-03-21 20:18:27 -04:00
David Zbarsky
5cc0fcdcdf
Bug 847007: Remove nsIContent includes r=Ms2ger
2013-03-21 20:05:20 -04:00
David Zbarsky
9a11ed834c
Bug 847007: Remove nsIDocument includes r=Ms2ger
2013-03-21 20:05:19 -04:00
Ehsan Akhgari
fd824d2c77
Bug 853554 - Make a number of SVG*List arrays fallible; r=longsonr
2013-03-21 20:00:01 -04:00
John Schoenick
3a3f711de5
Bug 843671 - Followup, properly rev interface IID. r=me DONTBUILD
2013-03-21 16:46:44 -07:00
Paul Adenot
18a81145c2
Bug 853360 - Implement the coneGain part of the AudioPannerNode. r=roc
2013-03-21 19:25:15 +01:00
Paul Adenot
3f173fa2f9
Bug 849918 - Initial support for PannerNode's 3D positional audio (equalpower panning model). r=ehsan,roc
2013-03-21 17:45:53 +01:00
Tom Schuster
c7dee7583c
Bug 736324 - Give blob urls content-disposition filename based on the file. r=sicking
2013-03-21 23:23:48 +01:00
Ehsan Akhgari
f4ce853a1c
Bug 844169 - Part 4: Move HTMLIFrameElement to Web IDL bindings; r=ms2ger
2013-02-27 10:38:32 -05:00
Paul Adenot
593850c067
Bug 853076 - Initialized the chunk to be empty before getting audio frames. r=ehsan
...
--HG--
extra : rebase_source : 06845291a1d86aac4adbde1163196f5de61289e9
2013-03-21 10:56:40 +01:00
Ehsan Akhgari
23c5f51bfc
Bug 853572 - Fix nsTArray::SetCapacity callers in nsXULElement to not look at the return value; r=bzbarsky
...
--HG--
extra : rebase_source : fe5edc4572349fa4b2db97296dba7e51a8e28eb3
2013-03-21 14:56:07 -04:00
Ehsan Akhgari
3ff420923b
Bug 853569 - Fix nsTArray::SetCapacity callers in nsXULContentSink to not look at the return value; r=bzbarsky
...
--HG--
extra : rebase_source : 1916e6aa6752fa72cd81f64084bcb525a9ca5155
2013-03-21 14:54:36 -04:00
Ehsan Akhgari
bc42d0d0df
Bug 853567 - Fix nsTArray::SetCapacity callers in nsContentIterator to not look at the return value; r=bzbarsky
...
--HG--
extra : rebase_source : ec485d86b13bfea3f27e51a793cdbb6937f83aee
2013-03-21 14:52:48 -04:00
Bobby Holley
3ee39985ec
Bug 844783 - Tests. r=bz
2013-03-21 09:33:35 -07:00
Ryan VanderMeulen
f2110c1812
Backed out changesets 775abfe4876f and 1b75fab8561b (bug 844783) under suspicion of breaking Windows debug builds on a CLOSED TREE.
2013-03-21 14:15:31 -04:00
Mike Shal
c2a9341a2e
Bug 852534 - Remove GRE_MODULE from Makefile.in; r=gps
2013-03-21 08:41:00 -07:00
David Zbarsky
d0a0745332
Bug 847120: Convert SVGFEOffsetElement to WebIDL r=Ms2ger
2013-03-21 13:38:28 -04:00
David Zbarsky
12efc3c8f1
Bug 847120: Move SVGFEOffsetElement to its own file r=Ms2ger
...
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEOffsetElement.cpp
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEOffsetElement.h
2013-03-21 13:38:28 -04:00
Bobby Holley
4bd2744634
Bug 844783 - Tests. r=bz
2013-03-21 09:33:35 -07:00
Aryeh Gregor
b5a262279a
Bug 849661 - Remove support for Node.hasAttributes(); r=bz
2013-03-21 14:48:32 +02:00
Ryan VanderMeulen
d278f7a463
Backed out changeset 46519785800d (bug 847809) for B2G bustage.
2013-03-21 10:41:07 -04:00
Shelly Lin
8a3697e52c
Bug 847809 - Add audio/amr to the supported decode type of OMX, but disable it if this AMR is loaded from Web pages. r=roc
2013-03-18 11:33:32 +08:00
Ehsan Akhgari
8b2d40b671
Bug 852817 - Don't do anything special when the JS binding to AudioDestinationNode gets finalized; r=roc
2013-03-20 21:35:44 -04:00
Olli Pettay
5ffd2c48e3
Bug 849601, no need to have explicit AutoMutationBatch when setting outerHTML, r=bz
2013-03-21 11:37:14 +01:00
Matthew Gregan
e13f11c678
Bug 852831 - Unbreak media volume control on Android. r=mchen
2013-03-21 15:36:29 +13:00
Matthew Gregan
e6cfaef75a
Backout bug 852831 (07e459058893) on a CLOSED TREE.
2013-03-21 16:42:23 +13:00
Johnny Stenback
f735d2b3ee
Fixing bug 781310. Change nsPluginHost::GetInst() to return already_AddRefed<nsPluginHost> to make it harder to write leaky code. r=jschoenick@mozilla.com
2013-03-20 11:29:00 -07:00
Matthew Gregan
d68688c5b8
Bug 852831 - Unbreak media volume control on Android. r=mchen
2013-03-21 15:36:29 +13:00
Ehsan Akhgari
f2a48dfa7e
Bug 852838 - Make sure that trying to allocate an AudioBuffer with a very large number of channels does not cause an OOM crash; r=roc
2013-03-20 21:49:13 -04:00
Ehsan Akhgari
e165c1dd16
Bug 853246 - Optimize Panner and Listener methods when processing them would not have a significant effect; r=roc
2013-03-20 20:12:07 -04:00
John Schoenick
0262903d6f
Bug 784131 - Kill plugins that become unrendered (e.g. display:none). r=josh
2013-03-20 14:29:23 -07:00
John Schoenick
d3237364ad
Bug 784131 - nsObjectLoadingcontent: Minor cleanup around mPendingInstantiateEvent. r=josh
2013-03-20 14:29:23 -07:00
John Schoenick
ea1399f5ed
Bug 784131 - Cleanup some dead code from nsObjectLoadingContent. r=josh
2013-03-20 14:29:23 -07:00
John Schoenick
961e5573aa
Bug 843671 - Fix plugin instance owner teardown. r=bsmedberg
2013-03-20 14:29:22 -07:00
John Schoenick
aa811f364c
Bug 851378 - Notify owning content when we destroy plugins from under it. r=bsmedberg
2013-03-20 14:29:22 -07:00
John Schoenick
9035b2d85a
Bug 851378 - Move removing the plugin prototype from objects to content. r=bsmedberg
2013-03-20 14:29:21 -07:00
Terrence Cole
5f4e4d162b
Bug 850293 - Remove nsScriptObjectHolder; r=mccr8,bholly sr=smaug
...
nsScriptObjectHolder is not needed with either conservative or exact rooting.
2013-03-20 13:09:09 -07:00
Olli Pettay
c81e6649ce
Bug 847596 - Paris binding for DeviceMotionEvent, r=peterv
...
--HG--
extra : rebase_source : 7cbf9ac11b81506a2ffe0a5c3a34ecb78fe54f5b
2013-04-16 16:03:46 +03:00
Jonathan Watt
96abfb7613
Bug 851782 - Dispatch an 'input' event when the 'type' of an <input type=range> is changed while a user is dragging its thumb. r=smaug
2013-04-16 15:20:37 +01:00