Matthew Gregan
ff8c8c001f
Bug 948269 - Remove incorrect assertion from AudioSink::Drain. r=cpearce
2014-04-04 15:31:10 +13:00
Matthew Gregan
168f8d90ad
Bug 948269 - Refactor MediaDecoderStateMachine::AudioLoop into a standalone AudioSink class. r=cpearce
2013-12-11 18:03:30 +13:00
Neil Rashbrook
936188506a
Bug 514280 Only use nsCOMPtr for interfaces r=bsmedberg
2014-04-03 23:06:26 +01:00
Chris Pearce
7f6e8b96b9
Bug 986947 - Make MP3 contained in MP4 playback again on Windows with WMF backend. r=padenot
...
Report that we can play MP3 inside MP4 on Windows Vista and later in
HTMLMediaElement.canPlayType. Chrome and IE on Windows match this behaviour.
Add a test file with MP3 contained inside MP4. Note the B2G emulator can't play
this file, so I added a codecs parameter to the file's mime type so that
decoder backends have to opt-in to testing with it.
Enable playback of MP3 inside MP4 in WMFReader.
Change from reporting the IMFSourceReader's duration inside WMFReader, to
instead report the IMFSourceReader's duration as the media "end time". This is
needed because the MP3-contained-in-MP4 file's first sample output by the
IMFSourceReader has a non-zero timestamp, and the MediaDecoderStateMachine
assumes that the media samples will be in the range
[$firstSampleStartTime, $firstSampleStartTime+$reportedDuration]. But that's
not the case here, the IMFSourceReader seems to output samples in the range
[0,$reportedDuration]. This assumption mismatch means on the
MP3-contained-in-MP4 file we end up trying to seek after what the
IMFSourceReader assumes is the end of the file, which fails and causes
test failures.
2014-04-04 10:39:42 +13:00
Chris Pearce
ca5f79e5a8
Bug 991448 - Skip Theora decode to next keyframe after seek, so that we don't get visual artifacts after a fastSeek. r=cajbir
2014-04-04 10:39:15 +13:00
Rick Eyre
adcc7d481e
Bug 879431 - Set VTTCue's TextTrack from TextTrack::AddCue r=rillian
...
We were having an issue where the cue's track property was undefined
because it was never set when adding the cue to a text track's list
of cues.
2014-04-02 18:16:00 +02:00
Masayuki Nakano
d42c98a423
Bug 990855 part.2 Remove dom/events from local includes of moz.build files r=smaug
2014-04-03 13:18:38 +09:00
Masayuki Nakano
3cc4e99fc0
Bug 989212 Rename nsEventStates to mozilla::EventStates r=smaug
...
--HG--
rename : dom/events/nsEventStates.h => dom/events/EventStates.h
2014-04-03 13:18:36 +09:00
Wes Kocher
e4bb8736a9
Merge m-c to inbound on a CLOSED TREE
2014-04-02 19:54:15 -07:00
Wes Kocher
b42cc30cf7
Merge b2g-inbound to m-c
2014-04-02 19:06:17 -07:00
Ed Morley
1d70b8c714
Merge mozilla-central and b2g-inbound
2014-04-02 18:56:09 +01:00
JW Wang
0ec83ca01e
Bug 990356 - Part 3: Remove nsRunnable base class from MediaDecoderStateMachine. r=cpearce
2014-04-02 08:51:47 -04:00
JW Wang
7cb5d740ea
Bug 990356 - Part 2: Only one way to dispatch state machine (using a timer) tasks and remove unused variables. r=cpearce
2014-04-02 08:51:47 -04:00
JW Wang
9fefdce048
Bug 990356 - Part 1: Remove lazy init of |mTimer| since we need one for most of the case. r=cpearce
2014-04-02 08:51:46 -04:00
Ryan VanderMeulen
0d5b7940ce
Merge inbound to m-c.
2014-04-01 16:45:00 -04:00
Ryan VanderMeulen
0d4b722ae5
Merge fx-team to m-c.
2014-04-01 16:31:56 -04:00
Randy Lin
1e2b703371
Bug 988884 - Properly shutdown mediaencoder threads. r=roc
2014-04-01 07:33:48 +08:00
JW Wang
95bd4f71d1
Bug 980868 - Don't skip video frame when |clock time| is less than |mVideoFrameEndTime| for we are still in the safe range without underruning video frames. r=cpearce
2014-04-01 08:58:55 -04:00
Randell Jesup
45c4d25757
Bug 985714: Monitor AEC echo levels (ERLE/etc) in gUM r=jib
2014-04-02 13:58:20 -04:00
Randell Jesup
c944f7f471
Bug 694814: Patch 5 - Move AEC from PeerConnection to getUserMedia rs=padenot
2014-04-02 13:58:19 -04:00
Randell Jesup
f541101e08
Bug 694814: Patch 4 - Add audio playout delay config var r=padenot
2014-04-02 13:58:19 -04:00
Randell Jesup
7e518ccc70
Bug 694814: Patch 3 - Add far-end mixer observer and insert far-end audio for AEC r=padenot
2014-04-02 13:58:19 -04:00
Daniel Holbert
c79bb6271d
Bug 984786 part 3: Mark refcounted classes RDFBindingSet and DataOwner as MOZ_FINAL and make their destructors private. r=bent
2014-04-02 01:10:42 -07:00
Jeff Gilbert
1beecde47e
Bug 989575 - Generate INVALID_OP for null-program draws. - r=kamidphish
2014-04-01 23:12:43 -07:00
Jeff Gilbert
98ab9ed66a
Bug 989575 - Add test for null program draws. - r=kamidphish
2014-04-01 23:12:42 -07:00
Jeff Gilbert
110ab6d666
Bug 985685 - Test that basic DrawArrays/Elements works. - r=kamidphish
2014-04-01 23:12:40 -07:00
Masayuki Nakano
d1419e8935
Bug 984253 part.4 Rename nsJSEventListener to mozilla::JSEventHandler r=smaug
2014-04-02 11:00:46 +09:00
Doug Turner
acfffeb66d
Bug 989691 - add nsContentUtils::LogMessageToConsole. r=jst
2014-04-01 10:52:37 -07:00
Matthew Gregan
20482e64a3
Bug 981276 - Initialize mAudioCodec in WebMReader. r=rillian
...
--HG--
extra : rebase_source : 905ae6dcd3dd0b1ac423187515fe63bb9bc21f59
2014-04-02 14:08:59 +13:00
Chris Pearce
417ed90a50
Bug 987127 - Destroy and re-create IMFSourceReader without using DXVA when DXVA init fails to fix failure on AMD Radeon 3000 chipsets. r=padenot
2014-04-02 14:07:41 +13:00
Mark Hammond
cae334e085
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-04-02 10:53:55 +11:00
Ryan VanderMeulen
4ac3ff6d15
Merge b2g-inbound to m-c.
2014-03-31 17:27:57 -04:00
Sotaro Ikeda
3c541b7114
Bug 985772 - Remove SurfaceDescriptor around GonkNativeWindow r=nical,pchang,schiu,mikeh,gal
2014-03-31 08:24:28 -07:00
Benjamin Chen
7b006532c6
Bug 984816: RTSP play/pause deadlock issue. 1. Release the monitor when access mReader. 2. Reverse the order in RtspOmxReader::SetIdle(). r=cpearce
2014-03-31 10:18:01 +08:00
Ed Morley
79af0023a0
Backed out changeset 25877e8f89c2 (bug 610545) for browser-chrome failures
2014-03-31 16:05:04 +01:00
Paul Adenot
a996edae64
Bug 982490 - Ensure for MSG cycle that each MediaStream write the same number of frames to their AudioStream. r=jesup,roc
2014-03-24 11:06:06 +01:00
Paul Adenot
d3b8229033
Bug 818822 - Resample all inputs of the MediaStreamGraph to the ideal audio rate. r=roc
2014-03-24 11:06:05 +01:00
Garrett Robinson
8b3c6564e3
Bug 971341: Fix infinite tab loading due to missing characters in CSP's path regexes r=sstamm
2014-04-02 10:57:35 -07:00
Daniel Holbert
0a7b04c924
Bug 984786 part 5: Give NS_INLINE_DECL_*REFCOUNTING classes private/protected destructor & MOZ_FINAL annotation where appropriate, in /content/media. r=kinetik
2014-04-02 09:21:11 -07:00
Matthew Gregan
0bb1c2064e
Bug 990817 - Clarify nestegg packet memory management in WebMReader. r=rillian
2014-04-02 14:05:35 +13:00
Matthew Gregan
adaad0d292
Bug 990892 - MediaMetadataManager::DispatchMetadataIfNeeded leaks items popped from mMetadataQueue. r=padenot
2014-04-03 10:54:36 +13:00
Matthew Gregan
69f11197c5
Bug 927245 - Remove deprecated Audio Data API implementation. r=cajbir,smaug
2014-04-03 10:53:39 +13:00
Randell Jesup
939be317e4
Backed out 965c62289427:cb894b5d342f for perma-orange on b2g emulator M10 r=backout
2014-04-02 17:11:12 -04:00
Randy Lin
3a40673d1b
Bug 912627 - Remove spurious assertion. r=cpearce
2014-04-02 09:59:31 +08:00
Rick Eyre
9aac79542d
Bug 882677 - Part 5: Add track element tests. r=cpearce
2014-03-17 15:11:41 -04:00
Rick Eyre
380383be80
Bug 882677 - Part 4: TextTrack::ReadyState should be set to 'error' if loading the stream fails. r=cpearce
2014-03-17 17:49:52 -04:00
Rick Eyre
0837ecc090
Bug 882677 - Part 3: Set Track::ReadyState after flushing the parser. r=cpearce
...
The parser might report errors during the flush call so we can't check and set the ReadyState of the track yet.
2014-03-17 16:52:11 -04:00
Rick Eyre
b1d42e4cd4
Bug 882677 - Part 2: Handle ParsingErrors from vtt.js correctly. r=cpearce
...
* Update vtt.js to the newest version which has the capability
of reporting back ParserErrors.
* Update the update-vtt.js script a bit as well since
the symbols that it exports have changed a bit since the last import.
Some of the general information it outputs has since changed as well
like where the repo exists.
* Update WebVTTListener to set the track readiness state
to 'failed to load' if the WebVTT file is not loaded correctly.
2014-03-17 15:11:41 -04:00
Rick Eyre
245d1a6e17
Bug 882677 - Part 1: Dispatch loaded and error events to the HTMLTrackElement. r=cpearce
2014-03-14 12:13:41 -04:00
Matt Woodrow
67d1c09cde
Bug 990510 - Change reftest annotation ordering to be correct.
2014-04-01 21:40:15 +08:00
Olli Pettay
1350c8222e
Bug 989210 - Consistently make cycle collector to deal with TextTrackManager's member variables. r=reyre
2014-04-01 08:37:13 -04:00
Bob Owen
cdb03c60fa
Bug 986439 - Enable tests that now pass with e10s. r=bz
2014-03-31 10:17:02 +01:00
Bob Owen
6ff37ba8dc
Bug 986439 - Don't use nsNullPrincipalURI for referrer. r=bz
2014-03-29 19:10:27 +00:00
Neil Deakin
093ce2fa02
Bug 610545, arrow panels should animate when opening and when cancelling, r=neil,dao
2014-03-31 08:42:32 -04:00
Jonathan Watt
7d93c92875
Bug 988793 - Make DocumentRendererChild::RenderDocument use Moz2D. r=mattwoodrow
2014-03-31 12:52:33 +01:00
Benoit Jacob
dcf7236aab
Bug 987828 - 3/4 - Use IsGLES instead of IsGLES2 - r=jgilbert
2014-03-31 05:10:49 -04:00
Benoit Jacob
8bc46df497
Bug 987828 - 2/4 - Optimize WebGL attrib0 stuff - r=jgilbert
2014-03-31 05:10:49 -04:00
Benoit Jacob
1819defe43
Bug 987828 - 1/4 - Move stuff to a new WebGLContextDraw.cpp file - r=jgilbert
2014-03-31 05:10:49 -04:00
Masatoshi Kimura
e65d66c52e
Bug 980134 - Hide DataContainerEvent from content. r=smaug
2014-03-31 06:28:00 +09:00
Mike Hommey
084f4bf6b5
Backout changesets ca413634eba3 and a92851ff7444 (bug 988168) for likely windows PGO perf regression
2014-03-29 16:49:19 +09:00
Phil Ringnalda
e6a2fcc39b
Backed out changeset 0779a3cf6075 (bug 856265)
...
CLOSED TREE
2014-03-28 19:09:54 -07:00
Giovanni Sferro
df84680998
Bug 856265 -- Fix HTMLInputElement::GetValueAsDate to accept long string of numbers as input r=jst
2014-03-28 17:33:39 -07:00
Wes Kocher
6740be2260
Merge m-c to inbound
2014-03-28 17:04:03 -07:00
Wes Kocher
4f5fed80dc
Merge b2g-inbound to m-c
2014-03-28 16:38:35 -07:00
Mike Hommey
0e1dd1fe7c
Bug 988168 - Better integrate gtest libxul in the build system. r=mshal
...
--HG--
rename : toolkit/library/Makefile.in => toolkit/library/libxul.mk
rename : toolkit/library/moz.build => toolkit/library/libxul.mozbuild
2014-03-29 07:50:08 +09:00
Ben Kelly
9594ac92bc
Bug 982237: Add skia max size pref. Limit to screen size on b2g. r=snorp
2014-03-27 23:48:22 -04:00
William Chen
1c758b19bd
Bug 987031 - Use kNamespaceID_Unknown to match any namespace in the web components custom element registry. r=mrbkap
2014-03-27 11:55:44 -07:00
William Chen
02358ecd6e
Bug 984712 - Associate document with existing custom elements registry as specified. r=mrbkap
2014-03-27 11:55:44 -07:00
Fredrik Lanker
45e7b43682
Bug 989284 - Change the infinite flag when duration is updated. r=roc
2014-03-28 11:41:59 -04:00
Jan Beich
7b04ea5fdd
Bug 989112 - Lazily reference to gst_event_type_get_name() to unbreak --enable-debug. r=alessandro.d
2014-03-28 10:36:48 -04:00
Olli Pettay
2586d0ca93
Bug 987433 - DOMTokenList should have a strong reference to its owner so that the API doesn't suddenly start returning empty string. r=khuey
2014-03-28 10:36:47 -04:00
John Shih
697caff053
Bug 960426 - Part 2: Modifications for IDL change. r=blassey
2014-03-05 11:54:55 +08:00
Masayuki Nakano
f7c91f6586
Bug 989213 part.2 Rename nsEventNameList.h to mozilla/EventNameList.h r=smaug
...
--HG--
rename : dom/events/nsEventNameList.h => dom/events/EventNameList.h
2014-04-01 20:42:12 +09:00
Jon Coppeard
fb6ccb11db
Bug 959787 - Handlify JS_ExecuteScript and JS::Evaluate APIs r=terrence r=bz
2014-04-01 11:34:39 +01:00
Matt Woodrow
d000aa37ac
Bug 990510 - Disable failing webgl tests because of sadness. rs=jgilbert
2014-04-01 17:47:13 +08:00
Rick Eyre
f25cdf1a62
Bug 903030 - Add tests for TextTrackCue validation code. r=cpearce
2014-03-31 12:48:00 +02:00
JW Wang
6edcb8f105
Bug 945475 - clear |mVideoFrameContainer| to stop staled callbacks which give incorrect videoWidth/videoHeight. r=roc
2014-03-27 07:27:01 +08:00
Rik Cabanier
e0487a5064
Bug 988088 - Cache path objects in Path2D implementation. r=bas
2014-03-31 08:55:00 +02:00
Masayuki Nakano
930436ef24
Bug 984269 Rename nsDOMEventTargetHelper to mozilla::DOMEventTargetHelper r=smaug
...
--HG--
rename : dom/events/nsDOMEventTargetHelper.cpp => dom/events/DOMEventTargetHelper.cpp
rename : dom/events/nsDOMEventTargetHelper.h => dom/events/DOMEventTargetHelper.h
2014-04-01 15:13:50 +09:00
Chris Peterson
b39edb5872
Bug 984071 - Part 2: Only create WebRTC LoadManager on Android and Linux. r=jesup
2014-03-28 22:19:33 -04:00
Mike Hommey
490ed7cdd4
Bug 988168 - Better integrate gtest libxul in the build system. r=mshal. DONTBUILD
...
--HG--
rename : toolkit/library/Makefile.in => toolkit/library/libxul.mk
rename : toolkit/library/moz.build => toolkit/library/libxul.mozbuild
2014-03-31 13:21:38 +02:00
Mike Hommey
421099347a
Backed out changeset 561b9329d832 (bug 988168) for wrong attribution.
2014-04-01 13:17:50 +09:00
Jacek Caban
46abe3117f
Bug 988168 - Better integrate gtest libxul in the build system. r=mshal
...
--HG--
rename : toolkit/library/Makefile.in => toolkit/library/libxul.mk
rename : toolkit/library/moz.build => toolkit/library/libxul.mozbuild
2014-03-31 13:21:38 +02:00
Masayuki Nakano
f6885469a0
Bug 984271 part.2 Rename nsEventStateManager to mozilla::EventStateManager r=smaug
...
--HG--
rename : dom/events/nsEventStateManager.cpp => dom/events/EventStateManager.cpp
rename : dom/events/nsEventStateManager.h => dom/events/EventStateManager.h
2014-04-01 13:09:23 +09:00
Chris Pearce
fd48fdb8b5
Bug 631058 - Don't preroll as many media samples when loading preload="metadata" media. r=cajbir
2014-04-01 16:43:57 +13:00
Chris Pearce
b12df215bb
Bug 778077 - Implement HTMLMediaElement.fastSeek(time). r=cajbir
...
Implement HTMLMediaElement.fastSeek(), basically by changing all the
MediaDecoderReader::Seek() overrides to not call
MediaDecoderReader::DecodeToTarget(), and have MediaDecoderReader::DecodeSeek()
call DecodeToTarget() if we're doing an accurate (non-fast) seek.
Update gizmo.mp4 to have a keyframe every second, instead of only 1 keyframe at
the start of stream. This makes the unit test I added more useful for mp4...
I pushed most of the seek target clamping logic in MediaDecoder up into
HTMLMediaElement, so that we're clamping in fewer places. Note
MediaDecoderStateMachine::Seek() still sanity checks the seek target.
We have to update the currentTime/MediaDecoder playback position after a seek
completes now, rather than assuming the seek always got it exactly right.
Removed those pesky assertions about seek target lying in the first frame after
seek, since actually sometimes the media doesn't have samples for all streams
after a seek (either due to the media being encoded like that, or because of a
bug in the platform's decoder, not entirely sure).
Green: https://tbpl.mozilla.org/?tree=Try&rev=b028258565e2
* * *
Bug 778077 - Fix up MediaOMXReader fastseek to ensure audio stream stays in sync with video stream. r=cajbir
2014-04-01 16:39:04 +13:00
Jesse Ruderman
a3b413b8dd
Bug 847138: Test. r=khuey
2014-04-01 11:33:28 +08:00
Kyle Huey
45b391d861
Bug 847138: Cycle collect SVGZoomEvent. r=smaug
2014-04-01 11:33:28 +08:00
Kyle Huey
7ee146283b
Bug 989224: Note orphaned FragmentOrElements in the CC log. r=bz
2014-04-01 11:33:28 +08:00
Karl Tomlinson
69d7128f4d
b=989907 initialize AudioNodeExternalInputStream output chunk even when first track has null output r=roc
...
--HG--
extra : transplant_source : %96%C3%A3%DCs%D3%CCY6.%CC%07%22%02%EDy%A5%94U%DD
2014-04-01 13:49:20 +13:00
Karl Tomlinson
33827b3f7c
b=987976 rename ComputeFinalOuputChannelCount ComputedNumberOfChannels to match spec r=padenot
...
to remove any implication that the function might be for calculating
the number of output channels for an AudioNode.
--HG--
extra : transplant_source : %D9%12%BB%23n%92%EB%F7%1Df%11%3F%04%B4z%606%ADT%3A
2014-04-01 10:26:02 +13:00
Karl Tomlinson
cc7f43c817
b=987976 make AudioNodeExternalInputStream output channel count match stream, unless > MaxChannelCount r=padenot
...
The difference from Blink here is that Blink plays silence for if element
channel counts are > 32, but here more channels are down-mixed. Media stream
channel counts are also fixed to 2 in Blink, but that restriction is not
applied here.
Leaving the "inline" const static/class member initialization of
MaxChannelCount left missing symbols with gcc 4.7.3.
--HG--
extra : transplant_source : %C9%BA%84%0F%E8%89%E2%85p%B8%28%EF%E9M%CC%81%B9ob/
2014-04-01 10:25:45 +13:00
Karl Tomlinson
d74753f274
b=986901 don't assume that DelayNode maxDelayTime is greater than 1 block r=padenot
...
Also apply DelayNode maxDelayTime before rounding to ticks.
--HG--
extra : transplant_source : %F1i%02%2A%ED%98%95%C9u%60%0B%1A%81A%C2%8E%FB%F3%FA%D5
2014-03-31 18:32:34 +13:00
Karl Tomlinson
22b3aa9cc0
crashtest for bug 986901
...
Derived from testcase by Jesse Ruderman <jruderman@gmail.com>
--HG--
extra : transplant_source : %AE%CEf%29%F9%C4%25%82%B5%17%24%3C%0ErA%90.%7C%09%0C
2014-03-31 18:32:33 +13:00
Karl Tomlinson
d729f892b6
b=983066 pad out resampler input past track end only to the end of the block r=padenot
...
The extra null samples were mostly harmless, and may have even helped avoid
bug 983062 sometimes, but caused the "Samples missing" assertion to fail.
--HG--
extra : transplant_source : M%D6%B4ra2%AE%DA%EC%82%E1%D8_%83%9F%FBw%F2%ECh
2014-03-31 18:32:32 +13:00
Ed Morley
7a428f481b
Backed out changeset 00fa39c23b44 (bug 778077) for reftest failures
2014-03-28 12:31:29 +00:00
Chris Pearce
eefc2c2db6
Bug 778077 - Implement HTMLMediaElement.fastSeek(time). r=cajbir
...
Implement HTMLMediaElement.fastSeek(), basically by changing all the
MediaDecoderReader::Seek() overrides to not call
MediaDecoderReader::DecodeToTarget(), and have MediaDecoderReader::DecodeSeek()
call DecodeToTarget() if we're doing an accurate (non-fast) seek.
Update gizmo.mp4 to have a keyframe every second, instead of only 1 keyframe at
the start of stream. This makes the unit test I added more useful for mp4...
I pushed most of the seek target clamping logic in MediaDecoder up into
HTMLMediaElement, so that we're clamping in fewer places. Note
MediaDecoderStateMachine::Seek() still sanity checks the seek target.
We have to update the currentTime/MediaDecoder playback position after a seek
completes now, rather than assuming the seek always got it exactly right.
Removed those pesky assertions about seek target lying in the first frame after
seek, since actually sometimes the media doesn't have samples for all streams
after a seek (either due to the media being encoded like that, or because of a
bug in the platform's decoder, not entirely sure).
Green: https://tbpl.mozilla.org/?tree=Try&rev=b028258565e2
2014-03-28 22:36:10 +13:00
Neil Rashbrook
cf9b85f5a7
Bug 514280 Consistently declare and define IID accessors r=bsmedberg
2014-03-28 08:45:02 +00:00
Neil Rashbrook
757dacf9be
Bug 514280 Remove concrete classes from interface maps r=bsmedberg
2014-03-28 08:40:13 +00:00
Phil Ringnalda
7fb1a235f6
Backed out 2 changesets (bug 778077, bug 631058)
...
CLOSED TREE
Backed out changeset dda301682977 (bug 631058)
Backed out changeset 25b633e7dcd5 (bug 778077)
2014-03-27 21:50:02 -07:00
Chris Peterson
ced241328f
Bug 986787 - Fix -Wreorder warning and other cleanups in MediaEngineTabeVideoSource.cpp. r=rjesup
2014-03-26 00:59:01 -04:00
Chris Pearce
bfe8e04d6a
Bug 631058 - Don't preroll extra media samples when we're not playing. r=cajbir
2014-03-28 15:50:35 +13:00
Chris Pearce
7bc425d1e8
Bug 778077 - Implement HTMLMediaElement.fastSeek(time). r=cajbir
...
Implement HTMLMediaElement.fastSeek(), basically by changing all the
MediaDecoderReader::Seek() overrides to not call
MediaDecoderReader::DecodeToTarget(), and have MediaDecoderReader::DecodeSeek()
call DecodeToTarget() if we're doing an accurate (non-fast) seek.
Update gizmo.mp4 to have a keyframe every second, instead of only 1 keyframe at
the start of stream. This makes the unit test I added more useful for mp4...
I pushed most of the seek target clamping logic in MediaDecoder up into
HTMLMediaElement, so that we're clamping in fewer places. Note
MediaDecoderStateMachine::Seek() still sanity checks the seek target.
We have to update the currentTime/MediaDecoder playback position after a seek
completes now, rather than assuming the seek always got it exactly right.
Removed those pesky assertions about seek target lying in the first frame after
seek, since actually sometimes the media doesn't have samples for all streams
after a seek (either due to the media being encoded like that, or because of a
bug in the platform's decoder, not entirely sure).
Green: https://tbpl.mozilla.org/?tree=Try&rev=b028258565e2
2014-03-28 15:50:28 +13:00
Ehsan Akhgari
186680d83a
Bug 798158 - Part 1: Use a pointer-sized type to store refcounts internally; r=bsmedberg
2014-03-27 16:38:33 -04:00
Ehsan Akhgari
156d7e387b
Bug 798158 - Part 0: Do not treat format warnings as errors in a few directories; r=mshal
2014-03-27 16:38:20 -04:00
Ms2ger
28d5fefd33
Bug 973915 - Simplify nsScriptLoader::EvaluateScript a bit; r=hsivonen
2014-03-27 21:05:15 +01:00
Ms2ger
4eb83267c9
Bug 984006 - Remove xpcom/ds from local includes; r=ehsan
2014-03-27 21:05:14 +01:00
Ms2ger
93e8b2e6c3
Bug 986860 - Cleanup nsContentUtils::GetDocumentFromScriptContext; r=bholley
2014-03-27 21:05:14 +01:00
Ethan Tseng
e1ff533891
Bug 977518 - [RTSP] Resource leak from RtspMediaResource, RtspController and RTSPSource. r=sworkman
2014-02-27 15:28:18 +08:00
Ryan VanderMeulen
c5fd173c74
Merge m-c to inbound.
2014-03-26 23:09:54 -04:00
Ryan VanderMeulen
a14baa39be
Merge inbound to m-c.
2014-03-26 20:58:31 -04:00
Ryan VanderMeulen
679f1b8dda
Backed out changeset fea9904b6dec (bug 987433) for leaks on a CLOSED TREE.
2014-03-26 19:44:54 -04:00
Fabrice Desré
874f87e5ff
Bug 982491 - Group apps in activities chains in the same process r=cervantes,gene
2014-03-25 21:56:35 -07:00
Wes Kocher
6b9908e2fe
Merge inbound to m-c
2014-03-25 19:54:55 -07:00
Star Cheng
50e6403ddf
Bug 975955 - Hold a cpu wakelock while playing video. r=roc
2014-03-18 16:44:41 +08:00
Ehsan Akhgari
dbac3cbee7
Bug 984195 - Remove MochiKit.js includes in the canvas tests; r=jrmuizel
2014-03-24 11:31:05 -04:00
Gabor Krizsanits
d4b6762114
Bug 966609 - nsWrapperCache for SandboxPrivate. r=bholley
2014-03-24 16:00:52 +01:00
James Willcox
52b762a06a
Bug 981621 - Guard against null GrContext r=gwright
2014-03-24 09:13:55 -05:00
Rik Cabanier
543f9e966c
Bug 985257 - Add implementation for Path2D constructor that takes an SVG path string. r=roc
2014-03-24 09:31:19 -04:00
Rick Eyre
966f17bf77
Bug 891381 - Tracks loaded via TrackElement should have the same id as the TrackElement. r=cpearce
2014-03-19 11:27:39 -04:00
Robert Longson
78f52729c0
Bug 986913 - Using setAttributeNS can cause serialisation to fail. r=smaug
2014-03-24 11:20:12 +00:00
L. David Baron
ba666ea10e
Bug 986409 - Skip fewer entire reftest directories on B2G. r=roc
2014-03-23 18:44:50 -07:00
ekr
cf68c54b12
Bug 986885 - Fix build problem in fmp4/demuxer. r=nalexander
2014-03-22 20:27:27 -07:00
Ehsan Akhgari
31e7320ffb
Bug 983845 follow-up: Move the header to content/base and enable BrowserFeedWriter for xulrunner as well
2014-03-22 21:34:02 -04:00
Robert Longson
ee76ef609a
Bug 982659 - Fix intermittent orange in test_onerror.xhtml. r=dholbert
2014-03-22 08:01:02 +00:00
Eric Rahm
6af5d95274
Bug 962154 - Use MallocSizeOf to report decoded-video memory. r=cpearce,njn
2014-03-19 14:33:12 -07:00
Garrett Robinson
44a69247e4
Bug 979580: Enable CSP 1.1 {nonce,hash}-source by default r=sstamm
2014-03-21 14:24:53 -07:00
Ehsan Akhgari
da255bec64
Backed out 2 changesets (bug 957431) because we decided we're keeping Attr.ownerElement in the end
...
Backed out changeset ab12a8416a1d (bug 957431)
Backed out changeset 188d1e255d40 (bug 957431)
2014-03-21 16:04:09 -04:00
Ehsan Akhgari
7426fe9ae6
Backed out 2 changesets (bug 957652) because bug 957431 is being backed out
...
Backed out changeset 92efd61cfca5 (bug 957652)
Backed out changeset 9d405c64a7bf (bug 957652)
2014-03-21 16:02:21 -04:00
Nathan Froyd
0ee6fbe7a3
Bug 942411 - Set the src of the iframe after adding it to the document
2014-03-21 13:36:11 -04:00
Ryan VanderMeulen
fb1ef82fdf
Backed out changeset e9c807b1e3d4 (bug 985257) for bustage.
2014-03-21 10:07:07 -04:00
Rik Cabanier
54ef4176c1
Bug 985257 - Add implementation for Path2D constructor that takes an SVG path string. r=roc
2014-03-21 09:18:58 -04:00
Olli Pettay
c162aad270
Bug 987433 - DOMTokenList should have a strong reference to its owner so that the API doesn't suddenly start returning empty string. r=khuey
2014-03-26 16:04:57 -04:00
Birunthan Mohanathas
bc35004647
Bug 987320 - Remove unnecessary null checks for do_QueryFrame arguments. r=bz
2014-03-25 11:36:49 -04:00
Rick Eyre
8524093d1f
Bug 987076 - Construct HTMLMediaElement::mTextTrackManager lazily. r=roc
...
* Remove the TextTrackManager's initialization from the MediaElement's
ctor and add a getter that creates it if we don't have it yet. The public
functions exposed on the MediaElement's IDL now call this getter.
* Also remove the const qualifier from HTMLMediaElement::TextTracks()
as we don't really need it and this function now needs to call
GetOrCreateTextTrackManager() which is non-const.
2014-03-24 11:48:37 -04:00
Rick Eyre
e528d12f52
Bug 977299 - Don't display subtitles if their mode is 'hidden'. r=rillian
...
I've renamed TextTrackList::GetAllActiveCues to
UpdateAndGetShowingCues to make it a bit more clear what
this function is doing.
2014-02-27 10:02:40 -05:00
Alessio Placitelli
d61fac3e5a
Bug 950076 - Use the return value of GetNodeTextContent for OOM checks. r=jst
2014-03-20 20:51:16 +01:00
Alessio Placitelli
763d77332d
Bug 950076 - Propagate OOM errors to innerHTML getters. r=jst
2014-03-19 13:05:03 -04:00
Alessio Placitelli
4f5f640356
Bug 950076 - Add a fallible form of nsAString::Append and Replace and use it in nsTextFragment::AppendTo. r=bsmedberg, r=jst
2014-03-19 13:05:02 -04:00
Edwin Flores
eb1306a137
Bug 941298 - FFmpeg PlatformDecoderModule for Linux r=doublec,cpearce
2014-03-21 19:35:15 +13:00
Edwin Flores
2686e40b3a
Bug 941298 - FFmpeg headers for FFmpeg PlatformDecoderModule r=doublec
...
While FFmpeg function signatures tend not to change between versions of FFmpeg,
class layouts can change dramatically. We include libavcodec, libavformat,
and libavutil headers here so that we don't accidentally build against the wrong
binary interface.
2014-03-21 19:35:14 +13:00
Edwin Flores
85cdddfa3e
Bug 941298 - Fix errors in content/media/fmp4 on Linux with clang and --enable-warnings-as-errors r=cpearce
2014-03-21 19:35:14 +13:00
Edwin Flores
679eaab499
Bug 941298 - Build changes for FFmpeg PlatformDecoderModule r=gps
2014-03-21 19:35:14 +13:00
Masatoshi Kimura
1bd9e40c57
Bug 981237 - Remove DataContainerEvent dependency from Plugin crash handler. r=jst,johns
2014-03-21 13:00:00 +09:00
Boris Zbarsky
009cf4dd56
Bug 980962. Fix in-tree consumers to not construct typed arrays without "new". r=jorendorff
2014-03-20 23:19:42 -04:00
Gorman Ho
2f3c5ba795
Bug 983285 - Add a generic destructor for property values allocated with new. r=kats, r=bz
2014-03-25 09:25:47 -04:00
Carsten "Tomcat" Book
f093c0f61d
Backed out changeset 9b6ec03572ed (bug 981470) for suspicion of breaking mochitest-1 on a CLOSED TREE
...
--HG--
rename : content/media/test/test_documentTitle.html => content/media/test/test_audioDocumentTitle.html
2014-03-25 12:25:07 +01:00
Carsten "Tomcat" Book
cce60b46a6
Backed out changeset 8baf04242325 (bug 493692) for mochitest bustage on a CLOSED TREE
2014-03-25 12:15:38 +01:00
Robert O'Callahan
79ad3ebdbf
Bug 493692. Fix and reenable test_preload_suspend. r=cpearce
...
--HG--
extra : rebase_source : 947c7f65d071c62b57d7bf529a00cc72f9910345
2014-03-10 11:03:14 +08:00
Robert O'Callahan
121f4a711d
Bug 981470. Combine test_audioDocumentTitle and test_videoDocumentTitle and avoid testing WAV files, which aren't supposed to load properly in <iframe>s. r=cpearce
...
--HG--
rename : content/media/test/test_audioDocumentTitle.html => content/media/test/test_documentTitle.html
extra : rebase_source : 27016e8c3a15dcbfeb9462a17f27b043ac977d75
2014-03-10 10:45:14 +08:00
Timothy Nikkel
7768128908
Bug 957668. Add and implement plumbing for a display port margins api. r=kats
2014-03-26 21:46:23 -04:00
Paolo Amadini
fbdf098874
Bug 985954 - Remove deprecated promise.js usage in the testing framework. r=ted
2014-04-01 13:45:48 +02:00
Olli Pettay
f5a8c6658d
Bug 987140 - Return width/height from the most recent image request. r=bz
2014-03-26 14:43:27 -04:00
Wes Kocher
5e8506e0a5
Merge m-c to inbound
2014-03-25 20:21:17 -07:00
Randy Lin
05878d4b12
Bug 973522 MediaRecorder causes large leak. r=roc, jsmith
2014-03-26 01:11:58 +08:00
Neil Deakin
08f6342c17
Bug 610545, arrow panels should animate when opening and when cancelling, r=neil,dao
2014-04-08 08:45:52 -04:00
Peter Van der Beken
c89c077c14
Bug 984497 - Use SpecialPowers more and change SpecialPower usage to deal with Window on WebIDL bindings. r=bz.
...
--HG--
rename : content/media/webspeech/synth/test/test_setup.html => content/media/webspeech/synth/test/file_setup.html
rename : content/media/webspeech/synth/test/test_speech_queue.html => content/media/webspeech/synth/test/file_speech_queue.html
rename : content/media/webspeech/synth/test/test_speech_simple.html => content/media/webspeech/synth/test/file_speech_simple.html
extra : rebase_source : 687daf9d78e69fe6ae21f7c1a26503cf88a18b97
2014-02-15 22:12:34 +01:00
xKhorasan
c23a5a9e44
Bug 859095 - URL property of document returned by XMLHttpRequest does not follow the spec. r=smaug
2013-09-25 06:56:52 +09:00
Matt Woodrow
fabcfdbe7b
Bug 904890 - Part 4: Enable hardware accelerated video decoding for OMTC+D3D9/11. r=cpearce
2014-04-07 15:17:41 +12:00
Matt Woodrow
e52746c78e
Bug 991028 - Remove deprecated IPDL SurfaceDescriptor types. r=nical
2014-04-07 13:32:49 +12:00
Robert O'Callahan
37aa0c39f6
Bug 918189. Part 1.5: Implement GeometryUtils.convertPointFromNode, convertRectFromNode, and convertQuadFromNode. r=jst
...
--HG--
extra : rebase_source : 2d01b350d84f220add776341a9cbcda5ace2ef01
2014-03-12 09:11:39 +08:00
Robert O'Callahan
729128951a
Bug 917755. Part 5.5: Implement getBoxQuads DOM API. r=jst
...
--HG--
extra : rebase_source : 02febe9fad731185bfbc50454683b485d551bf59
2014-03-12 09:11:38 +08:00
Robert O'Callahan
67b726752b
Bug 917755. Part 4: Add DOMQuad implementation. r=jst
...
--HG--
extra : rebase_source : e74d516f27c004ecf5deea40fb397c2a8f5acfae
2013-09-20 22:21:04 +12:00
Robert O'Callahan
416a4278f9
Bug 917755. Part 3: Implement DOMRect per spec. r=jst
...
--HG--
extra : rebase_source : 46ef3a90763ceaea5bb43652e5c97e16667a9e7f
2013-09-20 22:21:03 +12:00
Robert O'Callahan
7adeaa75fa
Bug 917755. Part 2: Implement DOMPoint. r=jst
...
DOMPointReadOnly is not currently used by anything but it's in the spec so we
might as well support it. It would be useful for adding "topLeft"-style APIs
to DOMRect.
--HG--
extra : rebase_source : 8df6b51b3305e91c7c7693128e70e3e928d44b27
2014-03-12 09:11:37 +08:00
Robert O'Callahan
98c2c7100d
Bug 917755. Part 1.5: Make nsImageLoadingContent more robust in unified builds. r=matspal
...
--HG--
extra : rebase_source : be9acaac5b213666d02d1f6a95f132c46a7ada48
2014-03-12 09:11:37 +08:00
Chris Pearce
2a95c98826
Bug 984698 - Reduce the amount of audio prerolled when we are not also decoding video in the same file. r=padenot
2014-03-21 11:47:17 +13:00
Ryan VanderMeulen
069bec6611
Backed out 8 changesets (bug 917755) for bustage making inbound a CLOSED TREE.
...
Backed out changeset 98e31d225a5a (bug 917755)
Backed out changeset 43bceca43fb6 (bug 917755)
Backed out changeset 5117e3f594e7 (bug 917755)
Backed out changeset ada41f2f74b8 (bug 917755)
Backed out changeset 5272cfbd63f3 (bug 917755)
Backed out changeset f3bbd98021f7 (bug 917755)
Backed out changeset b049571a7cce (bug 917755)
Backed out changeset 472cb7738e14 (bug 917755)
2014-03-20 16:34:25 -04:00
Ryan VanderMeulen
4bcb7700e6
Backed out changesets 716f942b5798, 48edbd324d0f, 3e6446f6d0e6 (bug 918189) for bustage.
2014-03-20 16:33:54 -04:00
Robert O'Callahan
a619f60776
Bug 918189. Part 1.5: Implement GeometryUtils.convertPointFromNode, convertRectFromNode, and convertQuadFromNode. r=jst
2014-03-12 09:11:39 +08:00
Robert O'Callahan
05e0309b2b
Bug 917755. Part 5.5: Implement getBoxQuads DOM API. r=jst
2014-03-12 09:11:38 +08:00
Robert O'Callahan
9d59ab279c
Bug 917755. Part 4: Add DOMQuad implementation. r=jst
2013-09-20 22:21:04 +12:00
Robert O'Callahan
13590066d3
Bug 917755. Part 3: Implement DOMRect per spec. r=jst
2013-09-20 22:21:03 +12:00
Robert O'Callahan
df8181c63e
Bug 917755. Part 2: Implement DOMPoint. r=jst
...
DOMPointReadOnly is not currently used by anything but it's in the spec so we
might as well support it. It would be useful for adding "topLeft"-style APIs
to DOMRect.
2014-03-12 09:11:37 +08:00
Robert O'Callahan
af32237754
Bug 917755. Part 1.5: Make nsImageLoadingContent more robust in unified builds. r=matspal
2014-03-12 09:11:37 +08:00
Bob Owen
7742334529
Bug 978042 - Part 5: AutoPushJSContext in nsScriptLoader::EvaluateScript. r=bholley
2014-03-19 11:38:02 +00:00
Bob Owen
344ea68d93
Bug 978042 - Part 3: AutoPushJSContext in nsXULTemplateBuilder::InitHTMLTemplateRoot. r=bholley
2014-03-19 19:47:14 +00:00
Rick Eyre
a8e926db00
Bug 985484 - Remove TextTrackCue::CueChange. r=cpearce
2014-03-19 11:01:38 -04:00
Rick Eyre
4c6493e492
Bug 977302 - Perform automatic text track selection. r=rillian
...
This takes care of automatic track selection for tracks with
the default attribute specified. However, it does not take
into account any user preferences set through Firefox such
as default language.
2014-02-28 15:40:00 -05:00
Carsten "Tomcat" Book
845933d8ec
Merge mozilla-central to mozilla-inbound
2014-03-20 14:18:00 +01:00
Carsten "Tomcat" Book
e9c7dd6611
merge b2g-inbound to mozilla-central
2014-03-20 14:07:58 +01:00
Andrea Marchesini
0f6362d210
Bug 983984 - Default AudioChannel from a pref, r=ehsan, r=roc, r=mchen
2014-03-20 10:45:55 +00:00
Markus Stange
0837b9905e
Bug 984761 - Use a typed enum for ColorSpace and AlphaModel. r=bjacob
2014-03-20 10:12:43 +08:00
Markus Stange
f8a92c33b8
Bug 984761 - Use a typed enum for filter primitive types. r=bjacob
2014-03-20 10:12:43 +08:00
Ehsan Akhgari
020f3fd4d8
Bug 979118 - Add global MMX_FLAGS, SSE_FLAGS and SSE2_FLAGS variables; r=glandium
2014-03-19 21:55:00 -04:00
Carsten "Tomcat" Book
173ff6dc38
Merge mozilla-central to b2g-inbound
2014-03-19 16:30:49 +01:00
Carsten "Tomcat" Book
761aff7993
Backed out changeset 002dbc057a74 (bug 917755)
2014-03-19 09:46:13 +01:00
Carsten "Tomcat" Book
d583b802a8
Backed out changeset 92e5d79ec57f (bug 917755)
2014-03-19 09:46:12 +01:00
Carsten "Tomcat" Book
cf62801d4f
Backed out changeset 3b41ab878fcd (bug 917755)
2014-03-19 09:46:09 +01:00
Carsten "Tomcat" Book
394bd4d67d
Backed out changeset 8ad57cf09e75 (bug 917755)
2014-03-19 09:46:07 +01:00
Carsten "Tomcat" Book
bb46c9b270
Backed out changeset 896bfaeab866 (bug 917755)
2014-03-19 09:46:03 +01:00
Carsten "Tomcat" Book
dd70a06887
Backed out changeset e60fe593236d (bug 918189)
2014-03-19 09:45:57 +01:00
Patrick McManus
ae599f9845
bug 477578 - http methods should be case sensitive r=hurley
2014-03-18 12:36:18 -04:00
Ryan VanderMeulen
ead774e09e
Backed out changesets a17ee88f1fe7, 6e3aee4a9650, 07e5ed676919 (bug 950076) for Werror bustage.
2014-03-19 14:00:10 -04:00
Rik Cabanier
cf5af807f6
Bug 985178 - Implementation + test cases for isPointInPath and isPointInStroke. r=roc
2014-03-19 13:42:38 -04:00
Rick Eyre
45c8607a2d
Bug 983293 - Part 5: Remove unecessary default settings in TextTrack ctors. r=cpearce
...
Since there is no default constructor for TextTrack we don't
need to be setting mKind, mMode, or mReadyState to a default
value.
2014-03-13 14:58:08 -04:00
Rick Eyre
ce47d2cbba
Bug 983293 - Part 4: Pass ReadyState variables to AddTextTrack methods and TextTrack ctors. r=cpearce
...
This makes it more clear what part of the code is triggering the ReadyState
to be what it is. I.E. Tracks added through the HTMLMediaElement::AddTextTrack
method should have a ReadyState of "Loaded" and so it's more clear for
function to specify that. Vice versa for TrackElements which add TextTracks
with a default ReadyState of "None".
2014-03-13 14:41:21 -04:00
Rick Eyre
ac80b91953
Bug 983293 - Part 3: Rename the READY_STATE enum to TextTrackReadyState. r=cpearce
...
- This allows us to pass around ReadyState values. It also makes the type
explicit which will save us from potentially shooting ourselves in
the foot.
- I also renamed 'READY_STATE_NONE' and 'READY_STATE_ERROR' to
'NotLoaded' and 'FailedToLoad' respectively in the enum. This is to
avoid some name collision errors we were having. It also makes it more
clear where in the spec this is as these names are the spec's names
for the TextTrack enum.
2014-03-13 14:29:32 -04:00
Rick Eyre
5b8f62b638
Bug 983293 - Part 2: Move the READY_STATE enum to Track instead of HTMLTrackElement. r=cpearce
...
This makes more sense as the READY_STATE values in the spec are always
referred to be 'text track readiness states' not HTMLTrackElement
readiness states.
2014-03-13 13:48:09 -04:00
Rick Eyre
a57f966bb2
Bug 983293 - Part 1: Remove unused TextTrack constructor. r=cpearce
2014-03-13 13:37:31 -04:00
Steven Lee
740cbe19f3
Bug 980744 - Fix resource that is protected by wrong mutex. r=jesup, r=mikeh
2014-03-19 13:30:27 -04:00
Alessio Placitelli
498da462d0
Bug 950076 - Use the return value of GetNodeTextContent for OOM checks. r=jst
2014-03-19 13:05:03 -04:00
Alessio Placitelli
9479a9eb9d
Bug 950076 - Propagate OOM errors to innerHTML getters. r=jst
2014-03-19 13:05:03 -04:00
Alessio Placitelli
1a0a307fb0
Bug 950076 - Add a fallible form of nsAString::Append and Replace and use it in nsTextFragment::AppendTo. r=bsmedberg, r=jst
2014-03-19 13:05:02 -04:00
Bobby Holley
82090508be
Bug 825392 - Generate anonymous content reflectors in the XBL scope. r=bz
2014-03-19 13:35:45 -03:00
Alfredo Yang
ee72c47d03
Bug 974297 - Support muxing pixel aspect ratio video. r=cpearce
2014-03-19 08:39:00 -04:00
Randy Lin
aab4d724b2
Bug 959490 - [MediaEncoder] Support *.3gp with AMR-NB audio format on certificated application. r=roc
2014-03-19 14:52:45 +08:00
JW Wang
5bbe4265ba
Bug 951100 - Set 'autoplay' to true to trigger play instead of calling play() in 'canplaythrough' callback. r=cpearce
...
canplaythrough results from an estimation of download speed and playback rate and could be fired multiple times or sometimes not at all.
2014-03-19 14:07:41 +08:00
Wes Kocher
8b557da708
Merge fx-team to m-c
2014-03-18 19:44:07 -07:00
Wes Kocher
679d927c40
Merge inbound to m-c
2014-03-18 14:15:03 -07:00
Brad Lassey
0a05e93841
bug 928096 - UI for Tab streaming r=mfinkle
2014-03-18 15:05:46 -04:00
Ryan VanderMeulen
5f8df9c8eb
Backed out changeset d18b3f6442dc (bug 975955) for mochitest-1 failures.
2014-03-18 09:33:19 -04:00
Benjamin Chen
ad647b1e0a
Bug 979812 - Check the PlanarYCbCrImage data is valid. r=rillian
2014-03-17 14:57:10 +08:00
Ryan VanderMeulen
7b5a9374ce
Bug 940203 - Annotate test_bug622558.html as 0-1 assertions on Windows.
...
CLOSED TREE
2014-03-18 10:34:29 -04:00
Rick Eyre
182d5316ee
Bug 983207 - Tracks created through a TrackElement should have a default mode of 'disabled'. r=cpearce
...
- I've refactored the way we set modes as well, making it a part
of the TextTrack ctors.
- I've also changed TextTracks in the track tests to have their
mode set to 'hidden' in order to be able to call TextTrack::Cues.
This is correct since TextTracks with a mode of 'disabled' do not
return null for their cue lists.
2014-03-13 13:18:06 -04:00
JW Wang
895f37b1d8
Bug 907162 - Fix MediaDecoderStateMachine might dispatch MediaDecoder::PlaybackEnded more than once and trigger multiple 'ended' events in HTMLMediaElement. r=cpearce
2014-03-17 10:12:20 +08:00
Rik Cabanier
909e49d702
Bug 830734 - Add tests for path object in canvas. r=roc
2014-03-18 08:03:19 -04:00
Rik Cabanier
b97e98037d
Bug 830734 - Implement Path primitives. r=roc
2014-03-18 08:03:06 -04:00
Masayuki Nakano
3234ceea19
Bug 983049 part.5 Rename nsEventDispatcher to mozilla::EventDispatcher r=smaug
...
--HG--
rename : dom/events/nsEventDispatcher.cpp => dom/events/EventDispatcher.cpp
rename : dom/events/nsEventDispatcher.h => dom/events/EventDispatcher.h
2014-03-18 13:48:21 +09:00
Masayuki Nakano
2db7fb2c3d
Bug 983049 part.3 Rename nsEventChainPostVisitor to mozilla::EventChainPostVisitor r=smaug
2014-03-18 13:48:20 +09:00
Masayuki Nakano
a8aba2b26c
Bug 983049 part.2 Rename nsEventChainPreVisitor to mozilla::EventChainPreVisitor r=smaug
2014-03-18 13:48:19 +09:00
Masayuki Nakano
9ebedbcd2a
Bug 983049 part.1 Rename nsEventChainVisitor to mozilla::EventChainVisitor r=smaug
2014-03-18 13:48:18 +09:00
Chris Peterson
650b323b04
Bug 984071 - Part 1: Fix unused variable warning in content/media/webaudio. r=padenot
2014-03-17 20:11:24 -07:00
Alfredo Yang
2e6376ed3f
Bug 975978 - Testcase for aspect-ration mp4 video playback. r=cpearce
2014-03-18 08:20:19 -04:00
Alfredo Yang
4e008e916e
Bug 975978 - Check display size in OMX backend playback. r=cpearce
2014-03-18 08:20:19 -04:00
Star Cheng
ba0e91c17e
Bug 975955 - Hold a cpu wakelock while playing video. r=roc
2014-03-18 16:44:41 +08:00
Alfredo Yang
7fa709fe4d
Bug 971641 - Add AMR box type. r=cpearce
2014-03-18 08:20:18 -04:00
Alfredo Yang
4c90e82015
Bug 971641 - Add AMR metadata. r=cpearce
2014-03-18 08:20:18 -04:00
Alfredo Yang
864ff3572a
Bug 971641 - Add AudioTrackMetadata and VideoTrackMetadata abstract class. r=cpearce
2014-03-18 08:20:18 -04:00
Neil Rashbrook
604d9a5302
Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
...
--HG--
extra : rebase_source : f8fb50de9292320eb7589dd28dc566d0f5044da6
2014-03-18 00:23:03 +00:00
Jeff Gilbert
fbe42b4066
Bug 981936 - s/webgl-mochi/webgl-mochitest/ from nit to fix bustage on a CLOSED TREE
...
--HG--
rename : content/canvas/test/webgl/conformance/extensions/webgl-compressed-texture-etc1.html => content/canvas/test/webgl-conformance/conformance/extensions/webgl-compressed-texture-etc1.html
2014-03-17 16:42:18 -07:00
Jeff Gilbert
6568fea088
Bug 981936 - Fix hardcoded paths in WebGL conformance tests. - r=kamidphish
2014-03-17 16:05:03 -07:00
Jeff Gilbert
121dca07b6
Bug 981936 - Split WebGL tests into webgl-conformance and webgl-mochitest. - r=kamidphish
...
--HG--
rename : content/canvas/test/webgl/00_test_list.txt => content/canvas/test/webgl-conformance/00_test_list.txt
rename : content/canvas/test/webgl/README.mozilla => content/canvas/test/webgl-conformance/README.mozilla
rename : content/canvas/test/webgl/README.txt => content/canvas/test/webgl-conformance/README.txt
rename : content/canvas/test/webgl/conformance/00_readme.txt => content/canvas/test/webgl-conformance/conformance/00_readme.txt
rename : content/canvas/test/webgl/conformance/LICENSE_CHROMIUM => content/canvas/test/webgl-conformance/conformance/LICENSE_CHROMIUM
rename : content/canvas/test/webgl/conformance/attribs/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/attribs/00_test_list.txt
rename : content/canvas/test/webgl/conformance/attribs/gl-enable-vertex-attrib.html => content/canvas/test/webgl-conformance/conformance/attribs/gl-enable-vertex-attrib.html
rename : content/canvas/test/webgl/conformance/attribs/gl-vertex-attrib-zero-issues.html => content/canvas/test/webgl-conformance/conformance/attribs/gl-vertex-attrib-zero-issues.html
rename : content/canvas/test/webgl/conformance/attribs/gl-vertex-attrib.html => content/canvas/test/webgl-conformance/conformance/attribs/gl-vertex-attrib.html
rename : content/canvas/test/webgl/conformance/attribs/gl-vertexattribpointer-offsets.html => content/canvas/test/webgl-conformance/conformance/attribs/gl-vertexattribpointer-offsets.html
rename : content/canvas/test/webgl/conformance/attribs/gl-vertexattribpointer.html => content/canvas/test/webgl-conformance/conformance/attribs/gl-vertexattribpointer.html
rename : content/canvas/test/webgl/conformance/buffers/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/buffers/00_test_list.txt
rename : content/canvas/test/webgl/conformance/buffers/buffer-bind-test.html => content/canvas/test/webgl-conformance/conformance/buffers/buffer-bind-test.html
rename : content/canvas/test/webgl/conformance/buffers/buffer-data-array-buffer.html => content/canvas/test/webgl-conformance/conformance/buffers/buffer-data-array-buffer.html
rename : content/canvas/test/webgl/conformance/buffers/index-validation-copies-indices.html => content/canvas/test/webgl-conformance/conformance/buffers/index-validation-copies-indices.html
rename : content/canvas/test/webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data.html => content/canvas/test/webgl-conformance/conformance/buffers/index-validation-crash-with-buffer-sub-data.html
rename : content/canvas/test/webgl/conformance/buffers/index-validation-verifies-too-many-indices.html => content/canvas/test/webgl-conformance/conformance/buffers/index-validation-verifies-too-many-indices.html
rename : content/canvas/test/webgl/conformance/buffers/index-validation-with-resized-buffer.html => content/canvas/test/webgl-conformance/conformance/buffers/index-validation-with-resized-buffer.html
rename : content/canvas/test/webgl/conformance/buffers/index-validation.html => content/canvas/test/webgl-conformance/conformance/buffers/index-validation.html
rename : content/canvas/test/webgl/conformance/canvas/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/canvas/00_test_list.txt
rename : content/canvas/test/webgl/conformance/canvas/buffer-offscreen-test.html => content/canvas/test/webgl-conformance/conformance/canvas/buffer-offscreen-test.html
rename : content/canvas/test/webgl/conformance/canvas/buffer-preserve-test.html => content/canvas/test/webgl-conformance/conformance/canvas/buffer-preserve-test.html
rename : content/canvas/test/webgl/conformance/canvas/canvas-test.html => content/canvas/test/webgl-conformance/conformance/canvas/canvas-test.html
rename : content/canvas/test/webgl/conformance/canvas/canvas-zero-size.html => content/canvas/test/webgl-conformance/conformance/canvas/canvas-zero-size.html
rename : content/canvas/test/webgl/conformance/canvas/drawingbuffer-static-canvas-test.html => content/canvas/test/webgl-conformance/conformance/canvas/drawingbuffer-static-canvas-test.html
rename : content/canvas/test/webgl/conformance/canvas/drawingbuffer-test.html => content/canvas/test/webgl-conformance/conformance/canvas/drawingbuffer-test.html
rename : content/canvas/test/webgl/conformance/canvas/viewport-unchanged-upon-resize.html => content/canvas/test/webgl-conformance/conformance/canvas/viewport-unchanged-upon-resize.html
rename : content/canvas/test/webgl/conformance/context/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/context/00_test_list.txt
rename : content/canvas/test/webgl/conformance/context/constants.html => content/canvas/test/webgl-conformance/conformance/context/constants.html
rename : content/canvas/test/webgl/conformance/context/context-attribute-preserve-drawing-buffer.html => content/canvas/test/webgl-conformance/conformance/context/context-attribute-preserve-drawing-buffer.html
rename : content/canvas/test/webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias.html => content/canvas/test/webgl-conformance/conformance/context/context-attributes-alpha-depth-stencil-antialias.html
rename : content/canvas/test/webgl/conformance/context/context-lost-restored.html => content/canvas/test/webgl-conformance/conformance/context/context-lost-restored.html
rename : content/canvas/test/webgl/conformance/context/context-lost.html => content/canvas/test/webgl-conformance/conformance/context/context-lost.html
rename : content/canvas/test/webgl/conformance/context/context-type-test.html => content/canvas/test/webgl-conformance/conformance/context/context-type-test.html
rename : content/canvas/test/webgl/conformance/context/incorrect-context-object-behaviour.html => content/canvas/test/webgl-conformance/conformance/context/incorrect-context-object-behaviour.html
rename : content/canvas/test/webgl/conformance/context/methods.html => content/canvas/test/webgl-conformance/conformance/context/methods.html
rename : content/canvas/test/webgl/conformance/context/premultiplyalpha-test.html => content/canvas/test/webgl-conformance/conformance/context/premultiplyalpha-test.html
rename : content/canvas/test/webgl/conformance/context/resource-sharing-test.html => content/canvas/test/webgl-conformance/conformance/context/resource-sharing-test.html
rename : content/canvas/test/webgl/conformance/extensions/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/extensions/00_test_list.txt
rename : content/canvas/test/webgl/conformance/extensions/ext-sRGB.html => content/canvas/test/webgl-conformance/conformance/extensions/ext-sRGB.html
rename : content/canvas/test/webgl/conformance/extensions/ext-texture-filter-anisotropic.html => content/canvas/test/webgl-conformance/conformance/extensions/ext-texture-filter-anisotropic.html
rename : content/canvas/test/webgl/conformance/extensions/oes-standard-derivatives.html => content/canvas/test/webgl-conformance/conformance/extensions/oes-standard-derivatives.html
rename : content/canvas/test/webgl/conformance/extensions/oes-texture-float.html => content/canvas/test/webgl-conformance/conformance/extensions/oes-texture-float.html
rename : content/canvas/test/webgl/conformance/extensions/oes-vertex-array-object.html => content/canvas/test/webgl-conformance/conformance/extensions/oes-vertex-array-object.html
rename : content/canvas/test/webgl/conformance/extensions/webgl-compressed-texture-s3tc.html => content/canvas/test/webgl-conformance/conformance/extensions/webgl-compressed-texture-s3tc.html
rename : content/canvas/test/webgl/conformance/extensions/webgl-debug-renderer-info.html => content/canvas/test/webgl-conformance/conformance/extensions/webgl-debug-renderer-info.html
rename : content/canvas/test/webgl/conformance/extensions/webgl-debug-shaders.html => content/canvas/test/webgl-conformance/conformance/extensions/webgl-debug-shaders.html
rename : content/canvas/test/webgl/conformance/extensions/webgl-depth-texture.html => content/canvas/test/webgl-conformance/conformance/extensions/webgl-depth-texture.html
rename : content/canvas/test/webgl/conformance/glsl/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/glsl/00_test_list.txt
rename : content/canvas/test/webgl/conformance/glsl/functions/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/glsl/functions/00_test_list.txt
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-abs.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-abs.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-acos.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-acos.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-asin.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-asin.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-atan-xy.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-atan-xy.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-atan.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-atan.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-ceil.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-ceil.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-clamp-float.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-clamp-float.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-clamp-gentype.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-clamp-gentype.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-cos.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-cos.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-cross.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-cross.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-distance.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-distance.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-dot.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-dot.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-faceforward.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-faceforward.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-floor.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-floor.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-fract.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-fract.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-length.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-length.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-lessThan.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-lessThan.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-max-float.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-max-float.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-max-gentype.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-max-gentype.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-min-float.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-min-float.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-min-gentype.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-min-gentype.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-mix-float.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-mix-float.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-mix-gentype.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-mix-gentype.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-mod-float.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-mod-float.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-mod-gentype.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-mod-gentype.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-normalize.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-normalize.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-reflect.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-reflect.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-refract.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-refract.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-sign.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-sign.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-sin.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-sin.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-smoothstep-float.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-smoothstep-float.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-smoothstep-gentype.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-step-float.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-step-float.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function-step-gentype.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function-step-gentype.html
rename : content/canvas/test/webgl/conformance/glsl/functions/glsl-function.html => content/canvas/test/webgl-conformance/conformance/glsl/functions/glsl-function.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/glsl/implicit/00_test_list.txt
rename : content/canvas/test/webgl/conformance/glsl/implicit/add_int_float.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/add_int_float.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/add_int_mat2.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/add_int_mat2.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/add_int_mat3.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/add_int_mat3.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/add_int_mat4.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/add_int_mat4.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/add_int_vec2.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/add_int_vec2.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/add_int_vec3.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/add_int_vec3.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/add_int_vec4.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/add_int_vec4.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/add_ivec2_vec2.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/add_ivec2_vec2.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/add_ivec3_vec3.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/add_ivec3_vec3.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/add_ivec4_vec4.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/add_ivec4_vec4.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/assign_int_to_float.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/assign_int_to_float.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/construct_struct.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/construct_struct.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/divide_int_float.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/divide_int_float.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/divide_int_mat2.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/divide_int_mat2.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/divide_int_mat3.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/divide_int_mat3.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/divide_int_mat4.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/divide_int_mat4.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/divide_int_vec2.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/divide_int_vec2.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/divide_int_vec3.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/divide_int_vec3.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/divide_int_vec4.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/divide_int_vec4.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/divide_ivec2_vec2.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/divide_ivec3_vec3.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/divide_ivec4_vec4.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/equal_int_float.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/equal_int_float.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/equal_ivec2_vec2.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/equal_ivec3_vec3.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/equal_ivec4_vec4.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/function_int_float.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/function_int_float.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/function_ivec2_vec2.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/function_ivec2_vec2.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/function_ivec3_vec3.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/function_ivec3_vec3.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/function_ivec4_vec4.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/function_ivec4_vec4.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/greater_than.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/greater_than.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/greater_than_equal.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/greater_than_equal.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/less_than.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/less_than.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/less_than_equal.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/less_than_equal.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/multiply_int_float.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/multiply_int_float.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/multiply_int_mat2.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/multiply_int_mat2.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/multiply_int_mat3.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/multiply_int_mat3.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/multiply_int_mat4.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/multiply_int_mat4.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/multiply_int_vec2.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/multiply_int_vec2.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/multiply_int_vec3.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/multiply_int_vec3.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/multiply_int_vec4.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/multiply_int_vec4.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/not_equal_int_float.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/not_equal_int_float.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/subtract_int_float.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/subtract_int_float.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/subtract_int_mat2.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/subtract_int_mat2.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/subtract_int_mat3.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/subtract_int_mat3.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/subtract_int_mat4.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/subtract_int_mat4.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/subtract_int_vec2.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/subtract_int_vec2.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/subtract_int_vec3.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/subtract_int_vec3.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/subtract_int_vec4.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/subtract_int_vec4.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/ternary_int_float.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/ternary_int_float.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html
rename : content/canvas/test/webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html
rename : content/canvas/test/webgl/conformance/glsl/matrices/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/glsl/matrices/00_test_list.txt
rename : content/canvas/test/webgl/conformance/glsl/matrices/glsl-mat4-to-mat3.html => content/canvas/test/webgl-conformance/conformance/glsl/matrices/glsl-mat4-to-mat3.html
rename : content/canvas/test/webgl/conformance/glsl/misc/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/glsl/misc/00_test_list.txt
rename : content/canvas/test/webgl/conformance/glsl/misc/attrib-location-length-limits.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/attrib-location-length-limits.html
rename : content/canvas/test/webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/embedded-struct-definitions-forbidden.html
rename : content/canvas/test/webgl/conformance/glsl/misc/glsl-2types-of-textures-on-same-unit.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/glsl-2types-of-textures-on-same-unit.html
rename : content/canvas/test/webgl/conformance/glsl/misc/glsl-function-nodes.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/glsl-function-nodes.html
rename : content/canvas/test/webgl/conformance/glsl/misc/glsl-long-variable-names.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/glsl-long-variable-names.html
rename : content/canvas/test/webgl/conformance/glsl/misc/glsl-vertex-branch.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/glsl-vertex-branch.html
rename : content/canvas/test/webgl/conformance/glsl/misc/include.vs => content/canvas/test/webgl-conformance/conformance/glsl/misc/include.vs
rename : content/canvas/test/webgl/conformance/glsl/misc/non-ascii-comments.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/non-ascii-comments.vert.html
rename : content/canvas/test/webgl/conformance/glsl/misc/non-ascii.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/non-ascii.vert.html
rename : content/canvas/test/webgl/conformance/glsl/misc/re-compile-re-link.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/re-compile-re-link.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-256-character-identifier.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-257-character-identifier.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-attrib-array.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-attrib-array.vert.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-attrib-struct.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-attrib-struct.vert.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-clipvertex.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-clipvertex.vert.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-comma-assignment.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-comma-assignment.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-comma-conditional-assignment.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-conditional-scoping.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-conditional-scoping.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-default-precision.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-default-precision.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-default-precision.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-default-precision.vert.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-define-line-continuation.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-dfdx.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-dfdx.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-do-scoping.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-do-scoping.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-error-directive.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-error-directive.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-float-return-value.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-float-return-value.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-for-loop.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-for-loop.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-for-scoping.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-for-scoping.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-frag-depth.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-frag-depth.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-function-recursion.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-function-recursion.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-function-scoped-struct.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-function-scoped-struct.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-functional-scoping.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-functional-scoping.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-glcolor.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-glcolor.vert.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-gles-1.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-gles-1.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-gles-symbol.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-gles-symbol.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-hex-int-constant-macro.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-include.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-include.vert.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-int-return-value.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-int-return-value.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-invalid-identifier.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-limited-indexing.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-limited-indexing.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-line-directive.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-line-directive.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-long-line.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-long-line.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-non-ascii-error.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-precision.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-precision.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-quoted-error.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-quoted-error.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-vec2-return-value.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-vec3-return-value.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-vec4-return-value.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-version-100.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-version-100.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-version-100.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-version-100.vert.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-version-120.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-version-120.vert.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-version-130.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-version-130.vert.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-with-webgl-identifier.vert.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shader-without-precision.frag.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shader-without-precision.frag.html
rename : content/canvas/test/webgl/conformance/glsl/misc/shared.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/shared.html
rename : content/canvas/test/webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/struct-nesting-exceeds-maximum.html
rename : content/canvas/test/webgl/conformance/glsl/misc/struct-nesting-under-maximum.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/struct-nesting-under-maximum.html
rename : content/canvas/test/webgl/conformance/glsl/misc/uniform-location-length-limits.html => content/canvas/test/webgl-conformance/conformance/glsl/misc/uniform-location-length-limits.html
rename : content/canvas/test/webgl/conformance/glsl/reserved/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/glsl/reserved/00_test_list.txt
rename : content/canvas/test/webgl/conformance/glsl/reserved/_webgl_field.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/reserved/_webgl_field.vert.html
rename : content/canvas/test/webgl/conformance/glsl/reserved/_webgl_function.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/reserved/_webgl_function.vert.html
rename : content/canvas/test/webgl/conformance/glsl/reserved/_webgl_struct.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/reserved/_webgl_struct.vert.html
rename : content/canvas/test/webgl/conformance/glsl/reserved/_webgl_variable.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/reserved/_webgl_variable.vert.html
rename : content/canvas/test/webgl/conformance/glsl/reserved/webgl_field.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/reserved/webgl_field.vert.html
rename : content/canvas/test/webgl/conformance/glsl/reserved/webgl_function.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/reserved/webgl_function.vert.html
rename : content/canvas/test/webgl/conformance/glsl/reserved/webgl_struct.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/reserved/webgl_struct.vert.html
rename : content/canvas/test/webgl/conformance/glsl/reserved/webgl_variable.vert.html => content/canvas/test/webgl-conformance/conformance/glsl/reserved/webgl_variable.vert.html
rename : content/canvas/test/webgl/conformance/glsl/samplers/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/glsl/samplers/00_test_list.txt
rename : content/canvas/test/webgl/conformance/glsl/samplers/glsl-function-texture2d-bias.html => content/canvas/test/webgl-conformance/conformance/glsl/samplers/glsl-function-texture2d-bias.html
rename : content/canvas/test/webgl/conformance/glsl/samplers/glsl-function-texture2dlod.html => content/canvas/test/webgl-conformance/conformance/glsl/samplers/glsl-function-texture2dlod.html
rename : content/canvas/test/webgl/conformance/glsl/samplers/glsl-function-texture2dproj.html => content/canvas/test/webgl-conformance/conformance/glsl/samplers/glsl-function-texture2dproj.html
rename : content/canvas/test/webgl/conformance/glsl/variables/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/glsl/variables/00_test_list.txt
rename : content/canvas/test/webgl/conformance/glsl/variables/gl-fragcoord.html => content/canvas/test/webgl-conformance/conformance/glsl/variables/gl-fragcoord.html
rename : content/canvas/test/webgl/conformance/glsl/variables/gl-frontfacing.html => content/canvas/test/webgl-conformance/conformance/glsl/variables/gl-frontfacing.html
rename : content/canvas/test/webgl/conformance/glsl/variables/gl-pointcoord.html => content/canvas/test/webgl-conformance/conformance/glsl/variables/gl-pointcoord.html
rename : content/canvas/test/webgl/conformance/limits/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/limits/00_test_list.txt
rename : content/canvas/test/webgl/conformance/limits/gl-max-texture-dimensions.html => content/canvas/test/webgl-conformance/conformance/limits/gl-max-texture-dimensions.html
rename : content/canvas/test/webgl/conformance/limits/gl-min-attribs.html => content/canvas/test/webgl-conformance/conformance/limits/gl-min-attribs.html
rename : content/canvas/test/webgl/conformance/limits/gl-min-textures.html => content/canvas/test/webgl-conformance/conformance/limits/gl-min-textures.html
rename : content/canvas/test/webgl/conformance/limits/gl-min-uniforms.html => content/canvas/test/webgl-conformance/conformance/limits/gl-min-uniforms.html
rename : content/canvas/test/webgl/conformance/misc/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/misc/00_test_list.txt
rename : content/canvas/test/webgl/conformance/misc/bad-arguments-test.html => content/canvas/test/webgl-conformance/conformance/misc/bad-arguments-test.html
rename : content/canvas/test/webgl/conformance/misc/delayed-drawing.html => content/canvas/test/webgl-conformance/conformance/misc/delayed-drawing.html
rename : content/canvas/test/webgl/conformance/misc/error-reporting.html => content/canvas/test/webgl-conformance/conformance/misc/error-reporting.html
rename : content/canvas/test/webgl/conformance/misc/functions-returning-strings.html => content/canvas/test/webgl-conformance/conformance/misc/functions-returning-strings.html
rename : content/canvas/test/webgl/conformance/misc/instanceof-test.html => content/canvas/test/webgl-conformance/conformance/misc/instanceof-test.html
rename : content/canvas/test/webgl/conformance/misc/invalid-passed-params.html => content/canvas/test/webgl-conformance/conformance/misc/invalid-passed-params.html
rename : content/canvas/test/webgl/conformance/misc/is-object.html => content/canvas/test/webgl-conformance/conformance/misc/is-object.html
rename : content/canvas/test/webgl/conformance/misc/null-object-behaviour.html => content/canvas/test/webgl-conformance/conformance/misc/null-object-behaviour.html
rename : content/canvas/test/webgl/conformance/misc/object-deletion-behaviour.html => content/canvas/test/webgl-conformance/conformance/misc/object-deletion-behaviour.html
rename : content/canvas/test/webgl/conformance/misc/shader-precision-format.html => content/canvas/test/webgl-conformance/conformance/misc/shader-precision-format.html
rename : content/canvas/test/webgl/conformance/misc/type-conversion-test.html => content/canvas/test/webgl-conformance/conformance/misc/type-conversion-test.html
rename : content/canvas/test/webgl/conformance/misc/uninitialized-test.html => content/canvas/test/webgl-conformance/conformance/misc/uninitialized-test.html
rename : content/canvas/test/webgl/conformance/misc/webgl-specific.html => content/canvas/test/webgl-conformance/conformance/misc/webgl-specific.html
rename : content/canvas/test/webgl/conformance/more/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/more/00_test_list.txt
rename : content/canvas/test/webgl/conformance/more/README.md => content/canvas/test/webgl-conformance/conformance/more/README.md
rename : content/canvas/test/webgl/conformance/more/all_tests.html => content/canvas/test/webgl-conformance/conformance/more/all_tests.html
rename : content/canvas/test/webgl/conformance/more/all_tests_linkonly.html => content/canvas/test/webgl-conformance/conformance/more/all_tests_linkonly.html
rename : content/canvas/test/webgl/conformance/more/all_tests_sequential.html => content/canvas/test/webgl-conformance/conformance/more/all_tests_sequential.html
rename : content/canvas/test/webgl/conformance/more/conformance/argGenerators-A.js => content/canvas/test/webgl-conformance/conformance/more/conformance/argGenerators-A.js
rename : content/canvas/test/webgl/conformance/more/conformance/argGenerators-B1.js => content/canvas/test/webgl-conformance/conformance/more/conformance/argGenerators-B1.js
rename : content/canvas/test/webgl/conformance/more/conformance/argGenerators-B2.js => content/canvas/test/webgl-conformance/conformance/more/conformance/argGenerators-B2.js
rename : content/canvas/test/webgl/conformance/more/conformance/argGenerators-B3.js => content/canvas/test/webgl-conformance/conformance/more/conformance/argGenerators-B3.js
rename : content/canvas/test/webgl/conformance/more/conformance/argGenerators-B4.js => content/canvas/test/webgl-conformance/conformance/more/conformance/argGenerators-B4.js
rename : content/canvas/test/webgl/conformance/more/conformance/argGenerators-C.js => content/canvas/test/webgl-conformance/conformance/more/conformance/argGenerators-C.js
rename : content/canvas/test/webgl/conformance/more/conformance/argGenerators-D_G.js => content/canvas/test/webgl-conformance/conformance/more/conformance/argGenerators-D_G.js
rename : content/canvas/test/webgl/conformance/more/conformance/argGenerators-G_I.js => content/canvas/test/webgl-conformance/conformance/more/conformance/argGenerators-G_I.js
rename : content/canvas/test/webgl/conformance/more/conformance/argGenerators-L_S.js => content/canvas/test/webgl-conformance/conformance/more/conformance/argGenerators-L_S.js
rename : content/canvas/test/webgl/conformance/more/conformance/argGenerators-S_V.js => content/canvas/test/webgl-conformance/conformance/more/conformance/argGenerators-S_V.js
rename : content/canvas/test/webgl/conformance/more/conformance/badArgsArityLessThanArgc.html => content/canvas/test/webgl-conformance/conformance/more/conformance/badArgsArityLessThanArgc.html
rename : content/canvas/test/webgl/conformance/more/conformance/constants.html => content/canvas/test/webgl-conformance/conformance/more/conformance/constants.html
rename : content/canvas/test/webgl/conformance/more/conformance/fuzzTheAPI.html => content/canvas/test/webgl-conformance/conformance/more/conformance/fuzzTheAPI.html
rename : content/canvas/test/webgl/conformance/more/conformance/getContext.html => content/canvas/test/webgl-conformance/conformance/more/conformance/getContext.html
rename : content/canvas/test/webgl/conformance/more/conformance/methods.html => content/canvas/test/webgl-conformance/conformance/more/conformance/methods.html
rename : content/canvas/test/webgl/conformance/more/conformance/quickCheckAPI-A.html => content/canvas/test/webgl-conformance/conformance/more/conformance/quickCheckAPI-A.html
rename : content/canvas/test/webgl/conformance/more/conformance/quickCheckAPI-B1.html => content/canvas/test/webgl-conformance/conformance/more/conformance/quickCheckAPI-B1.html
rename : content/canvas/test/webgl/conformance/more/conformance/quickCheckAPI-B2.html => content/canvas/test/webgl-conformance/conformance/more/conformance/quickCheckAPI-B2.html
rename : content/canvas/test/webgl/conformance/more/conformance/quickCheckAPI-B3.html => content/canvas/test/webgl-conformance/conformance/more/conformance/quickCheckAPI-B3.html
rename : content/canvas/test/webgl/conformance/more/conformance/quickCheckAPI-B4.html => content/canvas/test/webgl-conformance/conformance/more/conformance/quickCheckAPI-B4.html
rename : content/canvas/test/webgl/conformance/more/conformance/quickCheckAPI-C.html => content/canvas/test/webgl-conformance/conformance/more/conformance/quickCheckAPI-C.html
rename : content/canvas/test/webgl/conformance/more/conformance/quickCheckAPI-D_G.html => content/canvas/test/webgl-conformance/conformance/more/conformance/quickCheckAPI-D_G.html
rename : content/canvas/test/webgl/conformance/more/conformance/quickCheckAPI-G_I.html => content/canvas/test/webgl-conformance/conformance/more/conformance/quickCheckAPI-G_I.html
rename : content/canvas/test/webgl/conformance/more/conformance/quickCheckAPI-L_S.html => content/canvas/test/webgl-conformance/conformance/more/conformance/quickCheckAPI-L_S.html
rename : content/canvas/test/webgl/conformance/more/conformance/quickCheckAPI-S_V.html => content/canvas/test/webgl-conformance/conformance/more/conformance/quickCheckAPI-S_V.html
rename : content/canvas/test/webgl/conformance/more/conformance/quickCheckAPI.js => content/canvas/test/webgl-conformance/conformance/more/conformance/quickCheckAPI.js
rename : content/canvas/test/webgl/conformance/more/conformance/quickCheckAPIBadArgs.html => content/canvas/test/webgl-conformance/conformance/more/conformance/quickCheckAPIBadArgs.html
rename : content/canvas/test/webgl/conformance/more/conformance/webGLArrays.html => content/canvas/test/webgl-conformance/conformance/more/conformance/webGLArrays.html
rename : content/canvas/test/webgl/conformance/more/demos/opengl_web.html => content/canvas/test/webgl-conformance/conformance/more/demos/opengl_web.html
rename : content/canvas/test/webgl/conformance/more/demos/video.html => content/canvas/test/webgl-conformance/conformance/more/demos/video.html
rename : content/canvas/test/webgl/conformance/more/functions/bindBuffer.html => content/canvas/test/webgl-conformance/conformance/more/functions/bindBuffer.html
rename : content/canvas/test/webgl/conformance/more/functions/bindBufferBadArgs.html => content/canvas/test/webgl-conformance/conformance/more/functions/bindBufferBadArgs.html
rename : content/canvas/test/webgl/conformance/more/functions/bindFramebufferLeaveNonZero.html => content/canvas/test/webgl-conformance/conformance/more/functions/bindFramebufferLeaveNonZero.html
rename : content/canvas/test/webgl/conformance/more/functions/bufferData.html => content/canvas/test/webgl-conformance/conformance/more/functions/bufferData.html
rename : content/canvas/test/webgl/conformance/more/functions/bufferDataBadArgs.html => content/canvas/test/webgl-conformance/conformance/more/functions/bufferDataBadArgs.html
rename : content/canvas/test/webgl/conformance/more/functions/bufferSubData.html => content/canvas/test/webgl-conformance/conformance/more/functions/bufferSubData.html
rename : content/canvas/test/webgl/conformance/more/functions/bufferSubDataBadArgs.html => content/canvas/test/webgl-conformance/conformance/more/functions/bufferSubDataBadArgs.html
rename : content/canvas/test/webgl/conformance/more/functions/copyTexImage2D.html => content/canvas/test/webgl-conformance/conformance/more/functions/copyTexImage2D.html
rename : content/canvas/test/webgl/conformance/more/functions/copyTexImage2DBadArgs.html => content/canvas/test/webgl-conformance/conformance/more/functions/copyTexImage2DBadArgs.html
rename : content/canvas/test/webgl/conformance/more/functions/copyTexSubImage2D.html => content/canvas/test/webgl-conformance/conformance/more/functions/copyTexSubImage2D.html
rename : content/canvas/test/webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html => content/canvas/test/webgl-conformance/conformance/more/functions/copyTexSubImage2DBadArgs.html
rename : content/canvas/test/webgl/conformance/more/functions/deleteBufferBadArgs.html => content/canvas/test/webgl-conformance/conformance/more/functions/deleteBufferBadArgs.html
rename : content/canvas/test/webgl/conformance/more/functions/drawArrays.html => content/canvas/test/webgl-conformance/conformance/more/functions/drawArrays.html
rename : content/canvas/test/webgl/conformance/more/functions/drawArraysOutOfBounds.html => content/canvas/test/webgl-conformance/conformance/more/functions/drawArraysOutOfBounds.html
rename : content/canvas/test/webgl/conformance/more/functions/drawElements.html => content/canvas/test/webgl-conformance/conformance/more/functions/drawElements.html
rename : content/canvas/test/webgl/conformance/more/functions/drawElementsBadArgs.html => content/canvas/test/webgl-conformance/conformance/more/functions/drawElementsBadArgs.html
rename : content/canvas/test/webgl/conformance/more/functions/isTests.html => content/canvas/test/webgl-conformance/conformance/more/functions/isTests.html
rename : content/canvas/test/webgl/conformance/more/functions/readPixels.html => content/canvas/test/webgl-conformance/conformance/more/functions/readPixels.html
rename : content/canvas/test/webgl/conformance/more/functions/readPixelsBadArgs.html => content/canvas/test/webgl-conformance/conformance/more/functions/readPixelsBadArgs.html
rename : content/canvas/test/webgl/conformance/more/functions/texImage2D.html => content/canvas/test/webgl-conformance/conformance/more/functions/texImage2D.html
rename : content/canvas/test/webgl/conformance/more/functions/texImage2DBadArgs.html => content/canvas/test/webgl-conformance/conformance/more/functions/texImage2DBadArgs.html
rename : content/canvas/test/webgl/conformance/more/functions/texImage2DHTML.html => content/canvas/test/webgl-conformance/conformance/more/functions/texImage2DHTML.html
rename : content/canvas/test/webgl/conformance/more/functions/texImage2DHTMLBadArgs.html => content/canvas/test/webgl-conformance/conformance/more/functions/texImage2DHTMLBadArgs.html
rename : content/canvas/test/webgl/conformance/more/functions/texSubImage2D.html => content/canvas/test/webgl-conformance/conformance/more/functions/texSubImage2D.html
rename : content/canvas/test/webgl/conformance/more/functions/texSubImage2DBadArgs.html => content/canvas/test/webgl-conformance/conformance/more/functions/texSubImage2DBadArgs.html
rename : content/canvas/test/webgl/conformance/more/functions/texSubImage2DHTML.html => content/canvas/test/webgl-conformance/conformance/more/functions/texSubImage2DHTML.html
rename : content/canvas/test/webgl/conformance/more/functions/texSubImage2DHTMLBadArgs.html => content/canvas/test/webgl-conformance/conformance/more/functions/texSubImage2DHTMLBadArgs.html
rename : content/canvas/test/webgl/conformance/more/functions/uniformMatrix.html => content/canvas/test/webgl-conformance/conformance/more/functions/uniformMatrix.html
rename : content/canvas/test/webgl/conformance/more/functions/uniformMatrixBadArgs.html => content/canvas/test/webgl-conformance/conformance/more/functions/uniformMatrixBadArgs.html
rename : content/canvas/test/webgl/conformance/more/functions/uniformf.html => content/canvas/test/webgl-conformance/conformance/more/functions/uniformf.html
rename : content/canvas/test/webgl/conformance/more/functions/uniformfArrayLen1.html => content/canvas/test/webgl-conformance/conformance/more/functions/uniformfArrayLen1.html
rename : content/canvas/test/webgl/conformance/more/functions/uniformfBadArgs.html => content/canvas/test/webgl-conformance/conformance/more/functions/uniformfBadArgs.html
rename : content/canvas/test/webgl/conformance/more/functions/uniformi.html => content/canvas/test/webgl-conformance/conformance/more/functions/uniformi.html
rename : content/canvas/test/webgl/conformance/more/functions/uniformiBadArgs.html => content/canvas/test/webgl-conformance/conformance/more/functions/uniformiBadArgs.html
rename : content/canvas/test/webgl/conformance/more/functions/vertexAttrib.html => content/canvas/test/webgl-conformance/conformance/more/functions/vertexAttrib.html
rename : content/canvas/test/webgl/conformance/more/functions/vertexAttribBadArgs.html => content/canvas/test/webgl-conformance/conformance/more/functions/vertexAttribBadArgs.html
rename : content/canvas/test/webgl/conformance/more/functions/vertexAttribPointer.html => content/canvas/test/webgl-conformance/conformance/more/functions/vertexAttribPointer.html
rename : content/canvas/test/webgl/conformance/more/functions/vertexAttribPointerBadArgs.html => content/canvas/test/webgl-conformance/conformance/more/functions/vertexAttribPointerBadArgs.html
rename : content/canvas/test/webgl/conformance/more/glsl/arrayOutOfBounds.html => content/canvas/test/webgl-conformance/conformance/more/glsl/arrayOutOfBounds.html
rename : content/canvas/test/webgl/conformance/more/glsl/longLoops.html => content/canvas/test/webgl-conformance/conformance/more/glsl/longLoops.html
rename : content/canvas/test/webgl/conformance/more/glsl/uniformOutOfBounds.html => content/canvas/test/webgl-conformance/conformance/more/glsl/uniformOutOfBounds.html
rename : content/canvas/test/webgl/conformance/more/glsl/unusedAttribsUniforms.html => content/canvas/test/webgl-conformance/conformance/more/glsl/unusedAttribsUniforms.html
rename : content/canvas/test/webgl/conformance/more/index.html => content/canvas/test/webgl-conformance/conformance/more/index.html
rename : content/canvas/test/webgl/conformance/more/performance/CPUvsGPU.html => content/canvas/test/webgl-conformance/conformance/more/performance/CPUvsGPU.html
rename : content/canvas/test/webgl/conformance/more/performance/bandwidth.html => content/canvas/test/webgl-conformance/conformance/more/performance/bandwidth.html
rename : content/canvas/test/webgl/conformance/more/performance/jsGCPause.html => content/canvas/test/webgl-conformance/conformance/more/performance/jsGCPause.html
rename : content/canvas/test/webgl/conformance/more/performance/jsMatrixMult.html => content/canvas/test/webgl-conformance/conformance/more/performance/jsMatrixMult.html
rename : content/canvas/test/webgl/conformance/more/performance/jsToGLOverhead.html => content/canvas/test/webgl-conformance/conformance/more/performance/jsToGLOverhead.html
rename : content/canvas/test/webgl/conformance/more/unit.css => content/canvas/test/webgl-conformance/conformance/more/unit.css
rename : content/canvas/test/webgl/conformance/more/unit.js => content/canvas/test/webgl-conformance/conformance/more/unit.js
rename : content/canvas/test/webgl/conformance/more/util.js => content/canvas/test/webgl-conformance/conformance/more/util.js
rename : content/canvas/test/webgl/conformance/programs/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/programs/00_test_list.txt
rename : content/canvas/test/webgl/conformance/programs/get-active-test.html => content/canvas/test/webgl-conformance/conformance/programs/get-active-test.html
rename : content/canvas/test/webgl/conformance/programs/gl-bind-attrib-location-test.html => content/canvas/test/webgl-conformance/conformance/programs/gl-bind-attrib-location-test.html
rename : content/canvas/test/webgl/conformance/programs/gl-get-active-attribute.html => content/canvas/test/webgl-conformance/conformance/programs/gl-get-active-attribute.html
rename : content/canvas/test/webgl/conformance/programs/gl-get-active-uniform.html => content/canvas/test/webgl-conformance/conformance/programs/gl-get-active-uniform.html
rename : content/canvas/test/webgl/conformance/programs/gl-getshadersource.html => content/canvas/test/webgl-conformance/conformance/programs/gl-getshadersource.html
rename : content/canvas/test/webgl/conformance/programs/gl-shader-test.html => content/canvas/test/webgl-conformance/conformance/programs/gl-shader-test.html
rename : content/canvas/test/webgl/conformance/programs/invalid-UTF-16.html => content/canvas/test/webgl-conformance/conformance/programs/invalid-UTF-16.html
rename : content/canvas/test/webgl/conformance/programs/program-test.html => content/canvas/test/webgl-conformance/conformance/programs/program-test.html
rename : content/canvas/test/webgl/conformance/reading/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/reading/00_test_list.txt
rename : content/canvas/test/webgl/conformance/reading/read-pixels-pack-alignment.html => content/canvas/test/webgl-conformance/conformance/reading/read-pixels-pack-alignment.html
rename : content/canvas/test/webgl/conformance/reading/read-pixels-test.html => content/canvas/test/webgl-conformance/conformance/reading/read-pixels-test.html
rename : content/canvas/test/webgl/conformance/renderbuffers/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/renderbuffers/00_test_list.txt
rename : content/canvas/test/webgl/conformance/renderbuffers/framebuffer-object-attachment.html => content/canvas/test/webgl-conformance/conformance/renderbuffers/framebuffer-object-attachment.html
rename : content/canvas/test/webgl/conformance/renderbuffers/framebuffer-test.html => content/canvas/test/webgl-conformance/conformance/renderbuffers/framebuffer-test.html
rename : content/canvas/test/webgl/conformance/renderbuffers/renderbuffer-initialization.html => content/canvas/test/webgl-conformance/conformance/renderbuffers/renderbuffer-initialization.html
rename : content/canvas/test/webgl/conformance/rendering/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/rendering/00_test_list.txt
rename : content/canvas/test/webgl/conformance/rendering/draw-arrays-out-of-bounds.html => content/canvas/test/webgl-conformance/conformance/rendering/draw-arrays-out-of-bounds.html
rename : content/canvas/test/webgl/conformance/rendering/draw-elements-out-of-bounds.html => content/canvas/test/webgl-conformance/conformance/rendering/draw-elements-out-of-bounds.html
rename : content/canvas/test/webgl/conformance/rendering/gl-clear.html => content/canvas/test/webgl-conformance/conformance/rendering/gl-clear.html
rename : content/canvas/test/webgl/conformance/rendering/gl-drawelements.html => content/canvas/test/webgl-conformance/conformance/rendering/gl-drawelements.html
rename : content/canvas/test/webgl/conformance/rendering/gl-scissor-test.html => content/canvas/test/webgl-conformance/conformance/rendering/gl-scissor-test.html
rename : content/canvas/test/webgl/conformance/rendering/line-loop-tri-fan.html => content/canvas/test/webgl-conformance/conformance/rendering/line-loop-tri-fan.html
rename : content/canvas/test/webgl/conformance/rendering/more-than-65536-indices.html => content/canvas/test/webgl-conformance/conformance/rendering/more-than-65536-indices.html
rename : content/canvas/test/webgl/conformance/rendering/point-size.html => content/canvas/test/webgl-conformance/conformance/rendering/point-size.html
rename : content/canvas/test/webgl/conformance/rendering/triangle.html => content/canvas/test/webgl-conformance/conformance/rendering/triangle.html
rename : content/canvas/test/webgl/conformance/resources/3x3.png => content/canvas/test/webgl-conformance/conformance/resources/3x3.png
rename : content/canvas/test/webgl/conformance/resources/blue-1x1.jpg => content/canvas/test/webgl-conformance/conformance/resources/blue-1x1.jpg
rename : content/canvas/test/webgl/conformance/resources/boolUniformShader.vert => content/canvas/test/webgl-conformance/conformance/resources/boolUniformShader.vert
rename : content/canvas/test/webgl/conformance/resources/bug-32888-texture.png => content/canvas/test/webgl-conformance/conformance/resources/bug-32888-texture.png
rename : content/canvas/test/webgl/conformance/resources/floatUniformShader.vert => content/canvas/test/webgl-conformance/conformance/resources/floatUniformShader.vert
rename : content/canvas/test/webgl/conformance/resources/fragmentShader.frag => content/canvas/test/webgl-conformance/conformance/resources/fragmentShader.frag
rename : content/canvas/test/webgl/conformance/resources/glsl-conformance-test.js => content/canvas/test/webgl-conformance/conformance/resources/glsl-conformance-test.js
rename : content/canvas/test/webgl/conformance/resources/glsl-feature-tests.css => content/canvas/test/webgl-conformance/conformance/resources/glsl-feature-tests.css
rename : content/canvas/test/webgl/conformance/resources/glsl-generator.js => content/canvas/test/webgl-conformance/conformance/resources/glsl-generator.js
rename : content/canvas/test/webgl/conformance/resources/gray-ramp-256-with-128-alpha.png => content/canvas/test/webgl-conformance/conformance/resources/gray-ramp-256-with-128-alpha.png
rename : content/canvas/test/webgl/conformance/resources/gray-ramp-256.png => content/canvas/test/webgl-conformance/conformance/resources/gray-ramp-256.png
rename : content/canvas/test/webgl/conformance/resources/gray-ramp-default-gamma.png => content/canvas/test/webgl-conformance/conformance/resources/gray-ramp-default-gamma.png
rename : content/canvas/test/webgl/conformance/resources/gray-ramp-gamma0.1.png => content/canvas/test/webgl-conformance/conformance/resources/gray-ramp-gamma0.1.png
rename : content/canvas/test/webgl/conformance/resources/gray-ramp-gamma1.0.png => content/canvas/test/webgl-conformance/conformance/resources/gray-ramp-gamma1.0.png
rename : content/canvas/test/webgl/conformance/resources/gray-ramp-gamma2.0.png => content/canvas/test/webgl-conformance/conformance/resources/gray-ramp-gamma2.0.png
rename : content/canvas/test/webgl/conformance/resources/gray-ramp-gamma4.0.png => content/canvas/test/webgl-conformance/conformance/resources/gray-ramp-gamma4.0.png
rename : content/canvas/test/webgl/conformance/resources/gray-ramp-gamma9.0.png => content/canvas/test/webgl-conformance/conformance/resources/gray-ramp-gamma9.0.png
rename : content/canvas/test/webgl/conformance/resources/gray-ramp.png => content/canvas/test/webgl-conformance/conformance/resources/gray-ramp.png
rename : content/canvas/test/webgl/conformance/resources/green-2x2-16bit.png => content/canvas/test/webgl-conformance/conformance/resources/green-2x2-16bit.png
rename : content/canvas/test/webgl/conformance/resources/intArrayUniformShader.vert => content/canvas/test/webgl-conformance/conformance/resources/intArrayUniformShader.vert
rename : content/canvas/test/webgl/conformance/resources/intUniformShader.vert => content/canvas/test/webgl-conformance/conformance/resources/intUniformShader.vert
rename : content/canvas/test/webgl/conformance/resources/matUniformShader.vert => content/canvas/test/webgl-conformance/conformance/resources/matUniformShader.vert
rename : content/canvas/test/webgl/conformance/resources/noopUniformShader.frag => content/canvas/test/webgl-conformance/conformance/resources/noopUniformShader.frag
rename : content/canvas/test/webgl/conformance/resources/noopUniformShader.vert => content/canvas/test/webgl-conformance/conformance/resources/noopUniformShader.vert
rename : content/canvas/test/webgl/conformance/resources/npot-video.mp4 => content/canvas/test/webgl-conformance/conformance/resources/npot-video.mp4
rename : content/canvas/test/webgl/conformance/resources/npot-video.theora.ogv => content/canvas/test/webgl-conformance/conformance/resources/npot-video.theora.ogv
rename : content/canvas/test/webgl/conformance/resources/npot-video.webmvp8.webm => content/canvas/test/webgl-conformance/conformance/resources/npot-video.webmvp8.webm
rename : content/canvas/test/webgl/conformance/resources/pnglib.js => content/canvas/test/webgl-conformance/conformance/resources/pnglib.js
rename : content/canvas/test/webgl/conformance/resources/red-green.mp4 => content/canvas/test/webgl-conformance/conformance/resources/red-green.mp4
rename : content/canvas/test/webgl/conformance/resources/red-green.png => content/canvas/test/webgl-conformance/conformance/resources/red-green.png
rename : content/canvas/test/webgl/conformance/resources/red-green.theora.ogv => content/canvas/test/webgl-conformance/conformance/resources/red-green.theora.ogv
rename : content/canvas/test/webgl/conformance/resources/red-green.webmvp8.webm => content/canvas/test/webgl-conformance/conformance/resources/red-green.webmvp8.webm
rename : content/canvas/test/webgl/conformance/resources/red-indexed.png => content/canvas/test/webgl-conformance/conformance/resources/red-indexed.png
rename : content/canvas/test/webgl/conformance/resources/samplerUniformShader.frag => content/canvas/test/webgl-conformance/conformance/resources/samplerUniformShader.frag
rename : content/canvas/test/webgl/conformance/resources/small-square-with-cie-rgb-profile.png => content/canvas/test/webgl-conformance/conformance/resources/small-square-with-cie-rgb-profile.png
rename : content/canvas/test/webgl/conformance/resources/small-square-with-colormatch-profile.png => content/canvas/test/webgl-conformance/conformance/resources/small-square-with-colormatch-profile.png
rename : content/canvas/test/webgl/conformance/resources/small-square-with-colorspin-profile.jpg => content/canvas/test/webgl-conformance/conformance/resources/small-square-with-colorspin-profile.jpg
rename : content/canvas/test/webgl/conformance/resources/small-square-with-colorspin-profile.png => content/canvas/test/webgl-conformance/conformance/resources/small-square-with-colorspin-profile.png
rename : content/canvas/test/webgl/conformance/resources/small-square-with-e-srgb-profile.png => content/canvas/test/webgl-conformance/conformance/resources/small-square-with-e-srgb-profile.png
rename : content/canvas/test/webgl/conformance/resources/small-square-with-smpte-c-profile.png => content/canvas/test/webgl-conformance/conformance/resources/small-square-with-smpte-c-profile.png
rename : content/canvas/test/webgl/conformance/resources/small-square-with-srgb-iec61966-2.1-profile.png => content/canvas/test/webgl-conformance/conformance/resources/small-square-with-srgb-iec61966-2.1-profile.png
rename : content/canvas/test/webgl/conformance/resources/structUniformShader.vert => content/canvas/test/webgl-conformance/conformance/resources/structUniformShader.vert
rename : content/canvas/test/webgl/conformance/resources/vertexShader.vert => content/canvas/test/webgl-conformance/conformance/resources/vertexShader.vert
rename : content/canvas/test/webgl/conformance/resources/webgl-test-utils.js => content/canvas/test/webgl-conformance/conformance/resources/webgl-test-utils.js
rename : content/canvas/test/webgl/conformance/resources/webgl-test.js => content/canvas/test/webgl-conformance/conformance/resources/webgl-test.js
rename : content/canvas/test/webgl/conformance/resources/zero-alpha.png => content/canvas/test/webgl-conformance/conformance/resources/zero-alpha.png
rename : content/canvas/test/webgl/conformance/state/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/state/00_test_list.txt
rename : content/canvas/test/webgl/conformance/state/gl-enable-enum-test.html => content/canvas/test/webgl-conformance/conformance/state/gl-enable-enum-test.html
rename : content/canvas/test/webgl/conformance/state/gl-enum-tests.html => content/canvas/test/webgl-conformance/conformance/state/gl-enum-tests.html
rename : content/canvas/test/webgl/conformance/state/gl-get-calls.html => content/canvas/test/webgl-conformance/conformance/state/gl-get-calls.html
rename : content/canvas/test/webgl/conformance/state/gl-geterror.html => content/canvas/test/webgl-conformance/conformance/state/gl-geterror.html
rename : content/canvas/test/webgl/conformance/state/gl-getstring.html => content/canvas/test/webgl-conformance/conformance/state/gl-getstring.html
rename : content/canvas/test/webgl/conformance/state/gl-object-get-calls.html => content/canvas/test/webgl-conformance/conformance/state/gl-object-get-calls.html
rename : content/canvas/test/webgl/conformance/textures/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/textures/00_test_list.txt
rename : content/canvas/test/webgl/conformance/textures/compressed-tex-image.html => content/canvas/test/webgl-conformance/conformance/textures/compressed-tex-image.html
rename : content/canvas/test/webgl/conformance/textures/copy-tex-image-and-sub-image-2d.html => content/canvas/test/webgl-conformance/conformance/textures/copy-tex-image-and-sub-image-2d.html
rename : content/canvas/test/webgl/conformance/textures/gl-pixelstorei.html => content/canvas/test/webgl-conformance/conformance/textures/gl-pixelstorei.html
rename : content/canvas/test/webgl/conformance/textures/gl-teximage.html => content/canvas/test/webgl-conformance/conformance/textures/gl-teximage.html
rename : content/canvas/test/webgl/conformance/textures/origin-clean-conformance.html => content/canvas/test/webgl-conformance/conformance/textures/origin-clean-conformance.html
rename : content/canvas/test/webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html => content/canvas/test/webgl-conformance/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html
rename : content/canvas/test/webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html => content/canvas/test/webgl-conformance/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html
rename : content/canvas/test/webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html => content/canvas/test/webgl-conformance/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html
rename : content/canvas/test/webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html => content/canvas/test/webgl-conformance/conformance/textures/tex-image-and-sub-image-2d-with-image.html
rename : content/canvas/test/webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html => content/canvas/test/webgl-conformance/conformance/textures/tex-image-and-sub-image-2d-with-video.html
rename : content/canvas/test/webgl/conformance/textures/tex-image-and-uniform-binding-bugs.html => content/canvas/test/webgl-conformance/conformance/textures/tex-image-and-uniform-binding-bugs.html
rename : content/canvas/test/webgl/conformance/textures/tex-image-with-format-and-type.html => content/canvas/test/webgl-conformance/conformance/textures/tex-image-with-format-and-type.html
rename : content/canvas/test/webgl/conformance/textures/tex-image-with-invalid-data.html => content/canvas/test/webgl-conformance/conformance/textures/tex-image-with-invalid-data.html
rename : content/canvas/test/webgl/conformance/textures/tex-input-validation.html => content/canvas/test/webgl-conformance/conformance/textures/tex-input-validation.html
rename : content/canvas/test/webgl/conformance/textures/tex-sub-image-2d-bad-args.html => content/canvas/test/webgl-conformance/conformance/textures/tex-sub-image-2d-bad-args.html
rename : content/canvas/test/webgl/conformance/textures/tex-sub-image-2d.html => content/canvas/test/webgl-conformance/conformance/textures/tex-sub-image-2d.html
rename : content/canvas/test/webgl/conformance/textures/texparameter-test.html => content/canvas/test/webgl-conformance/conformance/textures/texparameter-test.html
rename : content/canvas/test/webgl/conformance/textures/texture-active-bind-2.html => content/canvas/test/webgl-conformance/conformance/textures/texture-active-bind-2.html
rename : content/canvas/test/webgl/conformance/textures/texture-active-bind.html => content/canvas/test/webgl-conformance/conformance/textures/texture-active-bind.html
rename : content/canvas/test/webgl/conformance/textures/texture-clear.html => content/canvas/test/webgl-conformance/conformance/textures/texture-clear.html
rename : content/canvas/test/webgl/conformance/textures/texture-complete.html => content/canvas/test/webgl-conformance/conformance/textures/texture-complete.html
rename : content/canvas/test/webgl/conformance/textures/texture-formats-test.html => content/canvas/test/webgl-conformance/conformance/textures/texture-formats-test.html
rename : content/canvas/test/webgl/conformance/textures/texture-mips.html => content/canvas/test/webgl-conformance/conformance/textures/texture-mips.html
rename : content/canvas/test/webgl/conformance/textures/texture-npot-video.html => content/canvas/test/webgl-conformance/conformance/textures/texture-npot-video.html
rename : content/canvas/test/webgl/conformance/textures/texture-npot.html => content/canvas/test/webgl-conformance/conformance/textures/texture-npot.html
rename : content/canvas/test/webgl/conformance/textures/texture-size-cube-maps.html => content/canvas/test/webgl-conformance/conformance/textures/texture-size-cube-maps.html
rename : content/canvas/test/webgl/conformance/textures/texture-size.html => content/canvas/test/webgl-conformance/conformance/textures/texture-size.html
rename : content/canvas/test/webgl/conformance/textures/texture-transparent-pixels-initialized.html => content/canvas/test/webgl-conformance/conformance/textures/texture-transparent-pixels-initialized.html
rename : content/canvas/test/webgl/conformance/typedarrays/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/typedarrays/00_test_list.txt
rename : content/canvas/test/webgl/conformance/typedarrays/array-buffer-crash.html => content/canvas/test/webgl-conformance/conformance/typedarrays/array-buffer-crash.html
rename : content/canvas/test/webgl/conformance/typedarrays/array-buffer-view-crash.html => content/canvas/test/webgl-conformance/conformance/typedarrays/array-buffer-view-crash.html
rename : content/canvas/test/webgl/conformance/typedarrays/array-unit-tests.html => content/canvas/test/webgl-conformance/conformance/typedarrays/array-unit-tests.html
rename : content/canvas/test/webgl/conformance/uniforms/00_test_list.txt => content/canvas/test/webgl-conformance/conformance/uniforms/00_test_list.txt
rename : content/canvas/test/webgl/conformance/uniforms/gl-uniform-arrays.html => content/canvas/test/webgl-conformance/conformance/uniforms/gl-uniform-arrays.html
rename : content/canvas/test/webgl/conformance/uniforms/gl-uniform-bool.html => content/canvas/test/webgl-conformance/conformance/uniforms/gl-uniform-bool.html
rename : content/canvas/test/webgl/conformance/uniforms/gl-uniformmatrix4fv.html => content/canvas/test/webgl-conformance/conformance/uniforms/gl-uniformmatrix4fv.html
rename : content/canvas/test/webgl/conformance/uniforms/gl-unknown-uniform.html => content/canvas/test/webgl-conformance/conformance/uniforms/gl-unknown-uniform.html
rename : content/canvas/test/webgl/conformance/uniforms/null-uniform-location.html => content/canvas/test/webgl-conformance/conformance/uniforms/null-uniform-location.html
rename : content/canvas/test/webgl/conformance/uniforms/uniform-location.html => content/canvas/test/webgl-conformance/conformance/uniforms/uniform-location.html
rename : content/canvas/test/webgl/conformance/uniforms/uniform-samplers-test.html => content/canvas/test/webgl-conformance/conformance/uniforms/uniform-samplers-test.html
rename : content/canvas/test/webgl/dont-load-image-from-internet.patch => content/canvas/test/webgl-conformance/dont-load-image-from-internet.patch
rename : content/canvas/test/webgl/ext-texture-filter-anisotropic.patch => content/canvas/test/webgl-conformance/ext-texture-filter-anisotropic.patch
rename : content/canvas/test/webgl/extra/50x50pixel-black-with-red-triangle.png => content/canvas/test/webgl-conformance/extra/50x50pixel-black-with-red-triangle.png
rename : content/canvas/test/webgl/extra/big-fbos-example.html => content/canvas/test/webgl-conformance/extra/big-fbos-example.html
rename : content/canvas/test/webgl/extra/canvas-compositing-test.html => content/canvas/test/webgl-conformance/extra/canvas-compositing-test.html
rename : content/canvas/test/webgl/extra/canvas-compositing-test.png => content/canvas/test/webgl-conformance/extra/canvas-compositing-test.png
rename : content/canvas/test/webgl/extra/fbo-lost-context.html => content/canvas/test/webgl-conformance/extra/fbo-lost-context.html
rename : content/canvas/test/webgl/extra/lots-of-polys-example.html => content/canvas/test/webgl-conformance/extra/lots-of-polys-example.html
rename : content/canvas/test/webgl/extra/offscreen-issue.html => content/canvas/test/webgl-conformance/extra/offscreen-issue.html
rename : content/canvas/test/webgl/extra/out-of-bounds-uniform-array-access.html => content/canvas/test/webgl-conformance/extra/out-of-bounds-uniform-array-access.html
rename : content/canvas/test/webgl/extra/out-of-memory.html => content/canvas/test/webgl-conformance/extra/out-of-memory.html
rename : content/canvas/test/webgl/extra/out-of-resources.html => content/canvas/test/webgl-conformance/extra/out-of-resources.html
rename : content/canvas/test/webgl/extra/out-of-vram.html => content/canvas/test/webgl-conformance/extra/out-of-vram.html
rename : content/canvas/test/webgl/extra/simulated-attrib-0-bug-test.html => content/canvas/test/webgl-conformance/extra/simulated-attrib-0-bug-test.html
rename : content/canvas/test/webgl/extra/slow-shader-example.html => content/canvas/test/webgl-conformance/extra/slow-shader-example.html
rename : content/canvas/test/webgl/extra/webgl-info.html => content/canvas/test/webgl-conformance/extra/webgl-info.html
rename : content/canvas/test/webgl/failing_tests_android.txt => content/canvas/test/webgl-conformance/failing_tests_android.txt
rename : content/canvas/test/webgl/failing_tests_android_nvidia.txt => content/canvas/test/webgl-conformance/failing_tests_android_nvidia.txt
rename : content/canvas/test/webgl/failing_tests_android_x86.txt => content/canvas/test/webgl-conformance/failing_tests_android_x86.txt
rename : content/canvas/test/webgl/failing_tests_linux.txt => content/canvas/test/webgl-conformance/failing_tests_linux.txt
rename : content/canvas/test/webgl/failing_tests_linux_mesa.txt => content/canvas/test/webgl-conformance/failing_tests_linux_mesa.txt
rename : content/canvas/test/webgl/failing_tests_linux_nvidia.txt => content/canvas/test/webgl-conformance/failing_tests_linux_nvidia.txt
rename : content/canvas/test/webgl/failing_tests_mac.txt => content/canvas/test/webgl-conformance/failing_tests_mac.txt
rename : content/canvas/test/webgl/failing_tests_mac_mtnlion.txt => content/canvas/test/webgl-conformance/failing_tests_mac_mtnlion.txt
rename : content/canvas/test/webgl/failing_tests_windows.txt => content/canvas/test/webgl-conformance/failing_tests_windows.txt
rename : content/canvas/test/webgl/fix-webgl-harness-async.patch => content/canvas/test/webgl-conformance/fix-webgl-harness-async.patch
rename : content/canvas/test/webgl/gc.patch => content/canvas/test/webgl-conformance/gc.patch
rename : content/canvas/test/webgl/log-more-info-about-test-failures.patch => content/canvas/test/webgl-conformance/log-more-info-about-test-failures.patch
rename : content/canvas/test/webgl/misc/program-test-1.html => content/canvas/test/webgl-conformance/misc/program-test-1.html
rename : content/canvas/test/webgl/mochitest-conformance-files.ini => content/canvas/test/webgl-conformance/mochitest-conformance-files.ini
rename : content/canvas/test/webgl/mochitest.ini => content/canvas/test/webgl-conformance/mochitest.ini
rename : content/canvas/test/webgl/moz.build => content/canvas/test/webgl-conformance/moz.build
rename : content/canvas/test/webgl/reference-cycle-test.patch => content/canvas/test/webgl-conformance/reference-cycle-test.patch
rename : content/canvas/test/webgl/resources/desktop-gl-constants.js => content/canvas/test/webgl-conformance/resources/desktop-gl-constants.js
rename : content/canvas/test/webgl/resources/js-test-pre.js => content/canvas/test/webgl-conformance/resources/js-test-pre.js
rename : content/canvas/test/webgl/resources/js-test-style.css => content/canvas/test/webgl-conformance/resources/js-test-style.css
rename : content/canvas/test/webgl/resources/opengl_logo.jpg => content/canvas/test/webgl-conformance/resources/opengl_logo.jpg
rename : content/canvas/test/webgl/resources/thunderbird-logo-64x64.png => content/canvas/test/webgl-conformance/resources/thunderbird-logo-64x64.png
rename : content/canvas/test/webgl/resources/webgl-logo.png => content/canvas/test/webgl-conformance/resources/webgl-logo.png
rename : content/canvas/test/webgl/resources/webgl-test-harness.js => content/canvas/test/webgl-conformance/resources/webgl-test-harness.js
rename : content/canvas/test/webgl/skipped_tests_android.txt => content/canvas/test/webgl-conformance/skipped_tests_android.txt
rename : content/canvas/test/webgl/skipped_tests_android_x86.txt => content/canvas/test/webgl-conformance/skipped_tests_android_x86.txt
rename : content/canvas/test/webgl/skipped_tests_linux.txt => content/canvas/test/webgl-conformance/skipped_tests_linux.txt
rename : content/canvas/test/webgl/skipped_tests_linux_mesa.txt => content/canvas/test/webgl-conformance/skipped_tests_linux_mesa.txt
rename : content/canvas/test/webgl/skipped_tests_win_vista.txt => content/canvas/test/webgl-conformance/skipped_tests_win_vista.txt
rename : content/canvas/test/webgl/skipped_tests_winxp.txt => content/canvas/test/webgl-conformance/skipped_tests_winxp.txt
rename : content/canvas/test/webgl/test_webgl_conformance_test_suite.html => content/canvas/test/webgl-conformance/test_webgl_conformance_test_suite.html
rename : content/canvas/test/webgl/webgl-conformance-tests.html => content/canvas/test/webgl-conformance/webgl-conformance-tests.html
rename : content/canvas/test/webgl/writemanifest.py => content/canvas/test/webgl-conformance/writemanifest.py
rename : content/canvas/test/webgl/non-conf-tests/driver-info.js => content/canvas/test/webgl-mochitest/driver-info.js
rename : content/canvas/test/webgl/non-conf-tests/mochi-to-testcase.py => content/canvas/test/webgl-mochitest/mochi-to-testcase.py
rename : content/canvas/test/webgl/non-conf-tests/mochitest.ini => content/canvas/test/webgl-mochitest/mochitest.ini
rename : content/canvas/test/webgl/non-conf-tests/test_depth_readpixels.html => content/canvas/test/webgl-mochitest/test_depth_readpixels.html
rename : content/canvas/test/webgl/non-conf-tests/test_fb_param.html => content/canvas/test/webgl-mochitest/test_fb_param.html
rename : content/canvas/test/webgl/non-conf-tests/test_fb_param_crash.html => content/canvas/test/webgl-mochitest/test_fb_param_crash.html
rename : content/canvas/test/webgl/non-conf-tests/test_highp_fs.html => content/canvas/test/webgl-mochitest/test_highp_fs.html
rename : content/canvas/test/webgl/non-conf-tests/test_no_arr_points.html => content/canvas/test/webgl-mochitest/test_no_arr_points.html
rename : content/canvas/test/webgl/non-conf-tests/test_privileged_exts.html => content/canvas/test/webgl-mochitest/test_privileged_exts.html
rename : content/canvas/test/webgl/non-conf-tests/test_webgl2_not_exposed.html => content/canvas/test/webgl-mochitest/test_webgl2_not_exposed.html
rename : content/canvas/test/webgl/non-conf-tests/test_webgl_available.html => content/canvas/test/webgl-mochitest/test_webgl_available.html
rename : content/canvas/test/webgl/non-conf-tests/test_webgl_conformance.html => content/canvas/test/webgl-mochitest/test_webgl_conformance.html
rename : content/canvas/test/webgl/non-conf-tests/test_webgl_request_context.html => content/canvas/test/webgl-mochitest/test_webgl_request_context.html
rename : content/canvas/test/webgl/non-conf-tests/test_webgl_request_mismatch.html => content/canvas/test/webgl-mochitest/test_webgl_request_mismatch.html
rename : content/canvas/test/webgl/non-conf-tests/webgl-util.js => content/canvas/test/webgl-mochitest/webgl-util.js
2014-03-17 16:05:02 -07:00
Wes Kocher
c879b47079
Backed out 2 changesets (bug 514280) for OSX build bustage on a CLOSED TREE
...
Backed out changeset 2a015b45d808 (bug 514280)
Backed out changeset a01f97c1ed02 (bug 514280)
2014-03-17 15:19:53 -07:00
Andrea Marchesini
2e3bbdb17e
Bug 985432 - URLSearchParams is not nullable, r=bz
2014-03-19 15:36:46 +00:00
Andrew McCreight
c87191695c
Bug 975746 - Remove GATHER_ELEMENT_USEAGE_STATISTICS. r=jst
2014-03-19 06:05:17 -07:00
Jonathan Watt
aef65fd574
Bug 984278, part 1 - Rename SVGMatrix::Matrix and SVGTransform::Matrix to SVGMatrix::GetMatrix and SVGTransform::GetMatrix, respectively. r=dholbert
2014-03-18 10:41:35 +08:00
Jonathan Watt
55f193fe37
Bug 984390 - Stop using gfxPoint in SVGMarkerElement. r=me
2014-03-18 10:41:35 +08:00
Jonathan Watt
49e674a0b5
Bug 984282 - Remove some unused Thebes includes from content/svg. r=heycam
2014-03-18 10:41:34 +08:00
Jonathan Watt
29d9aabef8
Bug 984261 - NS_NewSVGRect to Moz2D. r=heycam
2014-03-18 10:41:33 +08:00
Neil Rashbrook
3e8915c4b8
Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
...
--HG--
extra : rebase_source : eaca8b2925eaffb49e29a617cd72c0d6686e6d9e
2014-03-17 19:07:09 +00:00
Ryan VanderMeulen
e75df6de27
Merge m-c to inbound.
2014-03-17 17:34:10 -04:00
Peter Van der Beken
f0dc19c509
Backout 8aca83520a91 (bug 983619) to fix orange/red on a CLOSED TREE.
2014-03-17 20:27:53 +01:00
Ryan VanderMeulen
c8a17e2511
Merge inbound to m-c.
2014-03-17 13:16:53 -04:00
Jeff Gilbert
c0d67d37f5
Bug 982960 - Use glDrawRangeElements in WebGL.drawElements. r=kamidphish
2014-03-17 10:52:56 -04:00
JW Wang
ff2c32bbea
Bug 984213 - Since 'preload' defaults to 'none' on b2g, 'loadedmetadata' is not fired and caused timeout. r=cpearce
2014-03-17 16:54:35 +08:00
Rick Eyre
c1ed0c1a19
Bug 982183 - Put VTTRegion DOM API behind a pref. r=rillian, r=bz
2014-03-12 13:55:45 -04:00
Masayuki Nakano
03e2114412
Bug 982602 Rename ns(LoadBlocking)AsyncDOMEvent to mozilla::(LoadBlocking)AsyncEventDispatcher r=smaug
...
--HG--
rename : dom/events/nsAsyncDOMEvent.cpp => dom/events/AsyncEventDispatcher.cpp
rename : dom/events/nsAsyncDOMEvent.h => dom/events/AsyncEventDispatcher.h
2014-03-17 15:56:54 +09:00
Masayuki Nakano
fbf7cdeb19
Bug 981261 part.5 Rename nsEventListenerManager to mozilla::EventListenerManager r=smaug
...
--HG--
rename : dom/events/nsEventListenerManager.cpp => dom/events/EventListenerManager.cpp
rename : dom/events/nsEventListenerManager.h => dom/events/EventListenerManager.h
2014-03-17 15:56:53 +09:00
Masayuki Nakano
ecf5704455
Bug 981261 part.4 Move EventListenerFlags from mozilla::dom:: to mozilla:: r=smaug
2014-03-17 15:56:52 +09:00
Jan Beich
a4d8236090
Bug 984064 - Unbreak --enable-gstreamer=1.0 after bug 967364. r=khuey
2014-03-16 15:34:14 -04:00
Rik Cabanier
3bda053f2c
Bug 982480 - Add support + test case for context alpha attribute. r=roc
2014-03-16 15:34:14 -04:00
JW Wang
60e512969a
Bug 934794 - Fix failing to update stream blocking status when endBlockingDecisions == mStateComputedTime. r=roc
2014-03-05 07:15:41 +08:00
JW Wang
17ef40234f
Bug 886188 - Remove test 12 since the spec no longer found in the document, http://dev.w3.org/html5/spec-preview/media-elements.html . r=roc
2014-03-17 13:30:46 +08:00
Ehsan Akhgari
76c02943a6
Bug 942411 - Request the full log in the test
2014-03-16 10:29:35 -04:00
Ryan VanderMeulen
c6029879a9
Backed out changeset 9a2aab98a8d0 (bug 982480) for reftest failures.
2014-03-15 19:18:13 -04:00
Rik Cabanier
0b692e14b7
Bug 982480 - Add support + test case for context alpha attribute. r=roc
2014-03-15 17:29:24 -04:00
Ehsan Akhgari
819b739494
Bug 942411 - Try to ensure that the test window has focus before running the test
2014-03-15 17:22:00 -04:00
Jeff Muizelaar
9e503fd30d
Bug 981856. Use an 888 config when creating a pbuffer. r=jgilbert
...
Old versions of llvmpipe (8.0.4) seem to give out 565 configs that it can't
actually make PBuffers for. Explicilty ask for 8,8,8 to avoid that problem.
2014-03-14 11:24:58 -04:00
Kyle Huey
817b5ccbd9
Bug 345123: Remove nsGetterAddRefs<T>'s operator nsISupports**. r=bsmedberg
2014-03-15 12:00:17 -07:00
Kyle Huey
d7764d686d
Bug 981150: Use nsTArrayForwardDeclare.h more. r=ehsan
2014-03-15 12:00:17 -07:00
Kyle Huey
b564544cf7
Bug 967364: Pass already_AddRefed by reference instead of by value. r=bsmedberg
2014-03-15 12:00:17 -07:00
Kyle Huey
1f3d658bb3
Bug 967364: Use every already_AddRefed. r=bsmedberg
2014-03-15 12:00:16 -07:00
Kyle Huey
fe6c4e28d6
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
2014-03-15 12:00:15 -07:00
Wes Kocher
f7a4d641fc
Merge inbound to m-c
2014-03-14 22:20:25 -07:00
Wes Kocher
6c8846b330
Backed out changeset 46d18be48bc4 (bug 981856) for b2g gl bustages
...
* * *
Backed out changeset a2ec4ab256e8 (bug 981856)
2014-03-14 17:33:54 -07:00
Jeff Walden
45fbbba5b9
Back out b80f97b00d2f (bug 979480), it's in the way of more immediately important work. r=backout
2014-03-14 16:07:43 -07:00
Jeff Muizelaar
462e7bcb33
Bug 981856. Mark some B2G WebGL tests as succeeding.
...
CLOSED TREE
--HG--
extra : rebase_source : b04f991980c63c44973df8be7e44c7e2c5e812e0
2014-03-14 17:38:16 -04:00
Jeff Muizelaar
2285be665e
Bug 983650. Temporarily mark b2g webgl reftests tests as random
...
These tests fail on the current test machines but pass on the new ones. Mark them as random for now until we finish the transition to the new machines.
--HG--
extra : rebase_source : 7a4b3d85ed7e7c6cf2081b623e776d9034385c90
2014-03-14 14:31:16 -04:00
Brian Hackett
c9183d3fae
Bug 979480 - Don't store array buffer contents in elements, r=sfink.
2014-03-14 12:18:14 -06:00
John Lin
d6ff6e6958
Bug 983039 - [Media encoder] Support YV12 GrallocImage in OMXVideoEncoder on B2G. r=roc
2014-03-14 09:43:13 -04:00
Chris Pearce
a7e9be7f78
Bug 983204 - Ensure RTSP OMX reader's decoder is made active during loadmetadata. r=vchang
2014-03-14 13:24:54 +08:00
Bill McCloskey
fd05f3eb04
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 21:38:19 -07:00
Wes Kocher
3b83e5bb22
Backed out changeset 88425ad0f06a (bug 982828) for introducing various mochitest-5 failures on a CLOSED TREE
...
* * *
Backed out changeset 94f9ebdc6662 (bug 982828)
2014-03-13 19:41:21 -07:00
Wes Kocher
25a1824b03
Backed out changeset d42a36615c7e (bug 983204) for build bustage on an otherwise CLOSED TREE
2014-03-13 19:35:02 -07:00
Chris Pearce
dbfa9f342c
Bug 983204 - Ensure RTSP OMX reader's decoder is made active during loadmetadata. r=vchang
2014-03-14 10:11:02 +08:00
Bill McCloskey
e784b5aef6
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Ehsan Akhgari
f1b87eccd8
Bug 983014 - Move the rest of the -I build flags that stayed in Makefiles because of ANDROID_SOURCE to moz.build; r=mshal
2014-03-13 19:31:18 -04:00
Bill McCloskey
006786a6b4
Backed out changeset d6261f65070a
2014-03-13 15:52:27 -07:00
Bill McCloskey
ed100f425c
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Rick Eyre
1b31667459
Bug 882664 - Part 2: Perform sorting on TextTrackLists. r=rillian
...
- This implements sorting on the MediaElement's list of TextTracks as
described in: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#text-track-model
This is important as automatically positioned cues will have a line
position that is relative to their TextTrack's position in the
MediaElement's list of TextTracks.
- Added a TextTrackSource enum which all TextTracks have. This helps
distinguish where a TextTrack came from.
2014-02-27 12:47:23 -05:00
Rick Eyre
50ef0f7c31
Bug 882664 - Part 1: TextTrack should hold a ref to its TrackElement, if any. r=rillian
2014-02-27 14:07:39 -05:00
Olli Pettay
36134aadad
Bug 982909 - Consistently use inner window when calling OpenJS. r=jst, r=mrbkap
2014-03-13 12:22:07 -04:00
Rick Eyre
3ac9bb5b9b
Bug 978163 - Part 4: Add test for VTTCue::Region. r=rillian
...
Updated test_texttrackregion.html to reflect the changes as well.
See spec bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=24380
DONTBUILD
2014-03-11 14:06:44 -04:00
Ryan VanderMeulen
0195bf607f
Backed out changeset 2b3efd1687ec for landing with the wrong bug number.
2014-03-13 11:42:23 -04:00
Rick Eyre
6950fb8914
Bug 978173 - Part 4: Add test for VTTCue::Region. r=rillian
...
Updated test_texttrackregion.html to reflect the changes as well.
See spec bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=24380
2014-03-11 14:06:44 -04:00
Rick Eyre
5dae77749b
Bug 978163 - Part 3: Vtt.js should add VTTRegions directly to the VTTCue. r=rillian
...
See spec bug https://www.w3.org/Bugs/Public/show_bug.cgi?id=24380 .
2014-03-11 13:36:07 -04:00
Rick Eyre
359d6d8b4c
Bug 978163 - Part 2: VTTCue should have Region property. r=rillian, r=bz
...
See spec bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=24380
2014-03-11 13:33:58 -04:00
Rick Eyre
0f67bb4ee3
Bug 978163 - Part 1: Remove VTTRegionList and VTTRegion TextTrack extensions. r=rillian, r=bz
...
- These two parts of the spec were recently removed as they
were seen as unecessary or bad design, in the case of the
VTTRegion TextTrack extensions. See the spec bug at:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24380
2014-03-10 11:33:06 -04:00
Nathan Froyd
30d823c434
Bug 982646 - refactor async messages code into nsSameProcessAsyncMessageBase class; r=smaug
2014-03-12 10:22:00 -04:00
Gian-Carlo Pascutto
d0e2165a66
Bug 877954 - Implement Load Management service. Add callbacks to ViEncoder. r=jesup
2014-03-13 11:05:27 +01:00
Paul Adenot
8d09c94c90
Bug 982541 - Update OscillatorNode.{start, stop} to have the first argument optional and default to zero. r=ehsan
2014-03-13 14:51:41 +08:00
Wes Kocher
71ac548664
Merge m-c to inbound
2014-03-12 18:59:54 -07:00
Ehsan Akhgari
dde9f7700b
Bug 981652 - Dispatch "select" events from HTMLInputElement/HTMLTextAreaElement.setSelectionRange() and selection setters; r=smaug
2014-03-12 21:44:33 -04:00
Jim Blandy
e64be7f402
Bug 978657: Provide introductionType information for HTML and XUL <script> elements. r=smaug
2014-03-12 13:10:02 -07:00
Benoit Jacob
56cf1149be
Bug 977757 - 1/3 - make nsCSSProps::EnabledState a bitfield - r=dbaron,bz
2014-03-07 12:14:23 -05:00
Vincent Chen
186171453a
Bug 922680 - triage reftests which fail oop, r=ahal
2014-03-12 09:25:23 -04:00
Max Vujovic
779cf45ba9
Bug 948265 - Introduce an "intermediate" coordinate space to share across chained filters. r=roc
2014-03-12 08:42:19 -04:00
Carsten "Tomcat" Book
966dce256d
Merge mozilla-central to mozilla-inbound
2014-03-12 12:27:31 +01:00
Carsten "Tomcat" Book
80ad770423
merge mozilla-inbound to mozilla-central
2014-03-12 12:15:34 +01:00
Vaibhav Agarwal
d126a07311
Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher
2014-03-12 06:16:12 -04:00
Peter Chang
a96dd5a386
backout of rev 45253e02bde3, fd02f1217e4c, 75217485ce5a b=981804
2014-03-12 15:16:20 +08:00
Ryan VanderMeulen
95184620a9
Backed out changeset 1bcd1fea2e73 (bug 922680) for B2G reftest crashes.
...
CLOSED TREE
2014-03-11 14:29:34 -04:00
Nathan Froyd
61fb84bae2
Bug 981966 - fix OggWriter memory leak; r=kinetik,f=mccr8
2014-03-11 14:17:02 -04:00
Jeff Gilbert
f2a1b84fd3
Bug 981240 - Finalize null attachments back to zero. - r=kamidphish
2014-03-11 16:10:59 -07:00
Andrew McCreight
21503263f0
Bug 981911 - Always call profiler_unregister_thread() when returning from MediaStreamGraphImpl::RunThread(). r=roc
2014-03-11 16:06:57 -07:00
Eric Rahm
b81b686c03
Bug 969117 - Report memory usage of MediaResources. r=njn
2014-03-05 13:31:04 -08:00
Kartikaya Gupta
970dd88d16
Bug 981029 - Save and apply an input transform to input events from the APZ. r=botond
...
This accounts for the fact that in some cases we may not apply all of the
requested paint metrics from the APZ, leaving the two sides of the
GeckoContentController interface out of sync (on purpose).
2014-03-12 15:27:45 -04:00
John Schoenick
80a8e51cbb
Bug 975098 - Fire PluginInstantiated at the document the plugin was instantiated in, even if it moves documents inside NPP_New. r=bsmedberg
2014-03-12 11:47:46 -07:00
John Schoenick
58929ee76f
Bug 975098 - Checks for stopping a plugin should consider that we might be nested inside InstantiatePluginInstance. r=bsmedberg
2014-03-12 11:47:45 -07:00
Vaibhav Agarwal
910cf28c11
Bug 971132 - B2G mochitests should use the new manifest format; r=jmaher
2014-03-12 11:41:08 -04:00
Dan Glastonbury
9c61bd98bb
Bug 983068 - Fix float/half float texture validation. r=jgilbert
2014-03-13 18:48:50 +10:00
Dan Glastonbury
610bb897ee
Bug 982464 - Disable extension functionality after a context lost happens. r=jgilbert
2014-03-12 12:51:39 +10:00
Dan Glastonbury
0dc933b311
Bug 973625 - Implement WebGLFramebuffer completeness status caching. r=jgilbert
2014-03-04 17:14:35 +10:00
Masayuki Nakano
0ae5a1bafc
Bug 977959 part.3 Hide nsINativeKeyBindings with nsIWidget::ExecuteNativeKeyBinding() r=roc+karlt+smichaud
2014-03-14 22:13:31 +09:00
Masayuki Nakano
e8b3f28d26
Bug 977959 part.2 Remove nsINativeKeyBindings::KeyDown() and nsINativeKeyBindings::KeyUp() r=roc, sr=roc
2014-03-14 22:13:31 +09:00
Masayuki Nakano
2778cc48dc
Bug 977959 part.1 Define constants for each command which may be caused by native key bindings r=roc
2014-03-14 22:13:30 +09:00
Peter Van der Beken
0d26c9750b
Bug 983619 - Add Window.getInterface/QueryInterface to WebIDL. r=bz.
2014-02-15 22:12:33 +01:00
Vincent Chen
427d4f169a
Bug 922680 - triage reftests which fail oop, r=ahal
2014-03-11 12:12:10 -04:00
Ethan Tseng
40459f6b3f
Bug 973840 - Back out bug 964132 to fix crashes. r=sworkman
2014-03-03 17:00:11 +08:00
Giovanni Sferro
2bd5689ee7
Bug 968637 - Add "rel" and "relList" to HTMLAreaElement and "relList" to HTMLLinkElement, HTMLAnchorElement. r=bz
2014-03-11 08:04:26 -04:00
Andrea Marchesini
47c5c73d70
Bug 923247 - patch 2 - mute and volume per window, r=ehsan, r=roc
2014-03-11 10:46:55 +00:00
Andrea Marchesini
c68b0b05cf
Bug 923247 - patch 1 - window in the AudioChannelAgent, r=mchen
2014-03-11 10:46:04 +00:00
Chris Pearce
43108ebb2c
Bug 982032 - Don't re-run the COMPLETED state in MediaDecoderStateMachine if we've already run it. r=padenot
2014-03-11 18:06:23 +08:00
Ehsan Akhgari
7361571aea
Bug 981931 - Stop leaking the allocated buffers in PeriodicWave::createBandLimitedTables; r=padenot
2014-03-11 00:41:19 -04:00
Ehsan Akhgari
5bb8bfa8cf
Bug 981428 - Move OSX -framework flags to moz.build; r=mshal
2014-03-10 20:18:33 -04:00
Ehsan Akhgari
c7ba39c574
Bug 981290 - Rewrite content/media/omx/Makefile.in in moz.build; r=mshal
...
--HG--
extra : rebase_source : 168efa0f67252197ef259bb575771b1e87eb98e5
2014-03-10 20:12:37 -04:00
Chris Pearce
625b9f74ae
Bug 973408 - Merge logic from UpdateIdleState and enqueueing decode tasks, so that we always behave consistently, especially WRT setting readers Idle on B2G. r=kinetik
2014-03-11 11:44:10 +08:00
Chris Pearce
6b29454867
Bug 973408 - Set MediaDecoderReaders idle when they're not decoding. r=kinetik
2014-03-11 11:44:10 +08:00
Chris Pearce
7024b04cc3
Bug 973408 - Decode video and audio in separate media tasks. r=kinetik
2014-03-11 11:44:09 +08:00
Chris Pearce
b078dcfd7a
Bug 973408 - Split innards of MediaDecoderStateMachine::DecodeLoop() into sub DecodeAudio/DecodeVideo functions. r=kinetik
2014-03-11 11:44:09 +08:00
Chris Pearce
7a3ec7f3ef
Bug 973408 - Add pop listeners to MediaQueue. r=kinetik
2014-03-11 11:44:09 +08:00
Chris Pearce
f2ceb11023
Bug 973408 - Don't block a decode thread while awaiting resources. r=kinetik
2014-03-11 11:44:09 +08:00
Chris Pearce
3c12cc7501
Bug 973408 - Split DecodeThreadRun() into separate decode tasks. r=kinetik
2014-03-11 11:44:09 +08:00
Chris Pearce
2634dbcd59
Bug 973408 - Remove MediaDecoderStateMachine::GetAmpleVideoFrames(), and MediaOMXStateMachine. r=kinetik
2014-03-11 11:44:08 +08:00
Chris Pearce
bc8ada7974
Bug 973408 - Move MediaDecoderStateMachine::DecodeLoop()'s local variables to class members so the function can be made reentrant in future. r=kinetik
2014-03-11 11:44:08 +08:00
Jeff Gilbert
cfbd1710d1
Bug 943190 - Add test for WEBGL_compressed_texture_etc1. - r=kamidphish
2014-03-10 15:42:58 -07:00
Jeff Gilbert
7e236f76f8
Bug 943190 - Implement WEBGL_compressed_texture_et1. - r=kamidphish
2014-03-10 15:42:58 -07:00
Boris Zbarsky
51c7e3a485
Bug 980965. Stop using DOM constructors as functions in chrome code. r=bholley
2014-03-10 17:38:14 -04:00
Boris Zbarsky
9342d0d685
Bug 980243. Make sure that image src sets do something even if the src is being set to the value it already has. r=sicking
2014-03-10 17:38:02 -04:00
Ed Morley
18e659d594
Backed out changeset d86a702e24c0 (bug 923247) for build failures; CLOSED TREE
2014-03-10 17:04:25 +00:00
Ed Morley
98cffb45bb
Backed out changeset 98f7e8789561 (bug 923247)
2014-03-10 17:04:04 +00:00
Andrea Marchesini
957cd4aa97
Bug 923247 - patch 2 - mute and volume per window, r=ehsan, r=roc
2014-03-10 16:36:15 +00:00
Andrea Marchesini
af673bd5ac
Bug 923247 - patch 1 - window in the AudioChannelAgent, r=mchen
2014-03-10 16:36:07 +00:00
Nathan Froyd
fb7c786978
Bug 978105 - convert content/ to use Endian.h; r=smaug
2014-02-26 20:20:15 -05:00
Ryan VanderMeulen
1adee1da91
Merge m-c to inbound.
2014-03-10 11:29:15 -04:00
Blake Kaplan
849fa92484
Bug 980586 - Remove old e10s prompt code. r=smaug
2014-03-10 08:57:07 -04:00
Max Vujovic
92f3fc518b
Bug 948265 - Remove deprecated filterRes attribute from SVG filters. r=roc, r=hsivonen
2014-03-10 08:55:25 -04:00
Carsten "Tomcat" Book
7b19aee5a4
Merge mozilla-central to mozilla-inbound
2014-03-10 12:34:00 +01:00
Phil Ringnalda
9af2bc08c2
Merge m-c to b-i
2014-03-09 20:43:45 -07:00