[webkit-changes] [222605] trunk

2017-09-27 Thread commit-queue
Title: [222605] trunk Revision 222605 Author commit-qu...@webkit.org Date 2017-09-27 23:57:08 -0700 (Wed, 27 Sep 2017) Log Message [REGRESSION] word-spacing property is incorrectly applied https://bugs.webkit.org/show_bug.cgi?id=142086 Patch by Fujii Hironori on 2017-09-27 Reviewed by

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

2017-09-27 Thread zandobersek
Title: [222604] trunk/Source/WebCore Revision 222604 Author zandober...@gmail.com Date 2017-09-27 23:18:21 -0700 (Wed, 27 Sep 2017) Log Message [Cairo] Remove unnecessary cairo.h includes https://bugs.webkit.org/show_bug.cgi?id=177540 Reviewed by Carlos Garcia Campos. Drop unnecessary i

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

2017-09-27 Thread zandobersek
Title: [222603] trunk/Source/WebCore Revision 222603 Author zandober...@gmail.com Date 2017-09-27 23:16:52 -0700 (Wed, 27 Sep 2017) Log Message [Cairo] Drop cairo_matrix_t conversion operators for AffineTransform, TransformationMatrix https://bugs.webkit.org/show_bug.cgi?id=177539 Review

[webkit-changes] [222602] trunk

2017-09-27 Thread achristensen
Title: [222602] trunk Revision 222602 Author achristen...@apple.com Date 2017-09-27 22:43:39 -0700 (Wed, 27 Sep 2017) Log Message Add WKContentRuleList notify action type https://bugs.webkit.org/show_bug.cgi?id=177013 Reviewed by Darin Adler. Source/WebCore: Covered by new API tests.

[webkit-changes] [222601] trunk

2017-09-27 Thread msaboff
Title: [222601] trunk Revision 222601 Author msab...@apple.com Date 2017-09-27 22:15:50 -0700 (Wed, 27 Sep 2017) Log Message REGRESSION(210837): RegExp containing failed non-zero minimum greedy groups incorrectly match https://bugs.webkit.org/show_bug.cgi?id=177570 Reviewed by Filip Pizl

[webkit-changes] [222600] trunk

2017-09-27 Thread msaboff
Title: [222600] trunk Revision 222600 Author msab...@apple.com Date 2017-09-27 21:48:51 -0700 (Wed, 27 Sep 2017) Log Message Heap out of bounds read in JSC::Yarr::Parser::peek() https://bugs.webkit.org/show_bug.cgi?id=177423 Reviewed by Mark Lam. JSTests: Updated regression test. * st

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

2017-09-27 Thread commit-queue
Title: [222599] trunk/Source/WebInspectorUI Revision 222599 Author commit-qu...@webkit.org Date 2017-09-27 21:20:05 -0700 (Wed, 27 Sep 2017) Log Message Uncaught Exception: Attempted to assign to readonly property (at ContentView.js:​206:​34)​ https://bugs.webkit.org/show_bug.cgi?id=17758

[webkit-changes] [222598] trunk

2017-09-27 Thread mark . lam
Title: [222598] trunk Revision 222598 Author mark@apple.com Date 2017-09-27 21:19:13 -0700 (Wed, 27 Sep 2017) Log Message JSArray::canFastCopy() should fail if the source and destination arrays are the same. https://bugs.webkit.org/show_bug.cgi?id=177584 Reviewed by Saam Barati. JS

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

2017-09-27 Thread wenson_hsieh
Title: [222597] trunk/Source/WebCore Revision 222597 Author wenson_hs...@apple.com Date 2017-09-27 20:58:19 -0700 (Wed, 27 Sep 2017) Log Message Unreviewed, fix the internal build after r222596 and r222595. Guarding code in PlatformPasteboardIOS.mm TARGET_OS_IPHONE did not have the inten

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

