forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REGRESSION: plugins/plugin-remove-readystatechange.html is failing on…
… debug bots https://bugs.webkit.org/show_bug.cgi?id=126169 Reviewed by Antti Koivisto. * plugins/plugin-remove-readystatechange.html: Move the embed so that it's not the last rendered element in the test. It's only a workaround, not a real fix - if anyone is interested in fixing the issue for real, please file a new bug. Also, demystified the test by using readyState instead of counting readystatechange events. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@177879 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
40573ce
commit 2b11558
Showing
2 changed files
with
18 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
2015-01-04 Alexey Proskuryakov <[email protected]> | ||
|
||
REGRESSION: plugins/plugin-remove-readystatechange.html is failing on debug bots | ||
https://bugs.webkit.org/show_bug.cgi?id=126169 | ||
|
||
Reviewed by Antti Koivisto. | ||
|
||
* plugins/plugin-remove-readystatechange.html: Move the embed so that it's not the | ||
last rendered element in the test. It's only a workaround, not a real fix - if | ||
anyone is interested in fixing the issue for real, please file a new bug. | ||
Also, demystified the test by using readyState instead of counting readystatechange | ||
events. | ||
|
||
2015-01-03 Michael Saboff <[email protected]> | ||
|
||
Crash in operationNewFunction when scrolling on Google+ | ||
|
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