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

2014-01-21 Thread simon . fraser
/ChangeLog (162461 => 162462) --- trunk/Source/WebCore/ChangeLog 2014-01-21 20:25:46 UTC (rev 162461) +++ trunk/Source/WebCore/ChangeLog 2014-01-21 20:25:48 UTC (rev 162462) @@ -1,3 +1,26 @@ +2014-01-21 Simon Fraser simon.fra...@apple.com + +Clean up PLATFORM(IOS) code related to the cus

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

2014-01-21 Thread simon . fraser
-01-21 20:25:48 UTC (rev 162462) +++ trunk/Source/WebCore/ChangeLog 2014-01-21 20:25:50 UTC (rev 162463) @@ -1,5 +1,17 @@ 2014-01-21 Simon Fraser simon.fra...@apple.com +Export systemTotalMemory() and systemMemoryLevel() for MobileSafari +https://bugs.webkit.org/show_bug.cgi

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

2014-01-21 Thread simon . fraser
,29 @@ +2014-01-21 Simon Fraser simon.fra...@apple.com + +Remove #if PLATFORM(IOS) in various places around customFixedPositionLayoutRect() code +https://bugs.webkit.org/show_bug.cgi?id=127373 + +Reviewed by Beth Dakin. + +Instead of PLATFORM(IOS) #idefs at every call s

[webkit-changes] [162597] trunk/Source

2014-01-22 Thread simon . fraser
/ChangeLog (162596 => 162597) --- trunk/Source/WebCore/ChangeLog 2014-01-23 06:10:04 UTC (rev 162596) +++ trunk/Source/WebCore/ChangeLog 2014-01-23 06:32:12 UTC (rev 162597) @@ -1,3 +1,24 @@ +2014-01-22 Simon Fraser simon.fra...@apple.com + +Surround fixedVisibleContentRect code with

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

2014-01-23 Thread simon . fraser
rce/WebCore/ChangeLog 2014-01-24 01:08:55 UTC (rev 162664) @@ -1,5 +1,13 @@ 2014-01-23 Simon Fraser simon.fra...@apple.com +Try to fix Windows build. + +* platform/win/PopupMenuWin.cpp: +(WebCore::PopupMenuWin::visibleSize): +* platform/win/PopupMenuWin.h: + +2014-01

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

2014-01-23 Thread simon . fraser
-23 Simon Fraser simon.fra...@apple.com +Another Windows fix: include algorithm for std::min and std::max. + +* platform/graphics/IntSize.h: + +2014-01-23 Simon Fraser simon.fra...@apple.com + Try to fix Windows build. * platform/win/PopupMenuWin.

[webkit-changes] [162671] trunk/Source

2014-01-23 Thread simon . fraser
/ChangeLog (162670 => 162671) --- trunk/Source/WebKit/efl/ChangeLog 2014-01-24 02:00:12 UTC (rev 162670) +++ trunk/Source/WebKit/efl/ChangeLog 2014-01-24 02:04:26 UTC (rev 162671) @@ -1,3 +1,10 @@ +2014-01-23 Simon Fraser simon.fra...@apple.com + +Fix EFL. + +* ewk/ewk_frame.

[webkit-changes] [162674] trunk/Source/WebKit/win

2014-01-23 Thread simon . fraser
/WebFrame.cpp Diff Modified: trunk/Source/WebKit/win/ChangeLog (162673 => 162674) --- trunk/Source/WebKit/win/ChangeLog 2014-01-24 02:20:08 UTC (rev 162673) +++ trunk/Source/WebKit/win/ChangeLog 2014-01-24 02:24:51 UTC (rev 162674) @@ -1,3 +1,10 @@ +2014-01-23 Simon Fraser simon.

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

2014-01-23 Thread simon . fraser
677) @@ -1,5 +1,11 @@ 2014-01-23 Simon Fraser simon.fra...@apple.com +Attempt to fix Windows DRT link issue. + +* WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: + +2014-01-23 Simon Fraser simon.fra...@apple.com + Make visibleContentRect() ret

[webkit-changes] [162730] trunk/Source/WebKit2

2014-01-24 Thread simon . fraser
-24 23:20:08 UTC (rev 162729) +++ trunk/Source/WebKit2/ChangeLog 2014-01-24 23:29:26 UTC (rev 162730) @@ -1,3 +1,31 @@ +2014-01-24 Simon Fraser simon.fra...@apple.com + +Push a custom fixed position rect down to the WebProcess in iOS WK2 +https://bugs.webkit.org/show_bug.cgi?id=127

[webkit-changes] [162731] trunk/Source

2014-01-24 Thread simon . fraser
rce/WebCore/ChangeLog 2014-01-24 23:29:29 UTC (rev 162731) @@ -1,3 +1,18 @@ +2014-01-24 Simon Fraser simon.fra...@apple.com + +#ifdef out handleWheelEventPhase for iOS +https://bugs.webkit.org/show_bug.cgi?id=127583 + +Reviewed by Tim Horton. + +handleWheelEventPh

[webkit-changes] [162736] trunk/Source

2014-01-24 Thread simon . fraser
736) --- trunk/Source/WebCore/ChangeLog 2014-01-24 23:44:50 UTC (rev 162735) +++ trunk/Source/WebCore/ChangeLog 2014-01-25 00:04:18 UTC (rev 162736) @@ -1,3 +1,47 @@ +2014-01-24 Simon Fraser simon.fra...@apple.com + +Prepare scrolling tree to handle 1 scrolling node +ht

[webkit-changes] [162748] trunk/Source