2017-09-27 Thread wenson_hsieh
Title: [222596] trunk/Source/WebCore Revision 222596 Author wenson_hs...@apple.com Date 2017-09-27 20:18:50 -0700 (Wed, 27 Sep 2017) Log Message Unreviewed, fix the internal build after r222595. Add missing iOS compiler guards. * platform/ios/PlatformPasteboardIOS.mm: (WebCore::Platform

[webkit-changes] [222594] trunk

2017-09-27 Thread zalan
Title: [222594] trunk Revision 222594 Author za...@apple.com Date 2017-09-27 18:38:18 -0700 (Wed, 27 Sep 2017) Log Message Deferred image size change makes image-load-on-delay.html flaky. https://bugs.webkit.org/show_bug.cgi?id=177520 Reviewed by Dean Jackson. Source/WebCore: Only def

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

2017-09-27 Thread pvollan
Title: [222593] trunk/Source/WTF Revision 222593 Author pvol...@apple.com Date 2017-09-27 18:29:14 -0700 (Wed, 27 Sep 2017) Log Message [Win64] Compile error, 'BasePtrs' is undefined. https://bugs.webkit.org/show_bug.cgi?id=177565 Reviewed by Mark Lam. Copy definition of 'BasePtrs' from

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

2017-09-27 Thread timothy_horton
Title: [222592] trunk/Source/WebCore Revision 222592 Author timothy_hor...@apple.com Date 2017-09-27 17:50:49 -0700 (Wed, 27 Sep 2017) Log Message Try to fix the Mac CMake build * PlatformMac.cmake: * pal/PlatformMac.cmake: Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/Web

[webkit-changes] [222591] branches/safari-604-branch

2017-09-27 Thread jmarcell
Title: [222591] branches/safari-604-branch Revision 222591 Author jmarc...@apple.com Date 2017-09-27 17:46:37 -0700 (Wed, 27 Sep 2017) Log Message Cherry-pick r222576. rdar://problem/34553953 Modified Paths branches/safari-604-branch/LayoutTests/ChangeLog branches/safari-604-branch/Sour

[webkit-changes] [222590] trunk

2017-09-27 Thread sbarati
Title: [222590] trunk Revision 222590 Author sbar...@apple.com Date 2017-09-27 17:44:28 -0700 (Wed, 27 Sep 2017) Log Message Propagate hasBeenFlattenedBefore in Structure's transition constructor and fix our for-in caching to fail when the prototype chain has an object with a dictionary s

[webkit-changes] [222589] branches/safari-604-branch/Source

2017-09-27 Thread jmarcell
Title: [222589] branches/safari-604-branch/Source Revision 222589 Author jmarc...@apple.com Date 2017-09-27 17:27:09 -0700 (Wed, 27 Sep 2017) Log Message Versioning. Modified Paths branches/safari-604-branch/Source/_javascript_Core/Configurations/Version.xcconfig branches/safari-604-bra

[webkit-changes] [222588] trunk

2017-09-27 Thread mmaxfield
Title: [222588] trunk Revision 222588 Author mmaxfi...@apple.com Date 2017-09-27 17:25:59 -0700 (Wed, 27 Sep 2017) Log Message Minimum font size may cause elements to have an infinite line-height https://bugs.webkit.org/show_bug.cgi?id=177573 Reviewed by Dan Bernstein. Source/WebCore:

[webkit-changes] [222587] trunk/LayoutTests

2017-09-27 Thread jlewis3
Title: [222587] trunk/LayoutTests Revision 222587 Author jlew...@apple.com Date 2017-09-27 17:07:12 -0700 (Wed, 27 Sep 2017) Log Message Unreviewed, rolling out r222337. This test is failing on iOS. Reverted changeset: "Add long press and drag test" https://bugs.webkit.org/show_bug.cgi

[webkit-changes] [222586] trunk

2017-09-27 Thread mark . lam
Title: [222586] trunk Revision 222586 Author mark@apple.com Date 2017-09-27 16:58:33 -0700 (Wed, 27 Sep 2017) Log Message Yarr::Parser::tryConsumeGroupName() should check for the end of the pattern. https://bugs.webkit.org/show_bug.cgi?id=177423 Reviewed by Keith Miller. JSTests:

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

2017-09-27 Thread mattbaker
Title: [222585] trunk/Source/WebInspectorUI Revision 222585 Author mattba...@apple.com Date 2017-09-27 16:54:41 -0700 (Wed, 27 Sep 2017) Log Message Web Inspector: Missing checks in DebuggerSidebarPanel for DOM debugging support https://bugs.webkit.org/show_bug.cgi?id=177574 Reviewed by

[webkit-changes] [222584] trunk/Source

2017-09-27 Thread achristensen
Title: [222584] trunk/Source Revision 222584 Author achristen...@apple.com Date 2017-09-27 16:50:21 -0700 (Wed, 27 Sep 2017) Log Message Allow modern decoding of std::optional https://bugs.webkit.org/show_bug.cgi?id=177519 Reviewed by Tim Horton. Source/WebCore: * platform/DragItem.h:

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

2017-09-27 Thread commit-queue
Title: [222583] trunk/Source/WebKit Revision 222583 Author commit-qu...@webkit.org Date 2017-09-27 16:25:07 -0700 (Wed, 27 Sep 2017) Log Message Unreviewed, rolling out r222541. https://bugs.webkit.org/show_bug.cgi?id=177580 WebCore isn't ready for the asynchronousness this was going to

[webkit-changes] [222582] trunk/Tools

2017-09-27 Thread lforschler
Title: [222582] trunk/Tools Revision 222582 Author lforsch...@apple.com Date 2017-09-27 16:18:13 -0700 (Wed, 27 Sep 2017) Log Message Add macOS High Sierra and iOS Simulator 11 support to bisect-builds. https://bugs.webkit.org/show_bug.cgi?id=177578 Reviewed by Alexey Proskuryakov. * Sc

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

2017-09-27 Thread utatane . tea
Title: [222581] trunk/Source/_javascript_Core Revision 222581 Author utatane@gmail.com Date 2017-09-27 15:59:49 -0700 (Wed, 27 Sep 2017) Log Message Unreviewed, fix x86 breaking due to exhausted registers https://bugs.webkit.org/show_bug.cgi?id=175823 * dfg/DFGByteCodeParser.cpp: (JS

[webkit-changes] [222580] trunk/LayoutTests

2017-09-27 Thread jlewis3
Title: [222580] trunk/LayoutTests Revision 222580 Author jlew...@apple.com Date 2017-09-27 15:54:26 -0700 (Wed, 27 Sep 2017) Log Message Marked imported/w3c/web-platform-tests/html/browsers/origin/relaxing-the-same-origin-restriction/document_domain_setter_null.tentative.html as flaky. ht

[webkit-changes] [222579] tags/Safari-604.3.3/

2017-09-27 Thread jmarcell
Title: [222579] tags/Safari-604.3.3/ Revision 222579 Author jmarc...@apple.com Date 2017-09-27 15:07:31 -0700 (Wed, 27 Sep 2017) Log Message Tag Safari-604.3.3. Added Paths tags/Safari-604.3.3/ Diff ___ webkit-changes mailing list webk

[webkit-changes] [222578] trunk/Source

2017-09-27 Thread jmarcell
Title: [222578] trunk/Source Revision 222578 Author jmarc...@apple.com Date 2017-09-27 14:57:33 -0700 (Wed, 27 Sep 2017) Log Message Versioning. Modified Paths trunk/Source/_javascript_Core/Configurations/Version.xcconfig trunk/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig

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

2017-09-27 Thread commit-queue
Title: [222577] trunk/Source/WebKit Revision 222577 Author commit-qu...@webkit.org Date 2017-09-27 14:44:20 -0700 (Wed, 27 Sep 2017) Log Message Expose setShouldSuppressFirstResponderChanges() as WKView SPI https://bugs.webkit.org/show_bug.cgi?id=177513 Patch by Tina Liu on 2017-09-27

[webkit-changes] [222576] trunk

2017-09-27 Thread mmaxfield
Title: [222576] trunk Revision 222576 Author mmaxfi...@apple.com Date 2017-09-27 14:02:46 -0700 (Wed, 27 Sep 2017) Log Message "Tag" codepoints require the complex text codepath https://bugs.webkit.org/show_bug.cgi?id=177251 Reviewed by David Hyatt. Source/WebCore: Previously, Tag cod

[webkit-changes] [222574] trunk/Tools

2017-09-27 Thread ryanhaddad
Title: [222574] trunk/Tools Revision 222574 Author ryanhad...@apple.com Date 2017-09-27 13:42:51 -0700 (Wed, 27 Sep 2017) Log Message Update TestResultsServer for High Sierra queues. https://bugs.webkit.org/show_bug.cgi?id=177500 Reviewed by Alexey Proskuryakov. * TestResultServer/stati

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

2017-09-27 Thread mattbaker
Title: [222573] trunk/Source/WebInspectorUI Revision 222573 Author mattba...@apple.com Date 2017-09-27 13:41:03 -0700 (Wed, 27 Sep 2017) Log Message Web Inspector: Create ResourceCollectionContentView and make CollectionContentView easier to extend https://bugs.webkit.org/show_bug.cgi?id=

[webkit-changes] [222572] trunk/LayoutTests

2017-09-27 Thread commit-queue
Title: [222572] trunk/LayoutTests Revision 222572 Author commit-qu...@webkit.org Date 2017-09-27 13:38:14 -0700 (Wed, 27 Sep 2017) Log Message GTK test gardening. https://bugs.webkit.org/show_bug.cgi?id=177545 Patch by Alicia Boya García on 2017-09-27 Reviewed by Michael Catanzaro. * p

[webkit-changes] [222570] trunk/Source

2017-09-27 Thread cdumez
Title: [222570] trunk/Source Revision 222570 Author cdu...@apple.com Date 2017-09-27 13:01:25 -0700 (Wed, 27 Sep 2017) Log Message Have PingLoad take a CompletionHandler https://bugs.webkit.org/show_bug.cgi?id=177549 Reviewed by Youenn Fablet. Have PingLoad take a CompletionHandler inst

[webkit-changes] [222569] trunk/LayoutTests

2017-09-27 Thread jlewis3
Title: [222569] trunk/LayoutTests Revision 222569 Author jlew...@apple.com Date 2017-09-27 12:47:34 -0700 (Wed, 27 Sep 2017) Log Message Marked inspector/canvas/shaderProgram-add-remove-webgl.html as flaky. https://bugs.webkit.org/show_bug.cgi?id=177388 Unreviewed test gardening. * plat

[webkit-changes] [222568] tags/Safari-605.1.8/

2017-09-27 Thread jmarcell
Title: [222568] tags/Safari-605.1.8/ Revision 222568 Author jmarc...@apple.com Date 2017-09-27 12:38:53 -0700 (Wed, 27 Sep 2017) Log Message Tag Safari-605.1.8. Added Paths tags/Safari-605.1.8/ Diff ___ webkit-changes mailing list webk

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

2017-09-27 Thread commit-queue
Title: [222566] trunk/Source/WebInspectorUI Revision 222566 Author commit-qu...@webkit.org Date 2017-09-27 11:58:02 -0700 (Wed, 27 Sep 2017) Log Message Web Inspector: Fix Layers tab sidebar popover. https://bugs.webkit.org/show_bug.cgi?id=177477 Patch by Ross Kirsling on 2017-09-27 Rev

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

2017-09-27 Thread utatane . tea
Title: [222565] trunk/Source/_javascript_Core Revision 222565 Author utatane@gmail.com Date 2017-09-27 11:54:39 -0700 (Wed, 27 Sep 2017) Log Message Unreviewed, build fix after r222563 https://bugs.webkit.org/show_bug.cgi?id=175823 * runtime/JSArrayInlines.h: Modified Paths trunk/S

[webkit-changes] [222564] trunk

2017-09-27 Thread utatane . tea
Title: [222564] trunk Revision 222564 Author utatane@gmail.com Date 2017-09-27 11:51:12 -0700 (Wed, 27 Sep 2017) Log Message Add Above/Below comparisons for UInt32 patterns https://bugs.webkit.org/show_bug.cgi?id=177281 Reviewed by Saam Barati. JSTests: * stress/uint32-comparison-j

[webkit-changes] [222563] trunk

2017-09-27 Thread utatane . tea
Title: [222563] trunk Revision 222563 Author utatane@gmail.com Date 2017-09-27 11:37:41 -0700 (Wed, 27 Sep 2017) Log Message [DFG] Support ArrayPush with multiple args https://bugs.webkit.org/show_bug.cgi?id=175823 Reviewed by Saam Barati. JSTests: * microbenchmarks/array-push-0.js

[webkit-changes] [222561] trunk

2017-09-27 Thread commit-queue
Title: [222561] trunk Revision 222561 Author commit-qu...@webkit.org Date 2017-09-27 11:01:29 -0700 (Wed, 27 Sep 2017) Log Message [Fetch API] Cloning an opaque response should not assert https://bugs.webkit.org/show_bug.cgi?id=177548 Patch by Youenn Fablet on 2017-09-27 Reviewed by Sam

[webkit-changes] [222560] trunk/Source

2017-09-27 Thread joepeck
Title: [222560] trunk/Source Revision 222560 Author joep...@webkit.org Date 2017-09-27 10:57:08 -0700 (Wed, 27 Sep 2017) Log Message Web Inspector: Remove unused parameter of Page.reload https://bugs.webkit.org/show_bug.cgi?id=177522 Reviewed by Matt Baker. Source/_javascript_Core: * i

[webkit-changes] [222559] trunk

2017-09-27 Thread cdumez
Title: [222559] trunk Revision 222559 Author cdu...@apple.com Date 2017-09-27 10:55:56 -0700 (Wed, 27 Sep 2017) Log Message cssFloat missing in CSSPropertyDeclaration.prototype https://bugs.webkit.org/show_bug.cgi?id=177487 Reviewed by Sam Weinig. LayoutTests/imported/w3c: Rebaseline W

[webkit-changes] [222558] trunk/Tools

2017-09-27 Thread lforschler
Title: [222558] trunk/Tools Revision 222558 Author lforsch...@apple.com Date 2017-09-27 10:12:03 -0700 (Wed, 27 Sep 2017) Log Message bisect-builds:add a README to the archive. https://bugs.webkit.org/show_bug.cgi?id=177376 Reviewed by Alexey Proskuryakov & Jon Davis. * BuildSlaveSuppor

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

2017-09-27 Thread antti
Title: [222557] trunk/Source/WebCore Revision 222557 Author an...@apple.com Date 2017-09-27 10:08:58 -0700 (Wed, 27 Sep 2017) Log Message Ref element keys in CSSAnimationControllerPrivate https://bugs.webkit.org/show_bug.cgi?id=177543 Reviewed by Zalan Bujtas. For safety. * page/animat

[webkit-changes] [222554] trunk

2017-09-27 Thread antti
Title: [222554] trunk Revision 222554 Author an...@apple.com Date 2017-09-27 08:32:55 -0700 (Wed, 27 Sep 2017) Log Message REGRESSION (r222040): Crash navigating out of gfycat.com url https://bugs.webkit.org/show_bug.cgi?id=177531 Source/WebCore: Reviewed by Geoff Garen. Animation str

[webkit-changes] [222553] trunk/LayoutTests

2017-09-27 Thread pvollan
Title: [222553] trunk/LayoutTests Revision 222553 Author pvol...@apple.com Date 2017-09-27 07:45:13 -0700 (Wed, 27 Sep 2017) Log Message Mark accessibility/image-load-on-delay.html as a failure on Windows. https://bugs.webkit.org/show_bug.cgi?id=177541 Unreviewed test gardening. * platf

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

2017-09-27 Thread commit-queue
Title: [222552] trunk/Source/WebInspectorUI Revision 222552 Author commit-qu...@webkit.org Date 2017-09-27 03:50:31 -0700 (Wed, 27 Sep 2017) Log Message [GTK] Web Inspector: Add Canvas2D.svg and Canvas3D.svg https://bugs.webkit.org/show_bug.cgi?id=175364 Patch by Fujii Hironori on 2017-

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

2017-09-27 Thread commit-queue
Title: [222550] trunk/Source/WebCore Revision 222550 Author commit-qu...@webkit.org Date 2017-09-27 02:21:44 -0700 (Wed, 27 Sep 2017) Log Message Add initial experimental support for webm in WebKitGTK+ with VP8, VP9, Vorbis and Opus formats, as long as suitable plugins are installed in GS