[webkit-changes] [230067] trunk/Tools

2018-03-28 Thread zalan
Title: [230067] trunk/Tools Revision 230067 Author za...@apple.com Date 2018-03-28 22:21:47 -0700 (Wed, 28 Mar 2018) Log Message [LayoutReloaded] Introduce FloatingState. https://bugs.webkit.org/show_bug.cgi?id=184126 Reviewed by Antti Koivisto. It holds the floating state (left/right

[webkit-changes] [230066] trunk

2018-03-28 Thread cdumez
Title: [230066] trunk Revision 230066 Author cdu...@apple.com Date 2018-03-28 21:16:26 -0700 (Wed, 28 Mar 2018) Log Message Align XMLHttpRequest's open() / send() / abort() with the latest specification https://bugs.webkit.org/show_bug.cgi?id=184108 Reviewed by Youenn Fablet.

[webkit-changes] [230065] trunk/Tools

2018-03-28 Thread zalan
Title: [230065] trunk/Tools Revision 230065 Author za...@apple.com Date 2018-03-28 20:27:58 -0700 (Wed, 28 Mar 2018) Log Message [LayoutReloaded] Convert floating left/right stack display boxes absolute to the formatting context's root. https://bugs.webkit.org/show_bug.cgi?id=184123

[webkit-changes] [230064] trunk

2018-03-28 Thread timothy
Title: [230064] trunk Revision 230064 Author timo...@apple.com Date 2018-03-28 19:39:35 -0700 (Wed, 28 Mar 2018) Log Message Consolidate NSColor to WebCore::Color conversion and fix system colors. https://bugs.webkit.org/show_bug.cgi?id=184096 rdar://problem/38918925 Reviewed by Tim

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

2018-03-28 Thread said
Title: [230063] trunk/Source/WebCore Revision 230063 Author s...@apple.com Date 2018-03-28 18:10:13 -0700 (Wed, 28 Mar 2018) Log Message The SVGAnimatedProperty wrappers have to be detached from the referenced values before the SVGAnimatedType is deleted

[webkit-changes] [230062] trunk/Source

2018-03-28 Thread ross . kirsling
Title: [230062] trunk/Source Revision 230062 Author ross.kirsl...@sony.com Date 2018-03-28 17:47:57 -0700 (Wed, 28 Mar 2018) Log Message MSVC __forceinline slows down JSC release build fivefold after r229391 https://bugs.webkit.org/show_bug.cgi?id=184062 Reviewed by Alex Christensen.

[webkit-changes] [230061] trunk/Tools

2018-03-28 Thread cdumez
Title: [230061] trunk/Tools Revision 230061 Author cdu...@apple.com Date 2018-03-28 17:03:21 -0700 (Wed, 28 Mar 2018) Log Message Unreviewed iOS build fix after r230060. * TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm: Modified Paths trunk/Tools/ChangeLog

[webkit-changes] [230060] trunk/Tools

2018-03-28 Thread cdumez
Title: [230060] trunk/Tools Revision 230060 Author cdu...@apple.com Date 2018-03-28 16:46:29 -0700 (Wed, 28 Mar 2018) Log Message Unreviewed, disable new window.open() API tests introduced in r230051 on iOS. I will investigate if this is testable on iOS. *

[webkit-changes] [230059] trunk/Source

2018-03-28 Thread zalan
Title: [230059] trunk/Source Revision 230059 Author za...@apple.com Date 2018-03-28 16:16:50 -0700 (Wed, 28 Mar 2018) Log Message Make it possible to override the screen size https://bugs.webkit.org/show_bug.cgi?id=184111 Reviewed by Tim Horton. Source/WebCore: We just call

[webkit-changes] [230057] trunk/Source/bmalloc

2018-03-28 Thread commit-queue
Title: [230057] trunk/Source/bmalloc Revision 230057 Author commit-qu...@webkit.org Date 2018-03-28 16:00:51 -0700 (Wed, 28 Mar 2018) Log Message Unreviewed, rolling out r230005. https://bugs.webkit.org/show_bug.cgi?id=184115 "it caused a huge regression on iOS" (Requested by saamyjoon

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

2018-03-28 Thread timothy
Title: [230056] trunk/Source/WebCore Revision 230056 Author timo...@apple.com Date 2018-03-28 15:50:45 -0700 (Wed, 28 Mar 2018) Log Message Include the 'text' color keyword as a system color. https://bugs.webkit.org/show_bug.cgi?id=184113 rdar://problem/38779267 Reviewed by Tim Horton.

[webkit-changes] [230055] trunk

2018-03-28 Thread wenson_hsieh
Title: [230055] trunk Revision 230055 Author wenson_hs...@apple.com Date 2018-03-28 15:03:04 -0700 (Wed, 28 Mar 2018) Log Message [iOS] Multiple select appearance doesn't update when selecting or deselecting rows in the picker view https://bugs.webkit.org/show_bug.cgi?id=184110

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

2018-03-28 Thread dbates
Title: [230054] trunk/Source/WebCore Revision 230054 Author dba...@webkit.org Date 2018-03-28 14:45:40 -0700 (Wed, 28 Mar 2018) Log Message Substitute "strong password confirmation auto fill" for "strong confirmation password auto fill" * English.lproj/Localizable.strings: *

[webkit-changes] [230053] trunk/LayoutTests

2018-03-28 Thread pvollan
Title: [230053] trunk/LayoutTests Revision 230053 Author pvol...@apple.com Date 2018-03-28 14:39:19 -0700 (Wed, 28 Mar 2018) Log Message Mark http/tests/preload/download_resources.html as a flaky crash on Windows. https://bugs.webkit.org/show_bug.cgi?id=179297 Unreviewed test gardening.

[webkit-changes] [230052] trunk

2018-03-28 Thread dbates
Title: [230052] trunk Revision 230052 Author dba...@webkit.org Date 2018-03-28 14:27:44 -0700 (Wed, 28 Mar 2018) Log Message WebSocket cookie incorrectly stored https://bugs.webkit.org/show_bug.cgi?id=184100 Reviewed by Brent Fulgham. Source/WebCore: A cookie received in a WebSocket

[webkit-changes] [230051] trunk

2018-03-28 Thread cdumez
Title: [230051] trunk Revision 230051 Author cdu...@apple.com Date 2018-03-28 14:21:43 -0700 (Wed, 28 Mar 2018) Log Message Do process swap when opening a cross-origin URL via window.open(url, '_blank', 'noopener') https://bugs.webkit.org/show_bug.cgi?id=183962 Reviewed by Brady

[webkit-changes] [230050] trunk/Source/WebKit

2018-03-28 Thread pvollan
Title: [230050] trunk/Source/WebKit Revision 230050 Author pvol...@apple.com Date 2018-03-28 14:17:14 -0700 (Wed, 28 Mar 2018) Log Message Adopt WEBPROCESS_WINDOWSERVER_BLOCKING compiler guard in WebProcess. https://bugs.webkit.org/show_bug.cgi?id=183959 Reviewed by Brent Fulgham. Use

[webkit-changes] [230049] trunk/Tools

2018-03-28 Thread commit-queue
Title: [230049] trunk/Tools Revision 230049 Author commit-qu...@webkit.org Date 2018-03-28 14:14:02 -0700 (Wed, 28 Mar 2018) Log Message Add Carlos Eduardo Ramalho as contributor https://bugs.webkit.org/show_bug.cgi?id=184082 Patch by Carlos Eduardo Ramalho on

[webkit-changes] [230048] trunk

2018-03-28 Thread timothy_horton
Title: [230048] trunk Revision 230048 Author timothy_hor...@apple.com Date 2018-03-28 14:07:55 -0700 (Wed, 28 Mar 2018) Log Message Make it possible to disable building the tools with Make https://bugs.webkit.org/show_bug.cgi?id=184109 Reviewed by Simon Fraser. * Makefile: Modified

[webkit-changes] [230047] trunk/Source/WebKit

2018-03-28 Thread bfulgham
Title: [230047] trunk/Source/WebKit Revision 230047 Author bfulg...@apple.com Date 2018-03-28 14:05:37 -0700 (Wed, 28 Mar 2018) Log Message Unreviewed build fix after r230045. * UIProcess/Launcher/mac/ProcessLauncherMac.mm: Add missing include (breaks iOS). Modified Paths

[webkit-changes] [230046] trunk/LayoutTests

2018-03-28 Thread jlewis3
Title: [230046] trunk/LayoutTests Revision 230046 Author jlew...@apple.com Date 2018-03-28 13:45:10 -0700 (Wed, 28 Mar 2018) Log Message Skipped imported/mozilla/css-animations/test_keyframeeffect-getkeyframes.html. https://bugs.webkit.org/show_bug.cgi?id=183848 Unreviewed test

[webkit-changes] [230045] trunk/Source

2018-03-28 Thread bfulgham
Title: [230045] trunk/Source Revision 230045 Author bfulg...@apple.com Date 2018-03-28 13:43:10 -0700 (Wed, 28 Mar 2018) Log Message Protect against invalid mach ports returned by mach_port_request_notification https://bugs.webkit.org/show_bug.cgi?id=184106 Reviewed by Chris Dumez.

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

2018-03-28 Thread cdumez
Title: [230044] trunk/Source/WebCore Revision 230044 Author cdu...@apple.com Date 2018-03-28 13:36:03 -0700 (Wed, 28 Mar 2018) Log Message Thread safety issue in IDBFactory' shouldThrowSecurityException() https://bugs.webkit.org/show_bug.cgi?id=184064 Reviewed by Ryosuke Niwa.

[webkit-changes] [230043] trunk

2018-03-28 Thread ryanhaddad
Title: [230043] trunk Revision 230043 Author ryanhad...@apple.com Date 2018-03-28 13:31:29 -0700 (Wed, 28 Mar 2018) Log Message Unreviewed, rolling out r230033. The LayoutTests modified in this change fail an assertion on WK1. Reverted changeset: "[Web Animations] Implement more

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

2018-03-28 Thread cdumez
Title: [230042] trunk/Source/WebCore Revision 230042 Author cdu...@apple.com Date 2018-03-28 13:17:04 -0700 (Wed, 28 Mar 2018) Log Message WebSocket::didReceiveMessage() may construct a SecurityOrigin object on a non-main thread https://bugs.webkit.org/show_bug.cgi?id=184068 Reviewed by

[webkit-changes] [230041] trunk/Source/WebKit

2018-03-28 Thread dino
Title: [230041] trunk/Source/WebKit Revision 230041 Author d...@apple.com Date 2018-03-28 13:11:47 -0700 (Wed, 28 Mar 2018) Log Message WKWebViewContentProvider shouldn't be a UIScrollViewDelegate https://bugs.webkit.org/show_bug.cgi?id=184107 Reviewed by Tim Horton. There is no need

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

2018-03-28 Thread mark . lam
Title: [230040] trunk/Source/_javascript_Core Revision 230040 Author mark@apple.com Date 2018-03-28 13:05:43 -0700 (Wed, 28 Mar 2018) Log Message Enhance ARM64 probe to support pointer profiling. https://bugs.webkit.org/show_bug.cgi?id=184069 Reviewed by JF Bastien. *

[webkit-changes] [230039] trunk

2018-03-28 Thread wenson_hsieh
Title: [230039] trunk Revision 230039 Author wenson_hs...@apple.com Date 2018-03-28 11:55:40 -0700 (Wed, 28 Mar 2018) Log Message [Extra zoom mode] Make boosted text autosizing values switchable at runtime https://bugs.webkit.org/show_bug.cgi?id=184092 Reviewed by Tim Horton.

[webkit-changes] [230038] trunk/Tools

2018-03-28 Thread zalan
Title: [230038] trunk/Tools Revision 230038 Author za...@apple.com Date 2018-03-28 11:40:00 -0700 (Wed, 28 Mar 2018) Log Message [LayoutReloaded] InlineFormattingContext::_handleText should support runs on multiple lines https://bugs.webkit.org/show_bug.cgi?id=184101 Reviewed by Antti

[webkit-changes] [230037] trunk/Tools

2018-03-28 Thread zalan
Title: [230037] trunk/Tools Revision 230037 Author za...@apple.com Date 2018-03-28 11:30:15 -0700 (Wed, 28 Mar 2018) Log Message [LayoutReloaded] Add InlineTextBreaker::skipLeadingWhitespaceIfNeeded https://bugs.webkit.org/show_bug.cgi?id=184099 Reviewed by Antti Koivisto. *

[webkit-changes] [230036] tags/Safari-606.1.11/

2018-03-28 Thread jmarcell
Title: [230036] tags/Safari-606.1.11/ Revision 230036 Author jmarc...@apple.com Date 2018-03-28 11:12:14 -0700 (Wed, 28 Mar 2018) Log Message Tag Safari-606.1.11. Added Paths tags/Safari-606.1.11/ Diff ___ webkit-changes mailing list

[webkit-changes] [230035] trunk/Source

2018-03-28 Thread bfulgham
Title: [230035] trunk/Source Revision 230035 Author bfulg...@apple.com Date 2018-03-28 11:07:00 -0700 (Wed, 28 Mar 2018) Log Message Avoid uninitialized mach ports https://bugs.webkit.org/show_bug.cgi?id=184090 Reviewed by Chris Dumez. It is possible for mach_port_allocate to return

[webkit-changes] [230034] trunk/LayoutTests

2018-03-28 Thread aboya
Title: [230034] trunk/LayoutTests Revision 230034 Author ab...@igalia.com Date 2018-03-28 10:53:21 -0700 (Wed, 28 Mar 2018) Log Message Unreviewed GTK test gardening. https://bugs.webkit.org/show_bug.cgi?id=184088 * TestExpectations: * platform/gtk/TestExpectations: *

[webkit-changes] [230033] trunk

2018-03-28 Thread graouts
Title: [230033] trunk Revision 230033 Author grao...@webkit.org Date 2018-03-28 10:37:43 -0700 (Wed, 28 Mar 2018) Log Message [Web Animations] Implement more CSSPropertyBlendingClient methods https://bugs.webkit.org/show_bug.cgi?id=184077 Reviewed by Dean Jackson.

[webkit-changes] [230032] trunk/Source/WebKit

2018-03-28 Thread mcatanzaro
Title: [230032] trunk/Source/WebKit Revision 230032 Author mcatanz...@igalia.com Date 2018-03-28 09:52:58 -0700 (Wed, 28 Mar 2018) Log Message Fails to build webkitgtk+ after git-svn-id: http://svn.webkit.org/repository/webkit/trunk@229877 268f45cc-cd09-0410-ab3c-d52691b4dbfc

[webkit-changes] [230031] trunk

2018-03-28 Thread graouts
Title: [230031] trunk Revision 230031 Author grao...@webkit.org Date 2018-03-28 09:39:57 -0700 (Wed, 28 Mar 2018) Log Message [Web Animations] Comparing two matching FramesTimingFunction objects fails https://bugs.webkit.org/show_bug.cgi?id=184078 Reviewed by Jon Lee.

[webkit-changes] [230030] trunk/Source/WebKit

2018-03-28 Thread timothy_horton
Title: [230030] trunk/Source/WebKit Revision 230030 Author timothy_hor...@apple.com Date 2018-03-28 09:10:04 -0700 (Wed, 28 Mar 2018) Log Message Make use of HAVE(CORE_ANIMATION_RENDER_SERVER) in more places https://bugs.webkit.org/show_bug.cgi?id=184072 Reviewed by Dan Bernstein. *

[webkit-changes] [230029] trunk/Source/WebKit

2018-03-28 Thread wenson_hsieh
Title: [230029] trunk/Source/WebKit Revision 230029 Author wenson_hs...@apple.com Date 2018-03-28 07:39:01 -0700 (Wed, 28 Mar 2018) Log Message Revert an unnecessary workaround when zooming focused form controls https://bugs.webkit.org/show_bug.cgi?id=184067 Reviewed by Tim Horton.

[webkit-changes] [230027] trunk/Source/WebKit

2018-03-28 Thread carlosgc
Title: [230027] trunk/Source/WebKit Revision 230027 Author carlo...@webkit.org Date 2018-03-28 03:40:24 -0700 (Wed, 28 Mar 2018) Log Message REGRESSION(r229998): WebDriver: MiniBrowser is crashing in a lot of tests after r229998 https://bugs.webkit.org/show_bug.cgi?id=184075 Reviewed by

[webkit-changes] [230026] trunk

2018-03-28 Thread rmorisset
Title: [230026] trunk Revision 230026 Author rmoris...@apple.com Date 2018-03-28 02:36:44 -0700 (Wed, 28 Mar 2018) Log Message appendQuotedJSONString stops on arithmetic overflow instead of propagating it upwards https://bugs.webkit.org/show_bug.cgi?id=183894 Reviewed by Saam Barati.

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

2018-03-28 Thread carlosgc
Title: [230025] trunk/Source/_javascript_Core Revision 230025 Author carlo...@webkit.org Date 2018-03-28 02:16:15 -0700 (Wed, 28 Mar 2018) Log Message [JSC] Move WeakValueRef class to its own file and use it from Objc and GLib https://bugs.webkit.org/show_bug.cgi?id=184073 Reviewed by

[webkit-changes] [230024] trunk

2018-03-28 Thread carlosgc
Title: [230024] trunk Revision 230024 Author carlo...@webkit.org Date 2018-03-27 23:21:57 -0700 (Tue, 27 Mar 2018) Log Message [GLIB] Add JSCWeakValue to _javascript_Core GLib API https://bugs.webkit.org/show_bug.cgi?id=184041 Reviewed by Michael Catanzaro. Source/_javascript_Core: