[webkit-changes] [173201] trunk

2014-09-03 Thread zandobersek
Title: [173201] trunk Revision 173201 Author zandober...@gmail.com Date 2014-09-03 00:26:52 -0700 (Wed, 03 Sep 2014) Log Message GMainLoopSource is exposed to race conditions https://bugs.webkit.org/show_bug.cgi?id=135800 Reviewed by Carlos Garcia Campos. Source/WTF: GMainLoopSource ob

[webkit-changes] [173202] tags/Safari-600.1.18/

2014-09-03 Thread lforschler
Title: [173202] tags/Safari-600.1.18/ Revision 173202 Author lforsch...@apple.com Date 2014-09-03 05:20:25 -0700 (Wed, 03 Sep 2014) Log Message Remove Tag. Removed Paths tags/Safari-600.1.18/ Diff ___ webkit-changes mailing list webkit

[webkit-changes] [173203] tags/Safari-600.1.18/

2014-09-03 Thread lforschler
Title: [173203] tags/Safari-600.1.18/ Revision 173203 Author lforsch...@apple.com Date 2014-09-03 05:39:15 -0700 (Wed, 03 Sep 2014) Log Message New Tag. Added Paths tags/Safari-600.1.18/ Diff Property changes: tags/Safari-600.1.18 Added: svn:ignore depcomp compile config.guess G

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

2014-09-03 Thread lforschler
Title: [173204] branches/safari-600.1-branch/Source Revision 173204 Author lforsch...@apple.com Date 2014-09-03 05:45:12 -0700 (Wed, 03 Sep 2014) Log Message Versioning. Modified Paths branches/safari-600.1-branch/Source/_javascript_Core/Configurations/Version.xcconfig branches/safari-6

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

2014-09-03 Thread commit-queue
Title: [173205] trunk/Source/_javascript_Core Revision 173205 Author commit-qu...@webkit.org Date 2014-09-03 07:15:09 -0700 (Wed, 03 Sep 2014) Log Message Don't generate superfluous mov instructions for move immediate on ARM64. https://bugs.webkit.org/show_bug.cgi?id=136435 Patch by Akos

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

2014-09-03 Thread dbates
Title: [173206] trunk/Source/WebCore Revision 173206 Author dba...@webkit.org Date 2014-09-03 08:34:42 -0700 (Wed, 03 Sep 2014) Log Message [XSLT] Make WebKit build when XSLT is disabled https://bugs.webkit.org/show_bug.cgi?id=136471 Reviewed by Simon Fraser. Fixes a Clang compiler warn

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

2014-09-03 Thread bfulgham
Title: [173207] trunk/Source/WebKit/win Revision 173207 Author bfulg...@apple.com Date 2014-09-03 09:12:00 -0700 (Wed, 03 Sep 2014) Log Message Unreviewed build fix after r173200. * WebView.cpp: (WebView::setCacheModel): Use appropriate types for cache sizes to be 64-bit clean on CFNetwo

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

2014-09-03 Thread barraclough
Title: [173208] trunk/Source/WebCore Revision 173208 Author barraclo...@apple.com Date 2014-09-03 10:05:08 -0700 (Wed, 03 Sep 2014) Log Message Simplify DOMTimer::adjustMinimumTimerInterval -> updateTimerIntervalIfNecessary https://bugs.webkit.org/show_bug.cgi?id=136402 Reviewed by Andre

[webkit-changes] [173209] trunk

2014-09-03 Thread betravis
Title: [173209] trunk Revision 173209 Author betra...@adobe.com Date 2014-09-03 10:26:09 -0700 (Wed, 03 Sep 2014) Log Message [CSS Font Loading] Enable Page Caching https://bugs.webkit.org/show_bug.cgi?id=136044 Reviewed by Andreas Kling. Source/WebCore: Modifying FontLoader to track f

[webkit-changes] [173210] trunk/LayoutTests

2014-09-03 Thread bfulgham
Title: [173210] trunk/LayoutTests Revision 173210 Author bfulg...@apple.com Date 2014-09-03 10:37:36 -0700 (Wed, 03 Sep 2014) Log Message [Win] Unreviewed test gardening. Remove abandoned results for tests that had been converted to reftest. Also resolve warnings in TestExpectation file.

[webkit-changes] [173211] trunk/Tools

2014-09-03 Thread dburkart
Title: [173211] trunk/Tools Revision 173211 Author dburk...@apple.com Date 2014-09-03 10:57:25 -0700 (Wed, 03 Sep 2014) Log Message Dashboard should show performance bots. https://bugs.webkit.org/show_bug.cgi?id=136386 Reviewed by Alexey Proskuryakov. * BuildSlaveSupport/build.webkit.or

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

2014-09-03 Thread commit-queue
Title: [173212] trunk/Source/WebCore Revision 173212 Author commit-qu...@webkit.org Date 2014-09-03 11:42:54 -0700 (Wed, 03 Sep 2014) Log Message Use StringBuilder append(char) and appendLiteral in more places https://bugs.webkit.org/show_bug.cgi?id=136470 Patch by Joseph Pecoraro on 20

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

2014-09-03 Thread fpizlo
Title: [173213] trunk/Source/_javascript_Core Revision 173213 Author fpi...@apple.com Date 2014-09-03 11:50:23 -0700 (Wed, 03 Sep 2014) Log Message FTL In implementation sets callReturnLocation incorrectly leading to crashes beneath repatchCall() https://bugs.webkit.org/show_bug.cgi?id=13

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

2014-09-03 Thread fpizlo
Title: [173214] trunk/Source/_javascript_Core Revision 173214 Author fpi...@apple.com Date 2014-09-03 11:58:24 -0700 (Wed, 03 Sep 2014) Log Message CallEdgeProfile::visitWeak() should gracefully handle the case where primaryCallee duplicates an entry in otherCallees https://bugs.webkit.or

[webkit-changes] [173215] trunk/Source

2014-09-03 Thread mitz
Title: [173215] trunk/Source Revision 173215 Author m...@apple.com Date 2014-09-03 12:17:49 -0700 (Wed, 03 Sep 2014) Log Message Get rid of HIGH_DPI_CANVAS leftovers https://bugs.webkit.org/show_bug.cgi?id=136491 Reviewed by Benjamin Poulain. Source/_javascript_Core: * Configurations/F

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

2014-09-03 Thread bfulgham
Title: [173216] trunk/Source/WebCore Revision 173216 Author bfulg...@apple.com Date 2014-09-03 12:22:12 -0700 (Wed, 03 Sep 2014) Log Message [Win] Prevent double-release on AVCFURLAssetRef https://bugs.webkit.org/show_bug.cgi?id=136492 Reviewed by Eric Carlson. The AVFWrapper::setAsset

[webkit-changes] [173217] trunk

2014-09-03 Thread hyatt
Title: [173217] trunk Revision 173217 Author hy...@apple.com Date 2014-09-03 12:26:38 -0700 (Wed, 03 Sep 2014) Log Message Add support for the initial-letter CSS property to first-letter https://bugs.webkit.org/show_bug.cgi?id=136484 Reviewed by Dean Jackson. Source/WebCore: Ne

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

2014-09-03 Thread bfulgham
Title: [173218] trunk/Source/WebCore Revision 173218 Author bfulg...@apple.com Date 2014-09-03 12:57:34 -0700 (Wed, 03 Sep 2014) Log Message [Win] Improper release of unretained AVCFAssetResourceLoaderRef https://bugs.webkit.org/show_bug.cgi?id=136493 Reviewed by Eric Carlson. Don't bo

[webkit-changes] [173219] trunk/Tools

2014-09-03 Thread bfulgham
Title: [173219] trunk/Tools Revision 173219 Author bfulg...@apple.com Date 2014-09-03 13:12:31 -0700 (Wed, 03 Sep 2014) Log Message [Win] Revise test environment for Windows build. https://bugs.webkit.org/show_bug.cgi?id=136486 Reviewed by David Kilzer. The various calls to get the Safa

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

2014-09-03 Thread andersca
Title: [173220] trunk/Source/WebCore Revision 173220 Author ander...@apple.com Date 2014-09-03 13:18:36 -0700 (Wed, 03 Sep 2014) Log Message Get rid of DOMImplementationFront https://bugs.webkit.org/show_bug.cgi?id=136495 Reviewed by Andreas Kling. DOMImplementationFront was used in a w

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

2014-09-03 Thread timothy_horton
Title: [173221] trunk/Source/WebCore Revision 173221 Author timothy_hor...@apple.com Date 2014-09-03 13:26:52 -0700 (Wed, 03 Sep 2014) Log Message iOS build fix after r173217 * platform/graphics/ios/FontServicesIOS.h: (WebCore::FontServicesIOS::capHeight): * platform/graphics/ios/FontSe

[webkit-changes] [173223] trunk/PerformanceTests

2014-09-03 Thread ggaren
Title: [173223] trunk/PerformanceTests Revision 173223 Author gga...@apple.com Date 2014-09-03 13:59:58 -0700 (Wed, 03 Sep 2014) Log Message MallocBench should have a stress test for correctness https://bugs.webkit.org/show_bug.cgi?id=136468 Reviewed by Andreas Kling. Added a stress tes

[webkit-changes] [173224] trunk/Source/bmalloc

2014-09-03 Thread ggaren
Title: [173224] trunk/Source/bmalloc Revision 173224 Author gga...@apple.com Date 2014-09-03 14:00:33 -0700 (Wed, 03 Sep 2014) Log Message bmalloc crashes on the EWS bots (due to bad large object allocation) https://bugs.webkit.org/show_bug.cgi?id=136469 Reviewed by Andreas Kling. It's

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

2014-09-03 Thread simon . fraser
Title: [173226] trunk/Source/WebCore Revision 173226 Author simon.fra...@apple.com Date 2014-09-03 14:18:05 -0700 (Wed, 03 Sep 2014) Log Message Dump SimpleLineLayout info in showRenderTree() output https://bugs.webkit.org/show_bug.cgi?id=136489 Reviewed by Zalan Bujtas. Include info ab

[webkit-changes] [173227] trunk/LayoutTests

2014-09-03 Thread benjamin
Title: [173227] trunk/LayoutTests Revision 173227 Author benja...@webkit.org Date 2014-09-03 14:25:08 -0700 (Wed, 03 Sep 2014) Log Message Add a test case for Element.matches() with :scope https://bugs.webkit.org/show_bug.cgi?id=136475 Reviewed by Andreas Kling. There was not test for t

[webkit-changes] [173228] trunk/Tools

2014-09-03 Thread ap
Title: [173228] trunk/Tools Revision 173228 Author a...@apple.com Date 2014-09-03 14:29:52 -0700 (Wed, 03 Sep 2014) Log Message build.webkit.org/dashboard performance popover is unstyled https://bugs.webkit.org/show_bug.cgi?id=136499 Reviewed by Tim Horton. * BuildSlaveSupport/build.web

[webkit-changes] [173231] trunk/Tools

2014-09-03 Thread dburkart
Title: [173231] trunk/Tools Revision 173231 Author dburk...@apple.com Date 2014-09-03 14:42:18 -0700 (Wed, 03 Sep 2014) Log Message Add myself as a committer. Modified Paths trunk/Tools/ChangeLog trunk/Tools/Scripts/webkitpy/common/config/contributors.json Diff Modified: trunk/Tool

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

2014-09-03 Thread commit-queue
Title: [173232] trunk/Source/_javascript_Core Revision 173232 Author commit-qu...@webkit.org Date 2014-09-03 14:50:46 -0700 (Wed, 03 Sep 2014) Log Message [MIPS] Wrong register usage in LLInt op_catch. https://bugs.webkit.org/show_bug.cgi?id=125168 Patch by Balazs Kilvady on 2014-09-03

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

2014-09-03 Thread commit-queue
Title: [173233] trunk/Source/WebKit2 Revision 173233 Author commit-qu...@webkit.org Date 2014-09-03 14:52:06 -0700 (Wed, 03 Sep 2014) Log Message https://bugs.webkit.org/show_bug.cgi?id=136395 Need a way to get userAgent from WKWebView. Add _userAgent property to return user agent string

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

2014-09-03 Thread andersca
Title: [173234] trunk/Source/WebCore Revision 173234 Author ander...@apple.com Date 2014-09-03 15:02:08 -0700 (Wed, 03 Sep 2014) Log Message Get rid of some uses of OwnPtr https://bugs.webkit.org/show_bug.cgi?id=136503 Reviewed by Sam Weinig. * dom/ElementRareData.cpp: * dom/ElementRare

[webkit-changes] [173235] trunk/Source

2014-09-03 Thread enrica
Title: [173235] trunk/Source Revision 173235 Author enr...@apple.com Date 2014-09-03 15:15:29 -0700 (Wed, 03 Sep 2014) Log Message Remove PLATFORM(IOS) from WebCore/editing (Part 1). https://bugs.webkit.org/show_bug.cgi?id=136474 Reviewed by Tim Horton. Source/WebCore: This is the firs

[webkit-changes] [173236] trunk/LayoutTests

2014-09-03 Thread bfulgham
Title: [173236] trunk/LayoutTests Revision 173236 Author bfulg...@apple.com Date 2014-09-03 15:26:34 -0700 (Wed, 03 Sep 2014) Log Message [Win] Mark a number of passing tests. * platform/win/TestExpectations: Update expectations based on passes on multiple test bots. Modified Paths tru

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

2014-09-03 Thread fpizlo
Title: [173237] trunk/Source/_javascript_Core Revision 173237 Author fpi...@apple.com Date 2014-09-03 15:44:34 -0700 (Wed, 03 Sep 2014) Log Message Temporarily disable call edge profiling. It is causing crashes and I'm still investigating them. * runtime/Options.h: Modified Paths trunk

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

2014-09-03 Thread commit-queue
Title: [173238] trunk/Source/_javascript_Core Revision 173238 Author commit-qu...@webkit.org Date 2014-09-03 15:50:17 -0700 (Wed, 03 Sep 2014) Log Message Avoid warning if a process does not have access to com.apple.webinspector https://bugs.webkit.org/show_bug.cgi?id=136473 Patch by Jos

[webkit-changes] [173239] trunk/Tools

2014-09-03 Thread bfulgham
Title: [173239] trunk/Tools Revision 173239 Author bfulg...@apple.com Date 2014-09-03 15:55:02 -0700 (Wed, 03 Sep 2014) Log Message [Win] Unreviewed test fix. * Scripts/webkitperl/auto-version_unittest/versionStampTests.pl: Don't fail test if user doesn't have the VersionStamp.exe progra

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

2014-09-03 Thread andersca
Title: [173240] trunk/Source/WebCore Revision 173240 Author ander...@apple.com Date 2014-09-03 15:56:48 -0700 (Wed, 03 Sep 2014) Log Message Don't use DEPRECATED_DEFINE_STATIC_LOCAL for mutexes https://bugs.webkit.org/show_bug.cgi?id=136510 Reviewed by Andreas Kling. Mutexes are intende

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

2014-09-03 Thread mmaxfield
Title: [173241] trunk/Source/WebCore Revision 173241 Author mmaxfi...@apple.com Date 2014-09-03 16:10:31 -0700 (Wed, 03 Sep 2014) Log Message Remove unnecessary function from TextPainter https://bugs.webkit.org/show_bug.cgi?id=136497 Reviewed by Simon Fraser. Function is never called.

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

2014-09-03 Thread ddkilzer
Title: [173242] trunk/Source/_javascript_Core Revision 173242 Author ddkil...@apple.com Date 2014-09-03 16:48:05 -0700 (Wed, 03 Sep 2014) Log Message REGRESSION (r167325): (null) entry added to Xcode project file when JSBoundFunction.h was removed Reviewed by Daniel Bates. * _javascrip

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

2014-09-03 Thread timothy_horton
Title: [173243] trunk/Source/WebCore Revision 173243 Author timothy_hor...@apple.com Date 2014-09-03 17:26:42 -0700 (Wed, 03 Sep 2014) Log Message Fix the iOS build after r173230 * WebCore.exp.in: Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore/WebCore.exp.in Dif

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

2014-09-03 Thread fpizlo
Title: [173244] trunk/Source/_javascript_Core Revision 173244 Author fpi...@apple.com Date 2014-09-03 17:28:50 -0700 (Wed, 03 Sep 2014) Log Message CallEdgeProfile::visitWeak() shouldn't attempt to despecify empty profiles https://bugs.webkit.org/show_bug.cgi?id=136511 Reviewed by Geoffr

[webkit-changes] [173245] trunk/Source

2014-09-03 Thread ddkilzer
Title: [173245] trunk/Source Revision 173245 Author ddkil...@apple.com Date 2014-09-03 17:53:16 -0700 (Wed, 03 Sep 2014) Log Message _javascript_Core should build with newer clang Reviewed by Geoffrey Garen. Source/_javascript_Core: Other than the JSC::SourceProvider::asID() change (

[webkit-changes] [173246] trunk

2014-09-03 Thread mmaxfield
Title: [173246] trunk Revision 173246 Author mmaxfi...@apple.com Date 2014-09-03 17:55:07 -0700 (Wed, 03 Sep 2014) Log Message Text caret changes to color of text in Mail and Notes https://bugs.webkit.org/show_bug.cgi?id=135904 Patch by Myles C. Maxfield on 2014-09-03 Reviewed by Simon

[webkit-changes] [173247] trunk/LayoutTests

2014-09-03 Thread jpfau
Title: [173247] trunk/LayoutTests Revision 173247 Author jp...@apple.com Date 2014-09-03 18:43:34 -0700 (Wed, 03 Sep 2014) Log Message Unreviewed, mark test as crashing * platform/wk2/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog trunk/LayoutTests/platform/wk2/TestExpect

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

2014-09-03 Thread fpizlo
Title: [173248] trunk/Source/_javascript_Core Revision 173248 Author fpi...@apple.com Date 2014-09-03 19:10:52 -0700 (Wed, 03 Sep 2014) Log Message Reenable call edge profiling and polymorphic call inlining, now that a bunch of the bugs are fixed. * runtime/Options.h: Modified Paths tr

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

2014-09-03 Thread mjs
Title: [173249] trunk/Source/WebCore Revision 173249 Author m...@apple.com Date 2014-09-03 19:54:00 -0700 (Wed, 03 Sep 2014) Log Message Fix a few leftovers from removing MIME-related WKSI usage https://bugs.webkit.org/show_bug.cgi?id=136513 Reviewed by Alexey Proskuryakov. * WebCore.ex

[webkit-changes] [173250] trunk/LayoutTests

2014-09-03 Thread commit-queue
Title: [173250] trunk/LayoutTests Revision 173250 Author commit-qu...@webkit.org Date 2014-09-03 21:29:30 -0700 (Wed, 03 Sep 2014) Log Message [EFL] Websocket Layout Tests passed in latest build. https://bugs.webkit.org/show_bug.cgi?id=136278 Unreviewed gardening. Websocket Layout Tests

[webkit-changes] [173251] trunk/Source

2014-09-03 Thread burg
Title: [173251] trunk/Source Revision 173251 Author b...@cs.washington.edu Date 2014-09-03 22:53:43 -0700 (Wed, 03 Sep 2014) Log Message Web Inspector: fix prefixes for subclasses of JSC::ConsoleClient https://bugs.webkit.org/show_bug.cgi?id=136476 Reviewed by Timothy Hatcher. Source/_j

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

2014-09-03 Thread commit-queue
Title: [173252] trunk/Source/WebKit2 Revision 173252 Author commit-qu...@webkit.org Date 2014-09-03 23:43:35 -0700 (Wed, 03 Sep 2014) Log Message [SOUP] Race condition when downloading a file due to the intermediate temporary file https://bugs.webkit.org/show_bug.cgi?id=136423 Patch by M

[webkit-changes] [173253] trunk/Websites/bugs.webkit.org

2014-09-03 Thread ddkilzer
Title: [173253] trunk/Websites/bugs.webkit.org Revision 173253 Author ddkil...@apple.com Date 2014-09-03 23:46:42 -0700 (Wed, 03 Sep 2014) Log Message Make images work with patches created using svn 1.7 Reviewed by Darin Adler. * PrettyPatch/PrettyPatch.rb: (PrettyPatch.prettify): Dele