2014-01-24 Thread simon . fraser
/ChangeLog (162747 => 162748) --- trunk/Source/WebCore/ChangeLog 2014-01-25 02:32:23 UTC (rev 162747) +++ trunk/Source/WebCore/ChangeLog 2014-01-25 02:32:26 UTC (rev 162748) @@ -1,5 +1,30 @@ 2014-01-24 Simon Fraser simon.fra...@apple.com +Start using the RemoteScrollingCoordinatorPr

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

2014-01-24 Thread simon . fraser
-01-25 02:32:23 UTC (rev 162747) @@ -1,3 +1,28 @@ +2014-01-24 Simon Fraser simon.fra...@apple.com + +Add typesafe casts for ScrollingTreeNode classes +https://bugs.webkit.org/show_bug.cgi?id=127597 + +Reviewed by Tim Horton. + +Add a ScrollingNodeType mem

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

2013-01-25 Thread simon . fraser
/Source/WebCore/rendering/RenderLayerBacking.cpp Diff Modified: trunk/Source/WebCore/ChangeLog (140872 => 140873) --- trunk/Source/WebCore/ChangeLog 2013-01-25 23:44:29 UTC (rev 140872) +++ trunk/Source/WebCore/ChangeLog 2013-01-25 23:56:07 UTC (rev 140873) @@ -1,3 +1,16 @@ +2013-01-25 Si

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

2013-01-28 Thread simon . fraser
-28 19:24:57 UTC (rev 140984) @@ -1,3 +1,23 @@ +2013-01-28 Simon Fraser simon.fra...@apple.com + +Repaint issues in background tabs after r138858 +https://bugs.webkit.org/show_bug.cgi?id=108092 +rdar://problem/13076430 + +Reviewed by Tim Horton. + +In r138858,

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

2013-01-28 Thread simon . fraser
ore/ChangeLog 2013-01-29 03:42:34 UTC (rev 141035) @@ -1,3 +1,18 @@ +2013-01-28 Simon Fraser simon.fra...@apple.com + +compositing/reflections/become-simple-composited-reflection.html pixel result shows bug +https://bugs.webkit.org/show_bug.cgi?id=107174 + +Reviewed by D

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

2013-01-28 Thread simon . fraser
/platform/graphics/ca/GraphicsLayerCA.h Diff Modified: trunk/Source/WebCore/ChangeLog (141035 => 141036) --- trunk/Source/WebCore/ChangeLog 2013-01-29 03:42:34 UTC (rev 141035) +++ trunk/Source/WebCore/ChangeLog 2013-01-29 03:42:59 UTC (rev 141036) @@ -1,5 +1,31 @@ 2013-01-28 Simon Fra

[webkit-changes] [141039] trunk

2013-01-28 Thread simon . fraser
rev 141038) +++ trunk/LayoutTests/ChangeLog 2013-01-29 04:16:56 UTC (rev 141039) @@ -1,3 +1,22 @@ +2013-01-28 Simon Fraser simon.fra...@apple.com + +position:fixed that doesn't render any content should not force compositing +https://bugs.webkit.org/show_bug.cgi?id=108

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

2013-01-29 Thread simon . fraser
-29 Simon Fraser simon.fra...@apple.com + +Rubberband scrolling on news.google.com causes text to blink repeatedly +https://bugs.webkit.org/show_bug.cgi?id=107326 + +Reviewed by Beth Dakin. + +When in the middle of layout, RenderBlock::updateScrollInfoAfterLay

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

2013-01-30 Thread simon . fraser
,16 @@ +2013-01-30 Simon Fraser simon.fra...@apple.com + +Temporarily disable assertions related to clip rect computation in RenderLayer +https://bugs.webkit.org/show_bug.cgi?id=108265 + +Reviewed by Dean Jackson. + +These assertions are killing the test bots, so disable t

[webkit-changes] [141330] trunk

2013-01-30 Thread simon . fraser
330) --- trunk/LayoutTests/ChangeLog 2013-01-30 23:19:21 UTC (rev 141329) +++ trunk/LayoutTests/ChangeLog 2013-01-30 23:22:25 UTC (rev 141330) @@ -1,3 +1,22 @@ +2013-01-30 Simon Fraser simon.fra...@apple.com + +Elements that dynamically become fixed sometimes jump to the top left on scroll

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

2013-02-02 Thread simon . fraser
Log 2013-02-02 20:59:25 UTC (rev 141702) +++ trunk/Source/WebCore/ChangeLog 2013-02-02 21:03:16 UTC (rev 141703) @@ -1,3 +1,42 @@ +2013-02-02 Simon Fraser simon.fra...@apple.com + +Fixed and sticky nodes have no nodeID set +https://bugs.webkit.org/show_bug.cgi?id=108

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

2013-02-11 Thread simon . fraser
/Source/WebCore/ChangeLog (142503 => 142504) --- trunk/Source/WebCore/ChangeLog 2013-02-11 21:26:48 UTC (rev 142503) +++ trunk/Source/WebCore/ChangeLog 2013-02-11 21:28:12 UTC (rev 142504) @@ -1,3 +1,42 @@ +2013-02-11 Simon Fraser simon.fra...@apple.com + +Move m_stateNodeMap f

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

2013-02-11 Thread simon . fraser
505) --- trunk/Source/WebCore/ChangeLog 2013-02-11 21:28:12 UTC (rev 142504) +++ trunk/Source/WebCore/ChangeLog 2013-02-11 21:28:18 UTC (rev 142505) @@ -1,5 +1,39 @@ 2013-02-11 Simon Fraser simon.fra...@apple.com +ScrollingTree node maps keep getting larger +https://bugs.webkit.

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

2013-02-11 Thread simon . fraser
013-02-12 01:35:34 UTC (rev 142561) @@ -1,3 +1,18 @@ +2013-02-11 Simon Fraser simon.fra...@apple.com + +REGRESSION (r142520?): Space no longer scrolls the page +https://bugs.webkit.org/show_bug.cgi?id=109526 + +Reviewed by Tim Horton. + +ScrollingT

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

