Ryan VanderMeulen
12af90cabb
Bug 881443 - Disable test_video_wakelock.html on B2G debug emulator builds.
2014-05-21 10:02:35 -04:00
Carsten "Tomcat" Book
3189a1798c
merge b2g-inbound to mozilla-central
2014-05-21 14:08:03 +02:00
Carsten "Tomcat" Book
f7c7993e83
Backed out changeset 90f267beb7f5 (bug 951278) for Build Bustage on a CLOSED TREE
2014-05-21 10:44:22 +02:00
Matthew Gregan
d8900e1c9b
Bug 1013032 - Initialize pending subdecoders directly rather than waiting on a task (that may be blocked) to do it. r=cajbir
2014-05-19 19:59:00 +12:00
Birunthan Mohanathas
6f68094e30
Bug 869836 - Part 9: Use AssignLiteral instead of Assign(NS_LITERAL_STRING(...))
. r=ehsan
2014-05-22 06:48:52 +03:00
Birunthan Mohanathas
2deaba6d91
Bug 869836 - Part 8: Use Append('c')
instead of Append("c")
. r=ehsan
2014-05-22 06:48:52 +03:00
Birunthan Mohanathas
76ca8ec617
Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
c4568a7085
Bug 869836 - Part 6: Use EqualsLiteral instead of Equals where possible. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
e2a009d822
Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
807e72372f
Bug 869836 - Part 4: Use EqualsLiteral instead of Equals(NS_LITERAL_STRING(...))
. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
411a8639b4
Bug 869836 - Part 3: Use Append('c')
instead of AppendLiteral("c")
. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
62570a8716
Bug 869836 - Part 2: Use AppendLiteral instead of Append(NS_LITERAL_STRING(...))
. r=ehsan
2014-05-22 06:48:50 +03:00
Wes Kocher
f3c274917a
Merge m-c to inbound
2014-05-21 20:34:12 -07:00
Anthony Jones
0caa8d383f
Bug 908503: Change to stagefright demuxer; r=cpearce
...
Bug 908503: Build config changes for libstagefright demuxer; r=glandium
Bug 908503: Remove Chrome demuxer; r=cpearce
Bug 908503: Add conversion to Annex B; r=cpearce
2014-05-22 14:42:39 +12:00
Jan Beich
4a35fe6ead
Bug 1013907: Unbreak WebRTC build on BSDs after bug 1007775. r=gcp
2014-05-21 16:42:52 +02:00
Carsten "Tomcat" Book
88b5b45de0
Merge mozilla-central to mozilla-inbound
2014-05-21 14:26:21 +02:00
Jan Beich
d43aad9a35
Bug 1012415 - Explicitly include <unistd.h> for _exit() on XP_UNIX. r=josh
2014-05-18 10:29:00 -04:00
Christoph Kerschbaumer
898a3d5f50
Bug 994466 - CSP in C++: Fix memory leak in CSPContext. r=sstamm
2014-05-21 09:47:13 -07:00
Sid Stamm
1f87f6e46f
Bug 994322 - Violation reporting support for the new CSP implementation. r=ckerschb, r=grobinson
2014-05-20 10:20:00 -04:00
Karl Tomlinson
4fbb1323cc
b=1015025 use a consistent reference timestamp for graph time to avoid accumulating drift from rounding to MediaTime r=roc
...
--HG--
extra : transplant_source : 2%B9y%D4%80%DA/qqx%C5%F5%86%8CoT%B9S%19%D9
2014-05-26 11:26:52 +12:00
Shigeyuki Tsukihashi
0c42a785d9
Bug 999964 part 2 - mochitest, reftest for Bug 999964; r=longsonr
2014-05-15 11:03:49 +09:00
Shigeyuki Tsukihashi
4a3b14fabe
Bug 999964 part 1 - Patch for SVG 2 getBBox method; r=longsonr, r=bz
2014-05-13 10:24:35 +09:00
Jared Wein
3790399a70
Bug 1000513 - Allow menuitems in menupopups to be children of a menugroup for horizontal arrangement. r=enn
...
--HG--
extra : rebase_source : 9e6f99b95e48f26aae2c3f7b8ee436781451a299
2014-05-12 16:23:12 -04:00
David Caldwell
09ad4ae5fd
Bug 1006656. Ignore setLineDash calls with negative dash values. r=roc
...
--HG--
extra : rebase_source : 21c356a82618402f1665331348f5be42a640a465
2014-05-23 12:07:24 +12:00
Randell Jesup
8d3a546993
Bug 921622 - AudioStream rework. r=padenot
2014-05-21 03:28:22 -04:00
Tim Taubert
a346e259d5
Bug 953360 - Test that <a ping> attribute splits on white space not only space r=jst
2014-05-18 10:34:18 +02:00
Jeff Muizelaar
5dbc83f20f
Bug 1014209. Only call DrawBuffers if necessary. r=jgilbert
...
DrawBuffers seems to cause a flush on the adreno 300 so we
only want to do it if we need to.
2014-05-28 13:57:13 -04:00
Jeff Gilbert
4209f16695
Bug 1004309 - Add func to assert shadowed state is correct. - r=kamidphish
...
* * *
Bug 980178 - Dither default is true. - r=kamidphish
2014-05-21 19:03:09 -07:00
Rik Cabanier
437da8fbb3
Bug 979692 - Add simple hit testing for canvas hit regions. r=roc
2014-05-18 19:44:00 -04:00
Rik Cabanier
36e328aee2
Bug 979692 - Calculate hit detection and fill in region parameter to mouse events. r=bz, r=roc
2014-05-20 00:54:00 -04:00
Rik Cabanier
c820dfd497
Bug 979692 - Add fixes for hitregion hit detection. r=roc
2014-05-18 19:43:00 -04:00
Paul Adenot
fdf46bf905
Backed out changeset 8dd41701dd92 (bug 989921) on a CLOSED TREE
2014-05-22 14:49:10 +02:00
Paul Adenot
1a157a4f4c
Bug 1007223 - r=ehsan
2014-05-13 14:09:44 +02:00
Paul Adenot
5e88dd69e0
Bug 989921 - Allow the MediaStreamGraph mixer to send data back to multiple consumers. r=jesup
2014-05-22 13:40:51 +02:00
Olli Pettay
c4d4a236c5
Bug 1009640, the final upload progress event should have lengthComputable true, r=bz
2014-05-22 13:54:32 +03:00
Jan Beich
98bf758c69
Bug 1014064 fixup - Unbreak runtime of UpdateSystemLoad() on 32bit NetBSD. r=gcp
2014-05-22 10:41:00 +02:00
Jan Beich
a379614ed6
Bug 1014064 - Implement LoadInfo::UpdateSystemLoad() on BSDs. r=gcp
2014-05-21 22:39:55 +02:00
Jeff Walden
2155f1cf29
Bug 999651, bug 995679, bug 1009952, bug 1011007, bug 991981. r=sfink, r=shu, r=jandem, r=jdm, r=luke, r=bbouvier, r=nmatsakis, r=bz, r=ehsan, r=jgilbert, r=smaug, r=sicking, r=terrence, r=bholley, r=bent, r=efaust, r=jorendorff
2014-05-27 14:32:41 -07:00
Randell Jesup
0914b4c1d3
Bug 1014819: remove no-longer-needed OMXCodec GetCodecConfig r=roc
2014-05-24 18:28:04 -04:00
Randell Jesup
d8de28f2bb
Bug 997567: Support reconfiguration for frame-rate changes on OMX H.264 encoder r=jhlin
2014-05-24 18:28:02 -04:00
Mats Palmgren
ac5e91a762
Bug 508665 - part 1, Change the signature of SetParent/GetParent from nsIFrame* to nsContainerFrame*. r=roc
2014-05-24 22:20:39 +00:00
Jonathan Watt
994403b30e
Bug 1011806 - Stop loading user-agent and user style sheets for SVG-as-an-image (the main UA sheets svg.css, html.css, etc. will still load on demand). r=bz CLOSED TREE
2014-05-24 21:37:48 +01:00
Jonathan Watt
46e7eec626
Bug 1013936, part 2 - Only load the html.css UA style sheet on-demand for SVG documents. r=bz CLOSED TREE
2014-05-24 20:29:11 +01:00
Jonathan Watt
911fc7c162
Bug 1013936, part 1 - Add various methods to nsIDocument to help determine its type. r=bz
2014-05-24 20:28:48 +01:00
Jonathan Watt
1e31906fbd
Bug 1008455 - Avoid loading the xul.css UA style sheet when possible. r=bz CLOSED TREE
...
--HG--
rename : toolkit/content/xul.css => toolkit/content/minimal-xul.css
2014-05-24 19:51:06 +01:00
Jonathan Watt
7ae551e9b7
Bug 1015147 - Use the style sheet cache to store the user-agent style sheets svg.css and mathml.css so that we don't create new instances for each new document. r=bz
2014-05-24 19:46:38 +01:00
Jonathan Watt
c7543155b1
Bug 1014891 - Remove support for XML's 'catalog' style sheets, and provide an internal alternative for the abusing callers of EnsureCatalogStyleSheet. r=bz
2014-05-24 19:46:38 +01:00
Wes Kocher
64c4381b8e
Merge m-c to inbound
2014-05-23 17:37:56 -07:00
Kyle Huey
8a1ded0d50
Bug 996133: Remove unnecessary NS_DISPATCH_NORMAL arguments to NS_DispatchToMainThread. r=ehsan
2014-05-23 12:53:17 -07:00
Vincent Chang
249de385e8
Bug 951278 - [RTSP][V1.3] The RTSP streaming always stops at the last 1st or 2nd second. r=sworkman
2014-03-18 14:30:51 +08:00
Vincent Chang
fa1332d06d
Bug 951278 - [RTSP][V1.3] The RTSP streaming always stops at the last 1st or 2nd second. r=sworkman
2014-03-18 14:30:51 +08:00
Sotaro Ikeda
ebfee1fbe7
Bug 1011130 - Fix video seek problem in OmxDecoder r=cajbir
2014-05-20 18:22:57 -07:00
Trevor Saunders
4abce4092c
bug 1004746
- part 1 - Remove a bunch of usage of nsAutoPtr's copy ctor r=froydnj
2014-05-07 18:05:37 -04:00
Paul Kerr [:pkerr]
285fe663a3
Bug 1007775 - Part 2: Win32 port of load adaptation. Get total system load from the PDH service. Calculate process load using user + privileged cpu ticks compared to system time ticks. r=gcp
2014-05-16 08:19:07 -07:00
Paul Kerr [:pkerr]
d7e493a216
Bug 1007775 - Part 1: OS X port of load adapation. Replace usage of proc fs for total system load with calls to mach library. r=gcp
2014-05-05 07:25:07 -07:00
Frederik Braun
518b481449
Bug 1010953 - different message for CSP-Report Only to devtools console. r=grobinson
2014-05-20 12:15:43 +02:00
xKhorasan
296d2d3e28
Bug 998076 - implement responseURL attribute for XMLHttpRequest. r=smaug
2014-05-17 09:24:37 +09:00
Ehsan Akhgari
f301f8be83
Bug 1006229 - Assert that the AudioBuffer object should not have been handed to JS or have C++ callers neuter its typed array; r=padenot
2014-05-19 23:12:47 -04:00
Boris Zbarsky
7efa07afd3
Bug 996095. All 32-bit integers are valid values for tabindex; don't restrict it to the int16_t range during parsing. r=smaug
2014-05-19 16:37:59 -04:00
Boris Zbarsky
7ce5ce10cf
Bug 881996 part 1. Make cloning static documents not reset the principal on the clone after setting it to the right thing. r=smaug
2014-05-19 16:37:59 -04:00
Bobby Holley
ba945f2afc
Bug 1010577 - Shim window.controllers (with a warning) in RELEASE_BUILDs. r=bz
2014-05-19 13:08:08 -07:00
Brad Lassey
3b5ccf0b4d
bug 995777 - browser.properties: rename getUserMedia.videoDevice.prompt to reflect new string r=mfinkle
2014-04-18 15:01:56 -04:00
Peter Van der Beken
11c7284be9
Bug 1010955 - Fix tests so they'll work with Window on WebIDL bindings. r=bz.
...
--HG--
rename : content/media/webspeech/synth/ipc/test/test_ipc.html => content/media/webspeech/synth/ipc/test/file_ipc.html
2014-02-15 22:12:35 +01:00
Ed Morley
7a62042f46
Backed out changeset 45ea7a49ecec (bug 979692)
2014-05-19 15:36:40 +01:00
Ed Morley
3452af7d1e
Backed out changeset 1f34d528c0f1 (bug 979692)
2014-05-19 15:36:36 +01:00
Ed Morley
cac9e66437
Backed out changeset 2ee1b1118636 (bug 979692)
2014-05-19 15:36:32 +01:00
Carsten "Tomcat" Book
2fb1104640
Backed out changeset 46c16792274f (bug 1010955) for suspicion of causing memory leaks on a CLOSED TREE
2014-05-19 15:02:58 +02:00
Peter Van der Beken
a74f42c6f9
Bug 1010955 - Fix tests so they'll work with Window on WebIDL bindings. r=bz.
...
--HG--
rename : content/media/webspeech/synth/ipc/test/test_ipc.html => content/media/webspeech/synth/ipc/test/file_ipc.html
extra : rebase_source : c7dc7fc44717ad6bf5381ecb8a537bf698ee962e
2014-02-15 22:12:35 +01:00
Rik Cabanier
4230ff37fa
bug 979692 - add simple hit testing for canvas hit regions. r=roc
2014-05-18 19:44:00 +02:00
Rik Cabanier
3d1d7cbb64
Bug 979692 - Calculate hit detection and fill in region parameter to mouse events. r=roc
2014-05-12 15:52:00 +02:00
Rik Cabanier
4a8d271640
Bug 979692 - Add fixes for hitregion hit detection. r=roc
2014-05-18 19:43:00 +02:00
Karl Tomlinson
59e9c70900
b=1010000 update mTracksKnownTime when finishing a stream r=roc
...
and use this in StreamBuffer::GetAllTracksEnd() to detect when no more tracks
will be added.
--HG--
extra : transplant_source : %B7A-%7EV%94%E1%CE%15%1C%15%7B%84%D5%F1%1D%A2%CF%EC%15
2014-05-19 08:26:54 +12:00
Karl Tomlinson
0b501e1f4f
b=1010000 update SourceMediaStream::Finish() doc as AdvanceKnownTracksTime() info is incorrect since e526d37a9a19 r=roc
...
--HG--
extra : transplant_source : B%92%A3%83K%D0%8AE%8A%F32%D1E%0F%DA%0E%C0%AE%27%03
2014-05-19 08:24:01 +12:00
Randell Jesup
a7abbce43e
Bug 1006285: make MediaCodec bitrate setting work for KitKat-based builds r=jhlin
2014-05-18 10:17:01 -04:00
Josh Aas
18dc111ade
Bustage fix for Gecko Media Plugins landing, bug 957928.
2014-05-17 22:44:47 -05:00
Jeff Walden
8978c3f50f
Bug 999651, bug 995679, bug 1009952, bug 1011007, bug 991981. r=sfink, r=shu, r=jandem, r=jdm, r=luke, r=bbouvier, r=nmatsakis, r=bz, r=ehsan, r=jgilbert, r=smaug, r=sicking, r=terrence, r=bholley, r=bent
2014-05-27 09:56:43 -07:00
Trevor Saunders
cb0e030ae4
bug 966084 - don't QI the result of win->GetFrameElementInternal() when its not required r=smaug
2014-01-23 16:14:29 -05:00
Trevor Saunders
3e8a2ce19d
bug 966059 - add nsIDocShell::GetWindow and GetDocument r=smaug
2014-01-09 21:03:47 -05:00
Neil Rashbrook
9cfd58c16f
Bug 869836 - Part 9a: Use AssignLiteral(MOZ_UTF16(...)) instead of Assign(NS_LITERAL_STRING(...)). r=ehsan
...
Relading with correct bug number so DONTBUILD.
--HG--
extra : amend_source : 6e05de7729c27761564124212b7d4cbe3318e482
2014-05-26 21:54:10 +03:00
Birunthan Mohanathas
f3421c776b
Backout 8b8bbe7aa1cc due to wrong bug number
2014-05-27 14:42:13 +03:00
Birunthan Mohanathas
562904c002
Bug 869836 - Part 12: Use Assign('c')
instead of AssignLiteral("c")
. r=ehsan
...
--HG--
extra : rebase_source : a6b15019cee452973dd8bf3112c15e14175855a9
2014-05-26 21:55:08 +03:00
Birunthan Mohanathas
f9b1b35c3e
Bug 869836 - Part 11: Use Append('c')
instead of AppendLiteral("c")
. r=ehsan
...
--HG--
extra : rebase_source : 08bcbfd804f1adcab40c7d59fa56deda1f6e0829
2014-05-26 21:54:58 +03:00
Birunthan Mohanathas
84d3adc780
Bug 869836 - Part 10: Use Truncate instead of AssignLiteral("")
. r=ehsan
...
--HG--
extra : rebase_source : e75c900e72e5367518f2b923a839fd23acf29a42
2014-05-26 21:54:53 +03:00
Neil Rashbrook
12b4869c02
Bug 995730 - Part 9a: Use AssignLiteral(MOZ_UTF16(...)) instead of Assign(NS_LITERAL_STRING(...)). r=ehsan
...
--HG--
extra : rebase_source : d2d3d611c06a2a7ec930fb11576d7c8335c0a6e2
2014-05-26 21:54:10 +03:00
Tim Taubert
c4bc1e15a4
Bug 990812 - Tests for group message managers r=smaug
2014-05-25 23:41:52 +02:00
Tim Taubert
530db490e2
Bug 990812 - Let the frame loader use a group message manager as the parent when it detects that a frame belongs to a certain group r=smaug
2014-05-23 14:49:09 +02:00
Tim Taubert
8e4728a686
Bug 990812 - Allow a deeper frame message manager hierarchy than only global > window > tab r=smaug
2014-05-23 14:52:36 +02:00
Ehsan Akhgari
ad3b490e96
Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem
2014-05-25 21:46:24 -04:00
Jonathan Watt
849ae5ac2c
Bug 1015646 - Add a memory reporter for SVGPathElement's SVGAnimatedPathSegList member. r=njn
...
--HG--
extra : rebase_source : 5eda3e1104cc6a75ec38774c072e6e3e2b3d7b1b
2014-05-26 16:21:23 +01:00
Peter Van der Beken
3f55868a69
Bug 789261 - Enable WebIDL bindings for Window. r=bz.
...
--HG--
extra : rebase_source : 4ee28872adf9d03d9dc28880426383224359fd78
2014-04-08 20:48:37 +02:00
Carsten "Tomcat" Book
46bbf33c85
Merge mozilla-central to mozilla-inbound
2014-05-26 15:32:24 +02:00
Jonathan Kew
9563f4746c
bug 1015603 part 3 - add a smallCaps field to gfxFontStyle, and pass it through from layout when creating gfxFontStyle records. r=roc
2014-05-26 14:23:31 +01:00
Arnaud Bienner
2190cf7f3b
Bug 826185 - Remove now useless method in HTMLInputElement. r=jwatt
2014-03-13 15:08:08 +01:00
Jan Beich
560c6554f4
Bug 1016631 - Cosmetic fix to use correct type for sysctl()'s 2nd argument. Also s/NULL/nullptr/ style fix in my code. r=gcp, r=vladan
2014-05-28 18:11:00 -04:00
Benoit Jacob
5d1ce842c5
Bug 1018239 - Make WebGLContext::GetExtensionString fool-proof and remove a dangerous EnumeratedArrayConstructor - r=jgilbert
2014-05-30 16:21:23 -04:00
Boris Zbarsky
4c56eb1a6e
Bug 985135 - Test that sandboxed origin flag is honoured across redirects. r=bobowen
2014-03-18 17:24:46 -04:00
Ryan VanderMeulen
a439969d84
Merge m-c to inbound on a CLOSED TREE.
2014-05-30 16:24:45 -04:00
John Schoenick
dda1771235
Bug 870021 - Part 6 - Add getCurrentSrc to HTMLImageElement. r=jst, sr=jst
2014-05-30 13:03:08 -07:00
John Schoenick
89ad23c2f0
Bug 870021 - Part 5.1 - HTMLImageElement responsive-aware overrides for GetNatural{Width,Height}. r=jst
2014-05-30 13:03:06 -07:00
John Schoenick
4792841382
Bug 870021 - Part 4 - Move HTMLImageElement::GetNatural{Height,Width} up to ImageLoadingContent. r=jst
2014-05-30 13:03:06 -07:00
John Schoenick
bca1dd9ab3
Bug 870021 - Part 3 - Support basic srcset in HTMLImageElement via ResponsiveSelector. r=jst
2014-05-30 13:03:05 -07:00
John Schoenick
10e7477ea6
Bug 870021 - Part 2 - Add ResponsiveImageSelector class with basic srcset support. r=jst
2014-05-30 13:03:05 -07:00
John Schoenick
5024f327e2
Bug 870021 - Part 1.3 - Add srcset to HTMLImageElement & atoms. r=jst, sr=jst
2014-05-30 13:03:04 -07:00
JW Wang
ba4ef49451
Bug 1000841 - remove SetActive() from MediaDecoderReader. Its user needs to know when to call SetIdle() only. r=cpearce
2014-05-19 04:23:00 +02:00
Bobby Holley
4e144db9b2
Bug 997440 - Introduce a special null principal to return when we're not in any compartment at all. r=bz
2014-05-20 22:52:20 -07:00
Jeff Gilbert
94fc6997e4
Bug 1013648 - Removed premultiplied super luminescent reftest. - r=jgilbert
2014-05-20 16:21:59 -07:00
Sid Stamm
57aafadedf
Bug 994320 - Implement permitsAncestry CSP in C++. r=ckerschb,grobinson
2014-05-20 14:59:51 -07:00
Sid Stamm
f184b5192e
Bug 994318 - Implement caching for ShouldLoad to speed things up. r=ckerschb,grobinson
2014-05-20 14:59:47 -07:00
Ms2ger
16c47c80e1
Bug 874212 - Move document.all to WebIDL; r=bz
...
The static jsids in nsDOMClassInfo are newly unused, except for sEnumerate_id,
which was unused before.
This also removes the test_nondomexception.html test, which relied on an
obscure detail of the exception being thrown from document.all; I haven't
found another API which does something equally silly.
2014-05-20 21:52:21 +02:00
Ryan VanderMeulen
9145106c89
Backed out changeset f4964171a9c0 (bug 994320) and changeset a4655f5da435 (bug 994318) for bustage.
...
CLOSED TREE
2014-05-20 14:00:26 -04:00
Sid Stamm
b6266cee17
Bug 994320 - Implement permitsAncestry CSP in C++. r=ckerschb,grobinson
2014-05-20 10:43:17 -07:00
Sid Stamm
020eeb805b
Bug 994318 - Implement caching for ShouldLoad to speed things up. r=ckerschb,grobinson
2014-05-20 10:43:17 -07:00
Josh Aas
3675b7efa2
Bug 957928: Gecko Media Plugins implementation. No consumers in Gecko yet. r=bent
2014-05-17 22:05:46 -05:00
Phil Ringnalda
3b63909530
Back out a4b51aff4b3c (bug 957928) for build bustage
...
CLOSED TREE
2014-05-17 17:43:07 -07:00
Josh Aas
792dc0a797
Bug 957928: Gecko Media Plugins implementation. No consumers in Gecko yet. r=bent
2014-05-17 18:53:03 -05:00
Chris Peterson
a2966b5241
Bug 988386 - Collect telemetry on <script> elements' JS language versions. r=mrbkap r=till
2014-04-23 22:27:13 -07:00
Bill McCloskey
3336db7efa
Bug 996785 - New CPOW tests for bidirectionality and Xray behavior (r=mrbkap)
2014-05-16 16:40:37 -07:00
Jonathan Watt
3cf8ef7d61
Bug 1011024 - Fix nsScriptSecurityManager::GetChannelPrincipal so that it doesn't fail to get the correct nsIPrincipal for some resource documents. r=bz
2014-05-16 23:59:36 +01:00
Jan Varga
7c7442ba47
Bug 1011510 - Codegen.py: Add EndGuard to enum generation; r=bz
2014-05-16 19:41:31 +02:00
John Lin
4482fb3908
Bug 1010841 - Handle on-demand key frame request in OMX H.264 encoder. r=jesup
2014-05-16 01:56:00 -04:00
Shian-Yow Wu
e0687a66c9
Bug 945152 - Part 3-3: Test case to get array buffor by XHR with jar:// URL. r=smaug
2014-05-16 13:34:44 +08:00
Shian-Yow Wu
d5d5389b8f
Bug 945152 - Part 3-2: XHR changes for mapped array buffer. r=smaug
2014-05-16 13:34:43 +08:00
Matthew Gregan
f2fda58f3b
Bug 1010163 - Cast out warning demons on a CLOSED TREE.
2014-05-16 17:09:28 +12:00
Matthew Gregan
80f6fe5914
Bug 1010163 - Fix. r=cajbir
2014-05-16 13:46:39 +12:00
Simon Wilper
a5e699f7e2
Bug 999496 - Move AudioData::SizeOfIncludingThis to MediaData.cpp. r=kinetik
2014-05-14 05:38:00 +12:00
Karl Tomlinson
152a304e3b
b=990868 limit ChannelMergerNode output channel count r=padenot
...
--HG--
extra : transplant_source : 5S-%40T%8E%8B%F8%B4W%1F%B3%BA5O%83%BF%044%23
2014-05-16 09:23:38 +12:00
Karl Tomlinson
4980cab4b0
b=991533 limit AudioBuffer channel count r=padenot
...
--HG--
extra : transplant_source : %28%F0%2Cc%FE%60%B3%EE%A0O%3F%E6%C4%C4%F9%88%1C%E3%89%09
2014-05-16 09:23:38 +12:00
Karl Tomlinson
63192b0276
b=991533 limit AudioBuffers from decodeAudioData to the same sample rates as createBuffer r=ehsan
...
The numberOfChannels array on AudioBuffer is now an infallible array, as this
is considerably smaller than infallible channel data array allocations in
AllocateAudioBlock and similar to channel data pointer array allocations in
AudioChunk.
--HG--
extra : transplant_source : C%29_%13%9C%9C%A1%E1%A3%E8%C9_%93%11%85lM%FC%7E%BC
2014-05-16 09:23:27 +12:00
Karl Tomlinson
651d766fc4
b=991533 throw exception from AudioProcessingEvent buffer getters when allocation fails r=ehsan,bz
...
--HG--
extra : transplant_source : C%60%E5f6%1D%D3%0F%D6%0B%9CV%A6%AD%C5%5D%E9%9B%C6%BD
2014-05-16 09:11:13 +12:00
Karl Tomlinson
b11287322d
b=991533 limit OfflineAudioContext to the same sample rates as AudioBuffer r=padenot
...
OfflineAudioCompletionEvent needs to use AudioBuffer for its output,
and so the AudioContext should run at the rates supported by AudioBuffer.
--HG--
extra : transplant_source : %F2%A0%90%E6%DD%21%15%CDBa%F4%24%93%22%FA%A3%D8%12KU
2014-05-16 08:44:18 +12:00
Karl Tomlinson
df408748ac
b=991533 move sample rate limits to WebAudioUtils r=padenot
...
Also change WebAudioUtils from a class to a namespace, so that constant
variables can be defined inline with internal linkage.
static class variables cannot be defined inline because this violates the one
definition rule, even though some compilers may not notice.
--HG--
extra : transplant_source : %9F4%2Ct%BA%D2%BD%8A1Xev%92%C0%A1%AD%88IH%BF
2014-05-16 08:44:17 +12:00
Randell Jesup
6bbf07b570
Bug 1003006: Move b2g camera rotation checks to MainThread r=mikeh
2014-05-15 19:17:40 -04:00
Christoph Kerschbaumer
a5f9f97f00
Bug 951457 - Create C++ CSP Parser and policy classes, part 3 - parser tests r=sstamm, r=grobinson
2014-05-14 11:06:27 -07:00
Christoph Kerschbaumer
af0fa6b545
Bug 951457 - Create C++ CSP Parser and policy classes, part 2 - contentpolicy tiein r=sstamm, r=grobinson
2014-04-01 16:00:19 -07:00
Christoph Kerschbaumer
20d36d770e
Bug 951457 - Create C++ CSP Parser and policy classes, part 1 - backend stubs r=sstamm, r=grobinson
2014-04-01 09:35:22 -07:00
Christoph Kerschbaumer
0b7bf8cdea
Bug 951457 - Create C++ CSP Parser and policy classes, part 0 - parser and utils r=sstamm, r=jst
2014-05-14 11:03:43 -07:00
Benoit Jacob
d946dae9d9
Bug 1004483 - Adjust WebGL reftest.list for the fact that Skia blending doesn't handle superluminant pixels - r=jrmuizel
2014-05-15 11:50:16 -04:00
Garrett Robinson
7070d540e3
Bug 986077: Enable most CSP tests on B2G, B2G desktop, and e10s r=sstamm
2014-05-15 08:20:40 -07:00
Olli Pettay
84cc14df67
Bug 1009160, don't leak via SVGIFrame.sandbox, r=bz
2014-05-15 12:05:42 +03:00
Rik Cabanier
cd91193c0d
Bug 1009357 - fix for crasher with Path2D constructor + use of arcto or arc. r=roc
2014-05-12 20:40:00 +02:00
Nick Lebedev
b7223435b4
Bug 998002 - Rename nsContentUtils::Get{Subject,Object}Principal to nsContentUtils::{Subject,Object}Principal. r=bholley
2014-05-13 11:58:00 +02:00
Cykesiopka
3c413074c2
Bug 989708 - Add #ifdef guards to fix Wunused-but-set-variable build warning in non-a11y builds. r=vlad
2014-05-14 19:28:37 -07:00
Olli Pettay
80f3875b87
Bug 1009624 - startup crash in nsXULPrototypeDocument::GetCompilationGlobal() , r=bholley
2014-05-14 21:00:33 +03:00
Kestrel
6ca946c172
Bug 998278 - Dragging a text selection made within a link transfers the url and not the selected text, patch by Kestrel, r=enn
2014-05-14 13:27:59 -04:00
Benoit Jacob
45441f8724
Bug 987010 - Fix the way that the presence of an alpha channel on a canvas drawing buffer is propagated - r=jrmuizel
2014-05-14 12:26:13 -04:00
Andrew McCreight
ec79906400
Bug 1009685 - Tell the cycle collector about the CanvasPath::mParent. r=bz
...
Plus a few other minor fixups.
2014-05-13 13:22:52 -07:00
Bob Owen
064a09f0ce
Bug 1006024 - Part 10: Remove AudioContext::GetJSContext. r=bholley
2014-05-09 20:07:34 +01:00
Bob Owen
0c6b94cd64
Bug 1006024 - Part 9: Remove unused JSContext parameter from AudioBuffer::SetRawChannelContents. r=bholley
2014-05-09 10:16:03 +01:00
Bob Owen
8d52d51ac6
Bug 1006024 - Part 8: Replace AutoPushJSContext in ScriptProcessorNode - Command::Run. r=bholley
2014-05-09 19:57:24 +01:00
Bob Owen
87efa3f706
Bug 1006024 - Part 7: Replace AutoPushJSContext in WebAudioDecodeJob::AllocateBuffer. r=bholley
2014-05-09 19:51:56 +01:00