Title: [176906] trunk
- Revision
- 176906
- Author
- [email protected]
- Date
- 2014-12-06 03:50:29 -0800 (Sat, 06 Dec 2014)
Log Message
Unreviewed, rolling out r176905.
https://bugs.webkit.org/show_bug.cgi?id=139337
the test case is failing in bots (Requested by anttik on
#webkit).
Reverted changeset:
"REGRESSION (173394): Support for webcam is broken"
https://bugs.webkit.org/show_bug.cgi?id=139313
http://trac.webkit.org/changeset/176905
Modified Paths
Removed Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (176905 => 176906)
--- trunk/LayoutTests/ChangeLog 2014-12-06 10:39:51 UTC (rev 176905)
+++ trunk/LayoutTests/ChangeLog 2014-12-06 11:50:29 UTC (rev 176906)
@@ -1,3 +1,17 @@
+2014-12-06 Commit Queue <[email protected]>
+
+ Unreviewed, rolling out r176905.
+ https://bugs.webkit.org/show_bug.cgi?id=139337
+
+ the test case is failing in bots (Requested by anttik on
+ #webkit).
+
+ Reverted changeset:
+
+ "REGRESSION (173394): Support for webcam is broken"
+ https://bugs.webkit.org/show_bug.cgi?id=139313
+ http://trac.webkit.org/changeset/176905
+
2014-12-05 Antti Koivisto <[email protected]>
REGRESSION (173394): Support for webcam is broken
Deleted: trunk/LayoutTests/http/tests/multipart/multipart-image-expected.html (176905 => 176906)
--- trunk/LayoutTests/http/tests/multipart/multipart-image-expected.html 2014-12-06 10:39:51 UTC (rev 176905)
+++ trunk/LayoutTests/http/tests/multipart/multipart-image-expected.html 2014-12-06 11:50:29 UTC (rev 176906)
@@ -1 +0,0 @@
-<img src=""
Deleted: trunk/LayoutTests/http/tests/multipart/multipart-image.html (176905 => 176906)
--- trunk/LayoutTests/http/tests/multipart/multipart-image.html 2014-12-06 10:39:51 UTC (rev 176905)
+++ trunk/LayoutTests/http/tests/multipart/multipart-image.html 2014-12-06 11:50:29 UTC (rev 176906)
@@ -1,27 +0,0 @@
-<html>
-<head>
-<script>
-if (window.testRunner)
- testRunner.waitUntilDone();
-
-function loadedFirstPart()
-{
- if (!window.testRunner)
- return;
- var count = 0;
- setInterval(function() {
- var img = document.getElementById("test");
- /* width of abe.png */
- if (img.offsetWidth == 76)
- testRunner.notifyDone();
- if (++count > 20)
- testRunner.notifyDone();
- }, 100);
-}
-</script>
-</head>
-<body>
-<!-- The last image is repeated due to a WebCore side bug that causes last part to not render. -->
-<img id=test src="" _onload_="loadedFirstPart()">
-</body>
-</html>
Modified: trunk/Source/WebKit2/ChangeLog (176905 => 176906)
--- trunk/Source/WebKit2/ChangeLog 2014-12-06 10:39:51 UTC (rev 176905)
+++ trunk/Source/WebKit2/ChangeLog 2014-12-06 11:50:29 UTC (rev 176906)
@@ -1,3 +1,17 @@
+2014-12-06 Commit Queue <[email protected]>
+
+ Unreviewed, rolling out r176905.
+ https://bugs.webkit.org/show_bug.cgi?id=139337
+
+ the test case is failing in bots (Requested by anttik on
+ #webkit).
+
+ Reverted changeset:
+
+ "REGRESSION (173394): Support for webcam is broken"
+ https://bugs.webkit.org/show_bug.cgi?id=139313
+ http://trac.webkit.org/changeset/176905
+
2014-12-05 Antti Koivisto <[email protected]>
REGRESSION (173394): Support for webcam is broken
Modified: trunk/Source/WebKit2/NetworkProcess/NetworkResourceLoader.cpp (176905 => 176906)
--- trunk/Source/WebKit2/NetworkProcess/NetworkResourceLoader.cpp 2014-12-06 10:39:51 UTC (rev 176905)
+++ trunk/Source/WebKit2/NetworkProcess/NetworkResourceLoader.cpp 2014-12-06 11:50:29 UTC (rev 176906)
@@ -198,10 +198,6 @@
if (isSynchronous())
m_synchronousLoadData->response = response;
else {
- // For multipart/x-mixed-replace didReceiveResponseAsync gets called multiple times and buffering would require special handling.
- if (response.isMultipart())
- m_bufferedData = nullptr;
-
if (!sendAbortingOnFailure(Messages::WebResourceLoader::DidReceiveResponse(response, m_parameters.isMainResource)))
return;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes