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

2016-10-22 Thread cdumez
Title: [207725] trunk/Source/WebCore Revision 207725 Author cdu...@apple.com Date 2016-10-22 22:06:19 -0700 (Sat, 22 Oct 2016) Log Message [Web IDL] Two types are distinguishable for overload resolution if at most one of the two includes a nullable type

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

2016-10-22 Thread cdumez
Title: [207724] trunk/Source/WebCore Revision 207724 Author cdu...@apple.com Date 2016-10-22 19:53:36 -0700 (Sat, 22 Oct 2016) Log Message WebGLRenderingContextBase.texSubImage2D() should use a union instead of overloading https://bugs.webkit.org/show_bug.cgi?id=163859 Reviewed by Darin

[webkit-changes] [207723] trunk

2016-10-22 Thread mitz
Title: [207723] trunk Revision 207723 Author m...@apple.com Date 2016-10-22 19:49:41 -0700 (Sat, 22 Oct 2016) Log Message Dynamically-added backdrop filter to clip-path'd element with 3D transform renders incorrectly (without clip) https://bugs.webkit.org/show_bug.cgi?id=163497 Reviewed

[webkit-changes] [207722] trunk

2016-10-22 Thread simon . fraser
Title: [207722] trunk Revision 207722 Author simon.fra...@apple.com Date 2016-10-22 19:43:48 -0700 (Sat, 22 Oct 2016) Log Message Backdrop filter doesn't show if removed then re-added https://bugs.webkit.org/show_bug.cgi?id=163860 Reviewed by Dan Bernstein. Source/WebCore: When a

[webkit-changes] [207721] trunk

2016-10-22 Thread simon . fraser
Title: [207721] trunk Revision 207721 Author simon.fra...@apple.com Date 2016-10-22 19:43:42 -0700 (Sat, 22 Oct 2016) Log Message Fix repainting of slow repaint objects in WK1 when page scale is applied https://bugs.webkit.org/show_bug.cgi?id=163854 Reviewed by Zalan Bujtas.

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

2016-10-22 Thread cdumez
Title: [207719] trunk/Source/WebCore Revision 207719 Author cdu...@apple.com Date 2016-10-22 16:28:39 -0700 (Sat, 22 Oct 2016) Log Message WebGLRenderingContextBase.texImage2D() should use a union instead of overloading https://bugs.webkit.org/show_bug.cgi?id=163856 Reviewed by Darin

[webkit-changes] [207718] trunk/LayoutTests

2016-10-22 Thread mcatanzaro
Title: [207718] trunk/LayoutTests Revision 207718 Author mcatanz...@igalia.com Date 2016-10-22 15:14:58 -0700 (Sat, 22 Oct 2016) Log Message Unreviewed GTK test gardening * platform/gtk/TestExpectations: *

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

2016-10-22 Thread antti
Title: [207717] trunk/Source/WebCore Revision 207717 Author an...@apple.com Date 2016-10-22 14:27:53 -0700 (Sat, 22 Oct 2016) Log Message REGRESSION(r207669): Dromaeo/jslib-style-jquery.html regressed >20% https://bugs.webkit.org/show_bug.cgi?id=163851 Reviewed by Darin Adler. The test

[webkit-changes] [207715] trunk/Source

2016-10-22 Thread cdumez
Title: [207715] trunk/Source Revision 207715 Author cdu...@apple.com Date 2016-10-22 13:46:34 -0700 (Sat, 22 Oct 2016) Log Message WebGLRenderingContextBase.bufferData() should use a union instead of overloading https://bugs.webkit.org/show_bug.cgi?id=163795 Reviewed by Darin Adler.

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

2016-10-22 Thread fpizlo
Title: [207714] trunk/Source/_javascript_Core Revision 207714 Author fpi...@apple.com Date 2016-10-22 12:34:46 -0700 (Sat, 22 Oct 2016) Log Message Slow and big Heap methods should not be inline https://bugs.webkit.org/show_bug.cgi?id=163802 Reviewed by Keith Miller. JSC often

[webkit-changes] [207713] trunk/Tools

2016-10-22 Thread mitz
Title: [207713] trunk/Tools Revision 207713 Author m...@apple.com Date 2016-10-22 09:30:17 -0700 (Sat, 22 Oct 2016) Log Message Improve MiniBrowser window titles for URLs without paths and with no title Reviewed by Darin Adler. * MiniBrowser/mac/WK1BrowserWindowController.m:

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

2016-10-22 Thread darin
Title: [207712] trunk/Source/WebCore Revision 207712 Author da...@apple.com Date 2016-10-22 09:26:36 -0700 (Sat, 22 Oct 2016) Log Message [Cocoa] REGRESSION (r204508): Crash in init_WebCreateFragment when pasting (seen in multiple apps using legacy WebKit)

[webkit-changes] [207711] trunk

2016-10-22 Thread nael . ouedraogo
Title: [207711] trunk Revision 207711 Author nael.ouedra...@crf.canon.fr Date 2016-10-22 03:19:21 -0700 (Sat, 22 Oct 2016) Log Message Bindings error message for missing required dictionary member should be more explicit https://bugs.webkit.org/show_bug.cgi?id=163665 Reviewed by Darin

[webkit-changes] [207710] trunk

2016-10-22 Thread rniwa
Title: [207710] trunk Revision 207710 Author rn...@webkit.org Date 2016-10-22 01:15:52 -0700 (Sat, 22 Oct 2016) Log Message Upgrading custom element should enqueue attributeChanged and connected callbacks https://bugs.webkit.org/show_bug.cgi?id=163840 Reviewed by Darin Adler.

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

2016-10-22 Thread mitz
Title: [207709] trunk/Source/WebKit2 Revision 207709 Author m...@apple.com Date 2016-10-22 00:23:28 -0700 (Sat, 22 Oct 2016) Log Message [iOS] _webViewWillEndNavigationGesture:withNavigationToBackForwardListItem: is never called https://bugs.webkit.org/show_bug.cgi?id=163758 Reviewed by

[webkit-changes] [207708] trunk

2016-10-22 Thread ddkilzer
Title: [207708] trunk Revision 207708 Author ddkil...@apple.com Date 2016-10-21 23:38:36 -0700 (Fri, 21 Oct 2016) Log Message Bug 163762: IntSize::area() should used checked arithmetic Reviewed by Darin Adler. Source/WebCore: No new tests since no change in nominal behavior. *

[webkit-changes] [207707] trunk/Tools

2016-10-22 Thread jcraig
Title: [207707] trunk/Tools Revision 207707 Author jcr...@apple.com Date 2016-10-21 23:14:21 -0700 (Fri, 21 Oct 2016) Log Message Unreviewed: Added Aaron Chu to contributors list. * Scripts/webkitpy/common/config/contributors.json: Modified Paths

[webkit-changes] [207706] trunk/Source

2016-10-22 Thread barraclough
Title: [207706] trunk/Source Revision 207706 Author barraclo...@apple.com Date 2016-10-21 23:07:20 -0700 (Fri, 21 Oct 2016) Log Message Source/WebCore: WebPageProxy should not need PageActivityState https://bugs.webkit.org/show_bug.cgi?id=163821 Reviewed by Geoff Garen. The