WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
192170
[ContentObservation] Decouple content change and DOM timer scheduling observation
https://bugs.webkit.org/show_bug.cgi?id=192170
Summary
[ContentObservation] Decouple content change and DOM timer scheduling observa...
zalan
Reported
2018-11-29 12:15:42 PST
ssia
Attachments
Patch
(7.20 KB, patch)
2018-11-29 12:20 PST
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(7.20 KB, patch)
2018-11-29 12:21 PST
,
zalan
simon.fraser
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
zalan
Comment 1
2018-11-29 12:20:21 PST
Created
attachment 356032
[details]
Patch
zalan
Comment 2
2018-11-29 12:21:29 PST
Created
attachment 356033
[details]
Patch
Simon Fraser (smfr)
Comment 3
2018-11-29 12:42:21 PST
Comment on
attachment 356033
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=356033&action=review
> Source/WebCore/platform/ios/wak/WKContentObservation.cpp:40 > +bool _WKObservingDOMTimerSchedulings = false;
"schedulings" -> "scheduling"
> Source/WebCore/platform/ios/wak/WKContentObservation.cpp:60 > +void WKStartObservingDOMTimerSchedules(void)
WKStartObservingDOMTimerScheduling
> Source/WebCore/platform/ios/wak/WKContentObservation.h:46 > +WEBCORE_EXPORT void WKStartObservingDOMTimerSchedules(void); > +WEBCORE_EXPORT void WKStopObservingDOMTimerSchedules(void);
scheduling
zalan
Comment 4
2018-11-29 13:25:34 PST
Committed
r238691
: <
https://trac.webkit.org/changeset/238691
>
Radar WebKit Bug Importer
Comment 5
2018-11-29 13:26:33 PST
<
rdar://problem/46352206
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug