forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ Mac WK1 ] REGRESSION (r251261): Layout Test inspector/console/webco…
…re-logging.html is consistently Failing https://bugs.webkit.org/show_bug.cgi?id=203173 <rdar://problem/56424721> Source/JavaScriptCore: Hold a strong reference to JSGlobalOjbect in ConsoleMessage so that object is not garbage collected before WebConsoleAgent::frameWindowDiscarded. Covered by existing test: inspector/console/webcore-logging.html. Reviewed by Geoffrey Garen. * inspector/ConsoleMessage.cpp: (Inspector::ConsoleMessage::ConsoleMessage): (Inspector::ConsoleMessage::clear): * inspector/ConsoleMessage.h: LayoutTests: Reviewed by Geoffrey Garen. play() returns a promise and the promise can be rejected by a later pause(). We didn't handle that case so we could receive a type JavaScript message for the unhandled rejected promise. * inspector/console/webcore-logging.html: * platform/mac-wk1/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@251482 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
b6ab4b8
commit 43e0e14
Showing
6 changed files
with
42 additions
and
6 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,17 @@ | ||
2019-10-23 Sihui Liu <[email protected]> | ||
|
||
[ Mac WK1 ] REGRESSION (r251261): Layout Test inspector/console/webcore-logging.html is consistently Failing | ||
https://bugs.webkit.org/show_bug.cgi?id=203173 | ||
<rdar://problem/56424721> | ||
|
||
Reviewed by Geoffrey Garen. | ||
|
||
play() returns a promise and the promise can be rejected by a later pause(). We didn't handle | ||
that case so we could receive a type JavaScript message for the unhandled rejected promise. | ||
|
||
* inspector/console/webcore-logging.html: | ||
* platform/mac-wk1/TestExpectations: | ||
|
||
2019-10-22 Simon Fraser <[email protected]> | ||
|
||
wpt/css/css-images/gradient/color-stops-parsing.html fails | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
2019-10-23 Sihui Liu <[email protected]> | ||
|
||
[ Mac WK1 ] REGRESSION (r251261): Layout Test inspector/console/webcore-logging.html is consistently Failing | ||
https://bugs.webkit.org/show_bug.cgi?id=203173 | ||
<rdar://problem/56424721> | ||
|
||
Hold a strong reference to JSGlobalOjbect in ConsoleMessage so that object is not garbage collected before | ||
WebConsoleAgent::frameWindowDiscarded. | ||
|
||
Covered by existing test: inspector/console/webcore-logging.html. | ||
|
||
Reviewed by Geoffrey Garen. | ||
|
||
* inspector/ConsoleMessage.cpp: | ||
(Inspector::ConsoleMessage::ConsoleMessage): | ||
(Inspector::ConsoleMessage::clear): | ||
* inspector/ConsoleMessage.h: | ||
|
||
2019-10-22 Yusuke Suzuki <[email protected]> | ||
|
||
Make `JSGlobalObject*` threading change more stabilized by adding tests and assertions | ||
|
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