[webkit-changes] [156652] trunk

2013-09-30 Thread jer . noble
652) @@ -1,3 +1,13 @@ +2013-09-27 Jer Noble + +[Mac] Add AudioTrack support to MediaPlayerPrivateAVFObC. +https://bugs.webkit.org/show_bug.cgi?id=122043 + +Reviewed by Eric Carlson. + +* media/track/audio-track-expected.txt: Added. +* media/track/au

[webkit-changes] [156653] trunk/Source/WebCore

2013-09-30 Thread jer . noble
Modified: trunk/Source/WebCore/ChangeLog (156652 => 156653) --- trunk/Source/WebCore/ChangeLog 2013-09-30 15:17:28 UTC (rev 156652) +++ trunk/Source/WebCore/ChangeLog 2013-09-30 15:39:10 UTC (rev 156653) @@ -1,3 +1,14 @@ +2013-09-30 Jer Noble + +Unreviewed Mac-Lion build

[webkit-changes] [156656] trunk

2013-09-30 Thread jer . noble
/WebCore/Modules/mediacontrols/mediaControlsApple.js Diff Modified: trunk/LayoutTests/ChangeLog (156655 => 156656) --- trunk/LayoutTests/ChangeLog 2013-09-30 15:43:34 UTC (rev 156655) +++ trunk/LayoutTests/ChangeLog 2013-09-30 16:09:37 UTC (rev 156656) @@ -1,5 +1,15 @@ 2013-09-27 Jer No

[webkit-changes] [156664] trunk

2013-09-30 Thread jer . noble
1,3 +1,17 @@ +2013-09-30 Jer Noble + +Unreviewed, roll back in r156546 with rebaselined tests. +https://bugs.webkit.org/show_bug.cgi?id=122111 + +* platform/mac/TestExpectations: +* platform/mac/fast/hidpi/video-controls-in-hidpi-expected.png: +* platform/mac/f

[webkit-changes] [156726] trunk/Source/WebCore

2013-10-01 Thread jer . noble
726) --- trunk/Source/WebCore/ChangeLog 2013-10-01 18:50:12 UTC (rev 156725) +++ trunk/Source/WebCore/ChangeLog 2013-10-01 19:31:13 UTC (rev 156726) @@ -1,3 +1,17 @@ +2013-10-01 Jer Noble + +Unreviewed build fix; The addedFunction and removedFunction arguments

[webkit-changes] [143764] trunk/Source/WebKit2

2013-02-22 Thread jer . noble
013-02-22 19:44:44 UTC (rev 143763) +++ trunk/Source/WebKit2/ChangeLog 2013-02-22 19:48:02 UTC (rev 143764) @@ -1,3 +1,17 @@ +2013-02-21 Jer Noble + +Two video contollers appear after exiting the fullscreen video when using menubar to exit. +https://bugs.webkit.org/show_bug.cgi

[webkit-changes] [143945] trunk/Source/WebCore

2013-02-25 Thread jer . noble
unk/Source/WebCore/ChangeLog 2013-02-25 18:24:05 UTC (rev 143945) @@ -1,3 +1,25 @@ +2013-02-25 Jer Noble + +AVFoundation.framework and QTKit.framework are lazy-loaded on every WebProcess launch +https://bugs.webkit.org/show_bug.cgi?id=110725 + +Reviewed by Eric Carl

[webkit-changes] [143981] trunk/Source/WebKit2

2013-02-25 Thread jer . noble
/WebFrameLoaderClient.cpp Diff Modified: trunk/Source/WebKit2/ChangeLog (143980 => 143981) --- trunk/Source/WebKit2/ChangeLog 2013-02-25 23:36:52 UTC (rev 143980) +++ trunk/Source/WebKit2/ChangeLog 2013-02-25 23:39:02 UTC (rev 143981) @@ -1,3 +1,18 @@ +2013-02-25 Jer Noble + +Safari sh

[webkit-changes] [143982] trunk/Source/WebKit2

2013-02-25 Thread jer . noble
1,5 +1,20 @@ 2013-02-25 Jer Noble +Full screen mode should not exit when application resigns active state. +https://bugs.webkit.org/show_bug.cgi?id=106129 + +Reviewed by Darin Adler. + +Now that full screen windows get their own full screen space, there is no reason

[webkit-changes] [143984] trunk/Source

2013-02-25 Thread jer . noble
rce/WTF/ChangeLog 2013-02-26 00:21:51 UTC (rev 143984) @@ -1,3 +1,14 @@ +2013-02-25 Jer Noble + +Normalize ENABLE_ENCRYPTED_MEDIA definitions across all FeatureDefines files. +https://bugs.webkit.org/show_bug.cgi?id=110806 + +Reviewed by Alexey Proskuryakov. + +Ens

[webkit-changes] [144011] trunk/Source/WebKit2

2013-02-25 Thread jer . noble
ort/WebFrameLoaderClient.cpp Diff Modified: trunk/Source/WebKit2/ChangeLog (144010 => 144011) --- trunk/Source/WebKit2/ChangeLog 2013-02-26 07:21:52 UTC (rev 144010) +++ trunk/Source/WebKit2/ChangeLog 2013-02-26 07:42:59 UTC (rev 144011) @@ -1,3 +1,15 @@ +2013-02-25 Jer Noble + +REGRESSION(r

[webkit-changes] [144091] trunk/Source

2013-02-26 Thread jer . noble
Modified: trunk/Source/_javascript_Core/ChangeLog (144090 => 144091) --- trunk/Source/_javascript_Core/ChangeLog 2013-02-26 20:48:56 UTC (rev 144090) +++ trunk/Source/_javascript_Core/ChangeLog 2013-02-26 20:51:43 UTC (rev 144091) @@ -1,3 +1,9 @@ +2013-02-26 Jer Noble + +Unreviewed bu

[webkit-changes] [144228] trunk/Source/WebKit2

2013-02-27 Thread jer . noble
; 144228) --- trunk/Source/WebKit2/ChangeLog 2013-02-27 20:43:46 UTC (rev 144227) +++ trunk/Source/WebKit2/ChangeLog 2013-02-27 20:44:46 UTC (rev 144228) @@ -1,3 +1,18 @@ +2013-02-27 Jer Noble + +REGRESSION (48533): Full-frame plugins stopped working (download instead of loading th

[webkit-changes] [144672] trunk/Source/WebKit2

2013-03-04 Thread jer . noble
it2/ChangeLog 2013-03-04 22:05:57 UTC (rev 144671) +++ trunk/Source/WebKit2/ChangeLog 2013-03-04 22:08:26 UTC (rev 144672) @@ -1,3 +1,39 @@ +2013-03-04 Jer Noble + +Add API to allow WK2 clients to query the list of installed plug-ins. +https://bugs.webkit.org/show_bug.cgi?id=111

[webkit-changes] [144680] trunk/Source/WebKit2

2013-03-04 Thread jer . noble
=> 144680) --- trunk/Source/WebKit2/ChangeLog 2013-03-04 22:41:13 UTC (rev 144679) +++ trunk/Source/WebKit2/ChangeLog 2013-03-04 22:44:20 UTC (rev 144680) @@ -1,3 +1,13 @@ +2013-03-04 Jer Noble + +Unreviewed build fix: wrap references to PluginInfoStore with +guards for platfo

