[webkit-changes] [162696] trunk/Source

2014-01-24 Thread zandobersek
Title: [162696] trunk/Source Revision 162696 Author zandober...@gmail.com Date 2014-01-24 01:25:21 -0800 (Fri, 24 Jan 2014) Log Message Move HistoryItem to std::unique_ptr https://bugs.webkit.org/show_bug.cgi?id=127275 Reviewed by Darin Adler. Source/WebCore: Replace the uses of

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

2014-01-24 Thread zandobersek
Title: [162697] trunk/Source/WebCore Revision 162697 Author zandober...@gmail.com Date 2014-01-24 01:59:05 -0800 (Fri, 24 Jan 2014) Log Message Unreviewed GTK build fix after r162663. * platform/gtk/ScrollViewGtk.cpp: (WebCore::ScrollView::visibleContentRectInternal): Renamed from

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

2014-01-24 Thread ossy
Title: [162699] trunk/Source/WebKit2 Revision 162699 Author o...@webkit.org Date 2014-01-24 04:02:52 -0800 (Fri, 24 Jan 2014) Log Message [EFL][WK2] Debug buildfix https://bugs.webkit.org/show_bug.cgi?id=127496 Reviewed by Gyuyoung Kim. * Shared/SessionTracker.cpp: Modified Paths

[webkit-changes] [162700] trunk/LayoutTests

2014-01-24 Thread commit-queue
Title: [162700] trunk/LayoutTests Revision 162700 Author commit-qu...@webkit.org Date 2014-01-24 08:19:45 -0800 (Fri, 24 Jan 2014) Log Message [EFL] Add expectations for two flaky media layout tests https://bugs.webkit.org/show_bug.cgi?id=127557 Unreviewed EFL gardening. Patch by

[webkit-changes] [162701] trunk/Source/JavaScriptCore

2014-01-24 Thread msaboff
Title: [162701] trunk/Source/_javascript_Core Revision 162701 Author msab...@apple.com Date 2014-01-24 08:34:24 -0800 (Fri, 24 Jan 2014) Log Message ARM Offline assembler temporary register allocator has duplicate register when building fat binaries

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

2014-01-24 Thread hyatt
Title: [162702] trunk/Source/WebCore Revision 162702 Author hy...@apple.com Date 2014-01-24 09:14:22 -0800 (Fri, 24 Jan 2014) Log Message [New Multicolumn] Table cells and list items need to work as multicolumn blocks. https://bugs.webkit.org/show_bug.cgi?id=127365 This patch is

[webkit-changes] [162703] branches/jsCStack/Source/JavaScriptCore

2014-01-24 Thread msaboff
Title: [162703] branches/jsCStack/Source/_javascript_Core Revision 162703 Author msab...@apple.com Date 2014-01-24 09:33:54 -0800 (Fri, 24 Jan 2014) Log Message Merge trunk change set r162701. Modified Paths branches/jsCStack/Source/_javascript_Core/ChangeLog

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

2014-01-24 Thread dbates
Title: [162704] trunk/Source/WebCore Revision 162704 Author dba...@webkit.org Date 2014-01-24 09:49:54 -0800 (Fri, 24 Jan 2014) Log Message Bindings generation tests hit an error trying to include wtf/Platform.h after r161638 https://bugs.webkit.org/show_bug.cgi?id=127293 Reviewed by

[webkit-changes] [162705] branches/jsCStack/Source/JavaScriptCore

2014-01-24 Thread msaboff
Title: [162705] branches/jsCStack/Source/_javascript_Core Revision 162705 Author msab...@apple.com Date 2014-01-24 10:06:47 -0800 (Fri, 24 Jan 2014) Log Message CStack Branch: Get ARM working https://bugs.webkit.org/show_bug.cgi?id=127510 Reviewed by Geoffrey Garen. Fixed

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

2014-01-24 Thread dbates
Title: [162706] trunk/Source/WebCore Revision 162706 Author dba...@webkit.org Date 2014-01-24 10:09:18 -0800 (Fri, 24 Jan 2014) Log Message Fix the Windows build after http://trac.webkit.org/changeset/162704 (https://bugs.webkit.org/show_bug.cgi?id=127293) Only include

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

2014-01-24 Thread andersca
Title: [162707] trunk/Source/WTF Revision 162707 Author ander...@apple.com Date 2014-01-24 10:20:06 -0800 (Fri, 24 Jan 2014) Log Message Simplify Compiler.h https://bugs.webkit.org/show_bug.cgi?id=127491 Patch by Darin Adler da...@apple.com on 2014-01-24 Reviewed by Anders Carlsson. *

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

2014-01-24 Thread andersca
Title: [162708] trunk/Source/WTF Revision 162708 Author ander...@apple.com Date 2014-01-24 10:30:50 -0800 (Fri, 24 Jan 2014) Log Message The CXX_EXPLICIT_CONVERSIONS COMPILER_SUPPORTS macro has been removed, and all compilers support explicit conversions now so simply remove the #ifdef.

[webkit-changes] [162709] trunk/Source

2014-01-24 Thread beidson
Title: [162709] trunk/Source Revision 162709 Author beid...@apple.com Date 2014-01-24 10:46:39 -0800 (Fri, 24 Jan 2014) Log Message IDB: support createIndex/deleteIndex messaging https://bugs.webkit.org/show_bug.cgi?id=127546 Reviewed by Tim Horton. Source/WebCore: * WebCore.exp.in:

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

2014-01-24 Thread timothy_horton
Title: [162710] trunk/Source/WebKit2 Revision 162710 Author timothy_hor...@apple.com Date 2014-01-24 10:56:23 -0800 (Fri, 24 Jan 2014) Log Message WebKit2 View Gestures (Swipe): Add a simple cache of view snapshots https://bugs.webkit.org/show_bug.cgi?id=127438 Reviewed by Sam Weinig.

[webkit-changes] [162711] trunk/Source/JavaScriptCore

2014-01-24 Thread mark . lam
Title: [162711] trunk/Source/_javascript_Core Revision 162711 Author mark@apple.com Date 2014-01-24 11:07:31 -0800 (Fri, 24 Jan 2014) Log Message Removing the need for Debugger* and m_shouldPause op_debug check. https://webkit.org/b/127532 Reviewed by Geoffrey Garen. This patch

[webkit-changes] [162714] trunk

2014-01-24 Thread commit-queue
Title: [162714] trunk Revision 162714 Author commit-qu...@webkit.org Date 2014-01-24 12:06:19 -0800 (Fri, 24 Jan 2014) Log Message [GTK] Put cache files in XDG_CACHE_HOME https://bugs.webkit.org/show_bug.cgi?id=123458 Patch by Enrique Ocaña González eoca...@igalia.com on 2014-01-24

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

2014-01-24 Thread timothy_horton
Title: [162715] trunk/Source/WebKit2 Revision 162715 Author timothy_hor...@apple.com Date 2014-01-24 12:27:47 -0800 (Fri, 24 Jan 2014) Log Message iOS build fix after r162710. * UIProcess/API/ios/PageClientImplIOS.h: * UIProcess/API/ios/PageClientImplIOS.mm:

[webkit-changes] [162716] trunk/Source

2014-01-24 Thread andersca
Title: [162716] trunk/Source Revision 162716 Author ander...@apple.com Date 2014-01-24 12:41:50 -0800 (Fri, 24 Jan 2014) Log Message Get rid of monotonicallyIncreasingTimeMS and start using std::chrono instead https://bugs.webkit.org/show_bug.cgi?id=127571 Reviewed by Antti Koivisto.

[webkit-changes] [162717] branches/jsCStack/Source/JavaScriptCore

2014-01-24 Thread fpizlo
Title: [162717] branches/jsCStack/Source/_javascript_Core Revision 162717 Author fpi...@apple.com Date 2014-01-24 13:19:37 -0800 (Fri, 24 Jan 2014) Log Message PutByIdDirect in FTL https://bugs.webkit.org/show_bug.cgi?id=127442 Patch by Matthew Mirman mmir...@apple.com on 2014-01-24

[webkit-changes] [162718] trunk/Source/JavaScriptCore

2014-01-24 Thread mark . lam
Title: [162718] trunk/Source/_javascript_Core Revision 162718 Author mark@apple.com Date 2014-01-24 13:23:17 -0800 (Fri, 24 Jan 2014) Log Message Generic JSObject::put should handle static properties in the classinfo hierarchy https://bugs.webkit.org/show_bug.cgi?id=127523 Patch by

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

2014-01-24 Thread andersca
Title: [162719] trunk/Source/WebKit2 Revision 162719 Author ander...@apple.com Date 2014-01-24 13:25:23 -0800 (Fri, 24 Jan 2014) Log Message Use a side table to map WebPageProxy objects to WKBrowsingContextController objects https://bugs.webkit.org/show_bug.cgi?id=127577 Reviewed by Tim

[webkit-changes] [162720] trunk/Source

2014-01-24 Thread joepeck
Title: [162720] trunk/Source Revision 162720 Author joep...@webkit.org Date 2014-01-24 13:27:42 -0800 (Fri, 24 Jan 2014) Log Message fast/profiler tests ASSERTing after moving recompileAllJSFunctions off a timer https://bugs.webkit.org/show_bug.cgi?id=127566 Reviewed by Oliver Hunt.

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

2014-01-24 Thread timothy_horton
Title: [162721] trunk/Source/WebKit2 Revision 162721 Author timothy_hor...@apple.com Date 2014-01-24 13:28:25 -0800 (Fri, 24 Jan 2014) Log Message iOS build fix after r162710. This is why these sorts of comments are bad. * UIProcess/WebPageProxy.cpp: Modified Paths

[webkit-changes] [162723] trunk/Source

2014-01-24 Thread bfulgham
Title: [162723] trunk/Source Revision 162723 Author bfulg...@apple.com Date 2014-01-24 14:01:10 -0800 (Fri, 24 Jan 2014) Log Message [Win] Convert some NMake files to MSBuild project files https://bugs.webkit.org/show_bug.cgi?id=127579 Reviewed by Tim Horton. ../_javascript_Core: *

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

2014-01-24 Thread vjaquez
Title: [162724] trunk/Source/WebKit2 Revision 162724 Author vjaq...@igalia.com Date 2014-01-24 14:05:22 -0800 (Fri, 24 Jan 2014) Log Message [GTK] youtube HTML5 videos in fullscreen, after Esc, can't go fullscreen again https://bugs.webkit.org/show_bug.cgi?id=127064 When pressing Esc or

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

2014-01-24 Thread andersca
Title: [162725] trunk/Source/WebCore Revision 162725 Author ander...@apple.com Date 2014-01-24 14:29:03 -0800 (Fri, 24 Jan 2014) Log Message Fix 32-bit build. * WebCore.exp.in: Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore/WebCore.exp.in Diff Modified:

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

2014-01-24 Thread hyatt
Title: [162726] trunk/Source/WebCore Revision 162726 Author hy...@apple.com Date 2014-01-24 14:52:41 -0800 (Fri, 24 Jan 2014) Log Message [New Multicolumn] Don't destroy all the renderers when a multi-column block stops being multi-column (and vice versa)

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

2014-01-24 Thread beidson
Title: [162727] trunk/Source/WebKit2 Revision 162727 Author beid...@apple.com Date 2014-01-24 15:05:51 -0800 (Fri, 24 Jan 2014) Log Message IDB: Support createIndex/deleteIndex rdar://problem/15779642 and https://bugs.webkit.org/show_bug.cgi?id=127585 Reviewed by Tim Horton. *

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

2014-01-24 Thread andersca
Title: [162728] trunk/Source/WebKit2 Revision 162728 Author ander...@apple.com Date 2014-01-24 15:14:10 -0800 (Fri, 24 Jan 2014) Log Message Get rid of WebLoaderClient https://bugs.webkit.org/show_bug.cgi?id=127587 Reviewed by Andreas Kling. Move WebLoaderClient into WKPage.cpp. *

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

2014-01-24 Thread simon . fraser
Title: [162730] trunk/Source/WebKit2 Revision 162730 Author simon.fra...@apple.com Date 2014-01-24 15:29:26 -0800 (Fri, 24 Jan 2014) Log Message Push a custom fixed position rect down to the WebProcess in iOS WK2 https://bugs.webkit.org/show_bug.cgi?id=127573 Reviewed by Tim Horton.

[webkit-changes] [162731] trunk/Source

2014-01-24 Thread simon . fraser
Title: [162731] trunk/Source Revision 162731 Author simon.fra...@apple.com Date 2014-01-24 15:29:29 -0800 (Fri, 24 Jan 2014) Log Message https://bugs.webkit.org/show_bug.cgi?id=127583 Reviewed by Tim Horton. handleWheelEventPhase() doesn't make any sense for iOS, which has no wheel

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

2014-01-24 Thread zalan
Title: [162732] trunk/Source/WebCore Revision 162732 Author za...@apple.com Date 2014-01-24 15:35:07 -0800 (Fri, 24 Jan 2014) Log Message Subpixel rendering: Make PaintInfo layout unit aware. https://bugs.webkit.org/show_bug.cgi?id=127562 Reviewed by Simon Fraser. Replace PaintInfo's

[webkit-changes] [162733] trunk/Tools

2014-01-24 Thread eric . carlson
Title: [162733] trunk/Tools Revision 162733 Author eric.carl...@apple.com Date 2014-01-24 15:38:27 -0800 (Fri, 24 Jan 2014) Log Message Unreviewed. Add Philip Jägenstedt to watch and contributor lists. * Scripts/webkitpy/common/config/contributors.json: *

[webkit-changes] [162735] trunk/Source

2014-01-24 Thread mark . lam
Title: [162735] trunk/Source Revision 162735 Author mark@apple.com Date 2014-01-24 15:44:50 -0800 (Fri, 24 Jan 2014) Log Message ASSERT(!m_markedSpace.m_currentDelayedReleaseScope) reloading page in inspector. https://webkit.org/b/127582 Reviewed by Mark Hahnenberg.

[webkit-changes] [162736] trunk/Source

2014-01-24 Thread simon . fraser
Title: [162736] trunk/Source Revision 162736 Author simon.fra...@apple.com Date 2014-01-24 16:04:18 -0800 (Fri, 24 Jan 2014) Log Message Prepare scrolling tree to handle 1 scrolling node https://bugs.webkit.org/show_bug.cgi?id=127590 Source/WebCore: Reviewed by Tim Horton. Clean up

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

2014-01-24 Thread zalan
Title: [162737] trunk/Source/WebCore Revision 162737 Author za...@apple.com Date 2014-01-24 16:21:59 -0800 (Fri, 24 Jan 2014) Log Message Replace LayoutUnit() calls to a more descriptive LayoutUnit::fromPixel(int). https://bugs.webkit.org/show_bug.cgi?id=127580 Reviewed by Simon Fraser.

[webkit-changes] [162739] branches/jsCStack/Source/JavaScriptCore

2014-01-24 Thread fpizlo
Title: [162739] branches/jsCStack/Source/_javascript_Core Revision 162739 Author fpi...@apple.com Date 2014-01-24 16:59:29 -0800 (Fri, 24 Jan 2014) Log Message DFG should allow inlining of op_call_varargs calls https://bugs.webkit.org/show_bug.cgi?id=127538 Reviewed by Michael Saboff

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

2014-01-24 Thread antti
Title: [162744] trunk/Source/WebCore Revision 162744 Author an...@apple.com Date 2014-01-24 18:04:38 -0800 (Fri, 24 Jan 2014) Log Message Update style asynchronously after style sheet load https://bugs.webkit.org/show_bug.cgi?id=127563 Reviewed by Andreas Kling. Since we don't attach

[webkit-changes] [162745] trunk/Source

2014-01-24 Thread andersca
Title: [162745] trunk/Source Revision 162745 Author ander...@apple.com Date 2014-01-24 18:08:56 -0800 (Fri, 24 Jan 2014) Log Message Remove back/forward list related functions from Page https://bugs.webkit.org/show_bug.cgi?id=127596 Reviewed by Andreas Kling. Source/WebCore: *

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

2014-01-24 Thread andersca
Title: [162746] trunk/Source/WebKit2 Revision 162746 Author ander...@apple.com Date 2014-01-24 18:11:39 -0800 (Fri, 24 Jan 2014) Log Message Try to fix the GTK+ build. * GNUmakefile.list.am: Modified Paths trunk/Source/WebKit2/ChangeLog trunk/Source/WebKit2/GNUmakefile.list.am

[webkit-changes] [162748] trunk/Source

2014-01-24 Thread simon . fraser
Title: [162748] trunk/Source Revision 162748 Author simon.fra...@apple.com Date 2014-01-24 18:32:26 -0800 (Fri, 24 Jan 2014) Log Message Start using the RemoteScrollingCoordinatorProxy on iOS https://bugs.webkit.org/show_bug.cgi?id=127598 Reviewed by Tim Horton. Source/WebCore: Add a

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

2014-01-24 Thread simon . fraser
Title: [162747] trunk/Source/WebCore Revision 162747 Author simon.fra...@apple.com Date 2014-01-24 18:32:23 -0800 (Fri, 24 Jan 2014) Log Message Add typesafe casts for ScrollingTreeNode classes https://bugs.webkit.org/show_bug.cgi?id=127597 Reviewed by Tim Horton. Add a

[webkit-changes] [162749] trunk/LayoutTests

2014-01-24 Thread zalan
Title: [162749] trunk/LayoutTests Revision 162749 Author za...@apple.com Date 2014-01-24 18:58:08 -0800 (Fri, 24 Jan 2014) Log Message Unreviewed Apple Windows port gardering. * platform/win/fast/forms/file/file-input-disabled-expected.txt: *

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

2014-01-24 Thread andersca
Title: [162750] trunk/Source/WebCore Revision 162750 Author ander...@apple.com Date 2014-01-24 18:58:58 -0800 (Fri, 24 Jan 2014) Log Message Another attempted build fix. Use wildcards in the the std::duration symbol. * WebCore.exp.in: Modified Paths trunk/Source/WebCore/ChangeLog

[webkit-changes] [162751] trunk/Source/WebKit/gtk

2014-01-24 Thread andersca
Title: [162751] trunk/Source/WebKit/gtk Revision 162751 Author ander...@apple.com Date 2014-01-24 19:00:54 -0800 (Fri, 24 Jan 2014) Log Message GTK+ build fix. * webkit/webkitwebview.cpp: (webkit_web_view_can_go_back): Modified Paths trunk/Source/WebKit/gtk/ChangeLog

[webkit-changes] [162752] trunk/Source/JavaScriptCore

2014-01-24 Thread mark . lam
Title: [162752] trunk/Source/_javascript_Core Revision 162752 Author mark@apple.com Date 2014-01-24 19:15:13 -0800 (Fri, 24 Jan 2014) Log Message DebuggerCallFrame::evaluateWithCallFrame() should not execute a null executable. https://webkit.org/b/127600 Reviewed by Oliver Hunt. In

[webkit-changes] [162753] trunk/LayoutTests

2014-01-24 Thread commit-queue
Title: [162753] trunk/LayoutTests Revision 162753 Author commit-qu...@webkit.org Date 2014-01-24 19:25:28 -0800 (Fri, 24 Jan 2014) Log Message ASSERT(time.isFinite()) in SVGSMILElement::createInstanceTimesFromSyncbase https://webkit.org/b/108184 Patch by Tamas Gergely

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

2014-01-24 Thread andersca
Title: [162754] trunk/Source/WebKit2 Revision 162754 Author ander...@apple.com Date 2014-01-24 19:38:35 -0800 (Fri, 24 Jan 2014) Log Message Fix GTK+ WebKit2 build. * WebProcess/WebPage/gtk/WebPageGtk.cpp: (WebKit::WebPage::performDefaultBehaviorForKeyEvent): Modified Paths

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

2014-01-24 Thread bfulgham
Title: [162755] trunk/Source/WebCore Revision 162755 Author bfulg...@apple.com Date 2014-01-24 20:33:48 -0800 (Fri, 24 Jan 2014) Log Message Improve latching behavior for wheel events https://bugs.webkit.org/show_bug.cgi?id=127386 rdar://problem/12176858 Reviewed by Simon Fraser. *

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

2014-01-24 Thread timothy_horton
Title: [162758] trunk/Source/WebKit2 Revision 162758 Author timothy_hor...@apple.com Date 2014-01-24 22:01:29 -0800 (Fri, 24 Jan 2014) Log Message WebKit2 View Gestures (Smart Zoom): Can't double-tap zoom-out on the body https://bugs.webkit.org/show_bug.cgi?id=127602 Reviewed by Anders

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

2014-01-24 Thread mitz
Title: [162760] trunk/Source/WebCore Revision 162760 Author m...@apple.com Date 2014-01-24 23:10:31 -0800 (Fri, 24 Jan 2014) Log Message Try to fix some 32-bit builds. * WebCore.exp.in: Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore/WebCore.exp.in Diff

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

2014-01-24 Thread mitz
Title: [162761] trunk/Source/WebCore Revision 162761 Author m...@apple.com Date 2014-01-24 23:44:27 -0800 (Fri, 24 Jan 2014) Log Message Reverted r162760. It broke more things. * WebCore.exp.in: Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore/WebCore.exp.in Diff