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

2020-05-18 Thread simon . fraser
Title: [261849] trunk/Source/WebCore Revision 261849 Author simon.fra...@apple.com Date 2020-05-18 22:09:33 -0700 (Mon, 18 May 2020) Log Message Move some of the more chatty Scrolling logging to a ScrollingTree channel https://bugs.webkit.org/show_bug.cgi?id=212061 Reviewed by Tim

[webkit-changes] [261848] trunk/Source

2020-05-18 Thread ddkilzer
Title: [261848] trunk/Source Revision 261848 Author ddkil...@apple.com Date 2020-05-18 21:59:16 -0700 (Mon, 18 May 2020) Log Message Replace TextIndicatorOptions with OptionSet Reviewed by Simon Fraser. Use OptionSet everywhere TextIndicatorOptions was previously used, plus: - Make

[webkit-changes] [261847] trunk/Source/WebKitLegacy/mac

2020-05-18 Thread peng . liu6
Title: [261847] trunk/Source/WebKitLegacy/mac Revision 261847 Author peng.l...@apple.com Date 2020-05-18 21:24:52 -0700 (Mon, 18 May 2020) Log Message ASSERTION FAILED: media/modern-media-controls/media-controller/media-controller-resize.html crashes under stress tests

[webkit-changes] [261846] trunk/Tools

2020-05-18 Thread chris . reid
Title: [261846] trunk/Tools Revision 261846 Author chris.r...@sony.com Date 2020-05-18 19:41:11 -0700 (Mon, 18 May 2020) Log Message [WinCairo] WKTR WebsiteDataStore is being overwritten by the default one https://bugs.webkit.org/show_bug.cgi?id=212044 Reviewed by Fujii Hironori.

[webkit-changes] [261845] trunk

2020-05-18 Thread aestes
Title: [261845] trunk Revision 261845 Author aes...@apple.com Date 2020-05-18 19:32:50 -0700 (Mon, 18 May 2020) Log Message http/tests/ssl/applepay/ApplePayInstallmentConfiguration.https.html fails in public SDK builds https://bugs.webkit.org/show_bug.cgi?id=212000 Reviewed by Youenn

[webkit-changes] [261844] trunk/Source/ThirdParty/ANGLE

2020-05-18 Thread commit-queue
Title: [261844] trunk/Source/ThirdParty/ANGLE Revision 261844 Author commit-qu...@webkit.org Date 2020-05-18 18:54:09 -0700 (Mon, 18 May 2020) Log Message Enable regenerateStructNames workaround on iOS https://bugs.webkit.org/show_bug.cgi?id=212056 Patch by James Darpinian on

[webkit-changes] [261843] trunk

2020-05-18 Thread mmaxfield
Title: [261843] trunk Revision 261843 Author mmaxfi...@apple.com Date 2020-05-18 18:48:20 -0700 (Mon, 18 May 2020) Log Message [WebGPU] Validation for GPUDevice.createTexture() https://bugs.webkit.org/show_bug.cgi?id=211882 Reviewed by Dean Jackson. Source/WebCore: Add lots of

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

2020-05-18 Thread sbarati
Title: [261842] trunk/Source/_javascript_Core Revision 261842 Author sbar...@apple.com Date 2020-05-18 18:17:48 -0700 (Mon, 18 May 2020) Log Message Do more speculation that a GetByVal/PutByVal will have an int32 index based on data from ArrayProfile

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

2020-05-18 Thread ddkilzer
Title: [261840] trunk/Source/WebCore Revision 261840 Author ddkil...@apple.com Date 2020-05-18 16:48:39 -0700 (Mon, 18 May 2020) Log Message Follow-up: Use default initializers in TextIndicatorData * page/TextIndicator.h: (WebCore::TextIndicatorData::contentImageScaleFactor): - Simon

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

2020-05-18 Thread peng . liu6
Title: [261839] trunk/Source/WebCore Revision 261839 Author peng.l...@apple.com Date 2020-05-18 16:40:06 -0700 (Mon, 18 May 2020) Log Message Add a quirk to allow an embedded Twitter video to play with one tapping https://bugs.webkit.org/show_bug.cgi?id=211932 Reviewed by Maciej

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