2013-02-12 Thread simon . fraser
/ChangeLog (142690 => 142691) --- trunk/Source/WebCore/ChangeLog 2013-02-13 00:58:00 UTC (rev 142690) +++ trunk/Source/WebCore/ChangeLog 2013-02-13 00:58:38 UTC (rev 142691) @@ -1,3 +1,33 @@ +2013-02-12 Simon Fraser simon.fra...@apple.com + +Crash when scrolling soon after page starts load

[webkit-changes] [142956] trunk

2013-02-14 Thread simon . fraser
sts/ChangeLog 2013-02-15 04:28:45 UTC (rev 142956) @@ -1,3 +1,13 @@ +2013-02-14 Simon Fraser simon.fra...@apple.com + +Reverting r142861. Hit testing inside of style recalc is fundamentally wrong + +* fast/events/mouse-cursor-change-expected.txt: Removed. +* fast/events/mo

[webkit-changes] [143070] trunk

2013-02-15 Thread simon . fraser
-02-16 00:52:07 UTC (rev 143069) +++ trunk/LayoutTests/ChangeLog 2013-02-16 00:55:44 UTC (rev 143070) @@ -1,3 +1,13 @@ +2013-02-15 Simon Fraser simon.fra...@apple.com + +drop-shadow filter with overflow:hidden child misbehaves +https://bugs.webkit.org/show_bug.cgi?id=109

[webkit-changes] [143073] trunk

2013-02-15 Thread simon . fraser
073) @@ -1,5 +1,17 @@ 2013-02-15 Simon Fraser simon.fra...@apple.com +Constrain fixed layers to the viewport, not the document +https://bugs.webkit.org/show_bug.cgi?id=109646 + +Reviewed by Beth Dakin. + +Test with a big fixed element in a compositing la

[webkit-changes] [143074] trunk

2013-02-15 Thread simon . fraser
ing a page with an iframe that navigates forwards then back. + +* platform/mac-wk2/tiled-drawing/null-parent-back-crash.html: Added. + +2013-02-15 Simon Fraser simon.fra...@apple.com + Constrain fixed layers to the viewport, not the document https://bugs.webkit.

[webkit-changes] [143376] trunk/LayoutTests

2013-02-19 Thread simon . fraser
:56:14 UTC (rev 143376) @@ -1,3 +1,9 @@ +2013-02-19 Simon Fraser simon.fra...@apple.com + +Add a test result missed in r143074. + +* platform/mac-wk2/tiled-drawing/null-parent-back-crash-expected.txt: Added. + 2013-02-19 Stephen White senorbla...@chromium.org [Chrom

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

2013-02-19 Thread simon . fraser
rev 143403) +++ trunk/Source/WebCore/ChangeLog 2013-02-20 00:25:06 UTC (rev 143404) @@ -1,3 +1,32 @@ +2013-02-19 Simon Fraser simon.fra...@apple.com + +Separate constraining for overhang from fixed-position zooming behavior in scrollOffsetForFixedPosition() +https://bugs.webkit.

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

2013-02-19 Thread simon . fraser
/Source/WebCore/rendering/RenderLayerCompositor.h Diff Modified: trunk/Source/WebCore/ChangeLog (143416 => 143417) --- trunk/Source/WebCore/ChangeLog 2013-02-20 01:24:49 UTC (rev 143416) +++ trunk/Source/WebCore/ChangeLog 2013-02-20 01:29:39 UTC (rev 143417) @@ -1,3 +1,30 @@ +2013-02-19 Si

[webkit-changes] [143423] trunk

2013-02-19 Thread simon . fraser
-slow-zoomed.html Diff Modified: trunk/LayoutTests/ChangeLog (143422 => 143423) --- trunk/LayoutTests/ChangeLog 2013-02-20 02:27:30 UTC (rev 143422) +++ trunk/LayoutTests/ChangeLog 2013-02-20 02:28:34 UTC (rev 143423) @@ -1,3 +1,15 @@ +2013-02-19 Simon Fraser simon.fra...@apple.

[webkit-changes] [143537] trunk

2013-02-20 Thread simon . fraser
=> 143537) --- trunk/LayoutTests/ChangeLog 2013-02-21 00:45:36 UTC (rev 143536) +++ trunk/LayoutTests/ChangeLog 2013-02-21 00:48:45 UTC (rev 143537) @@ -1,3 +1,16 @@ +2013-02-20 Simon Fraser simon.fra...@apple.com + +Zoomed, slow-scrolling pages keep recreating tiles when scrol

[webkit-changes] [143655] trunk

2013-02-21 Thread simon . fraser
655) --- trunk/LayoutTests/ChangeLog 2013-02-21 22:59:02 UTC (rev 143654) +++ trunk/LayoutTests/ChangeLog 2013-02-21 23:29:17 UTC (rev 143655) @@ -1,3 +1,15 @@ +2013-02-21 Simon Fraser simon.fra...@apple.com + +[Safari] Crash with opacity + drop shadow filter + child element extending bey

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

2013-02-21 Thread simon . fraser
23:29:23 UTC (rev 143656) @@ -1,5 +1,27 @@ 2013-02-21 Simon Fraser simon.fra...@apple.com +Don't make an overhang shadow layer when the WKView has a transparent background +https://bugs.webkit.org/show_bug.cgi?id=110429 + +Reviewed by Anders Carlsson. + +W

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

2013-02-25 Thread simon . fraser
,23 @@ +2013-02-25 Simon Fraser simon.fra...@apple.com + +Lots of unnecessary DidLayout notifications when scrolling zoomed page with iframes +https://bugs.webkit.org/show_bug.cgi?id=110824 + +Reviewed by Tim Horton. + +RenderWidget::setWidgetGeometry() compa

[webkit-changes] [166990] trunk

2014-04-08 Thread simon . fraser
014-04-09 01:11:52 UTC (rev 166990) @@ -1,3 +1,16 @@ +2014-04-08 Simon Fraser simon.fra...@apple.com + +REGRESSION (r155998): Elements render at very low resolution with some 3d transforms +https://bugs.webkit.org/show_bug.cgi?id=131412 + +Reviewed by Tim Hor

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

2014-04-13 Thread simon . fraser
1,3 +1,17 @@ +2014-04-13 Simon Fraser simon.fra...@apple.com + +[iOS WK2] Hook up scrolling tree nodes when coming out of the page cache +https://bugs.webkit.org/show_bug.cgi?id=131577 + +Reviewed by Tim Horton. + +The call to scrollingCoordina

[webkit-changes] [167262] trunk/Source

2014-04-14 Thread simon . fraser
1,3 +1,21 @@ +2014-04-14 Simon Fraser simon.fra...@apple.com + +[WK2 iOS] Scrolling to anchor links is broken +https://bugs.webkit.org/show_bug.cgi?id=131618 +rdar://problem/16599144 + +Reviewed by Tim Horton. + +Have ScrollingTreeScrollingNode p

[webkit-changes] [167265] trunk/Source/WebKit2

2014-04-14 Thread simon . fraser
/PageClientImpl.h Diff Modified: trunk/Source/WebKit2/ChangeLog (167264 => 167265) --- trunk/Source/WebKit2/ChangeLog 2014-04-14 20:37:52 UTC (rev 167264) +++ trunk/Source/WebKit2/ChangeLog 2014-04-14 20:38:26 UTC (rev 167265) @@ -1,5 +1,11 @@ 2014-04-14 Simon Fraser simon.fra...@apple.

[webkit-changes] [167273] trunk/Source/WebKit2

2014-04-14 Thread simon . fraser
:37:07 UTC (rev 167273) @@ -1,3 +1,25 @@ +2014-04-14 Simon Fraser simon.fra...@apple.com + +[iOS WK2] Hash table assertion closing a tab +https://bugs.webkit.org/show_bug.cgi?id=131640 + +Reviewed by Tim Horton. + +Have RemoteLayerTreeContext keep track of

[webkit-changes] [167286] trunk/Source/WebKit2

2014-04-14 Thread simon . fraser
unk/Source/WebKit2/ChangeLog 2014-04-15 00:47:46 UTC (rev 167286) @@ -1,3 +1,18 @@ +2014-04-14 Simon Fraser simon.fra...@apple.com + +REGRESSION (WebKit2): Programmatic scrolls in overflow-scrolling:touch don't work +https://bugs.webkit.org/show_bug.cgi?id=131649 + +Reviewed by

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

2014-04-14 Thread simon . fraser
ore/ChangeLog 2014-04-15 02:44:09 UTC (rev 167289) +++ trunk/Source/WebCore/ChangeLog 2014-04-15 02:54:13 UTC (rev 167290) @@ -1,3 +1,26 @@ +2014-04-14 Simon Fraser simon.fra...@apple.com + +Crash in TileController::tileRevalidationTimerFired +https://bugs.webkit.org/show_bug.cgi?id=131

[webkit-changes] [167298] trunk/Source

2014-04-15 Thread simon . fraser
ore/ChangeLog 2014-04-15 06:13:58 UTC (rev 167298) @@ -1,3 +1,36 @@ +2014-04-14 Simon Fraser simon.fra...@apple.com + +[iOS WK2] Pages often blank on first load if page loaded by typing the URL +https://bugs.webkit.org/show_bug.cgi?id=131665 + +Reviewed by Tim Hor

[webkit-changes] [167316] trunk/Source

2014-04-15 Thread simon . fraser
ore/ChangeLog 2014-04-15 17:53:23 UTC (rev 167316) @@ -1,3 +1,36 @@ +2014-04-15 Simon Fraser simon.fra...@apple.com + +[iOS WK2] Pages often blank on first load if page loaded by typing the URL +https://bugs.webkit.org/show_bug.cgi?id=131665 + +Reviewed by Tim Hor

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

2014-04-16 Thread simon . fraser
-16 17:50:57 UTC (rev 167356) @@ -1,3 +1,23 @@ +2014-04-16 Simon Fraser simon.fra...@apple.com + +Convert the boolean param of Image::startAnimation() to an enum +https://bugs.webkit.org/show_bug.cgi?id=131742 + +Reviewed by Tim Horton. + +Use an enum to make the c

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

2014-04-16 Thread simon . fraser
-16 18:06:13 UTC (rev 167363) @@ -1,3 +1,9 @@ +2014-04-16 Simon Fraser simon.fra...@apple.com + +Make Windows fail with a link error so I know what the new symbol is. + +* WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: + 2014-04-10 Michael Saboff msab...@apple.

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

2014-04-16 Thread simon . fraser
-16 Simon Fraser simon.fra...@apple.com + +Fix the iOS build. + +* platform/graphics/cg/BitmapImageCG.cpp: +(WebCore::BitmapImage::draw): + 2014-04-16 Alexey Proskuryakov a...@apple.com DataTransfer should cache its FileList Modified: trunk/Source/WebC

[webkit-changes] [167390] trunk/Source/WebKit2

2014-04-16 Thread simon . fraser
UTC (rev 167390) @@ -1,3 +1,19 @@ +2014-04-16 Simon Fraser simon.fra...@apple.com + +Failing to decode a layer tree commit message resulted in silent and mysterious failure +https://bugs.webkit.org/show_bug.cgi?id=131766 +rdar://problem/16520894 + +Reviewed by Sam Wei

[webkit-changes] [167400] trunk/Source/WTF

