[webkit-changes] [223124] trunk

2017-10-09 Thread utatane . tea
Title: [223124] trunk Revision 223124 Author utatane@gmail.com Date 2017-10-09 22:53:12 -0700 (Mon, 09 Oct 2017) Log Message `async` should be able to be used as an imported binding name https://bugs.webkit.org/show_bug.cgi?id=176573 Reviewed by Saam Barati. JSTests: * modules/impo

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

2017-10-09 Thread sbarati
Title: [223123] trunk/Source/_javascript_Core Revision 223123 Author sbar...@apple.com Date 2017-10-09 22:11:27 -0700 (Mon, 09 Oct 2017) Log Message We don't need to clearEmptyObjectStructureForPrototype because JSGlobalObject* is part of the cache's key https://bugs.webkit.org/show_bug.c

[webkit-changes] [223122] trunk

2017-10-09 Thread commit-queue
Title: [223122] trunk Revision 223122 Author commit-qu...@webkit.org Date 2017-10-09 21:44:51 -0700 (Mon, 09 Oct 2017) Log Message Vector should be able to easily create from a list of movable only items https://bugs.webkit.org/show_bug.cgi?id=176432 Patch by Youenn Fablet on 2017-10-09

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

2017-10-09 Thread fpizlo
Title: [223121] trunk/Source/bmalloc Revision 223121 Author fpi...@apple.com Date 2017-10-09 21:28:18 -0700 (Mon, 09 Oct 2017) Log Message Use one virtual allocation for all gigacages and their runways https://bugs.webkit.org/show_bug.cgi?id=178050 Reviewed by Saam Barati. * bmalloc/Gig

[webkit-changes] [223119] branches/safari-604-branch/Source/WebCore

2017-10-09 Thread jmarcell
Title: [223119] branches/safari-604-branch/Source/WebCore Revision 223119 Author jmarc...@apple.com Date 2017-10-09 21:12:28 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r222995. rdar://problem/34891302 Modified Paths branches/safari-604-branch/Source/WebCore/ChangeLog branches/safa

[webkit-changes] [223120] branches/safari-604-branch/Source/WebCore

2017-10-09 Thread jmarcell
Title: [223120] branches/safari-604-branch/Source/WebCore Revision 223120 Author jmarc...@apple.com Date 2017-10-09 21:12:30 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r221430. rdar://problem/34770998 Modified Paths branches/safari-604-branch/Source/WebCore/ChangeLog branches/safa

[webkit-changes] [223118] trunk

2017-10-09 Thread cdumez
Title: [223118] trunk Revision 223118 Author cdu...@apple.com Date 2017-10-09 21:10:02 -0700 (Mon, 09 Oct 2017) Log Message Calling fileSystemDirectoryEntry.getDirectory() with empty path should not fail https://bugs.webkit.org/show_bug.cgi?id=178114 Reviewed by Ryosuke Niwa. Source/Web

[webkit-changes] [223117] trunk

2017-10-09 Thread cdumez
Title: [223117] trunk Revision 223117 Author cdu...@apple.com Date 2017-10-09 20:19:22 -0700 (Mon, 09 Oct 2017) Log Message It should not be possible to submit a form that is disconnected https://bugs.webkit.org/show_bug.cgi?id=178099 Reviewed by Sam Weinig. LayoutTests/imported/w3c: R

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

2017-10-09 Thread fpizlo
Title: [223116] trunk/Source/_javascript_Core Revision 223116 Author fpi...@apple.com Date 2017-10-09 19:48:39 -0700 (Mon, 09 Oct 2017) Log Message JSCell::didBecomePrototype is racy https://bugs.webkit.org/show_bug.cgi?id=178110 Reviewed by Saam Barati. The indexing type can be

[webkit-changes] [223115] trunk/LayoutTests

2017-10-09 Thread ryanhaddad
Title: [223115] trunk/LayoutTests Revision 223115 Author ryanhad...@apple.com Date 2017-10-09 19:14:52 -0700 (Mon, 09 Oct 2017) Log Message Mark http/tests/paymentrequest/payment-request-abort-method.https.html as flaky. https://bugs.webkit.org/show_bug.cgi?id=178107 Unreviewed test gard

[webkit-changes] [223114] trunk/LayoutTests

2017-10-09 Thread ryanhaddad
Title: [223114] trunk/LayoutTests Revision 223114 Author ryanhad...@apple.com Date 2017-10-09 19:05:50 -0700 (Mon, 09 Oct 2017) Log Message Rebaseline imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent.html for iOS. Unreviewed test gardening. * platform/ios-simulator-w

[webkit-changes] [223113] trunk

2017-10-09 Thread fpizlo
Title: [223113] trunk Revision 223113 Author fpi...@apple.com Date 2017-10-09 18:40:53 -0700 (Mon, 09 Oct 2017) Log Message Enable gigacage on iOS https://bugs.webkit.org/show_bug.cgi?id=177586 Reviewed by JF Bastien. JSTests: Add tests for when Gigacage gets runtime disabled.

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

2017-10-09 Thread rmorisset
Title: [223112] trunk/Source/_javascript_Core Revision 223112 Author rmoris...@apple.com Date 2017-10-09 18:30:02 -0700 (Mon, 09 Oct 2017) Log Message Evaluate the benefit of skipping dead code in the DFGByteCodeParser when a function returns in its first block https://bugs.webkit.org/sho

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

2017-10-09 Thread timothy_horton
Title: [223111] trunk/Source/WTF Revision 223111 Author timothy_hor...@apple.com Date 2017-10-09 18:20:34 -0700 (Mon, 09 Oct 2017) Log Message Disable INPUT_TYPE_COLOR in FeatureDefines.h https://bugs.webkit.org/show_bug.cgi?id=178103 Reviewed by Simon Fraser. * wtf/FeatureDefines.h: B

[webkit-changes] [223109] trunk/Source/WebCore/testing/Internals.cpp

2017-10-09 Thread aestes
Title: [223109] trunk/Source/WebCore/testing/Internals.cpp Revision 223109 Author aes...@apple.com Date 2017-10-09 17:19:02 -0700 (Mon, 09 Oct 2017) Log Message Fix two test crashes caused by r223076. * testing/Internals.cpp: (WebCore::Internals::Internals): Modified Paths trunk/Source

[webkit-changes] [223108] branches/safari-604-branch/Source/WebCore

2017-10-09 Thread jmarcell
Title: [223108] branches/safari-604-branch/Source/WebCore Revision 223108 Author jmarc...@apple.com Date 2017-10-09 17:08:49 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r222786. rdar://problem/34820881 Modified Paths branches/safari-604-branch/Source/WebCore/ChangeLog branches/safa

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

2017-10-09 Thread jmarcell
Title: [223107] branches/safari-604-branch Revision 223107 Author jmarc...@apple.com Date 2017-10-09 17:08:47 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r222779. rdar://problem/34820881 Modified Paths branches/safari-604-branch/LayoutTests/ChangeLog branches/safari-604-branch/Layo

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

2017-10-09 Thread jmarcell
Title: [223106] branches/safari-604-branch Revision 223106 Author jmarc...@apple.com Date 2017-10-09 17:08:43 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r220412. rdar://problem/34771061 Modified Paths branches/safari-604-branch/LayoutTests/ChangeLog branches/safari-604-branch/Layo

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

2017-10-09 Thread commit-queue
Title: [223091] trunk/Source/WebCore Revision 223091 Author commit-qu...@webkit.org Date 2017-10-09 17:07:48 -0700 (Mon, 09 Oct 2017) Log Message Image data should be coalesced if it comes in small chunks before updating the ImageSource https://bugs.webkit.org/show_bug.cgi?id=175890 Patc

[webkit-changes] [223102] branches/safari-604-branch/Source/JavaScriptCore

2017-10-09 Thread jmarcell
Title: [223102] branches/safari-604-branch/Source/_javascript_Core Revision 223102 Author jmarc...@apple.com Date 2017-10-09 17:08:21 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r222748. rdar://problem/34820919 Modified Paths branches/safari-604-branch/Source/_javascript_Core/Chang

[webkit-changes] [223104] branches/safari-604-branch/Source/WebCore

2017-10-09 Thread jmarcell
Title: [223104] branches/safari-604-branch/Source/WebCore Revision 223104 Author jmarc...@apple.com Date 2017-10-09 17:08:32 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r221046. rdar://problem/34891067 Modified Paths branches/safari-604-branch/Source/WebCore/ChangeLog branches/safa

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

2017-10-09 Thread jmarcell
Title: [223105] branches/safari-604-branch Revision 223105 Author jmarc...@apple.com Date 2017-10-09 17:08:36 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r221098. rdar://problem/34771028 Modified Paths branches/safari-604-branch/LayoutTests/ChangeLog branches/safari-604-branch/Layo

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

2017-10-09 Thread jmarcell
Title: [223103] branches/safari-604-branch Revision 223103 Author jmarc...@apple.com Date 2017-10-09 17:08:27 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r222402. rdar://problem/34770839 Modified Paths branches/safari-604-branch/LayoutTests/ChangeLog branches/safari-604-branch/Layo

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

2017-10-09 Thread jmarcell
Title: [223094] branches/safari-604-branch Revision 223094 Author jmarc...@apple.com Date 2017-10-09 17:07:57 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r220302. rdar://problem/34770803 Modified Paths branches/safari-604-branch/LayoutTests/ChangeLog branches/safari-604-branch/Layo

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

2017-10-09 Thread jmarcell
Title: [223095] branches/safari-604-branch Revision 223095 Author jmarc...@apple.com Date 2017-10-09 17:08:00 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r220484. rdar://problem/34770810 Modified Paths branches/safari-604-branch/LayoutTests/ChangeLog branches/safari-604-branch/Sour

[webkit-changes] [223097] branches/safari-604-branch/Source/WebKit

2017-10-09 Thread jmarcell
Title: [223097] branches/safari-604-branch/Source/WebKit Revision 223097 Author jmarc...@apple.com Date 2017-10-09 17:08:06 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r221036. rdar://problem/34771044 Modified Paths branches/safari-604-branch/Source/WebKit/ChangeLog branches/safari

[webkit-changes] [223098] branches/safari-604-branch/Source/WebCore

2017-10-09 Thread jmarcell
Title: [223098] branches/safari-604-branch/Source/WebCore Revision 223098 Author jmarc...@apple.com Date 2017-10-09 17:08:09 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r221100. rdar://problem/34771028 Modified Paths branches/safari-604-branch/Source/WebCore/ChangeLog branches/safa

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

2017-10-09 Thread jmarcell
Title: [223096] branches/safari-604-branch Revision 223096 Author jmarc...@apple.com Date 2017-10-09 17:08:04 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r221016. rdar://problem/34770830 Modified Paths branches/safari-604-branch/LayoutTests/ChangeLog branches/safari-604-branch/Sour

[webkit-changes] [223101] branches/safari-604-branch/Source/WebCore

2017-10-09 Thread jmarcell
Title: [223101] branches/safari-604-branch/Source/WebCore Revision 223101 Author jmarc...@apple.com Date 2017-10-09 17:08:19 -0700 (Mon, 09 Oct 2017) Log Message Apply patch. rdar://problem/34770842 Cherry-pick r221083. rdar://problem/34770842, rdar://problem/34770849 Modified Paths

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

2017-10-09 Thread jmarcell
Title: [223093] branches/safari-604-branch Revision 223093 Author jmarc...@apple.com Date 2017-10-09 17:07:52 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r221400. rdar://problem/34771396 Modified Paths branches/safari-604-branch/JSTests/ChangeLog branches/safari-604-branch/Source/_

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

2017-10-09 Thread jmarcell
Title: [223100] branches/safari-604-branch Revision 223100 Author jmarc...@apple.com Date 2017-10-09 17:08:16 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r222598. rdar://problem/34771434 Modified Paths branches/safari-604-branch/JSTests/ChangeLog branches/safari-604-branch/Source/_

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

2017-10-09 Thread jmarcell
Title: [223099] branches/safari-604-branch Revision 223099 Author jmarc...@apple.com Date 2017-10-09 17:08:14 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r222190. rdar://problem/34771470 Modified Paths branches/safari-604-branch/LayoutTests/ChangeLog branches/safari-604-branch/Layo

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

2017-10-09 Thread jmarcell
Title: [223092] branches/safari-604-branch Revision 223092 Author jmarc...@apple.com Date 2017-10-09 17:07:48 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r221128. rdar://problem/34771005 Modified Paths branches/safari-604-branch/LayoutTests/ChangeLog branches/safari-604-branch/Sour

[webkit-changes] [223090] branches/safari-604-branch/Source/WebCore

2017-10-09 Thread jmarcell
Title: [223090] branches/safari-604-branch/Source/WebCore Revision 223090 Author jmarc...@apple.com Date 2017-10-09 17:07:45 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r221116. rdar://problem/34771068 Modified Paths branches/safari-604-branch/Source/WebCore/ChangeLog branches/safa

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

2017-10-09 Thread jmarcell
Title: [223088] branches/safari-604-branch/Source Revision 223088 Author jmarc...@apple.com Date 2017-10-09 17:07:36 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r220496. rdar://problem/34770816 Modified Paths branches/safari-604-branch/Source/WebCore/ChangeLog branches/safari-604-b

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

2017-10-09 Thread jmarcell
Title: [223089] branches/safari-604-branch Revision 223089 Author jmarc...@apple.com Date 2017-10-09 17:07:42 -0700 (Mon, 09 Oct 2017) Log Message Cherry-pick r220718. rdar://problem/34771041 Modified Paths branches/safari-604-branch/LayoutTests/ChangeLog branches/safari-604-branch/Layo

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

2017-10-09 Thread cdumez
Title: [223087] trunk/LayoutTests/imported/w3c Revision 223087 Author cdu...@apple.com Date 2017-10-09 17:05:23 -0700 (Mon, 09 Oct 2017) Log Message usemap-casing.html test passes in browser, fails in LayoutTests because it is taller than 600px https://bugs.webkit.org/show_bug.cgi?id=1780

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

2017-10-09 Thread rmorisset
Title: [223086] trunk/Source/_javascript_Core Revision 223086 Author rmoris...@apple.com Date 2017-10-09 16:55:25 -0700 (Mon, 09 Oct 2017) Log Message Refactor the inliner to simplify block linking https://bugs.webkit.org/show_bug.cgi?id=177922 Reviewed by Saam Barati. The biggest refac

[webkit-changes] [223085] tags/Safari-604.3.5.0.1/

2017-10-09 Thread jmarcell
Title: [223085] tags/Safari-604.3.5.0.1/ Revision 223085 Author jmarc...@apple.com Date 2017-10-09 16:45:45 -0700 (Mon, 09 Oct 2017) Log Message Tag Safari-604.3.5.0.1. Added Paths tags/Safari-604.3.5.0.1/ Diff ___ webkit-changes maili

[webkit-changes] [223084] branches/safari-604.3.5.0-branch

2017-10-09 Thread jmarcell
Title: [223084] branches/safari-604.3.5.0-branch Revision 223084 Author jmarc...@apple.com Date 2017-10-09 16:35:10 -0700 (Mon, 09 Oct 2017) Log Message Apply patch. rdar://problem/34857459 Apply patch. rdar://problem/34857459 Modified Paths branches/safari-604.3.5.0-branch/Source/

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

2017-10-09 Thread commit-queue
Title: [223083] trunk/Source/WebKit Revision 223083 Author commit-qu...@webkit.org Date 2017-10-09 16:27:54 -0700 (Mon, 09 Oct 2017) Log Message Fix typo of virtual keyword in PageClientImplIOS.h https://bugs.webkit.org/show_bug.cgi?id=178088 Patch by Jeremy Jones on 2017-10-09 Reviewed

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

2017-10-09 Thread cdumez
Title: [223082] trunk/Source/WebKit Revision 223082 Author cdu...@apple.com Date 2017-10-09 16:27:35 -0700 (Mon, 09 Oct 2017) Log Message [iOS][WK2] Tiles outsides the viewport are sometimes missing after relaunching a crashes WebProcess https://bugs.webkit.org/show_bug.cgi?id=178095 Re

[webkit-changes] [223080] branches/safari-604.3.5.0-branch/Source

2017-10-09 Thread jmarcell
Title: [223080] branches/safari-604.3.5.0-branch/Source Revision 223080 Author jmarc...@apple.com Date 2017-10-09 15:58:57 -0700 (Mon, 09 Oct 2017) Log Message Versioning. Modified Paths branches/safari-604.3.5.0-branch/Source/_javascript_Core/Configurations/Version.xcconfig branches/sa

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

2017-10-09 Thread dino
Title: [223079] trunk/LayoutTests/imported/w3c Revision 223079 Author d...@apple.com Date 2017-10-09 15:49:43 -0700 (Mon, 09 Oct 2017) Log Message ImageBitmap test gardening after https://bugs.webkit.org/show_bug.cgi?id=177963 * web-platform-tests/imagebitmap-renderingcontext/bitmaprende

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

2017-10-09 Thread commit-queue
Title: [223078] trunk/Source/WebInspectorUI Revision 223078 Author commit-qu...@webkit.org Date 2017-10-09 15:47:58 -0700 (Mon, 09 Oct 2017) Log Message Web Inspector: Network Tab - Include remote address in the Headers view https://bugs.webkit.org/show_bug.cgi?id=178094 Patch by Joseph

[webkit-changes] [223077] branches/safari-604.3.5.1-branch/Source

2017-10-09 Thread jmarcell
Title: [223077] branches/safari-604.3.5.1-branch/Source Revision 223077 Author jmarc...@apple.com Date 2017-10-09 15:44:55 -0700 (Mon, 09 Oct 2017) Log Message Versioning. Modified Paths branches/safari-604.3.5.1-branch/Source/_javascript_Core/Configurations/Version.xcconfig branches/sa

[webkit-changes] [223076] trunk

2017-10-09 Thread aestes
Title: [223076] trunk Revision 223076 Author aes...@apple.com Date 2017-10-09 15:40:58 -0700 (Mon, 09 Oct 2017) Log Message [Payment Request] Implement PaymentRequest.show() and PaymentRequest.hide() https://bugs.webkit.org/show_bug.cgi?id=178043 Reviewed by Tim Horton. LayoutTests/imp

[webkit-changes] [223075] branches/safari-604.3.5.0-branch/

2017-10-09 Thread jmarcell
Title: [223075] branches/safari-604.3.5.0-branch/ Revision 223075 Author jmarc...@apple.com Date 2017-10-09 15:30:43 -0700 (Mon, 09 Oct 2017) Log Message New branch. Added Paths branches/safari-604.3.5.0-branch/ Diff ___ webkit-changes

[webkit-changes] [223074] branches/safari-604.3.5.1-branch/

2017-10-09 Thread jmarcell
Title: [223074] branches/safari-604.3.5.1-branch/ Revision 223074 Author jmarc...@apple.com Date 2017-10-09 15:28:43 -0700 (Mon, 09 Oct 2017) Log Message New branch. Added Paths branches/safari-604.3.5.1-branch/ Diff ___ webkit-changes

[webkit-changes] [223073] trunk

2017-10-09 Thread commit-queue
Title: [223073] trunk Revision 223073 Author commit-qu...@webkit.org Date 2017-10-09 15:17:05 -0700 (Mon, 09 Oct 2017) Log Message Add quota to cache API https://bugs.webkit.org/show_bug.cgi?id=177552 Patch by Youenn Fablet on 2017-10-09 Reviewed by Alex Christensen. Source/WebCore: T

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

2017-10-09 Thread zalan
Title: [223072] trunk/Source/WebCore Revision 223072 Author za...@apple.com Date 2017-10-09 14:57:52 -0700 (Mon, 09 Oct 2017) Log Message Remove redundant RenderObject::virtualContinuation https://bugs.webkit.org/show_bug.cgi?id=178091 Reviewed by Antti Koivisto. virtualContinuation so

[webkit-changes] [223071] trunk/LayoutTests

2017-10-09 Thread jlewis3
Title: [223071] trunk/LayoutTests Revision 223071 Author jlew...@apple.com Date 2017-10-09 14:49:01 -0700 (Mon, 09 Oct 2017) Log Message Unskipped http/tests/cache/disk-cache/disk-cache-validation-no-body.html https://bugs.webkit.org/show_bug.cgi?id=178019 Unreviewed test gardening. * pl

[webkit-changes] [223070] trunk/Source/WebKitLegacy

2017-10-09 Thread pvollan
Title: [223070] trunk/Source/WebKitLegacy Revision 223070 Author pvol...@apple.com Date 2017-10-09 14:17:25 -0700 (Mon, 09 Oct 2017) Log Message [Win] Link error: cannot open input file 'WebKitLegacyGUID.lib' https://bugs.webkit.org/show_bug.cgi?id=178087 Reviewed by Alexey Proskuryakov.

[webkit-changes] [223069] trunk

2017-10-09 Thread commit-queue
Title: [223069] trunk Revision 223069 Author commit-qu...@webkit.org Date 2017-10-09 14:17:14 -0700 (Mon, 09 Oct 2017) Log Message Unreviewed, rolling out r223015 and r223025. https://bugs.webkit.org/show_bug.cgi?id=178093 Regressed Kraken on iOS by 20% (Requested by keith_mi_ on #webkit

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

2017-10-09 Thread joepeck
Title: [223068] trunk/Source/WebInspectorUI Revision 223068 Author joep...@webkit.org Date 2017-10-09 13:57:57 -0700 (Mon, 09 Oct 2017) Log Message Unreviewed, minified WebInspector opens blank. * UserInterface/Views/ResourceHeadersContentView.js: (WI.ResourceHeadersContentView.prototyp

[webkit-changes] [223067] trunk/JSTests

2017-10-09 Thread ryanhaddad
Title: [223067] trunk/JSTests Revision 223067 Author ryanhad...@apple.com Date 2017-10-09 13:46:07 -0700 (Mon, 09 Oct 2017) Log Message Update expectations for test262 tests that pass after r223043. https://bugs.webkit.org/show_bug.cgi?id=176685 Unreviewed test gardening. * test262.yaml

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

2017-10-09 Thread keith_miller
Title: [223066] trunk/Source/_javascript_Core Revision 223066 Author keith_mil...@apple.com Date 2017-10-09 13:45:04 -0700 (Mon, 09 Oct 2017) Log Message Unreviewed, sort unified sources again now that they are numbered numerically rather than lexicographically. * _javascript_Core.xcodep

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

2017-10-09 Thread joepeck
Title: [223065] trunk/Source/WebInspectorUI Revision 223065 Author joep...@webkit.org Date 2017-10-09 13:38:09 -0700 (Mon, 09 Oct 2017) Log Message Web Inspector: Network Tab - Filter resources based on URL / Text Content https://bugs.webkit.org/show_bug.cgi?id=178071 Reviewed by Brian

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

2017-10-09 Thread commit-queue
Title: [223064] trunk/LayoutTests/imported/w3c Revision 223064 Author commit-qu...@webkit.org Date 2017-10-09 13:23:32 -0700 (Mon, 09 Oct 2017) Log Message REGRESSION: Some bots fail to run LayoutTests due to a WPT Server error https://bugs.webkit.org/show_bug.cgi?id=178017 Patch by Youe

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

2017-10-09 Thread dino
Title: [223063] trunk/Source/WebCore Revision 223063 Author d...@apple.com Date 2017-10-09 13:16:21 -0700 (Mon, 09 Oct 2017) Log Message [WebGL] Third IOSurface buffer might be allocated with the wrong size https://bugs.webkit.org/show_bug.cgi?id=178092 Reviewed by Jer Noble. If the We

[webkit-changes] [223062] trunk

2017-10-09 Thread ryanhaddad
Title: [223062] trunk Revision 223062 Author ryanhad...@apple.com Date 2017-10-09 13:02:32 -0700 (Mon, 09 Oct 2017) Log Message Unreviewed, rolling out r223022. This change introduced 18 test262 failures. Reverted changeset: "`async` should be able to be used as an imported binding nam

[webkit-changes] [223061] trunk

2017-10-09 Thread commit-queue
Title: [223061] trunk Revision 223061 Author commit-qu...@webkit.org Date 2017-10-09 13:01:15 -0700 (Mon, 09 Oct 2017) Log Message Make HashMap::keys() and HashMap::values() work with WTF::map/WTF::copyToVector https://bugs.webkit.org/show_bug.cgi?id=178072 Patch by Sam Weinig on 2017-1

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

2017-10-09 Thread dino
Title: [223060] trunk/LayoutTests/imported/w3c Revision 223060 Author d...@apple.com Date 2017-10-09 12:55:27 -0700 (Mon, 09 Oct 2017) Log Message Import WPT imagebitmap-renderingcontext https://bugs.webkit.org/show_bug.cgi?id=177963 Reviewed by Sam Weinig. * resources/import-expectatio

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

2017-10-09 Thread joepeck
Title: [223059] trunk/Source/WebInspectorUI Revision 223059 Author joep...@webkit.org Date 2017-10-09 12:32:31 -0700 (Mon, 09 Oct 2017) Log Message Web Inspector: Network Tab: Row wrapping (waterfall displaying behind next row's name) https://bugs.webkit.org/show_bug.cgi?id=178015 Revie

[webkit-changes] [223058] trunk

2017-10-09 Thread joepeck
Title: [223058] trunk Revision 223058 Author joep...@webkit.org Date 2017-10-09 12:32:28 -0700 (Mon, 09 Oct 2017) Log Message Web Inspector: Network Tab - Cookies Detail View https://bugs.webkit.org/show_bug.cgi?id=177988 Reviewed by Brian Burg. Source/WebInspectorUI: * Localizations/

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

2017-10-09 Thread joepeck
Title: [223057] trunk/Source/WebInspectorUI Revision 223057 Author joep...@webkit.org Date 2017-10-09 12:27:40 -0700 (Mon, 09 Oct 2017) Log Message Web Inspector: Network Tab - Search Headers Detail View https://bugs.webkit.org/show_bug.cgi?id=177981 Reviewed by Brian Burg. * UserInterf

[webkit-changes] [223056] trunk/JSTests

2017-10-09 Thread sbarati
Title: [223056] trunk/JSTests Revision 223056 Author sbar...@apple.com Date 2017-10-09 11:37:14 -0700 (Mon, 09 Oct 2017) Log Message 3 poly-proto JSC tests timing out on debug after r222827 https://bugs.webkit.org/show_bug.cgi?id=177880 Unreviewed. I'm skipping these type profiler test

[webkit-changes] [223055] trunk/LayoutTests

2017-10-09 Thread jlewis3
Title: [223055] trunk/LayoutTests Revision 223055 Author jlew...@apple.com Date 2017-10-09 11:13:18 -0700 (Mon, 09 Oct 2017) Log Message Marked inspector/dom/csp-big5-hash.html as flaky. https://bugs.webkit.org/show_bug.cgi?id=177608 Unreviewed test garding. * platform/mac/TestExpectati

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

2017-10-09 Thread wenson_hsieh
Title: [223054] trunk/Source/WebCore Revision 223054 Author wenson_hs...@apple.com Date 2017-10-09 11:04:00 -0700 (Mon, 09 Oct 2017) Log Message Unreviewed, another build fix attempt after r223031 The default constructor of DragTargetResponse is also invoked via initializer list in Event

[webkit-changes] [223053] trunk

2017-10-09 Thread ryanhaddad
Title: [223053] trunk Revision 223053 Author ryanhad...@apple.com Date 2017-10-09 11:01:26 -0700 (Mon, 09 Oct 2017) Log Message Unreviewed, rolling out r223021. LayoutTests added with this change are failing. Reverted changeset: "[Payment Request] Implement PaymentRequest.show() and Pa

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

2017-10-09 Thread commit-queue
Title: [223052] trunk/Source/WebCore Revision 223052 Author commit-qu...@webkit.org Date 2017-10-09 10:56:35 -0700 (Mon, 09 Oct 2017) Log Message Blurry captions on retina screens. https://bugs.webkit.org/show_bug.cgi?id=177560 rdar://problem/17913388 Patch by Jeremy Jones on 2017-10-09

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

2017-10-09 Thread commit-queue
Title: [223051] trunk/Source/WebKit Revision 223051 Author commit-qu...@webkit.org Date 2017-10-09 10:54:31 -0700 (Mon, 09 Oct 2017) Log Message Incorrect fullscreen animation when element has a transform. https://bugs.webkit.org/show_bug.cgi?id=177558 rdar://problem/29603741 Patch by Je

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

2017-10-09 Thread wenson_hsieh
Title: [223050] trunk/Source/WebCore Revision 223050 Author wenson_hs...@apple.com Date 2017-10-09 10:27:15 -0700 (Mon, 09 Oct 2017) Log Message Unreviewed, fix the Windows build after r223031 Speculative build fix; no change in behavior. * page/EventHandler.h: (WebCore::EventHandler::D

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

2017-10-09 Thread achristensen
Title: [223049] trunk/Source/WebCore Revision 223049 Author achristen...@apple.com Date 2017-10-09 10:24:44 -0700 (Mon, 09 Oct 2017) Log Message Reduce includes in Document.h https://bugs.webkit.org/show_bug.cgi?id=178035 Reviewed by Darin Adler. * dom/Document.h: Modified Paths trunk

[webkit-changes] [223047] trunk/Source

2017-10-09 Thread rmorisset
Title: [223047] trunk/Source Revision 223047 Author rmoris...@apple.com Date 2017-10-09 09:49:13 -0700 (Mon, 09 Oct 2017) Log Message Source/_javascript_Core: Make the names of the options consistent https://bugs.webkit.org/show_bug.cgi?id=177933 Reviewed by Saam Barati. I added an alia

[webkit-changes] [223046] trunk/LayoutTests

2017-10-09 Thread ryanhaddad
Title: [223046] trunk/LayoutTests Revision 223046 Author ryanhad...@apple.com Date 2017-10-09 09:37:11 -0700 (Mon, 09 Oct 2017) Log Message Mark media/media-source/media-source-paint-to-canvas.html as failing. https://bugs.webkit.org/show_bug.cgi?id=178083 Unreviewed test gardening. * p

[webkit-changes] [223045] trunk

2017-10-09 Thread aperez
Title: [223045] trunk Revision 223045 Author ape...@igalia.com Date 2017-10-09 09:04:40 -0700 (Mon, 09 Oct 2017) Log Message [WPE][GTK] Propagate libepoxy compiler flags obtained from pkg-config https://bugs.webkit.org/show_bug.cgi?id=178081 Reviewed by Carlos Alberto Lopez Perez. .: *

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

2017-10-09 Thread romain . bellessort
Title: [223044] trunk/Source/WebCore Revision 223044 Author romain.belless...@crf.canon.fr Date 2017-10-09 05:53:11 -0700 (Mon, 09 Oct 2017) Log Message [Readable Streams API] Implement canCloseOrEnqueue https://bugs.webkit.org/show_bug.cgi?id=178005 Reviewed by Youenn Fablet. Implement

[webkit-changes] [223042] trunk

2017-10-09 Thread fred . wang
Title: [223042] trunk Revision 223042 Author fred.w...@free.fr Date 2017-10-09 02:08:49 -0700 (Mon, 09 Oct 2017) Log Message Remove WOFF2 from Source/ThirdParty. https://bugs.webkit.org/show_bug.cgi?id=177862 Patch by Frederic Wang on 2017-10-05 Reviewed by Michael Catanzaro. .: * Sou