[webkit-changes] [230933] trunk

2018-04-23 Thread antti
-min-height-with-flattening.html Diff Modified: trunk/LayoutTests/ChangeLog (230932 => 230933) --- trunk/LayoutTests/ChangeLog 2018-04-23 23:56:27 UTC (rev 230932) +++ trunk/LayoutTests/ChangeLog 2018-04-24 00:13:16 UTC (rev 230933) @@ -1,3 +1,15 @@ +2018-04-23 Antti Koivisto <an...@app

[webkit-changes] [230823] trunk/Source/WebCore

2018-04-19 Thread antti
/Source/WebCore/ChangeLog (230822 => 230823) --- trunk/Source/WebCore/ChangeLog 2018-04-19 22:21:21 UTC (rev 230822) +++ trunk/Source/WebCore/ChangeLog 2018-04-19 22:31:05 UTC (rev 230823) @@ -1,3 +1,27 @@ +2018-04-19 Antti Koivisto <an...@apple.com> + +Don't use RenderTreeBuilder

[webkit-changes] [229288] trunk/Source/WebCore

2018-03-05 Thread antti
18:43:53 UTC (rev 229288) @@ -1,3 +1,19 @@ +2018-03-05 Antti Koivisto <an...@apple.com> + +Don't invalidate all children when doing insertion/deletion in presence of backward positional selectors +https://bugs.webkit.org/show_bug.cgi?id=183325 + + +Reviewed

[webkit-changes] [229090] trunk/Source/WebCore

2018-02-28 Thread antti
089) +++ trunk/Source/WebCore/ChangeLog 2018-02-28 15:50:00 UTC (rev 229090) @@ -1,3 +1,33 @@ +2018-02-28 Antti Koivisto <an...@apple.com> + +Filter attribute selectors with selector filter +https://bugs.webkit.org/show_bug.cgi?id=183200 + +Reviewed by Zal

[webkit-changes] [229134] trunk/Source/WebKit

2018-03-01 Thread antti
134) --- trunk/Source/WebKit/ChangeLog 2018-03-01 17:05:23 UTC (rev 229133) +++ trunk/Source/WebKit/ChangeLog 2018-03-01 17:11:33 UTC (rev 229134) @@ -1,3 +1,22 @@ +2018-03-01 Antti Koivisto <an...@apple.com> + +Crash when updating cache entry after validation in apps that uses class A file p

[webkit-changes] [229307] trunk/Source/WebCore

2018-03-05 Thread antti
Diff Modified: trunk/Source/WebCore/ChangeLog (229306 => 229307) --- trunk/Source/WebCore/ChangeLog 2018-03-06 04:38:40 UTC (rev 229306) +++ trunk/Source/WebCore/ChangeLog 2018-03-06 05:59:08 UTC (rev 229307) @@ -1,3 +1,66 @@ +2018-03-05 Antti Koivisto <an...@apple.com> + +

[webkit-changes] [233341] trunk/Source/WebCore

2018-06-28 Thread antti
-28 23:57:01 UTC (rev 233340) +++ trunk/Source/WebCore/ChangeLog 2018-06-28 23:57:57 UTC (rev 233341) @@ -1,3 +1,20 @@ +2018-06-28 Antti Koivisto + +REGRESSION (233281): fast/dom/location-new-window-no-crash.html and some other tests are timing out +https://bugs.webkit.

[webkit-changes] [236914] trunk

2018-10-08 Thread antti
Log 2018-10-08 13:55:14 UTC (rev 236913) +++ trunk/Source/WebCore/ChangeLog 2018-10-08 16:09:28 UTC (rev 236914) @@ -1,3 +1,142 @@ +2018-10-08 Antti Koivisto + +Move FontCascadeDescription to a file of its own +https://bugs.webkit.org/show_bug.cgi?id=190348 + +Revie

[webkit-changes] [237040] trunk/Source/WebCore

2018-10-11 Thread antti
-11 Antti Koivisto + +Use finer grained locking in FontDatabase +https://bugs.webkit.org/show_bug.cgi?id=190467 + +Reviewed by Alex Christensen. + +* platform/graphics/FontCache.h: + +Also use ListHashSet for prewarming info so we can prewarm in the same or

[webkit-changes] [237230] trunk/Source/WebCore

2018-10-17 Thread antti
018-10-17 19:00:03 UTC (rev 237230) @@ -1,3 +1,25 @@ +2018-10-17 Antti Koivisto + +Tiling CSS gradients is slow +https://bugs.webkit.org/show_bug.cgi?id=190615 + +Reviewed by Tim Horton. + +Painting blocks the main thread on CG rendering queue to make a c

[webkit-changes] [237116] trunk/Source/WebCore

2018-10-15 Thread antti
rev 237115) +++ trunk/Source/WebCore/ChangeLog 2018-10-15 16:02:35 UTC (rev 237116) @@ -1,3 +1,45 @@ +2018-10-15 Antti Koivisto + +[PSON] Prewarm system fallback fonts +https://bugs.webkit.org/show_bug.cgi?id=190517 + +Reviewed by Ryosuke Niwa. + +This seems to be

[webkit-changes] [237379] trunk/Source/WebCore

2018-10-24 Thread antti
Modified: trunk/Source/WebCore/ChangeLog (237378 => 237379) --- trunk/Source/WebCore/ChangeLog 2018-10-24 10:03:31 UTC (rev 237378) +++ trunk/Source/WebCore/ChangeLog 2018-10-24 10:20:34 UTC (rev 237379) @@ -1,3 +1,17 @@ +2018-10-22 Antti Koivisto + +topPrivatelyControlledDomain is s

[webkit-changes] [237357] trunk/Source/WebCore

2018-10-23 Thread antti
/Source/WebCore/ChangeLog (237356 => 237357) --- trunk/Source/WebCore/ChangeLog 2018-10-23 17:54:57 UTC (rev 237356) +++ trunk/Source/WebCore/ChangeLog 2018-10-23 18:02:32 UTC (rev 237357) @@ -1,3 +1,17 @@ +2018-10-23 Antti Koivisto + +topPrivatelyControlledDomain is slow +ht

[webkit-changes] [237636] trunk/Source

2018-10-31 Thread antti
:57 UTC (rev 237635) +++ trunk/Source/WebCore/ChangeLog 2018-10-31 15:08:26 UTC (rev 237636) @@ -1,3 +1,19 @@ +2018-10-31 Antti Koivisto + +Remove LayerFlushScheduler +https://bugs.webkit.org/show_bug.cgi?id=191103 + +Reviewed by Anders Carlsson. + +It is only u

[webkit-changes] [237463] trunk/Source

2018-10-26 Thread antti
,28 @@ +2018-10-26 Antti Koivisto + +Use random() instead of begin() to limit cache sizes +https://bugs.webkit.org/show_bug.cgi?id=190957 + +Reviewed by Chris Dumez. + +We currently use cache.remove(cache.begin()) pattern to limit sized of various cac

[webkit-changes] [237461] trunk

2018-10-26 Thread antti
UTC (rev 237460) +++ trunk/Source/WTF/ChangeLog 2018-10-26 16:27:23 UTC (rev 237461) @@ -1,3 +1,19 @@ +2018-10-26 Antti Koivisto + +hashSet.remove(hashSet.random()) doesn't build +https://bugs.webkit.org/show_bug.cgi?id=190953 + +Reviewed by Chris Dumez. + +* wtf/

[webkit-changes] [237629] trunk/Source/WebKit

2018-10-31 Thread antti
rce/WebKit/ChangeLog 2018-10-31 09:56:48 UTC (rev 237629) @@ -1,3 +1,24 @@ +2018-10-31 Antti Koivisto + +Stop using LayerFlushScheduler in WK2 +https://bugs.webkit.org/show_bug.cgi?id=191065 + +Reviewed by Tim Horton. + +Code gets more understandable w

[webkit-changes] [238049] trunk/Source

2018-11-09 Thread antti
049) --- trunk/Source/WebCore/ChangeLog 2018-11-09 19:23:42 UTC (rev 238048) +++ trunk/Source/WebCore/ChangeLog 2018-11-09 19:47:15 UTC (rev 238049) @@ -1,3 +1,34 @@ +2018-11-09 Antti Koivisto + +Use OptionSet for layout milestones +https://bugs.webkit.org/show_bug.cgi?id=191

[webkit-changes] [238222] trunk

2018-11-15 Thread antti
rev 238221) +++ trunk/LayoutTests/ChangeLog 2018-11-15 13:48:52 UTC (rev 238222) @@ -1,3 +1,13 @@ +2018-11-15 Antti Koivisto + +Remove fonts from CSSFontFaceSet safely +https://bugs.webkit.org/show_bug.cgi?id=191676 + +Reviewed by Zalan Bujtas. + +* fast/text/f

[webkit-changes] [238223] trunk

2018-11-15 Thread antti
rev 238223) @@ -1,5 +1,18 @@ 2018-11-15 Antti Koivisto +REGRESSION(r238178): fast/forms/access-key-mutated.html and fast/forms/access-key-case-insensitive.html are timing out +https://bugs.webkit.org/show_bug.cgi?id=191642 + +Reviewed by Zalan Buj

[webkit-changes] [238097] trunk

2018-11-12 Thread antti
018-11-12 18:55:17 UTC (rev 238097) @@ -1,3 +1,14 @@ +2018-11-12 Antti Koivisto + +Support dynamic pseudo-classes on elements with display: contents +https://bugs.webkit.org/show_bug.cgi?id=181640 + + +Reviewed by Dean Jackson. + +* fast/css/display-conte

[webkit-changes] [238178] trunk/Source/WebKit

2018-11-14 Thread antti
178) --- trunk/Source/WebKit/ChangeLog 2018-11-14 16:24:59 UTC (rev 238177) +++ trunk/Source/WebKit/ChangeLog 2018-11-14 16:53:25 UTC (rev 238178) @@ -1,3 +1,58 @@ +2018-11-14 Antti Koivisto + +Align Mac WK2 layer flush throttling with iOS +https://bugs.webkit.org/show_bug.cgi?id=191

[webkit-changes] [238187] trunk/LayoutTests

2018-11-14 Thread antti
Log 2018-11-14 19:18:35 UTC (rev 238187) @@ -1,3 +1,10 @@ +2018-11-14 Antti Koivisto + +REGRESSION(r238178): fast/forms/access-key-mutated.html and fast/forms/access-key-case-insensitive.html are timing out +https://bugs.webkit.org/show_bug.cgi?id=191642 + +* TestExpectati

[webkit-changes] [238189] trunk/LayoutTests

2018-11-14 Thread antti
642 +* TestExpectations: Additionally skip accessibility/mac/selection-notification-focus-change.html + +2018-11-14 Antti Koivisto + +REGRESSION(r238178): fast/forms/access-key-mutated.html and fast/forms/access-key-case-insensitive.html are timing out +https://bugs.webkit.

[webkit-changes] [236938] trunk/Source/WebCore

2018-10-08 Thread antti
ore/ChangeLog 2018-10-08 20:24:56 UTC (rev 236937) +++ trunk/Source/WebCore/ChangeLog 2018-10-08 20:37:26 UTC (rev 236938) @@ -1,3 +1,59 @@ +2018-10-08 Antti Koivisto + +Move SystemFontDatabase to a file of its own +https://bugs.webkit.org/show_bug.cgi?id=190347 + +Reviewed by Ch

[webkit-changes] [236959] trunk/Source

2018-10-09 Thread antti
UTC (rev 236959) @@ -1,3 +1,49 @@ +2018-10-09 Antti Koivisto + +Prewarm FontDatabase on process swap +https://bugs.webkit.org/show_bug.cgi?id=190312 + +Reviewed by Chris Dumez. + +Implement basic prewarming of FontDatabase. When the domain of the first page l

[webkit-changes] [236746] trunk/Source/WebKit

2018-10-02 Thread antti
unk/Source/WebKit/ChangeLog 2018-10-02 15:55:05 UTC (rev 236745) +++ trunk/Source/WebKit/ChangeLog 2018-10-02 16:15:04 UTC (rev 236746) @@ -1,3 +1,25 @@ +2018-10-02 Antti Koivisto + +WebPageProxy::reattachToWebProcess cleanups +https://bugs.webkit.org/show_bug.cgi?id=189

[webkit-changes] [236753] trunk/Source/WebCore

2018-10-02 Thread antti
/SVGImage.cpp Diff Modified: trunk/Source/WebCore/ChangeLog (236752 => 236753) --- trunk/Source/WebCore/ChangeLog 2018-10-02 17:52:04 UTC (rev 236752) +++ trunk/Source/WebCore/ChangeLog 2018-10-02 17:57:41 UTC (rev 236753) @@ -1,3 +1,29 @@ +2018-10-02 Antti Koivisto + +User installed fo

[webkit-changes] [237004] trunk/Source/WebKit

2018-10-10 Thread antti
/Source/WebKit/WebProcess/WebProcess.h Diff Modified: trunk/Source/WebKit/ChangeLog (237003 => 237004) --- trunk/Source/WebKit/ChangeLog 2018-10-10 17:16:07 UTC (rev 237003) +++ trunk/Source/WebKit/ChangeLog 2018-10-10 17:41:55 UTC (rev 237004) @@ -1,3 +1,36 @@ +2018-10-10 Antti Koivi

[webkit-changes] [236971] trunk/Source/WebCore

2018-10-09 Thread antti
Log 2018-10-09 18:25:29 UTC (rev 236970) +++ trunk/Source/WebCore/ChangeLog 2018-10-09 18:38:47 UTC (rev 236971) @@ -1,3 +1,15 @@ +2018-10-09 Antti Koivisto + +[PSON] Prewarm system UI font +https://bugs.webkit.org/show_bug.cgi?id=190397 + +Reviewed by Geoffrey Ga

[webkit-changes] [236500] trunk/Source/WebKit

2018-09-26 Thread antti
499) +++ trunk/Source/WebKit/ChangeLog 2018-09-26 12:06:11 UTC (rev 236500) @@ -1,3 +1,71 @@ +2018-09-26 Antti Koivisto + +REGRESSION (PSON): White or Black flash occurs when process swapping on navigation on iOS +https://bugs.webkit.org/show_bug.cgi?id=189695 + + +Revie

[webkit-changes] [236257] trunk/Source/WebKit

2018-09-20 Thread antti
unk/Source/WebKit/ChangeLog 2018-09-20 11:49:55 UTC (rev 236257) @@ -1,3 +1,103 @@ +2018-09-20 Antti Koivisto + +REGRESSION (PSON): White or Black flash occurs when process swapping on navigation on Mac +https://bugs.webkit.org/show_bug.cgi?id=189663 + + +Revie

[webkit-changes] [238286] trunk/Source/WebKit

2018-11-16 Thread antti
: trunk/Source/WebKit/ChangeLog (238285 => 238286) --- trunk/Source/WebKit/ChangeLog 2018-11-16 17:28:48 UTC (rev 238285) +++ trunk/Source/WebKit/ChangeLog 2018-11-16 17:51:10 UTC (rev 238286) @@ -1,3 +1,20 @@ +2018-11-16 Antti Koivisto + +REGRESSION(r237467) [PSON] iOS: Going back to a p

[webkit-changes] [240037] trunk/Source/WebCore

2019-01-16 Thread antti
-01-16 Antti Koivisto + +Add more assertions to find root cause for release assert hit in StyleResolver +https://bugs.webkit.org/show_bug.cgi?id=193488 + + +Reviewed by Zalan Bujtas. + +* css/StyleResolver.cpp: +(WebCore::StyleResolver::~StyleResol

[webkit-changes] [240162] trunk

2019-01-18 Thread antti
2) --- trunk/LayoutTests/ChangeLog 2019-01-18 19:47:33 UTC (rev 240161) +++ trunk/LayoutTests/ChangeLog 2019-01-18 20:07:44 UTC (rev 240162) @@ -1,3 +1,13 @@ +2019-01-18 Antti Koivisto + +Implement asynchronous frame scrolling for iOS +https://bugs.webkit.org/show_bug.

[webkit-changes] [239984] trunk/Source/WebCore

2019-01-15 Thread antti
rce/WebCore/ChangeLog 2019-01-15 15:46:19 UTC (rev 239984) @@ -1,3 +1,25 @@ +2019-01-15 Antti Koivisto + +Remove unused fields from Scrollbar +https://bugs.webkit.org/show_bug.cgi?id=193442 + +Reviewed by Zalan Bujtas. + +* platform/Scrollbar.cpp: +(WebC

[webkit-changes] [240232] trunk/Source/WebCore

2019-01-21 Thread antti
=> 240232) --- trunk/Source/WebCore/ChangeLog 2019-01-21 10:14:00 UTC (rev 240231) +++ trunk/Source/WebCore/ChangeLog 2019-01-21 12:27:53 UTC (rev 240232) @@ -1,3 +1,26 @@ +2019-01-21 Antti Koivisto + +Move delegatesScrolling() tests to lower level conversion function in ScrollV

[webkit-changes] [240249] trunk

2019-01-21 Thread antti
=> 240249) --- trunk/LayoutTests/ChangeLog 2019-01-22 05:28:35 UTC (rev 240248) +++ trunk/LayoutTests/ChangeLog 2019-01-22 06:50:49 UTC (rev 240249) @@ -1,3 +1,15 @@ +2019-01-21 Antti Koivisto + +[iOS] Handle hit testing for subframes +https://bugs.webkit.org/show_bug.cgi?id=192

[webkit-changes] [240298] trunk/Source/WebKit

2019-01-22 Thread antti
unk/Source/WebKit/ChangeLog 2019-01-22 22:10:51 UTC (rev 240297) +++ trunk/Source/WebKit/ChangeLog 2019-01-22 22:31:36 UTC (rev 240298) @@ -1,3 +1,33 @@ +2019-01-22 Antti Koivisto + +[iOS] Flash when swiping back to Google search result page +https://bugs.webkit.org/show_bug.cgi

[webkit-changes] [240343] trunk/Source/WebKit

2019-01-23 Thread antti
342) +++ trunk/Source/WebKit/ChangeLog 2019-01-23 17:43:02 UTC (rev 240343) @@ -1,3 +1,32 @@ +2019-01-23 Antti Koivisto + +[PSON] Flash on back navigation on Mac +https://bugs.webkit.org/show_bug.cgi?id=193716 + + +Reviewed by Chris Dumez. + +We close the p

[webkit-changes] [239057] trunk/Source

2018-12-10 Thread antti
/Source/WebKitLegacy/mac/WebView/WebHTMLView.mm Diff Modified: trunk/Source/WebCore/ChangeLog (239056 => 239057) --- trunk/Source/WebCore/ChangeLog 2018-12-10 23:36:36 UTC (rev 239056) +++ trunk/Source/WebCore/ChangeLog 2018-12-10 23:56:31 UTC (rev 239057) @@ -1,3 +1,37 @@ +201

[webkit-changes] [239041] trunk/Source/WebCore

2018-12-10 Thread antti
rce/WebCore/ChangeLog 2018-12-10 20:42:53 UTC (rev 239041) @@ -1,3 +1,21 @@ +2018-12-10 Antti Koivisto + +Document should throttle style recalc even when m_pendingStyleRecalcShouldForce is true. +https://bugs.webkit.org/show_bug.cgi?id=191695 + +Reviewed by Zalan Buj

[webkit-changes] [238961] trunk/Source/WebCore

2018-12-07 Thread antti
-12-07 19:25:44 UTC (rev 238961) @@ -1,3 +1,23 @@ +2018-12-07 Antti Koivisto + +[LFC] Rename formattingContext() to createFormattingContext() +https://bugs.webkit.org/show_bug.cgi?id=192500 + +Reviewed by Zalan Bujtas. + +* layout/FormattingContext.

[webkit-changes] [238963] trunk/Source/WebCore

2018-12-07 Thread antti
Diff Modified: trunk/Source/WebCore/ChangeLog (238962 => 238963) --- trunk/Source/WebCore/ChangeLog 2018-12-07 19:32:23 UTC (rev 238962) +++ trunk/Source/WebCore/ChangeLog 2018-12-07 20:10:14 UTC (rev 238963) @@ -1,5 +1,85 @@ 2018-12-07 Antti Koivisto +Rename LayoutSt

[webkit-changes] [238995] trunk/Source/WebCore

2018-12-07 Thread antti
,32 @@ +2018-12-07 Antti Koivisto + +[LFC] Rename LayoutFormattingState files to LayoutState +https://bugs.webkit.org/show_bug.cgi?id=192520 + +Reviewed by Zalan Bujtas. + +Match the class name. + +* layout/FormattingContext.cpp: +* lay

[webkit-changes] [238459] trunk/Source

2018-11-23 Thread antti
ChangeLog 2018-11-23 13:36:54 UTC (rev 238458) +++ trunk/Source/WebCore/ChangeLog 2018-11-23 15:07:40 UTC (rev 238459) @@ -1,3 +1,19 @@ +2018-11-23 Antti Koivisto + +UI side compositing doesn't paint on Mac +https://bugs.webkit.org/show_bug.cgi?id=191908 + +Reviewed by T

[webkit-changes] [238468] trunk/Source/WebKit

2018-11-23 Thread antti
rce/WebKit/ChangeLog 2018-11-24 07:17:35 UTC (rev 238468) @@ -1,3 +1,93 @@ +2018-11-23 Antti Koivisto + +Replace LayerOrView typedef with a class +https://bugs.webkit.org/show_bug.cgi?id=191927 + +Reviewed by Tim Horton. + +This typedef restricts remote la

[webkit-changes] [238476] trunk/Source/WebKit

2018-11-25 Thread antti
/WebPage/RemoteLayerTree/PlatformCAAnimationRemote.mm Diff Modified: trunk/Source/WebKit/ChangeLog (238475 => 238476) --- trunk/Source/WebKit/ChangeLog 2018-11-25 12:11:16 UTC (rev 238475) +++ trunk/Source/WebKit/ChangeLog 2018-11-25 12:19:02 UTC (rev 238476) @@ -1,3 +1,47 @@ +2018-11-25 An

[webkit-changes] [238394] trunk/Source/WebKit

2018-11-20 Thread antti
Kit/ChangeLog 2018-11-20 09:02:25 UTC (rev 238394) @@ -1,3 +1,41 @@ +2018-11-20 Antti Koivisto + +Avoid potential longer than expected layer flush delays +https://bugs.webkit.org/show_bug.cgi?id=191833 + +Reviewed by Dean Jackson. + +Layer flush throttling also stops st

[webkit-changes] [238490] trunk/Source/WebKit

2018-11-26 Thread antti
:15 UTC (rev 238489) +++ trunk/Source/WebKit/ChangeLog 2018-11-26 09:40:49 UTC (rev 238490) @@ -1,3 +1,39 @@ +2018-11-26 Antti Koivisto + +Clean up layer tree freezing logic in WebPage +https://bugs.webkit.org/show_bug.cgi?id=191826 + +Reviewed by Dean Jackson. + +

[webkit-changes] [238404] trunk/Source/WebCore

2018-11-20 Thread antti
rce/WebCore/ChangeLog 2018-11-20 15:56:57 UTC (rev 238403) +++ trunk/Source/WebCore/ChangeLog 2018-11-20 16:17:44 UTC (rev 238404) @@ -1,3 +1,27 @@ +2018-11-20 Antti Koivisto + +Update hover state in composed tree +https://bugs.webkit.org/show_bug.cgi?id=191860 + +Revie

[webkit-changes] [238547] trunk/Source/WebKit

2018-11-27 Thread antti
unk/Source/WebKit/ChangeLog 2018-11-27 08:59:00 UTC (rev 238546) +++ trunk/Source/WebKit/ChangeLog 2018-11-27 09:12:03 UTC (rev 238547) @@ -1,3 +1,53 @@ +2018-11-27 Antti Koivisto + +Remote tile layers shouldn't be UIViews +https://bugs.webkit.org/show_bug.cgi?id=191

[webkit-changes] [238549] trunk/Source/WebKit

2018-11-27 Thread antti
=> 238549) --- trunk/Source/WebKit/ChangeLog 2018-11-27 12:27:29 UTC (rev 238548) +++ trunk/Source/WebKit/ChangeLog 2018-11-27 12:39:27 UTC (rev 238549) @@ -1,5 +1,22 @@ 2018-11-27 Antti Koivisto +Stop collecting related layers in RemoteLayerTreeHost::updateLayerTree +ht

[webkit-changes] [238550] trunk/Source/WebKit

2018-11-27 Thread antti
/Source/WebKit/ChangeLog (238549 => 238550) --- trunk/Source/WebKit/ChangeLog 2018-11-27 12:39:27 UTC (rev 238549) +++ trunk/Source/WebKit/ChangeLog 2018-11-27 13:34:17 UTC (rev 238550) @@ -1,5 +1,21 @@ 2018-11-27 Antti Koivisto +Factor mask layer apply

[webkit-changes] [239689] trunk/Source

2019-01-07 Thread antti
Diff Modified: trunk/Source/WebCore/ChangeLog (239688 => 239689) --- trunk/Source/WebCore/ChangeLog 2019-01-07 19:59:21 UTC (rev 239688) +++ trunk/Source/WebCore/ChangeLog 2019-01-07 20:10:55 UTC (rev 239689) @@ -1,3 +1,45 @@ +2019-01-07 Antti Koivisto + +UI process side scrollb

[webkit-changes] [239877] trunk

2019-01-11 Thread antti
/ChangeLog (239876 => 239877) --- trunk/LayoutTests/ChangeLog 2019-01-11 22:36:14 UTC (rev 239876) +++ trunk/LayoutTests/ChangeLog 2019-01-11 22:38:24 UTC (rev 239877) @@ -1,3 +1,14 @@ +2019-01-11 Antti Koivisto + +Release assert when removing element with a map element in the shadow t

[webkit-changes] [239905] trunk

2019-01-13 Thread antti
/ChangeLog trunk/Source/WebCore/html/HTMLImageElement.cpp Diff Modified: trunk/LayoutTests/ChangeLog (239904 => 239905) --- trunk/LayoutTests/ChangeLog 2019-01-13 05:54:06 UTC (rev 239904) +++ trunk/LayoutTests/ChangeLog 2019-01-13 13:15:11 UTC (rev 239905) @@ -1,3 +1,12 @@ +2019-01-13 An

[webkit-changes] [239777] trunk/Source/WebKit

2019-01-09 Thread antti
=> 239777) --- trunk/Source/WebKit/ChangeLog 2019-01-09 18:09:00 UTC (rev 239776) +++ trunk/Source/WebKit/ChangeLog 2019-01-09 18:23:22 UTC (rev 239777) @@ -1,3 +1,46 @@ +2019-01-09 Antti Koivisto + +[PSON] Flash of blank content while transitioning from page A to page B. +ht

[webkit-changes] [236138] trunk/Source/WebKit

2018-09-18 Thread antti
138) @@ -1,3 +1,96 @@ +2018-09-18 Antti Koivisto + +REGRESSION (PSON): White or Black flash occurs when process swapping on navigation on Mac +https://bugs.webkit.org/show_bug.cgi?id=189663 + + +Reviewed by Geoff Garen. + +We need to keep the layer t

[webkit-changes] [240578] trunk/Source/WebKit

2019-01-28 Thread antti
Log 2019-01-28 09:46:20 UTC (rev 240577) +++ trunk/Source/WebKit/ChangeLog 2019-01-28 13:15:03 UTC (rev 240578) @@ -1,3 +1,20 @@ +2019-01-28 Antti Koivisto + +WebUserContentController::removeUserScriptMessageHandlerInternal may deref and delete itself +https://bugs.webkit.

[webkit-changes] [243281] trunk/LayoutTests

2019-03-21 Thread antti
-03-21 08:25:18 UTC (rev 243281) @@ -1,3 +1,28 @@ +2019-03-21 Antti Koivisto + +Use immediateScrollElementAtContentPointToOffset for scroll overlap tests +https://bugs.webkit.org/show_bug.cgi?id=195943 + +Reviewed by Simon Fraser. + +This is much faster and simp

[webkit-changes] [243488] trunk

2019-03-26 Thread antti
487) +++ trunk/LayoutTests/ChangeLog 2019-03-26 07:12:47 UTC (rev 243488) @@ -1,3 +1,13 @@ +2019-03-26 Antti Koivisto + +Hit-testing on layers overlapping scrollers should hit-test on text boxes +https://bugs.webkit.org/show_bug.cgi?id=195373 + + +Reviewed by Si

