Michael A. Milazzo
c7f8e96b72
Bug 1011748 - Mochitest unit test + resource files for this bug. r=bzbarsky
2014-06-13 21:59:32 -07:00
Michael A. Milazzo
e81bf5330c
Bug 1011748 - Added logic to GetStatusText to ensure the statusText is available after all redirects (if any) have been followed. r=bz
2014-06-09 23:14:53 -07:00
Walter Litwinczyk
24c2e12178
Bug 1024064 - webgl-1.0.3 Initialize all vertex attributes to default values. r=jgilbert
2014-06-12 13:27:19 -07:00
Ehsan Akhgari
4992220d59
Bug 1024459 - Define an out of line destructor for TextTrack so that we can forward delcare HTMLTrackElement in TextTrack.h; r=bzbarsky
...
This is required because the destructor for the nsRefPtr<HTMLTrackElement>
member requires the full definition of the type.
2014-06-14 22:53:52 -04:00
Guillaume Abadie
8b404b63af
Bug 973815 - Implements WebGL draft extension EXT_blend_minmax - r=jgilbert,bzbarsky
2014-06-14 09:07:53 -07:00
Ehsan Akhgari
2f2dae3d06
Bug 1025324 - Define an out of line destructor for MediaSource so that we can forward delcare MediaSourceList in MediaSource.h; r=bzbarsky
...
This is required because the destructor for the nsRefPtr<MediaSourceList>
member requires the full definition of the type.
2014-06-14 10:04:01 -04:00
Masayuki Nakano
f31b35e66b
Bug 1024864 Warn KeyboardEvent.key value change when KeyboardEvent.key is read and its key value is obsolete r=smaug
2014-06-14 11:24:16 +09:00
Ehsan Akhgari
0f2c9e9356
Backed out changeset ca5b7ed0dd5a (bug 973815) because of build bustage
2014-06-13 21:09:10 -04:00
Guillaume Abadie
d29e99ca32
Bug 973815 - Implements WebGL extension EXT_blend_minmax - r=jgilbert,bzbarsky
2014-06-10 18:20:12 -07:00
Jonathan Watt
03ce6fee26
Bug 1019753, part 2 - Use Moz2D DataSourceSurfaces instead of Thebes gfxImageSurfaces in DocumentRendererParent.cpp and ImageEncoder.cpp. r=mattwoodrow
...
--HG--
extra : rebase_source : fc39f0aede22e48ea853b1978eddeb8cc8c43a60
2014-06-04 08:08:39 +01:00
Ehsan Akhgari
9511934161
Backed out changeset 0cdef46c65c1 (bug 979104) for causing bug 1024324
2014-06-13 16:20:37 -04:00
Randell Jesup
9424944a6a
Bug 1022235: Make the webrtc LoadManager/LoadMonitor a singleton r=bsmedberg,pkerr
2014-06-13 15:50:51 -04:00
Sid Stamm
5df17e9dde
Bug 846978 - disable frame-ancestors checks when CSP is report-only and fix cross-origin frame-ancestors violation URI leak. r=ckerschb,grobinson
2014-06-13 11:06:04 -07:00
Sid Stamm
324e64da0b
Bug 805929 - test CSP blockage of setInterval and return values from setTimeout. r=grobinson
2014-06-13 11:05:37 -07:00
Andrea Marchesini
8597ce0a97
Bug 1023175 - AudioContext should have attribute EventHandler onmozinterruptend/begin in the webIDL interface, r=ehsan, r=smaug
2014-06-13 07:06:14 +01:00
Ryan VanderMeulen
9b9d4ca1d2
No bug - Adjust expected assertions for test_playback_rate.html on Linux.
2014-06-12 18:20:16 -04:00
Milan Sreckovic
46fee89d00
Bug 1019257: Canvas pattern setTransform exposed through WebIDL. r=gw280,bz.
...
--HG--
extra : rebase_source : a12b913bf1cfeb11313aa1525d1ebcae075e1456
2014-06-12 10:54:43 -04:00
Ehsan Akhgari
d9ed40173b
Bug 1024463 - Define an out of line destructor for TextTrackCue so that we can forward delcare HTMLTrackElement in TextTrackCue.h; r=bzbarsky
...
This is required because the destructor for the nsRefPtr<HTMLTrackElement>
member requires the full definition of the type.
2014-06-12 11:31:18 -04:00
Walter Litwinczyk
35b17402d5
Bug 1024066
- Fix webgl-1.0.3 conformance failure OES texture half float. r=jgilbert
2014-06-11 14:31:29 -07:00
Randy Lin
546b2e71e3
Bug 1011149 - Video freezes when audio track is disabled on remote stream. r=jesup
2014-06-10 10:32:30 +08:00
Xidorn Quan
a711bc7355
Bug 966166 - Part 4: Rewrite some builtin counter styles. r=dbaron
2014-06-11 21:12:00 -04:00
Giovanni Sferro
71cc0169a0
Bug 597650 - Label controls don't apply to input controls with type="hidden". r=smaug
2014-06-09 21:51:00 -04:00
Karl Tomlinson
8b889b1ea2
b=1023697 use audio ticks for graph time units r=roc
...
--HG--
extra : transplant_source : 8%BA%9D%5C%E32%05x%A79K%08TH%A7%F4%F2tg%EC
2014-06-12 16:45:00 +12:00
Karl Tomlinson
4ee59eb7cc
b=1023697 use 0 for initial graph time r=roc
...
We could get away with 1 as an initial time when units were 1/(1<<20) seconds
but when graph time units are audio samples, an initial value of 1 will mean
that the first audio block produced has 1 frame fewer.
--HG--
extra : transplant_source : %FF%D5%AF%A9%C7%EA%C4%D7%ED%8F%CC%AC%E4%5E%FF%D0%87%8D%3AN
2014-06-12 16:45:00 +12:00
Karl Tomlinson
9d196f97b5
b=1023697 add functions to convert between track ticks and seconds, and remove global MediaTime/second conversion functions r=roc
...
--HG--
extra : transplant_source : %F3%D8%C168%B7%A3%13%B2p%3Ee%89TkGlD%A8%A7
2014-06-12 16:45:00 +12:00
Karl Tomlinson
2db93f820a
b=1023697 simplify StreamBuffer::ForgetUpTo() to avoid graph-rate-dependent conversions r=roc
...
--HG--
extra : transplant_source : %16%9C%08%CA%3E%DD%82%21%D2%90%7D%29%FB%D9L%9E%F8%2A%CBd
2014-06-12 16:44:59 +12:00
Karl Tomlinson
7b69861556
b=1023697 add functions to convert between track rates and remove global StreamTime/tick conversion functions r=roc
...
--HG--
extra : transplant_source : %B6%BC%83%17%22%EE%5D%BEl%B6%17m%1C%D0N%D1C%97%60%E1
2014-06-12 16:44:59 +12:00
Karl Tomlinson
1a9a77a15c
b=1023697 record the graph tick rate on StreamBuffer and its Tracks for StreamTime calculations r=roc
...
--HG--
extra : transplant_source : 8%B4%DB%A4%FE%2C%B7%235%7F%7D5%2C%FA%BA%0D%9E%CC%7E%11
2014-06-12 16:44:59 +12:00
Karl Tomlinson
a22b5917c4
b=1023697 use MediaStream to convert between stream time and seconds in Web Audio r=roc
...
--HG--
extra : transplant_source : %FE%C77k/%25%B4%25F%FB1%EAAqn%CA%DEH%06%C0
2014-06-12 16:44:58 +12:00
Karl Tomlinson
9c81aeb06f
b=1023697 use MediaStream to convert stream time to seconds in DOMMediaStream r=roc
...
--HG--
extra : transplant_source : %D4%9E%26%05%E3%8AQ%7B%D1%D1%E8%88j%DC%F7r.%7BJ%1A
2014-06-12 16:44:58 +12:00
Karl Tomlinson
a97203f710
b=1023697 use MediaStream to convert stream time to ticks in media engine sources r=roc
...
--HG--
extra : transplant_source : %F9O%C0T_%C9%8D%9C%3Bt%CB%60%EA%60%C3i_%E0A%9D
2014-06-12 16:44:57 +12:00
Karl Tomlinson
d8710ad720
b=1023697 use MediaStream to convert stream time to seconds in HTMLMediaElement r=roc
...
--HG--
extra : transplant_source : %7D%AF%00%8F%0F4%E3%3C.%F7%E2%92%BA%CB%92%0E/%19%CFM
2014-06-12 16:44:57 +12:00
Karl Tomlinson
4395ec0566
b=1023697 use MediaStream to convert ticks to time in MediaDecoderStateMachine r=roc
...
--HG--
extra : transplant_source : %EA%E0%A5rH%F6%F55%B0%28%3Eq%5C%8Ap%FC%06%3D%06%3B
2014-06-12 16:44:56 +12:00
Karl Tomlinson
6d42cde63e
b=1023697 change MediaDecoderStateMachine::mSyncPointInMediaStream from StreamTime to µs r=roc
...
This allows the conversion from StreamTime to be performed while a stream is
available.
--HG--
extra : transplant_source : %3A%AD%5C%1A%84%C3%1BC%8B%04%D5%5B%90%3Cv%BE%A6%D6%C0%9D
2014-06-12 16:44:56 +12:00
Karl Tomlinson
a87b3e8941
b=1023697 add methods to MediaStream for tick and time conversions r=roc
...
When MediaTime depends on the audio rate of the graph, the stream will know the
graph rate and so can perform the conversion.
Existing methods in StreamBuffer.h and MediaSegment.h will be removed once
clients have been changed to the new methods.
--HG--
extra : transplant_source : %155uv%90%EC%81%C8%888%C4%17%AF%ED%1B%A0B%90%5E%26
2014-06-12 16:44:56 +12:00
Karl Tomlinson
39c1ba5c7b
b=1023697 remove unused TicksToTimeRound() r=roc
...
--HG--
extra : transplant_source : %3E%84%B8%C7%25%EE%EEz%08%B9%ABx8%27%C3%BA%9C%F6%9D%ED
2014-06-12 16:44:55 +12:00
Karl Tomlinson
a159b57786
b=995690 don't advance audio output stream position 1 tick beyond what has been produced r=roc
...
This may result in repeating a sample sometimes due to rounding effects, but
that should only happen once per unblocked sequence of track frames.
--HG--
extra : transplant_source : %0C%E9%A4jq%286%96%B1%A9%AE%9F%1Cr%DCK%8F%AF%92i
2014-06-12 16:41:29 +12:00
Karl Tomlinson
4aa2c0e210
b=995690 correct mLastTickWritten to only advance when not blocked r=roc
...
mLastTickWritten and offset are stream positions, which do not advance when
the stream is blocked.
--HG--
extra : transplant_source : %15%7B%E5%E9.%89%BC%1E%F8%92%FD%3D%CB%10%FC%AD%EAT%90-
2014-06-12 16:40:51 +12:00
Ehsan Akhgari
43e9352610
Bug 1024195 - Fix a compilation error with clang-cl in nsContentList.cpp; r=bzbarsky
...
This is similar to bug 1021494.
2014-06-11 21:56:59 -04:00
Cameron McCormack
ee89e8841b
Bug 1023727 - SVGStyleElement::UnbindFromTree should look at the element's containing shadow, not its own shadow. r=wchen
2014-06-12 11:15:22 +10:00
Boris Zbarsky
dfe8c38082
Bug 1009675 part 3. Return WebIDL 'object' values as handles. r=peterv
2014-06-11 16:26:52 -04:00
Boris Zbarsky
bc1e511e33
Bug 1009675 part 2. Return WebIDL 'any' values as handles. r=peterv
2014-06-11 16:26:52 -04:00
Shihua Zheng
3bdb88ac01
Bug 1019368 - Cleaning extra whitespace in FileReader, r=bent. DONTBUILD
2014-06-10 20:59:45 -07:00
Ed Morley
a267ee9a6e
Backed out changeset bfb5297101cd (bug 1000640) for compilation failures on B2G
2014-06-11 17:07:41 +01:00
Ed Morley
a1ea2b0770
Backed out changeset 11bb536cdede (bug 1000640)
2014-06-11 17:07:17 +01:00
Ed Morley
4d05b5de9c
Backed out changeset c4681bf6680c (bug 1000640)
2014-06-11 17:07:10 +01:00
Ed Morley
1eb7def915
Backed out changeset 5458e23a7f0a (bug 1000640)
2014-06-11 17:07:07 +01:00
Ed Morley
873d3324d9
Backed out changeset dacd814d3bb0 (bug 1000640)
2014-06-11 17:07:03 +01:00
Jeff Gilbert
8b6173776d
Bug 1000640 - Mark C/A 1.0/0.5 non-premult test as random, since it passes on Win7 Ru. - r=mattwoodrow CLOSED TREE
2014-06-04 16:54:51 -07:00
Jeff Gilbert
dd04b175f1
Bug 1000640 - Mark WinXP as failing color-alpha-test unpremultiplied reftests. - r=mattwoodrow
2014-06-04 15:20:27 -07:00