[webkit-changes] [233390] trunk

2018-06-29 Thread n_wang
Title: [233390] trunk Revision 233390 Author n_w...@apple.com Date 2018-06-29 22:40:44 -0700 (Fri, 29 Jun 2018) Log Message Crash under WebCore::AXObjectCache::handleMenuItemSelected https://bugs.webkit.org/show_bug.cgi?id=186918 Reviewed by Chris Fleizach. Source/WebCore: When a

[webkit-changes] [233389] trunk

2018-06-29 Thread antti
Title: [233389] trunk Revision 233389 Author an...@apple.com Date 2018-06-29 20:02:24 -0700 (Fri, 29 Jun 2018) Log Message REGRESSION (r232806): Facebook login fields have blue fill background instead of white https://bugs.webkit.org/show_bug.cgi?id=187207 Source/WebCore: Reviewed by

[webkit-changes] [233388] trunk/Tools

2018-06-29 Thread dbates
Title: [233388] trunk/Tools Revision 233388 Author dba...@webkit.org Date 2018-06-29 19:12:45 -0700 (Fri, 29 Jun 2018) Log Message build-webkit: Perl "use of uninitialized value $previousContents" https://bugs.webkit.org/show_bug.cgi?id=185776 Reviewed by Michael Catanzaro. Fixes an

[webkit-changes] [233387] trunk

2018-06-29 Thread dbates
Title: [233387] trunk Revision 233387 Author dba...@webkit.org Date 2018-06-29 19:11:01 -0700 (Fri, 29 Jun 2018) Log Message REGRESSION (r230921): Cannot log in to forums.swift.org using GitHub account https://bugs.webkit.org/show_bug.cgi?id=187197 Reviewed by Brent Fulgham.

[webkit-changes] [233386] trunk/Tools

2018-06-29 Thread dbates
Title: [233386] trunk/Tools Revision 233386 Author dba...@webkit.org Date 2018-06-29 19:06:23 -0700 (Fri, 29 Jun 2018) Log Message Perl uninitialized value $isEnabled when running build-jsc using a CMake build https://bugs.webkit.org/show_bug.cgi?id=187208 Reviewed by Tim Horton. Share

[webkit-changes] [233385] trunk/Tools

2018-06-29 Thread timothy_horton
Title: [233385] trunk/Tools Revision 233385 Author timothy_hor...@apple.com Date 2018-06-29 18:20:02 -0700 (Fri, 29 Jun 2018) Log Message Add -apple-color-filter and system appearance toggles to MiniBrowser https://bugs.webkit.org/show_bug.cgi?id=187210 Reviewed by Simon Fraser. *

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

2018-06-29 Thread wilander
Title: [233384] trunk/Source/WebKit Revision 233384 Author wilan...@apple.com Date 2018-06-29 18:07:38 -0700 (Fri, 29 Jun 2018) Log Message Resource Load Statistics: Make network process calls only for the process pool that the page belongs to

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

2018-06-29 Thread sbarati
Title: [233383] trunk/Source/_javascript_Core Revision 233383 Author sbar...@apple.com Date 2018-06-29 17:55:57 -0700 (Fri, 29 Jun 2018) Log Message Unreviewed. Try to fix Windows build after r233377 * builtins/BuiltinExecutables.cpp: (JSC::BuiltinExecutables::createExecutable):

[webkit-changes] [233382] trunk/LayoutTests

2018-06-29 Thread ryanhaddad
Title: [233382] trunk/LayoutTests Revision 233382 Author ryanhad...@apple.com Date 2018-06-29 17:43:37 -0700 (Fri, 29 Jun 2018) Log Message Skip media/picture-in-picture-interruption.html on iOS since it relies on 'runWithKeyDown'. https://bugs.webkit.org/show_bug.cgi?id=187181

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

2018-06-29 Thread cdumez
Title: [233381] trunk/Source/WebKit Revision 233381 Author cdu...@apple.com Date 2018-06-29 17:35:29 -0700 (Fri, 29 Jun 2018) Log Message Add utility methods to WebResourceLoadStatisticsStore to hop back and forth between threads https://bugs.webkit.org/show_bug.cgi?id=187200 Reviewed

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

2018-06-29 Thread darin
Title: [233380] trunk/Source/WTF Revision 233380 Author da...@apple.com Date 2018-06-29 17:23:43 -0700 (Fri, 29 Jun 2018) Log Message [Cocoa] reduce unnecessary use of .mm source files in WTF, spruce up some implementation details https://bugs.webkit.org/show_bug.cgi?id=186924 Reviewed

[webkit-changes] [233379] trunk

2018-06-29 Thread commit-queue
Title: [233379] trunk Revision 233379 Author commit-qu...@webkit.org Date 2018-06-29 17:06:25 -0700 (Fri, 29 Jun 2018) Log Message [macOS] Do not crash if there is an attempt to copy a file URL to the clipboard https://bugs.webkit.org/show_bug.cgi?id=187183 Patch by Aditya Keerthi on

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

2018-06-29 Thread sbarati
Title: [233378] trunk/Source/_javascript_Core Revision 233378 Author sbar...@apple.com Date 2018-06-29 17:05:36 -0700 (Fri, 29 Jun 2018) Log Message Don't use tracePoints in JS/Wasm entry https://bugs.webkit.org/show_bug.cgi?id=187196 Reviewed by Mark Lam. This puts VM entry and Wasm

[webkit-changes] [233377] trunk

2018-06-29 Thread sbarati
Title: [233377] trunk Revision 233377 Author sbar...@apple.com Date 2018-06-29 16:40:25 -0700 (Fri, 29 Jun 2018) Log Message We shouldn't recurse into the parser when gathering metadata about various function offsets https://bugs.webkit.org/show_bug.cgi?id=184074 Reviewed by Mark Lam.

[webkit-changes] [233376] trunk

2018-06-29 Thread n_wang
Title: [233376] trunk Revision 233376 Author n_w...@apple.com Date 2018-06-29 16:33:30 -0700 (Fri, 29 Jun 2018) Log Message AX: [iOS] VoiceOver scroll position is jumpy in frames https://bugs.webkit.org/show_bug.cgi?id=186956 Reviewed by Simon Fraser. Source/WebCore: iOS is using

[webkit-changes] [233375] trunk/Tools

2018-06-29 Thread dbates
Title: [233375] trunk/Tools Revision 233375 Author dba...@webkit.org Date 2018-06-29 16:17:45 -0700 (Fri, 29 Jun 2018) Log Message [lldb-webkit] Non-empty strings may be pretty-printed as empty https://bugs.webkit.org/show_bug.cgi?id=187185 Reviewed by Simon Fraser. For some reason

[webkit-changes] [233374] trunk

2018-06-29 Thread cdumez
Title: [233374] trunk Revision 233374 Author cdu...@apple.com Date 2018-06-29 15:56:29 -0700 (Fri, 29 Jun 2018) Log Message WebKitLegacy: Can trigger recursive loads triggering debug assertions https://bugs.webkit.org/show_bug.cgi?id=187121 Reviewed by Brent Fulgham. Source/WebCore:

[webkit-changes] [233373] trunk/Tools

2018-06-29 Thread lforschler
Title: [233373] trunk/Tools Revision 233373 Author lforsch...@apple.com Date 2018-06-29 15:51:59 -0700 (Fri, 29 Jun 2018) Log Message Teach bisect-builds to retrieve supported platforms from the rest api. Modified Paths trunk/Tools/ChangeLog trunk/Tools/Scripts/bisect-builds Diff

[webkit-changes] [233372] trunk/Tools

2018-06-29 Thread keith_miller
Title: [233372] trunk/Tools Revision 233372 Author keith_mil...@apple.com Date 2018-06-29 14:17:35 -0700 (Fri, 29 Jun 2018) Log Message run-jsc should print when jsc exits with non-zero status https://bugs.webkit.org/show_bug.cgi?id=187192 Reviewed by Saam Barati. * Scripts/run-jsc:

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

2018-06-29 Thread cdumez
Title: [233371] trunk/Source/WebKit Revision 233371 Author cdu...@apple.com Date 2018-06-29 14:00:50 -0700 (Fri, 29 Jun 2018) Log Message Regression(r233359): Caused ITP tests to be flaky https://bugs.webkit.org/show_bug.cgi?id=187189 Reviewed by Youenn Fablet. r233359 started using

[webkit-changes] [233370] trunk/LayoutTests

2018-06-29 Thread ryanhaddad
Title: [233370] trunk/LayoutTests Revision 233370 Author ryanhad...@apple.com Date 2018-06-29 13:59:14 -0700 (Fri, 29 Jun 2018) Log Message Layout Test webrtc/datachannel/mdns-ice-candidates.html is flaky https://bugs.webkit.org/show_bug.cgi?id=187180 Unreviewed test gardening. Patch

[webkit-changes] [233369] trunk/LayoutTests

2018-06-29 Thread ryanhaddad
Title: [233369] trunk/LayoutTests Revision 233369 Author ryanhad...@apple.com Date 2018-06-29 13:47:45 -0700 (Fri, 29 Jun 2018) Log Message Layout Test js/error-should-not-strong-reference-global-object.html is flaky on macOS https://bugs.webkit.org/show_bug.cgi?id=187103 Unreviewed

[webkit-changes] [233368] trunk/Tools

2018-06-29 Thread aakash_jain
Title: [233368] trunk/Tools Revision 233368 Author aakash_j...@apple.com Date 2018-06-29 13:25:44 -0700 (Fri, 29 Jun 2018) Log Message [ews-build] Add timeout to webkitpy and webkitperl tests https://bugs.webkit.org/show_bug.cgi?id=187191 Reviewed by Lucas Forschler. *

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

2018-06-29 Thread wilander
Title: [233367] trunk/Source/WebKit Revision 233367 Author wilan...@apple.com Date 2018-06-29 13:11:39 -0700 (Fri, 29 Jun 2018) Log Message Resource Load Statistics: Don't create a WebResourceLoadStatisticsStore for ephemeral sessions https://bugs.webkit.org/show_bug.cgi?id=187154

[webkit-changes] [233366] trunk

2018-06-29 Thread said
Title: [233366] trunk Revision 233366 Author s...@apple.com Date 2018-06-29 12:24:45 -0700 (Fri, 29 Jun 2018) Log Message Infinite loop if a element references its ancestor and the DOMNodeInserted event handler of one its ancestor's descents updates the document style

[webkit-changes] [233365] trunk

2018-06-29 Thread rego
Title: [233365] trunk Revision 233365 Author r...@igalia.com Date 2018-06-29 11:54:41 -0700 (Fri, 29 Jun 2018) Log Message [WPE] Three CSS Grid Layout tests crash due to valueless std::optional access https://bugs.webkit.org/show_bug.cgi?id=186752 Reviewed by Frédéric Wang.

[webkit-changes] [233364] trunk/Tools

2018-06-29 Thread clopez
Title: [233364] trunk/Tools Revision 233364 Author clo...@igalia.com Date 2018-06-29 11:12:50 -0700 (Fri, 29 Jun 2018) Log Message [WPE]: Fix exception handling when flatpak is not installed https://bugs.webkit.org/show_bug.cgi?id=186771 Unreviewed followup-fix after r233362 This was

[webkit-changes] [233363] trunk

2018-06-29 Thread ross . kirsling
Title: [233363] trunk Revision 233363 Author ross.kirsl...@sony.com Date 2018-06-29 10:55:24 -0700 (Fri, 29 Jun 2018) Log Message [JSCOnly] Restore Windows build. https://bugs.webkit.org/show_bug.cgi?id=187127 Reviewed by Michael Catanzaro. .: * Source/cmake/OptionsJSCOnly.cmake:

[webkit-changes] [233362] trunk

2018-06-29 Thread commit-queue
Title: [233362] trunk Revision 233362 Author commit-qu...@webkit.org Date 2018-06-29 10:47:17 -0700 (Fri, 29 Jun 2018) Log Message [GTK][WPE]: Add a way to setup our development environment inside flatpak https://bugs.webkit.org/show_bug.cgi?id=186771 Patch by Thibault Saunier on

[webkit-changes] [233361] trunk

2018-06-29 Thread david_fenton
Title: [233361] trunk Revision 233361 Author david_fen...@apple.com Date 2018-06-29 10:42:00 -0700 (Fri, 29 Jun 2018) Log Message Unreviewed, rolling out r233349. caused 42 crashes on iOS GuardMalloc and iOS ASan tests Reverted changeset: "[Web Animations] Using a Web Animation leaks

[webkit-changes] [233360] trunk

2018-06-29 Thread jer . noble
Title: [233360] trunk Revision 233360 Author jer.no...@apple.com Date 2018-06-29 10:15:08 -0700 (Fri, 29 Jun 2018) Log Message Returning PiP'd video to fullscreen while playing leaves video muted. https://bugs.webkit.org/show_bug.cgi?id=187181 Reviewed by Eric Carlson. Source/WebCore:

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

2018-06-29 Thread cdumez
Title: [233359] trunk/Source/WebKit Revision 233359 Author cdu...@apple.com Date 2018-06-29 09:54:05 -0700 (Fri, 29 Jun 2018) Log Message Stop using lambdas for WebResourceLoadStatisticsStore to interact with its WebsiteDataStore https://bugs.webkit.org/show_bug.cgi?id=187165 Reviewed

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

2018-06-29 Thread ryanhaddad
Title: [233358] trunk/Source/bmalloc Revision 233358 Author ryanhad...@apple.com Date 2018-06-29 08:24:59 -0700 (Fri, 29 Jun 2018) Log Message Unreviewed, rolling out r233347. Causes crashes during WK1 tests. Reverted changeset: "Disable IsoHeaps when Gigacage is off"

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

2018-06-29 Thread zalan
Title: [233357] trunk/Source/WebCore Revision 233357 Author za...@apple.com Date 2018-06-29 08:20:47 -0700 (Fri, 29 Jun 2018) Log Message [LFC] When the formatting root is also a containing block for out-of-flow elements. https://bugs.webkit.org/show_bug.cgi?id=187179 Reviewed by Antti

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

2018-06-29 Thread zalan
Title: [233356] trunk/Source/WebCore Revision 233356 Author za...@apple.com Date 2018-06-29 07:47:06 -0700 (Fri, 29 Jun 2018) Log Message [LFC] Do not skip the next inflow sibling after finishing a formatting context root layout. https://bugs.webkit.org/show_bug.cgi?id=187178 Reviewed

[webkit-changes] [233355] trunk/LayoutTests

2018-06-29 Thread pvollan
Title: [233355] trunk/LayoutTests Revision 233355 Author pvol...@apple.com Date 2018-06-29 07:17:38 -0700 (Fri, 29 Jun 2018) Log Message Layout Test imported/mozilla/css-animations/test_animation-starttime.html is failing. https://bugs.webkit.org/show_bug.cgi?id=186807 Unreviewed test

[webkit-changes] [233354] trunk/LayoutTests

2018-06-29 Thread pvollan
Title: [233354] trunk/LayoutTests Revision 233354 Author pvol...@apple.com Date 2018-06-29 07:10:28 -0700 (Fri, 29 Jun 2018) Log Message Layout Test fast/text/mark-matches-broken-line-rendering.html is failing https://bugs.webkit.org/show_bug.cgi?id=187177 Unreviewed test gardening. *

[webkit-changes] [233352] trunk/LayoutTests

2018-06-29 Thread graouts
Title: [233352] trunk/LayoutTests Revision 233352 Author grao...@webkit.org Date 2018-06-29 05:35:51 -0700 (Fri, 29 Jun 2018) Log Message Layout Test compositing/animation/layer-for-filling-animation.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=187163 Unreviewed.

[webkit-changes] [233351] trunk/LayoutTests

2018-06-29 Thread graouts
Title: [233351] trunk/LayoutTests Revision 233351 Author grao...@webkit.org Date 2018-06-29 05:34:04 -0700 (Fri, 29 Jun 2018) Log Message [mac][wk2] REGRESSION (Tiled Drawing): Some css3/ tests fail with fringing around tiled background-images that intersect tile boundaries

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

2018-06-29 Thread zalan
Title: [233350] trunk/Source/WebCore Revision 233350 Author za...@apple.com Date 2018-06-29 00:55:53 -0700 (Fri, 29 Jun 2018) Log Message [LFC] The static position for an out-of-flow box should include the previous sibling's collapsed margin https://bugs.webkit.org/show_bug.cgi?id=187169