[webkit-changes] [243893] trunk

2019-04-04 Thread antti
--- trunk/LayoutTests/ChangeLog 2019-04-04 20:24:07 UTC (rev 243892) +++ trunk/LayoutTests/ChangeLog 2019-04-04 20:28:46 UTC (rev 243893) @@ -1,3 +1,18 @@ +2019-04-04 Antti Koivisto + +Compute accurate regions for touch-action +https://bugs.webkit.org/show_bug.cgi?

[webkit-changes] [243962] trunk

2019-04-06 Thread antti
019-04-06 16:48:58 UTC (rev 243962) @@ -1,3 +1,15 @@ +2019-04-06 Antti Koivisto + +Combine event and touch action regions into a single class +https://bugs.webkit.org/show_bug.cgi?id=196644 + + +Reviewed by Darin Adler. + +* pointerevents/ios/touch-acti

[webkit-changes] [243674] trunk

2019-03-30 Thread antti
673) +++ trunk/LayoutTests/ChangeLog 2019-03-30 08:28:07 UTC (rev 243674) @@ -1,3 +1,15 @@ +2019-03-30 Antti Koivisto + +Hit-testing of boxes over scrollers should account for border-radius +https://bugs.webkit.org/show_bug.cgi?id=195374 + + +Reviewed by Simon Fra

[webkit-changes] [243675] trunk/Source/WebCore

2019-03-30 Thread antti
UTC (rev 243675) @@ -1,5 +1,12 @@ 2019-03-30 Antti Koivisto +Try to fix Windows build. + +* platform/graphics/Region.cpp: +* platform/graphics/RoundedRect.cpp: + +2019-03-30 Antti Koivisto + Hit-testing of boxes over scrollers should account for border-rad

[webkit-changes] [243680] trunk/Source/WebCore

2019-03-30 Thread antti
/Source/WebCore/platform/graphics/RoundedRect.cpp Diff Modified: trunk/Source/WebCore/ChangeLog (243679 => 243680) --- trunk/Source/WebCore/ChangeLog 2019-03-30 16:38:17 UTC (rev 243679) +++ trunk/Source/WebCore/ChangeLog 2019-03-30 17:50:37 UTC (rev 243680) @@ -1,3 +1,10 @@ +2019-03-30 An

[webkit-changes] [243694] trunk

2019-04-01 Thread antti
,14 @@ +2019-04-01 Antti Koivisto + +Trying to scroll the compose pane on gmail.com scrolls the message list behind +https://bugs.webkit.org/show_bug.cgi?id=196426 + + +Reviewed by Darin Adler. + +* fast/scrolling/ios/event-region-visibility-hidden-expected.

[webkit-changes] [243709] trunk

2019-04-01 Thread antti
-01 19:53:00 UTC (rev 243709) @@ -1,3 +1,14 @@ +2019-04-01 Antti Koivisto + +Update event region when toggling pointer-events:none +https://bugs.webkit.org/show_bug.cgi?id=195902 + + +Reviewed by Simon Fraser. + +* fast/scrolling/ios/event-region-pointer-eve

[webkit-changes] [243444] trunk

2019-03-25 Thread antti
iff Modified: trunk/LayoutTests/ChangeLog (243443 => 243444) --- trunk/LayoutTests/ChangeLog 2019-03-25 18:26:10 UTC (rev 243443) +++ trunk/LayoutTests/ChangeLog 2019-03-25 18:27:55 UTC (rev 243444) @@ -1,3 +1,14 @@ +2019-03-25 Antti Koivisto + +Toggling "display: contents"

[webkit-changes] [241859] trunk

2019-02-20 Thread antti
858) +++ trunk/LayoutTests/ChangeLog 2019-02-21 03:28:11 UTC (rev 241859) @@ -1,3 +1,15 @@ +2019-02-20 Antti Koivisto + +Make programmatic frame scrolling work on iOS +https://bugs.webkit.org/show_bug.cgi?id=194886 + +Reviewed by Simon Fraser. + +Test by Frederic W

[webkit-changes] [242564] trunk

2019-03-06 Thread antti
564) @@ -1,3 +1,13 @@ +2019-03-06 Antti Koivisto + +[iOS] Basic hit testing for content overlapping fast-scrollable overflow +https://bugs.webkit.org/show_bug.cgi?id=195360 + +Reviewed by Simon Fraser. + +* fast/scrolling/ios/overflow-scroll-overlap-expected.

[webkit-changes] [242998] trunk/Source/WebCore

2019-03-15 Thread antti
/WebCore/platform/graphics/Region.h Diff Modified: trunk/Source/WebCore/ChangeLog (242997 => 242998) --- trunk/Source/WebCore/ChangeLog 2019-03-15 16:26:09 UTC (rev 242997) +++ trunk/Source/WebCore/ChangeLog 2019-03-15 16:50:25 UTC (rev 242998) @@ -1,3 +1,10 @@ +2019-03-15 Antti Koivi

[webkit-changes] [242995] trunk/Source

2019-03-15 Thread antti
/DrawingAreaCoordinatedGraphics.cpp Diff Modified: trunk/Source/WebCore/ChangeLog (242994 => 242995) --- trunk/Source/WebCore/ChangeLog 2019-03-15 11:25:19 UTC (rev 242994) +++ trunk/Source/WebCore/ChangeLog 2019-03-15 15:43:20 UTC (rev 242995) @@ -1,3 +1,66 @@ +2019-03-15 Antti Koivi

[webkit-changes] [242700] trunk/Source/WebCore

