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

2014-10-07 Thread aestes
Title: [174386] trunk/Source/_javascript_Core Revision 174386 Author aes...@apple.com Date 2014-10-06 23:19:57 -0700 (Mon, 06 Oct 2014) Log Message Objective-C objects must be fully defined when used in a WTF::Vector https://bugs.webkit.org/show_bug.cgi?id=137479 Reviewed by Mark Rowe.

[webkit-changes] [174388] trunk/Source

2014-10-07 Thread darin
Title: [174388] trunk/Source Revision 174388 Author da...@apple.com Date 2014-10-06 23:58:41 -0700 (Mon, 06 Oct 2014) Log Message Make StringView check the lifetime of the StringImpl it's created from https://bugs.webkit.org/show_bug.cgi?id=137202 Reviewed by Anders Carlsson.

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

2014-10-07 Thread aestes
Title: [174389] trunk/Source/WebCore Revision 174389 Author aes...@apple.com Date 2014-10-07 00:06:27 -0700 (Tue, 07 Oct 2014) Log Message Fix a warning when passing an NSInteger to abs(). https://bugs.webkit.org/show_bug.cgi?id=137480 Reviewed by Mark Rowe. Use std::abs() instead,

[webkit-changes] [174391] releases/WebKitGTK/webkit-2.6

2014-10-07 Thread carlosgc
Title: [174391] releases/WebKitGTK/webkit-2.6 Revision 174391 Author carlo...@webkit.org Date 2014-10-07 00:26:41 -0700 (Tue, 07 Oct 2014) Log Message Merge r174002 - [GTK] Fix support for the initial-letter CSS property to first-letter https://bugs.webkit.org/show_bug.cgi?id=137108

[webkit-changes] [174392] releases/WebKitGTK/webkit-2.6/Source

2014-10-07 Thread carlosgc
Title: [174392] releases/WebKitGTK/webkit-2.6/Source Revision 174392 Author carlo...@webkit.org Date 2014-10-07 00:42:40 -0700 (Tue, 07 Oct 2014) Log Message Merge r173776 - Multithreaded WebGL is a bad idea - remove it https://bugs.webkit.org/show_bug.cgi?id=136964

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

2014-10-07 Thread andersca
Title: [174393] trunk/Source/WTF Revision 174393 Author ander...@apple.com Date 2014-10-07 08:47:15 -0700 (Tue, 07 Oct 2014) Log Message Try to fix the Windows build. * wtf/text/StringView.cpp: (WTF::StringView::UnderlyingString::UnderlyingString): Modified Paths

[webkit-changes] [174394] trunk

2014-10-07 Thread carlosgc
Title: [174394] trunk Revision 174394 Author carlo...@webkit.org Date 2014-10-07 08:49:07 -0700 (Tue, 07 Oct 2014) Log Message [SOUP] TLS errors should take precedence over HTTP authentication https://bugs.webkit.org/show_bug.cgi?id=137300 Reviewed by Sergio Villar Senin.

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

2014-10-07 Thread andersca
Title: [174395] trunk/Source/WTF Revision 174395 Author ander...@apple.com Date 2014-10-07 09:06:53 -0700 (Tue, 07 Oct 2014) Log Message Another build fix attempt. * wtf/text/StringView.cpp: (WTF::StringView::UnderlyingString::UnderlyingString): Modified Paths

[webkit-changes] [174396] trunk/Tools

2014-10-07 Thread commit-queue
Title: [174396] trunk/Tools Revision 174396 Author commit-qu...@webkit.org Date 2014-10-07 09:12:02 -0700 (Tue, 07 Oct 2014) Log Message [GTK] jhbuild modules should build xserver with the --without-dtrace option. https://bugs.webkit.org/show_bug.cgi?id=137482 Patch by Youenn Fablet

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

2014-10-07 Thread andersca
Title: [174397] trunk/Source/WTF Revision 174397 Author ander...@apple.com Date 2014-10-07 09:20:35 -0700 (Tue, 07 Oct 2014) Log Message Temporarily disable the StringView lifetime checking. * wtf/text/StringView.h: Modified Paths trunk/Source/WTF/ChangeLog

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

2014-10-07 Thread andersca
Title: [174398] trunk/Source/WTF Revision 174398 Author ander...@apple.com Date 2014-10-07 09:36:00 -0700 (Tue, 07 Oct 2014) Log Message Use 1, not true. * wtf/text/StringView.h: Modified Paths trunk/Source/WTF/ChangeLog trunk/Source/WTF/wtf/text/StringView.h Diff Modified:

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

2014-10-07 Thread andersca
Title: [174399] trunk/Source/WTF Revision 174399 Author ander...@apple.com Date 2014-10-07 10:15:40 -0700 (Tue, 07 Oct 2014) Log Message Try to fix the Mountain Lion build. * wtf/text/StringView.h: (WTF::StringView::underlyingStringIsValid): (WTF::StringView::setUnderlyingString):

[webkit-changes] [174400] trunk/Source

2014-10-07 Thread cdumez
Title: [174400] trunk/Source Revision 174400 Author cdu...@apple.com Date 2014-10-07 11:41:49 -0700 (Tue, 07 Oct 2014) Log Message [WK2] Use is() / downcast() for DrawingAreaProxy subclasses https://bugs.webkit.org/show_bug.cgi?id=137477 Reviewed by Andreas Kling. Source/WebCore:

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

2014-10-07 Thread oliver
Title: [174401] trunk/Source/_javascript_Core Revision 174401 Author oli...@apple.com Date 2014-10-07 11:57:57 -0700 (Tue, 07 Oct 2014) Log Message Remove op_new_captured_func https://bugs.webkit.org/show_bug.cgi?id=137491 Reviewed by Mark Lam. Removes the op_captured_new_func opcode

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

2014-10-07 Thread psolanki
Title: [174404] trunk/Source/WebCore Revision 174404 Author psola...@apple.com Date 2014-10-07 13:37:48 -0700 (Tue, 07 Oct 2014) Log Message [iOS] WebKit1 clients crash in DiskCacheMonitor::tryGetFileBackedSharedBufferFromCFURLCachedResponse()

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

2014-10-07 Thread mhock
Title: [174405] trunk/Source/WebCore Revision 174405 Author mh...@apple.com Date 2014-10-07 13:52:26 -0700 (Tue, 07 Oct 2014) Log Message Defer resolution of viewport size. https://bugs.webkit.org/show_bug.cgi?id=137376 rdar://problem/18558094 Reviewed by Benjamin Poulain.

[webkit-changes] [174406] trunk

2014-10-07 Thread commit-queue
Title: [174406] trunk Revision 174406 Author commit-qu...@webkit.org Date 2014-10-07 14:35:06 -0700 (Tue, 07 Oct 2014) Log Message [iOS] Teach run-webkit-tests to honor TestExpectation file for iOS Simulator 64-bit builds https://bugs.webkit.org/show_bug.cgi?id=137499 Patch by Daniel

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

2014-10-07 Thread cdumez
Title: [174407] trunk/Source/WebKit2 Revision 174407 Author cdu...@apple.com Date 2014-10-07 14:35:26 -0700 (Tue, 07 Oct 2014) Log Message Unreviewed iOS build fix after r174400. Missing explicit WebKit:: namespace. * UIProcess/API/Cocoa/WKWebView.mm: (-[WKWebView

[webkit-changes] [174408] trunk/Tools

2014-10-07 Thread commit-queue
Title: [174408] trunk/Tools Revision 174408 Author commit-qu...@webkit.org Date 2014-10-07 15:14:01 -0700 (Tue, 07 Oct 2014) Log Message Commit queue doesn't drop obsolete patches sometimes https://bugs.webkit.org/show_bug.cgi?id=137460 Patch by Jake Nielsen jacob_niel...@apple.com on

[webkit-changes] [174409] trunk/LayoutTests

2014-10-07 Thread simon . fraser
Title: [174409] trunk/LayoutTests Revision 174409 Author simon.fra...@apple.com Date 2014-10-07 15:17:09 -0700 (Tue, 07 Oct 2014) Log Message Bug link should be at the beginning of the line. * platform/mac/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog

[webkit-changes] [174410] trunk/Source

2014-10-07 Thread akling
Title: [174410] trunk/Source Revision 174410 Author akl...@apple.com Date 2014-10-07 15:26:25 -0700 (Tue, 07 Oct 2014) Log Message Use more Ref and PassRef for Gradient. https://webkit.org/b/137490 Codify the fact that CanvasGradient always has an internal WebCore::Gradient and make

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

2014-10-07 Thread bfulgham
Title: [174412] trunk/Source/WTF Revision 174412 Author bfulg...@apple.com Date 2014-10-07 16:17:04 -0700 (Tue, 07 Oct 2014) Log Message [Win] Resolve some MSVC static analyzer warnings https://bugs.webkit.org/show_bug.cgi?id=137504 Reviewed by Dean Jackson. *

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

2014-10-07 Thread cdumez
Title: [174413] trunk/Source/WebKit2 Revision 174413 Author cdu...@apple.com Date 2014-10-07 17:41:42 -0700 (Tue, 07 Oct 2014) Log Message [WK2] Use is() / downcast() for DrawingArea subclasses https://bugs.webkit.org/show_bug.cgi?id=137497 Reviewed by Benjamin Poulain. Use is() /

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

2014-10-07 Thread dino
Title: [174414] trunk/Source/WebCore Revision 174414 Author d...@apple.com Date 2014-10-07 19:23:10 -0700 (Tue, 07 Oct 2014) Log Message Safari 8 on OSX 10.10 does not run WebGL in Retina HiDPI mode. https://bugs.webkit.org/show_bug.cgi?id=134854 rdar://problem/18465263 Reviewed by Tim

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

2014-10-07 Thread commit-queue
Title: [174415] trunk/Source/WebKit2 Revision 174415 Author commit-qu...@webkit.org Date 2014-10-07 20:48:00 -0700 (Tue, 07 Oct 2014) Log Message Remove WKPageSetInvalidMessageFunction. https://bugs.webkit.org/show_bug.cgi?id=137509 Patch by Sungmann Cho sungmann@navercorp.com on

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

2014-10-07 Thread commit-queue
Title: [174417] trunk/Source/WebKit2 Revision 174417 Author commit-qu...@webkit.org Date 2014-10-07 22:17:29 -0700 (Tue, 07 Oct 2014) Log Message Remove WKPageCreateSnapshotOfVisibleContent API. https://bugs.webkit.org/show_bug.cgi?id=66979 Patch by Sungmann Cho

[webkit-changes] [174418] trunk/Tools

2014-10-07 Thread commit-queue
Title: [174418] trunk/Tools Revision 174418 Author commit-qu...@webkit.org Date 2014-10-07 22:36:24 -0700 (Tue, 07 Oct 2014) Log Message Remove build warnings in Hashmap API tests https://bugs.webkit.org/show_bug.cgi?id=137484 Patch by Tanay C tana...@samsung.com on 2014-10-07 Reviewed