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

2019-07-11 Thread cdumez
Title: [247383] trunk/Source/WebCore Revision 247383 Author cdu...@apple.com Date 2019-07-11 21:36:59 -0700 (Thu, 11 Jul 2019) Log Message Fix non-thread safe use of makeWeakPtr() under MediaPlayerPrivateMediaFoundation::CustomVideoPresenter::processInputNotify()

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

2019-07-11 Thread youenn
Title: [247382] trunk/Source/WebCore Revision 247382 Author you...@apple.com Date 2019-07-11 21:24:59 -0700 (Thu, 11 Jul 2019) Log Message Register a MediaStreamTrack as media producer only if it is a capture track https://bugs.webkit.org/show_bug.cgi?id=199566 Addressing post-landing

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

2019-07-11 Thread youenn
Title: [247381] trunk/Source/WebCore Revision 247381 Author you...@apple.com Date 2019-07-11 21:22:36 -0700 (Thu, 11 Jul 2019) Log Message Protect CoreAudioSharedUnit::m_clients for accessing in different threads simultaneously https://bugs.webkit.org/show_bug.cgi?id=199717 Reviewed by

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

2019-07-11 Thread cdumez
Title: [247380] trunk/Source/WebCore Revision 247380 Author cdu...@apple.com Date 2019-07-11 19:35:07 -0700 (Thu, 11 Jul 2019) Log Message Drop non thread-safe usage of WeakPtr in PlaybackSessionInterfaceAVKit https://bugs.webkit.org/show_bug.cgi?id=199698 Reviewed by Eric Carlson. The

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

2019-07-11 Thread simon . fraser
Title: [247379] trunk/Source/WebCore Revision 247379 Author simon.fra...@apple.com Date 2019-07-11 19:20:51 -0700 (Thu, 11 Jul 2019) Log Message Fix builds where HAVE_DESIGN_SYSTEM_UI_FONTS is not defined. * platform/graphics/cocoa/FontCacheCoreText.cpp:

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

2019-07-11 Thread justin_fan
Title: [247378] trunk/Source/WebCore Revision 247378 Author justin_...@apple.com Date 2019-07-11 18:13:31 -0700 (Thu, 11 Jul 2019) Log Message Unreviewed build fix. * Modules/webgpu/WHLSL/WHLSLRecursionChecker.cpp: Missing include. Modified Paths trunk/Source/WebCore/ChangeLog

[webkit-changes] [247377] trunk

2019-07-11 Thread mmaxfield
Title: [247377] trunk Revision 247377 Author mmaxfi...@apple.com Date 2019-07-11 18:08:29 -0700 (Thu, 11 Jul 2019) Log Message New York font erroneously gets synthetic bold https://bugs.webkit.org/show_bug.cgi?id=199653 Reviewed by Simon Fraser. Source/WebCore: This patch adds

[webkit-changes] [247376] trunk/LayoutTests

2019-07-11 Thread clopez
Title: [247376] trunk/LayoutTests Revision 247376 Author clo...@igalia.com Date 2019-07-11 17:49:53 -0700 (Thu, 11 Jul 2019) Log Message [GTK][WPE] Rebaseline css3/blending tests with an empty homedir. It seems this tests are sensible to some configuration of some library as they

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

2019-07-11 Thread cdumez
Title: [247375] trunk/Source/WebKit Revision 247375 Author cdu...@apple.com Date 2019-07-11 16:58:35 -0700 (Thu, 11 Jul 2019) Log Message ASSERTION FAILED: RunLoop::isMain() under IPC::Connection::sendWithAsyncReply() https://bugs.webkit.org/show_bug.cgi?id=199734 Reviewed by Geoffrey

[webkit-changes] [247374] trunk/LayoutTests

2019-07-11 Thread cdumez
Title: [247374] trunk/LayoutTests Revision 247374 Author cdu...@apple.com Date 2019-07-11 16:47:06 -0700 (Thu, 11 Jul 2019) Log Message [iOS] fast/events/ios/rotation/orientationchange-event-listener-on.body.html is flaky https://bugs.webkit.org/show_bug.cgi?id=199732 Reviewed by Alex

[webkit-changes] [247373] trunk/LayoutTests

2019-07-11 Thread rniwa
Title: [247373] trunk/LayoutTests Revision 247373 Author rn...@webkit.org Date 2019-07-11 16:30:02 -0700 (Thu, 11 Jul 2019) Log Message Make the test added in r247327 more reliable. * editing/selection/ios/autoscroll-with-top-content-inset-2.html: Modified Paths

[webkit-changes] [247372] trunk/Tools

2019-07-11 Thread aakash_jain
Title: [247372] trunk/Tools Revision 247372 Author aakash_j...@apple.com Date 2019-07-11 16:18:12 -0700 (Thu, 11 Jul 2019) Log Message Unreviewed follow-up fix to r247364. [ews-build] Add build step to clean up .git/index.lock file https://bugs.webkit.org/show_bug.cgi?id=199722 *

[webkit-changes] [247371] trunk/LayoutTests

2019-07-11 Thread tsavell
Title: [247371] trunk/LayoutTests Revision 247371 Author tsav...@apple.com Date 2019-07-11 15:53:59 -0700 (Thu, 11 Jul 2019) Log Message Layout Test fast/viewport/ios/viewport-shrink-to-fit-on-new-navigation.html is Failing Consistently on iOS-WK2.

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

2019-07-11 Thread sihui_liu
Title: [247370] trunk/Source/WebKit Revision 247370 Author sihui_...@apple.com Date 2019-07-11 15:26:25 -0700 (Thu, 11 Jul 2019) Log Message StorageArea should not be destructed on the main thread https://bugs.webkit.org/show_bug.cgi?id=199713 Reviewed by Alex Christensen. After

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

2019-07-11 Thread timothy_horton
Title: [247369] trunk/Source/WebKit Revision 247369 Author timothy_hor...@apple.com Date 2019-07-11 15:22:57 -0700 (Thu, 11 Jul 2019) Log Message Null deref of Range under WebPage::startAutoscrollAtPosition https://bugs.webkit.org/show_bug.cgi?id=199724 Reviewed by Dean Jackson. *

[webkit-changes] [247368] trunk/Tools

2019-07-11 Thread ysuzuki
Title: [247368] trunk/Tools Revision 247368 Author ysuz...@apple.com Date 2019-07-11 14:56:32 -0700 (Thu, 11 Jul 2019) Log Message Flaky API Test TestWTF.bmalloc.ScavengedMemoryShouldBeReused https://bugs.webkit.org/show_bug.cgi?id=199524 Reviewed by Saam Barati. This test is

[webkit-changes] [247366] trunk

2019-07-11 Thread justin_fan
Title: [247366] trunk Revision 247366 Author justin_...@apple.com Date 2019-07-11 14:32:06 -0700 (Thu, 11 Jul 2019) Log Message [WebGPU] Implement GPUError and error scopes https://bugs.webkit.org/show_bug.cgi?id=199655 Reviewed by Myles C. Maxfield. Source/WebCore: Add

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

2019-07-11 Thread timothy_horton
Title: [247365] trunk/Source/WebCore Revision 247365 Author timothy_hor...@apple.com Date 2019-07-11 14:15:24 -0700 (Thu, 11 Jul 2019) Log Message Null deref of RenderView under FrameView::setNeedsCompositingConfigurationUpdate https://bugs.webkit.org/show_bug.cgi?id=199723 Reviewed by

[webkit-changes] [247364] trunk/Tools

2019-07-11 Thread aakash_jain
Title: [247364] trunk/Tools Revision 247364 Author aakash_j...@apple.com Date 2019-07-11 14:12:39 -0700 (Thu, 11 Jul 2019) Log Message [ews-build] Add build step to clean up .git/index.lock file https://bugs.webkit.org/show_bug.cgi?id=199722 Reviewed by Jonathan Bedard. *

[webkit-changes] [247363] trunk

2019-07-11 Thread justin_michaud
Title: [247363] trunk Revision 247363 Author justin_mich...@apple.com Date 2019-07-11 14:08:36 -0700 (Thu, 11 Jul 2019) Log Message Add b3 macro lowering for CheckMul on arm64 https://bugs.webkit.org/show_bug.cgi?id=199251 Reviewed by Robin Morisset. JSTests: *

[webkit-changes] [247362] trunk

2019-07-11 Thread commit-queue
Title: [247362] trunk Revision 247362 Author commit-qu...@webkit.org Date 2019-07-11 14:04:05 -0700 (Thu, 11 Jul 2019) Log Message Unreviewed, rolling out r247314. https://bugs.webkit.org/show_bug.cgi?id=199721 Caused performance regression. (Requested by deanj on #webkit). Reverted

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

2019-07-11 Thread cdumez
Title: [247361] trunk/Source/WebCore Revision 247361 Author cdu...@apple.com Date 2019-07-11 13:52:06 -0700 (Thu, 11 Jul 2019) Log Message Pages using Google Tag Manager Google's anti-flicker optimization may take ~5 seconds to do initial paint

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

2019-07-11 Thread dino
Title: [247360] trunk/Source/WebKit Revision 247360 Author d...@apple.com Date 2019-07-11 13:11:47 -0700 (Thu, 11 Jul 2019) Log Message CrashTracer: Regression : MobileSafari at UIKit: -[CALayerAccessibility__UIKit__QuartzCore setBounds:] https://bugs.webkit.org/show_bug.cgi?id=199720

[webkit-changes] [247359] trunk/Source

2019-07-11 Thread alancoon
Title: [247359] trunk/Source Revision 247359 Author alanc...@apple.com Date 2019-07-11 12:39:23 -0700 (Thu, 11 Jul 2019) Log Message Versioning. Modified Paths trunk/Source/_javascript_Core/Configurations/Version.xcconfig

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

2019-07-11 Thread cdumez
Title: [247358] trunk/Source/WebCore Revision 247358 Author cdu...@apple.com Date 2019-07-11 11:43:39 -0700 (Thu, 11 Jul 2019) Log Message Disable RGB10 IOSurface pixel format for Mac Catalyst https://bugs.webkit.org/show_bug.cgi?id=199712 Reviewed by Beth Dakin. Disable RGB10

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

2019-07-11 Thread commit-queue
Title: [247357] trunk/Source/WebKit Revision 247357 Author commit-qu...@webkit.org Date 2019-07-11 11:39:16 -0700 (Thu, 11 Jul 2019) Log Message Use mobile UA on jsfiddle.net https://bugs.webkit.org/show_bug.cgi?id=199687 Patch by Alex Christensen on 2019-07-11 Reviewed by Maciej

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

2019-07-11 Thread drousso
Title: [247356] trunk/Source/WebInspectorUI Revision 247356 Author drou...@apple.com Date 2019-07-11 11:36:57 -0700 (Thu, 11 Jul 2019) Log Message Web Inspector: Layers: Uncaught Exception: Request with id = 2 failed. {"code":-32601,"message":"'Page' domain was not

[webkit-changes] [247355] trunk

2019-07-11 Thread jbedard
Title: [247355] trunk Revision 247355 Author jbed...@apple.com Date 2019-07-11 10:17:58 -0700 (Thu, 11 Jul 2019) Log Message [iOS 13] Enable WebKit build https://bugs.webkit.org/show_bug.cgi?id=199481 Reviewed by Tim Horton. Source/WebCore: No new tests, iOS 13 test expectations will

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

2019-07-11 Thread cdumez
Title: [247354] trunk/Source/WebCore Revision 247354 Author cdu...@apple.com Date 2019-07-11 10:10:52 -0700 (Thu, 11 Jul 2019) Log Message Fix non thread-safe usage of makeWeakPtr() in MediaPlayerPrivateMediaFoundation https://bugs.webkit.org/show_bug.cgi?id=199700 Reviewed by Eric

[webkit-changes] [247351] tags/Safari-608.1.35

2019-07-11 Thread kocsen_chung
Title: [247351] tags/Safari-608.1.35 Revision 247351 Author kocsen_ch...@apple.com Date 2019-07-11 08:33:17 -0700 (Thu, 11 Jul 2019) Log Message Cherry-pick r247307. rdar://problem/52859522 Unreviewed, rolling out r247286. Caused TestWTF.WTF.StringOperators to fail on debug

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

2019-07-11 Thread zalan
Title: [247350] trunk/Source/WebCore Revision 247350 Author za...@apple.com Date 2019-07-11 07:09:55 -0700 (Thu, 11 Jul 2019) Log Message [LFC][IFC] Cleanup InlineFormattingContext::LineLayout class. https://bugs.webkit.org/show_bug.cgi?id=199702 Reviewed by Sam Weinig. Move some

[webkit-changes] [247348] trunk/Tools

2019-07-11 Thread aperez
Title: [247348] trunk/Tools Revision 247348 Author ape...@igalia.com Date 2019-07-11 05:45:22 -0700 (Thu, 11 Jul 2019) Log Message [ews-build] Remove workers {ltilve,tanty}-gtk-wk2-ews from configuration https://bugs.webkit.org/show_bug.cgi?id=199707 Reviewed by Aakash Jain. *

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

2019-07-11 Thread commit-queue
Title: [247347] trunk/Source/WebCore Revision 247347 Author commit-qu...@webkit.org Date 2019-07-11 03:57:54 -0700 (Thu, 11 Jul 2019) Log Message [GStreamer][MediaStream] Use the new dispatchMediaSampleToObservers to dispatch new buffers https://bugs.webkit.org/show_bug.cgi?id=199689

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

2019-07-11 Thread ysuzuki
Title: [247346] trunk/Source/_javascript_Core Revision 247346 Author ysuz...@apple.com Date 2019-07-11 02:42:22 -0700 (Thu, 11 Jul 2019) Log Message Unreviewed, revert r243617. https://bugs.webkit.org/show_bug.cgi?id=196341 Mark pointed out that JSVirtualMachine can be gone in the other

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

2019-07-11 Thread wenson_hsieh
Title: [247345] trunk/Source/WebKit Revision 247345 Author wenson_hs...@apple.com Date 2019-07-11 00:34:19 -0700 (Thu, 11 Jul 2019) Log Message MobileSafari may crash under -[UIKeyboardTaskExecutionContext transferExecutionToMainThreadWithTask:]