<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/project/webkit</link><counters><counter name="forever" lastEventTime="1329191659" firstEventTime="1136857366">91330</counter><counter name="lastMonth" lastEventTime="1328052317" firstEventTime="1325376052">2428</counter><counter name="thisMonth" lastEventTime="1329191659" firstEventTime="1328054504">1239</counter><counter name="lastWeek" lastEventTime="1329084385" firstEventTime="1328491016">739</counter><counter name="yesterday" lastEventTime="1329177533" firstEventTime="1329092241">83</counter><counter name="thisWeek" lastEventTime="1329191659" firstEventTime="1329092241">123</counter><counter name="today" lastEventTime="1329191659" firstEventTime="1329179100">40</counter></counters><metadata><item name="subtitle"><value type="text/plain">None</value></item><item name="description"><value type="text/plain">WebKit is the system framework used on Mac OS X by Safari, Dashboard, Mail.app, and many other OS X applications. It is based on the KHTML engine from KDE.</value></item><item name="links-filter"><value type="text/plain">None</value></item><item name="title"><value type="text/plain">WebKit</value></item><item name="url"><value type="text/plain">http://webkit.org</value></item><item name="related-filter"><value type="text/plain">None</value></item></metadata><recentMessages><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project><branch>subpixellayout</branch></source><body><commit><revision>107635</revision><author>eae@chromium.org</author><log>Changed ScrollView::contentsWidth/Height to int avoiding unnecessary type conversions. </log><diffLines>169</diffLines><files><file action="modify">Source/WebCore/html/HTMLDocument.cpp</file><file action="modify">Source/WebCore/page/EventHandler.cpp</file><file action="modify">Source/WebCore/platform/ScrollView.cpp</file><file action="modify">Source/WebCore/platform/ScrollView.h</file><file action="modify">Source/WebCore/rendering/RenderFrameBase.cpp</file><file action="modify">Source/WebCore/rendering/RenderIFrame.cpp</file><file action="modify">Source/WebCore/rendering/RenderLayer.cpp</file></files></commit></body><timestamp>1329191659</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project><module>Tools</module></source><body><commit><revision>107634</revision><author>abarth@webkit.org</author><log>chromium_android.py should implement &quot;virtual&quot; methods from ChromiumPort
https://bugs.webkit.org/show_bug.cgi?id=78545

Reviewed by Dirk Pranke.

This patch adds basic implementations that specialize a bunch of
functions from ChromiumPort.

* Scripts/webkitpy/layout_tests/port/chromium_android.py:
(ChromiumAndroidPort):
(ChromiumAndroidPort.__init__):
(ChromiumAndroidPort.default_child_processes):
(ChromiumAndroidPort.baseline_search_path):
(ChromiumAndroidPort.check_build):
(ChromiumAndroidPort.check_sys_deps):
(ChromiumAndroidPort.default_worker_model):
(ChromiumAndroidPort.test_expectations):
(ChromiumAndroidPort.start_http_server):
(ChromiumAndroidPort.stop_http_server):
(ChromiumAndroidPort.start_helper):
(ChromiumAndroidPort.stop_helper):  </log><diffLines>221</diffLines><files><file action="modify">ChangeLog</file><file action="modify">Scripts/webkitpy/layout_tests/port/chromium_android.py</file><file action="add">Scripts/webkitpy/layout_tests/port/chromium_android_unittest.py</file><file action="modify">Scripts/webkitpy/layout_tests/port/chromium_unittest.py</file></files></commit></body><timestamp>1329191005</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project><module>LayoutTests</module></source><body><commit><revision>107633</revision><author>fischman@chromium.org</author><log>[chromium] Unreviewed gardening.  Rebaselining post skia change (from a long time ago).
http://code.google.com/p/chromium/issues/detail?id=105305

* platform/chromium-gpu-linux/media/audio-repaint-expected.png: Removed.
* platform/chromium-linux/media/audio-repaint-expected.png:
* platform/chromium-mac-leopard/media/audio-repaint-expected.png:
* platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
* platform/chromium-win/media/audio-repaint-expected.png:
* platform/chromium/test_expectations.txt: </log><diffLines>55</diffLines><files><file action="modify">ChangeLog</file><file action="modify">platform/chromium/test_expectations.txt</file><file action="remove">platform/chromium-gpu-linux/media/audio-repaint-expected.png</file><file action="modify">platform/chromium-linux/media/audio-repaint-expected.png</file><file action="modify">platform/chromium-mac-leopard/media/audio-repaint-expected.png</file><file action="modify">platform/chromium-mac-snowleopard/media/audio-repaint-expected.png</file><file action="modify">platform/chromium-win/media/audio-repaint-expected.png</file></files></commit></body><timestamp>1329190591</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project></source><body><commit><revision>107632</revision><author>commit-queue@webkit.org</author><log>Chrome crashes when attempting to add cue to track element
https://bugs.webkit.org/show_bug.cgi?id=77951

Patch by Arun Patole &lt;bmf834@motorola.com&gt; on 2012-02-13
Reviewed by Eric Carlson.

Source/WebCore:

Allocate text track's text track list of cues before using it.

* html/TextTrack.cpp:
(WebCore::TextTrack::cues):
(WebCore::TextTrack::addCue):
(WebCore::TextTrack::removeCue): return if text track list of cues is not allocated.
(WebCore::TextTrack::ensureTextTrackCueList):Added.
* html/TextTrack.h:
(TextTrack):

LayoutTests:

Updated add-remove-cue.html to handle adding a new cue to the text track created with addTextTrack.
* media/track/track-add-remove-cue-expected.txt:
* media/track/track-add-remove-cue.html: </log><diffLines>175</diffLines><files><file action="modify">trunk/LayoutTests/ChangeLog</file><file action="modify">trunk/LayoutTests/media/track/track-add-remove-cue-expected.txt</file><file action="modify">trunk/LayoutTests/media/track/track-add-remove-cue.html</file><file action="modify">trunk/Source/WebCore/ChangeLog</file><file action="modify">trunk/Source/WebCore/html/TextTrack.cpp</file><file action="modify">trunk/Source/WebCore/html/TextTrack.h</file></files></commit></body><timestamp>1329190419</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project><branch>safari-534.54-branch</branch></source><body><commit><revision>107631</revision><author>lforschler@apple.com</author><log>Rollout 105763. </log><diffLines>67</diffLines><files><file action="modify">Source/WebKit2/ChangeLog</file><file action="modify">Source/WebKit2/UIProcess/win/WebView.cpp</file></files></commit></body><timestamp>1329189854</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project><module>LayoutTests</module></source><body><commit><revision>107630</revision><author>bashi@chromium.org</author><log>Fix font-face-weight-matching.html and font-face-synthetic-bold-italic.html
https://bugs.webkit.org/show_bug.cgi?id=78492

Fix the URL of Ahem.ttf.

Reviewed by Eric Seidel.

* fast/css/font-face-synthetic-bold-italic.html:
* fast/css/font-face-weight-matching.html: </log><diffLines>93</diffLines><files><file action="modify">ChangeLog</file><file action="modify">fast/css/font-face-synthetic-bold-italic.html</file><file action="modify">fast/css/font-face-weight-matching.html</file></files></commit></body><timestamp>1329189788</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project><module>Source</module></source><body><commit><revision>107629</revision><author>aestes@apple.com</author><log>Fix the Windows build.

* platform/PlatformPasteboard.h:
(PlatformPasteboard): </log><diffLines>32</diffLines><files><file action="modify">WebCore/ChangeLog</file><file action="modify">WebCore/platform/PlatformPasteboard.h</file></files></commit></body><timestamp>1329189677</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project><branch>safari-534.54-branch</branch></source><body><commit><revision>107628</revision><author>lforschler@apple.com</author><log>Merged r107496. </log><diffLines>1243</diffLines><files><file action="modify">LayoutTests/ChangeLog</file><file action="add">LayoutTests/fast/js/dfg-put-by-id-prototype-check-expected.txt</file><file action="add">LayoutTests/fast/js/dfg-put-by-id-prototype-check.html</file><file action="add">LayoutTests/fast/js/script-tests/dfg-put-by-id-prototype-check.js</file><file action="modify">Source/JavaScriptCore/ChangeLog</file><file action="modify">Source/JavaScriptCore/dfg/DFGAbstractState.cpp</file></files></commit></body><timestamp>1329189670</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project></source><body><commit><revision>107627</revision><author>inferno@chromium.org</author><log>Crash with button in multi-column layout.
https://bugs.webkit.org/show_bug.cgi?id=78378

