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

2019-09-13 Thread aperez
Title: [249826] trunk/Source/WebCore Revision 249826 Author ape...@igalia.com Date 2019-09-13 00:57:55 -0700 (Fri, 13 Sep 2019) Log Message Factor out duplicated functions from HTTPParsers.cpp and HTTPHeaderField.cpp https://bugs.webkit.org/show_bug.cgi?id=201721 Reviewed by Don Olmstead

[webkit-changes] [249827] trunk/Tools

2019-09-13 Thread pgriffis
Title: [249827] trunk/Tools Revision 249827 Author pgrif...@igalia.com Date 2019-09-13 01:11:10 -0700 (Fri, 13 Sep 2019) Log Message [JHBuild] Fix building gst-plugins-good against glibc 2.30 https://bugs.webkit.org/show_bug.cgi?id=201715 Reviewed by Xabier Rodriguez-Calvar. * gstreamer

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

2019-09-13 Thread pecoraro
Title: [249828] trunk/Source/WebInspectorUI Revision 249828 Author pecor...@apple.com Date 2019-09-13 01:15:58 -0700 (Fri, 13 Sep 2019) Log Message Web Inspector: [Overrides] Command-Z doesn't undo changes after page reload https://bugs.webkit.org/show_bug.cgi?id=201698 Reviewed by Devi

[webkit-changes] [249829] trunk/Source/WebKitLegacy/win

2019-09-13 Thread Hironori . Fujii
Title: [249829] trunk/Source/WebKitLegacy/win Revision 249829 Author hironori.fu...@sony.com Date 2019-09-13 01:20:48 -0700 (Fri, 13 Sep 2019) Log Message [WinCairo][WK1] Accelerated Compositing can't be disabled by using WebPreferences::setAcceleratedCompositingEnabled https://bugs.webki

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

2019-09-13 Thread ysuzuki
Title: [249830] trunk/Source/_javascript_Core Revision 249830 Author ysuz...@apple.com Date 2019-09-13 02:20:26 -0700 (Fri, 13 Sep 2019) Log Message [JSC] X86Registers.h callee-save register definition is wrong https://bugs.webkit.org/show_bug.cgi?id=201756 Reviewed by Mark Lam. I think

[webkit-changes] [249832] trunk/Source

2019-09-13 Thread youenn
Title: [249832] trunk/Source Revision 249832 Author you...@apple.com Date 2019-09-13 05:32:49 -0700 (Fri, 13 Sep 2019) Log Message Use WebProcess processIdentifier to identify Service Worker connections https://bugs.webkit.org/show_bug.cgi?id=201459 Reviewed by Chris Dumez. Source/WebCo

[webkit-changes] [249833] trunk/LayoutTests

2019-09-13 Thread cdumez
Title: [249833] trunk/LayoutTests Revision 249833 Author cdu...@apple.com Date 2019-09-13 07:42:14 -0700 (Fri, 13 Sep 2019) Log Message Stop using testRunner.setPrivateBrowsingEnabled_DEPRECATED() in http/tests/security/appcache-in-private-browsing.html https://bugs.webkit.org/show_bug.cg

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

2019-09-13 Thread zalan
Title: [249834] trunk/Source/WebCore Revision 249834 Author za...@apple.com Date 2019-09-13 08:42:28 -0700 (Fri, 13 Sep 2019) Log Message [LFC] FormattingContext::displayBoxForLayoutBox should be split into 2 functions https://bugs.webkit.org/show_bug.cgi?id=201754 Reviewed by Antti Koi

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

2019-09-13 Thread achristensen
Title: [249835] trunk/Source/WebKit Revision 249835 Author achristen...@apple.com Date 2019-09-13 09:03:17 -0700 (Fri, 13 Sep 2019) Log Message AuxiliaryProcessProxy::sendWithAsyncReply should queue up messages if sent while the process is starting like it does messages without replies ht

[webkit-changes] [249836] trunk/Tools

2019-09-13 Thread commit-queue
Title: [249836] trunk/Tools Revision 249836 Author commit-qu...@webkit.org Date 2019-09-13 09:13:30 -0700 (Fri, 13 Sep 2019) Log Message [iOS] TestWebKitAPI.WebKit.TLSVersionWebSocket is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=201745 Patch by Alex Christensen on 2019-09-

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

2019-09-13 Thread zalan
Title: [249837] trunk/Source/WebCore Revision 249837 Author za...@apple.com Date 2019-09-13 09:40:40 -0700 (Fri, 13 Sep 2019) Log Message [LFC] Rename FormattingContext::layout to layoutInFlowContent() https://bugs.webkit.org/show_bug.cgi?id=201763 Reviewed by Antti Koivisto. Formattin

[webkit-changes] [249838] trunk

2019-09-13 Thread russell_e
Title: [249838] trunk Revision 249838 Author russel...@apple.com Date 2019-09-13 09:53:19 -0700 (Fri, 13 Sep 2019) Log Message Unreviewed, rolling out r249709. Layout test added in this patch has been consistently failing since it landed. Reverted changeset: "Option + arrow moves caret

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

2019-09-13 Thread bfulgham
Title: [249839] trunk/Source/WebCore Revision 249839 Author bfulg...@apple.com Date 2019-09-13 10:14:24 -0700 (Fri, 13 Sep 2019) Log Message [FTW] ImageBuffer/ImageBufferData is highly inefficient https://bugs.webkit.org/show_bug.cgi?id=201594 Reviewed by Said Abou-Hallawa. My initial i

[webkit-changes] [249840] trunk/LayoutTests/platform/ios/TestExpectations

2019-09-13 Thread ryanhaddad
Title: [249840] trunk/LayoutTests/platform/ios/TestExpectations Revision 249840 Author ryanhad...@apple.com Date 2019-09-13 10:30:32 -0700 (Fri, 13 Sep 2019) Log Message Unreviewd test gardening after r249817. * platform/ios/TestExpectations: Remove failure expectation that was overridin

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

2019-09-13 Thread mark . lam
Title: [249841] trunk/Source/_javascript_Core Revision 249841 Author mark@apple.com Date 2019-09-13 10:54:02 -0700 (Fri, 13 Sep 2019) Log Message We should assert $vm is enabled on entry and exit in its functions. https://bugs.webkit.org/show_bug.cgi?id=201762 Rubber-stamped by Mich

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

2019-09-13 Thread ysuzuki
Title: [249842] trunk/Source/_javascript_Core Revision 249842 Author ysuz...@apple.com Date 2019-09-13 11:01:14 -0700 (Fri, 13 Sep 2019) Log Message [JSC] Micro-optimize YarrJIT's surrogate pair handling https://bugs.webkit.org/show_bug.cgi?id=201750 Reviewed by Michael Saboff. Optimize

[webkit-changes] [249843] trunk

2019-09-13 Thread commit-queue
Title: [249843] trunk Revision 249843 Author commit-qu...@webkit.org Date 2019-09-13 11:21:14 -0700 (Fri, 13 Sep 2019) Log Message SMIL animations of SVG element have no effect https://bugs.webkit.org/show_bug.cgi?id=94469 Patch by Nikolas Zimmermann on 2019-09-13 Reviewed by Said Abou

[webkit-changes] [249844] trunk/LayoutTests

2019-09-13 Thread russell_e
Title: [249844] trunk/LayoutTests Revision 249844 Author russel...@apple.com Date 2019-09-13 11:46:32 -0700 (Fri, 13 Sep 2019) Log Message Layout Test http/tests/appcache/remove-cache.html is a flaky failure. https://bugs.webkit.org/show_bug.cgi?id=199124 Unreviewed Test Gardening.. * p

[webkit-changes] [249845] trunk

2019-09-13 Thread ajuma
Title: [249845] trunk Revision 249845 Author aj...@chromium.org Date 2019-09-13 11:46:56 -0700 (Fri, 13 Sep 2019) Log Message IntersectionObserverEntry#intersectionRatio can be larger than 1 https://bugs.webkit.org/show_bug.cgi?id=200776 Reviewed by Simon Fraser. Source/WebCore: When c

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

2019-09-13 Thread joepeck
Title: [249846] trunk/Source/WebInspectorUI Revision 249846 Author joep...@webkit.org Date 2019-09-13 11:58:30 -0700 (Fri, 13 Sep 2019) Log Message Uncaught Exception: null is not an object (evaluating 'Object.keys(propertyNames)​')​ (at _javascript_RuntimeCompletionProvider.js:​244:​57)​

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

2019-09-13 Thread pecoraro
Title: [249847] trunk/Source/WebInspectorUI Revision 249847 Author pecor...@apple.com Date 2019-09-13 12:02:59 -0700 (Fri, 13 Sep 2019) Log Message REGRESSION: Web Inspector: Layout Timeline View does not show popover for initiator data https://bugs.webkit.org/show_bug.cgi?id=201732 Rev

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

2019-09-13 Thread joepeck
Title: [249848] trunk/Source/WebInspectorUI Revision 249848 Author joep...@webkit.org Date 2019-09-13 12:08:49 -0700 (Fri, 13 Sep 2019) Log Message Web Inspector: Tighter autocomplete bubbles https://bugs.webkit.org/show_bug.cgi?id=201742 Reviewed by Timothy Hatcher. * UserInterface/Vie

[webkit-changes] [249850] trunk/LayoutTests/imported/w3c

2019-09-13 Thread cdumez
Title: [249850] trunk/LayoutTests/imported/w3c Revision 249850 Author cdu...@apple.com Date 2019-09-13 12:17:21 -0700 (Fri, 13 Sep 2019) Log Message Layout Test imported/w3c/web-platform-tests/service-workers/service-worker/getregistrations.https.html is flaky https://bugs.webkit.org/show

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

2019-09-13 Thread zalan
Title: [249849] trunk/Source/WebCore Revision 249849 Author za...@apple.com Date 2019-09-13 12:15:48 -0700 (Fri, 13 Sep 2019) Log Message [LFC] Do not create FormattingContext unless the root has child boxes. https://bugs.webkit.org/show_bug.cgi?id=201766 Reviewed by Antti Koivisto. Ju

[webkit-changes] [249851] trunk/Tools

2019-09-13 Thread zimmermann
Title: [249851] trunk/Tools Revision 249851 Author zimmerm...@webkit.org Date 2019-09-13 12:46:57 -0700 (Fri, 13 Sep 2019) Log Message Re-add myself to the list of committers Unreviewed. * Scripts/webkitpy/common/config/contributors.json: Modified Paths trunk/Tools/ChangeLog trunk/Too

[webkit-changes] [249852] trunk/LayoutTests/ChangeLog

