[webkit-changes] [173254] trunk

2014-09-04 Thread commit-queue
Title: [173254] trunk Revision 173254 Author commit-qu...@webkit.org Date 2014-09-04 00:03:54 -0700 (Thu, 04 Sep 2014) Log Message XMLHttpRequest always defaults Content-Type to application/xml, while it should depend on data type https://bugs.webkit.org/show_bug.cgi?id=11049 Patch by Yo

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

2014-09-04 Thread carlosgc
Title: [173255] trunk/Source/WebKit2 Revision 173255 Author carlo...@webkit.org Date 2014-09-04 00:41:27 -0700 (Thu, 04 Sep 2014) Log Message Initialize m_usesNetworkProcess earlier in WebProcess::initializeWebProcess() https://bugs.webkit.org/show_bug.cgi?id=136478 Reviewed by Alexey Pr

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

2014-09-04 Thread mitz
Title: [173256] trunk/Source/WebCore Revision 173256 Author m...@apple.com Date 2014-09-04 01:28:19 -0700 (Thu, 04 Sep 2014) Log Message Get rid of HIGH_DPI_CANVAS leftovers https://bugs.webkit.org/show_bug.cgi?id=136491 Reviewed by Benjamin Poulain. * html/HTMLCanvasElement.cpp: (WebCo

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

2014-09-04 Thread clopez
Title: [173257] trunk/Source/WebCore Revision 173257 Author clo...@igalia.com Date 2014-09-04 04:14:18 -0700 (Thu, 04 Sep 2014) Log Message REGRESSION(r173240) [GTK] Debug build broken. Unreviewed build fix after r173240. * dom/EventListenerMap.h: Add missing include. Modified Paths t

[webkit-changes] [173258] trunk/Source

2014-09-04 Thread dbates
Title: [173258] trunk/Source Revision 173258 Author dba...@webkit.org Date 2014-09-04 08:42:54 -0700 (Thu, 04 Sep 2014) Log Message [iOS] Make iOS build when ENABLE_TOUCH_EVENT and ENABLE_IOS_TOUCH_EVENTS disabled https://bugs.webkit.org/show_bug.cgi?id=136494 Reviewed by Andy Estes. So

[webkit-changes] [173260] trunk/Tools

2014-09-04 Thread ap
Title: [173260] trunk/Tools Revision 173260 Author a...@apple.com Date 2014-09-04 09:33:17 -0700 (Thu, 04 Sep 2014) Log Message Buildbot metrics page gives wrong results after a new bot gets added https://bugs.webkit.org/show_bug.cgi?id=136516 Part 1: Fix red/green counters. Dashboard is

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

2014-09-04 Thread commit-queue
Title: [173261] trunk/Source/WebCore Revision 173261 Author commit-qu...@webkit.org Date 2014-09-04 09:46:29 -0700 (Thu, 04 Sep 2014) Log Message Remove Qt cruft: MIMESniffing.cpp and MIMESniffing.h https://bugs.webkit.org/show_bug.cgi?id=136528 Patch by Renato Nagy on 2014-09-04 Review

[webkit-changes] [173262] trunk/Source

2014-09-04 Thread burg
Title: [173262] trunk/Source Revision 173262 Author b...@cs.washington.edu Date 2014-09-04 10:00:22 -0700 (Thu, 04 Sep 2014) Log Message LegacyProfiler: ProfileNodes should be used more like structs https://bugs.webkit.org/show_bug.cgi?id=136381 Reviewed by Timothy Hatcher. Source/_java

[webkit-changes] [173263] trunk/Source

2014-09-04 Thread commit-queue
Title: [173263] trunk/Source Revision 173263 Author commit-qu...@webkit.org Date 2014-09-04 10:10:26 -0700 (Thu, 04 Sep 2014) Log Message Unreviewed, rolling out r173245. https://bugs.webkit.org/show_bug.cgi?id=136533 Broke JSC tests. (Requested by ddkilzer on #webkit). Reverted changes

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

2014-09-04 Thread burg
Title: [173264] trunk/Source/_javascript_Core Revision 173264 Author b...@cs.washington.edu Date 2014-09-04 10:21:39 -0700 (Thu, 04 Sep 2014) Log Message Web Inspector: the profiler should not accrue time to nodes while the debugger is paused https://bugs.webkit.org/show_bug.cgi?id=136352

[webkit-changes] [173265] trunk/Source

2014-09-04 Thread psolanki
Title: [173265] trunk/Source Revision 173265 Author psola...@apple.com Date 2014-09-04 10:36:21 -0700 (Thu, 04 Sep 2014) Log Message Remove iOS specific disk image cache https://bugs.webkit.org/show_bug.cgi?id=136517 Reviewed by Antti Koivisto. Disk image cache code unnecessarily compli

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

2014-09-04 Thread commit-queue
Title: [173266] trunk/Source/_javascript_Core Revision 173266 Author commit-qu...@webkit.org Date 2014-09-04 11:07:02 -0700 (Thu, 04 Sep 2014) Log Message Unreviewed, rolling out r173248. https://bugs.webkit.org/show_bug.cgi?id=136536 call edge profiling and polymorphic call inlining are

[webkit-changes] [173267] trunk

2014-09-04 Thread zandobersek
Title: [173267] trunk Revision 173267 Author zandober...@gmail.com Date 2014-09-04 11:27:01 -0700 (Thu, 04 Sep 2014) Log Message Unreviewed, rolling out r173201. https://bugs.webkit.org/show_bug.cgi?id=136538 Improves the situation but also introduces additional crashes. (Requested by zd

[webkit-changes] [173270] trunk/Tools

2014-09-04 Thread bfulgham
Title: [173270] trunk/Tools Revision 173270 Author bfulg...@apple.com Date 2014-09-04 12:45:07 -0700 (Thu, 04 Sep 2014) Log Message [Win] Perl test fix. * Scripts/webkitperl/auto-version_unittest/versionStampTests.pl: Correct test to check for VersionStamp.exe tool, not just the driver s

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

2014-09-04 Thread andersca
Title: [173271] trunk/Source/WTF Revision 173271 Author ander...@apple.com Date 2014-09-04 12:54:54 -0700 (Thu, 04 Sep 2014) Log Message Make hash table classes final https://bugs.webkit.org/show_bug.cgi?id=136540 Reviewed by Antti Koivisto. We don't want anybody inheriting from these c

[webkit-changes] [173272] trunk/Source

2014-09-04 Thread antti
Title: [173272] trunk/Source Revision 173272 Author an...@apple.com Date 2014-09-04 13:00:11 -0700 (Thu, 04 Sep 2014) Log Message Remove ResourceResponse::m_suggestedFilename https://bugs.webkit.org/show_bug.cgi?id=136534 Reviewed by Alexey Proskuryakov. Source/WebCore: This will simpl

[webkit-changes] [173273] trunk/Tools

2014-09-04 Thread ap
Title: [173273] trunk/Tools Revision 173273 Author a...@apple.com Date 2014-09-04 13:01:33 -0700 (Thu, 04 Sep 2014) Log Message REGRESSION: Dashboard metrics page aggregation counts performance bots https://bugs.webkit.org/show_bug.cgi?id=136539 Reviewed by Tim Horton. * BuildSlaveSuppo

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

2014-09-04 Thread antti
Title: [173274] trunk/Source/WebKit/win Revision 173274 Author an...@apple.com Date 2014-09-04 13:23:54 -0700 (Thu, 04 Sep 2014) Log Message Try to fix windows build. * WebURLResponse.cpp: (WebURLResponse::createInstance): (WebURLResponse::initWithURL): Modified Paths trunk/Source/WebK

[webkit-changes] [173275] trunk

2014-09-04 Thread bdakin
Title: [173275] trunk Revision 173275 Author bda...@apple.com Date 2014-09-04 13:48:03 -0700 (Thu, 04 Sep 2014) Log Message REGRESSION (r172832): Poor 2-finger scrolling performance at theverge.com articles (all tiles repaint) https://bugs.webkit.org/show_bug.cgi?id=136433 -and correspon

[webkit-changes] [173276] trunk/Source

2014-09-04 Thread mjs
Title: [173276] trunk/Source Revision 173276 Author m...@apple.com Date 2014-09-04 13:54:00 -0700 (Thu, 04 Sep 2014) Log Message Remove WebCoreSystemInterface glue for otherwise unused WKSI calls https://bugs.webkit.org/show_bug.cgi?id=136527 Reviewed by Alexey Proskuryakov. Source/WebC

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

2014-09-04 Thread antti
Title: [173277] trunk/Source/WebCore Revision 173277 Author an...@apple.com Date 2014-09-04 13:59:43 -0700 (Thu, 04 Sep 2014) Log Message Try to fix iOS build. * loader/FrameLoader.cpp: (WebCore::FrameLoader::initForSynthesizedDocument): Modified Paths trunk/Source/WebCore/ChangeLog tr

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

2014-09-04 Thread commit-queue
Title: [173278] trunk/Source/WebCore Revision 173278 Author commit-qu...@webkit.org Date 2014-09-04 14:07:00 -0700 (Thu, 04 Sep 2014) Log Message Use WTFString::find(char) in more places https://bugs.webkit.org/show_bug.cgi?id=136541 Patch by Joseph Pecoraro on 2014-09-04 Reviewed by Da

[webkit-changes] [173279] trunk/Source

2014-09-04 Thread fpizlo
Title: [173279] trunk/Source Revision 173279 Author fpi...@apple.com Date 2014-09-04 14:08:38 -0700 (Thu, 04 Sep 2014) Log Message Beef up the DFG's CFG analyses to include iterated dominance frontiers and more user-friendly BlockSets https://bugs.webkit.org/show_bug.cgi?id=136520 Review

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

2014-09-04 Thread fpizlo
Title: [173280] trunk/Source/WTF Revision 173280 Author fpi...@apple.com Date 2014-09-04 14:16:53 -0700 (Thu, 04 Sep 2014) Log Message Beef up the DFG's CFG analyses to include iterated dominance frontiers and more user-friendly BlockSets https://bugs.webkit.org/show_bug.cgi?id=136520 Fi

[webkit-changes] [173281] trunk

2014-09-04 Thread hyatt
Title: [173281] trunk Revision 173281 Author hy...@apple.com Date 2014-09-04 14:20:12 -0700 (Thu, 04 Sep 2014) Log Message Initial letters should clear one another. https://bugs.webkit.org/show_bug.cgi?id=136514 Reviewed by Simon Fraser. Source/WebCore: Added fast/css-generated-content

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

2014-09-04 Thread msaboff
Title: [173282] trunk/Source/_javascript_Core Revision 173282 Author msab...@apple.com Date 2014-09-04 14:23:38 -0700 (Thu, 04 Sep 2014) Log Message REGRESSION(r173031): crashes during run-layout-jsc on x86/Linux https://bugs.webkit.org/show_bug.cgi?id=136436 Reviewed by Geoffrey Garen.

[webkit-changes] [173283] trunk

2014-09-04 Thread aestes
Title: [173283] trunk Revision 173283 Author aes...@apple.com Date 2014-09-04 14:36:14 -0700 (Thu, 04 Sep 2014) Log Message [Cocoa] Some WebKitLegacy headers migrated from WebCore incorrectly contain WEBCORE_EXPORT https://bugs.webkit.org/show_bug.cgi?id=136521 Reviewed by Anders Carlsso

[webkit-changes] [173284] tags/Safari-600.1.19/

2014-09-04 Thread lforschler
Title: [173284] tags/Safari-600.1.19/ Revision 173284 Author lforsch...@apple.com Date 2014-09-04 15:19:45 -0700 (Thu, 04 Sep 2014) Log Message New Tag. Added Paths tags/Safari-600.1.19/ Diff Property changes: tags/Safari-600.1.19 Added: svn:ignore depcomp compile config.guess G

[webkit-changes] [173285] branches/safari-600.1-branch/Source

2014-09-04 Thread lforschler
Title: [173285] branches/safari-600.1-branch/Source Revision 173285 Author lforsch...@apple.com Date 2014-09-04 15:24:03 -0700 (Thu, 04 Sep 2014) Log Message Versioning. Modified Paths branches/safari-600.1-branch/Source/_javascript_Core/Configurations/Version.xcconfig branches/safari-6

[webkit-changes] [173286] trunk/LayoutTests

2014-09-04 Thread bdakin
Title: [173286] trunk/LayoutTests Revision 173286 Author bda...@apple.com Date 2014-09-04 15:31:57 -0700 (Thu, 04 Sep 2014) Log Message Speculative fix for a test failing on the bot. * platform/mac-wk2/tiled-drawing/scrolling/root-overflow-with-mousewheel.html: Modified Paths trunk/Lay

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

2014-09-04 Thread enrica
Title: [173287] trunk/Source/WebCore Revision 173287 Author enr...@apple.com Date 2014-09-04 15:39:05 -0700 (Thu, 04 Sep 2014) Log Message Remove PLATFORM(IOS) from WebCore/editing (Part 2). https://bugs.webkit.org/show_bug.cgi?id=136474 Reviewed by Tim Horton. Removing some more PLATFO

[webkit-changes] [173288] trunk

2014-09-04 Thread aestes
Title: [173288] trunk Revision 173288 Author aes...@apple.com Date 2014-09-04 16:13:39 -0700 (Thu, 04 Sep 2014) Log Message Address additional review feedback after landing r173283. Reviewed by Daniel Bates. * DumpRenderTree/config.h: Removed redundant includes. * TestWebKitAPI/config.h

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

2014-09-04 Thread roger_fong
Title: [173289] trunk/Source/WebCore Revision 173289 Author roger_f...@apple.com Date 2014-09-04 16:38:51 -0700 (Thu, 04 Sep 2014) Log Message Clicking on a select element should never hide the popup menu. https://bugs.webkit.org/show_bug.cgi?id=136548. Reviewed by Simon Fraser. * html/H

[webkit-changes] [173290] trunk/Tools

2014-09-04 Thread bfulgham
Title: [173290] trunk/Tools Revision 173290 Author bfulg...@apple.com Date 2014-09-04 16:47:36 -0700 (Thu, 04 Sep 2014) Log Message [Win] webkitpy test suite frequently fails to complete https://bugs.webkit.org/show_bug.cgi?id=136546 Reviewed by Daniel Bates. Properly convert the ASCII

[webkit-changes] [173291] trunk/LayoutTests

2014-09-04 Thread bdakin
Title: [173291] trunk/LayoutTests Revision 173291 Author bda...@apple.com Date 2014-09-04 16:50:33 -0700 (Thu, 04 Sep 2014) Log Message Another speculative fix for the bots. * platform/mac-wk2/tiled-drawing/scrolling/root-overflow-with-mousewheel.html: Modified Paths trunk/LayoutTests/

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

2014-09-04 Thread dbates
Title: [173292] trunk/Source/WebCore Revision 173292 Author dba...@webkit.org Date 2014-09-04 17:09:39 -0700 (Thu, 04 Sep 2014) Log Message [iOS] Fix the iOS build after (https://bugs.webkit.org/show_bug.cgi?id=136494) Use ENABLE_TOUCH_EVENT instead of ENABLE(TOUCH_EVENT) as the latter

[webkit-changes] [173295] trunk

2014-09-04 Thread simon . fraser
Title: [173295] trunk Revision 173295 Author simon.fra...@apple.com Date 2014-09-04 17:23:10 -0700 (Thu, 04 Sep 2014) Log Message border-radius should not force layer backing store https://bugs.webkit.org/show_bug.cgi?id=136555 Reviewed by Dean Jackson. Source/WebCore: Border-radius is

[webkit-changes] [173294] trunk

2014-09-04 Thread simon . fraser
Title: [173294] trunk Revision 173294 Author simon.fra...@apple.com Date 2014-09-04 17:23:08 -0700 (Thu, 04 Sep 2014) Log Message CSS filter on a compositing layer should not cause unncessary backing store allocation https://bugs.webkit.org/show_bug.cgi?id=136557 Reviewed by Dean Jackson

[webkit-changes] [173293] trunk

2014-09-04 Thread simon . fraser
Title: [173293] trunk Revision 173293 Author simon.fra...@apple.com Date 2014-09-04 17:23:05 -0700 (Thu, 04 Sep 2014) Log Message Improve the logic for compositing backing store avoidance https://bugs.webkit.org/show_bug.cgi?id=136556 Reviewed by Dean Jackson. Source/WebCore: Avoid bac

[webkit-changes] [173296] trunk/Tools

2014-09-04 Thread aestes
Title: [173296] trunk/Tools Revision 173296 Author aes...@apple.com Date 2014-09-04 17:29:34 -0700 (Thu, 04 Sep 2014) Log Message Fix the Mac Production build after r173283. * WebKitTestRunner/config.h: Reverted to defining WEBCORE_EXPORT for now. Modified Paths trunk/Tools/ChangeLog t

[webkit-changes] [173297] trunk/Tools

2014-09-04 Thread simon . fraser
Title: [173297] trunk/Tools Revision 173297 Author simon.fra...@apple.com Date 2014-09-04 17:55:10 -0700 (Thu, 04 Sep 2014) Log Message Add some logging to help diagnose assertions in dumpWebViewAsPixelsAndCompareWithExpected() on bots https://bugs.webkit.org/show_bug.cgi?id=136561 Revie

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

2014-09-04 Thread commit-queue
Title: [173298] trunk/Source/_javascript_Core Revision 173298 Author commit-qu...@webkit.org Date 2014-09-04 17:57:22 -0700 (Thu, 04 Sep 2014) Log Message Ensure that the call frame set up by vmEntryToNative does not overlap with the stack of the callee https://bugs.webkit.org/show_bug.cg

[webkit-changes] [173299] trunk/Source/WebKit/mac

2014-09-04 Thread psolanki
Title: [173299] trunk/Source/WebKit/mac Revision 173299 Author psola...@apple.com Date 2014-09-04 18:02:43 -0700 (Thu, 04 Sep 2014) Log Message Bring back [WebPreferences setDiskImageCacheEnabled:] for backwards compatibility https://bugs.webkit.org/show_bug.cgi?id=136560 Reviewed by Jos

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

2014-09-04 Thread psolanki
Title: [173300] trunk/Source/WebCore Revision 173300 Author psola...@apple.com Date 2014-09-04 18:09:31 -0700 (Thu, 04 Sep 2014) Log Message Unreviewed. Speculative EFL and GTK build fix after r173272. Remove the filename argument from the various ResourceResponse constructors. * platfor

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

2014-09-04 Thread psolanki
Title: [173301] trunk/Source/WebCore Revision 173301 Author psola...@apple.com Date 2014-09-04 18:36:11 -0700 (Thu, 04 Sep 2014) Log Message Unreviewed. Another speculative build fix after r173272. Add a stub implementation for ResourceResponse::platformSuggestedFilename(). Filed bug 1365

[webkit-changes] [173302] trunk/LayoutTests

2014-09-04 Thread simon . fraser
Title: [173302] trunk/LayoutTests Revision 173302 Author simon.fra...@apple.com Date 2014-09-04 18:37:28 -0700 (Thu, 04 Sep 2014) Log Message Rebaseline three blending tests which no longer need backing store. * css3/blending/blend-mode-blended-element-overlapping-composited-sibling-shou

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

2014-09-04 Thread psolanki
Title: [173303] trunk/Source/WebCore Revision 173303 Author psola...@apple.com Date 2014-09-04 18:52:53 -0700 (Thu, 04 Sep 2014) Log Message Unreviewed. Speculative build fix. Add platformSuggestedFilename() to all the ResourceResponse header files. * platform/network/curl/ResourceRespon

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

2014-09-04 Thread fpizlo
Title: [173304] trunk/Source/_javascript_Core Revision 173304 Author fpi...@apple.com Date 2014-09-04 18:54:02 -0700 (Thu, 04 Sep 2014) Log Message Make sure that deleting all code first processes the call edge log, and reenable call edge profiling. Rubber stamped by Sam Weinig. * debug

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

2014-09-04 Thread mark . lam
Title: [173307] trunk/Source/_javascript_Core Revision 173307 Author mark@apple.com Date 2014-09-04 20:36:52 -0700 (Thu, 04 Sep 2014) Log Message Move PropertySlot's inline functions back to PropertySlot.h. Reviewed by Filip Pizlo. * runtime/JSObject.h: (JSC::PropertySlot::getValue

[webkit-changes] [173308] trunk/LayoutTests

2014-09-04 Thread ap
Title: [173308] trunk/LayoutTests Revision 173308 Author a...@apple.com Date 2014-09-04 22:58:56 -0700 (Thu, 04 Sep 2014) Log Message platform/mac-wk2/tiled-drawing/scrolling/frames/frameset-nested-frame-scrollability.html is flakey https://bugs.webkit.org/show_bug.cgi?id=136554 * platfo