Reviewed by David Hyatt.

Source/WebCore:

Button creates an anonymous wrapper and expects that new children
be added to its m_inner anonymous block. However, splitBlock code
incorrectly creates column blocks directly under the button.

Test: fast/multicol/span/split-flow-anonymous-wrapper-crash.html

* rendering/RenderBlock.cpp:
(WebCore::RenderBlock::containingColumnsBlock):
(WebCore::RenderBlock::columnsBlockForSpanningElement):

LayoutTests:

* fast/multicol/span/split-flow-anonymous-wrapper-crash-expected.txt: Added.
* fast/multicol/span/split-flow-anonymous-wrapper-crash.html: Added.  </log><diffLines>148</diffLines><files><file action="modify">trunk/LayoutTests/ChangeLog</file><file action="add">trunk/LayoutTests/fast/multicol/span/split-flow-anonymous-wrapper-crash-expected.txt</file><file action="add">trunk/LayoutTests/fast/multicol/span/split-flow-anonymous-wrapper-crash.html</file><file action="modify">trunk/Source/WebCore/ChangeLog</file><file action="modify">trunk/Source/WebCore/rendering/RenderBlock.cpp</file></files></commit></body><timestamp>1329189241</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project><module>Source</module></source><body><commit><revision>107626</revision><author>aestes@apple.com</author><log>Fix the Windows build.

* WebCoreSupport/WebPlatformStrategies.cpp:
(WebPlatformStrategies::createPasteboardStrategy):
* WebCoreSupport/WebPlatformStrategies.h:
(WebPlatformStrategies): </log><diffLines>49</diffLines><files><file action="modify">WebKit/win/ChangeLog</file><file action="modify">WebKit/win/WebCoreSupport/WebPlatformStrategies.cpp</file><file action="modify">WebKit/win/WebCoreSupport/WebPlatformStrategies.h</file></files></commit></body><timestamp>1329188799</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project><module>Source</module></source><body><commit><revision>107625</revision><author>mhahnenberg@apple.com</author><log>Replace old strtod with new strtod
https://bugs.webkit.org/show_bug.cgi?id=68044

Reviewed by Geoffrey Garen.

* parser/Lexer.cpp: Added template argument. This version allows junk after numbers.
(JSC::::lex):
* runtime/JSGlobalObjectFunctions.cpp: Ditto.
(JSC::parseInt):
(JSC::jsStrDecimalLiteral):
* runtime/LiteralParser.cpp: Ditto.
(JSC::::Lexer::lexNumber):
* wtf/dtoa.cpp: Replaced old strtod with a new version that uses the new StringToDoubleConverter.
It takes a template argument to allow clients to determine statically whether it should allow 
junk after the numbers or not.
(WTF):
(WTF::strtod):
* wtf/dtoa.h:
(WTF):
* wtf/text/WTFString.cpp: Added template argument. This version does not allow junk after numbers.
(WTF::toDoubleType):  </log><diffLines>701</diffLines><files><file action="modify">JavaScriptCore/ChangeLog</file><file action="modify">JavaScriptCore/parser/Lexer.cpp</file><file action="modify">JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp</file><file action="modify">JavaScriptCore/runtime/LiteralParser.cpp</file><file action="modify">JavaScriptCore/wtf/dtoa.cpp</file><file action="modify">JavaScriptCore/wtf/dtoa.h</file><file action="modify">JavaScriptCore/wtf/text/WTFString.cpp</file></files></commit></body><timestamp>1329188756</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project></source><body><commit><revision>107624</revision><author>ojan@chromium.org</author><log>nesting horizontal flexboxes is broken
https://bugs.webkit.org/show_bug.cgi?id=76867

Reviewed by David Hyatt.

Source/WebCore:

This is copied from RenderDeprecatedFlexibleBox and updated
for RenderFlexibleBox and to handle vertical writing mode.

