Bug 144660
Summary: | Make database thread pause/resume support work for all ports | ||
---|---|---|---|
Product: | WebKit | Reporter: | Daniel Bates <dbates> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=144657 |
Daniel Bates
Currently the code to pause and resume the database thread is guarded by PLATFORM(IOS). Although this code was originally designed for WebKit on iOS it could be used by other ports. We should remove the PLATFORM(IOS)-guards around this code.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |