[webkit-changes] [197634] trunk

2016-03-05 Thread rniwa
Title: [197634] trunk Revision 197634 Author rn...@webkit.org Date 2016-03-05 21:07:47 -0800 (Sat, 05 Mar 2016) Log Message Add the support for upgrading custom elements in cloneNode https://bugs.webkit.org/show_bug.cgi?id=155062 Reviewed by Antti Koivisto. Source/WebCore: Implement ht

[webkit-changes] [197633] trunk

2016-03-05 Thread timothy_horton
Title: [197633] trunk Revision 197633 Author timothy_hor...@apple.com Date 2016-03-05 21:02:49 -0800 (Sat, 05 Mar 2016) Log Message Create a DOMHTMLVideoElement when wrapping elements https://bugs.webkit.org/show_bug.cgi?id=155084 Reviewed by Dan Bernstein. * bindings/objc/DOM.mm: (We

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

2016-03-05 Thread weinig
Title: [197632] trunk/Source/WebKit2 Revision 197632 Author wei...@apple.com Date 2016-03-05 20:34:16 -0800 (Sat, 05 Mar 2016) Log Message Revert usage of autofill field name for use with UITextInputTraits until our bots can catch up. * UIProcess/ios/WKContentViewInteraction.mm: (-[WKCon

[webkit-changes] [197631] trunk/LayoutTests

2016-03-05 Thread weinig
Title: [197631] trunk/LayoutTests Revision 197631 Author wei...@apple.com Date 2016-03-05 20:25:44 -0800 (Sat, 05 Mar 2016) Log Message Update tests to match the latest version of the HTML5 spec. LayoutTests/imported/w3c: * web-platform-tests/html/semantics/forms/the-form-element/form-a

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

2016-03-05 Thread rniwa
Title: [197630] trunk/Source/WebCore Revision 197630 Author rn...@webkit.org Date 2016-03-05 20:25:32 -0800 (Sat, 05 Mar 2016) Log Message Minor cleans up in custom elements' code per Darin's comments https://bugs.webkit.org/show_bug.cgi?id=155081 Reviewed by Darin Adler. Cleanup per Da

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

2016-03-05 Thread weinig
Title: [197629] trunk/Source/WebCore Revision 197629 Author wei...@apple.com Date 2016-03-05 20:18:54 -0800 (Sat, 05 Mar 2016) Log Message Fix two minor typos from http://trac.webkit.org/changeset/197626 that were causing some test failures. * html/Autofill.cpp: (WebCore::fieldNameMap):

[webkit-changes] [197628] trunk/Source

2016-03-05 Thread cdumez
Title: [197628] trunk/Source Revision 197628 Author cdu...@apple.com Date 2016-03-05 19:28:54 -0800 (Sat, 05 Mar 2016) Log Message Consolidate RuntimeApplicationChecks and RuntimeApplicationChecksIOS https://bugs.webkit.org/show_bug.cgi?id=155035 Reviewed by Darin Adler. Source/WebCore:

[webkit-changes] [197627] trunk

2016-03-05 Thread zalan
Title: [197627] trunk Revision 197627 Author za...@apple.com Date 2016-03-05 19:10:21 -0800 (Sat, 05 Mar 2016) Log Message Make table collapsed borders subpixel aware. https://bugs.webkit.org/show_bug.cgi?id=150383 Reviewed by Simon Fraser. This patch enables authors to - set subpixel w

[webkit-changes] [197626] trunk

2016-03-05 Thread weinig
Title: [197626] trunk Revision 197626 Author wei...@apple.com Date 2016-03-05 18:17:29 -0800 (Sat, 05 Mar 2016) Log Message Add support for processing the autofill field name out of form control elements ultimately to aid input methods https://bugs.webkit.org/show_bug.cgi?id=155079 Revi

[webkit-changes] [197625] trunk/Source/WebInspectorUI

2016-03-05 Thread commit-queue
Title: [197625] trunk/Source/WebInspectorUI Revision 197625 Author commit-qu...@webkit.org Date 2016-03-05 17:52:38 -0800 (Sat, 05 Mar 2016) Log Message Web Inspector: Have separate path component for Script Timeline content views https://bugs.webkit.org/show_bug.cgi?id=155075 Patch by

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

2016-03-05 Thread rniwa
Title: [197624] trunk/Source/WebCore Revision 197624 Author rn...@webkit.org Date 2016-03-05 17:23:49 -0800 (Sat, 05 Mar 2016) Log Message Build fix after r197612 (under ASAN/GuardMalloc). * dom/CustomElementDefinitions.cpp: (WebCore::CustomElementDefinitions::findInterface): Modified P

[webkit-changes] [197623] trunk

2016-03-05 Thread mcatanzaro
Title: [197623] trunk Revision 197623 Author mcatanz...@igalia.com Date 2016-03-05 17:20:45 -0800 (Sat, 05 Mar 2016) Log Message Unreviewed, fix GTK/EFL build after r197575 and add mandatory GnuTLS dependency .: * Source/cmake/OptionsEfl.cmake: * Source/cmake/OptionsGTK.cmake: Source/W

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

2016-03-05 Thread fpizlo
Title: [197622] trunk/Source/_javascript_Core Revision 197622 Author fpi...@apple.com Date 2016-03-05 16:48:11 -0800 (Sat, 05 Mar 2016) Log Message The most aggressive form of RegExpTest/RegExpExec should speculate more aggressively than just cell https://bugs.webkit.org/show_bug.cgi?id=1

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

2016-03-05 Thread timothy
Title: [197620] trunk/Source/WebKit2 Revision 197620 Author timo...@apple.com Date 2016-03-05 16:40:01 -0800 (Sat, 05 Mar 2016) Log Message Rename Automation protocol methods to use "BrowsingContext" instead of "Window". Also flesh out the protocol commands more by adding switchToBrowsing

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

2016-03-05 Thread timothy
Title: [197621] trunk/Source/WebKit2 Revision 197621 Author timo...@apple.com Date 2016-03-05 16:40:09 -0800 (Sat, 05 Mar 2016) Log Message Implement the Automation protocol commands by tracking WebPageProxy objects that are controlled by automation and assigning them a UUID handle. http

[webkit-changes] [197618] trunk

2016-03-05 Thread simon . fraser
Title: [197618] trunk Revision 197618 Author simon.fra...@apple.com Date 2016-03-05 16:01:17 -0800 (Sat, 05 Mar 2016) Log Message Add support for the object-position CSS property https://bugs.webkit.org/show_bug.cgi?id=122811 rdar://problem/15836338 Reviewed by Sam Weinig. Source/WebCor

[webkit-changes] [197617] trunk

2016-03-05 Thread simon . fraser
Title: [197617] trunk Revision 197617 Author simon.fra...@apple.com Date 2016-03-05 15:23:40 -0800 (Sat, 05 Mar 2016) Log Message Add parsing support for object-position https://bugs.webkit.org/show_bug.cgi?id=155065 Reviewed by Sam Weinig. Source/WebCore: Add parsing support for objec

[webkit-changes] [197615] trunk/Tools

2016-03-05 Thread clopez
Title: [197615] trunk/Tools Revision 197615 Author clo...@igalia.com Date 2016-03-05 11:44:37 -0800 (Sat, 05 Mar 2016) Log Message [GTK] Fix logging details after r197505 (Run the run-benchmark script on the performance bot.) https://bugs.webkit.org/show_bug.cgi?id=154595 Unreviewed. *

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

2016-03-05 Thread rniwa
Title: [197613] trunk/Source/WebCore Revision 197613 Author rn...@webkit.org Date 2016-03-05 00:50:55 -0800 (Sat, 05 Mar 2016) Log Message Fix the bindings test after r197611. * bindings/scripts/test/TestObj.idl: Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore/bindin

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

2016-03-05 Thread rniwa
Title: [197612] trunk/Source/WebCore Revision 197612 Author rn...@webkit.org Date 2016-03-05 00:31:38 -0800 (Sat, 05 Mar 2016) Log Message Move QualifiedName from CustomElementInfo to JSCustomElementInterface https://bugs.webkit.org/show_bug.cgi?id=155061 Reviewed by Antti Koivisto. Sto