[webkit-changes] [145001] trunk

2013-03-06 Thread jer . noble
rev 145001) @@ -1,3 +1,12 @@ +2013-03-06 Jer Noble + +Full screen from an iframe with a z-index style will allow siblings with higher z-index to overlay full screen content. +https://bugs.webkit.org/show_bug.cgi?id=111637 + +Reviewed by Simon Fraser. + +* fullscreen/f

[webkit-changes] [145011] trunk/WebKitLibraries

2013-03-06 Thread jer . noble
ies/ChangeLog 2013-03-07 01:16:03 UTC (rev 145011) @@ -1,3 +1,10 @@ +2013-03-06 Jer Noble + +Unreviewed build fix. Add ENABLE_CURSOR_VISIBILITY to the list of FEATURE_DEFINES for +(non-Cairo) Windows builds. + +* win/tools/vsprops/FeatureDefines.vsprops: + 2013-03-05 Ki

[webkit-changes] [145031] trunk

2013-03-06 Thread jer . noble
:46:16 UTC (rev 145031) @@ -1,3 +1,9 @@ +2013-03-06 Jer Noble + +Unreviewed gardening. + +* platform/win/TestExpectations: + 2013-03-06 Julien Chaffraix [CSS Grid Layout] Extend our grammar to support 2 positions for grid-{row|column} Modified: trunk/LayoutTe

[webkit-changes] [145409] trunk/Source

2013-03-11 Thread jer . noble
/WKFullScreenWindowController.mm Diff Modified: trunk/Source/WebCore/ChangeLog (145408 => 145409) --- trunk/Source/WebCore/ChangeLog 2013-03-11 21:48:19 UTC (rev 145408) +++ trunk/Source/WebCore/ChangeLog 2013-03-11 21:51:19 UTC (rev 145409) @@ -1,3 +1,15 @@ +2013-01-30 Jer Noble + +Mac: Cmd-w should cl

[webkit-changes] [145414] trunk/Source/WebKit/mac

2013-03-11 Thread jer . noble
mac/ChangeLog 2013-03-11 22:22:33 UTC (rev 145414) @@ -1,3 +1,10 @@ +2013-03-11 Jer Noble + +Unreviewed build fix. Remove stray brace which crept into r145409. + +* WebView/WebFullScreenController.mm: +(-[WebFullScreenController performClose:]): + 2013-01-30 Jer No

[webkit-changes] [150452] trunk

2013-05-21 Thread jer . noble
-05-20 Jer Noble + +Implement overlap avoidance for cues with snap-to-lines flag not set +https://bugs.webkit.org/show_bug.cgi?id=84296 + +Reviewed by Eric Carlson. + +* media/track/track-cue-overlap-snap-to-lines-not-set-expected.txt: Added. +* media/tr

[webkit-changes] [150453] trunk/Source/WebCore

2013-05-21 Thread jer . noble
@@ -1,3 +1,41 @@ +2013-05-21 Jer Noble + +Implement overlap-avoidance for in-band text track cues. +https://bugs.webkit.org/show_bug.cgi?id=116540 + +Reviewed by Eric Carlson. + +In-band (or Generic) cues need special casing for certain features +present

[webkit-changes] [150454] trunk/Source/WebCore

2013-05-21 Thread jer . noble
/html/shadow/MediaControlsApple.cpp Diff Modified: trunk/Source/WebCore/ChangeLog (150453 => 150454) --- trunk/Source/WebCore/ChangeLog 2013-05-21 17:16:34 UTC (rev 150453) +++ trunk/Source/WebCore/ChangeLog 2013-05-21 17:20:17 UTC (rev 150454) @@ -1,5 +1,18 @@ 2013-05-21 J

[webkit-changes] [150455] trunk/Tools

2013-05-21 Thread jer . noble
ols/ChangeLog 2013-05-21 17:26:54 UTC (rev 150455) @@ -1,3 +1,13 @@ +2013-05-21 Jer Noble + +Unreviewed; fix lldb synthetic representation of WTF::Vector after r148891. + +* lldb/lldb_webkit.py: +(WTFVectorProvider.num_children): +(WTFVectorProvider.get_child_in

[webkit-changes] [150471] trunk/LayoutTests/ChangeLog

2013-05-21 Thread jer . noble
Title: [150471] trunk/LayoutTests/ChangeLog Revision 150471 Author jer.no...@apple.com Date 2013-05-21 13:02:11 -0700 (Tue, 21 May 2013) Log Message Unreviewed gardening; rebaseline and re-enable media/track/track-cue-rendering-snap-to-lines-not-set.html https://bugs.webkit.org/show_bug.c

[webkit-changes] [150476] trunk/LayoutTests

2013-05-21 Thread jer . noble
unk/LayoutTests/ChangeLog 2013-05-21 20:52:55 UTC (rev 150476) @@ -1,3 +1,11 @@ +2013-05-21 Jer Noble + +Unreviewed gardening; rebaseline and re-enable media/track/track-cue-rendering-snap-to-lines-not-set.html + +* media/track/track-cue-rendering-snap-to-lines-not-set-expected.

[webkit-changes] [150557] trunk/Source/WebCore

2013-05-22 Thread jer . noble
ore/ChangeLog 2013-05-23 00:05:23 UTC (rev 150557) @@ -1,3 +1,10 @@ +2013-05-22 Jer Noble + +Unreviewed build fix; cast OSStatus to an int before passing it to printf. + +* platform/audio/mac/AudioSessionMac.cpp: +(WebCore::AudioSession::setPreferredBufferSize): + 2013-05

[webkit-changes] [150810] trunk

2013-05-28 Thread jer . noble
C (rev 150810) @@ -1,3 +1,13 @@ +2013-05-28 Jer Noble + +Made AudioNode an EventTarget +https://bugs.webkit.org/show_bug.cgi?id=116871 + +Reviewed by Darin Adler. + +* webaudio/audionode-expected.txt: +* webaudio/audionode.html: + 2013-05-28 Sergio

[webkit-changes] [150827] trunk/Source/WebCore

2013-05-28 Thread jer . noble
/RenderTextTrackCue.cpp Diff Modified: trunk/Source/WebCore/ChangeLog (150826 => 150827) --- trunk/Source/WebCore/ChangeLog 2013-05-28 20:05:30 UTC (rev 150826) +++ trunk/Source/WebCore/ChangeLog 2013-05-28 20:17:47 UTC (rev 150827) @@ -1,3 +1,15 @@ +2013-05-28 Jer Noble + +Crash

[webkit-changes] [150905] trunk

2013-05-29 Thread jer . noble
ator-ended-expected.txt trunk/LayoutTests/webaudio/oscillator-ended.html Diff Modified: trunk/LayoutTests/ChangeLog (150904 => 150905) --- trunk/LayoutTests/ChangeLog 2013-05-29 16:54:39 UTC (rev 150904) +++ trunk/LayoutTests/ChangeLog 2013-05-29 17:11:53 UTC (rev 150905) @@ -1,3 +1,15 @@ +2013-05-

[webkit-changes] [150928] trunk/LayoutTests

2013-05-29 Thread jer . noble
unk/LayoutTests/media/video-pause-immediately.html Diff Modified: trunk/LayoutTests/ChangeLog (150927 => 150928) --- trunk/LayoutTests/ChangeLog 2013-05-29 20:43:33 UTC (rev 150927) +++ trunk/LayoutTests/ChangeLog 2013-05-29 20:55:33 UTC (rev 150928) @@ -1,3 +1,16 @@ +2013-05-29 Jer

[webkit-changes] [150929] trunk

2013-05-29 Thread jer . noble
k-multiple-expected.txt trunk/LayoutTests/media/video-seek-multiple.html Diff Modified: trunk/LayoutTests/ChangeLog (150928 => 150929) --- trunk/LayoutTests/ChangeLog 2013-05-29 20:55:33 UTC (rev 150928) +++ trunk/LayoutTests/ChangeLog 2013-05-29 21:20:47 UTC (rev 150929) @@ -1,5 +1,15 @@ 2013-05-

[webkit-changes] [150933] trunk/Source/WebCore

2013-05-29 Thread jer . noble
013-05-29 21:59:58 UTC (rev 150933) @@ -1,3 +1,10 @@ +2013-05-29 Jer Noble + +Unreviewed build fix; remove unintentional semicolon. + +* Modules/webaudio/AudioScheduledSourceNode.cpp: +(WebCore::AudioScheduledSourceNode::finish): + 2013-05-29 Anders Carls

[webkit-changes] [150971] trunk/Source/WebCore

2013-05-30 Thread jer . noble
rce/WebCore/ChangeLog (150970 => 150971) --- trunk/Source/WebCore/ChangeLog 2013-05-30 17:52:33 UTC (rev 150970) +++ trunk/Source/WebCore/ChangeLog 2013-05-30 18:19:00 UTC (rev 150971) @@ -1,3 +1,49 @@ +2013-05-30 Jer Noble + +HTMLMediaElement will not unthrottle page when playback

[webkit-changes] [151017] trunk/LayoutTests

2013-05-31 Thread jer . noble
/ChangeLog trunk/LayoutTests/fast/js/date-DST-time-cusps-expected.txt Diff Modified: trunk/LayoutTests/ChangeLog (151016 => 151017) --- trunk/LayoutTests/ChangeLog 2013-05-31 15:52:08 UTC (rev 151016) +++ trunk/LayoutTests/ChangeLog 2013-05-31 15:53:54 UTC (rev 151017) @@ -1,3 +1,9 @@ +2013-05-31

[webkit-changes] [151301] trunk/Source/WebCore

2013-06-06 Thread jer . noble
ified: trunk/Source/WebCore/ChangeLog (151300 => 151301) --- trunk/Source/WebCore/ChangeLog 2013-06-06 23:37:24 UTC (rev 151300) +++ trunk/Source/WebCore/ChangeLog 2013-06-06 23:53:41 UTC (rev 151301) @@ -1,3 +1,38 @@ +2013-06-03 Jer Noble + +Upstream iOS WebAudio behavior rest

[webkit-changes] [151302] trunk/Source/WebCore

2013-06-06 Thread jer . noble
151302) --- trunk/Source/WebCore/ChangeLog 2013-06-06 23:53:41 UTC (rev 151301) +++ trunk/Source/WebCore/ChangeLog 2013-06-07 00:12:31 UTC (rev 151302) @@ -1,3 +1,27 @@ +2013-06-06 Jer Noble + +Restrict WebAudio from playing when disallowed by page. +https://bugs.webkit.org/show_bug.

[webkit-changes] [151447] trunk/Source/WebKit2

2013-06-11 Thread jer . noble
:48:08 UTC (rev 151447) @@ -1,3 +1,18 @@ +2013-06-11 Jer Noble + +Do not filter cookies requested through the CookieStorageShim. +https://bugs.webkit.org/show_bug.cgi?id=117511 + + +Reviewed by Beth Dakin. + +Since the shim function is called when

