Bug 244153
| Summary: | [WTF] Ensure isMainThread() semantics are the same across all platforms | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | James Hilliard <james.hilliard1> |
| Component: | Web Template Framework | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fujii.hironori, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=243401 | ||
James Hilliard
It was determined in https://bugs.webkit.org/show_bug.cgi?id=243401 that isMainThread() can not simply check if the current thread is the initial process thread but must compare the current thread against the thread set when initializeMainThreadPlatform is called to handle cases when WebKit is run under applications like Eclipse which don't initialize WebKit in the main process thread.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
James Hilliard
Pull request: https://github.com/WebKit/WebKit/pull/3497
EWS
Committed 253647@main (799dd04c3edb): <https://commits.webkit.org/253647@main>
Reviewed commits have been landed. Closing PR #3497 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/98984273>