Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
userscripts/user-script-*-document.html tests are flaky on Windows Reviewed by Brady Eidson. WebCore: In WebFrameLoaderClient::committedLoad on Windows, we call through to PluginStream::didRecieveData if our manual loader is a plugin stream, and we can call didRecieveData with a 0 length. We shouldn't ASSERT that length is 0, because code paths exists where we call it with a 0 length. This is tested by re-enabling user-script-plugin-document.html on Windows. * plugins/PluginStream.cpp: (WebCore::PluginStream::didReceiveData): LayoutTests: Unskip the user-script-plugin-document test because its issue is fixed. * platform/win/Skipped: Canonical link: https://commits.webkit.org/61336@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@70825 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Brian Weinstein
committed
Oct 28, 2010
1 parent
7190f77
commit 79c85253b03a765604f1513a3236a64e3e20c368
Showing
4 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters