[webkit-changes] [220087] trunk/Tools

2017-07-31 Thread ossy
Title: [220087] trunk/Tools Revision 220087 Author o...@webkit.org Date 2017-07-31 22:28:05 -0700 (Mon, 31 Jul 2017) Log Message Fix JSCOnly ARM buildbots after r220047 https://bugs.webkit.org/show_bug.cgi?id=174993 Reviewed by Saam Barati. *

[webkit-changes] [220086] trunk/PerformanceTests

2017-07-31 Thread commit-queue
Title: [220086] trunk/PerformanceTests Revision 220086 Author commit-qu...@webkit.org Date 2017-07-31 17:39:16 -0700 (Mon, 31 Jul 2017) Log Message Speedometer 2.0: Remove from Angular 4 test https://bugs.webkit.org/show_bug.cgi?id=175004 Patch by Mathias Bynens on

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

2017-07-31 Thread mrajca
Title: [220085] trunk/Source/WebCore Revision 220085 Author mra...@apple.com Date 2017-07-31 17:39:06 -0700 (Mon, 31 Jul 2017) Log Message Support quirk for letting media autoplay if the user interacted with at least one media element. https://bugs.webkit.org/show_bug.cgi?id=175005

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

2017-07-31 Thread n_wang
Title: [220084] trunk/Source/WebCore Revision 220084 Author n_w...@apple.com Date 2017-07-31 17:18:00 -0700 (Mon, 31 Jul 2017) Log Message AX: CFEqual is failing on text markers with exact same data https://bugs.webkit.org/show_bug.cgi?id=175002 Reviewed by Chris Fleizach. We should

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

2017-07-31 Thread jmarcell
Title: [220083] branches/safari-604-branch/Source Revision 220083 Author jmarc...@apple.com Date 2017-07-31 16:55:03 -0700 (Mon, 31 Jul 2017) Log Message Versioning. Modified Paths branches/safari-604-branch/Source/_javascript_Core/Configurations/Version.xcconfig

[webkit-changes] [220082] tags/Safari-604.1.35/

2017-07-31 Thread jmarcell
Title: [220082] tags/Safari-604.1.35/ Revision 220082 Author jmarc...@apple.com Date 2017-07-31 16:45:54 -0700 (Mon, 31 Jul 2017) Log Message Tag Safari-604.1.35. Added Paths tags/Safari-604.1.35/ Diff ___ webkit-changes mailing list

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

2017-07-31 Thread mark . lam
Title: [220081] trunk/Source/_javascript_Core Revision 220081 Author mark@apple.com Date 2017-07-31 16:30:38 -0700 (Mon, 31 Jul 2017) Log Message Added some UNLIKELYs to operationOptimize(). https://bugs.webkit.org/show_bug.cgi?id=174976 Reviewed by JF Bastien. *

[webkit-changes] [220080] trunk/Websites/perf.webkit.org

2017-07-31 Thread rniwa
Title: [220080] trunk/Websites/perf.webkit.org Revision 220080 Author rn...@webkit.org Date 2017-07-31 16:30:25 -0700 (Mon, 31 Jul 2017) Log Message Build fix. Fixed a typo. task.id() isn't a thing in this function. * public/v3/models/test-group.js:

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

2017-07-31 Thread mark . lam
Title: [220079] trunk/Source/bmalloc Revision 220079 Author mark@apple.com Date 2017-07-31 15:59:40 -0700 (Mon, 31 Jul 2017) Log Message Fixed some comment typos. Not reviewed. * bmalloc/PerProcess.h: Modified Paths trunk/Source/bmalloc/ChangeLog

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

2017-07-31 Thread keith_miller
Title: [220078] trunk/Source/_javascript_Core Revision 220078 Author keith_mil...@apple.com Date 2017-07-31 15:47:04 -0700 (Mon, 31 Jul 2017) Log Message Make more things LLInt constexprs https://bugs.webkit.org/show_bug.cgi?id=174994 Reviewed by Saam Barati. This patch makes more

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

2017-07-31 Thread mrajca
Title: [220077] trunk/Source/WebCore Revision 220077 Author mra...@apple.com Date 2017-07-31 15:34:47 -0700 (Mon, 31 Jul 2017) Log Message Propagate user gesture tokens when script elements are loaded. https://bugs.webkit.org/show_bug.cgi?id=174959 Reviewed by Eric Carlson. Propagate

[webkit-changes] [220075] trunk/LayoutTests

2017-07-31 Thread jlewis3
Title: [220075] trunk/LayoutTests Revision 220075 Author jlew...@apple.com Date 2017-07-31 14:43:02 -0700 (Mon, 31 Jul 2017) Log Message Skipped http/tests/media/video-play-stall.html. https://bugs.webkit.org/show_bug.cgi?id=174988 Unreviewed test gardening. * TestExpectations:

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

2017-07-31 Thread dbates
Title: [220074] trunk/Source/WebKit Revision 220074 Author dba...@webkit.org Date 2017-07-31 14:26:26 -0700 (Mon, 31 Jul 2017) Log Message WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction() may not be able to determine page that initiated navigation

[webkit-changes] [220073] trunk

2017-07-31 Thread jlewis3
Title: [220073] trunk Revision 220073 Author jlew...@apple.com Date 2017-07-31 13:31:05 -0700 (Mon, 31 Jul 2017) Log Message Unreviewed, rolling out r220048. This revision caused multiple crashes in fast/images. See webkit.org/b/174990 Reverted changeset:

[webkit-changes] [220072] trunk/LayoutTests

2017-07-31 Thread pvollan
Title: [220072] trunk/LayoutTests Revision 220072 Author pvol...@apple.com Date 2017-07-31 11:36:54 -0700 (Mon, 31 Jul 2017) Log Message Do not mark all web-platform tests as slow, as this increases time spent on layout tests. Only mark individual web-platform tests as slow. Unreviewed

[webkit-changes] [220071] trunk/Source

2017-07-31 Thread commit-queue
Title: [220071] trunk/Source Revision 220071 Author commit-qu...@webkit.org Date 2017-07-31 11:05:09 -0700 (Mon, 31 Jul 2017) Log Message Remove unnecessary exceptions from storage code https://bugs.webkit.org/show_bug.cgi?id=174572 Patch by Sam Weinig on 2017-07-31

[webkit-changes] [220070] trunk/JSTests

2017-07-31 Thread utatane . tea
Title: [220070] trunk/JSTests Revision 220070 Author utatane@gmail.com Date 2017-07-31 10:42:00 -0700 (Mon, 31 Jul 2017) Log Message Unreviewed, update test262 results for optional catch binding * test262.yaml: Modified Paths trunk/JSTests/ChangeLog trunk/JSTests/test262.yaml

[webkit-changes] [220069] trunk/Source

2017-07-31 Thread jlewis3
Title: [220069] trunk/Source Revision 220069 Author jlew...@apple.com Date 2017-07-31 09:32:16 -0700 (Mon, 31 Jul 2017) Log Message Unreviewed, rolling out r220060. This broke our internal builds. Contact reviewer of patch for more information. Reverted changeset: "Merge WTFThreadData

[webkit-changes] [220068] trunk

2017-07-31 Thread utatane . tea
Title: [220068] trunk Revision 220068 Author utatane@gmail.com Date 2017-07-31 09:15:32 -0700 (Mon, 31 Jul 2017) Log Message [JSC] Support optional catch binding https://bugs.webkit.org/show_bug.cgi?id=174981 Reviewed by Saam Barati. JSTests: *

[webkit-changes] [220067] trunk/LayoutTests

2017-07-31 Thread pvollan
Title: [220067] trunk/LayoutTests Revision 220067 Author pvol...@apple.com Date 2017-07-31 08:13:26 -0700 (Mon, 31 Jul 2017) Log Message Many web-platform tests are slow on Windows. Unreviewed test gardening, mark web-platform tests as slow. * platform/win/TestExpectations: Modified

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

2017-07-31 Thread jmarcell
Title: [220063] branches/safari-604-branch Revision 220063 Author jmarc...@apple.com Date 2017-07-31 07:37:31 -0700 (Mon, 31 Jul 2017) Log Message Cherry-pick r220012. rdar://problem/33619526 Modified Paths branches/safari-604-branch/JSTests/ChangeLog

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

2017-07-31 Thread jmarcell
Title: [220066] branches/safari-604-branch Revision 220066 Author jmarc...@apple.com Date 2017-07-31 07:37:42 -0700 (Mon, 31 Jul 2017) Log Message Cherry-pick r220048. rdar://problem/33619591 Modified Paths branches/safari-604-branch/LayoutTests/ChangeLog

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

2017-07-31 Thread jmarcell
Title: [220064] branches/safari-604-branch Revision 220064 Author jmarc...@apple.com Date 2017-07-31 07:37:34 -0700 (Mon, 31 Jul 2017) Log Message Cherry-pick r220033. rdar://problem/33619596 Modified Paths branches/safari-604-branch/Source/WebKit/ChangeLog

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

2017-07-31 Thread jmarcell
Title: [220065] branches/safari-604-branch Revision 220065 Author jmarc...@apple.com Date 2017-07-31 07:37:37 -0700 (Mon, 31 Jul 2017) Log Message Cherry-pick r220042. rdar://problem/33619586 Modified Paths branches/safari-604-branch/LayoutTests/ChangeLog

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

2017-07-31 Thread jmarcell
Title: [220062] branches/safari-604-branch/Source/WebKit Revision 220062 Author jmarc...@apple.com Date 2017-07-31 07:37:28 -0700 (Mon, 31 Jul 2017) Log Message Cherry-pick r220011. rdar://problem/33619596 Modified Paths branches/safari-604-branch/Source/WebKit/ChangeLog

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

2017-07-31 Thread jmarcell
Title: [220061] branches/safari-604-branch Revision 220061 Author jmarc...@apple.com Date 2017-07-31 07:37:23 -0700 (Mon, 31 Jul 2017) Log Message Cherry-pick r220009. rdar://problem/33619585 Modified Paths branches/safari-604-branch/LayoutTests/ChangeLog

[webkit-changes] [220060] trunk/Source

2017-07-31 Thread utatane . tea
Title: [220060] trunk/Source Revision 220060 Author utatane@gmail.com Date 2017-07-31 04:23:41 -0700 (Mon, 31 Jul 2017) Log Message Merge WTFThreadData to Thread::current https://bugs.webkit.org/show_bug.cgi?id=174716 Reviewed by Sam Weinig. Source/_javascript_Core: Use

[webkit-changes] [220059] trunk/LayoutTests

2017-07-31 Thread commit-queue
Title: [220059] trunk/LayoutTests Revision 220059 Author commit-qu...@webkit.org Date 2017-07-31 04:09:35 -0700 (Mon, 31 Jul 2017) Log Message [GTK] Layout test fast/css/image-set-unprefixed.html is failing https://bugs.webkit.org/show_bug.cgi?id=163975 Patch by Ms2ger

[webkit-changes] [220058] trunk/Source

2017-07-31 Thread calvaris
Title: [220058] trunk/Source Revision 220058 Author calva...@igalia.com Date 2017-07-31 02:14:58 -0700 (Mon, 31 Jul 2017) Log Message Created a bool pretty printer at WTF for debugging purposes https://bugs.webkit.org/show_bug.cgi?id=174893 Reviewed by Darin Adler. Source/WebCore: Use

[webkit-changes] [220057] trunk/LayoutTests

2017-07-31 Thread commit-queue
Title: [220057] trunk/LayoutTests Revision 220057 Author commit-qu...@webkit.org Date 2017-07-31 02:07:41 -0700 (Mon, 31 Jul 2017) Log Message [GTK] Layout Tests fast/dom/{Element,Range}/getClientRects.html are failing https://bugs.webkit.org/show_bug.cgi?id=141700 Patch by Ms2ger

[webkit-changes] [220056] trunk/Source

2017-07-31 Thread bshafiei
Title: [220056] trunk/Source Revision 220056 Author bshaf...@apple.com Date 2017-07-31 01:20:18 -0700 (Mon, 31 Jul 2017) Log Message Versioning. Modified Paths trunk/Source/_javascript_Core/Configurations/Version.xcconfig

[webkit-changes] [220055] tags/Safari-605.1.1/

2017-07-31 Thread bshafiei
Title: [220055] tags/Safari-605.1.1/ Revision 220055 Author bshaf...@apple.com Date 2017-07-31 01:18:31 -0700 (Mon, 31 Jul 2017) Log Message Tag Safari-605.1.1. Added Paths tags/Safari-605.1.1/ Diff ___ webkit-changes mailing list

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

2017-07-31 Thread zandobersek
Title: [220054] trunk/Source/WebCore Revision 220054 Author zandober...@gmail.com Date 2017-07-30 23:59:59 -0700 (Sun, 30 Jul 2017) Log Message Unreviewed. Suppress the -Wextra compiler warning when building with GCC 6.3.0, explicitly initializing the RefCounted<> base class in the