Chris Dumez
Chris Dumez
I am curious to know what Firefox is planning to do. If Firefox goes in this direction as well then WebKit would likely follow. So far, Gecko and WebKit are...
I am working on moving some properties from HTMLDocument to Document in WebKit. I am focusing on the properties that Blink has already moved and that I think make sense...
Here is the current situation: Chrome 52: [‘alinkColor', 'all', 'bgColor', 'captureEvents', 'clear', 'fgColor', 'linkColor', 'releaseEvents', 'vlinkColor'] WebKit ToT: [‘alinkColor', 'all', 'bgColor', 'captureEvents', 'clear', 'close', 'fgColor', 'linkColor', 'open', 'releaseEvents', 'vlinkColor', 'write',...
Would it be easy to add a test? It seems the bug report had one.
WebKit doesn't drop b/f cache entries based on BroadcastChannel (or any other Web APIs for that matter). We also do not prevent entering the b/f cache based on BroadcastChannel. B/f...
> Can we agree on something before discussing details? > > If we restore a page from BFCache it must either > > * receive all BC messages or >...
I'm also curious how IDB serialization / deserialization works with JSC disabled (cc @szewai @beidson)
This needs perf A/B testing on Speedometer.
Yes, in WebKit, we also only do this for HTML documents: https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/bindings/js/JSDOMWindowProperties.cpp#L65 Those properties are currently stored in a map in the HTMLDocument class, so we'd need to do a...
I am curious how much breakage there would be from simply dropping this behavior. It might be worth a try. At the very least, I think it would be great...