[webkit-changes] [151460] trunk/Source/WebCore

2013-06-11 Thread jer . noble
/ChangeLog (151459 => 151460) --- trunk/Source/WebCore/ChangeLog 2013-06-11 19:53:06 UTC (rev 151459) +++ trunk/Source/WebCore/ChangeLog 2013-06-11 19:58:28 UTC (rev 151460) @@ -1,3 +1,15 @@ +2013-06-11 Jer Noble + +Set the font size for in-band captions on the display box, not the :

[webkit-changes] [151473] trunk/Source/WebCore

2013-06-11 Thread jer . noble
UTC (rev 151473) @@ -1,3 +1,16 @@ +2013-06-11 Jer Noble + +REGRESSION: (r149232) videos on disney.com are initially scrambled on load +https://bugs.webkit.org/show_bug.cgi?id=117517 + +Reviewed by Eric Carlson. + +Set a background color on the AVPlayerLayer to av

[webkit-changes] [151606] trunk/Source/WebCore

2013-06-14 Thread jer . noble
k/Source/WebCore/ChangeLog 2013-06-14 21:55:48 UTC (rev 151606) @@ -1,3 +1,17 @@ +2013-06-14 Jer Noble + +REGRESSION (r150651): Web Audio doesn't work at all (silence or squawks) on Mountain Lion +https://bugs.webkit.org/show_bug.cgi?id=117652 + +Reviewed by

[webkit-changes] [151608] trunk/Source

2013-06-14 Thread jer . noble
hangeLog 2013-06-14 22:21:13 UTC (rev 151607) +++ trunk/Source/WebCore/ChangeLog 2013-06-14 22:27:35 UTC (rev 151608) @@ -1,3 +1,27 @@ +2013-06-13 Jer Noble + +Add support for AVFoundation-backed HTMLMediaElements in the WebVideoFullScreenController. +https://bugs.webki

[webkit-changes] [151609] trunk/Source/WebCore

2013-06-14 Thread jer . noble
unk/Source/WebCore/ChangeLog 2013-06-14 22:27:35 UTC (rev 151608) +++ trunk/Source/WebCore/ChangeLog 2013-06-14 22:40:10 UTC (rev 151609) @@ -1,5 +1,36 @@ 2013-06-13 Jer Noble +Report the memory cost of HTMLMediaElements to GC. +https://bugs.webkit.org/show_bug.cgi?id=117

[webkit-changes] [151785] trunk/Source/WebCore

2013-06-20 Thread jer . noble
Modified: trunk/Source/WebCore/ChangeLog (151784 => 151785) --- trunk/Source/WebCore/ChangeLog 2013-06-20 18:07:48 UTC (rev 151784) +++ trunk/Source/WebCore/ChangeLog 2013-06-20 18:24:08 UTC (rev 151785) @@ -1,3 +1,15 @@ +2013-06-19 Jer Noble + +Roll-on in-band captions are displayed bot

[webkit-changes] [151844] trunk/Source/WebCore

2013-06-21 Thread jer . noble
844) --- trunk/Source/WebCore/ChangeLog 2013-06-21 17:42:52 UTC (rev 151843) +++ trunk/Source/WebCore/ChangeLog 2013-06-21 17:52:16 UTC (rev 151844) @@ -1,3 +1,20 @@ +2013-06-21 Jer Noble + +[iOS] Hang drawing captions after pressing the home button while playing a video +ht

[webkit-changes] [151942] trunk/LayoutTests

2013-06-24 Thread jer . noble
trunk/LayoutTests/platform/mac-wk2/TestExpectations Diff Modified: trunk/LayoutTests/ChangeLog (151941 => 151942) --- trunk/LayoutTests/ChangeLog 2013-06-25 00:41:56 UTC (rev 151941) +++ trunk/LayoutTests/ChangeLog 2013-06-25 00:51:14 UTC (rev 151942) @@ -1,3 +1,26 @@ +2013-06-24 J

[webkit-changes] [152038] trunk

2013-06-26 Thread jer . noble
diobuffer-neuter.html Diff Modified: trunk/LayoutTests/ChangeLog (152037 => 152038) --- trunk/LayoutTests/ChangeLog 2013-06-26 22:36:21 UTC (rev 152037) +++ trunk/LayoutTests/ChangeLog 2013-06-26 22:51:55 UTC (rev 152038) @@ -1,3 +1,13 @@ +2013-06-26 Jer Noble + +Potential use-after-fr

[webkit-changes] [152184] trunk/LayoutTests

2013-06-28 Thread jer . noble
ime-expected.txt trunk/LayoutTests/media/video-currentTime.html Diff Modified: trunk/LayoutTests/ChangeLog (152183 => 152184) --- trunk/LayoutTests/ChangeLog 2013-06-28 19:09:52 UTC (rev 152183) +++ trunk/LayoutTests/ChangeLog 2013-06-28 19:55:18 UTC (rev 152184) @@ -1,3 +1,16 @@ +2013-06-2

[webkit-changes] [152234] trunk/Source

2013-07-01 Thread jer . noble
: trunk/Source/WebCore/ChangeLog (152233 => 152234) --- trunk/Source/WebCore/ChangeLog 2013-07-01 18:12:31 UTC (rev 152233) +++ trunk/Source/WebCore/ChangeLog 2013-07-01 18:40:27 UTC (rev 152234) @@ -1,3 +1,23 @@ +2013-06-27 Jer Noble + +Audio in apps which embed WebViews is corrup

[webkit-changes] [152324] trunk/Source/WebCore

2013-07-02 Thread jer . noble
22:12:18 UTC (rev 152324) @@ -1,3 +1,18 @@ +2013-07-02 Jer Noble + +media/unsupported-rtsp.html is failing +https://bugs.webkit.org/show_bug.cgi?id=118327 + +Reviewed by Eric Carlson. + +Fixes the media/unsupported-rtsp.html test. + +Set the contentType fi

[webkit-changes] [152366] trunk/Tools

