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

2018-05-29 Thread utatane . tea
Title: [232253] trunk/Source/_javascript_Core Revision 232253 Author utatane@gmail.com Date 2018-05-28 23:43:38 -0700 (Mon, 28 May 2018) Log Message [JSC] JSBigInt::digitDiv has undefined behavior which causes test failures https://bugs.webkit.org/show_bug.cgi?id=186022 Reviewed by

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

2018-05-29 Thread commit-queue
Title: [232267] trunk/Source/WebCore Revision 232267 Author commit-qu...@webkit.org Date 2018-05-29 11:24:52 -0700 (Tue, 29 May 2018) Log Message Do even fewer allocations in URL host operations https://bugs.webkit.org/show_bug.cgi?id=186003 Patch by Alex Christensen on 2018-05-29

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

2018-05-29 Thread ggaren
Title: [232263] trunk/Source/WebKit Revision 232263 Author gga...@apple.com Date 2018-05-29 10:31:16 -0700 (Tue, 29 May 2018) Log Message Removed some unused WebSQL trackers https://bugs.webkit.org/show_bug.cgi?id=186026 Reviewed by Dan Bernstein. * NetworkProcess/NetworkProcess.cpp:

[webkit-changes] [232265] trunk

2018-05-29 Thread commit-queue
Title: [232265] trunk Revision 232265 Author commit-qu...@webkit.org Date 2018-05-29 11:10:50 -0700 (Tue, 29 May 2018) Log Message Don't assert on m_actionsStart when setting actions on DFA nodes https://bugs.webkit.org/show_bug.cgi?id=185979 Patch by Tadeu Zagallo on 2018-05-29

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

2018-05-29 Thread jeffm
Title: [232266] trunk/Source/WebKit Revision 232266 Author je...@apple.com Date 2018-05-29 11:10:55 -0700 (Tue, 29 May 2018) Log Message Expose additional WKMenuItemIdentifier strings https://bugs.webkit.org/show_bug.cgi?id=186041 Reviewed by Dan Bernstein. Expose identifiers for

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

2018-05-29 Thread cdumez
Title: [232268] trunk/Source/WebCore Revision 232268 Author cdu...@apple.com Date 2018-05-29 11:32:00 -0700 (Tue, 29 May 2018) Log Message Avoid unnecessary String allocation in isPublicSuffix(const String&) https://bugs.webkit.org/show_bug.cgi?id=186054 Reviewed by Sam Weinig. Avoid

[webkit-changes] [232270] trunk/Tools

2018-05-29 Thread Hironori . Fujii
Title: [232270] trunk/Tools Revision 232270 Author hironori.fu...@sony.com Date 2018-05-29 12:27:13 -0700 (Tue, 29 May 2018) Log Message [Win][MiniBrowser] Move WK1 specific code from Common.cpp to MiniBrowser.cpp https://bugs.webkit.org/show_bug.cgi?id=186029 Reviewed by Alex

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

2018-05-29 Thread utatane . tea
Title: [232264] trunk/Source/WTF Revision 232264 Author utatane@gmail.com Date 2018-05-29 10:56:47 -0700 (Tue, 29 May 2018) Log Message Unreviewed, follow-up after r232244 https://bugs.webkit.org/show_bug.cgi?id=186023 _BitScanReverse64 is available only in X86_64 and ARM. *

[webkit-changes] [232269] trunk

2018-05-29 Thread sbarati
Title: [232269] trunk Revision 232269 Author sbar...@apple.com Date 2018-05-29 11:56:05 -0700 (Tue, 29 May 2018) Log Message JSC should put bmalloc's scavenger into mini mode https://bugs.webkit.org/show_bug.cgi?id=185988 Reviewed by Michael Saboff. Source/bmalloc: We expose an API

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

2018-05-29 Thread utatane . tea
Title: [232271] trunk/Source/_javascript_Core Revision 232271 Author utatane@gmail.com Date 2018-05-29 13:04:14 -0700 (Tue, 29 May 2018) Log Message [Baseline] Merge loading functionalities https://bugs.webkit.org/show_bug.cgi?id=185907 Reviewed by Saam Barati. This patch unifies

[webkit-changes] [232281] trunk

2018-05-29 Thread youenn
Title: [232281] trunk Revision 232281 Author you...@apple.com Date 2018-05-29 17:18:39 -0700 (Tue, 29 May 2018) Log Message Add a consistency check between URL and CFURL Source/WebCore: https://bugs.webkit.org/show_bug.cgi?id=186057 Reviewed by Geoff Garen. It is important that

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

2018-05-29 Thread rniwa
Title: [232272] trunk/Source/WebCore Revision 232272 Author rn...@webkit.org Date 2018-05-29 13:30:18 -0700 (Tue, 29 May 2018) Log Message iOS WK1: Occasional crash in sanitizedMarkupForFragmentInDocument https://bugs.webkit.org/show_bug.cgi?id=186011 Reviewed by David Kilzer. The

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

2018-05-29 Thread timothy
Title: [232278] trunk/Source/WebCore Revision 232278 Author timo...@apple.com Date 2018-05-29 16:41:39 -0700 (Tue, 29 May 2018) Log Message Printing does not apply the right colors in all cases. https://bugs.webkit.org/show_bug.cgi?id=186066 rdar://problem/40274975 Reviewed by Tim

[webkit-changes] [232282] trunk/JSTests

2018-05-29 Thread caitp
Title: [232282] trunk/JSTests Revision 232282 Author ca...@igalia.com Date 2018-05-29 17:40:28 -0700 (Tue, 29 May 2018) Log Message [JSTests] update test262 expectations after r232261 https://bugs.webkit.org/show_bug.cgi?id=184267 Reviewed by Saam Barati. * test262/expectations.yaml:

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

2018-05-29 Thread cdumez
Title: [232275] trunk/Source/WebKit Revision 232275 Author cdu...@apple.com Date 2018-05-29 15:14:03 -0700 (Tue, 29 May 2018) Log Message Store 0-lifetime stylesheets / scripts into the disk cache for faster history navigations https://bugs.webkit.org/show_bug.cgi?id=186060 Reviewed by

[webkit-changes] [232277] trunk/Source

2018-05-29 Thread pvollan
Title: [232277] trunk/Source Revision 232277 Author pvol...@apple.com Date 2018-05-29 16:28:41 -0700 (Tue, 29 May 2018) Log Message Create typedef for HashMap https://bugs.webkit.org/show_bug.cgi?id=186056 Reviewed by Brent Fulgham. Source/WebCore: No new tests, no change in behavior.

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

2018-05-29 Thread sbarati
Title: [232279] trunk/Source/_javascript_Core Revision 232279 Author sbar...@apple.com Date 2018-05-29 16:48:35 -0700 (Tue, 29 May 2018) Log Message shrinkFootprint needs to request a full collection https://bugs.webkit.org/show_bug.cgi?id=186069 Reviewed by Mark Lam. * runtime/VM.cpp:

[webkit-changes] [232274] trunk/Tools

2018-05-29 Thread commit-queue
Title: [232274] trunk/Tools Revision 232274 Author commit-qu...@webkit.org Date 2018-05-29 14:29:57 -0700 (Tue, 29 May 2018) Log Message Export changes to web-platform-test as part of the webkit-patch upload workflow https://bugs.webkit.org/show_bug.cgi?id=184914 Patch by Brendan

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

2018-05-29 Thread jiewen_tan
Title: [232276] trunk/Source/WebKit Revision 232276 Author jiewen_...@apple.com Date 2018-05-29 15:59:08 -0700 (Tue, 29 May 2018) Log Message Tighten sandbox profiles for Networking Processes to restrict accesses to macOS/iOS Keychains https://bugs.webkit.org/show_bug.cgi?id=162948

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

2018-05-29 Thread aestes
Title: [232283] trunk/Source/WebKit Revision 232283 Author aes...@apple.com Date 2018-05-29 17:47:00 -0700 (Tue, 29 May 2018) Log Message [Wi-Fi Assertions] Track whether WiFiAssertionHolder should actually hold a Wi-Fi assertion https://bugs.webkit.org/show_bug.cgi?id=185983 Reviewed

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

2018-05-29 Thread commit-queue
Title: [232280] trunk/Source/WebKit Revision 232280 Author commit-qu...@webkit.org Date 2018-05-29 17:03:33 -0700 (Tue, 29 May 2018) Log Message Remove unused WebPage::dummy https://bugs.webkit.org/show_bug.cgi?id=186068 Patch by Alex Christensen on 2018-05-29 Reviewed by Sam Weinig.

[webkit-changes] [232254] trunk

2018-05-29 Thread commit-queue
Title: [232254] trunk Revision 232254 Author commit-qu...@webkit.org Date 2018-05-29 01:45:17 -0700 (Tue, 29 May 2018) Log Message [GStreamer] Update "qtdemux: Clarify field name about stream-encryption-system" patch https://bugs.webkit.org/show_bug.cgi?id=186040 Source/WebCore: Patch

[webkit-changes] [232284] trunk/Source

2018-05-29 Thread timothy_horton
Title: [232284] trunk/Source Revision 232284 Author timothy_hor...@apple.com Date 2018-05-29 20:36:34 -0700 (Tue, 29 May 2018) Log Message Fix the build https://bugs.webkit.org/show_bug.cgi?id=186078 Unreviewed build fix. Source/WebKit: * UIProcess/API/Cocoa/WKWebView.mm:

[webkit-changes] [232285] trunk

2018-05-29 Thread n_wang
Title: [232285] trunk Revision 232285 Author n_w...@apple.com Date 2018-05-29 21:01:14 -0700 (Tue, 29 May 2018) Log Message AX: macOS VoiceOver doesn't announce when details element is expanded when using role group https://bugs.webkit.org/show_bug.cgi?id=180866 Reviewed by Chris

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

2018-05-29 Thread sbarati
Title: [232286] trunk/Source/_javascript_Core Revision 232286 Author sbar...@apple.com Date 2018-05-29 21:36:07 -0700 (Tue, 29 May 2018) Log Message Add a version of JSVirtualMachine shrinkFootprint that runs when the VM goes idle https://bugs.webkit.org/show_bug.cgi?id=186064 Reviewed

[webkit-changes] [232258] trunk

2018-05-29 Thread sihui_liu
Title: [232258] trunk Revision 232258 Author sihui_...@apple.com Date 2018-05-29 09:12:22 -0700 (Tue, 29 May 2018) Log Message Unable to remove IndexedDB Databases with Cocoa API removeDataOfTypes https://bugs.webkit.org/show_bug.cgi?id=185835 Reviewed by Chris Dumez. Source/WebKit:

[webkit-changes] [232259] trunk

2018-05-29 Thread n_wang
Title: [232259] trunk Revision 232259 Author n_w...@apple.com Date 2018-05-29 09:19:09 -0700 (Tue, 29 May 2018) Log Message AX: setValue on contenteditable should preserve whitespace https://bugs.webkit.org/show_bug.cgi?id=185897 Reviewed by Ryosuke Niwa. Source/WebCore: We should

[webkit-changes] [232256] trunk

2018-05-29 Thread wenson_hsieh
Title: [232256] trunk Revision 232256 Author wenson_hs...@apple.com Date 2018-05-29 08:00:09 -0700 (Tue, 29 May 2018) Log Message [Extra zoom mode] "Significant area painted" rendering progress event is rarely fired https://bugs.webkit.org/show_bug.cgi?id=186042 Reviewed by Tim Horton.

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

2018-05-29 Thread zalan
Title: [232257] trunk/Source/WebCore Revision 232257 Author za...@apple.com Date 2018-05-29 08:19:49 -0700 (Tue, 29 May 2018) Log Message [LFC] Miscellaneous fixes to ensure no assertion in LayoutContext::layout https://bugs.webkit.org/show_bug.cgi?id=186052 Reviewed by Antti Koivisto.

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

2018-05-29 Thread pvollan
Title: [232260] trunk/Source/WebKit Revision 232260 Author pvol...@apple.com Date 2018-05-29 09:50:12 -0700 (Tue, 29 May 2018) Log Message Follow-up fixes after r228907. https://bugs.webkit.org/show_bug.cgi?id=183338 Reviewed by Brent Fulgham. Add screen properties to the WebProcess

[webkit-changes] [232261] trunk

2018-05-29 Thread caitp
Title: [232261] trunk Revision 232261 Author ca...@igalia.com Date 2018-05-29 09:56:29 -0700 (Tue, 29 May 2018) Log Message [JSC] Fix Array.prototype.concat fast case when single argument is Proxy https://bugs.webkit.org/show_bug.cgi?id=184267 Reviewed by Saam Barati. JSTests: *

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

2018-05-29 Thread ggaren
Title: [232262] trunk/Source/bmalloc Revision 232262 Author gga...@apple.com Date 2018-05-29 10:28:50 -0700 (Tue, 29 May 2018) Log Message Fixed the bmalloc build https://bugs.webkit.org/show_bug.cgi?id=186025 Reviewed by Sam Weinig. * bmalloc.xcodeproj/project.pbxproj: Link Foundation