[webkit-changes] [272710] trunk

2021-02-10 Thread wenson_hsieh
Title: [272710] trunk Revision 272710 Author wenson_hs...@apple.com Date 2021-02-10 23:25:58 -0800 (Wed, 10 Feb 2021) Log Message [Webpage translation] Add support for the -_translate: action on WKContentView https://bugs.webkit.org/show_bug.cgi?id=221713 Source/WebKit: Reviewed by Tim

[webkit-changes] [272709] trunk/Source

2021-02-10 Thread jer . noble
Title: [272709] trunk/Source Revision 272709 Author jer.no...@apple.com Date 2021-02-10 23:24:24 -0800 (Wed, 10 Feb 2021) Log Message Move AudioHardwareListener into the GPU Process https://bugs.webkit.org/show_bug.cgi?id=221455 Reviewed by Eric Carlson. Source/WebCore: Allow clients

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

2021-02-10 Thread jiewen_tan
Title: [272708] trunk/Source/WebKit Revision 272708 Author jiewen_...@apple.com Date 2021-02-10 22:26:32 -0800 (Wed, 10 Feb 2021) Log Message [WebAuthn] Update - [ASCAppleIDCredential initWithUser:...] to match the latest SPI https://bugs.webkit.org/show_bug.cgi?id=221723 Reviewed by

[webkit-changes] [272707] trunk

2021-02-10 Thread commit-queue
Title: [272707] trunk Revision 272707 Author commit-qu...@webkit.org Date 2021-02-10 22:22:38 -0800 (Wed, 10 Feb 2021) Log Message Use event loop to set title https://bugs.webkit.org/show_bug.cgi?id=218496 Patch by Rob Buis on 2021-02-10 Reviewed by Darin Adler. Source/WebCore: Use

[webkit-changes] [272706] trunk/Source

2021-02-10 Thread mmaxfield
Title: [272706] trunk/Source Revision 272706 Author mmaxfi...@apple.com Date 2021-02-10 21:28:46 -0800 (Wed, 10 Feb 2021) Log Message Move pal/spi/cocoa/CoreTextSPI.h to pal/spi/cf/CoreTextSPI.h https://bugs.webkit.org/show_bug.cgi?id=221683 Reviewed by Simon Fraser. Core Text has a C

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

2021-02-10 Thread ryanhaddad
Title: [272705] trunk/Source/WebKit Revision 272705 Author ryanhad...@apple.com Date 2021-02-10 21:23:52 -0800 (Wed, 10 Feb 2021) Log Message Unreviewed, reverting r272702. Caused assertion failure on macOS debug WK2 bots Reverted changeset: "Stop using GenericCallback from

[webkit-changes] [272704] trunk/LayoutTests

2021-02-10 Thread ryanhaddad
Title: [272704] trunk/LayoutTests Revision 272704 Author ryanhad...@apple.com Date 2021-02-10 20:49:47 -0800 (Wed, 10 Feb 2021) Log Message [ Big Sur ] imported/w3c/web-platform-tests/css/css-flexbox/contain-size-layout-abspos-flex-container-crash.html is failing

[webkit-changes] [272703] trunk/Source

2021-02-10 Thread rniwa
Title: [272703] trunk/Source Revision 272703 Author rn...@webkit.org Date 2021-02-10 19:18:46 -0800 (Wed, 10 Feb 2021) Log Message Reduce the overhead of DocumentFragment in innerHTML & outerHTML https://bugs.webkit.org/show_bug.cgi?id=221535 Reviewed by Geoffrey Garen.

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

2021-02-10 Thread achristensen
Title: [272702] trunk/Source/WebKit Revision 272702 Author achristen...@apple.com Date 2021-02-10 19:06:39 -0800 (Wed, 10 Feb 2021) Log Message Stop using GenericCallback from WebPageProxy https://bugs.webkit.org/show_bug.cgi?id=221653 Reviewed by Chris Dumez. There are still two uses

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

2021-02-10 Thread zalan
Title: [272701] trunk/Source/WebCore Revision 272701 Author za...@apple.com Date 2021-02-10 18:25:21 -0800 (Wed, 10 Feb 2021) Log Message [LFC][IFC] Logical width of a line box is equal to the inner logical width of its containing block https://bugs.webkit.org/show_bug.cgi?id=221648

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

2021-02-10 Thread ddkilzer
Title: [272700] trunk/Source/WebCore Revision 272700 Author ddkil...@apple.com Date 2021-02-10 18:25:03 -0800 (Wed, 10 Feb 2021) Log Message WebCore::genericFamily() should use checked_cf_cast<> Reviewed by Sam Weinig. * platform/graphics/cocoa/SystemFontDatabaseCoreText.cpp:

[webkit-changes] [272699] trunk

2021-02-10 Thread don . olmstead
Title: [272699] trunk Revision 272699 Author don.olmst...@sony.com Date 2021-02-10 18:22:21 -0800 (Wed, 10 Feb 2021) Log Message [CMake] Enable hidden visibility on JSCOnly https://bugs.webkit.org/show_bug.cgi?id=221726 Reviewed by Yusuke Suzuki. Turn on hidden visibility for all *NIX

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

2021-02-10 Thread simon . fraser
Title: [272698] trunk/Source/WebKit Revision 272698 Author simon.fra...@apple.com Date 2021-02-10 17:26:14 -0800 (Wed, 10 Feb 2021) Log Message REGRESSION (r269824) IOSurface allocation failure causes crash in RemoteLayerBackingStore::display()

[webkit-changes] [272697] trunk

2021-02-10 Thread chris . reid
Title: [272697] trunk Revision 272697 Author chris.r...@sony.com Date 2021-02-10 16:11:34 -0800 (Wed, 10 Feb 2021) Log Message [PlayStation] Add initial RESOURCE_USAGE implementation https://bugs.webkit.org/show_bug.cgi?id=221706 Reviewed by Ross Kirsling. .: *

[webkit-changes] [272696] trunk/Source

2021-02-10 Thread peng . liu6
Title: [272696] trunk/Source Revision 272696 Author peng.l...@apple.com Date 2021-02-10 16:07:25 -0800 (Wed, 10 Feb 2021) Log Message Remove MediaSourcePrivateClient::monitorSourceBuffers() https://bugs.webkit.org/show_bug.cgi?id=220945 Reviewed by Youenn Fablet. Source/WebCore:

[webkit-changes] [272694] trunk

2021-02-10 Thread jiewen_tan
Title: [272694] trunk Revision 272694 Author jiewen_...@apple.com Date 2021-02-10 15:50:37 -0800 (Wed, 10 Feb 2021) Log Message [WebAuthn] Produce ClientDataJSON in the SPI https://bugs.webkit.org/show_bug.cgi?id=221623 Reviewed by Brent Fulgham. Source/WebKit: Instead of asking the

[webkit-changes] [272693] tags/Safari-611.1.17/

2021-02-10 Thread alancoon
Title: [272693] tags/Safari-611.1.17/ Revision 272693 Author alanc...@apple.com Date 2021-02-10 15:47:56 -0800 (Wed, 10 Feb 2021) Log Message Tag Safari-611.1.17. Added Paths tags/Safari-611.1.17/ Diff ___ webkit-changes mailing list

[webkit-changes] [272692] trunk/Tools

2021-02-10 Thread rubent_22
Title: [272692] trunk/Tools Revision 272692 Author rubent...@apple.com Date 2021-02-10 15:44:54 -0800 (Wed, 10 Feb 2021) Log Message Adding self to contributor.json file. * Scripts/webkitpy/common/config/contributors.json: Modified Paths trunk/Tools/ChangeLog

[webkit-changes] [272691] branches/safari-611-branch

2021-02-10 Thread alancoon
Title: [272691] branches/safari-611-branch Revision 272691 Author alanc...@apple.com Date 2021-02-10 15:31:00 -0800 (Wed, 10 Feb 2021) Log Message Revert r272541. rdar://problem/74208306 Modified Paths branches/safari-611-branch/LayoutTests/ChangeLog

[webkit-changes] [272690] trunk/Source

2021-02-10 Thread don . olmstead
Title: [272690] trunk/Source Revision 272690 Author don.olmst...@sony.com Date 2021-02-10 15:27:13 -0800 (Wed, 10 Feb 2021) Log Message Non-unified build fixes, early February 2021 edition https://bugs.webkit.org/show_bug.cgi?id=221701 Unreviewed non-unified build fixes.

[webkit-changes] [272689] branches/safari-611-branch/Source

2021-02-10 Thread alancoon
Title: [272689] branches/safari-611-branch/Source Revision 272689 Author alanc...@apple.com Date 2021-02-10 15:24:10 -0800 (Wed, 10 Feb 2021) Log Message Versioning. WebKit-7611.1.17 Modified Paths branches/safari-611-branch/Source/_javascript_Core/Configurations/Version.xcconfig

[webkit-changes] [272687] tags/Safari-611.1.14.1.2/

2021-02-10 Thread repstein
Title: [272687] tags/Safari-611.1.14.1.2/ Revision 272687 Author repst...@apple.com Date 2021-02-10 15:20:38 -0800 (Wed, 10 Feb 2021) Log Message Tag Safari-611.1.14.1.2. Added Paths tags/Safari-611.1.14.1.2/ Diff ___ webkit-changes

[webkit-changes] [272688] tags/Safari-611.1.14.0.2/

2021-02-10 Thread repstein
Title: [272688] tags/Safari-611.1.14.0.2/ Revision 272688 Author repst...@apple.com Date 2021-02-10 15:20:48 -0800 (Wed, 10 Feb 2021) Log Message Tag Safari-611.1.14.0.2. Added Paths tags/Safari-611.1.14.0.2/ Diff ___ webkit-changes

[webkit-changes] [272686] trunk

2021-02-10 Thread ryanhaddad
Title: [272686] trunk Revision 272686 Author ryanhad...@apple.com Date 2021-02-10 14:35:59 -0800 (Wed, 10 Feb 2021) Log Message Unreviewed, reverting r272507. Caused TestWebKitAPI.WebKit.OnDeviceChangeCrash to become a flaky timeout Reverted changeset: "[MacOS] Enable Audio Capture in

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

2021-02-10 Thread mark . lam
Title: [272685] trunk/Source/_javascript_Core Revision 272685 Author mark@apple.com Date 2021-02-10 14:00:54 -0800 (Wed, 10 Feb 2021) Log Message We should not static_assert on an ENABLE() macro. https://bugs.webkit.org/show_bug.cgi?id=221714 rdar://74197896 Reviewed by Yusuke

[webkit-changes] [272684] trunk/Source

2021-02-10 Thread bburg
Title: [272684] trunk/Source Revision 272684 Author bb...@apple.com Date 2021-02-10 13:34:27 -0800 (Wed, 10 Feb 2021) Log Message [Cocoa] Web Inspector: add support for evaluating script on the inspected page via _WKInspectorExtension https://bugs.webkit.org/show_bug.cgi?id=221567

[webkit-changes] [272683] trunk/LayoutTests

2021-02-10 Thread ryanhaddad
Title: [272683] trunk/LayoutTests Revision 272683 Author ryanhad...@apple.com Date 2021-02-10 13:27:48 -0800 (Wed, 10 Feb 2021) Log Message [MacOS] animations/keyframe-pseudo-shadow.html is flakey failing. https://bugs.webkit.org/show_bug.cgi?id=221491 Unreviewed test gardening. Patch

[webkit-changes] [272682] trunk/LayoutTests

2021-02-10 Thread peng . liu6
Title: [272682] trunk/LayoutTests Revision 272682 Author peng.l...@apple.com Date 2021-02-10 13:16:13 -0800 (Wed, 10 Feb 2021) Log Message [GPUP] Reset expectations of media related tests https://bugs.webkit.org/show_bug.cgi?id=221700 Unreviewed test gardening. *

[webkit-changes] [272681] trunk/Tools

2021-02-10 Thread aakash_jain
Title: [272681] trunk/Tools Revision 272681 Author aakash_j...@apple.com Date 2021-02-10 13:06:30 -0800 (Wed, 10 Feb 2021) Log Message [build.webkit.org] Remove code specific to old Buildbot https://bugs.webkit.org/show_bug.cgi?id=221558 Reviewed by Jonathan Bedard. *

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

2021-02-10 Thread commit-queue
Title: [272680] trunk/Source/WebKit Revision 272680 Author commit-qu...@webkit.org Date 2021-02-10 13:04:13 -0800 (Wed, 10 Feb 2021) Log Message WebGL IPC messages are delivered out of order https://bugs.webkit.org/show_bug.cgi?id=221488 Patch by Kimmo Kinnunen on 2021-02-10 Reviewed

[webkit-changes] [272679] trunk/Source

2021-02-10 Thread ap
Title: [272679] trunk/Source Revision 272679 Author a...@apple.com Date 2021-02-10 12:55:02 -0800 (Wed, 10 Feb 2021) Log Message Do not differentiate between Release and Production via ENABLE_DEVELOPER_MODE https://bugs.webkit.org/show_bug.cgi?id=221684 Reviewed by Sam Weinig. It is

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

2021-02-10 Thread cdumez
Title: [272678] trunk/Source/WebCore Revision 272678 Author cdu...@apple.com Date 2021-02-10 12:34:18 -0800 (Wed, 10 Feb 2021) Log Message WebCore::createBusFromInMemoryAudioFile() may crash under ExtAudioFileRead() https://bugs.webkit.org/show_bug.cgi?id=221642 Reviewed by Geoffrey

[webkit-changes] [272677] tags/Safari-611.1.16/

2021-02-10 Thread alancoon
Title: [272677] tags/Safari-611.1.16/ Revision 272677 Author alanc...@apple.com Date 2021-02-10 12:34:02 -0800 (Wed, 10 Feb 2021) Log Message Tag Safari-611.1.16. Added Paths tags/Safari-611.1.16/ Diff ___ webkit-changes mailing list

[webkit-changes] [272676] trunk/LayoutTests

2021-02-10 Thread commit-queue
Title: [272676] trunk/LayoutTests Revision 272676 Author commit-qu...@webkit.org Date 2021-02-10 12:31:53 -0800 (Wed, 10 Feb 2021) Log Message Rename testcase to indicate hang https://bugs.webkit.org/show_bug.cgi?id=221375 Patch by Rob Buis on 2021-02-10 Reviewed by Ryosuke Niwa.

[webkit-changes] [272675] branches/safari-611-branch

2021-02-10 Thread alancoon
Title: [272675] branches/safari-611-branch Revision 272675 Author alanc...@apple.com Date 2021-02-10 12:25:46 -0800 (Wed, 10 Feb 2021) Log Message Revert r272538. rdar://problem/74183111 Modified Paths branches/safari-611-branch/PerformanceTests/APIBench/api-bench

[webkit-changes] [272674] branches/safari-611-branch/Source/JavaScriptCore

2021-02-10 Thread alancoon
Title: [272674] branches/safari-611-branch/Source/_javascript_Core Revision 272674 Author alanc...@apple.com Date 2021-02-10 12:25:42 -0800 (Wed, 10 Feb 2021) Log Message Revert r272539. rdar://problem/74183111 Modified Paths

[webkit-changes] [272673] branches/safari-611-branch/Source

2021-02-10 Thread alancoon
Title: [272673] branches/safari-611-branch/Source Revision 272673 Author alanc...@apple.com Date 2021-02-10 12:16:11 -0800 (Wed, 10 Feb 2021) Log Message Versioning. WebKit-7611.1.16 Modified Paths branches/safari-611-branch/Source/_javascript_Core/Configurations/Version.xcconfig

[webkit-changes] [272672] branches/safari-611.1.14.1-branch/Source/JavaScriptCore

2021-02-10 Thread repstein
Title: [272672] branches/safari-611.1.14.1-branch/Source/_javascript_Core Revision 272672 Author repst...@apple.com Date 2021-02-10 12:05:55 -0800 (Wed, 10 Feb 2021) Log Message Cherry-pick r272663. rdar://problem/74197958 Don't crash when reparsing an arrow function and the parsing

[webkit-changes] [272671] branches/safari-611.1.14.1-branch/Source

2021-02-10 Thread repstein
Title: [272671] branches/safari-611.1.14.1-branch/Source Revision 272671 Author repst...@apple.com Date 2021-02-10 12:04:49 -0800 (Wed, 10 Feb 2021) Log Message Versioning. WebKit-7611.1.14.1.2 Modified Paths

[webkit-changes] [272670] trunk

2021-02-10 Thread commit-queue
Title: [272670] trunk Revision 272670 Author commit-qu...@webkit.org Date 2021-02-10 12:02:54 -0800 (Wed, 10 Feb 2021) Log Message Web Inspector: Display all CSS grids on page in Layout panel https://bugs.webkit.org/show_bug.cgi?id=221145 Patch by Razvan Caliman on 2021-02-10 Reviewed

[webkit-changes] [272669] trunk

2021-02-10 Thread wenson_hsieh
Title: [272669] trunk Revision 272669 Author wenson_hs...@apple.com Date 2021-02-10 11:58:12 -0800 (Wed, 10 Feb 2021) Log Message Use HAVE(PEPPER_UI_CORE) instead of PLATFORM(WATCHOS) to guard code that uses PepperUICore https://bugs.webkit.org/show_bug.cgi?id=221679 Reviewed by Tim

[webkit-changes] [272668] branches/safari-611.1.14.0-branch/Source/JavaScriptCore

2021-02-10 Thread repstein
Title: [272668] branches/safari-611.1.14.0-branch/Source/_javascript_Core Revision 272668 Author repst...@apple.com Date 2021-02-10 11:53:48 -0800 (Wed, 10 Feb 2021) Log Message Cherry-pick r272663. rdar://problem/74197969 Don't crash when reparsing an arrow function and the parsing

[webkit-changes] [272667] branches/safari-611.1.14.0-branch/Source

2021-02-10 Thread repstein
Title: [272667] branches/safari-611.1.14.0-branch/Source Revision 272667 Author repst...@apple.com Date 2021-02-10 11:50:03 -0800 (Wed, 10 Feb 2021) Log Message Versioning. WebKit-7611.1.14.0.2 Modified Paths

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

2021-02-10 Thread achristensen
Title: [272666] trunk/Source/WebKit Revision 272666 Author achristen...@apple.com Date 2021-02-10 11:41:06 -0800 (Wed, 10 Feb 2021) Log Message REGRESSION (r272628): [macOS] TestWebKitAPI.WKWebView.SnapshotImageError is consistently failing https://bugs.webkit.org/show_bug.cgi?id=221702

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

2021-02-10 Thread akeerthi
Title: [272665] trunk/Source/WebCore Revision 272665 Author akeer...@apple.com Date 2021-02-10 11:27:35 -0800 (Wed, 10 Feb 2021) Log Message [iOS][FCR] Add reduced motion animation for indeterminate progress bars https://bugs.webkit.org/show_bug.cgi?id=221680 Reviewed by Wenson Hsieh.

[webkit-changes] [272664] trunk/Tools

2021-02-10 Thread aakash_jain
Title: [272664] trunk/Tools Revision 272664 Author aakash_j...@apple.com Date 2021-02-10 11:01:15 -0800 (Wed, 10 Feb 2021) Log Message [ews] Remove old build.webkit.org unit-tests https://bugs.webkit.org/show_bug.cgi?id=221678 Reviewed by Jonathan Bedard. *

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

2021-02-10 Thread sbarati
Title: [272663] trunk/Source/_javascript_Core Revision 272663 Author sbar...@apple.com Date 2021-02-10 10:46:57 -0800 (Wed, 10 Feb 2021) Log Message Don't crash when reparsing an arrow function and the parsing invariant is broken https://bugs.webkit.org/show_bug.cgi?id=221632 Reviewed

[webkit-changes] [272662] trunk

2021-02-10 Thread antti
Title: [272662] trunk Revision 272662 Author an...@apple.com Date 2021-02-10 10:26:43 -0800 (Wed, 10 Feb 2021) Log Message [LFC][Integration] Paint invalidation for inline element style changes https://bugs.webkit.org/show_bug.cgi?id=221669 Reviewed by Zalan Bujtas. Source/WebCore:

[webkit-changes] [272661] trunk/Tools

2021-02-10 Thread pgriffis
Title: [272661] trunk/Tools Revision 272661 Author pgrif...@igalia.com Date 2021-02-10 10:23:51 -0800 (Wed, 10 Feb 2021) Log Message Update status in contributors.json Unreviewed. * Scripts/webkitpy/common/config/contributors.json: Modified Paths trunk/Tools/ChangeLog

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