2020-05-18 Thread timothy_horton
Title: [261838] trunk/Source/WebKit Revision 261838 Author timothy_hor...@apple.com Date 2020-05-18 16:31:42 -0700 (Mon, 18 May 2020) Log Message Rare crash under -[WKContentView resignFirstResponderForWebView] https://bugs.webkit.org/show_bug.cgi?id=212050 Reviewed by Wenson Hsieh. *

[webkit-changes] [261837] trunk

2020-05-18 Thread simon . fraser
Title: [261837] trunk Revision 261837 Author simon.fra...@apple.com Date 2020-05-18 16:10:40 -0700 (Mon, 18 May 2020) Log Message Content disappears on CSS parallax example https://bugs.webkit.org/show_bug.cgi?id=212045 Reviewed by Tim Horton. Source/WebCore: In r261632 I fixed

[webkit-changes] [261836] trunk/Source

2020-05-18 Thread ddkilzer
Title: [261836] trunk/Source Revision 261836 Author ddkil...@apple.com Date 2020-05-18 15:50:41 -0700 (Mon, 18 May 2020) Log Message Use default initializers in TextIndicatorData Reviewed by Alex Christensen. Source/WebCore: Tested by IPC::Decoder::decode() and

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

2020-05-18 Thread simon . fraser
Title: [261835] trunk/Source/WebCore Revision 261835 Author simon.fra...@apple.com Date 2020-05-18 15:29:37 -0700 (Mon, 18 May 2020) Log Message Fix operator== and hash() for ExtendedColor https://bugs.webkit.org/show_bug.cgi?id=211993 Post-landing followup. ExtendedColor operator== has

[webkit-changes] [261834] trunk

2020-05-18 Thread ysuzuki
Title: [261834] trunk Revision 261834 Author ysuz...@apple.com Date 2020-05-18 15:26:32 -0700 (Mon, 18 May 2020) Log Message [JSC] BigInt peephole compare should speculate appropriately https://bugs.webkit.org/show_bug.cgi?id=212037 Reviewed by Saam Barati. JSTests: *

[webkit-changes] [261833] trunk

2020-05-18 Thread wenson_hsieh
Title: [261833] trunk Revision 261833 Author wenson_hs...@apple.com Date 2020-05-18 15:22:02 -0700 (Mon, 18 May 2020) Log Message Replace uses of +self with +class https://bugs.webkit.org/show_bug.cgi?id=212041 Reviewed by Darin Adler. Source/WebCore: No change in behavior. *

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

2020-05-18 Thread ross . kirsling
Title: [261832] trunk/Source/WebCore Revision 261832 Author ross.kirsl...@sony.com Date 2020-05-18 14:17:54 -0700 (Mon, 18 May 2020) Log Message Unreviewed restabilization of non-unified build. * accessibility/AXObjectCache.cpp: * html/HTMLAttachmentElement.h: *

[webkit-changes] [261831] branches/safari-609-branch/Tools

2020-05-18 Thread ryanhaddad
Title: [261831] branches/safari-609-branch/Tools Revision 261831 Author ryanhad...@apple.com Date 2020-05-18 13:52:14 -0700 (Mon, 18 May 2020) Log Message Unreviewed test gardening for rdar://59610140 and rdar://59611168. * TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm: *

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

2020-05-18 Thread commit-queue
Title: [261829] trunk/Source/WebKit Revision 261829 Author commit-qu...@webkit.org Date 2020-05-18 13:49:23 -0700 (Mon, 18 May 2020) Log Message WebPageProxy::DidCommitLoadForFrame should use FrameLoadType instead of casting to/from uint32_t for IPC

[webkit-changes] [261830] trunk

2020-05-18 Thread commit-queue
Title: [261830] trunk Revision 261830 Author commit-qu...@webkit.org Date 2020-05-18 13:49:30 -0700 (Mon, 18 May 2020) Log Message Null Ptr Deref @ WebCore::CSSValue::classType https://bugs.webkit.org/show_bug.cgi?id=212036 Patch by Pinki Gyanchandani on 2020-05-18 Reviewed by Geoffrey

[webkit-changes] [261828] trunk

2020-05-18 Thread simon . fraser
Title: [261828] trunk Revision 261828 Author simon.fra...@apple.com Date 2020-05-18 13:22:15 -0700 (Mon, 18 May 2020) Log Message Implement conversion between P3 and sRGB color https://bugs.webkit.org/show_bug.cgi?id=211998 Reviewed by Daniel Bates. Source/WebCore:

[webkit-changes] [261827] trunk

2020-05-18 Thread mark . lam
Title: [261827] trunk Revision 261827 Author mark@apple.com Date 2020-05-18 13:17:34 -0700 (Mon, 18 May 2020) Log Message Implement a faster findBitInWord() using the hardware ctz instruction. https://bugs.webkit.org/show_bug.cgi?id=212032 Reviewed by Saam Barati. Source/bmalloc:

[webkit-changes] [261826] trunk/LayoutTests

2020-05-18 Thread lmoura
Title: [261826] trunk/LayoutTests Revision 261826 Author lmo...@igalia.com Date 2020-05-18 12:11:54 -0700 (Mon, 18 May 2020) Log Message [GTK][WPE] Rebaseline security/block-test-no-port.html Since upstream libsoup commit e337a6f794 it uses soup-http-error-quark GQuark as string for the

[webkit-changes] [261825] trunk

2020-05-18 Thread wenson_hsieh
Title: [261825] trunk Revision 261825 Author wenson_hs...@apple.com Date 2020-05-18 12:05:27 -0700 (Mon, 18 May 2020) Log Message Allow clipboard API access when pasting from a menu item or key binding https://bugs.webkit.org/show_bug.cgi?id=211990 Reviewed by Megan Gardner.

[webkit-changes] [261824] trunk

2020-05-18 Thread keith_miller
Title: [261824] trunk Revision 261824 Author keith_mil...@apple.com Date 2020-05-18 11:56:41 -0700 (Mon, 18 May 2020) Log Message OSR loop entry to iterator_next generic needs to CheckNotEmpty on m_next https://bugs.webkit.org/show_bug.cgi?id=212001 Reviewed by Saam Barati. JSTests: *

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

2020-05-18 Thread pvollan
Title: [261823] trunk/Source/WebCore Revision 261823 Author pvol...@apple.com Date 2020-05-18 11:36:55 -0700 (Mon, 18 May 2020) Log Message [Win] Fix AppleWin build https://bugs.webkit.org/show_bug.cgi?id=212030 Reviewed by Brent Fulgham. The build fails because the number of bitfields

[webkit-changes] [261822] trunk/LayoutTests

2020-05-18 Thread peng . liu6
Title: [261822] trunk/LayoutTests Revision 261822 Author peng.l...@apple.com Date 2020-05-18 11:05:03 -0700 (Mon, 18 May 2020) Log Message REGRESSION (r261493?): media/video-isplayingtoautomotiveheadunit.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=211915 Reviewed by

[webkit-changes] [261821] trunk

2020-05-18 Thread commit-queue
Title: [261821] trunk Revision 261821 Author commit-qu...@webkit.org Date 2020-05-18 10:52:59 -0700 (Mon, 18 May 2020) Log Message Remove certain headers when a redirect causes a request method change https://bugs.webkit.org/show_bug.cgi?id=205119 Patch by Rob Buis on 2020-05-18

[webkit-changes] [261820] trunk

2020-05-18 Thread antti
Title: [261820] trunk Revision 261820 Author an...@apple.com Date 2020-05-18 10:50:11 -0700 (Mon, 18 May 2020) Log Message [Wheel event region] Invalidation for root style https://bugs.webkit.org/show_bug.cgi?id=212029 Reviewed by Simon Fraser. Source/WebCore: Test:

[webkit-changes] [261819] trunk

2020-05-18 Thread simon . fraser
Title: [261819] trunk Revision 261819 Author simon.fra...@apple.com Date 2020-05-18 10:47:10 -0700 (Mon, 18 May 2020) Log Message Find doesn't always scroll search results into view https://bugs.webkit.org/show_bug.cgi?id=212007 Reviewed by Wenson Hsieh. Source/WebCore:

[webkit-changes] [261818] trunk

2020-05-18 Thread darin
Title: [261818] trunk Revision 261818 Author da...@apple.com Date 2020-05-18 10:16:16 -0700 (Mon, 18 May 2020) Log Message Add iterator checking to ListHashSet https://bugs.webkit.org/show_bug.cgi?id=211669 Reviewed by Anders Carlsson. Source/WebCore: *

[webkit-changes] [261817] trunk/LayoutTests

2020-05-18 Thread ryanhaddad
Title: [261817] trunk/LayoutTests Revision 261817 Author ryanhad...@apple.com Date 2020-05-18 10:08:19 -0700 (Mon, 18 May 2020) Log Message [ iOS ] fast/hidpi/filters-and-image-buffer-resolution.html is flaky failing https://bugs.webkit.org/show_bug.cgi?id=208543 Unreviewed test

[webkit-changes] [261816] trunk/Tools

2020-05-18 Thread peng . liu6
Title: [261816] trunk/Tools Revision 261816 Author peng.l...@apple.com Date 2020-05-18 09:41:31 -0700 (Mon, 18 May 2020) Log Message [iPad Simulator] TestWebKitAPI.WebKitLegacy.ScrollingDoesNotPauseMedia is timing out https://bugs.webkit.org/show_bug.cgi?id=211792 Reviewed by Daniel

[webkit-changes] [261815] trunk

2020-05-18 Thread wenson_hsieh
Title: [261815] trunk Revision 261815 Author wenson_hs...@apple.com Date 2020-05-18 09:23:30 -0700 (Mon, 18 May 2020) Log Message Single selection with shows multiple selected options https://bugs.webkit.org/show_bug.cgi?id=199485 Reviewed by Megan Gardner. Source/WebKit: Fixes a

[webkit-changes] [261814] trunk

2020-05-18 Thread commit-queue
Title: [261814] trunk Revision 261814 Author commit-qu...@webkit.org Date 2020-05-18 09:20:08 -0700 (Mon, 18 May 2020) Log Message [GTK] Allow gtk-doc and introspection in cross builds https://bugs.webkit.org/show_bug.cgi?id=212026 Patch by Michael Catanzaro on 2020-05-18 Reviewed by

[webkit-changes] [261813] trunk/LayoutTests

2020-05-18 Thread youenn
Title: [261813] trunk/LayoutTests Revision 261813 Author you...@apple.com Date 2020-05-18 09:04:24 -0700 (Mon, 18 May 2020) Log Message webrtc/datachannel/bufferedAmountLowThreshold.html is failing flakily https://bugs.webkit.org/show_bug.cgi?id=211953 Reviewed by Eric Carlson. *

[webkit-changes] [261812] trunk

2020-05-18 Thread wenson_hsieh
Title: [261812] trunk Revision 261812 Author wenson_hs...@apple.com Date 2020-05-18 08:23:09 -0700 (Mon, 18 May 2020) Log Message [iOS] Unexpected capitalization of next word after repositioning caret https://bugs.webkit.org/show_bug.cgi?id=211969 Reviewed by Alex Christensen.

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

2020-05-18 Thread lmoura
Title: [261811] trunk/Source/WebKit Revision 261811 Author lmo...@igalia.com Date 2020-05-18 08:00:17 -0700 (Mon, 18 May 2020) Log Message webkitpy: Update test data after r261776 https://bugs.webkit.org/show_bug.cgi?id=212008 Reviewed by Alex Christensen. Covered by existing tests. *

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

2020-05-18 Thread zalan
Title: [261810] trunk/Source/WebCore Revision 261810 Author za...@apple.com Date 2020-05-18 07:01:09 -0700 (Mon, 18 May 2020) Log Message [LFC][TFC] Add support for computing the collapsed table border https://bugs.webkit.org/show_bug.cgi?id=212003 Reviewed by Antti Koivisto. UAs must

[webkit-changes] [261809] trunk/LayoutTests

2020-05-18 Thread dpino
Title: [261809] trunk/LayoutTests Revision 261809 Author dp...@igalia.com Date 2020-05-18 05:07:00 -0700 (Mon, 18 May 2020) Log Message [GTK] Gardening, update test expectations after r261779 https://bugs.webkit.org/show_bug.cgi?id=212021 Unreviewed gardening. *

