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

2019-12-03 Thread dbates
Title: [253094] trunk/Source/WebCore Revision 253094 Author dba...@webkit.org Date 2019-12-03 22:30:19 -0800 (Tue, 03 Dec 2019) Log Message Remove unused DragController::client() https://bugs.webkit.org/show_bug.cgi?id=204837 Reviewed by Wenson Hsieh. It has never been used since its

[webkit-changes] [253093] trunk

2019-12-03 Thread megan_gardner
Title: [253093] trunk Revision 253093 Author megan_gard...@apple.com Date 2019-12-03 21:48:46 -0800 (Tue, 03 Dec 2019) Log Message Add disabled highlight API skeleton https://bugs.webkit.org/show_bug.cgi?id=204809 Reviewed by Ryosuke Niwa. Source/WebCore: Beginning implementation of

[webkit-changes] [253092] trunk/LayoutTests/imported/w3c

2019-12-03 Thread simon . fraser
Title: [253092] trunk/LayoutTests/imported/w3c Revision 253092 Author simon.fra...@apple.com Date 2019-12-03 21:30:59 -0800 (Tue, 03 Dec 2019) Log Message Update css/css-values WPT https://bugs.webkit.org/show_bug.cgi?id=204835 Reviewed by Zalan Bujtas. Update css/css-values to WPT

[webkit-changes] [253091] trunk

2019-12-03 Thread rniwa
Title: [253091] trunk Revision 253091 Author rn...@webkit.org Date 2019-12-03 21:22:03 -0800 (Tue, 03 Dec 2019) Log Message Perform microtask checkpoint after each task as spec'ed https://bugs.webkit.org/show_bug.cgi?id=204546 Reviewed by Chris Dumez. Source/WebCore: This patch makes

[webkit-changes] [253090] trunk

2019-12-03 Thread rniwa
Title: [253090] trunk Revision 253090 Author rn...@webkit.org Date 2019-12-03 20:28:10 -0800 (Tue, 03 Dec 2019) Log Message Replace customJavaScriptUserAgentAsSiteSpecificQuirks with customUserAgentAsSiteSpecificQuirks https://bugs.webkit.org/show_bug.cgi?id=204824 Reviewed by Brent

[webkit-changes] [253089] trunk/LayoutTests

2019-12-03 Thread simon . fraser
Title: [253089] trunk/LayoutTests Revision 253089 Author simon.fra...@apple.com Date 2019-12-03 20:11:21 -0800 (Tue, 03 Dec 2019) Log Message Unreviewed test gardening. Update legacy-animation-engine/fast/css/calc-with-angle-time-frequency.html to match

[webkit-changes] [253088] trunk

2019-12-03 Thread andresg_22
Title: [253088] trunk Revision 253088 Author andresg...@apple.com Date 2019-12-03 19:44:53 -0800 (Tue, 03 Dec 2019) Log Message Focus tracking support in the accessibility isolatedtree. https://bugs.webkit.org/show_bug.cgi?id=204535 Reviewed by Chris Fleizach. Source/WebCore: The

[webkit-changes] [253087] trunk/Source/WebInspectorUI

2019-12-03 Thread drousso
Title: [253087] trunk/Source/WebInspectorUI Revision 253087 Author drou...@apple.com Date 2019-12-03 19:31:32 -0800 (Tue, 03 Dec 2019) Log Message Web Inspector: prefer non-blackboxed scripts when showing a source code location link https://bugs.webkit.org/show_bug.cgi?id=204811

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

2019-12-03 Thread rniwa
Title: [253086] trunk/Source/WebCore Revision 253086 Author rn...@webkit.org Date 2019-12-03 19:30:05 -0800 (Tue, 03 Dec 2019) Log Message Use the event loop instead of DocumentEventQueue and WorkerEventQueue https://bugs.webkit.org/show_bug.cgi?id=204447 *

[webkit-changes] [253085] trunk/Source/WebInspectorUI

2019-12-03 Thread drousso
Title: [253085] trunk/Source/WebInspectorUI Revision 253085 Author drou...@apple.com Date 2019-12-03 19:26:33 -0800 (Tue, 03 Dec 2019) Log Message Web Inspector: Uncaught Exception: undefined is not an object (evaluating 'navigationItem.parentNavigationBar')

[webkit-changes] [253084] trunk/Source/WebInspectorUI

2019-12-03 Thread drousso
Title: [253084] trunk/Source/WebInspectorUI Revision 253084 Author drou...@apple.com Date 2019-12-03 19:06:02 -0800 (Tue, 03 Dec 2019) Log Message Web Inspector: Timelines: stopping time marker is permanently removed when the current recording is cleared

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

2019-12-03 Thread sbarati
Title: [253083] trunk/Source/_javascript_Core Revision 253083 Author sbar...@apple.com Date 2019-12-03 19:04:19 -0800 (Tue, 03 Dec 2019) Log Message Remove "patch" struct from StructureStubInfo because it adds unnecessary padding https://bugs.webkit.org/show_bug.cgi?id=204392 Reviewed

[webkit-changes] [253082] trunk

2019-12-03 Thread wilander
Title: [253082] trunk Revision 253082 Author wilan...@apple.com Date 2019-12-03 18:41:49 -0800 (Tue, 03 Dec 2019) Log Message Resource Load Statistics (experimental): Delete non-cookie website data after 7 days of no user interaction https://bugs.webkit.org/show_bug.cgi?id=204779

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

2019-12-03 Thread commit-queue
Title: [253081] trunk/Source/WebCore Revision 253081 Author commit-qu...@webkit.org Date 2019-12-03 18:36:54 -0800 (Tue, 03 Dec 2019) Log Message The animation of returning to inline from PiP targets wrong destination rectangle https://bugs.webkit.org/show_bug.cgi?id=204819 Patch by

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

2019-12-03 Thread ysuzuki
Title: [253080] trunk/Source/_javascript_Core Revision 253080 Author ysuz...@apple.com Date 2019-12-03 18:33:05 -0800 (Tue, 03 Dec 2019) Log Message Unreviewed, fix build failure https://bugs.webkit.org/show_bug.cgi?id=186552 * wasm/WasmAirIRGenerator.cpp:

[webkit-changes] [253078] tags/Safari-609.1.11/Source/WebCore

2019-12-03 Thread alancoon
Title: [253078] tags/Safari-609.1.11/Source/WebCore Revision 253078 Author alanc...@apple.com Date 2019-12-03 18:10:34 -0800 (Tue, 03 Dec 2019) Log Message Cherry-pick r253062. rdar://problem/57576474 Experimental support for HDR media query

[webkit-changes] [253077] tags/Safari-609.1.11/Source/WebCore

2019-12-03 Thread alancoon
Title: [253077] tags/Safari-609.1.11/Source/WebCore Revision 253077 Author alanc...@apple.com Date 2019-12-03 18:10:29 -0800 (Tue, 03 Dec 2019) Log Message Cherry-pick r252881. rdar://problem/57487005 Document::needsStyleRecalc() shouldn't return true for fragment scrolling

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

2019-12-03 Thread cdumez
Title: [253076] trunk/Source/WebKit Revision 253076 Author cdu...@apple.com Date 2019-12-03 18:04:01 -0800 (Tue, 03 Dec 2019) Log Message [iOS] Unable to interact with the view after a back swipe until lifting the finger off the screen https://bugs.webkit.org/show_bug.cgi?id=204821

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

2019-12-03 Thread ysuzuki
Title: [253075] trunk/Source/_javascript_Core Revision 253075 Author ysuz...@apple.com Date 2019-12-03 17:42:51 -0800 (Tue, 03 Dec 2019) Log Message [JSC] Remove WebAssemblyToJSCallee https://bugs.webkit.org/show_bug.cgi?id=204808 Reviewed by Tadeu Zagallo. This patch drops

[webkit-changes] [253073] trunk/Tools

2019-12-03 Thread jbedard
Title: [253073] trunk/Tools Revision 253073 Author jbed...@apple.com Date 2019-12-03 17:33:33 -0800 (Tue, 03 Dec 2019) Log Message Python 3: Add support in webkitpy.bindings https://bugs.webkit.org/show_bug.cgi?id=204783 Reviewed by Stephanie Lewis. Allow

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

2019-12-03 Thread commit-queue
Title: [253072] trunk/Source/WTF Revision 253072 Author commit-qu...@webkit.org Date 2019-12-03 17:27:00 -0800 (Tue, 03 Dec 2019) Log Message Enable security assertions on all ASAN builds https://bugs.webkit.org/show_bug.cgi?id=204802 Patch by Sunny He on 2019-12-03 Reviewed by Ryosuke

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

2019-12-03 Thread cdumez
Title: [253071] trunk/Source/WebKit Revision 253071 Author cdu...@apple.com Date 2019-12-03 16:34:42 -0800 (Tue, 03 Dec 2019) Log Message Use a 3 second timeout for the view gesture snapshot on macOS https://bugs.webkit.org/show_bug.cgi?id=204818 Reviewed by Tim Horton. Use a 3 second

[webkit-changes] [253070] trunk/LayoutTests

2019-12-03 Thread tsavell
Title: [253070] trunk/LayoutTests Revision 253070 Author tsav...@apple.com Date 2019-12-03 16:16:40 -0800 (Tue, 03 Dec 2019) Log Message 6 fast/text/emoji-gender are expected to fail on Catalina 10.15.1 and newer https://bugs.webkit.org/show_bug.cgi?id=204820 Unreviewed test gardening.

[webkit-changes] [253069] trunk/Tools

2019-12-03 Thread jbedard
Title: [253069] trunk/Tools Revision 253069 Author jbed...@apple.com Date 2019-12-03 15:59:19 -0800 (Tue, 03 Dec 2019) Log Message results.webkit.org: Sort out certificates on Catalina https://bugs.webkit.org/show_bug.cgi?id=202837 Unreviewed infrastructure repair. Reverting the active

[webkit-changes] [253068] trunk

2019-12-03 Thread commit-queue
Title: [253068] trunk Revision 253068 Author commit-qu...@webkit.org Date 2019-12-03 15:41:26 -0800 (Tue, 03 Dec 2019) Log Message Assertion when encountering U_OTHER_NEUTRAL in createBidiRunsForLine at end of run https://bugs.webkit.org/show_bug.cgi?id=204485 Patch by Doug Kelly on

[webkit-changes] [253067] trunk/LayoutTests/imported/w3c

2019-12-03 Thread commit-queue
Title: [253067] trunk/LayoutTests/imported/w3c Revision 253067 Author commit-qu...@webkit.org Date 2019-12-03 15:34:03 -0800 (Tue, 03 Dec 2019) Log Message Re-sync web-platform-tests/html/webappapis/scripting/events from upstream https://bugs.webkit.org/show_bug.cgi?id=204814 Patch by

[webkit-changes] [253066] trunk/Tools

2019-12-03 Thread jbedard
Title: [253066] trunk/Tools Revision 253066 Author jbed...@apple.com Date 2019-12-03 15:25:05 -0800 (Tue, 03 Dec 2019) Log Message results.webkit.org: Decrease ttl for archives https://bugs.webkit.org/show_bug.cgi?id=204806 Reviewed by Aakash Jain. Make the ttl on the archive tables

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

2019-12-03 Thread cdumez
Title: [253065] trunk/Source/WebKit Revision 253065 Author cdu...@apple.com Date 2019-12-03 15:17:44 -0800 (Tue, 03 Dec 2019) Log Message REGRESSION (r252778): ASSERT(!m_networkLoad); in ~SpeculativeLoad() https://bugs.webkit.org/show_bug.cgi?id=204813 Reviewed by Antti Koivisto.

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

2019-12-03 Thread jer . noble
Title: [253064] trunk/Source/WebCore Revision 253064 Author jer.no...@apple.com Date 2019-12-03 15:03:58 -0800 (Tue, 03 Dec 2019) Log Message Adopt AVContentKeyReportGroup https://bugs.webkit.org/show_bug.cgi?id=204765 Reviewed by Eric Carlson. Source/WebCore: Adopt a new class,

[webkit-changes] [253063] trunk/Source

2019-12-03 Thread eric . carlson
Title: [253063] trunk/Source Revision 253063 Author eric.carl...@apple.com Date 2019-12-03 14:56:46 -0800 (Tue, 03 Dec 2019) Log Message Add a runtime setting for media in the GPU process https://bugs.webkit.org/show_bug.cgi?id=204801 Reviewed by Jer Noble. Source/WebCore: *

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

2019-12-03 Thread jer . noble
Title: [253062] trunk/Source/WebCore Revision 253062 Author jer.no...@apple.com Date 2019-12-03 14:35:42 -0800 (Tue, 03 Dec 2019) Log Message Experimental support for HDR media query https://bugs.webkit.org/show_bug.cgi?id=204422 Reviewed by Eric Carlson. Follow-up to r252762 for

[webkit-changes] [253060] trunk/Tools

2019-12-03 Thread jbedard
Title: [253060] trunk/Tools Revision 253060 Author jbed...@apple.com Date 2019-12-03 12:34:59 -0800 (Tue, 03 Dec 2019) Log Message https://bugs.webkit.org/show_bug.cgi?id=204804 Reviewed by Tim Horton. * Scripts/webkitpy/port/mac.py: (MacCatalystPort):

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

2019-12-03 Thread pvollan
Title: [253059] trunk/Source/WebKit Revision 253059 Author pvol...@apple.com Date 2019-12-03 12:12:59 -0800 (Tue, 03 Dec 2019) Log Message Unreviewed assertion fix for older macOS versions after r253011. * UIProcess/UserMediaPermissionRequestManagerProxy.cpp:

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

2019-12-03 Thread timothy_horton
Title: [253058] trunk/Source/WebCore Revision 253058 Author timothy_hor...@apple.com Date 2019-12-03 12:06:51 -0800 (Tue, 03 Dec 2019) Log Message Start adding encoding support for DisplayList and some DisplayListItems https://bugs.webkit.org/show_bug.cgi?id=204740 *

[webkit-changes] [253057] tags/Safari-609.1.11/Source/WebCore

2019-12-03 Thread alancoon
Title: [253057] tags/Safari-609.1.11/Source/WebCore Revision 253057 Author alanc...@apple.com Date 2019-12-03 11:33:25 -0800 (Tue, 03 Dec 2019) Log Message Cherry-pick r252956. rdar://problem/57438874 MockAudioSharedUnit should reset its last render time on start/stop/reconfigure

[webkit-changes] [253056] trunk

2019-12-03 Thread commit-queue
Title: [253056] trunk Revision 253056 Author commit-qu...@webkit.org Date 2019-12-03 11:28:31 -0800 (Tue, 03 Dec 2019) Log Message [Web Animations] Add a runtime flag for Web Animations composite operations https://bugs.webkit.org/show_bug.cgi?id=204718 Patch by Antoine Quint on

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

2019-12-03 Thread youenn
Title: [253055] trunk/Source/WebKit Revision 253055 Author you...@apple.com Date 2019-12-03 11:08:40 -0800 (Tue, 03 Dec 2019) Log Message UserMediaCaptureManager should have independent capture factories https://bugs.webkit.org/show_bug.cgi?id=204786 Reviewed by Eric Carlson. Refactor

[webkit-changes] [253054] trunk/LayoutTests

2019-12-03 Thread wenson_hsieh
Title: [253054] trunk/LayoutTests Revision 253054 Author wenson_hs...@apple.com Date 2019-12-03 10:39:36 -0800 (Tue, 03 Dec 2019) Log Message fast/events/touch/ios/passive-by-default-on-document-and-window.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=204797 Reviewed

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

2019-12-03 Thread zalan
Title: [253052] trunk/Source/WebCore Revision 253052 Author za...@apple.com Date 2019-12-03 10:22:23 -0800 (Tue, 03 Dec 2019) Log Message [LFC][IFC] Move trailing trimmable content logic to InlineItemRun https://bugs.webkit.org/show_bug.cgi?id=204798 Reviewed by Antti Koivisto.

[webkit-changes] [253051] trunk/Source

2019-12-03 Thread cdumez
Title: [253051] trunk/Source Revision 253051 Author cdu...@apple.com Date 2019-12-03 10:17:38 -0800 (Tue, 03 Dec 2019) Log Message PageConfiguration::pluginClient should use a smart pointer https://bugs.webkit.org/show_bug.cgi?id=204780 Reviewed by Anders Carlsson. Source/WebCore: *

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

2019-12-03 Thread dino
Title: [253050] trunk/Source/WebCore Revision 253050 Author d...@apple.com Date 2019-12-03 10:13:08 -0800 (Tue, 03 Dec 2019) Log Message Fix MacCatalyst build. * platform/graphics/GraphicsContext3D.h: Modified Paths trunk/Source/WebCore/ChangeLog

[webkit-changes] [253049] trunk/Tools

2019-12-03 Thread aakash_jain
Title: [253049] trunk/Tools Revision 253049 Author aakash_j...@apple.com Date 2019-12-03 09:56:15 -0800 (Tue, 03 Dec 2019) Log Message Do not retry the EWS build due to flaky failures in layout-test https://bugs.webkit.org/show_bug.cgi?id=204769 Reviewed by Jonathan Bedard. *

[webkit-changes] [253048] trunk/Source

2019-12-03 Thread cdumez
Title: [253048] trunk/Source Revision 253048 Author cdu...@apple.com Date 2019-12-03 09:34:46 -0800 (Tue, 03 Dec 2019) Log Message PageConfiguration::alternativeTextClient should use a smart pointer https://bugs.webkit.org/show_bug.cgi?id=204777 Reviewed by Anders Carlsson.

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

2019-12-03 Thread katherine_cheney
Title: [253047] trunk/Source/WebKit Revision 253047 Author katherine_che...@apple.com Date 2019-12-03 09:12:40 -0800 (Tue, 03 Dec 2019) Log Message Activate the SQLite database as an on-by-default feature https://bugs.webkit.org/show_bug.cgi?id=204774 Reviewed by Brent Fulgham. The

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

2019-12-03 Thread timothy_horton
Title: [253046] trunk/Source/WebCore Revision 253046 Author timothy_hor...@apple.com Date 2019-12-03 08:50:43 -0800 (Tue, 03 Dec 2019) Log Message Start adding encoding support for DisplayList and some DisplayListItems https://bugs.webkit.org/show_bug.cgi?id=204740 Reviewed by Simon

[webkit-changes] [253045] trunk

2019-12-03 Thread youenn
Title: [253045] trunk Revision 253045 Author you...@apple.com Date 2019-12-03 08:28:22 -0800 (Tue, 03 Dec 2019) Log Message Add support for camera rotation when capturing in UIProcess https://bugs.webkit.org/show_bug.cgi?id=204750 Reviewed by Eric Carlson. Source/WebKit: Make

[webkit-changes] [253044] trunk/LayoutTests

2019-12-03 Thread pvollan
Title: [253044] trunk/LayoutTests Revision 253044 Author pvol...@apple.com Date 2019-12-03 07:46:56 -0800 (Tue, 03 Dec 2019) Log Message Layout Test fast/layoutformattingcontext/flow-integration-basic.html is failing https://bugs.webkit.org/show_bug.cgi?id=204795 Unreviewed test

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

2019-12-03 Thread antti
Title: [253042] trunk/Source/WebCore Revision 253042 Author an...@apple.com Date 2019-12-03 07:41:43 -0800 (Tue, 03 Dec 2019) Log Message [LFC][Integration] Rename RenderBlockFlowLineLayout and move it to LayoutIntegration namespace https://bugs.webkit.org/show_bug.cgi?id=204791

[webkit-changes] [253043] trunk/LayoutTests

2019-12-03 Thread pvollan
Title: [253043] trunk/LayoutTests Revision 253043 Author pvol...@apple.com Date 2019-12-03 07:42:34 -0800 (Tue, 03 Dec 2019) Log Message The test webanimations/accelerated-animation-removal-upon-transition-completion.html is timing out https://bugs.webkit.org/show_bug.cgi?id=204794

[webkit-changes] [253041] trunk

2019-12-03 Thread antti
Title: [253041] trunk Revision 253041 Author an...@apple.com Date 2019-12-03 07:20:46 -0800 (Tue, 03 Dec 2019) Log Message [LFC][Integration] Shorten feature flag name https://bugs.webkit.org/show_bug.cgi?id=204788 Reviewed by Sam Weinig. Source/WebCore:

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

2019-12-03 Thread youenn
Title: [253040] trunk/Source/WebCore Revision 253040 Author you...@apple.com Date 2019-12-03 07:01:15 -0800 (Tue, 03 Dec 2019) Log Message MediaRecorderPrivateWriter should not be destroyed until finishing its writing task completion handler is called

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

2019-12-03 Thread zalan
Title: [253039] trunk/Source/WebCore Revision 253039 Author za...@apple.com Date 2019-12-03 06:52:48 -0800 (Tue, 03 Dec 2019) Log Message [LFC][IFC] TextUtil::width should not overflow when word/letter-spacing is larger than LayoutUnit::max https://bugs.webkit.org/show_bug.cgi?id=204782

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

2019-12-03 Thread zalan
Title: [253038] trunk/Source/WebCore Revision 253038 Author za...@apple.com Date 2019-12-03 06:49:53 -0800 (Tue, 03 Dec 2019) Log Message [LFC][IFC] Try to fit content on the current line when the line has trimmable trailing content https://bugs.webkit.org/show_bug.cgi?id=204781

[webkit-changes] [253037] trunk

2019-12-03 Thread youenn
Title: [253037] trunk Revision 253037 Author you...@apple.com Date 2019-12-03 06:45:21 -0800 (Tue, 03 Dec 2019) Log Message Expose WKWebView API to stop ongoing capture https://bugs.webkit.org/show_bug.cgi?id=204787 Reviewed by Eric Carlson. Source/WebKit: Covered by API test. *

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

2019-12-03 Thread calvaris
Title: [253036] trunk/Source/WebCore Revision 253036 Author calva...@igalia.com Date 2019-12-03 05:37:01 -0800 (Tue, 03 Dec 2019) Log Message Unreviewed, fix build warning. * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h: durationMediaTime should be marked as override.

[webkit-changes] [253035] trunk/LayoutTests

2019-12-03 Thread commit-queue
Title: [253035] trunk/LayoutTests Revision 253035 Author commit-qu...@webkit.org Date 2019-12-03 04:32:01 -0800 (Tue, 03 Dec 2019) Log Message [WPE] Some WebGL 1.0.3 conformance tests are marked as failing but have been consistently passing https://bugs.webkit.org/show_bug.cgi?id=204790

[webkit-changes] [253034] trunk

2019-12-03 Thread Hironori . Fujii
Title: [253034] trunk Revision 253034 Author hironori.fu...@sony.com Date 2019-12-03 03:25:49 -0800 (Tue, 03 Dec 2019) Log Message Unreviewed, rolling out r253020. It breaks WinCairo bots. Reverted changeset: "[MSVC] Add /experimental:newLambdaProcessor switch for better C++

[webkit-changes] [253033] trunk

2019-12-03 Thread youenn
Title: [253033] trunk Revision 253033 Author you...@apple.com Date 2019-12-03 03:11:44 -0800 (Tue, 03 Dec 2019) Log Message [Cocoa] Run camera capture in UIProcess by default in layout tests https://bugs.webkit.org/show_bug.cgi?id=204512 Reviewed by Eric Carlson. Source/WebCore:

[webkit-changes] [253032] trunk

2019-12-03 Thread antti
Title: [253032] trunk Revision 253032 Author an...@apple.com Date 2019-12-03 02:51:46 -0800 (Tue, 03 Dec 2019) Log Message [LFC][Integration] Setup root box properties https://bugs.webkit.org/show_bug.cgi?id=204743 Reviewed by Zalan Bujtas. Source/WebCore: Test:

[webkit-changes] [253031] trunk

2019-12-03 Thread commit-queue
Title: [253031] trunk Revision 253031 Author commit-qu...@webkit.org Date 2019-12-03 02:30:55 -0800 (Tue, 03 Dec 2019) Log Message Implement createImageBitmap(OffscreenCanvas) https://bugs.webkit.org/show_bug.cgi?id=183440 Patch by Zan Dobersek on 2019-12-03 Reviewed by Antti Koivisto.

[webkit-changes] [253030] trunk

2019-12-03 Thread carlosgc
Title: [253030] trunk Revision 253030 Author carlo...@webkit.org Date 2019-12-03 02:03:32 -0800 (Tue, 03 Dec 2019) Log Message WebDriver: handle elements of type file in send keys command https://bugs.webkit.org/show_bug.cgi?id=188514 Reviewed by Brian Burg. Source/WebCore: Export

[webkit-changes] [253029] trunk

2019-12-03 Thread carlosgc
Title: [253029] trunk Revision 253029 Author carlo...@webkit.org Date 2019-12-03 01:32:14 -0800 (Tue, 03 Dec 2019) Log Message WebDriver: most of the clear tests are failing https://bugs.webkit.org/show_bug.cgi?id=180404 Reviewed by Brian Burg. Source/WebDriver: Implement the element

[webkit-changes] [253028] trunk/Source

2019-12-03 Thread carlosgc
Title: [253028] trunk/Source Revision 253028 Author carlo...@webkit.org Date 2019-12-03 01:30:19 -0800 (Tue, 03 Dec 2019) Log Message [PSON] Tooltips from previous page shown on new page https://bugs.webkit.org/show_bug.cgi?id=204735 Reviewed by Chris Dumez. Source/WebCore: Remove

[webkit-changes] [253027] trunk/Tools

2019-12-03 Thread carlosgc
Title: [253027] trunk/Tools Revision 253027 Author carlo...@webkit.org Date 2019-12-03 01:28:17 -0800 (Tue, 03 Dec 2019) Log Message Unreviewed. Focus the location bar on CTRL+l in GTK MiniBrowser * MiniBrowser/gtk/BrowserWindow.c: (focusLocationBar): (browser_window_init): Modified