[webkit-changes] [252680] trunk

2019-11-19 Thread rmorisset
Title: [252680] trunk Revision 252680 Author rmoris...@apple.com Date 2019-11-19 19:41:57 -0800 (Tue, 19 Nov 2019) Log Message [ESNext][BigInt] Add support for op_inc https://bugs.webkit.org/show_bug.cgi?id=193240 Reviewed by Yusuke Suzuki. JSTests: Some parts of these tests are

[webkit-changes] [252656] branches/safari-608-branch/Source/WebCore

2019-11-19 Thread alancoon
Title: [252656] branches/safari-608-branch/Source/WebCore Revision 252656 Author alanc...@apple.com Date 2019-11-19 16:33:09 -0800 (Tue, 19 Nov 2019) Log Message Cherry-pick r251678. rdar://problem/57283567 Drop code for X-Temp-Tablet HTTP header experiment

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

2019-11-19 Thread cdumez
Title: [252655] trunk/Source/WebKit Revision 252655 Author cdu...@apple.com Date 2019-11-19 16:32:19 -0800 (Tue, 19 Nov 2019) Log Message Protect MessageReceivers when possible while they are processing incoming IPC messages https://bugs.webkit.org/show_bug.cgi?id=204377 Reviewed by

[webkit-changes] [252657] branches/safari-608-branch/Source/WebKit

2019-11-19 Thread alancoon
Title: [252657] branches/safari-608-branch/Source/WebKit Revision 252657 Author alanc...@apple.com Date 2019-11-19 16:33:13 -0800 (Tue, 19 Nov 2019) Log Message Cherry-pick r252619. rdar://problem/57330791 IPC::Decoder should use nullptr as invalid value Reviewed by

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

2019-11-19 Thread sihui_liu
Title: [252673] trunk/Source/WebCore Revision 252673 Author sihui_...@apple.com Date 2019-11-19 18:13:24 -0800 (Tue, 19 Nov 2019) Log Message IndexedDB: pass along error of IDBBackingStore operations https://bugs.webkit.org/show_bug.cgi?id=204381 Reviewed by Brady Eidson. Covered by

[webkit-changes] [252675] trunk

2019-11-19 Thread commit-queue
Title: [252675] trunk Revision 252675 Author commit-qu...@webkit.org Date 2019-11-19 18:37:16 -0800 (Tue, 19 Nov 2019) Log Message Assertion failure in HTMLMediaElement::enterFullscreen() https://bugs.webkit.org/show_bug.cgi?id=204376 Patch by Peng Liu on 2019-11-19 Reviewed by Eric

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

2019-11-19 Thread ysuzuki
Title: [252661] trunk/Source/_javascript_Core Revision 252661 Author ysuz...@apple.com Date 2019-11-19 16:56:39 -0800 (Tue, 19 Nov 2019) Log Message [JSC] Work-around Leaks' false-positive report about memory leaking https://bugs.webkit.org/show_bug.cgi?id=204384 Reviewed by Mark Lam.

[webkit-changes] [252667] trunk

2019-11-19 Thread commit-queue
Title: [252667] trunk Revision 252667 Author commit-qu...@webkit.org Date 2019-11-19 17:27:35 -0800 (Tue, 19 Nov 2019) Log Message Nullptr crash in Node::setTextContent via Document::setTitle if title element is removed before setTextContent call.

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

2019-11-19 Thread ysuzuki
Title: [252674] trunk/Source/_javascript_Core Revision 252674 Author ysuz...@apple.com Date 2019-11-19 18:28:52 -0800 (Tue, 19 Nov 2019) Log Message [JSC] MetadataTable::sizeInBytes should not touch m_rawBuffer in UnlinkedMetadataTable unless MetadataTable is linked to that

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

2019-11-19 Thread cdumez
Title: [252678] trunk/Source/WebKit Revision 252678 Author cdu...@apple.com Date 2019-11-19 19:14:29 -0800 (Tue, 19 Nov 2019) Log Message Unreviewed, fix webkitpy failures after r252655. * Scripts/webkit/LegacyMessageReceiver-expected.cpp: (WebKit::WebPage::didReceiveWebPageMessage):

[webkit-changes] [252668] trunk/LayoutTests