2019-03-11 Thread antti
699) +++ trunk/Source/WebCore/ChangeLog 2019-03-11 12:58:57 UTC (rev 242700) @@ -1,3 +1,23 @@ +2019-03-11 Antti Koivisto + +Rename contentOffsetInCompostingLayer to contentOffsetInCompositingLayer +https://bugs.webkit.org/show_bug.cgi?id=195553 + +Reviewed by Simon Fra

[webkit-changes] [243092] trunk

2019-03-18 Thread antti
-03-18 Antti Koivisto + +Layer with no backing store should still hit-test over a scroller +https://bugs.webkit.org/show_bug.cgi?id=195378 + + +Reviewed by Simon Fraser. + +Reorganize the tests a bit and add some new ones. + +* fast/scrolling/

[webkit-changes] [243096] trunk/Source/WebCore

2019-03-18 Thread antti
,12 @@ 2019-03-18 Antti Koivisto +Try to fix Windows build. + +* rendering/RenderLayerBacking.cpp: +(WebCore::RenderLayerBacking::updateEventRegion): + +2019-03-18 Antti Koivisto + Layer with no backing store should still hit-test over a scroller ht

[webkit-changes] [243134] trunk

2019-03-19 Thread antti
-03-19 Antti Koivisto + +Layer with no backing store should still hit-test over a scroller +https://bugs.webkit.org/show_bug.cgi?id=195378 + + +Reviewed by Simon Fraser. + +Reorganize the tests a bit and add some new ones. + +* fast/scrolling/

[webkit-changes] [242794] trunk

2019-03-12 Thread antti
794) @@ -1,3 +1,14 @@ +2019-03-12 Antti Koivisto + +Compositing layer that renders two positioned elements should not hit test +https://bugs.webkit.org/show_bug.cgi?id=195371 + + +Reviewed by Simon Fraser. + +* fast/scrolling/ios/overflow-scroll-overla

[webkit-changes] [242814] trunk/Source/WebKit

2019-03-12 Thread antti
Kit/ChangeLog 2019-03-12 19:16:47 UTC (rev 242813) +++ trunk/Source/WebKit/ChangeLog 2019-03-12 19:18:51 UTC (rev 242814) @@ -1,3 +1,14 @@ +2019-03-12 Antti Koivisto + +[iOS] Enable asynchronous frame scrolling by default +https://bugs.webkit.org/show_bug.cgi?id=195

[webkit-changes] [242830] trunk/Source/WebCore

2019-03-12 Thread antti
/Source/WebCore/ChangeLog (242829 => 242830) --- trunk/Source/WebCore/ChangeLog 2019-03-12 21:47:38 UTC (rev 242829) +++ trunk/Source/WebCore/ChangeLog 2019-03-12 22:35:36 UTC (rev 242830) @@ -1,3 +1,23 @@ +2019-03-12 Antti Koivisto + +Compositing layer that renders two positioned eleme

[webkit-changes] [243007] trunk/Source

2019-03-15 Thread antti
Diff Modified: trunk/Source/WebCore/ChangeLog (243006 => 243007) --- trunk/Source/WebCore/ChangeLog 2019-03-15 19:34:25 UTC (rev 243006) +++ trunk/Source/WebCore/ChangeLog 2019-03-15 20:06:04 UTC (rev 243007) @@ -1,3 +1,24 @@ +2019-03-15 Antti Koivisto + +Use Region for event region e

[webkit-changes] [243316] trunk

2019-03-21 Thread antti
unk/LayoutTests/ChangeLog 2019-03-21 19:54:25 UTC (rev 243316) @@ -1,3 +1,14 @@ +2019-03-21 Antti Koivisto + +UI-process hit-testing needs to know about containing block relationships +https://bugs.webkit.org/show_bug.cgi?id=195845 + + +Reviewed by Simon Fra

[webkit-changes] [243380] trunk

2019-03-22 Thread antti
-scroll-overlap-6.html Diff Modified: trunk/LayoutTests/ChangeLog (243379 => 243380) --- trunk/LayoutTests/ChangeLog 2019-03-22 16:27:14 UTC (rev 243379) +++ trunk/LayoutTests/ChangeLog 2019-03-22 16:28:55 UTC (rev 243380) @@ -1,3 +1,14 @@ +2019-03-22 Antti Koivisto + +Handle UI s

[webkit-changes] [241121] trunk/Source/WebCore

2019-02-07 Thread antti
k/Source/WebCore/ChangeLog 2019-02-07 16:07:03 UTC (rev 241121) @@ -1,3 +1,49 @@ +2019-02-07 Antti Koivisto + +Infinite recursion via CachedResource::~CachedResource +https://bugs.webkit.org/show_bug.cgi?id=194378 + + +Reviewed by Daniel Bates. + +I don't know

[webkit-changes] [241018] trunk