2021-02-10 Thread katherine_cheney
Title: [272660] trunk/Source/WebKit Revision 272660 Author katherine_che...@apple.com Date 2021-02-10 09:38:10 -0800 (Wed, 10 Feb 2021) Log Message PCM: Expired reports get sent at the same time after a session restart https://bugs.webkit.org/show_bug.cgi?id=221555 Reviewed by John

[webkit-changes] [272659] trunk

2021-02-10 Thread wenson_hsieh
Title: [272659] trunk Revision 272659 Author wenson_hs...@apple.com Date 2021-02-10 09:07:58 -0800 (Wed, 10 Feb 2021) Log Message [watchOS] Adopt PUICQuickboardController for text input https://bugs.webkit.org/show_bug.cgi?id=221649 Reviewed by Tim Horton. Source/WebKit: Refactor text

[webkit-changes] [272658] trunk/Source/WebKit/ChangeLog

2021-02-10 Thread mmaxfield
Title: [272658] trunk/Source/WebKit/ChangeLog Revision 272658 Author mmaxfi...@apple.com Date 2021-02-10 09:06:57 -0800 (Wed, 10 Feb 2021) Log Message Replace ChangeLog entry I accidentally deleted in r272657 Unreviewed. Modified Paths trunk/Source/WebKit/ChangeLog Diff Modified:

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

2021-02-10 Thread mmaxfield
Title: [272657] trunk/Source/WebKit Revision 272657 Author mmaxfi...@apple.com Date 2021-02-10 08:59:23 -0800 (Wed, 10 Feb 2021) Log Message Revert r272586 because we're not ready yet We're still trying to figure out the right way to trigger this behavior. Unreviewed. *

[webkit-changes] [272656] trunk/LayoutTests

2021-02-10 Thread commit-queue
Title: [272656] trunk/LayoutTests Revision 272656 Author commit-qu...@webkit.org Date 2021-02-10 08:53:11 -0800 (Wed, 10 Feb 2021) Log Message [LayoutTests] Convert http/tests/css convert PHP to Python https://bugs.webkit.org/show_bug.cgi?id=221511 Patch by Chris Gambrell on

[webkit-changes] [272655] trunk/Tools

2021-02-10 Thread aakash_jain
Title: [272655] trunk/Tools Revision 272655 Author aakash_j...@apple.com Date 2021-02-10 08:18:39 -0800 (Wed, 10 Feb 2021) Log Message [ews] Add build-step to run build.webkit.org new unit-tests https://bugs.webkit.org/show_bug.cgi?id=219454 Reviewed by Jonathan Bedard. *

[webkit-changes] [272654] trunk

2021-02-10 Thread bfulgham
Title: [272654] trunk Revision 272654 Author bfulg...@apple.com Date 2021-02-10 07:58:57 -0800 (Wed, 10 Feb 2021) Log Message Create stub methods to support finer-grained control over loading https://bugs.webkit.org/show_bug.cgi?id=221430 Reviewed by Geoffrey Garen. Source/WebKit:

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

2021-02-10 Thread cdumez
Title: [272653] trunk/Source/WebCore Revision 272653 Author cdu...@apple.com Date 2021-02-10 07:46:06 -0800 (Wed, 10 Feb 2021) Log Message Unreviewed build fix. Add missing header include. * platform/gamepad/mac/GenericHIDGamepad.cpp: Modified Paths trunk/Source/WebCore/ChangeLog

[webkit-changes] [272652] trunk

2021-02-10 Thread mmaxfield
Title: [272652] trunk Revision 272652 Author mmaxfi...@apple.com Date 2021-02-10 07:44:08 -0800 (Wed, 10 Feb 2021) Log Message REGRESSION(r263255): Text styles without an explicit language tag do not honor the system language https://bugs.webkit.org/show_bug.cgi?id=221598 Reviewed by

[webkit-changes] [272651] trunk/LayoutTests

2021-02-10 Thread rego
Title: [272651] trunk/LayoutTests Revision 272651 Author r...@igalia.com Date 2021-02-10 07:19:02 -0800 (Wed, 10 Feb 2021) Log Message Add support for modifier keys in test_driver.send_keys() https://bugs.webkit.org/show_bug.cgi?id=221465 Reviewed by Carlos Garcia Campos.

[webkit-changes] [272650] trunk/Tools

2021-02-10 Thread lmoura
Title: [272650] trunk/Tools Revision 272650 Author lmo...@igalia.com Date 2021-02-10 07:04:17 -0800 (Wed, 10 Feb 2021) Log Message [GTK] Gardening TestResources failures after r272636 Unreviewed test gardening. * TestWebKitAPI/glib/TestExpectations.json: Modified Paths

[webkit-changes] [272649] trunk

2021-02-10 Thread zalan
Title: [272649] trunk Revision 272649 Author za...@apple.com Date 2021-02-10 06:59:20 -0800 (Wed, 10 Feb 2021) Log Message [LFC][IFC] Pass in sane content width values to InlineContentBreaker https://bugs.webkit.org/show_bug.cgi?id=221628 Source/WebCore: rdar://problem/73874164

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

2021-02-10 Thread zalan
Title: [272648] trunk/Source/WebCore Revision 272648 Author za...@apple.com Date 2021-02-10 06:49:45 -0800 (Wed, 10 Feb 2021) Log Message [LFC][IFC] Add inline box vertical border/padding to enclosing top and bottom https://bugs.webkit.org/show_bug.cgi?id=221647 Reviewed by Antti

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

2021-02-10 Thread weinig
Title: [272647] trunk/Source/WebKit Revision 272647 Author wei...@apple.com Date 2021-02-10 06:37:20 -0800 (Wed, 10 Feb 2021) Log Message Workaround some order dependent issues by parenting remote layers before applying other properties https://bugs.webkit.org/show_bug.cgi?id=221585

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

2021-02-10 Thread calvaris
Title: [272646] trunk/Source/WebCore Revision 272646 Author calva...@igalia.com Date 2021-02-10 04:43:20 -0800 (Wed, 10 Feb 2021) Log Message [GStreamer] Make m_client WeakPtr in AudioSourceProviderGStreamer https://bugs.webkit.org/show_bug.cgi?id=217952 Reviewed by Carlos Garcia

[webkit-changes] [272643] trunk

2021-02-10 Thread philn
Title: [272643] trunk Revision 272643 Author ph...@webkit.org Date 2021-02-10 02:18:43 -0800 (Wed, 10 Feb 2021) Log Message [WPE] Optionally build Cog as external project and replacement for MiniBrowser https://bugs.webkit.org/show_bug.cgi?id=221518 Reviewed by Adrian Perez de Castro.

[webkit-changes] [272642] trunk/LayoutTests

2021-02-10 Thread carlosgc
Title: [272642] trunk/LayoutTests Revision 272642 Author carlo...@webkit.org Date 2021-02-10 01:42:11 -0800 (Wed, 10 Feb 2021) Log Message Some privateClickMeasurement might output the information in different order depending on platform https://bugs.webkit.org/show_bug.cgi?id=221406

[webkit-changes] [272641] trunk/Source

2021-02-10 Thread carlosgc
Title: [272641] trunk/Source Revision 272641 Author carlo...@webkit.org Date 2021-02-10 01:41:17 -0800 (Wed, 10 Feb 2021) Log Message [SOUP] Simplify ResourceRequest and ResourceResponse https://bugs.webkit.org/show_bug.cgi?id=221543 Reviewed by Adrian Perez de Castro. Source/WebCore:

[webkit-changes] [272640] trunk

2021-02-10 Thread commit-queue
Title: [272640] trunk Revision 272640 Author commit-qu...@webkit.org Date 2021-02-10 01:13:41 -0800 (Wed, 10 Feb 2021) Log Message Do not schedule update on embed creation https://bugs.webkit.org/show_bug.cgi?id=221375 Patch by Rob Buis on 2021-02-10 Reviewed by Ryosuke Niwa.

[webkit-changes] [272639] trunk/LayoutTests

2021-02-10 Thread lmoura
Title: [272639] trunk/LayoutTests Revision 272639 Author lmo...@igalia.com Date 2021-02-10 00:53:20 -0800 (Wed, 10 Feb 2021) Log Message [ATK] Support focusable-inside-hidden test https://bugs.webkit.org/show_bug.cgi?id=221646 Reviewed by Chris Fleizach. ATK uses a different field for