2019-11-19 Thread jiewen_tan
Title: [252668] trunk/LayoutTests Revision 252668 Author jiewen_...@apple.com Date 2019-11-19 17:35:20 -0800 (Tue, 19 Nov 2019) Log Message Improve WebAuthn NFC tests after r252297 https://bugs.webkit.org/show_bug.cgi?id=204251 Reviewed by Alexey Proskuryakov. This patch fixes a test

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

2019-11-19 Thread cdumez
Title: [252677] trunk/Source/WebKit Revision 252677 Author cdu...@apple.com Date 2019-11-19 19:08:07 -0800 (Tue, 19 Nov 2019) Log Message Unreviewed mac catalyst build fix after r252655. * WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.messages.in: Modified Paths

[webkit-changes] [252685] trunk/LayoutTests

2019-11-19 Thread simon . fraser
Title: [252685] trunk/LayoutTests Revision 252685 Author simon.fra...@apple.com Date 2019-11-19 23:23:17 -0800 (Tue, 19 Nov 2019) Log Message Remove macOS Sierra results in LayoutTests/platform https://bugs.webkit.org/show_bug.cgi?id=204388 Reviewed by Eric Carlson. *

[webkit-changes] [252654] trunk/LayoutTests

2019-11-19 Thread jiewen_tan
Title: [252654] trunk/LayoutTests Revision 252654 Author jiewen_...@apple.com Date 2019-11-19 16:16:37 -0800 (Tue, 19 Nov 2019) Log Message Unreviewed, test gardening * platform/ios-wk2/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog

[webkit-changes] [252679] trunk

2019-11-19 Thread sbarati
Title: [252679] trunk Revision 252679 Author sbar...@apple.com Date 2019-11-19 19:22:37 -0800 (Tue, 19 Nov 2019) Log Message Remove runNullishAwareOperatorsEnabled Rubber-stamped by Keith Miller. JSTests: * stress/nullish-coalescing.js: * stress/optional-chaining.js: *

[webkit-changes] [252683] trunk

2019-11-19 Thread ross . kirsling
Title: [252683] trunk Revision 252683 Author ross.kirsl...@sony.com Date 2019-11-19 21:12:14 -0800 (Tue, 19 Nov 2019) Log Message Implement String.prototype.replaceAll https://bugs.webkit.org/show_bug.cgi?id=202471 Reviewed by Yusuke Suzuki. JSTests: * stress/string-replaceall.js:

[webkit-changes] [252669] branches/safari-608-branch/Tools

2019-11-19 Thread alancoon
Title: [252669] branches/safari-608-branch/Tools Revision 252669 Author alanc...@apple.com Date 2019-11-19 17:37:25 -0800 (Tue, 19 Nov 2019) Log Message Cherry-pick r252031. rdar://problem/56889868 webkitpy: Build ImageDiff if it is missing

[webkit-changes] [252682] trunk

2019-11-19 Thread drousso
Title: [252682] trunk Revision 252682 Author drou...@apple.com Date 2019-11-19 20:31:20 -0800 (Tue, 19 Nov 2019) Log Message Web Inspector: DOM.highlightSelector should work for "div, div::before" https://bugs.webkit.org/show_bug.cgi?id=204306 Reviewed by Brian Burg. .: *

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

2019-11-19 Thread beidson
Title: [252653] trunk/Source/WebCore Revision 252653 Author beid...@apple.com Date 2019-11-19 16:12:06 -0800 (Tue, 19 Nov 2019) Log Message Fix null deref when a DocumentLoader's policy decision is delivered. and https://bugs.webkit.org/show_bug.cgi?id=204378 Reviewed by Ryosuke Niwa.

[webkit-changes] [252658] trunk/Source

2019-11-19 Thread ross . kirsling
Title: [252658] trunk/Source Revision 252658 Author ross.kirsl...@sony.com Date 2019-11-19 16:48:32 -0800 (Tue, 19 Nov 2019) Log Message Unreviewed non-unified build fixes. Source/WebCore: * Modules/async-clipboard/ClipboardItem.cpp: *

[webkit-changes] [252665] branches/safari-608-branch/Tools

2019-11-19 Thread alancoon
Title: [252665] branches/safari-608-branch/Tools Revision 252665 Author alanc...@apple.com Date 2019-11-19 17:24:50 -0800 (Tue, 19 Nov 2019) Log Message Cherry-pick r250966. rdar://problem/56047710 results.webkit.org: Start reporting results

[webkit-changes] [252662] branches/safari-608-branch/Tools

2019-11-19 Thread alancoon
Title: [252662] branches/safari-608-branch/Tools Revision 252662 Author alanc...@apple.com Date 2019-11-19 17:24:40 -0800 (Tue, 19 Nov 2019) Log Message Cherry-pick r249652. rdar://problem/55190632 run-webkit-tests: Report results archive to results.webkit.org

[webkit-changes] [252663] branches/safari-608-branch/Tools

2019-11-19 Thread alancoon
Title: [252663] branches/safari-608-branch/Tools Revision 252663 Author alanc...@apple.com Date 2019-11-19 17:24:45 -0800 (Tue, 19 Nov 2019) Log Message Cherry-pick r252058. rdar://problem/56889868 webkitpy: Build ImageDiff if it is missing (Follow-fix)

[webkit-changes] [252666] branches/safari-608-branch/Tools

2019-11-19 Thread alancoon
Title: [252666] branches/safari-608-branch/Tools Revision 252666 Author alanc...@apple.com Date 2019-11-19 17:24:53 -0800 (Tue, 19 Nov 2019) Log Message Cherry-pick r250997. rdar://problem/56177210 results.webkit.org: Sort out certificates on Catalina

[webkit-changes] [252664] branches/safari-608-branch/Tools

2019-11-19 Thread alancoon
Title: [252664] branches/safari-608-branch/Tools Revision 252664 Author alanc...@apple.com Date 2019-11-19 17:24:47 -0800 (Tue, 19 Nov 2019) Log Message Cherry-pick r252087. rdar://problem/56900657 REGRESSION(r252031): layout tests fail to run in non apple ports after r252031

[webkit-changes] [252670] trunk

2019-11-19 Thread sihui_liu
Title: [252670] trunk Revision 252670 Author sihui_...@apple.com Date 2019-11-19 17:53:06 -0800 (Tue, 19 Nov 2019) Log Message IndexedDB: update m_objectStoresByName after renaming object store https://bugs.webkit.org/show_bug.cgi?id=204373 Reviewed by Brady Eidson. Source/WebCore:

[webkit-changes] [252681] trunk

2019-11-19 Thread youenn
Title: [252681] trunk Revision 252681 Author you...@apple.com Date 2019-11-19 20:10:24 -0800 (Tue, 19 Nov 2019) Log Message getUserMedia echoCancellation constraint has no affect https://bugs.webkit.org/show_bug.cgi?id=179411 Reviewed by Eric Carlson. LayoutTests/imported/w3c: *

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

2019-11-19 Thread youenn
Title: [252660] trunk/Source/WebCore Revision 252660 Author you...@apple.com Date 2019-11-19 16:50:51 -0800 (Tue, 19 Nov 2019) Log Message Introduce a mock implementation of CoreAudioSharedUnit https://bugs.webkit.org/show_bug.cgi?id=204290 Reviewed by Eric Carlson. Introduce

[webkit-changes] [252659] trunk/LayoutTests

2019-11-19 Thread simon . fraser
Title: [252659] trunk/LayoutTests Revision 252659 Author simon.fra...@apple.com Date 2019-11-19 16:50:07 -0800 (Tue, 19 Nov 2019) Log Message REGRESSION (r252598): system-preview/badge.html and transforms/2d/zoom-menulist.html are failing https://bugs.webkit.org/show_bug.cgi?id=204383

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

2019-11-19 Thread Hironori . Fujii
Title: [252671] trunk/Source/_javascript_Core Revision 252671 Author hironori.fu...@sony.com Date 2019-11-19 18:08:26 -0800 (Tue, 19 Nov 2019) Log Message [JSC] DisallowVMReentry and DeferGC should use WTF::ThreadSpecific instead of using WTF::threadSpecificKeyCreate directly

[webkit-changes] [252672] trunk

2019-11-19 Thread sihui_liu
Title: [252672] trunk Revision 252672 Author sihui_...@apple.com Date 2019-11-19 18:08:55 -0800 (Tue, 19 Nov 2019) Log Message IndexedDB: overflow of KeyGenerator in MemoryIDBBackingStore https://bugs.webkit.org/show_bug.cgi?id=204366 Reviewed by Brady Eidson. Source/WebCore: Do not

[webkit-changes] [252676] trunk/LayoutTests

2019-11-19 Thread commit-queue
Title: [252676] trunk/LayoutTests Revision 252676 Author commit-qu...@webkit.org Date 2019-11-19 18:43:37 -0800 (Tue, 19 Nov 2019) Log Message Typos in layout test names https://bugs.webkit.org/show_bug.cgi?id=204387 Patch by Peng Liu on 2019-11-19 Reviewed by Eric Carlson. *

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

2019-11-19 Thread commit-queue
Title: [252624] trunk/Source/WebCore Revision 252624 Author commit-qu...@webkit.org Date 2019-11-19 04:41:25 -0800 (Tue, 19 Nov 2019) Log Message REGRESSION(r249428): [GStreamer] VP9 video rendered green https://bugs.webkit.org/show_bug.cgi?id=201422 Patch by Thibault Saunier on

[webkit-changes] [252625] trunk/Tools

2019-11-19 Thread commit-queue
Title: [252625] trunk/Tools Revision 252625 Author commit-qu...@webkit.org Date 2019-11-19 04:45:53 -0800 (Tue, 19 Nov 2019) Log Message Setup EWS queues for JSConly 32bits ARMv7 and MIPSel https://bugs.webkit.org/show_bug.cgi?id=203946 Patch by Paulo Matos on 2019-11-19 Reviewed by

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

2019-11-19 Thread cdumez
Title: [252626] trunk/Source/WebCore Revision 252626 Author cdu...@apple.com Date 2019-11-19 06:23:46 -0800 (Tue, 19 Nov 2019) Log Message http/tests/navigation/page-cache-mediastream.html is a flaky crash https://bugs.webkit.org/show_bug.cgi?id=204321 Reviewed by Eric Carlson. Make

[webkit-changes] [252627] trunk

2019-11-19 Thread wenson_hsieh
Title: [252627] trunk Revision 252627 Author wenson_hs...@apple.com Date 2019-11-19 07:26:13 -0800 (Tue, 19 Nov 2019) Log Message [Clipboard API] Add support for Clipboard.readText() https://bugs.webkit.org/show_bug.cgi?id=204310 Reviewed by Ryosuke Niwa. LayoutTests/imported/w3c:

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

2019-11-19 Thread cdumez
Title: [252631] trunk/Source/WebCore Revision 252631 Author cdu...@apple.com Date 2019-11-19 08:30:49 -0800 (Tue, 19 Nov 2019) Log Message Unreviewed iOS build fix. * style/StyleAdjuster.cpp: Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore/style/StyleAdjuster.cpp

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

2019-11-19 Thread antti
Title: [252628] trunk/Source/WebCore Revision 252628 Author an...@apple.com Date 2019-11-19 07:34:28 -0800 (Tue, 19 Nov 2019) Log Message Move ElementRuleCollector to Style namespace https://bugs.webkit.org/show_bug.cgi?id=204329 Reviewed by Sam Weinig. Also move PageRuleCollector. *

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

2019-11-19 Thread antti
Title: [252629] trunk/Source/WebCore Revision 252629 Author an...@apple.com Date 2019-11-19 08:10:40 -0800 (Tue, 19 Nov 2019) Log Message Move RuleData to a file of its own https://bugs.webkit.org/show_bug.cgi?id=204351 Reviewed by Anders Carlsson. * Sources.txt: *

[webkit-changes] [252630] trunk/LayoutTests

2019-11-19 Thread katherine_cheney
Title: [252630] trunk/LayoutTests Revision 252630 Author katherine_che...@apple.com Date 2019-11-19 08:28:19 -0800 (Tue, 19 Nov 2019) Log Message [ Jazz ] http/tests/resourceLoadStatistics/cookie-deletion.html is timing out https://bugs.webkit.org/show_bug.cgi?id=203813 Reviewed by

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

2019-11-19 Thread cdumez
Title: [252636] trunk/Source/WebKit Revision 252636 Author cdu...@apple.com Date 2019-11-19 10:23:18 -0800 (Tue, 19 Nov 2019) Log Message Make sendWithAsyncReply() safe to call from any thread https://bugs.webkit.org/show_bug.cgi?id=204355 Reviewed by Alex Christensen. Make

[webkit-changes] [252637] trunk/Source

2019-11-19 Thread bburg
Title: [252637] trunk/Source Revision 252637 Author bb...@apple.com Date 2019-11-19 10:41:31 -0800 (Tue, 19 Nov 2019) Log Message [Cocoa] Add _WKInspector SPI to set diagnostic logging delegate for a local Web Inspector https://bugs.webkit.org/show_bug.cgi?id=204323 Reviewed by Devin

[webkit-changes] [252634] trunk

2019-11-19 Thread bburg
Title: [252634] trunk Revision 252634 Author bb...@apple.com Date 2019-11-19 09:11:49 -0800 (Tue, 19 Nov 2019) Log Message [Cocoa] Add WKUIDelegate SPI to inform clients when a _WKInspector attaches to a WKWebView https://bugs.webkit.org/show_bug.cgi?id=204300 Reviewed by Devin Rousso.

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

2019-11-19 Thread zalan
Title: [252638] trunk/Source/WebCore Revision 252638 Author za...@apple.com Date 2019-11-19 10:58:04 -0800 (Tue, 19 Nov 2019) Log Message [LFC][IFC] Assign inlineCapacity to various inline run vectors. https://bugs.webkit.org/show_bug.cgi?id=204354 Reviewed by Antti Koivisto. Inline

[webkit-changes] [252633] trunk

2019-11-19 Thread sihui_liu
Title: [252633] trunk Revision 252633 Author sihui_...@apple.com Date 2019-11-19 08:51:33 -0800 (Tue, 19 Nov 2019) Log Message Update expectations for bufferedAmount-unchanged-by-sync-xhr.any.worker.html https://bugs.webkit.org/show_bug.cgi?id=204313 Reviewed by Alex Christensen.

[webkit-changes] [252632] trunk

2019-11-19 Thread eric . carlson
Title: [252632] trunk Revision 252632 Author eric.carl...@apple.com Date 2019-11-19 08:50:55 -0800 (Tue, 19 Nov 2019) Log Message OverConstrainedError is missing 'name' property https://bugs.webkit.org/show_bug.cgi?id=204069 Reviewed by Youenn Fablet. LayoutTests/imported/w3c: *

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

2019-11-19 Thread megan_gardner
Title: [252635] trunk/Source/WebKit Revision 252635 Author megan_gard...@apple.com Date 2019-11-19 10:10:34 -0800 (Tue, 19 Nov 2019) Log Message Unreviwed build fix for older bots. * Platform/spi/ios/UIKitSPI.h: Modified Paths trunk/Source/WebKit/ChangeLog

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

2019-11-19 Thread antti
Title: [252639] trunk/Source/WebCore Revision 252639 Author an...@apple.com Date 2019-11-19 11:04:38 -0800 (Tue, 19 Nov 2019) Log Message Rename CSSDefaultStyleSheets to UserAgentStyle https://bugs.webkit.org/show_bug.cgi?id=204357 Reviewed by Zalan Bujtas. Also move it to Style

[webkit-changes] [252641] trunk

2019-11-19 Thread wilander
Title: [252641] trunk Revision 252641 Author wilan...@apple.com Date 2019-11-19 12:35:21 -0800 (Tue, 19 Nov 2019) Log Message Resource Load Statistics: Count third-party script loads under top frame https://bugs.webkit.org/show_bug.cgi?id=204262 Reviewed by Alex Christensen.

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

2019-11-19 Thread zalan
Title: [252640] trunk/Source/WebCore Revision 252640 Author za...@apple.com Date 2019-11-19 12:00:28 -0800 (Tue, 19 Nov 2019) Log Message [LFC][IFC] Display::Run:TextContext should use StringView https://bugs.webkit.org/show_bug.cgi?id=204356 Reviewed by Antti Koivisto. We could just

[webkit-changes] [252644] trunk/Tools

2019-11-19 Thread aakash_jain
Title: [252644] trunk/Tools Revision 252644 Author aakash_j...@apple.com Date 2019-11-19 13:21:41 -0800 (Tue, 19 Nov 2019) Log Message Disable reporting EWS test failures from clean-tree to results.webkit.org https://bugs.webkit.org/show_bug.cgi?id=204369 Reviewed by Jonathan Bedard. *

[webkit-changes] [252645] trunk/LayoutTests

2019-11-19 Thread wenson_hsieh
Title: [252645] trunk/LayoutTests Revision 252645 Author wenson_hs...@apple.com Date 2019-11-19 13:36:54 -0800 (Tue, 19 Nov 2019) Log Message fast/events/touch/ios/long-press-on-link.html times out after r251693 https://bugs.webkit.org/show_bug.cgi?id=204365 Reviewed by Megan Gardner.

[webkit-changes] [252648] trunk/Tools

2019-11-19 Thread jbedard
Title: [252648] trunk/Tools Revision 252648 Author jbed...@apple.com Date 2019-11-19 14:06:43 -0800 (Tue, 19 Nov 2019) Log Message results.webkit.org: Have build.webkit.org report JSC tests https://bugs.webkit.org/show_bug.cgi?id=204364 Reviewed by Aakash Jain. *

[webkit-changes] [252649] tags/Safari-609.1.9.7/

2019-11-19 Thread alancoon
Title: [252649] tags/Safari-609.1.9.7/ Revision 252649 Author alanc...@apple.com Date 2019-11-19 14:15:45 -0800 (Tue, 19 Nov 2019) Log Message New tag. Added Paths tags/Safari-609.1.9.7/ Diff ___ webkit-changes mailing list

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

2019-11-19 Thread pvollan
Title: [252643] trunk/Source/WebKit Revision 252643 Author pvol...@apple.com Date 2019-11-19 13:00:21 -0800 (Tue, 19 Nov 2019) Log Message [iOS] Fix sysctl-read sandbox violation https://bugs.webkit.org/show_bug.cgi?id=204358 Reviewed by Brent Fulgham. The WebContent sandbox should

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

2019-11-19 Thread rniwa
Title: [252646] trunk/Source/WebCore Revision 252646 Author rn...@webkit.org Date 2019-11-19 13:57:52 -0800 (Tue, 19 Nov 2019) Log Message Rename AbstractEventLoop to EventLoop and move to its own cpp file https://bugs.webkit.org/show_bug.cgi?id=204335 Reviewed by Antti Koivisto. This

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

2019-11-19 Thread dbates
Title: [252647] trunk/Source/WebCore Revision 252647 Author dba...@webkit.org Date 2019-11-19 14:05:12 -0800 (Tue, 19 Nov 2019) Log Message ASSERTION FAILURE: useDownstream ? (result > vp) : (result < vp) in WebCore::nextSentenceBoundaryInDirection()

[webkit-changes] [252650] tags/Safari-609.1.9.7/Source

2019-11-19 Thread alancoon
Title: [252650] tags/Safari-609.1.9.7/Source Revision 252650 Author alanc...@apple.com Date 2019-11-19 14:17:58 -0800 (Tue, 19 Nov 2019) Log Message Versioning. Modified Paths tags/Safari-609.1.9.7/Source/_javascript_Core/Configurations/Version.xcconfig

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

2019-11-19 Thread ysuzuki
Title: [252651] trunk/Source/WebCore Revision 252651 Author ysuz...@apple.com Date 2019-11-19 14:31:11 -0800 (Tue, 19 Nov 2019) Log Message Unreviewed, follow-up after r252642 https://bugs.webkit.org/show_bug.cgi?id=204346 * Modules/indexeddb/IDBActiveDOMObject.h: *

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

2019-11-19 Thread drousso
Title: [252652] trunk/Source/WebInspectorUI Revision 252652 Author drou...@apple.com Date 2019-11-19 14:55:04 -0800 (Tue, 19 Nov 2019) Log Message Web Inspector: Local Overrides: the placeholder for the MIME type, status code, and status text is the same as the placeholder URL