Title: [260413] trunk/Source/WTF
Revision 260413
Author timothy_hor...@apple.com
Date 2020-04-20 21:48:51 -0700 (Mon, 20 Apr 2020)
Log Message
Try to fix the build after r260407
* wtf/PlatformHave.h:
Modified Paths
trunk/Source/WTF/ChangeLog
trunk/Source/WTF/wtf/PlatformHave.h
Diff
Title: [260412] trunk
Revision 260412
Author peng.l...@apple.com
Date 2020-04-20 21:06:11 -0700 (Mon, 20 Apr 2020)
Log Message
Fix build failures when video fullscreen and picture-in-picture is disabled
https://bugs.webkit.org/show_bug.cgi?id=210777
Reviewed by Eric Carlson.
Source/_jav
Title: [260411] trunk/Source/_javascript_Core
Revision 260411
Author ross.kirsl...@sony.com
Date 2020-04-20 21:04:10 -0700 (Mon, 20 Apr 2020)
Log Message
Intl classes shouldn't need an m_initialized* field
https://bugs.webkit.org/show_bug.cgi?id=210764
Reviewed by Darin Adler.
Existing
Title: [260410] trunk
Revision 260410
Author commit-qu...@webkit.org
Date 2020-04-20 20:23:53 -0700 (Mon, 20 Apr 2020)
Log Message
SPI clients using fastServerTrustEvaluationEnabled need SPI to inform them of modern TLS negotiation
https://bugs.webkit.org/show_bug.cgi?id=210533
Patch by
Title: [260409] trunk/Source/WTF
Revision 260409
Author ysuz...@apple.com
Date 2020-04-20 19:52:51 -0700 (Mon, 20 Apr 2020)
Log Message
Add document about WTF malloc-related macros
https://bugs.webkit.org/show_bug.cgi?id=208367
Reviewed by Anders Carlsson, Simon Fraser, and Darin Adler.
Title: [260408] trunk
Revision 260408
Author katherine_che...@apple.com
Date 2020-04-20 19:36:27 -0700 (Mon, 20 Apr 2020)
Log Message
App-bound domain behavior should abide by the limitsNavigationsToAppBoundDomains argument in WKWebView configuration
https://bugs.webkit.org/show_bug.cgi?i
Title: [260407] trunk/Source
Revision 260407
Author nmouchta...@apple.com
Date 2020-04-20 17:27:46 -0700 (Mon, 20 Apr 2020)
Log Message
WK2 Quicklook for attachments
https://bugs.webkit.org/show_bug.cgi?id=208891
Reviewed by Darin Adler.
Source/WebCore:
Added to HTMLAttachmentElement t
Title: [260406] branches/safari-610.1.11-branch/Source/WebKit
Revision 260406
Author alanc...@apple.com
Date 2020-04-20 17:03:27 -0700 (Mon, 20 Apr 2020)
Log Message
Unreviewed macCatalyst build fix.
* UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::disableServiceWorkerEntitlementInNe
Title: [260405] trunk/Source/WebKit
Revision 260405
Author katherine_che...@apple.com
Date 2020-04-20 16:08:51 -0700 (Mon, 20 Apr 2020)
Log Message
Unreviewed macCatalyst build fix.
* UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::disableServiceWorkerEntitlementInNetworkProcess):
(We
Title: [260404] trunk
Revision 260404
Author ysuz...@apple.com
Date 2020-04-20 15:32:59 -0700 (Mon, 20 Apr 2020)
Log Message
Add more structure-cloning tests for BigInt
https://bugs.webkit.org/show_bug.cgi?id=210765
Reviewed by Mark Lam.
Source/WebCore:
This patch adds safe-guard for f
Title: [260403] trunk
Revision 260403
Author simon.fra...@apple.com
Date 2020-04-20 14:55:38 -0700 (Mon, 20 Apr 2020)
Log Message
Scrolling with background-attachment: fixed needs to trigger repaints
https://bugs.webkit.org/show_bug.cgi?id=193893
Reviewed by Dean Jackson.
Source/WebCor
Title: [260402] trunk
Revision 260402
Author megan_gard...@apple.com
Date 2020-04-20 14:45:03 -0700 (Mon, 20 Apr 2020)
Log Message
Date and Time form controls not showing correct initial values on immediate second invocation.
https://bugs.webkit.org/show_bug.cgi?id=210613
Reviewed by Wen
Title: [260401] branches/safari-610.1.11-branch/Source/WebKit
Revision 260401
Author alanc...@apple.com
Date 2020-04-20 14:42:10 -0700 (Mon, 20 Apr 2020)
Log Message
Try to fix the macCatalyst build after r260366
* UIProcess/API/Cocoa/_WKWebAuthenticationPanelInternal.h:
Modified Paths
Title: [260400] trunk/Source/WebKit
Revision 260400
Author timothy_hor...@apple.com
Date 2020-04-20 14:29:18 -0700 (Mon, 20 Apr 2020)
Log Message
Try to fix the macCatalyst build after r260366
* UIProcess/API/Cocoa/_WKWebAuthenticationPanelInternal.h:
Modified Paths
trunk/Source/WebKit
Title: [260399] trunk/LayoutTests
Revision 260399
Author clo...@igalia.com
Date 2020-04-20 14:17:53 -0700 (Mon, 20 Apr 2020)
Log Message
Skip tests related with missing reftest-wait support for imported WPT tests.
Unreviewed gardening.
Also fix a few typos on the bug numbers for the exp
Title: [260398] tags/Safari-609.2.8/
Revision 260398
Author repst...@apple.com
Date 2020-04-20 14:14:57 -0700 (Mon, 20 Apr 2020)
Log Message
Tag Safari-609.2.8.
Added Paths
tags/Safari-609.2.8/
Diff
___
webkit-changes mailing list
webk
Title: [260397] trunk/Source/_javascript_Core
Revision 260397
Author keith_mil...@apple.com
Date 2020-04-20 14:05:54 -0700 (Mon, 20 Apr 2020)
Log Message
FTL doesn't observe the use kind of CheckIsConstant's child1
https://bugs.webkit.org/show_bug.cgi?id=210763
Reviewed by Yusuke Suzuki.
Title: [260396] trunk/Source/WebCore
Revision 260396
Author hironori.fu...@sony.com
Date 2020-04-20 13:38:44 -0700 (Mon, 20 Apr 2020)
Log Message
MSVC: LayoutUnits.h(248): warning C4245: 'argument': conversion from 'const int' to 'size_t', signed/unsigned mismatch
https://bugs.webkit.org/
Title: [260395] branches/safari-610.1.11-branch/
Revision 260395
Author alanc...@apple.com
Date 2020-04-20 13:35:32 -0700 (Mon, 20 Apr 2020)
Log Message
New branch.
Added Paths
branches/safari-610.1.11-branch/
Diff
___
webkit-changes m
Title: [260394] branches/safari-610.1.11-branch/
Revision 260394
Author alanc...@apple.com
Date 2020-04-20 13:35:18 -0700 (Mon, 20 Apr 2020)
Log Message
Delete branch.
Removed Paths
branches/safari-610.1.11-branch/
Diff
___
webkit-chan
Title: [260393] trunk
Revision 260393
Author wenson_hs...@apple.com
Date 2020-04-20 13:19:54 -0700 (Mon, 20 Apr 2020)
Log Message
Text manipulation sometimes fails to replace text in title elements
https://bugs.webkit.org/show_bug.cgi?id=210750
Reviewed by Tim Horton and Darin Adler.
S
Title: [260392] trunk/Source/WebCore
Revision 260392
Author andresg...@apple.com
Date 2020-04-20 13:11:09 -0700 (Mon, 20 Apr 2020)
Log Message
The rect for the primary screen should be retrieved on the main thread.
https://bugs.webkit.org/show_bug.cgi?id=210760
Reviewed by Chris Fleizach
Title: [260391] trunk/Source/WebKit
Revision 260391
Author stephan.sz...@sony.com
Date 2020-04-20 13:09:47 -0700 (Mon, 20 Apr 2020)
Log Message
Fix build when !ENABLE(RESOURCE_LOAD_STATISTICS)
https://bugs.webkit.org/show_bug.cgi?id=210757
Reviewed by Ross Kirsling.
Build fix, no new te
Title: [260390] trunk/Source/WebKit
Revision 260390
Author commit-qu...@webkit.org
Date 2020-04-20 13:04:49 -0700 (Mon, 20 Apr 2020)
Log Message
When SpeculativeLoadManager is destroyed, properly clean up its PendingFrameLoads
https://bugs.webkit.org/show_bug.cgi?id=210759
Patch by Alex
Title: [260389] trunk/LayoutTests
Revision 260389
Author dp...@igalia.com
Date 2020-04-20 12:56:08 -0700 (Mon, 20 Apr 2020)
Log Message
[GTK][WPE] Gardening, update expectations after r260322
https://bugs.webkit.org/show_bug.cgi?id=210761
Unreviewed gardening.
* platform/gtk/TestExpecta
Title: [260388] trunk/LayoutTests
Revision 260388
Author clo...@igalia.com
Date 2020-04-20 12:44:07 -0700 (Mon, 20 Apr 2020)
Log Message
Clean and merge test expectations for WPT tests for Intersection Observer v2.
Unreviewed gardening.
Merge the expectations for the tests cross-origin-
Title: [260387] trunk
Revision 260387
Author stephan.sz...@sony.com
Date 2020-04-20 12:37:03 -0700 (Mon, 20 Apr 2020)
Log Message
[PlayStation] Fix build after r260277
https://bugs.webkit.org/show_bug.cgi?id=210756
Reviewed by Don Olmstead.
Source/WebKit:
Build fix, no new tests.
* Pl
Title: [260386] trunk/Source/WebInspectorUI
Revision 260386
Author drou...@apple.com
Date 2020-04-20 12:35:22 -0700 (Mon, 20 Apr 2020)
Log Message
Web Inspector: the filter bar in the navigation sidebar should respect the global search settings
https://bugs.webkit.org/show_bug.cgi?id=2106
Title: [260385] trunk
Revision 260385
Author svil...@igalia.com
Date 2020-04-20 12:21:18 -0700 (Mon, 20 Apr 2020)
Log Message
[WebXR] Update WebXRSession and WebXRSystem interfaces
https://bugs.webkit.org/show_bug.cgi?id=210553
Reviewed by Žan Doberšek.
LayoutTests/imported/w3c:
* web-
Title: [260384] trunk
Revision 260384
Author ysuz...@apple.com
Date 2020-04-20 12:11:46 -0700 (Mon, 20 Apr 2020)
Log Message
[JSC] Skip test262 for non-safe-integer range BigIntConstructor
https://bugs.webkit.org/show_bug.cgi?id=210749
Reviewed by Keith Miller.
JSTests:
We skip test262
Title: [260383] trunk/Source/WTF
Revision 260383
Author da...@apple.com
Date 2020-04-20 12:10:00 -0700 (Mon, 20 Apr 2020)
Log Message
REGRESSION (r253987): StringImpl::adopt(Vector&&) copies only half of the characters in the Vector when copying across malloc zones
https://bugs.webkit.org
Title: [260382] trunk
Revision 260382
Author cdu...@apple.com
Date 2020-04-20 11:43:45 -0700 (Mon, 20 Apr 2020)
Log Message
Sending beacons when Fetch KeepAlive feature is disabled crashes the WebProcess
https://bugs.webkit.org/show_bug.cgi?id=210753
Reviewed by Geoffrey Garen.
Source/
Title: [260381] trunk/Source/WebKit
Revision 260381
Author ddkil...@apple.com
Date 2020-04-20 11:41:29 -0700 (Mon, 20 Apr 2020)
Log Message
[IPC hardening] Use ObjectIdentifier<> for geolocationID
Reviewed by Chris Dumez.
Replace uses of uint64_t with GeolocationIdentifier.
* Scripts
Title: [260380] trunk
Revision 260380
Author you...@apple.com
Date 2020-04-20 11:16:57 -0700 (Mon, 20 Apr 2020)
Log Message
MediaPlayerPrivateMediaStreamAVFObjC should start play a newly added audio track if it is playing
https://bugs.webkit.org/show_bug.cgi?id=210740
Reviewed by Eric Ca
Title: [260379] trunk/Source/WebCore
Revision 260379
Author you...@apple.com
Date 2020-04-20 11:14:37 -0700 (Mon, 20 Apr 2020)
Log Message
Use a WeakHashSet to store MediaStreamPrivate observers
https://bugs.webkit.org/show_bug.cgi?id=210494
Reviewed by Eric Carlson.
Remove observers fr
Title: [260378] trunk/LayoutTests
Revision 260378
Author za...@apple.com
Date 2020-04-20 11:11:24 -0700 (Mon, 20 Apr 2020)
Log Message
fast/layoutformattingcontext/simple-absolute-positioned-replaced-inline-element-with-percentage-height.html is flaky
https://bugs.webkit.org/show_bug.cgi?
Title: [260377] trunk/Source/_javascript_Core
Revision 260377
Author keith_mil...@apple.com
Date 2020-04-20 11:06:26 -0700 (Mon, 20 Apr 2020)
Log Message
Fix CheckIsConstant for non-constant values and checking for empty
https://bugs.webkit.org/show_bug.cgi?id=210752
Reviewed by Saam Bar
Title: [260376] branches/safari-610.1.11-branch/
Revision 260376
Author alanc...@apple.com
Date 2020-04-20 11:04:19 -0700 (Mon, 20 Apr 2020)
Log Message
New branch.
Added Paths
branches/safari-610.1.11-branch/
Diff
___
webkit-changes m
Title: [260375] trunk/Source/WebInspectorUI
Revision 260375
Author drou...@apple.com
Date 2020-04-20 11:02:03 -0700 (Mon, 20 Apr 2020)
Log Message
Web Inspector: removing a `WI.TreeElement` in a `WI.NavigationSidebar` doesn't check if the `WI.TreeOutline` still matches the current filter
Title: [260374] trunk/Source
Revision 260374
Author alanc...@apple.com
Date 2020-04-20 10:59:42 -0700 (Mon, 20 Apr 2020)
Log Message
Versioning.
Modified Paths
trunk/Source/_javascript_Core/Configurations/Version.xcconfig
trunk/Source/ThirdParty/ANGLE/Configurations/Version.xcconfig
tru
Title: [260373] trunk/Source/WebKit
Revision 260373
Author cdu...@apple.com
Date 2020-04-20 10:48:42 -0700 (Mon, 20 Apr 2020)
Log Message
[iOS] Refactor WebKit media playback process assertion logic to minimize chances of leaking them
https://bugs.webkit.org/show_bug.cgi?id=210670
Review
Title: [260372] trunk/Source/WebKit
Revision 260372
Author katherine_che...@apple.com
Date 2020-04-20 10:15:28 -0700 (Mon, 20 Apr 2020)
Log Message
Unreviewed macCatalyst build fix.
* NetworkProcess/NetworkProcess.messages.in:
Modified Paths
trunk/Source/WebKit/ChangeLog
trunk/Source
Title: [260371] trunk
Revision 260371
Author simon.fra...@apple.com
Date 2020-04-20 10:14:51 -0700 (Mon, 20 Apr 2020)
Log Message
Content disappears on CSS parallax example
https://bugs.webkit.org/show_bug.cgi?id=210732
Source/WebCore:
Reviewed by Darin Adler.
If scrolling affects the
Title: [260370] branches/safari-609-branch
Revision 260370
Author repst...@apple.com
Date 2020-04-20 09:54:15 -0700 (Mon, 20 Apr 2020)
Log Message
Apply patch. rdar://problem/62062357
Modified Paths
branches/safari-609-branch/Source/WebKit/UIProcess/Network/NetworkProcessProxy.cpp
branc
Title: [260369] branches/safari-609-branch
Revision 260369
Author repst...@apple.com
Date 2020-04-20 09:23:25 -0700 (Mon, 20 Apr 2020)
Log Message
Apply patch. rdar://problem/61950472
Modified Paths
branches/safari-609-branch/Source/WebKit/ChangeLog
branches/safari-609-branch/Source/Web
Title: [260368] trunk
Revision 260368
Author za...@apple.com
Date 2020-04-20 09:16:19 -0700 (Mon, 20 Apr 2020)
Log Message
[LFC][TFC] Add support for border-collapse: collapse.
https://bugs.webkit.org/show_bug.cgi?id=210747
Reviewed by Antti Koivisto.
Source/WebCore:
Test: fast/layoutf
Title: [260367] trunk
Revision 260367
Author wenson_hs...@apple.com
Date 2020-04-20 08:53:48 -0700 (Mon, 20 Apr 2020)
Log Message
Oversized caret and selection rects in text fields on ganji.com and netflix.com/login
https://bugs.webkit.org/show_bug.cgi?id=210622
Reviewed by Darin Adler.
Title: [260365] trunk/Tools
Revision 260365
Author dp...@igalia.com
Date 2020-04-20 08:24:17 -0700 (Mon, 20 Apr 2020)
Log Message
[Flatpak SDK] Prevent exception when calling git in a non-git repository
https://bugs.webkit.org/show_bug.cgi?id=210737
Reviewed by Philippe Normand.
* flatp
Title: [260364] trunk
Revision 260364
Author you...@apple.com
Date 2020-04-20 07:37:47 -0700 (Mon, 20 Apr 2020)
Log Message
Safari doesn't apply frameRate limit when request stream from Camera
https://bugs.webkit.org/show_bug.cgi?id=210186
Reviewed by Eric Carlson.
Source/WebCore:
Add
Title: [260363] trunk/Tools
Revision 260363
Author ph...@webkit.org
Date 2020-04-20 05:29:23 -0700 (Mon, 20 Apr 2020)
Log Message
[Flatpak SDK] Drive-by fixes
https://bugs.webkit.org/show_bug.cgi?id=210557
Reviewed by Žan Doberšek.
* flatpak/flatpakutils.py:
(WebkitFlatpak.run_in_sandbo
Title: [260362] trunk/JSTests
Revision 260362
Author keith_mil...@apple.com
Date 2020-04-20 05:10:03 -0700 (Mon, 20 Apr 2020)
Log Message
Unreviewed, revert accidental test changes.
* microbenchmarks/for-of-iterate-array-entries.js:
(foo):
Modified Paths
trunk/JSTests/ChangeLog
trunk/J
Title: [260361] trunk/JSTests
Revision 260361
Author commit-qu...@webkit.org
Date 2020-04-20 05:01:56 -0700 (Mon, 20 Apr 2020)
Log Message
[32-bits] stress/for-of-array-different-globals.js is failing
https://bugs.webkit.org/show_bug.cgi?id=210718
Unreviewed gardening.
Skip test for arm
Title: [260360] trunk
Revision 260360
Author grao...@webkit.org
Date 2020-04-20 04:56:55 -0700 (Mon, 20 Apr 2020)
Log Message
WebAnimations API doesn't properly apply keyframe easings to transforms
https://bugs.webkit.org/show_bug.cgi?id=210526
Reviewed by Antti Koivisto.
Source/WebCor
Title: [260359] trunk/Source/WebKit
Revision 260359
Author psaave...@igalia.com
Date 2020-04-20 03:22:53 -0700 (Mon, 20 Apr 2020)
Log Message
[GTK][WPE] lowWatermarkPages() in MemoryPressureMonitor.cpp only searches the "low" value inside the first "Node" section
https://bugs.webkit.org/s
Title: [260358] trunk
Revision 260358
Author ysuz...@apple.com
Date 2020-04-20 02:54:34 -0700 (Mon, 20 Apr 2020)
Log Message
StructuredClone algorithm should be aware of BigInt
https://bugs.webkit.org/show_bug.cgi?id=210728
Reviewed by Mark Lam.
LayoutTests/imported/w3c:
* web-platform
Title: [260357] trunk/Tools
Revision 260357
Author svil...@igalia.com
Date 2020-04-20 02:20:30 -0700 (Mon, 20 Apr 2020)
Log Message
[WebXR][WPE] Let XR_RUNTIME_JSON environment variable go through for testing
https://bugs.webkit.org/show_bug.cgi?id=210738
Reviewed by Žan Doberšek.
The O
Title: [260356] trunk
Revision 260356
Author carlo...@webkit.org
Date 2020-04-20 01:33:58 -0700 (Mon, 20 Apr 2020)
Log Message
[GTK][WPE] Enable resource load statistics
https://bugs.webkit.org/show_bug.cgi?id=210184
Reviewed by Žan Doberšek.
.:
Enable resource load statistics.
* Sour
Title: [260355] trunk/Tools
Revision 260355
Author ddkil...@apple.com
Date 2020-04-20 01:25:33 -0700 (Mon, 20 Apr 2020)
Log Message
check-webkit-style should not complain about missing config.h header in WebKitLegacy source files
Reviewed by Darin Adler.
* Scripts/webkitpy/style/checke
Title: [260354] trunk/Source/WebKit
Revision 260354
Author ddkil...@apple.com
Date 2020-04-20 00:11:28 -0700 (Mon, 20 Apr 2020)
Log Message
REGRESSION (r259610): Leak of RBSAssertionInvalidationCallbackType due to missing -dealloc
Reviewed by Geoffrey Garen.
* UIProcess/ios/ProcessAss
59 matches
Mail list logo