[webkit-changes] [221416] trunk/Tools

2017-08-31 Thread carlosgc
Title: [221416] trunk/Tools Revision 221416 Author carlo...@webkit.org Date 2017-08-31 01:15:54 -0700 (Thu, 31 Aug 2017) Log Message Unreviewed. Fix GTK+ test /webkit2/WebKitAutomationSession/request-session. It fails when comparing the browser version if micro version is 0 (or if both

[webkit-changes] [221418] trunk/LayoutTests

2017-08-31 Thread commit-queue
Title: [221418] trunk/LayoutTests Revision 221418 Author commit-qu...@webkit.org Date 2017-08-31 05:57:51 -0700 (Thu, 31 Aug 2017) Log Message [GTK] Mark some tests as passing. https://bugs.webkit.org/show_bug.cgi?id=176156 Unreviewed test gardening. Patch by Ms2ger

[webkit-changes] [221451] tags/Safari-604.2.7/

2017-08-31 Thread jmarcell
Title: [221451] tags/Safari-604.2.7/ Revision 221451 Author jmarc...@apple.com Date 2017-08-31 16:18:40 -0700 (Thu, 31 Aug 2017) Log Message Tag Safari-604.2.7. Added Paths tags/Safari-604.2.7/ Diff ___ webkit-changes mailing list

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

2017-08-31 Thread megan_gardner
Title: [221457] trunk/Source/WebKit Revision 221457 Author megan_gard...@apple.com Date 2017-08-31 16:31:55 -0700 (Thu, 31 Aug 2017) Log Message Fix error in protocol revving https://bugs.webkit.org/show_bug.cgi?id=176191 Protocol definition was mastered out of later iOS submissions,

[webkit-changes] [221456] trunk

2017-08-31 Thread antti
Title: [221456] trunk Revision 221456 Author an...@apple.com Date 2017-08-31 16:27:02 -0700 (Thu, 31 Aug 2017) Log Message Remove newBlockInsideInlineModel and anonymous inline block https://bugs.webkit.org/show_bug.cgi?id=176181 Reviewed by Zalan Bujtas. Source/WebCore: Anonymous

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

2017-08-31 Thread dbates
Title: [221459] trunk/Source/WebCore Revision 221459 Author dba...@webkit.org Date 2017-08-31 16:55:12 -0700 (Thu, 31 Aug 2017) Log Message Make RenderStyle's non-inherited flags more human friendly https://bugs.webkit.org/show_bug.cgi?id=176171 Reviewed by Antti Koivisto. Revert

[webkit-changes] [221460] trunk/Tools

2017-08-31 Thread fpizlo
Title: [221460] trunk/Tools Revision 221460 Author fpi...@apple.com Date 2017-08-31 17:09:14 -0700 (Thu, 31 Aug 2017) Log Message WSL should support makeptr (\) https://bugs.webkit.org/show_bug.cgi?id=176197 Reviewed by Saam Barati. This required introducing some sanity about

[webkit-changes] [221466] trunk

2017-08-31 Thread achristensen
Title: [221466] trunk Revision 221466 Author achristen...@apple.com Date 2017-08-31 18:47:33 -0700 (Thu, 31 Aug 2017) Log Message Add WKUIDelegatePrivate equivalent of WKPageUIClient's isPlayingAudioDidChange https://bugs.webkit.org/show_bug.cgi?id=176203 Reviewed by Tim Horton.

[webkit-changes] [221420] trunk

2017-08-31 Thread carlosgc
Title: [221420] trunk Revision 221420 Author carlo...@webkit.org Date 2017-08-31 07:10:21 -0700 (Thu, 31 Aug 2017) Log Message [GTK] Several InputMethodFilter tests are failing and crashing https://bugs.webkit.org/show_bug.cgi?id=176158 Reviewed by Carlos Alberto Lopez Perez.

[webkit-changes] [221419] trunk

2017-08-31 Thread carlosgc
Title: [221419] trunk Revision 221419 Author carlo...@webkit.org Date 2017-08-31 07:07:11 -0700 (Thu, 31 Aug 2017) Log Message [GTK][Wayland] Crash when gdk_keymap_get_entries_for_keyval returns TRUE but n_keys=0 https://bugs.webkit.org/show_bug.cgi?id=176154 Reviewed by Carlos Alberto

[webkit-changes] [221421] branches/safari-604-branch/Tools

2017-08-31 Thread jmarcell
Title: [221421] branches/safari-604-branch/Tools Revision 221421 Author jmarc...@apple.com Date 2017-08-31 08:23:14 -0700 (Thu, 31 Aug 2017) Log Message Cherry-pick r220296. rdar://problem/34177414 Modified Paths branches/safari-604-branch/Tools/ChangeLog

[webkit-changes] [221423] trunk

2017-08-31 Thread darin
Title: [221423] trunk Revision 221423 Author da...@apple.com Date 2017-08-31 09:55:50 -0700 (Thu, 31 Aug 2017) Log Message REGRESSION (r220052): ASSERTION FAILED: !frame().isMainFrame() || !needsStyleRecalcOrLayout() in WebCore::FrameView::updateLayoutAndStyleIfNeededRecursive()

[webkit-changes] [221436] trunk/Tools

2017-08-31 Thread fpizlo
Title: [221436] trunk/Tools Revision 221436 Author fpi...@apple.com Date 2017-08-31 12:51:08 -0700 (Thu, 31 Aug 2017) Log Message WSL parser should pass the token as the origin to the AST https://bugs.webkit.org/show_bug.cgi?id=176177 Reviewed by Keith Miller. Parse.js was

[webkit-changes] [221437] trunk

2017-08-31 Thread commit-queue
Title: [221437] trunk Revision 221437 Author commit-qu...@webkit.org Date 2017-08-31 13:03:42 -0700 (Thu, 31 Aug 2017) Log Message Add support for Request body stream cloning https://bugs.webkit.org/show_bug.cgi?id=176148 Patch by Youenn Fablet on 2017-08-31 Reviewed

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

2017-08-31 Thread mcatanzaro
Title: [221438] trunk/Source/WebCore Revision 221438 Author mcatanz...@igalia.com Date 2017-08-31 13:09:53 -0700 (Thu, 31 Aug 2017) Log Message REGRESSION(r221226): [SOUP] libsoup-CRITICAL **: soup_cookies_to_cookie_header: assertion 'cookies != NULL' failed

[webkit-changes] [221429] trunk/LayoutTests

2017-08-31 Thread jbedard
Title: [221429] trunk/LayoutTests Revision 221429 Author jbed...@apple.com Date 2017-08-31 11:37:38 -0700 (Thu, 31 Aug 2017) Log Message iOS should include both iPad and iPhone when running layout tests https://bugs.webkit.org/show_bug.cgi?id=176172 Reviewed by Tim Horton. *

[webkit-changes] [221428] trunk

2017-08-31 Thread commit-queue
Title: [221428] trunk Revision 221428 Author commit-qu...@webkit.org Date 2017-08-31 11:31:22 -0700 (Thu, 31 Aug 2017) Log Message Take into account removed caches in Caches::remove assertion https://bugs.webkit.org/show_bug.cgi?id=176164 Patch by Youenn Fablet on

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

2017-08-31 Thread jer . noble
Title: [221430] trunk/Source/WebCore Revision 221430 Author jer.no...@apple.com Date 2017-08-31 11:48:45 -0700 (Thu, 31 Aug 2017) Log Message MSE-to-Canvas painting can become "stuck" during heavy workloads https://bugs.webkit.org/show_bug.cgi?id=176170 Reviewed by Eric Carlson. During

[webkit-changes] [221431] trunk/Source

2017-08-31 Thread cdumez
Title: [221431] trunk/Source Revision 221431 Author cdu...@apple.com Date 2017-08-31 11:52:11 -0700 (Thu, 31 Aug 2017) Log Message Use WTF::crossThreadCopy() in more places https://bugs.webkit.org/show_bug.cgi?id=176169 Reviewed by Andreas Kling. Use WTF::crossThreadCopy() in more

[webkit-changes] [221424] trunk/LayoutTests

2017-08-31 Thread mcatanzaro
Title: [221424] trunk/LayoutTests Revision 221424 Author mcatanz...@igalia.com Date 2017-08-31 11:09:01 -0700 (Thu, 31 Aug 2017) Log Message Unreviewed, remove crash expectation for hopefully-fixed test https://bugs.webkit.org/show_bug.cgi?id=175577 * platform/gtk/TestExpectations:

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

2017-08-31 Thread pvollan
Title: [221425] trunk/Source/WTF Revision 221425 Author pvol...@apple.com Date 2017-08-31 11:15:48 -0700 (Thu, 31 Aug 2017) Log Message [Win] Crash under WorkQueue::performWorkOnRegisteredWorkThread in layout tests. https://bugs.webkit.org/show_bug.cgi?id=176163 Reviewed by Alex

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

2017-08-31 Thread commit-queue
Title: [221426] trunk/Source/WebKit Revision 221426 Author commit-qu...@webkit.org Date 2017-08-31 11:19:54 -0700 (Thu, 31 Aug 2017) Log Message Do not create a salt if the CacheStorage engine should not persist https://bugs.webkit.org/show_bug.cgi?id=176138 Patch by Youenn Fablet

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

2017-08-31 Thread commit-queue
Title: [221427] trunk/Source/WebCore Revision 221427 Author commit-qu...@webkit.org Date 2017-08-31 11:21:27 -0700 (Thu, 31 Aug 2017) Log Message Move consume promise from FetchBody to FetchBodyConsumer https://bugs.webkit.org/show_bug.cgi?id=176121 Patch by Youenn Fablet

[webkit-changes] [221434] trunk/Tools

2017-08-31 Thread fpizlo
Title: [221434] trunk/Tools Revision 221434 Author fpi...@apple.com Date 2017-08-31 12:33:35 -0700 (Thu, 31 Aug 2017) Log Message WSL should be able to run a program that uses generics https://bugs.webkit.org/show_bug.cgi?id=176152 Reviewed by Keith Miller. This fixes the WSL

[webkit-changes] [221435] trunk/Tools

2017-08-31 Thread keith_miller
Title: [221435] trunk/Tools Revision 221435 Author keith_mil...@apple.com Date 2017-08-31 12:42:00 -0700 (Thu, 31 Aug 2017) Log Message Add a filter argument to WSL test suite. https://bugs.webkit.org/show_bug.cgi?id=176176 Reviewed by Filip Pizlo. * WebGPUShadingLanguageRI/Test.js:

[webkit-changes] [221432] trunk/LayoutTests

2017-08-31 Thread clopez
Title: [221432] trunk/LayoutTests Revision 221432 Author clo...@igalia.com Date 2017-08-31 12:05:18 -0700 (Thu, 31 Aug 2017) Log Message [GTK][WPE] Mark test media/event-queue-crash as flaky https://bugs.webkit.org/show_bug.cgi?id=176174 Unreviewed gardening. *

[webkit-changes] [221433] trunk

2017-08-31 Thread achristensen
Title: [221433] trunk Revision 221433 Author achristen...@apple.com Date 2017-08-31 12:20:36 -0700 (Thu, 31 Aug 2017) Log Message Add WKUIDelegatePrivate equivalent of WKPageUIClient's didClickAutoFillButton https://bugs.webkit.org/show_bug.cgi?id=176139 Reviewed by Tim Horton.

[webkit-changes] [221439] trunk

2017-08-31 Thread fpizlo
Title: [221439] trunk Revision 221439 Author fpi...@apple.com Date 2017-08-31 13:46:58 -0700 (Thu, 31 Aug 2017) Log Message All of the different ArrayBuffer::data's should be CagedPtr<> https://bugs.webkit.org/show_bug.cgi?id=175515 Reviewed by Michael Saboff.

[webkit-changes] [221441] trunk

2017-08-31 Thread cdumez
Title: [221441] trunk Revision 221441 Author cdu...@apple.com Date 2017-08-31 13:53:38 -0700 (Thu, 31 Aug 2017) Log Message getFileMetadata() does not work as expected for symbolic links https://bugs.webkit.org/show_bug.cgi?id=176143 Reviewed by Andreas Kling. Source/WebCore:

[webkit-changes] [221442] trunk/Tools

2017-08-31 Thread fpizlo
Title: [221442] trunk/Tools Revision 221442 Author fpi...@apple.com Date 2017-08-31 13:57:45 -0700 (Thu, 31 Aug 2017) Log Message WSL should handle variable assignments and variable declarations https://bugs.webkit.org/show_bug.cgi?id=176180 Reviewed by Saam Barati. Just fills

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

2017-08-31 Thread megan_gardner
Title: [221443] trunk/Source/WebKit Revision 221443 Author megan_gard...@apple.com Date 2017-08-31 14:13:38 -0700 (Thu, 31 Aug 2017) Log Message Remove IsBlockSelection flag https://bugs.webkit.org/show_bug.cgi?id=176141 Reviewed by Dean Jackson. Block selection is disabled. Removed

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

2017-08-31 Thread fpizlo
Title: [221440] trunk/Source/_javascript_Core Revision 221440 Author fpi...@apple.com Date 2017-08-31 13:50:55 -0700 (Thu, 31 Aug 2017) Log Message Fix debug crashes. Rubber stamped by Mark Lam. * runtime/JSArrayBufferView.cpp:

[webkit-changes] [221444] trunk

2017-08-31 Thread commit-queue
Title: [221444] trunk Revision 221444 Author commit-qu...@webkit.org Date 2017-08-31 14:26:24 -0700 (Thu, 31 Aug 2017) Log Message WKNavigationDelegatePrivate client redirect SPI needs to be able to detect redirects scheduled before the document finishes loading

[webkit-changes] [221445] trunk

2017-08-31 Thread eric . carlson
Title: [221445] trunk Revision 221445 Author eric.carl...@apple.com Date 2017-08-31 14:41:01 -0700 (Thu, 31 Aug 2017) Log Message Switch HTMLMediaElement to release logging https://bugs.webkit.org/show_bug.cgi?id=176065 Reviewed by Jer Noble. Source/WebCore: * dom/Document.cpp:

[webkit-changes] [221446] trunk/Tools

2017-08-31 Thread fpizlo
Title: [221446] trunk/Tools Revision 221446 Author fpi...@apple.com Date 2017-08-31 14:50:57 -0700 (Thu, 31 Aug 2017) Log Message WSL doesn't need to wrap primitives like ints and floats in specialized classes like EInt and EFloat https://bugs.webkit.org/show_bug.cgi?id=176184 Reviewed

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

2017-08-31 Thread commit-queue
Title: [221447] trunk/Source/WebKit Revision 221447 Author commit-qu...@webkit.org Date 2017-08-31 14:55:17 -0700 (Thu, 31 Aug 2017) Log Message Introduce CacheStorageEngineCache to handle cache records https://bugs.webkit.org/show_bug.cgi?id=176137 Patch by Youenn Fablet

[webkit-changes] [221448] trunk/Tools

2017-08-31 Thread fpizlo
Title: [221448] trunk/Tools Revision 221448 Author fpi...@apple.com Date 2017-08-31 15:15:18 -0700 (Thu, 31 Aug 2017) Log Message WSL EPtr does not need to carry around the type https://bugs.webkit.org/show_bug.cgi?id=176188 Reviewed by Saam Barati. To validate that the

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

2017-08-31 Thread jmarcell
Title: [221452] branches/safari-604-branch/Source Revision 221452 Author jmarc...@apple.com Date 2017-08-31 16:19:18 -0700 (Thu, 31 Aug 2017) Log Message Versioning. Modified Paths branches/safari-604-branch/Source/_javascript_Core/Configurations/Version.xcconfig

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

2017-08-31 Thread sbarati
Title: [221453] trunk/Source/_javascript_Core Revision 221453 Author sbar...@apple.com Date 2017-08-31 16:19:31 -0700 (Thu, 31 Aug 2017) Log Message useSeparatedWXHeap should never be true when not on iOS https://bugs.webkit.org/show_bug.cgi?id=176190 Reviewed by JF Bastien. If you set

[webkit-changes] [221461] trunk

2017-08-31 Thread beidson
Title: [221461] trunk Revision 221461 Author beid...@apple.com Date 2017-08-31 17:12:52 -0700 (Thu, 31 Aug 2017) Log Message Add (entirely incorrect) fetching of ServiceWorker scripts. https://bugs.webkit.org/show_bug.cgi?id=176179 Reviewed by Andy Estes. Source/WebCore: No new tests

[webkit-changes] [221465] trunk

2017-08-31 Thread achristensen
Title: [221465] trunk Revision 221465 Author achristen...@apple.com Date 2017-08-31 18:46:26 -0700 (Thu, 31 Aug 2017) Log Message Add ObjC SPI corresponding to WKPageLoaderClient's webGLLoadPolicy and resolveWebGLLoadPolicy https://bugs.webkit.org/show_bug.cgi?id=175779 Reviewed by Tim

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

2017-08-31 Thread dbates
Title: [221469] trunk/Source/WebCore Revision 221469 Author dba...@webkit.org Date 2017-08-31 19:59:19 -0700 (Thu, 31 Aug 2017) Log Message Another attempt to fix the Apple Windows build following (https://bugs.webkit.org/show_bug.cgi?id=176171) Temporarily weaken the size check for

[webkit-changes] [221450] trunk/Tools

2017-08-31 Thread fpizlo
Title: [221450] trunk/Tools Revision 221450 Author fpi...@apple.com Date 2017-08-31 16:00:22 -0700 (Thu, 31 Aug 2017) Log Message WSL should support dereference (^) https://bugs.webkit.org/show_bug.cgi?id=176192 Reviewed by Myles Maxfield. This implements DereferenceExpression.

[webkit-changes] [221454] trunk/Source

2017-08-31 Thread commit-queue
Title: [221454] trunk/Source Revision 221454 Author commit-qu...@webkit.org Date 2017-08-31 16:20:03 -0700 (Thu, 31 Aug 2017) Log Message Update CacheStorage caches only if it is updated https://bugs.webkit.org/show_bug.cgi?id=176135 Patch by Youenn Fablet on

[webkit-changes] [221458] trunk/JSTests

2017-08-31 Thread ryanhaddad
Title: [221458] trunk/JSTests Revision 221458 Author ryanhad...@apple.com Date 2017-08-31 16:44:51 -0700 (Thu, 31 Aug 2017) Log Message Skip two slow JSC tests after r221422. Unreviewed test gardening. * stress/regexp-prototype-match-on-too-long-rope.js: *

[webkit-changes] [221468] trunk/Tools

2017-08-31 Thread fpizlo
Title: [221468] trunk/Tools Revision 221468 Author fpi...@apple.com Date 2017-08-31 19:52:14 -0700 (Thu, 31 Aug 2017) Log Message WSL should support loading from arrays https://bugs.webkit.org/show_bug.cgi?id=176207 Reviewed by Saam Barati. Getting a test that loads from arrays

[webkit-changes] [221470] trunk

2017-08-31 Thread sbarati
Title: [221470] trunk Revision 221470 Author sbar...@apple.com Date 2017-08-31 20:05:39 -0700 (Thu, 31 Aug 2017) Log Message Graph::methodOfGettingAValueProfileFor compares NodeOrigin instead of the semantic CodeOrigin https://bugs.webkit.org/show_bug.cgi?id=176206 Reviewed by Keith

[webkit-changes] [221449] trunk/Tools

2017-08-31 Thread fpizlo
Title: [221449] trunk/Tools Revision 221449 Author fpi...@apple.com Date 2017-08-31 15:22:59 -0700 (Thu, 31 Aug 2017) Log Message There should only be one callFunction API in WSL https://bugs.webkit.org/show_bug.cgi?id=176189 Reviewed by Saam Barati. This removes the need for

[webkit-changes] [221455] trunk

2017-08-31 Thread ryanhaddad
Title: [221455] trunk Revision 221455 Author ryanhad...@apple.com Date 2017-08-31 16:25:45 -0700 (Thu, 31 Aug 2017) Log Message Unreviewed, rolling out r221445. This change broke Sierra Release builds. Reverted changeset: "Switch HTMLMediaElement to release logging"

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

2017-08-31 Thread akling
Title: [221464] trunk/Source/WebCore Revision 221464 Author akl...@apple.com Date 2017-08-31 18:17:16 -0700 (Thu, 31 Aug 2017) Log Message Element focus appearance update should be either immediate or a post-layout task https://bugs.webkit.org/show_bug.cgi?id=176193 Reviewed by Antti

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

2017-08-31 Thread dbates
Title: [221467] trunk/Source/WebCore Revision 221467 Author dba...@webkit.org Date 2017-08-31 19:01:43 -0700 (Thu, 31 Aug 2017) Log Message Attempt to fix the Apple Windows and WinCairo build following (https://bugs.webkit.org/show_bug.cgi?id=176171) Explicitly cast PseudoIds to

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

2017-08-31 Thread sbarati
Title: [221472] trunk/Source/_javascript_Core Revision 221472 Author sbar...@apple.com Date 2017-08-31 22:41:08 -0700 (Thu, 31 Aug 2017) Log Message Throwing an exception in the DFG/FTL should not cause a jettison https://bugs.webkit.org/show_bug.cgi?id=176060 Reviewed by Keith Miller.

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

2017-08-31 Thread achristensen
Title: [221471] trunk/Source/WebCore Revision 221471 Author achristen...@apple.com Date 2017-08-31 21:10:20 -0700 (Thu, 31 Aug 2017) Log Message Fix Windows build after r221422 https://bugs.webkit.org/show_bug.cgi?id=174924 * platform/text/win/LocaleWin.cpp: