RESOLVED FIXED 188416
Import WPTs for IntersectionObserver
https://bugs.webkit.org/show_bug.cgi?id=188416
Summary Import WPTs for IntersectionObserver
Ali Juma
Reported 2018-08-08 13:47:15 PDT
Import WPTs for IntersectionObserver
Attachments
Patch (119.42 KB, patch)
2018-08-08 13:53 PDT, Ali Juma
no flags
Ali Juma
Comment 1 2018-08-08 13:53:30 PDT
Simon Fraser (smfr)
Comment 2 2018-08-08 14:48:50 PDT
Comment on attachment 346790 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=346790&action=review > Source/WebKitLegacy/mac/WebView/WebPreferencesPrivate.h:580 > +- (void)setIntersectionObserverEnabled:(BOOL)flag; > +- (BOOL)intersectionObserverEnabled; I don't think you need this. You can to through the (admittedly bad) experimental features API. > Tools/DumpRenderTree/mac/DumpRenderTree.mm:870 > + [preferences setIntersectionObserverEnabled:YES]; We really need to make this automatic. Sad that you have to do this.
Ali Juma
Comment 3 2018-08-08 14:59:03 PDT
Comment on attachment 346790 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=346790&action=review >> Source/WebKitLegacy/mac/WebView/WebPreferencesPrivate.h:580 >> +- (BOOL)intersectionObserverEnabled; > > I don't think you need this. You can to through the (admittedly bad) experimental features API. This in WK1 (exposing the method that DumpRenderTree needs to call), so there's no experimental features API afaik.
WebKit Commit Bot
Comment 4 2018-08-09 06:36:58 PDT
Comment on attachment 346790 [details] Patch Clearing flags on attachment: 346790 Committed r234723: <https://trac.webkit.org/changeset/234723>
WebKit Commit Bot
Comment 5 2018-08-09 06:36:59 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2018-08-09 06:37:30 PDT
Note You need to log in before you can comment on or make changes to this bug.