Tests: css3/flexbox/preferred-widths-orthogonal.html
       css3/flexbox/preferred-widths.html

* rendering/RenderBlock.cpp:
(WebCore::RenderBlock::computePreferredLogicalWidths):
* rendering/RenderFlexibleBox.cpp:
(WebCore::marginWidthForChild):
(WebCore):
(WebCore::RenderFlexibleBox::computePreferredLogicalWidths):
* rendering/RenderFlexibleBox.h:
(RenderFlexibleBox):

LayoutTests:

* css3/flexbox/floated-flexbox-expected.txt:
* css3/flexbox/line-wrapping.html:
The old results here were wrong because they wrapped the contents of each flex item.

* css3/flexbox/preferred-widths-expected.txt: Added.
* css3/flexbox/preferred-widths-orthogonal-expected.txt: Added.
* css3/flexbox/preferred-widths-orthogonal.html: Added.
* css3/flexbox/preferred-widths.html: Added. </log><diffLines>574</diffLines><files><file action="modify">trunk/LayoutTests/ChangeLog</file><file action="modify">trunk/LayoutTests/css3/flexbox/floated-flexbox-expected.txt</file><file action="modify">trunk/LayoutTests/css3/flexbox/line-wrapping.html</file><file action="add">trunk/LayoutTests/css3/flexbox/preferred-widths-expected.txt</file><file action="add">trunk/LayoutTests/css3/flexbox/preferred-widths-orthogonal-expected.txt</file><file action="add">trunk/LayoutTests/css3/flexbox/preferred-widths-orthogonal.html</file><file action="add">trunk/LayoutTests/css3/flexbox/preferred-widths.html</file><file action="modify">trunk/Source/WebCore/ChangeLog</file><file action="modify">trunk/Source/WebCore/rendering/RenderBlock.cpp</file><file action="modify">trunk/Source/WebCore/rendering/RenderFlexibleBox.cpp</file><file action="modify">trunk/Source/WebCore/rendering/RenderFlexibleBox.h</file></files></commit></body><timestamp>1329188707</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project><branch>safari-534.54-branch</branch></source><body><commit><revision>107623</revision><author>lforschler@apple.com</author><log>Merge r106388. </log><diffLines>115</diffLines><files><file action="modify">LayoutTests/ChangeLog</file><file action="modify">Source/WebCore/ChangeLog</file><file action="modify">Source/WebCore/html/HiddenInputType.cpp</file><file action="modify">Source/WebCore/html/HiddenInputType.h</file></files></commit></body><timestamp>1329188560</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project></source><body><commit><revision>107622</revision><author>mihnea@adobe.com</author><log>Crash in RenderFlowThread::setRegionBoxesRegionStyle
https://bugs.webkit.org/show_bug.cgi?id=78298

Reviewed by David Hyatt.

Source/WebCore:

Test: fast/regions/set-box-style-in-region-crash.html

We have to make sure that anonymous block objects get their information in RenderFlowThread
removed properly.

* dom/Node.cpp:
(WebCore::Node::diff):
Correct a comment.
* rendering/RenderBlock.cpp:
(WebCore::RenderBlock::collapseAnonymousBoxChild):
Remove the information for anonymous block from render flow thread.
* rendering/RenderFlowThread.cpp:
(WebCore::RenderFlowThread::removeFlowChildInfo):
(WebCore):
(WebCore::RenderFlowThread::setRegionRangeForBox):
Do not set region range if the flow thread does not have regions.
* rendering/RenderFlowThread.h:
* rendering/RenderObject.cpp:
(WebCore::RenderObject::willBeDestroyed):
Add an assert to make sure that after we remove an object, there is no remaining info
in any render flow thread.

LayoutTests:

* fast/regions/set-box-style-in-region-crash-expected.txt: Added.
* fast/regions/set-box-style-in-region-crash.html: Added.  </log><diffLines>226</diffLines><files><file action="modify">trunk/LayoutTests/ChangeLog</file><file action="add">trunk/LayoutTests/fast/regions/set-box-style-in-region-crash-expected.txt</file><file action="add">trunk/LayoutTests/fast/regions/set-box-style-in-region-crash.html</file><file action="modify">trunk/Source/WebCore/ChangeLog</file><file action="modify">trunk/Source/WebCore/dom/Node.cpp</file><file action="modify">trunk/Source/WebCore/rendering/RenderBlock.cpp</file><file action="modify">trunk/Source/WebCore/rendering/RenderFlowThread.cpp</file><file action="modify">trunk/Source/WebCore/rendering/RenderFlowThread.h</file><file action="modify">trunk/Source/WebCore/rendering/RenderObject.cpp</file></files></commit></body><timestamp>1329188145</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project><module>LayoutTests</module></source><body><commit><revision>107621</revision><author>tony@chromium.org</author><log>[chromium] Unreviewed, skip http/tests/navigation/https-in-page-cache.html
because we don't enable the page cache in chromium.

* platform/chromium/test_expectations.txt: </log><diffLines>32</diffLines><files><file action="modify">ChangeLog</file><file action="modify">platform/chromium/test_expectations.txt</file></files></commit></body><timestamp>1329187762</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project><module>Tools</module></source><body><commit><revision>107620</revision><author>abarth@webkit.org</author><log>Add a skeleton ChromiumAndroid port to webkitpy
https://bugs.webkit.org/show_bug.cgi?id=78543

Reviewed by Eric Seidel.

This patch just adds an empty ChromiumAndroid port object to webkitpy
and wires it up to the factory objects.  An actual implementation will
follow.

* Scripts/webkitpy/layout_tests/port/chromium.py:
(ChromiumPort):
* Scripts/webkitpy/layout_tests/port/chromium_android.py: Added.
(ChromiumAndroidPort):
(ChromiumAndroidPort.__init__):
* Scripts/webkitpy/layout_tests/port/chromium_unittest.py:
(ChromiumPortTest.test_all_test_configurations):
* Scripts/webkitpy/layout_tests/port/factory.py:
(PortFactory):  </log><diffLines>136</diffLines><files><file action="modify">ChangeLog</file><file action="modify">Scripts/webkitpy/layout_tests/port/chromium.py</file><file action="add">Scripts/webkitpy/layout_tests/port/chromium_android.py</file><file action="modify">Scripts/webkitpy/layout_tests/port/chromium_unittest.py</file><file action="modify">Scripts/webkitpy/layout_tests/port/factory.py</file></files></commit></body><timestamp>1329187481</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project><module>LayoutTests</module></source><body><commit><revision>107619</revision><author>tony@chromium.org</author><log>[chromium] Unreviewed, r107611 enabled layout tests in css3/filters,
but some are missing results.

* platform/chromium/test_expectations.txt: </log><diffLines>33</diffLines><files><file action="modify">ChangeLog</file><file action="modify">platform/chromium/test_expectations.txt</file></files></commit></body><timestamp>1329187225</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project><module>Source</module></source><body><commit><revision>107618</revision><author>thakis@chromium.org</author><log>[chromium] Let WebKit::initialize call InitWebCoreSystemInterface on mac.
https://bugs.webkit.org/show_bug.cgi?id=78246

This allows removing a bunch of code in chromium land (https://chromiumcodereview.appspot.com/9374020/),
and helps with the component build on mac (InitWebCoreSystemInterface is not an
exported function, and it shouldn't be).

Source/WebKit/mac/WebCoreSupport/WebSystemInterface.mm early-returns when it's
called twice, so it's safe to land this change, and remove the calls in client
code in a later CL.

Reviewed by Darin Fisher.

* src/WebKit.cpp:
(WebKit::initializeWithoutV8):  </log><diffLines>55</diffLines><files><file action="modify">WebKit/chromium/ChangeLog</file><file action="modify">WebKit/chromium/src/WebKit.cpp</file></files></commit></body><timestamp>1329187069</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project><module>LayoutTests</module></source><body><commit><revision>107617</revision><author>tony@chromium.org</author><log>[chromium] Unreviewed gardening.  We don't need to pass
platform/win/inverted-colors/non-composited.html.

* platform/chromium/test_expectations.txt: </log><diffLines>33</diffLines><files><file action="modify">ChangeLog</file><file action="modify">platform/chromium/test_expectations.txt</file></files></commit></body><timestamp>1329186875</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.18</version></generator><source><project>WebKit</project><module>LayoutTests</module></source><body><commit><revision>107616</revision><author>fischman@chromium.org</author><log>[chromium] Unreviewed gardening.  Rebaselining GPU results.

* platform/chromium-gpu-linux/media/controls-after-reload-expected.png:
* platform/chromium-gpu-linux/media/controls-strict-expected.png:
* platform/chromium-gpu-linux/media/controls-styling-expected.png:
* platform/chromium-gpu-linux/media/controls-without-preload-expected.png:
* platform/chromium-gpu-linux/media/video-aspect-ratio-expected.png:
* platform/chromium-gpu-linux/media/video-canvas-alpha-expected.png:
* platform/chromium-gpu-linux/media/video-controls-rendering-expected.png:
* platform/chromium-gpu-linux/media/video-display-toggle-expected.png:
* platform/chromium-gpu-linux/media/video-layer-crash-expected.png:
* platform/chromium-gpu-linux/media/video-playing-and-pause-expected.png:
* platform/chromium-gpu-linux/media/video-transformed-expected.png:
* platform/chromium-gpu-linux/media/video-volume-slider-expected.png:
* platform/chromium-gpu-linux/media/video-zoom-controls-expected.png:
* platform/chromium-gpu-linux/media/video-zoom-expected.png:
* platform/chromium-gpu-mac/media/controls-after-reload-expected.txt: Removed.
* platform/chromium-gpu-mac/media/video-controls-rendering-expected.png:
* platform/chromium-gpu-mac/media/video-playing-and-pause-expected.txt: Removed.
* platform/chromium-gpu-win/media/controls-strict-expected.txt: Removed.
* platform/chromium-gpu-win/media/controls-styling-expected.txt: Removed.
* platform/chromium-gpu-win/media/controls-without-preload-expected.txt: Removed.
* platform/chromium-gpu-win/media/video-controls-rendering-expected.png: </log><diffLines>262</diffLines><files><file action="modify">ChangeLog</file><file action="modify">platform/chromium-gpu-linux/media/controls-after-reload-expected.png</file><file action="modify">platform/chromium-gpu-linux/media/controls-strict-expected.png</file><file action="modify">platform/chromium-gpu-linux/media/controls-styling-expected.png</file><file action="modify">platform/chromium-gpu-linux/media/controls-without-preload-expected.png</file><file action="modify">platform/chromium-gpu-linux/media/video-aspect-ratio-expected.png</file><file action="modify">platform/chromium-gpu-linux/media/video-canvas-alpha-expected.png</file><file action="modify">platform/chromium-gpu-linux/media/video-controls-rendering-expected.png</file><file action="modify">platform/chromium-gpu-linux/media/video-display-toggle-expected.png</file><file action="modify">platform/chromium-gpu-linux/media/video-layer-crash-expected.png</file><file action="modify">platform/chromium-gpu-linux/media/video-playing-and-pause-expected.png</file><file action="modify">platform/chromium-gpu-linux/media/video-transformed-expected.png</file><file action="modify">platform/chromium-gpu-linux/media/video-volume-slider-expected.png</file><file action="modify">platform/chromium-gpu-linux/media/video-zoom-controls-expected.png</file><file action="modify">platform/chromium-gpu-linux/media/video-zoom-expected.png</file><file action="remove">platform/chromium-gpu-mac/media/controls-after-reload-expected.txt</file><file action="modify">platform/chromium-gpu-mac/media/video-controls-rendering-expected.png</file><file action="remove">platform/chromium-gpu-mac/media/video-playing-and-pause-expected.txt</file><file action="remove">platform/chromium-gpu-win/media/controls-strict-expected.txt</file><file action="remove">platform/chromium-gpu-win/media/controls-styling-expected.txt</file><file action="remove">platform/chromium-gpu-win/media/controls-without-preload-expected.txt</file><file action="modify">platform/chromium-gpu-win/media/video-controls-rendering-expected.png</file></files></commit></body><timestamp>1329186386</timestamp></message></recentMessages></statsTarget>