[webkit-changes] [261808] trunk

2020-05-18 Thread pmatos
Title: [261808] trunk Revision 261808 Author pma...@igalia.com Date 2020-05-18 04:37:47 -0700 (Mon, 18 May 2020) Log Message JSTests: Skip stress test array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js on MIPS Unreviewed Gardening. *

[webkit-changes] [261807] releases/WebKitGTK/webkit-2.29.1/

2020-05-18 Thread carlosgc
Title: [261807] releases/WebKitGTK/webkit-2.29.1/ Revision 261807 Author carlo...@webkit.org Date 2020-05-18 04:25:52 -0700 (Mon, 18 May 2020) Log Message WebKitGTK 2.29.1 Added Paths releases/WebKitGTK/webkit-2.29.1/ Diff ___

[webkit-changes] [261806] trunk

2020-05-18 Thread carlosgc
Title: [261806] trunk Revision 261806 Author carlo...@webkit.org Date 2020-05-18 04:24:42 -0700 (Mon, 18 May 2020) Log Message Unreviewed. Update OptionsGTK.cmake and NEWS for 2.29.1 release .: * Source/cmake/OptionsGTK.cmake: Bump version numbers. Source/WebKit: * gtk/NEWS: Add

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

2020-05-18 Thread commit-queue
Title: [261805] trunk/Source/WebCore Revision 261805 Author commit-qu...@webkit.org Date 2020-05-18 03:29:54 -0700 (Mon, 18 May 2020) Log Message Clean up media controls content for Apple platforms https://bugs.webkit.org/show_bug.cgi?id=212011 Patch by Antoine Quint on 2020-05-18

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

2020-05-18 Thread commit-queue
Title: [261804] trunk/Source/WebKit Revision 261804 Author commit-qu...@webkit.org Date 2020-05-18 03:03:12 -0700 (Mon, 18 May 2020) Log Message Move iOS files from Source/WebKit/Sources.txt to Source/WebKit/SourcesCocoa.txt https://bugs.webkit.org/show_bug.cgi?id=212014 Unreviewed.

[webkit-changes] [261803] trunk

2020-05-18 Thread aboya
Title: [261803] trunk Revision 261803 Author ab...@igalia.com Date 2020-05-18 02:09:29 -0700 (Mon, 18 May 2020) Log Message Source/WebCore: [GStreamer][MediaSource] Remove orphaned tracks in updateTracks() https://bugs.webkit.org/show_bug.cgi?id=211980 Reviewed by Xabier

[webkit-changes] [261802] trunk/Source

2020-05-18 Thread carlosgc
Title: [261802] trunk/Source Revision 261802 Author carlo...@webkit.org Date 2020-05-18 01:37:39 -0700 (Mon, 18 May 2020) Log Message [GTK] "ASSERTION FAILED: !m_adoptionIsRequired" when double clicking on a word https://bugs.webkit.org/show_bug.cgi?id=211957 Reviewed by Adrian Perez de

[webkit-changes] [261801] trunk/LayoutTests

2020-05-18 Thread zandobersek
Title: [261801] trunk/LayoutTests Revision 261801 Author zandober...@gmail.com Date 2020-05-18 01:14:47 -0700 (Mon, 18 May 2020) Log Message Unreviewed WPE gardening. Providing custom baselines for tests that require them. * platform/wpe/crypto: Added. * platform/wpe/crypto/subtle:

[webkit-changes] [261800] trunk

2020-05-18 Thread commit-queue
Title: [261800] trunk Revision 261800 Author commit-qu...@webkit.org Date 2020-05-18 00:37:28 -0700 (Mon, 18 May 2020) Log Message [GTK] Add WebKitContextMenuItemType for paste as plaintext https://bugs.webkit.org/show_bug.cgi?id=177638 Patch by Carlos Garcia Campos on 2020-05-18

[webkit-changes] [261799] trunk/LayoutTests

2020-05-18 Thread zandobersek
Title: [261799] trunk/LayoutTests Revision 261799 Author zandober...@gmail.com Date 2020-05-18 00:24:14 -0700 (Mon, 18 May 2020) Log Message Unreviewed WPE gardening. * platform/wpe/TestExpectations: Remove the