NEW 165708
Prevent WebCore::Timer from being used in WebKit2 UIProcess code
https://bugs.webkit.org/show_bug.cgi?id=165708
Summary Prevent WebCore::Timer from being used in WebKit2 UIProcess code
Brent Fulgham
Reported 2016-12-09 17:59:57 PST
A number of bugs have been introduced when WebCore::Timer was introduced into UIProcess code. Anders Carlsson has explained in the past that this is known to not work properly, especially when WK1 and WK2 instances are used in the same application. Our tooling should help avoid this problem.
Attachments
Alexey Proskuryakov
Comment 1 2016-12-10 13:07:48 PST
This may not be possible, given that a lot of code that runs in UI process is shared. A runtime check seems more feasible.
Note You need to log in before you can comment on or make changes to this bug.