[webkit-changes] [229883] trunk/Source

2018-03-22 Thread timothy_horton
Title: [229883] trunk/Source Revision 229883 Author timothy_hor...@apple.com Date 2018-03-22 23:53:26 -0700 (Thu, 22 Mar 2018) Log Message Adopt WK_ALTERNATE_FRAMEWORKS_DIR in WebCore https://bugs.webkit.org/show_bug.cgi?id=183930 Reviewed by Dan Bernstein. Source/_javascript_Core: *

[webkit-changes] [229882] trunk/Source

2018-03-22 Thread jmarcell
Title: [229882] trunk/Source Revision 229882 Author jmarc...@apple.com Date 2018-03-22 22:33:55 -0700 (Thu, 22 Mar 2018) Log Message Versioning. Modified Paths trunk/Source/_javascript_Core/Configurations/Version.xcconfig trunk/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig

[webkit-changes] [229881] trunk/Source

2018-03-22 Thread commit-queue
Title: [229881] trunk/Source Revision 229881 Author commit-qu...@webkit.org Date 2018-03-22 22:11:45 -0700 (Thu, 22 Mar 2018) Log Message Unreviewed, rolling out r229876. https://bugs.webkit.org/show_bug.cgi?id=183929 Some webrtc tests are timing out on iOS simulator (Requested by youenn

[webkit-changes] [229880] trunk

2018-03-22 Thread megan_gardner
Title: [229880] trunk Revision 229880 Author megan_gard...@apple.com Date 2018-03-22 21:04:57 -0700 (Thu, 22 Mar 2018) Log Message Expose more system colors via CSS https://bugs.webkit.org/show_bug.cgi?id=183764 Reviewed by Tim Horton. Test: fast/css/apple-system-control-colors.html E

[webkit-changes] [229879] trunk

2018-03-22 Thread n_wang
Title: [229879] trunk Revision 229879 Author n_w...@apple.com Date 2018-03-22 18:41:44 -0700 (Thu, 22 Mar 2018) Log Message AX: Web table row count is incorrect when role row is added to in DOM https://bugs.webkit.org/show_bug.cgi?id=183922 Reviewed by Chris Fleizach. Source/WebCore:

[webkit-changes] [229878] trunk/Source

2018-03-22 Thread cdumez
Title: [229878] trunk/Source Revision 229878 Author cdu...@apple.com Date 2018-03-22 18:37:15 -0700 (Thu, 22 Mar 2018) Log Message Include security origin in the service worker process name https://bugs.webkit.org/show_bug.cgi?id=183913 Reviewed by Youenn Fablet. Source/WebCore: Update

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

2018-03-22 Thread mcatanzaro
Title: [229877] trunk/Source/WebKit Revision 229877 Author mcatanz...@igalia.com Date 2018-03-22 18:19:25 -0700 (Thu, 22 Mar 2018) Log Message Unreviewed, silence unused variable warning Patch by Michael Catanzaro on 2018-03-22 * UIProcess/WebPageProxy.cpp: (WebKit::WebPageProxy::decid

[webkit-changes] [229876] trunk/Source

2018-03-22 Thread youenn
Title: [229876] trunk/Source Revision 229876 Author you...@apple.com Date 2018-03-22 18:18:31 -0700 (Thu, 22 Mar 2018) Log Message Use libwebrtc ObjectiveC H264 encoder and decoder https://bugs.webkit.org/show_bug.cgi?id=183912 Reviewed by Eric Carlson. Source/ThirdParty/libwebrtc: Add

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

2018-03-22 Thread mitz
Title: [229875] trunk/Source/WebKit Revision 229875 Author m...@apple.com Date 2018-03-22 18:15:24 -0700 (Thu, 22 Mar 2018) Log Message WKWebView doesn’t expose its spellCheckerDocumentTag https://bugs.webkit.org/show_bug.cgi?id=183797 Reviewed by Tim Horton. * UIProcess/API/Cocoa/WKWe

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

2018-03-22 Thread nvasilyev
Title: [229874] trunk/Source/WebInspectorUI Revision 229874 Author nvasil...@apple.com Date 2018-03-22 18:00:43 -0700 (Thu, 22 Mar 2018) Log Message Uncaught Exception: TypeError: this._textEditor.toggleUnexecutedCodeHighlights().then is not a function https://bugs.webkit.org/show_bug.cgi

[webkit-changes] [229873] branches/safari-605-branch/Tools/DumpRenderTree/mac/ DumpRenderTreeDraggingInfo.mm

2018-03-22 Thread ryanhaddad
Title: [229873] branches/safari-605-branch/Tools/DumpRenderTree/mac/DumpRenderTreeDraggingInfo.mm Revision 229873 Author ryanhad...@apple.com Date 2018-03-22 17:18:49 -0700 (Thu, 22 Mar 2018) Log Message Apply patch. rdar://problem/38758039 Modified Paths branches/safari-605-branch/Tool

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

2018-03-22 Thread cdumez
Title: [229872] trunk/Source/WebKit Revision 229872 Author cdu...@apple.com Date 2018-03-22 17:00:55 -0700 (Thu, 22 Mar 2018) Log Message Use the same SWServer for all ephemeral sessions https://bugs.webkit.org/show_bug.cgi?id=183921 Reviewed by Youenn Fablet. Use the same SWServer for

[webkit-changes] [229871] branches/safari-605-branch/Source

2018-03-22 Thread jmarcell
Title: [229871] branches/safari-605-branch/Source Revision 229871 Author jmarc...@apple.com Date 2018-03-22 16:12:01 -0700 (Thu, 22 Mar 2018) Log Message Versioning. Modified Paths branches/safari-605-branch/Source/_javascript_Core/Configurations/Version.xcconfig branches/safari-605-bra

[webkit-changes] [229870] trunk/Source

2018-03-22 Thread mcatanzaro
Title: [229870] trunk/Source Revision 229870 Author mcatanz...@igalia.com Date 2018-03-22 15:18:08 -0700 (Thu, 22 Mar 2018) Log Message Unreviewed, fix format string warnings in service worker code On Linux x86_64, uint64_t is unsigned long, not unsigned long long. Source/WebCore: * wo

[webkit-changes] [229869] trunk

2018-03-22 Thread dbates
Title: [229869] trunk Revision 229869 Author dba...@webkit.org Date 2018-03-22 15:10:38 -0700 (Thu, 22 Mar 2018) Log Message Expose SchemeRegistry::registerAsCanDisplayOnlyIfCanRequest() as WebKit SPI https://bugs.webkit.org/show_bug.cgi?id=183907 Reviewed by Alex Christensen. Source/W

[webkit-changes] [229868] trunk

2018-03-22 Thread dbates
Title: [229868] trunk Revision 229868 Author dba...@webkit.org Date 2018-03-22 15:02:58 -0700 (Thu, 22 Mar 2018) Log Message CSS mask images should be retrieved using potentially CORS-enabled fetch https://bugs.webkit.org/show_bug.cgi?id=179983 Reviewed by Brent Fulgham. Source/WebCore

[webkit-changes] [229867] trunk

2018-03-22 Thread zalan
Title: [229867] trunk Revision 229867 Author za...@apple.com Date 2018-03-22 14:59:41 -0700 (Thu, 22 Mar 2018) Log Message [Simple line layout] Text with letter spacing is not positioned properly. https://bugs.webkit.org/show_bug.cgi?id=183079 Reviewed by Antti Koivisto. Source/WebCore

[webkit-changes] [229866] trunk

2018-03-22 Thread aperez
Title: [229866] trunk Revision 229866 Author ape...@igalia.com Date 2018-03-22 14:56:18 -0700 (Thu, 22 Mar 2018) Log Message [WPE] Enable WOFF2 support https://bugs.webkit.org/show_bug.cgi?id=178158 Reviewed by Frédéric Wang. .: * Source/cmake/OptionsWPE.cmake: Add needed logic to dete

[webkit-changes] [229865] trunk/Tools

2018-03-22 Thread commit-queue
Title: [229865] trunk/Tools Revision 229865 Author commit-qu...@webkit.org Date 2018-03-22 14:52:51 -0700 (Thu, 22 Mar 2018) Log Message Do not export web-platform-test files generated by the wpt importer to assist the webkit test runner https://bugs.webkit.org/show_bug.cgi?id=183916 Pat

[webkit-changes] [229864] trunk

2018-03-22 Thread graouts
Title: [229864] trunk Revision 229864 Author grao...@webkit.org Date 2018-03-22 14:33:53 -0700 (Thu, 22 Mar 2018) Log Message [Web Animations] Make imported/mozilla/css-animations/test_event-dispatch.html pass reliably https://bugs.webkit.org/show_bug.cgi?id=183845 Reviewed by Dean Jacks

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

2018-03-22 Thread mark . lam
Title: [229863] trunk/Source/_javascript_Core Revision 229863 Author mark@apple.com Date 2018-03-22 14:24:15 -0700 (Thu, 22 Mar 2018) Log Message Add placeholder call and jump MacroAssembler emitters that take PtrTag in a register. https://bugs.webkit.org/show_bug.cgi?id=183914 Revi

[webkit-changes] [229862] trunk/LayoutTests

2018-03-22 Thread ross . kirsling
Title: [229862] trunk/LayoutTests Revision 229862 Author ross.kirsl...@sony.com Date 2018-03-22 14:17:47 -0700 (Thu, 22 Mar 2018) Log Message Unreviewed gardening. Update WinCairo TestExpectations and drop the unnecessary suffix. * platform/wincairo-win10/TestExpectations: Removed. * pla

[webkit-changes] [229861] tags/Safari-605.2.1/

2018-03-22 Thread jmarcell
Title: [229861] tags/Safari-605.2.1/ Revision 229861 Author jmarc...@apple.com Date 2018-03-22 14:10:19 -0700 (Thu, 22 Mar 2018) Log Message Tag Safari-605.2.1. Added Paths tags/Safari-605.2.1/ Diff ___ webkit-changes mailing list webk

[webkit-changes] [229860] trunk

2018-03-22 Thread timothy_horton
Title: [229860] trunk Revision 229860 Author timothy_hor...@apple.com Date 2018-03-22 13:54:06 -0700 (Thu, 22 Mar 2018) Log Message Improve readability of WebCore's OTHER_LDFLAGS https://bugs.webkit.org/show_bug.cgi?id=183909 Reviewed by Dan Bernstein. * .../Configurations/Base.xcconfi

[webkit-changes] [229859] branches/safari-605-branch

2018-03-22 Thread jmarcell
Title: [229859] branches/safari-605-branch Revision 229859 Author jmarc...@apple.com Date 2018-03-22 12:17:54 -0700 (Thu, 22 Mar 2018) Log Message Apply patch. rdar://problem/38758039 Modified Paths branches/safari-605-branch/LayoutTests/platform/mac-wk1/TestExpectations branches/safari

[webkit-changes] [229858] trunk/Source

2018-03-22 Thread timothy_horton
Title: [229858] trunk/Source Revision 229858 Author timothy_hor...@apple.com Date 2018-03-22 11:37:17 -0700 (Thu, 22 Mar 2018) Log Message Adopt USE(OPENGL[_ES]) in more places https://bugs.webkit.org/show_bug.cgi?id=183882 Reviewed by Dan Bernstein. Source/WebCore: * platform/graphic

[webkit-changes] [229857] trunk/Source

2018-03-22 Thread zandobersek
Title: [229857] trunk/Source Revision 229857 Author zandober...@gmail.com Date 2018-03-22 11:07:05 -0700 (Thu, 22 Mar 2018) Log Message [TexMap] Make TextureMapperContextAttributes thread-specific https://bugs.webkit.org/show_bug.cgi?id=183895 Reviewed by Carlos Garcia Campos. Source/We

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

2018-03-22 Thread commit-queue
Title: [229856] trunk/Source/_javascript_Core Revision 229856 Author commit-qu...@webkit.org Date 2018-03-22 11:03:36 -0700 (Thu, 22 Mar 2018) Log Message [ARM] Thumb: Do not decorate bottom bit twice https://bugs.webkit.org/show_bug.cgi?id=183906 Patch by Dominik Infuehr on 2018-03-22

[webkit-changes] [229855] trunk

2018-03-22 Thread utatane . tea
Title: [229855] trunk Revision 229855 Author utatane@gmail.com Date 2018-03-22 10:07:26 -0700 (Thu, 22 Mar 2018) Log Message [JSC] Clear MustGenerate for ToString(Number) converted from NumberToStringWithRadix https://bugs.webkit.org/show_bug.cgi?id=183559 Reviewed by Mark Lam. JSTe

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

2018-03-22 Thread utatane . tea
Title: [229854] trunk/Source/_javascript_Core Revision 229854 Author utatane@gmail.com Date 2018-03-22 08:58:59 -0700 (Thu, 22 Mar 2018) Log Message [JSC] List up all candidates in DFGCapabilities and FTLCapabilities https://bugs.webkit.org/show_bug.cgi?id=183897 Reviewed by Mark Lam

[webkit-changes] [229853] trunk/LayoutTests

2018-03-22 Thread zalan
Title: [229853] trunk/LayoutTests Revision 229853 Author za...@apple.com Date 2018-03-22 08:46:36 -0700 (Thu, 22 Mar 2018) Log Message Unreviewed gardening. Unskipping imported/blink/svg/css/path-layout-crash.html (should have been unskipped with r229782). * TestExpectations: Modified

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

2018-03-22 Thread utatane . tea
Title: [229852] trunk/Source/_javascript_Core Revision 229852 Author utatane@gmail.com Date 2018-03-22 08:40:57 -0700 (Thu, 22 Mar 2018) Log Message [JSC] Drop op_put_by_index https://bugs.webkit.org/show_bug.cgi?id=183899 Reviewed by Mark Lam. This patch drops op_put_by_index. 1.

[webkit-changes] [229850] trunk

2018-03-22 Thread msaboff
Title: [229850] trunk Revision 229850 Author msab...@apple.com Date 2018-03-22 08:12:44 -0700 (Thu, 22 Mar 2018) Log Message Race Condition in arrayProtoFuncReverse() causes wrong results or crash https://bugs.webkit.org/show_bug.cgi?id=183901 Reviewed by Keith Miller. JSTests: New tes

[webkit-changes] [229849] trunk

2018-03-22 Thread zalan
Title: [229849] trunk Revision 229849 Author za...@apple.com Date 2018-03-22 07:54:12 -0700 (Thu, 22 Mar 2018) Log Message SVG root is skipped while marking percentage height descendants dirty. https://bugs.webkit.org/show_bug.cgi?id=183877 Reviewed by Antti Koivisto. Source/WebCore: C

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

2018-03-22 Thread aperez
Title: [229848] trunk/Source/WebCore Revision 229848 Author ape...@igalia.com Date 2018-03-22 06:48:34 -0700 (Thu, 22 Mar 2018) Log Message [WPE][GTK] Build failure when ENABLE_VIDEO, ENABLE_WEB_AUDIO and ENABLE_XSLT are disabled https://bugs.webkit.org/show_bug.cgi?id=183896 Reviewed by