2019-09-13 Thread annulen
Title: [249852] trunk/LayoutTests/ChangeLog Revision 249852 Author annu...@yandex.ru Date 2019-09-13 12:48:01 -0700 (Fri, 13 Sep 2019) Log Message Unreviewed, fix ChangeLog entry for r249730 Modified Paths trunk/LayoutTests/ChangeLog Diff Modified: trunk/LayoutTests/ChangeLog (2498

[webkit-changes] [249853] trunk

2019-09-13 Thread youenn
Title: [249853] trunk Revision 249853 Author you...@apple.com Date 2019-09-13 13:36:07 -0700 (Fri, 13 Sep 2019) Log Message Partition processes running service workers by session ID https://bugs.webkit.org/show_bug.cgi?id=201643 Reviewed by Chris Dumez. Source/WebCore: Move the creatio

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

2019-09-13 Thread cdumez
Title: [249854] trunk/Source/WebCore Revision 249854 Author cdu...@apple.com Date 2019-09-13 13:59:50 -0700 (Fri, 13 Sep 2019) Log Message Crash under WebCore::firstPositionInNode() https://bugs.webkit.org/show_bug.cgi?id=201764 Reviewed by Wenson Hsieh and Geoff Garen. Make sure to ke

[webkit-changes] [249855] trunk

2019-09-13 Thread dino
Title: [249855] trunk Revision 249855 Author d...@apple.com Date 2019-09-13 14:43:18 -0700 (Fri, 13 Sep 2019) Log Message Provide a prototype for AR QuickLook to trigger processing in the originating page https://bugs.webkit.org/show_bug.cgi?id=201371 Reviewed by Simon Fraser. Source/W

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

2019-09-13 Thread mark . lam
Title: [249856] trunk/Source/bmalloc Revision 249856 Author mark@apple.com Date 2019-09-13 15:06:51 -0700 (Fri, 13 Sep 2019) Log Message We should never fail to allocate VA for the Gigacage. https://bugs.webkit.org/show_bug.cgi?id=201774 Reviewed by Yusuke Suzuki. Unfortunately, th

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

2019-09-13 Thread mark . lam
Title: [249857] trunk/Source/_javascript_Core Revision 249857 Author mark@apple.com Date 2019-09-13 16:18:51 -0700 (Fri, 13 Sep 2019) Log Message performJITMemcpy() should do its !Gigacage assertion on exit. https://bugs.webkit.org/show_bug.cgi?id=201780 Reviewed by Robin Morisset.

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

2019-09-13 Thread mark . lam
Title: [249858] trunk/Source/_javascript_Core Revision 249858 Author mark@apple.com Date 2019-09-13 16:45:16 -0700 (Fri, 13 Sep 2019) Log Message performJITMemcpy() should do its !Gigacage assertion on exit. https://bugs.webkit.org/show_bug.cgi?id=201780 Reviewed by Robin Morisset.

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

2019-09-13 Thread jbedard
Title: [249859] trunk/Source/WTF Revision 249859 Author jbed...@apple.com Date 2019-09-13 17:00:44 -0700 (Fri, 13 Sep 2019) Log Message iOS 13: Some SPI targets 13.1 https://bugs.webkit.org/show_bug.cgi?id=201777 Reviewed by Alexey Proskuryakov. * wtf/Platform.h: Modified Paths trunk/

[webkit-changes] [249860] trunk/LayoutTests

2019-09-13 Thread russell_e
Title: [249860] trunk/LayoutTests Revision 249860 Author russel...@apple.com Date 2019-09-13 17:12:51 -0700 (Fri, 13 Sep 2019) Log Message Layout Test webgl/2.0.0/conformance/glsl/misc/shaders-with-invariance.html is failing on iOS. https://bugs.webkit.org/show_bug.cgi?id=201784 Unreview

[webkit-changes] [249861] trunk

2019-09-13 Thread commit-queue
Title: [249861] trunk Revision 249861 Author commit-qu...@webkit.org Date 2019-09-13 17:24:23 -0700 (Fri, 13 Sep 2019) Log Message Date.prototype.toJSON does not execute steps 1-2 https://bugs.webkit.org/show_bug.cgi?id=105282 Patch by Alexey Shvayka on 2019-09-13 Reviewed by Ross Kirsl

[webkit-changes] [249862] trunk/Tools

2019-09-13 Thread dino
Title: [249862] trunk/Tools Revision 249862 Author d...@apple.com Date 2019-09-13 17:35:57 -0700 (Fri, 13 Sep 2019) Log Message Provide a prototype for AR QuickLook to trigger processing in the originating page https://bugs.webkit.org/show_bug.cgi?id=201371 Disable the test for the mome

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

2019-09-13 Thread joepeck
Title: [249863] trunk/Source/WebInspectorUI Revision 249863 Author joep...@webkit.org Date 2019-09-13 17:50:27 -0700 (Fri, 13 Sep 2019) Log Message Web Inspector: Improve auto completion typing performance by avoiding global forced layouts https://bugs.webkit.org/show_bug.cgi?id=201735 R

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

2019-09-13 Thread ysuzuki
Title: [249864] trunk/Source/_javascript_Core Revision 249864 Author ysuz...@apple.com Date 2019-09-13 18:12:15 -0700 (Fri, 13 Sep 2019) Log Message Unreviewed, follow-up fix after r249842 https://bugs.webkit.org/show_bug.cgi?id=201750 Michael reviewed this offline. When performing nearC

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

2019-09-13 Thread mark . lam
Title: [249865] trunk/Source/_javascript_Core Revision 249865 Author mark@apple.com Date 2019-09-13 18:52:16 -0700 (Fri, 13 Sep 2019) Log Message watchOS requires PageSize alignment of 16K for JSC::Config. https://bugs.webkit.org/show_bug.cgi?id=201786 Reviewed by Yusuke Suzuki. *

[webkit-changes] [249866] trunk

2019-09-13 Thread joepeck
Title: [249866] trunk Revision 249866 Author joep...@webkit.org Date 2019-09-13 18:57:35 -0700 (Fri, 13 Sep 2019) Log Message Web Inspector: HTML Formatting: Handle infinite loop for incomplete script data https://bugs.webkit.org/show_bug.cgi?id=201769 Reviewed by Devin Rousso. Source/W

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

2019-09-13 Thread mark . lam
Title: [249868] trunk/Source/_javascript_Core Revision 249868 Author mark@apple.com Date 2019-09-13 19:22:49 -0700 (Fri, 13 Sep 2019) Log Message jsc -d stopped working. https://bugs.webkit.org/show_bug.cgi?id=201787 Reviewed by Joseph Pecoraro. The reason is because, in this case,

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

2019-09-13 Thread youenn
Title: [249869] trunk/Source/WebKit Revision 249869 Author you...@apple.com Date 2019-09-13 22:14:13 -0700 (Fri, 13 Sep 2019) Log Message [MacOS/iOS] imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/cache-abort.https.html is sometimes crashing in Debug https://b

[webkit-changes] [249870] trunk

2019-09-13 Thread youenn
Title: [249870] trunk Revision 249870 Author you...@apple.com Date 2019-09-13 23:23:43 -0700 (Fri, 13 Sep 2019) Log Message WPT importer should check META global tag in .any.js files to generate the valid .html stub files https://bugs.webkit.org/show_bug.cgi?id=201718 Reviewed by Chris D