2013-07-03 Thread jer . noble
Log 2013-07-03 17:28:10 UTC (rev 152365) +++ trunk/Tools/ChangeLog 2013-07-03 17:28:43 UTC (rev 152366) @@ -1,3 +1,21 @@ +2013-07-03 Jer Noble + +Xcode often gets in a state where the debugger is completely unresponsive +https://bugs.webkit.org/show_bug.cgi?id=118157 + +

[webkit-changes] [159208] trunk

2013-11-13 Thread jer . noble
} + + + + + +Test that fastSeek() commands work correctly. + + \ No newline at end of file Modified: trunk/Source/WebCore/ChangeLog (159207 => 159208) --- trunk/Source/WebCore/ChangeLog 2013-11-13 18:17:40 UTC (rev 159207) +++ trunk/Source/WebCore/ChangeLog 2013-1

[webkit-changes] [159306] trunk/LayoutTests

2013-11-14 Thread jer . noble
eek.html Diff Modified: trunk/LayoutTests/ChangeLog (159305 => 159306) --- trunk/LayoutTests/ChangeLog 2013-11-14 21:14:40 UTC (rev 159305) +++ trunk/LayoutTests/ChangeLog 2013-11-14 21:26:06 UTC (rev 159306) @@ -1,3 +1,16 @@ +2013-11-14 Jer Noble + +Flaky Test: media/video-fas

[webkit-changes] [159343] trunk

2013-11-15 Thread jer . noble
unk/Source/WTF/ChangeLog 2013-11-15 18:03:47 UTC (rev 159343) @@ -1,3 +1,17 @@ +2013-11-15 Jer Noble + +MediaTime addition and subtraction operators have errors when the rhs is infinite. +https://bugs.webkit.org/show_bug.cgi?id=124413 + +Reviewed by Eric Carl

[webkit-changes] [159363] trunk

2013-11-15 Thread jer . noble
-exception.html Diff Modified: trunk/LayoutTests/ChangeLog (159362 => 159363) --- trunk/LayoutTests/ChangeLog 2013-11-15 23:22:13 UTC (rev 159362) +++ trunk/LayoutTests/ChangeLog 2013-11-15 23:38:48 UTC (rev 159363) @@ -1,3 +1,13 @@ +2013-11-15 Jer Noble + +HTMLMediaElement should

[webkit-changes] [159367] trunk/Source/WebKit/win

2013-11-15 Thread jer . noble
win/ChangeLog 2013-11-15 23:50:26 UTC (rev 159367) @@ -1,3 +1,10 @@ +2013-11-15 Jer Noble + +Unreviewed Win build fix; setCurrentTime() no longer takes an exception parameter. + +* FullscreenVideoController.cpp: +(FullscreenVideoController::setCurrentTime): + 2013-11

[webkit-changes] [159368] trunk/Source/WebCore

2013-11-15 Thread jer . noble
368) @@ -1,3 +1,42 @@ +2013-11-15 Jer Noble + +[Mac][AVF] Allow video and audio tracks to be initialized with an AVAssetTrack. +https://bugs.webkit.org/show_bug.cgi?id=124421 + +Reviewed by Eric Carlson. + +Currently, VideoTrackPrivateAVFObjC and AudioTrackPrivateAVFO

[webkit-changes] [159443] trunk/Source

2013-11-18 Thread jer . noble
r.cpp Diff Modified: trunk/Source/WTF/ChangeLog (159442 => 159443) --- trunk/Source/WTF/ChangeLog 2013-11-18 19:53:06 UTC (rev 159442) +++ trunk/Source/WTF/ChangeLog 2013-11-18 19:59:42 UTC (rev 159443) @@ -1,3 +1,15 @@ +2013-11-17 Jer Noble + +[WTF] Media time should not have a con

[webkit-changes] [159518] trunk/Source/WebCore

2013-11-19 Thread jer . noble
Log (159517 => 159518) --- trunk/Source/WebCore/ChangeLog 2013-11-19 21:23:37 UTC (rev 159517) +++ trunk/Source/WebCore/ChangeLog 2013-11-19 21:37:02 UTC (rev 159518) @@ -1,3 +1,48 @@ +2013-11-19 Jer Noble + +[Mac] 10X slower than Chrome when drawing a video into a canvas +

[webkit-changes] [159525] trunk/Source/WebCore

2013-11-19 Thread jer . noble
-11-19 23:06:22 UTC (rev 159525) @@ -1,3 +1,16 @@ +2013-11-19 Jer Noble + +[Mac] 9 WebGL conformance failures after r159518. +https://bugs.webkit.org/show_bug.cgi?id=124608 + +Reviewed by Dean Jackson. + +Once we removed the CIImage drawing path, there was no longer

[webkit-changes] [159722] trunk/Source

2013-11-22 Thread jer . noble
; 159722) --- trunk/Source/WebCore/ChangeLog 2013-11-23 00:36:55 UTC (rev 159721) +++ trunk/Source/WebCore/ChangeLog 2013-11-23 00:57:51 UTC (rev 159722) @@ -1,3 +1,18 @@ +2013-11-22 Jer Noble + +[Mac] Can't drag full-screen video to another monitor +https://bugs.webkit.org

[webkit-changes] [160247] trunk/Tools

2013-12-06 Thread jer . noble
-12-06 22:22:13 UTC (rev 160247) @@ -1,3 +1,21 @@ +2013-12-06 Jer Noble + +Strip out extraneous logging from AppleGVA in media tests. +https://bugs.webkit.org/show_bug.cgi?id=125357 + +Reviewed by Simon Fraser. + +Add a mechanism for stripping out abritrary regu

[webkit-changes] [160249] trunk/LayoutTests

2013-12-06 Thread jer . noble
/ChangeLog trunk/LayoutTests/platform/mac/TestExpectations Diff Modified: trunk/LayoutTests/ChangeLog (160248 => 160249) --- trunk/LayoutTests/ChangeLog 2013-12-06 22:27:25 UTC (rev 160248) +++ trunk/LayoutTests/ChangeLog 2013-12-06 22:31:22 UTC (rev 160249) @@ -1,3 +1,9 @@ +2013-12-06 Jer No

[webkit-changes] [160261] trunk

2013-12-06 Thread jer . noble
/WebKitTestRunner/TestController.cpp Diff Modified: trunk/Source/WebCore/ChangeLog (160260 => 160261) --- trunk/Source/WebCore/ChangeLog 2013-12-07 00:45:11 UTC (rev 160260) +++ trunk/Source/WebCore/ChangeLog 2013-12-07 00:56:24 UTC (rev 160261) @@ -1,3 +1,15 @@ +2013-12-05 Jer Noble + +[MSE]

[webkit-changes] [160263] trunk/Source/WebCore

2013-12-06 Thread jer . noble
262) +++ trunk/Source/WebCore/ChangeLog 2013-12-07 01:01:45 UTC (rev 160263) @@ -1,3 +1,18 @@ +2013-12-05 Jer Noble + +[MSE][Mac] Disable AVFoundation when enabling the MockMediaPlayerMediaSource. +https://bugs.webkit.org/show_bug.cgi?id=125338 + +Reviewed by Darin Ad

[webkit-changes] [160281] trunk/Source/WebCore

2013-12-08 Thread jer . noble
form/mock/mediasource/MockSourceBufferPrivate.h Diff Modified: trunk/Source/WebCore/ChangeLog (160280 => 160281) --- trunk/Source/WebCore/ChangeLog 2013-12-08 06:17:18 UTC (rev 160280) +++ trunk/Source/WebCore/ChangeLog 2013-12-08 06:39:39 UTC (rev 160281) @@ -1,3 +1,45 @@ +2013-12-04 Jer Noble + +

[webkit-changes] [160282] trunk

2013-12-08 Thread jer . noble
l Diff Modified: trunk/LayoutTests/ChangeLog (160281 => 160282) --- trunk/LayoutTests/ChangeLog 2013-12-08 06:39:39 UTC (rev 160281) +++ trunk/LayoutTests/ChangeLog 2013-12-08 06:43:27 UTC (rev 160282) @@ -1,3 +1,13 @@ +2013-12-05 Jer Noble + +[MSE] Bring end-of-stream algorith

[webkit-changes] [160738] trunk/Source/WebCore

2013-12-17 Thread jer . noble
0738) @@ -1,3 +1,21 @@ +2013-12-17 Jer Noble + +[MSE][Mac] Null-deref in CMSampleBufferIsRandomAccess(). +https://bugs.webkit.org/show_bug.cgi?id=125698 + +Reviewed by Sam Weinig. + +If a given CMSampleBufferRef does not have a sample attachments array (which is

[webkit-changes] [160739] trunk

2013-12-17 Thread jer . noble
trunk/LayoutTests/ChangeLog (160738 => 160739) --- trunk/LayoutTests/ChangeLog 2013-12-18 00:56:39 UTC (rev 160738) +++ trunk/LayoutTests/ChangeLog 2013-12-18 00:57:44 UTC (rev 160739) @@ -1,3 +1,13 @@ +2013-12-17 Jer Noble + +[MSE] Update duration after appending samples, per spec. +

[webkit-changes] [160749] trunk

2013-12-17 Thread jer . noble
unk/Source/WebCore/ChangeLog 2013-12-18 04:32:23 UTC (rev 160748) +++ trunk/Source/WebCore/ChangeLog 2013-12-18 05:37:02 UTC (rev 160749) @@ -1,3 +1,21 @@ +2013-12-17 Jer Noble + +Fix TimeRanges::intersectWith +https://bugs.webkit.org/show_bug.cgi?id=118802 + +Test: TestWebKit

[webkit-changes] [160754] trunk/Source/WebCore

2013-12-17 Thread jer . noble
unk/Source/WebCore/ChangeLog 2013-12-18 06:49:50 UTC (rev 160754) @@ -1,3 +1,39 @@ +2013-12-17 Jer Noble + +[MSE] Add per-track signalling between SourceBuffer and SourceBufferPrivate. +https://bugs.webkit.org/show_bug.cgi?id=125899 + +Reviewed by Eric Carlson. + +

[webkit-changes] [160755] trunk

2013-12-17 Thread jer . noble
755) --- trunk/LayoutTests/ChangeLog 2013-12-18 06:49:50 UTC (rev 160754) +++ trunk/LayoutTests/ChangeLog 2013-12-18 07:37:08 UTC (rev 160755) @@ -1,3 +1,13 @@ +2013-12-17 Jer Noble + +[MSE] Periodically monitor source buffers. +https://bugs.webkit.org/show_bug.cgi?id=125

[webkit-changes] [160810] trunk/Source/WebCore

2013-12-18 Thread jer . noble
k/Source/WebCore/ChangeLog 2013-12-19 00:52:47 UTC (rev 160809) +++ trunk/Source/WebCore/ChangeLog 2013-12-19 01:14:26 UTC (rev 160810) @@ -1,3 +1,39 @@ +2013-12-17 Jer Noble + +[MSE][Mac] Add AVSampleBufferAudioRenderer support. +https://bugs.webkit.org/show_bug.cgi?i

[webkit-changes] [160825] trunk/Source/WebCore

2013-12-18 Thread jer . noble
geLog (160824 => 160825) --- trunk/Source/WebCore/ChangeLog 2013-12-19 06:12:09 UTC (rev 160824) +++ trunk/Source/WebCore/ChangeLog 2013-12-19 07:01:59 UTC (rev 160825) @@ -1,3 +1,41 @@ +2013-12-18 Jer Noble + +[MSE][Mac] Add AVSampleBufferRendererSynchronizer support. +https:/

[webkit-changes] [160839] trunk/Source/WebCore

2013-12-19 Thread jer . noble
839) @@ -1,3 +1,14 @@ +2013-12-19 Jer Noble + +Build fix for platforms which do not define -[AVSampleBufferAudioRenderer muted]. +Rubber-stamped by Eric Carlson. + +To work around platforms with broken AVSampleBufferAudioRenderer headers, just +declare only th

[webkit-changes] [163335] trunk/Source/WebKit2

2014-02-03 Thread jer . noble
335) --- trunk/Source/WebKit2/ChangeLog 2014-02-03 23:36:42 UTC (rev 163334) +++ trunk/Source/WebKit2/ChangeLog 2014-02-03 23:39:53 UTC (rev 163335) @@ -1,3 +1,18 @@ +2014-02-03 Jer Noble + +[WK2] Remove the VideoPluginProxyEnabled preference in WK2 +https://bugs.webkit.org/show_bug.

[webkit-changes] [163456] trunk/Source/WebKit2

2014-02-05 Thread jer . noble
456) --- trunk/Source/WebKit2/ChangeLog 2014-02-05 18:05:52 UTC (rev 163455) +++ trunk/Source/WebKit2/ChangeLog 2014-02-05 18:11:33 UTC (rev 163456) @@ -1,3 +1,15 @@ +2014-02-05 Jer Noble + +[WK2] [iOS] No video on embedded YouTube +https://bugs.webkit.org/show_bug.cgi?id=128

[webkit-changes] [163641] trunk/Source/WebCore

2014-02-07 Thread jer . noble
641) @@ -1,3 +1,11 @@ +2014-02-07 Jer Noble + +Unreviewed build fix for 32-bit iOS. + +Use magic ? values to allow the exported symbol to be different on 32- and 64-bit builds. + +* WebCore.exp.in: + 2014-02-07 Anders Carlsson Convert ProgressTracker to

[webkit-changes] [163902] trunk/Source/WebCore

2014-02-11 Thread jer . noble
901) +++ trunk/Source/WebCore/ChangeLog 2014-02-11 21:14:16 UTC (rev 163902) @@ -1,3 +1,17 @@ +2014-01-24 Jer Noble + +[MediaControls] Allow the media controls script to be debuggable by giving it a generated sourceURL +https://bugs.webkit.org/show_bug.cgi?id=127560 + +Revie

[webkit-changes] [163906] trunk/Source/WebCore

2014-02-11 Thread jer . noble
=> 163906) --- trunk/Source/WebCore/ChangeLog 2014-02-11 21:28:55 UTC (rev 163905) +++ trunk/Source/WebCore/ChangeLog 2014-02-11 21:36:06 UTC (rev 163906) @@ -1,3 +1,25 @@ +2014-01-24 Jer Noble + +Run UserAgentScripts through jsmin rather than the css preprocessor +ht

[webkit-changes] [163907] trunk/Source/WebCore

2014-02-11 Thread jer . noble
rce/WebCore/ChangeLog 2014-02-11 21:36:06 UTC (rev 163906) +++ trunk/Source/WebCore/ChangeLog 2014-02-11 21:50:21 UTC (rev 163907) @@ -1,3 +1,33 @@ +2014-02-10 Jer Noble + +[EME][Mac] Move the implementation of CDMPrivateAVFoundation back into MediaPlayerPrivateAVFoundationO

[webkit-changes] [164126] trunk/Source/WebKit2

2014-02-14 Thread jer . noble
unk/Source/WebKit2/ChangeLog 2014-02-14 21:00:19 UTC (rev 164125) +++ trunk/Source/WebKit2/ChangeLog 2014-02-14 21:13:59 UTC (rev 164126) @@ -1,3 +1,15 @@ +2014-02-12 Jer Noble + +[iOS][WK2] Always enable AVKit in WK2 +https://bugs.webkit.org/show_bug.cgi?id=128686 + +Revie

[webkit-changes] [164127] trunk/Source/WebCore

2014-02-14 Thread jer . noble
ource/WebCore/ChangeLog (164126 => 164127) --- trunk/Source/WebCore/ChangeLog 2014-02-14 21:13:59 UTC (rev 164126) +++ trunk/Source/WebCore/ChangeLog 2014-02-14 21:15:52 UTC (rev 164127) @@ -1,3 +1,33 @@ +2014-02-13 Jer Noble + +[MediaControls] Add support for a loading progre

[webkit-changes] [164129] trunk/Source/WebCore

2014-02-14 Thread jer . noble
rce/WebCore/ChangeLog 2014-02-14 21:17:50 UTC (rev 164128) +++ trunk/Source/WebCore/ChangeLog 2014-02-14 21:19:24 UTC (rev 164129) @@ -1,5 +1,24 @@ 2014-02-13 Jer Noble +[MediaControls][iOS] Start playback button is visible when playing embedded YouTube +https://bugs.webkit.

[webkit-changes] [164130] trunk/Source/WebCore

2014-02-14 Thread jer . noble
bCore/ChangeLog (164129 => 164130) --- trunk/Source/WebCore/ChangeLog 2014-02-14 21:19:24 UTC (rev 164129) +++ trunk/Source/WebCore/ChangeLog 2014-02-14 21:21:24 UTC (rev 164130) @@ -1,5 +1,21 @@ 2014-02-13 Jer Noble +[MediaControls][iOS] Embedded YouTube does not show a &#x

[webkit-changes] [164142] trunk

2014-02-14 Thread jer . noble
/ChangeLog (164141 => 164142) --- trunk/LayoutTests/ChangeLog 2014-02-15 00:04:55 UTC (rev 164141) +++ trunk/LayoutTests/ChangeLog 2014-02-15 00:48:09 UTC (rev 164142) @@ -1,3 +1,13 @@ +2014-02-14 Jer Noble + +Add support for specced event handlers to HTMLMediaElement +ht

[webkit-changes] [164160] trunk/Source/WebCore

2014-02-15 Thread jer . noble
ation/objc/MediaPlayerPrivateAVFoundationObjC.mm Diff Modified: trunk/Source/WebCore/ChangeLog (164159 => 164160) --- trunk/Source/WebCore/ChangeLog 2014-02-15 08:18:13 UTC (rev 164159) +++ trunk/Source/WebCore/ChangeLog 2014-02-15 08:23:53 UTC (rev 164160) @@ -1,3 +1,27 @@ +2014-02-15 Jer Noble + +[Mac] 10

[webkit-changes] [164223] trunk/Source/WebCore

2014-02-17 Thread jer . noble
Diff Modified: trunk/Source/WebCore/ChangeLog (164222 => 164223) --- trunk/Source/WebCore/ChangeLog 2014-02-17 16:18:14 UTC (rev 164222) +++ trunk/Source/WebCore/ChangeLog 2014-02-17 17:17:23 UTC (rev 164223) @@ -1,3 +1,29 @@ +2014-02-17 Jer Noble + +[MediaControls][iOS] M

