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

2014-06-19 Thread achristensen
Title: [170171] trunk/Source/_javascript_Core Revision 170171 Author achristen...@apple.com Date 2014-06-19 19:12:48 -0700 (Thu, 19 Jun 2014) Log Message Unreviewed fix after r170130. * _javascript_Core.vcxproj/libllvmForJSC/libllvmForJSC.vcxproj: Corrected directory so it can find commo

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

2014-06-19 Thread mitz
Title: [170170] trunk/Source/WebKit2 Revision 170170 Author m...@apple.com Date 2014-06-19 18:39:18 -0700 (Thu, 19 Jun 2014) Log Message Removed unused SPI -[WKWebView _runJavaScriptInMainFrame:]. Rubber-stamped by Simon Fraser. * UIProcess/API/Cocoa/WKWebView.mm: (-[WKWebView _runJavaS

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

2014-06-19 Thread akling
Title: [170169] trunk/Source/WebCore Revision 170169 Author akl...@apple.com Date 2014-06-19 18:31:25 -0700 (Thu, 19 Jun 2014) Log Message When simulating memory pressure, GC *after* releasing WebCore resources. Since clearing the page cache is likely to create lots of garbage, defer the

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

2014-06-19 Thread mitz
Title: [170168] trunk/Source/WebKit2 Revision 170168 Author m...@apple.com Date 2014-06-19 17:49:16 -0700 (Thu, 19 Jun 2014) Log Message Use a single map for all callback types in WebPageProxy https://bugs.webkit.org/show_bug.cgi?id=134069 Reviewed by Tim Horton. * UIProcess/GenericCall

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

2014-06-19 Thread andersca
Title: [170166] trunk/Source/WebKit2 Revision 170166 Author ander...@apple.com Date 2014-06-19 15:57:03 -0700 (Thu, 19 Jun 2014) Log Message Another build fix attempt. * Shared/API/Cocoa/WKFoundation.h: Modified Paths trunk/Source/WebKit2/ChangeLog trunk/Source/WebKit2/Shared/API/Cocoa

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

2014-06-19 Thread mitz
Title: [170165] trunk/Source/WebKit2 Revision 170165 Author m...@apple.com Date 2014-06-19 15:50:04 -0700 (Thu, 19 Jun 2014) Log Message [iOS] Legacy processes are installed inside WebKit.framework https://bugs.webkit.org/show_bug.cgi?id=134079 Reviewed by Anders Carlsson. * Configurati

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

2014-06-19 Thread andersca
Title: [170164] trunk/Source/WebKit2 Revision 170164 Author ander...@apple.com Date 2014-06-19 15:23:05 -0700 (Thu, 19 Jun 2014) Log Message It's OS X, not OSX... * Shared/API/Cocoa/WKFoundation.h: Modified Paths trunk/Source/WebKit2/ChangeLog trunk/Source/WebKit2/Shared/API/Cocoa/WKFo

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

2014-06-19 Thread antti
Title: [170163] trunk/Source/WebKit2 Revision 170163 Author an...@apple.com Date 2014-06-19 15:15:17 -0700 (Thu, 19 Jun 2014) Log Message Unfreeze the layer tree on DidFirstVisuallyNonEmptyLayout https://bugs.webkit.org/show_bug.cgi?id=134073 Reviewed by Simon Fraser. DidFirstLa

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

2014-06-19 Thread andersca
Title: [170162] trunk/Source/WebKit2 Revision 170162 Author ander...@apple.com Date 2014-06-19 15:04:54 -0700 (Thu, 19 Jun 2014) Log Message Try to fix the Mavericks build. * Shared/API/Cocoa/WKFoundation.h: Modified Paths trunk/Source/WebKit2/ChangeLog trunk/Source/WebKit2/Shared/API/

[webkit-changes] [170161] branches/ftlopt/Source/JavaScriptCore

2014-06-19 Thread fpizlo
Title: [170161] branches/ftlopt/Source/_javascript_Core Revision 170161 Author fpi...@apple.com Date 2014-06-19 14:51:27 -0700 (Thu, 19 Jun 2014) Log Message [ftlopt] StructureSet::onlyStructure() should return nullptr if it's not a singleton (instead of asserting) https://bugs.webkit.org

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

2014-06-19 Thread weinig
Title: [170160] trunk/Source/WebKit2 Revision 170160 Author wei...@apple.com Date 2014-06-19 13:54:21 -0700 (Thu, 19 Jun 2014) Log Message [Cocoa] Need SPI to determine if the WKWebView is displaying a standalone image https://bugs.webkit.org/show_bug.cgi?id=134071 Reviewed by Anders Car

[webkit-changes] [170159] branches/ftlopt/LayoutTests

2014-06-19 Thread fpizlo
Title: [170159] branches/ftlopt/LayoutTests Revision 170159 Author fpi...@apple.com Date 2014-06-19 13:47:15 -0700 (Thu, 19 Jun 2014) Log Message [ftlopt] LICM should be able to hoist CheckStructure even if the loop clobbers structures so long as the structures being checked are watchable

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

2014-06-19 Thread mitz
Title: [170158] trunk/Source/WebKit2 Revision 170158 Author m...@apple.com Date 2014-06-19 12:59:14 -0700 (Thu, 19 Jun 2014) Log Message Use a single map for all callback types in WebPageProxy https://bugs.webkit.org/show_bug.cgi?id=134069 Reviewed by Anders Carlsson. * UIProcess/Generi

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

2014-06-19 Thread andersca
Title: [170157] trunk/Source/WebKit2 Revision 170157 Author ander...@apple.com Date 2014-06-19 12:51:11 -0700 (Thu, 19 Jun 2014) Log Message No way to handle HTTP Authentication with WKWebView https://bugs.webkit.org/show_bug.cgi?id=134067 Reviewed by Dan Bernstein. Add a public webVie

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

2014-06-19 Thread roger_fong
Title: [170156] trunk/Source/WebKit2 Revision 170156 Author roger_f...@apple.com Date 2014-06-19 12:23:24 -0700 (Thu, 19 Jun 2014) Log Message Don't kill the UIProcess until all local storage transactions have been committed. https://bugs.webkit.org/show_bug.cgi?id=134042. . Reviewed by

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

2014-06-19 Thread oliver
Title: [170155] trunk/Source/WebKit2 Revision 170155 Author oli...@apple.com Date 2014-06-19 11:56:25 -0700 (Thu, 19 Jun 2014) Log Message 2014-06-19 Oliver Hunt Switch to using the process parameters during initialisation to determine whether we hsould be using the ne

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

2014-06-19 Thread psolanki
Title: [170154] trunk/Source/WebKit2 Revision 170154 Author psola...@apple.com Date 2014-06-19 11:33:20 -0700 (Thu, 19 Jun 2014) Log Message Copy SharedBuffer data into IPC message directly https://bugs.webkit.org/show_bug.cgi?id=133920 Reviewed by Anders Carlsson. When data array callb

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

2014-06-19 Thread commit-queue
Title: [170153] trunk/Source/WebCore Revision 170153 Author commit-qu...@webkit.org Date 2014-06-19 10:53:17 -0700 (Thu, 19 Jun 2014) Log Message [Curl] Compile errors related to http header field names. https://bugs.webkit.org/show_bug.cgi?id=134029 Patch by pe...@outlook.com on 2014-0

[webkit-changes] [170152] trunk/Tools

2014-06-19 Thread ddkilzer
Title: [170152] trunk/Tools Revision 170152 Author ddkil...@apple.com Date 2014-06-19 10:48:25 -0700 (Thu, 19 Jun 2014) Log Message check-webkit-style does not understand Obj-C literal syntax for NSDictionary Reviewed by Dan Bernstein. * Scripts/webkitpy/style/checkers/cpp.py: (check_s

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

2014-06-19 Thread andersca
Title: [170151] trunk/Source/WebCore Revision 170151 Author ander...@apple.com Date 2014-06-19 10:41:24 -0700 (Thu, 19 Jun 2014) Log Message Put the divider in the right place. * DerivedSources.make: Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore/DerivedSources.make

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

2014-06-19 Thread andersca
Title: [170150] trunk/Source/WebCore Revision 170150 Author ander...@apple.com Date 2014-06-19 10:41:21 -0700 (Thu, 19 Jun 2014) Log Message Address a review comment from Darin. * inspector/InspectorResourceAgent.cpp: (WebCore::InspectorResourceAgent::willLoadXHR): Modified Paths trunk

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

2014-06-19 Thread andersca
Title: [170149] trunk/Source/WebKit/win Revision 170149 Author ander...@apple.com Date 2014-06-19 10:29:53 -0700 (Thu, 19 Jun 2014) Log Message Try to fix Windows build. * WebFrame.h: Modified Paths trunk/Source/WebKit/win/ChangeLog trunk/Source/WebKit/win/WebFrame.h Diff Modified

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

2014-06-19 Thread andersca
Title: [170148] trunk/Source/WebCore Revision 170148 Author ander...@apple.com Date 2014-06-19 10:29:14 -0700 (Thu, 19 Jun 2014) Log Message Simplify two HistoryController member functions https://bugs.webkit.org/show_bug.cgi?id=134064 Reviewed by Dan Bernstein. Remove the FrameLoadType

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

2014-06-19 Thread ddkilzer
Title: [170146] trunk/Source/WebCore Revision 170146 Author ddkil...@apple.com Date 2014-06-19 09:22:51 -0700 (Thu, 19 Jun 2014) Log Message MediaPlayerPrivateAVFoundationObjC::createAVAssetForURL() leaks an NSMutableArray Reviewed by Eric Carlson. Fixes the following static analyzer w

[webkit-changes] [170145] trunk/LayoutTests

2014-06-19 Thread mario . prada
Title: [170145] trunk/LayoutTests Revision 170145 Author mario.pr...@samsung.com Date 2014-06-19 02:14:52 -0700 (Thu, 19 Jun 2014) Log Message Unreviewed GTK gardening. Updated text expectations after r170138. * platform/gtk/accessibility/image-map2-expected.txt: Updated. * platform/gtk

[webkit-changes] [170144] trunk/LayoutTests

2014-06-19 Thread commit-queue
Title: [170144] trunk/LayoutTests Revision 170144 Author commit-qu...@webkit.org Date 2014-06-19 00:25:18 -0700 (Thu, 19 Jun 2014) Log Message [EFL] Add expectations for failing svg/wicd/rightsizing-grid.xhtml layout test https://bugs.webkit.org/show_bug.cgi?id=133982 Unreviewed gardenin