2019-02-06 Thread antti
/LayoutTests/ChangeLog (241017 => 241018) --- trunk/LayoutTests/ChangeLog 2019-02-06 15:40:30 UTC (rev 241017) +++ trunk/LayoutTests/ChangeLog 2019-02-06 15:44:28 UTC (rev 241018) @@ -1,3 +1,15 @@ +2019-02-06 Antti Koivisto + +RELEASE_ASSERT(!m_document.isResolvingTreeSt

[webkit-changes] [241296] trunk/Source/WebCore

2019-02-12 Thread antti
/Source/WebCore/ChangeLog (241295 => 241296) --- trunk/Source/WebCore/ChangeLog 2019-02-12 15:59:16 UTC (rev 241295) +++ trunk/Source/WebCore/ChangeLog 2019-02-12 16:22:18 UTC (rev 241296) @@ -1,3 +1,16 @@ +2019-02-12 Antti Koivisto + +Crash in WebCore::ScrollingT

[webkit-changes] [241448] trunk/Source/WebKit

2019-02-13 Thread antti
/ChangeLog (241447 => 241448) --- trunk/Source/WebKit/ChangeLog 2019-02-13 19:16:36 UTC (rev 241447) +++ trunk/Source/WebKit/ChangeLog 2019-02-13 19:24:52 UTC (rev 241448) @@ -1,3 +1,16 @@ +2019-02-13 Antti Koivisto + +Crash in WebKit::CacheStorage::Engine::cachesRootPath +ht

[webkit-changes] [241779] trunk/Source/WebKit

2019-02-19 Thread antti
UTC (rev 241778) +++ trunk/Source/WebKit/ChangeLog 2019-02-19 22:57:11 UTC (rev 241779) @@ -1,3 +1,18 @@ +2019-02-19 Antti Koivisto + +Pass rootContentsLayer to Mac remote layer tree +https://bugs.webkit.org/show_bug.cgi?id=194828 + +Reviewed by Simon Fraser. + +M

[webkit-changes] [240663] trunk/Source/WebKit

2019-01-29 Thread antti
Kit/ChangeLog 2019-01-29 18:15:49 UTC (rev 240662) +++ trunk/Source/WebKit/ChangeLog 2019-01-29 18:18:52 UTC (rev 240663) @@ -1,3 +1,40 @@ +2019-01-29 Antti Koivisto + +REGRESSION (PSON): Flash on link navigation on Mac +https://bugs.webkit.org/show_bug.cgi?id=193

[webkit-changes] [240493] trunk/Source/WebKit

2019-01-25 Thread antti
493) @@ -1,3 +1,42 @@ +2019-01-25 Antti Koivisto + +REGRESSION (PSON): After swipe back, first few attempts to swipe forward not recognized as swipe gestures +https://bugs.webkit.org/show_bug.cgi?id=193818 + + +Reviewed by Tim Horton. + +We don't

[webkit-changes] [240717] trunk/Source/WebKit

2019-01-30 Thread antti
717) @@ -1,3 +1,19 @@ +2019-01-30 Antti Koivisto + +Crash in WebKit::RemoteLayerTreePropertyApplier::updateChildren +https://bugs.webkit.org/show_bug.cgi?id=193897 + + +Reviewed by Simon Fraser. + +There has been some null pointer crashes where we fail to f

[webkit-changes] [240800] trunk/Source/WebCore

2019-01-31 Thread antti
erCompositor.h Diff Modified: trunk/Source/WebCore/ChangeLog (240799 => 240800) --- trunk/Source/WebCore/ChangeLog 2019-01-31 19:29:27 UTC (rev 240799) +++ trunk/Source/WebCore/ChangeLog 2019-01-31 19:39:38 UTC (rev 240800) @@ -1,3 +1,67 @@ +2019-01-31 Antti Koivisto + +Call the f

[webkit-changes] [240861] trunk/Source

2019-02-01 Thread antti
UTC (rev 240860) +++ trunk/Source/WebCore/ChangeLog 2019-02-01 20:10:23 UTC (rev 240861) @@ -1,3 +1,68 @@ +2019-02-01 Antti Koivisto + +Don't use base layer() as the scroll layer in scrolling tree. +https://bugs.webkit.org/show_bug.cgi?id=194160 + +Reviewed by Simon Fra

[webkit-changes] [240906] trunk/Source/WebCore

2019-02-03 Thread antti
1,3 +1,12 @@ +2019-02-03 Antti Koivisto + +Don't include ScrollCoordinator.h from Element.h +https://bugs.webkit.org/show_bug.cgi?id=194206 + +Reviewed by Daniel Bates. + +* dom/Element.h: + 2019-02-03 Wenson Hsieh Unable to move selection into edita

[webkit-changes] [240443] trunk

2019-01-24 Thread antti
442) +++ trunk/Source/WebKit/ChangeLog 2019-01-24 18:35:05 UTC (rev 240443) @@ -1,3 +1,38 @@ +2019-01-24 Antti Koivisto + +[PSON] Flash on back navigation on Mac +https://bugs.webkit.org/show_bug.cgi?id=193716 + + +Reviewed by Chris Dumez. + +We close the p

[webkit-changes] [240918] trunk/Source

2019-02-04 Thread antti
ce/WebCore/ChangeLog 2019-02-04 12:48:21 UTC (rev 240918) @@ -1,3 +1,30 @@ +2019-02-04 Antti Koivisto + +Rename GraphicsLayer and PlatformCALayer scrolling layer type enum values to be less ambiguous +https://bugs.webkit.org/show_bug.cgi?id=194215 + +

[webkit-changes] [240916] trunk

2019-02-03 Thread antti
-04 07:13:00 UTC (rev 240915) +++ trunk/LayoutTests/ChangeLog 2019-02-04 07:49:33 UTC (rev 240916) @@ -1,3 +1,18 @@ +2019-02-03 Antti Koivisto + +[iOS] Tiles not created in large scrollable iframes +https://bugs.webkit.org/show_bug.cgi?id=193665 + +Reviewed by Simon Fra

[webkit-changes] [244042] trunk/Source/WebKit

2019-04-08 Thread antti
Log 2019-04-08 20:50:08 UTC (rev 244042) @@ -1,3 +1,26 @@ +2019-04-08 Antti Koivisto + +Compute touch actions for touch point from remote layer tree regions +https://bugs.webkit.org/show_bug.cgi?id=196701 + +Reviewed by Simon Fraser. + +Add a function for find

[webkit-changes] [244037] trunk

2019-04-08 Thread antti
rev 244036) +++ trunk/LayoutTests/ChangeLog 2019-04-08 20:32:53 UTC (rev 244037) @@ -1,3 +1,13 @@ +2019-04-08 Antti Koivisto + +Update touch-action region on property changes +https://bugs.webkit.org/show_bug.cgi?id=196608 + +Reviewed by Simon Fraser. + +* pointereve

<    2   3   4   5   6   7   8   9   10   11   >