2014-04-16 Thread simon . fraser
400) @@ -1,3 +1,12 @@ +2014-04-16 Simon Fraser simon.fra...@apple.com + +Don't include CryptographicallyRandomNumber.h in StringImpl.h +https://bugs.webkit.org/show_bug.cgi?id=131772 + +Reviewed by Sam Weinig. + +* wtf/text/StringImpl.h: + 2014-04-16 Gavin Barraclo

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

2014-04-18 Thread simon . fraser
:24 UTC (rev 167496) +++ trunk/Source/WebCore/ChangeLog 2014-04-18 18:35:20 UTC (rev 167497) @@ -1,3 +1,42 @@ +2014-04-18 Simon Fraser simon.fra...@apple.com + +Remove some includes from image-related headers, and Document.h +https://bugs.webkit.org/show_bug.cgi?id=131

[webkit-changes] [167498] trunk

2014-04-18 Thread simon . fraser
-18 18:37:04 UTC (rev 167498) @@ -1,3 +1,26 @@ +2014-04-18 Simon Fraser simon.fra...@apple.com + +Worse animation performance on pages with 3D transforms +https://bugs.webkit.org/show_bug.cgi?id=131838 +rdar://problem/1642863015705876 + +Reviewed by Dean Jack

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

2014-04-18 Thread simon . fraser
20:31:35 UTC (rev 167503) @@ -1,5 +1,39 @@ 2014-04-18 Simon Fraser simon.fra...@apple.com +[iOS WK2] Make window.scroll() and window.scrollBy() work +https://bugs.webkit.org/show_bug.cgi?id=131848 +rdar://problem/16638319 + +Reviewed by Beth Da

[webkit-changes] [167529] trunk

2014-04-18 Thread simon . fraser
rev 167528) +++ trunk/LayoutTests/ChangeLog 2014-04-19 05:31:39 UTC (rev 167529) @@ -1,3 +1,16 @@ +2014-04-18 Simon Fraser simon.fra...@apple.com + +Contents of directly composited image layers are sometimes missing +https://bugs.webkit.org/show_bug.cgi?id=131880 + +Revie

[webkit-changes] [167536] trunk/Source/WebKit2

2014-04-19 Thread simon . fraser
unk/Source/WebKit2/ChangeLog 2014-04-19 17:36:22 UTC (rev 167536) @@ -1,3 +1,19 @@ +2014-04-19 Simon Fraser simon.fra...@apple.com + +[iOS WK2] Fuzzy layers on sites using perspective and transforms +https://bugs.webkit.org/show_bug.cgi?id=131873 +rdar://problem/16540

[webkit-changes] [167535] trunk/Source

2014-04-19 Thread simon . fraser
angeLog 2014-04-19 17:36:16 UTC (rev 167535) @@ -1,3 +1,14 @@ +2014-04-18 Simon Fraser simon.fra...@apple.com + +Use 'override' in GraphicsLayerCA +https://bugs.webkit.org/show_bug.cgi?id=131882 + +Reviewed by Tim Horton. + +Add an 'override'. + +

[webkit-changes] [167553] trunk/Source

2014-04-19 Thread simon . fraser
(167552 => 167553) --- trunk/Source/WebCore/ChangeLog 2014-04-19 22:16:26 UTC (rev 167552) +++ trunk/Source/WebCore/ChangeLog 2014-04-19 22:26:59 UTC (rev 167553) @@ -1,3 +1,35 @@ +2014-04-19 Simon Fraser simon.fra...@apple.com + +[UI-side compositing] Implement blend modes +ht

[webkit-changes] [167638] trunk/Source/WebKit2

2014-04-21 Thread simon . fraser
014-04-21 Simon Fraser simon.fra...@apple.com + +Don't try to use a null connection()-xpcConnection() +https://bugs.webkit.org/show_bug.cgi?id=131961 + +Reviewed by Dan Bernstein. + +If running with -WebKit2UseXPCServiceForWebProcess NO, connect

[webkit-changes] [167739] trunk/Source/WebKit2

2014-04-23 Thread simon . fraser
/RemoteLayerBackingStore.mm Diff Modified: trunk/Source/WebKit2/ChangeLog (167738 => 167739) --- trunk/Source/WebKit2/ChangeLog 2014-04-24 02:37:05 UTC (rev 167738) +++ trunk/Source/WebKit2/ChangeLog 2014-04-24 03:31:28 UTC (rev 167739) @@ -1,3 +1,17 @@ +2014-04-23 Simon Fraser simon.fra...@apple.

[webkit-changes] [167740] trunk/Source/WebKit2

2014-04-23 Thread simon . fraser
ers on the root layer. +(WebKit::RemoteLayerTreeDrawingArea::mainFrameContentSizeChanged): +Size the root layer to the contents size. This isn't strictly necessary +given the hit testing overrides, but seems sensible to do anyway. + +2014-04-23 Simon Fraser simon.

[webkit-changes] [167749] trunk/Source/WebKit2

2014-04-23 Thread simon . fraser
05:16:45 UTC (rev 167749) @@ -1,3 +1,26 @@ +2014-04-23 Simon Fraser simon.fra...@apple.com + +[iOS WK2] Missing content inside long overflow-scrolling:touch +https://bugs.webkit.org/show_bug.cgi?id=132105 + +Reviewed by Tim Horton. + +PlatformCALayerRem

[webkit-changes] [167891] trunk/Source

2014-04-28 Thread simon . fraser
Diff Modified: trunk/Source/WebCore/ChangeLog (167890 => 167891) --- trunk/Source/WebCore/ChangeLog 2014-04-28 17:27:10 UTC (rev 167890) +++ trunk/Source/WebCore/ChangeLog 2014-04-28 17:28:11 UTC (rev 167891) @@ -1,3 +1,15 @@ +2014-04-24 Simon Fraser simon.fra...@apple.com + +[iOS

[webkit-changes] [167893] trunk/Source/WebKit2

2014-04-28 Thread simon . fraser
/Source/WebKit2/UIProcess/WebPageProxy.cpp Diff Modified: trunk/Source/WebKit2/ChangeLog (167892 => 167893) --- trunk/Source/WebKit2/ChangeLog 2014-04-28 17:28:13 UTC (rev 167892) +++ trunk/Source/WebKit2/ChangeLog 2014-04-28 17:38:33 UTC (rev 167893) @@ -1,3 +1,10 @@ +2014-04-28 Simon Fra

[webkit-changes] [167892] trunk/Source/WebKit2

2014-04-28 Thread simon . fraser
rce/WebKit2/ChangeLog 2014-04-28 17:28:11 UTC (rev 167891) +++ trunk/Source/WebKit2/ChangeLog 2014-04-28 17:28:13 UTC (rev 167892) @@ -1,5 +1,24 @@ 2014-04-24 Simon Fraser simon.fra...@apple.com +[iOS WK2] Make subview rebuilding more incremental +https://bugs.webkit.org/show_bug.cgi

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

2014-04-29 Thread simon . fraser
:55 UTC (rev 167969) +++ trunk/Source/WebCore/ChangeLog 2014-04-29 23:53:57 UTC (rev 167970) @@ -1,5 +1,36 @@ 2014-04-29 Simon Fraser simon.fra...@apple.com +Remove some PLATFORM(IOS) #ifdefs related to hasAcceleratedTouchScrolling() +https://bugs.webkit.org/show_bug.cgi?id=132

[webkit-changes] [168044] trunk/Tools

2014-04-30 Thread simon . fraser
ols/ChangeLog 2014-04-30 21:48:36 UTC (rev 168044) @@ -1,3 +1,13 @@ +2014-04-30 Simon Fraser simon.fra...@apple.com + +Fix DRT assertion about mock scrollbars, which doesn't apply to iOS. + +Reviewed by Tim Horton. + +* DumpRenderTree/mac/DumpRenderTree

[webkit-changes] [168056] trunk/Source/WebKit2

2014-04-30 Thread simon . fraser
/Source/WebKit2/UIProcess/ios/ProcessAssertion.mm Diff Modified: trunk/Source/WebKit2/ChangeLog (168055 => 168056) --- trunk/Source/WebKit2/ChangeLog 2014-04-30 22:57:08 UTC (rev 168055) +++ trunk/Source/WebKit2/ChangeLog 2014-04-30 23:00:47 UTC (rev 168056) @@ -1,3 +1,9 @@ +2014-04-30 Si

[webkit-changes] [168057] trunk

2014-04-30 Thread simon . fraser
unk/ChangeLog 2014-04-30 23:00:47 UTC (rev 168056) +++ trunk/ChangeLog 2014-04-30 23:00:49 UTC (rev 168057) @@ -1,3 +1,10 @@ +2014-04-30 Simon Fraser simon.fra...@apple.com + +Let Xcode have its way with the WebKit workspace. + +* WebKit.xcworkspace/xcshareddata/xcschemes/All Sou

[webkit-changes] [168065] trunk

2014-04-30 Thread simon . fraser
Modified: trunk/ChangeLog (168064 => 168065) --- trunk/ChangeLog 2014-04-30 23:48:03 UTC (rev 168064) +++ trunk/ChangeLog 2014-04-30 23:58:49 UTC (rev 168065) @@ -1,5 +1,14 @@ 2014-04-30 Simon Fraser simon.fra...@apple.com +Make sure the All targets build WebKitLegacy, rather t

[webkit-changes] [168078] trunk

2014-04-30 Thread simon . fraser
/ChangeLog (168077 => 168078) --- trunk/LayoutTests/ChangeLog 2014-05-01 02:15:15 UTC (rev 168077) +++ trunk/LayoutTests/ChangeLog 2014-05-01 02:15:17 UTC (rev 168078) @@ -1,5 +1,23 @@ 2014-04-30 Simon Fraser simon.fra...@apple.com +[iOS WK2] Some accerated overflow-scroll doesn't scr

[webkit-changes] [168077] trunk/LayoutTests

2014-04-30 Thread simon . fraser
Modified: trunk/LayoutTests/ChangeLog (168076 => 168077) --- trunk/LayoutTests/ChangeLog 2014-05-01 02:12:42 UTC (rev 168076) +++ trunk/LayoutTests/ChangeLog 2014-05-01 02:15:15 UTC (rev 168077) @@ -1,3 +1,20 @@ +2014-04-30 Simon Fraser simon.fra...@apple.com + +Rebaseline composit

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

2014-04-30 Thread simon . fraser
:46:03 UTC (rev 168081) @@ -1,5 +1,13 @@ 2014-04-30 Simon Fraser simon.fra...@apple.com +Fix the iOS build, which no longer needs these calls +to enter/exitFullscreen. + +* html/HTMLMediaElement.cpp: +(WebCore::HTMLMediaElement::parseAttribute): + +2014-04-30 Si

[webkit-changes] [168119] trunk

2014-05-01 Thread simon . fraser
sts/ChangeLog 2014-05-01 20:56:21 UTC (rev 168119) @@ -1,3 +1,22 @@ +2014-05-01 Simon Fraser simon.fra...@apple.com + +Don't always make backing store for -webkit-backface-visibility:hidden +https://bugs.webkit.org/show_bug.cgi?id=132420 + +Reviewed by Sam Wei

[webkit-changes] [168175] trunk/Source/WebKit2

2014-05-02 Thread simon . fraser
unk/Source/WebKit2/ChangeLog 2014-05-02 17:29:22 UTC (rev 168175) @@ -1,5 +1,37 @@ 2014-05-01 Simon Fraser simon.fra...@apple.com +[iOS WK2] Animations on vox.com look wrong +https://bugs.webkit.org/show_bug.cgi?id=132462 +rdar://problem/16731884 + +Reviewed by

[webkit-changes] [168174] trunk/Source/WebKit2

2014-05-02 Thread simon . fraser
/RemoteLayerTreeHostIOS.mm Diff Modified: trunk/Source/WebKit2/ChangeLog (168173 => 168174) --- trunk/Source/WebKit2/ChangeLog 2014-05-02 17:27:40 UTC (rev 168173) +++ trunk/Source/WebKit2/ChangeLog 2014-05-02 17:29:20 UTC (rev 168174) @@ -1,3 +1,21 @@ +2014-05-01 Simon Fraser simon.fra...@apple.

[webkit-changes] [168177] trunk/Tools

2014-05-02 Thread simon . fraser
:12:04 UTC (rev 168176) +++ trunk/Tools/ChangeLog 2014-05-02 18:46:53 UTC (rev 168177) @@ -1,3 +1,19 @@ +2014-05-02 Simon Fraser simon.fra...@apple.com + +Fix several memory leaks found by code inspection +https://bugs.webkit.org/show_bug.cgi?id=132472 + +Reviewed by Geoff

[webkit-changes] [168190] trunk

2014-05-02 Thread simon . fraser
UTC (rev 168190) @@ -1,3 +1,19 @@ +2014-05-02 Simon Fraser simon.fra...@apple.com + +[iOS WK2] Don't create backing store for -webkit-overflow-scrolling:touch that can't scroll +https://bugs.webkit.org/show_bug.cgi?id=132487 +rdar://problem/16758041 + +Reviewed by

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

2014-05-02 Thread simon . fraser
/WebCore/rendering/RenderLayerCompositor.h Diff Modified: trunk/Source/WebCore/ChangeLog (168216 => 168217) --- trunk/Source/WebCore/ChangeLog 2014-05-03 01:13:40 UTC (rev 168216) +++ trunk/Source/WebCore/ChangeLog 2014-05-03 01:15:07 UTC (rev 168217) @@ -1,3 +1,32 @@ +2014-05-02 Simon Fra

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

2014-05-03 Thread simon . fraser
ore/ChangeLog 2014-05-03 18:52:45 UTC (rev 168225) +++ trunk/Source/WebCore/ChangeLog 2014-05-03 19:13:56 UTC (rev 168226) @@ -1,3 +1,20 @@ +2014-05-03 Simon Fraser simon.fra...@apple.com + +Fix crash in WebKit client app when zooming +https://bugs.webkit.org/show_bug.cgi?id=132

[webkit-changes] [168228] trunk

2014-05-03 Thread simon . fraser
228) --- trunk/LayoutTests/ChangeLog 2014-05-03 20:32:24 UTC (rev 168227) +++ trunk/LayoutTests/ChangeLog 2014-05-03 20:32:31 UTC (rev 168228) @@ -1,5 +1,19 @@ 2014-05-03 Simon Fraser simon.fra...@apple.com +[UI-side compositing] Assertion in PlatformCAFilters::setFiltersOnLayer with anima

[webkit-changes] [168227] trunk

2014-05-03 Thread simon . fraser
/LayoutTests/ChangeLog (168226 => 168227) --- trunk/LayoutTests/ChangeLog 2014-05-03 19:13:56 UTC (rev 168226) +++ trunk/LayoutTests/ChangeLog 2014-05-03 20:32:24 UTC (rev 168227) @@ -1,3 +1,16 @@ +2014-05-03 Simon Fraser simon.fra...@apple.com + +Very fuzzy layers under non-decompasa

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

2014-05-04 Thread simon . fraser
rce/WebCore/ChangeLog 2014-05-05 03:49:08 UTC (rev 168253) @@ -1,3 +1,19 @@ +2014-05-04 Simon Fraser simon.fra...@apple.com + +[iOS WK2] Compositing layers in iframes are misplaced +https://bugs.webkit.org/show_bug.cgi?id=132554 +rdar://problem/16203027 + +Revie

[webkit-changes] [168338] trunk/Source

2014-05-05 Thread simon . fraser
014-05-06 01:10:06 UTC (rev 168337) +++ trunk/Source/WebCore/ChangeLog 2014-05-06 01:10:30 UTC (rev 168338) @@ -1,3 +1,44 @@ +2014-05-05 Simon Fraser simon.fra...@apple.com + +[iOS WK2] Flickery scrolling inside overflow-scrolling: touch +https://bugs.webkit.org/show_bug.cgi?id=132

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

2014-05-06 Thread simon . fraser
UTC (rev 168381) @@ -1,3 +1,12 @@ +2014-05-06 Simon Fraser simon.fra...@apple.com + +Fix the iOS build. + +WebCore::Editor::replaceNodeFromPasteboard(WebCore::Node*, WTF::String const) is Mac-only. +Also sort the export file. + +* WebCore.exp.in: + 2014-05-06 Da

[webkit-changes] [168433] trunk/Source

2014-05-07 Thread simon . fraser
/ChangeLog (168432 => 168433) --- trunk/Source/WebCore/ChangeLog 2014-05-07 18:32:06 UTC (rev 168432) +++ trunk/Source/WebCore/ChangeLog 2014-05-07 18:42:53 UTC (rev 168433) @@ -1,3 +1,25 @@ +2014-05-06 Simon Fraser simon.fra...@apple.com + +Add scrolling tree logging to RemoteLayerTree out

[webkit-changes] [168434] trunk

2014-05-07 Thread simon . fraser
434) --- trunk/Source/WebKit/mac/ChangeLog 2014-05-07 18:42:53 UTC (rev 168433) +++ trunk/Source/WebKit/mac/ChangeLog 2014-05-07 18:49:26 UTC (rev 168434) @@ -1,3 +1,26 @@ +2014-05-07 Simon Fraser simon.fra...@apple.com + +WebKit1 is flashy when compositing layers come and go +ht

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

2014-05-07 Thread simon . fraser
(168439 => 168440) --- trunk/Source/WebCore/ChangeLog 2014-05-07 21:19:03 UTC (rev 168439) +++ trunk/Source/WebCore/ChangeLog 2014-05-07 21:49:10 UTC (rev 168440) @@ -1,3 +1,25 @@ +2014-05-07 Simon Fraser simon.fra...@apple.com + +[iOS] Acclerated overflow-scrolling broken in WK1 +ht

[webkit-changes] [168445] trunk/Source/WebKit2

2014-05-07 Thread simon . fraser
/mac/PlatformCALayerRemote.cpp Diff Modified: trunk/Source/WebKit2/ChangeLog (168444 => 168445) --- trunk/Source/WebKit2/ChangeLog 2014-05-07 22:00:10 UTC (rev 168444) +++ trunk/Source/WebKit2/ChangeLog 2014-05-07 22:15:08 UTC (rev 168445) @@ -1,3 +1,16 @@ +2014-05-07 Simon Fraser simon.

[webkit-changes] [168455] trunk/Source/WebKit2

2014-05-07 Thread simon . fraser
unk/Source/WebKit2/ChangeLog 2014-05-08 00:48:34 UTC (rev 168455) @@ -1,3 +1,10 @@ +2014-05-07 Simon Fraser simon.fra...@apple.com + +This assertion was wrong and fired every time. Remove it. + +* WebProcess/WebPage/mac/PlatformCALayerRemote.cpp: +(WebKit::PlatformCALayerRem

[webkit-changes] [168456] trunk/Source/WebKit2

2014-05-07 Thread simon . fraser
(168455 => 168456) --- trunk/Source/WebKit2/ChangeLog 2014-05-08 00:48:34 UTC (rev 168455) +++ trunk/Source/WebKit2/ChangeLog 2014-05-08 01:16:53 UTC (rev 168456) @@ -1,5 +1,15 @@ 2014-05-07 Simon Fraser simon.fra...@apple.com +Put a better version of the assertion back, and add

[webkit-changes] [168513] trunk/Source

2014-05-08 Thread simon . fraser
rce/WebCore/ChangeLog 2014-05-09 01:06:28 UTC (rev 168512) +++ trunk/Source/WebCore/ChangeLog 2014-05-09 01:08:30 UTC (rev 168513) @@ -1,3 +1,15 @@ +2014-05-08 Simon Fraser simon.fra...@apple.com + +[iOS WK2] Bottom-relative position:fixed elements are misplaced on page load +ht

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

2014-05-08 Thread simon . fraser
513) +++ trunk/Source/WebCore/ChangeLog 2014-05-09 02:26:22 UTC (rev 168514) @@ -1,5 +1,24 @@ 2014-05-08 Simon Fraser simon.fra...@apple.com +Occasional crash under AsyncScrollingCoordinator::frameViewRootLayerDidChange() on history navigation +https://bugs.webkit.org/show_bug.cgi

[webkit-changes] [168560] trunk/Source/WebKit2

2014-05-09 Thread simon . fraser
(168559 => 168560) --- trunk/Source/WebKit2/ChangeLog 2014-05-10 00:08:28 UTC (rev 168559) +++ trunk/Source/WebKit2/ChangeLog 2014-05-10 00:11:26 UTC (rev 168560) @@ -1,3 +1,28 @@ +2014-05-09 Simon Fraser simon.fra...@apple.com + +[iOS WK2] Fixed elements can go outside the docum

[webkit-changes] [168562] trunk/Source/WebKit2

2014-05-09 Thread simon . fraser
/RemoteScrollingCoordinatorTransaction.cpp Diff Modified: trunk/Source/WebKit2/ChangeLog (168561 => 168562) --- trunk/Source/WebKit2/ChangeLog 2014-05-10 00:38:09 UTC (rev 168561) +++ trunk/Source/WebKit2/ChangeLog 2014-05-10 01:10:06 UTC (rev 168562) @@ -1,5 +1,18 @@ 2014-05-09 Simon Fraser simon.

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

2014-05-12 Thread simon . fraser
ore/ChangeLog 2014-05-13 00:13:58 UTC (rev 168660) @@ -1,3 +1,24 @@ +2014-05-12 Simon Fraser simon.fra...@apple.com + +Add debug dumping for ViewportConfiguration +https://bugs.webkit.org/show_bug.cgi?id=132843 + +Reviewed by Benjamin Poulain. + +Add some TextStr

[webkit-changes] [168661] trunk/Source

2014-05-12 Thread simon . fraser
ore/ChangeLog 2014-05-13 00:13:58 UTC (rev 168660) +++ trunk/Source/WebCore/ChangeLog 2014-05-13 00:14:01 UTC (rev 168661) @@ -1,5 +1,17 @@ 2014-05-12 Simon Fraser simon.fra...@apple.com +[iOS WK2] Fuzzy tiles on some sites on loading +https://bugs.webkit.org/show_bug.cgi?id=132

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

2014-05-12 Thread simon . fraser
rev 168662) @@ -1,5 +1,12 @@ 2014-05-12 Simon Fraser simon.fra...@apple.com +Fix the iOS build. + +* page/scrolling/ScrollingCoordinator.cpp: +(WebCore::ScrollingCoordinator::contentShadowLayerForFrameView): + +2014-05-12 Simon Fraser simon.fra...@apple.

<    4   5   6   7   8   9   10   11   12   13   >