[webkit-changes] [164513] trunk/Source/WebCore

2014-02-21 Thread jer . noble
(164512 => 164513) --- trunk/Source/WebCore/ChangeLog 2014-02-22 00:10:53 UTC (rev 164512) +++ trunk/Source/WebCore/ChangeLog 2014-02-22 00:12:51 UTC (rev 164513) @@ -1,3 +1,41 @@ +2014-02-21 Jer Noble + +Add a supportsKeySystem media engine factory parameter. +ht

[webkit-changes] [164529] trunk/Source/WebCore

2014-02-21 Thread jer . noble
ource/WebCore/ChangeLog 2014-02-22 06:07:41 UTC (rev 164528) +++ trunk/Source/WebCore/ChangeLog 2014-02-22 06:17:53 UTC (rev 164529) @@ -1,3 +1,46 @@ +2014-02-21 Jer Noble + +[EME] Add a CDMSession for MediaPlayerPrivateMediaSourceAVFObjC +https://bugs.webkit.org/show_bug.

[webkit-changes] [164530] trunk/Source/WebCore

2014-02-21 Thread jer . noble
=> 164530) --- trunk/Source/WebCore/ChangeLog 2014-02-22 06:17:53 UTC (rev 164529) +++ trunk/Source/WebCore/ChangeLog 2014-02-22 06:56:55 UTC (rev 164530) @@ -1,5 +1,15 @@ 2014-02-21 Jer Noble +Unreviewed Mac build fix after r164529. + +Replace the string-to-array algori

[webkit-changes] [164656] trunk/Source/WebCore

2014-02-25 Thread jer . noble
eAVFObjC.mm Diff Modified: trunk/Source/WebCore/ChangeLog (164655 => 164656) --- trunk/Source/WebCore/ChangeLog 2014-02-25 18:18:28 UTC (rev 164655) +++ trunk/Source/WebCore/ChangeLog 2014-02-25 18:24:13 UTC (rev 164656) @@ -1,3 +1,25 @@ +2014-02-25 Jer Noble + +[EME][M

[webkit-changes] [164873] trunk/Source/WebCore

2014-02-28 Thread jer . noble
(164872 => 164873) --- trunk/Source/WebCore/ChangeLog 2014-02-28 18:58:07 UTC (rev 164872) +++ trunk/Source/WebCore/ChangeLog 2014-02-28 18:59:00 UTC (rev 164873) @@ -1,3 +1,19 @@ +2014-02-28 Jer Noble + +[Mac] Disambiguate calls to [[window contentView] layer] and [... setLa

[webkit-changes] [165000] trunk/Source/WebCore

2014-03-03 Thread jer . noble
/ChangeLog (164999 => 165000) --- trunk/Source/WebCore/ChangeLog 2014-03-03 20:47:52 UTC (rev 164999) +++ trunk/Source/WebCore/ChangeLog 2014-03-03 20:47:59 UTC (rev 165000) @@ -1,3 +1,37 @@ +2014-03-01 Jer Noble + +[Mac] Crash in MediaPlayer::rateChanged() +https://bugs.webkit.

[webkit-changes] [164999] trunk

2014-03-03 Thread jer . noble
C (rev 164999) @@ -1,3 +1,15 @@ +2014-03-03 Jer Noble + +[MSE] YouTube videos fail to play +https://bugs.webkit.org/show_bug.cgi?id=129525 + +Reviewed by Darin Adler. + +* media/media-source/media-source-addsourcebuffer.html: Updated. +* media/media-source/media-

[webkit-changes] [165030] trunk/Source/WebCore

2014-03-03 Thread jer . noble
2014-03-04 01:45:32 UTC (rev 165029) +++ trunk/Source/WebCore/ChangeLog 2014-03-04 01:53:38 UTC (rev 165030) @@ -1,3 +1,18 @@ +2014-03-03 Jer Noble + +[iOS] Start playback button misplaced +https://bugs.webkit.org/show_bug.cgi?id=129628 + +Reviewed by Simon Fraser. + +

[webkit-changes] [165160] trunk/Source/WebCore

2014-03-05 Thread jer . noble
Diff Modified: trunk/Source/WebCore/ChangeLog (165159 => 165160) --- trunk/Source/WebCore/ChangeLog 2014-03-06 02:51:55 UTC (rev 165159) +++ trunk/Source/WebCore/ChangeLog 2014-03-06 02:56:34 UTC (rev 165160) @@ -1,3 +1,18 @@ +2014-03-05 Jer Noble + +[MSE] Crash in SourceBuf

[webkit-changes] [145826] trunk/Source/WebCore

2013-03-14 Thread jer . noble
45825 => 145826) --- trunk/Source/WebCore/ChangeLog 2013-03-14 17:11:11 UTC (rev 145825) +++ trunk/Source/WebCore/ChangeLog 2013-03-14 17:27:20 UTC (rev 145826) @@ -1,3 +1,62 @@ +2013-03-11 Jer Noble + +Crash in DumpRenderTree at com.apple.WebCore: WebCore::CaptionUserPre

[webkit-changes] [145918] trunk/Source/WebCore

2013-03-15 Thread jer . noble
ore/ChangeLog 2013-03-15 18:03:42 UTC (rev 145918) @@ -1,3 +1,10 @@ +2013-03-15 Jer Noble + +Unreviewed build fix. Rename local variable which was colliding with class method. + +* platform/graphics/ca/win/PlatformCALayerWin.cpp: +(PlatformCALayer::clone): + 2013-03

[webkit-changes] [146140] trunk/Source/WebCore

2013-03-18 Thread jer . noble
22:49:41 UTC (rev 146139) +++ trunk/Source/WebCore/ChangeLog 2013-03-18 22:51:31 UTC (rev 146140) @@ -1,3 +1,23 @@ +2013-03-15 Jer Noble + +Text track cues do not update sizes when entering or exiting full screen. +https://bugs.webkit.org/show_bug.cgi?id=112472 + +Reviewed

<    12   13   14   15   16   17   18   19   20   >