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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
26 matches
Mail list logo