Title: [295304] trunk/Source/WebKit/Configurations/BaseXPCService.xcconfig
Revision 295304
Author bfulg...@apple.com
Date 2022-06-06 16:47:49 -0700 (Mon, 06 Jun 2022)
Log Message
Framework Mismatch Crash when loading any page if CaptivePortal mode enabled
rdar://89925654
Reviewed by Tim
Title: [295456] trunk
Revision 295456
Author bfulg...@apple.com
Date 2022-06-10 10:29:29 -0700 (Fri, 10 Jun 2022)
Log Message
[ macOS ][ iOS ] TestWebKitAPI.SOAuthorizationSubFrame.InterceptionError is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=241421
Reviewed by Kate Chene
Title: [295648] trunk/Source/WebKit
Revision 295648
Author bfulg...@apple.com
Date 2022-06-17 16:47:50 -0700 (Fri, 17 Jun 2022)
Log Message
Avoid using hardware JPEG decoding in the WebContent process
https://bugs.webkit.org/show_bug.cgi?id=241560
Reviewed by Simon Fraser.
This patch s
Title: [221017] trunk
Revision 221017
Author bfulg...@apple.com
Date 2017-08-22 09:22:22 -0700 (Tue, 22 Aug 2017)
Log Message
Disable access to secure cookies if an HTTPS site loads mixed content
https://bugs.webkit.org/show_bug.cgi?id=157053
Patch by Brent Fulgham and Pranjal Jumde
Title: [221033] trunk
Revision 221033
Author bfulg...@apple.com
Date 2017-08-22 12:54:09 -0700 (Tue, 22 Aug 2017)
Log Message
Ensure media controls host exists before using it
https://bugs.webkit.org/show_bug.cgi?id=175833
Reviewed by Jer Noble.
Source/WebCore:
Although we ensure that
Title: [221034] trunk/LayoutTests
Revision 221034
Author bfulg...@apple.com
Date 2017-08-22 12:56:39 -0700 (Tue, 22 Aug 2017)
Log Message
Unreviewed test fix after r221017.
I forgot to check-in the expected result!
* http/tests/security/mixedContent/insecure-executable-css-with-secure-c
Title: [221035] trunk/Source/WebKitLegacy/win
Revision 221035
Author bfulg...@apple.com
Date 2017-08-22 13:09:38 -0700 (Tue, 22 Aug 2017)
Log Message
Unreviewed build fix after r221017.
* WebCoreSupport/WebPlatformStrategies.cpp:
(WebPlatformStrategies::cookiesForDOM): Update for new sig
Title: [221038] trunk/Source/WebKitLegacy/win
Revision 221038
Author bfulg...@apple.com
Date 2017-08-22 13:19:31 -0700 (Tue, 22 Aug 2017)
Log Message
Unreviewed build fix after r221017.
Correct copy/paste error.
* WebCoreSupport/WebPlatformStrategies.cpp:
(WebPlatformStrategies::cookies
Title: [221050] trunk/Source/WebCore
Revision 221050
Author bfulg...@apple.com
Date 2017-08-22 14:54:40 -0700 (Tue, 22 Aug 2017)
Log Message
Correct SOUP and cURL builds after r221017.
https://bugs.webkit.org/show_bug.cgi?id=175846
Reviewed by Michael Catanzaro.
Correct the method signa
Title: [221056] trunk/Source/WebCore
Revision 221056
Author bfulg...@apple.com
Date 2017-08-22 16:46:29 -0700 (Tue, 22 Aug 2017)
Log Message
Correct SOUP builds after r221017 and r221050.
https://bugs.webkit.org/show_bug.cgi?id=175846
Reviewed by Michael Catanzaro.
* platform/network/so
Title: [221061] trunk/Source/WebKit
Revision 221061
Author bfulg...@apple.com
Date 2017-08-22 18:05:22 -0700 (Tue, 22 Aug 2017)
Log Message
Relax keychain access to permit users to permanently allow client certificates
https://bugs.webkit.org/show_bug.cgi?id=175857
Reviewed by Alex Chri
Title: [221077] trunk
Revision 221077
Author bfulg...@apple.com
Date 2017-08-23 09:25:21 -0700 (Wed, 23 Aug 2017)
Log Message
Ensure media controls host exists before using it
https://bugs.webkit.org/show_bug.cgi?id=175833
Reviewed by Jer Noble.
Source/WebCore:
Although we ensure that
Title: [221202] trunk/Source/WebCore
Revision 221202
Author bfulg...@apple.com
Date 2017-08-25 13:10:51 -0700 (Fri, 25 Aug 2017)
Log Message
REGRESSION(r221017): Quip stuck in a perpetual loading loop
https://bugs.webkit.org/show_bug.cgi?id=175991
Reviewed by Daniel Bates.
This is a qu
Title: [221275] trunk
Revision 221275
Author bfulg...@apple.com
Date 2017-08-28 15:08:34 -0700 (Mon, 28 Aug 2017)
Log Message
Disable access to secure cookies if an HTTPS site loads mixed content (Part 2: Header Requests)
https://bugs.webkit.org/show_bug.cgi?id=175992
Reviewed by Daniel
Title: [221278] trunk/Source/WebKitLegacy/win
Revision 221278
Author bfulg...@apple.com
Date 2017-08-28 15:46:02 -0700 (Mon, 28 Aug 2017)
Log Message
Unreviewed build fix after r221275.
* WebCoreSupport/WebPlatformStrategies.cpp:
(WebPlatformStrategies::cookieRequestHeaderFieldValue): Co
Title: [221289] trunk/Source/WebKitLegacy/win
Revision 221289
Author bfulg...@apple.com
Date 2017-08-28 21:33:36 -0700 (Mon, 28 Aug 2017)
Log Message
Unreviewed build fix #2 after r221275.
* WebCoreSupport/WebPlatformStrategies.cpp:
(WebPlatformStrategies::cookieRequestHeaderFieldValue):
Title: [221337] trunk
Revision 221337
Author bfulg...@apple.com
Date 2017-08-29 19:54:31 -0700 (Tue, 29 Aug 2017)
Log Message
ResourceLoadStatistics logic does not understand custom WebsiteData stores
https://bugs.webkit.org/show_bug.cgi?id=176037
Reviewed by Alex Christensen.
Source/W
Title: [221412] trunk/Source/WebKit
Revision 221412
Author bfulg...@apple.com
Date 2017-08-30 19:32:21 -0700 (Wed, 30 Aug 2017)
Log Message
Fix whitespace and formatting
https://bugs.webkit.org/show_bug.cgi?id=176134
Reviewed by Sam Weinig.
Bring the file formatting into compliance with
Title: [221570] trunk/Source/WebKit
Revision 221570
Author bfulg...@apple.com
Date 2017-09-03 22:58:15 -0700 (Sun, 03 Sep 2017)
Log Message
[WK2][iOS] Remove unnecessary IOHIDEventServiceFastPathUserClient access
https://bugs.webkit.org/show_bug.cgi?id=175947
Reviewed by Darin Adler.
*
Title: [221632] trunk/Source/WebKit
Revision 221632
Author bfulg...@apple.com
Date 2017-09-05 13:41:31 -0700 (Tue, 05 Sep 2017)
Log Message
Use a single network storage session for stateless connections
https://bugs.webkit.org/show_bug.cgi?id=176386
Reviewed by Alex Christensen.
Change
Title: [221647] trunk/Source/WebKit
Revision 221647
Author bfulg...@apple.com
Date 2017-09-05 16:36:59 -0700 (Tue, 05 Sep 2017)
Log Message
Relax keychain access to permit users to permanently allow client certificates
https://bugs.webkit.org/show_bug.cgi?id=175857
Reviewed by Alex Chri
Title: [221683] trunk
Revision 221683
Author bfulg...@apple.com
Date 2017-09-06 10:30:50 -0700 (Wed, 06 Sep 2017)
Log Message
Deny third-party cookie creation for prevalent resources without interaction
https://bugs.webkit.org/show_bug.cgi?id=175232
Reviewed by Alex Christensen.
Source
Title: [226742] trunk/Source/WebKit
Revision 226742
Author bfulg...@apple.com
Date 2018-01-10 16:06:55 -0800 (Wed, 10 Jan 2018)
Log Message
Use protectedThis for the 'updatePrevalentDomainsToPartitionOrBlockCookies' lambda
https://bugs.webkit.org/show_bug.cgi?id=181452
Reviewed
Title: [227146] trunk/Source/WebKit
Revision 227146
Author bfulg...@apple.com
Date 2018-01-18 09:49:44 -0800 (Thu, 18 Jan 2018)
Log Message
REGRESSION(r225858): Sandbox violations due to blocked access to Spotlight search preferences
https://bugs.webkit.org/show_bug.cgi?id=181797
Review
Title: [227345] trunk/Source/WebKit
Revision 227345
Author bfulg...@apple.com
Date 2018-01-22 11:25:21 -0800 (Mon, 22 Jan 2018)
Log Message
[macOS, iOS] Allow accss to AVFoundation preference
https://bugs.webkit.org/show_bug.cgi?id=181937
Reviewed by Eric Carlson.
Grant access to the '
Title: [227349] trunk/Source/WebKit
Revision 227349
Author bfulg...@apple.com
Date 2018-01-22 13:01:12 -0800 (Mon, 22 Jan 2018)
Log Message
[iOS] REGRESSION (r225763): Allow access to power logging features
https://bugs.webkit.org/show_bug.cgi?id=181938
Reviewed by Eric Carlson.
I deni
Title: [227755] trunk/Source
Revision 227755
Author bfulg...@apple.com
Date 2018-01-29 14:00:58 -0800 (Mon, 29 Jan 2018)
Log Message
Add telemetry to track storage access API adoption
https://bugs.webkit.org/show_bug.cgi?id=182197
Reviewed by Chris Dumez.
Source/WebCore:
Part
Title: [227790] trunk/Source
Revision 227790
Author bfulg...@apple.com
Date 2018-01-30 09:44:41 -0800 (Tue, 30 Jan 2018)
Log Message
Add telemetry to track storage access API adoption
https://bugs.webkit.org/show_bug.cgi?id=182197
Reviewed by Chris Dumez.
Source/WebCore:
Parti
Title: [227860] trunk/Source
Revision 227860
Author bfulg...@apple.com
Date 2018-01-30 15:12:03 -0800 (Tue, 30 Jan 2018)
Log Message
Add telemetry to track storage access API adoption
https://bugs.webkit.org/show_bug.cgi?id=182197
Reviewed by Chris Dumez.
Part 2: Add telemetry for the
Title: [227939] trunk/Source/WebKit
Revision 227939
Author bfulg...@apple.com
Date 2018-01-31 15:56:11 -0800 (Wed, 31 Jan 2018)
Log Message
REGRESSION(r220094): com.apple.WebKit.Storage lost its sandbox
https://bugs.webkit.org/show_bug.cgi?id=182354
Reviewed by Ryosuke Niwa.
The Databa
Title: [227941] trunk/Source/WebKit
Revision 227941
Author bfulg...@apple.com
Date 2018-01-31 16:03:05 -0800 (Wed, 31 Jan 2018)
Log Message
Follow-up to r227939.
https://bugs.webkit.org/show_bug.cgi?id=182354
Make sure the correct sandbox is used on iOS as well.
* StorageProcess/ios/St
Title: [227991] trunk/Source/WebKit
Revision 227991
Author bfulg...@apple.com
Date 2018-02-01 16:54:43 -0800 (Thu, 01 Feb 2018)
Log Message
Improve NetworkResourceLogger to report blocked (versus non-partitioned) cookies
https://bugs.webkit.org/show_bug.cgi?id=182408
Reviewed by Chris D
Title: [228111] trunk/Source
Revision 228111
Author bfulg...@apple.com
Date 2018-02-05 12:03:48 -0800 (Mon, 05 Feb 2018)
Log Message
Improve NetworkResourceLoader logging so it can be used for 'setCookiesFromDOM'
https://bugs.webkit.org/show_bug.cgi?id=182455
Reviewed by Chris Dumez.
S
Title: [228135] trunk/Source/WebKit
Revision 228135
Author bfulg...@apple.com
Date 2018-02-05 15:31:22 -0800 (Mon, 05 Feb 2018)
Log Message
[iOS] Storage process is using the wrong sandbox profile filename
https://bugs.webkit.org/show_bug.cgi?id=182500
Reviewed by David Kilzer.
The iOS
Title: [228197] trunk/Source/WebKit
Revision 228197
Author bfulg...@apple.com
Date 2018-02-06 15:16:02 -0800 (Tue, 06 Feb 2018)
Log Message
[macOS] Correct sandbox violation triggered by Chase.com
https://bugs.webkit.org/show_bug.cgi?id=182519
Reviewed by Eric Carlson.
Hitting a sandbo
Title: [228244] trunk/Source/WebKit
Revision 228244
Author bfulg...@apple.com
Date 2018-02-07 14:53:35 -0800 (Wed, 07 Feb 2018)
Log Message
Improve NetworkResourceLoader logging to capture redirect cases
https://bugs.webkit.org/show_bug.cgi?id=182573
Reviewed by Chris Dumez.
Add loggin
Title: [228334] trunk/Source/WebCore
Revision 228334
Author bfulg...@apple.com
Date 2018-02-09 11:19:41 -0800 (Fri, 09 Feb 2018)
Log Message
[macOS, iOS] Expose OS marketing version in UserAgent
https://bugs.webkit.org/show_bug.cgi?id=182629
Reviewed by Daniel Bates.
Revert back to dyn
Title: [228341] trunk/Source/WebKit
Revision 228341
Author bfulg...@apple.com
Date 2018-02-09 15:56:41 -0800 (Fri, 09 Feb 2018)
Log Message
Sandbox violating attempting to read log formatting preference file
https://bugs.webkit.org/show_bug.cgi?id=182648
Reviewed by Eric Carlson.
Vario
Title: [228419] trunk/Source/WebKit
Revision 228419
Author bfulg...@apple.com
Date 2018-02-13 08:51:10 -0800 (Tue, 13 Feb 2018)
Log Message
[iOS] whitelist iokit-get-properties
https://bugs.webkit.org/show_bug.cgi?id=182722
Reviewed by Eric Carlson.
Update the iOS sandbox to block acce
Title: [228466] trunk/Source/WebCore
Revision 228466
Author bfulg...@apple.com
Date 2018-02-14 10:07:17 -0800 (Wed, 14 Feb 2018)
Log Message
Confirm proper thread in UserGestureIndicator constructor
https://bugs.webkit.org/show_bug.cgi?id=175980
Reviewed by Daniel Bates.
Document is a m
Title: [240247] trunk/Source/WebKit
Revision 240247
Author bfulg...@apple.com
Date 2019-01-21 17:55:47 -0800 (Mon, 21 Jan 2019)
Log Message
Unreviewed test fix after r240243
Nhttps://bugs.webkit.org/show_bug.cgi?id=193660
The new ResourceLoadStatistics section of 'removeData' was increm
Title: [240346] trunk/Source/WebKit
Revision 240346
Author bfulg...@apple.com
Date 2019-01-23 10:44:34 -0800 (Wed, 23 Jan 2019)
Log Message
REGRESSION (r240243): CrashTracer: WebKitTestRunnerApp at com.apple.WebKit: WebKit::WebResourceLoadStatisticsStore::sendDiagnosticMessageWithValue co
Title: [240446] trunk
Revision 240446
Author bfulg...@apple.com
Date 2019-01-24 13:09:37 -0800 (Thu, 24 Jan 2019)
Log Message
Activate the WebResourceLoadStatisticsStore in the NetworkProcess and deactivate it in the UIProcess.
https://bugs.webkit.org/show_bug.cgi?id=193297
Reviewed by
Title: [240498] trunk
Revision 240498
Author bfulg...@apple.com
Date 2019-01-25 12:52:11 -0800 (Fri, 25 Jan 2019)
Log Message
Activate the WebResourceLoadStatisticsStore in the NetworkProcess and deactivate it in the UIProcess.
https://bugs.webkit.org/show_bug.cgi?id=193297
Reviewed by
Title: [240509] trunk/Tools
Revision 240509
Author bfulg...@apple.com
Date 2019-01-25 14:21:38 -0800 (Fri, 25 Jan 2019)
Log Message
Activate the WebResourceLoadStatisticsStore in the NetworkProcess and deactivate it in the UIProcess.
https://bugs.webkit.org/show_bug.cgi?id=193297
Unrevi
Title: [240586] trunk/Source/WebKit
Revision 240586
Author bfulg...@apple.com
Date 2019-01-28 09:29:44 -0800 (Mon, 28 Jan 2019)
Log Message
Remove the UIProcess components of the ResourceLoadStatistics code
https://bugs.webkit.org/show_bug.cgi?id=193303
Reviewed by Chris Dumez.
Now tha
Title: [240602] trunk/Source/WebKit
Revision 240602
Author bfulg...@apple.com
Date 2019-01-28 14:34:22 -0800 (Mon, 28 Jan 2019)
Log Message
REGRESSION (r240498): Storage Access API prompts result is not remembered
https://bugs.webkit.org/show_bug.cgi?id=193922
Reviewed by Chris Dumez.
Title: [240697] trunk/Source/WebCore
Revision 240697
Author bfulg...@apple.com
Date 2019-01-29 17:42:44 -0800 (Tue, 29 Jan 2019)
Log Message
Make sure we have a frame before trying to access its loader
https://bugs.webkit.org/show_bug.cgi?id=193985
Reviewed by Ryosuke Niwa.
* loader/Re
Title: [225508] trunk/Source/WebKit
Revision 225508
Author bfulg...@apple.com
Date 2017-12-04 17:11:52 -0800 (Mon, 04 Dec 2017)
Log Message
Don't force creation of process pool when enabling resource load statistics
https://bugs.webkit.org/show_bug.cgi?id=180374
Reviewed by Alex Christe
Title: [225562] trunk
Revision 225562
Author bfulg...@apple.com
Date 2017-12-05 17:59:53 -0800 (Tue, 05 Dec 2017)
Log Message
Limit user agent versioning to an upper bound
https://bugs.webkit.org/show_bug.cgi?id=180365
Reviewed by Joseph Pecoraro.
Source/WebCore:
Freeze the version re
Title: [225754] trunk/Source/WebKit
Revision 225754
Author bfulg...@apple.com
Date 2017-12-11 13:25:51 -0800 (Mon, 11 Dec 2017)
Log Message
[iOS] Don't import 'UIKit-apps.sb' to the WebContent process sandbox
https://bugs.webkit.org/show_bug.cgi?id=180610
Reviewed by Dean Jackson.
Stop
Title: [225763] trunk/Source/WebKit
Revision 225763
Author bfulg...@apple.com
Date 2017-12-11 16:39:37 -0800 (Mon, 11 Dec 2017)
Log Message
[iOS] Remove unused services from WebContent Process sandbox
https://bugs.webkit.org/show_bug.cgi?id=180670
Reviewed by Eric Carlson.
Pare down the
Title: [225795] trunk/Source/WebKit
Revision 225795
Author bfulg...@apple.com
Date 2017-12-12 11:52:41 -0800 (Tue, 12 Dec 2017)
Log Message
REGRESSION(r216941): Plugin Process can't access AppStore Plugin Service
https://bugs.webkit.org/show_bug.cgi?id=180701
Reviewed by Daniel Bates.
Title: [225801] trunk/Source/WebKit
Revision 225801
Author bfulg...@apple.com
Date 2017-12-12 13:16:36 -0800 (Tue, 12 Dec 2017)
Log Message
Unreviewed build fix after r225763.
Remove dangling close-parentheses character.
* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
M
Title: [225858] trunk/Source/WebKit
Revision 225858
Author bfulg...@apple.com
Date 2017-12-13 11:24:47 -0800 (Wed, 13 Dec 2017)
Log Message
[iOS] Further Trim WebContent Process sandbox
https://bugs.webkit.org/show_bug.cgi?id=180727
Reviewed by Eric Carlson.
Take another pass over the
Title: [225984] trunk/Source/WebKit
Revision 225984
Author bfulg...@apple.com
Date 2017-12-15 13:27:24 -0800 (Fri, 15 Dec 2017)
Log Message
Avoid waking plugin process up unnecessarily
https://bugs.webkit.org/show_bug.cgi?id=180819
Reviewed by Geoffrey Garen.
WebKit purges data from or
Title: [225999] trunk
Revision 225999
Author bfulg...@apple.com
Date 2017-12-16 09:57:09 -0800 (Sat, 16 Dec 2017)
Log Message
Plugin processes are repeatedly spun up to do nothing
https://bugs.webkit.org/show_bug.cgi?id=180885
Reviewed by Geoffrey Garen.
Source/WebKit:
Tested by TestW
Title: [226072] trunk/Source/WebKit
Revision 226072
Author bfulg...@apple.com
Date 2017-12-18 13:13:41 -0800 (Mon, 18 Dec 2017)
Log Message
[macOS, iOS] Add new mach lookup port for CoreMedia remote control
https://bugs.webkit.org/show_bug.cgi?id=180938
Reviewed by Eric Carlson.
Update
Title: [226223] trunk/Source/WebKit
Revision 226223
Author bfulg...@apple.com
Date 2017-12-21 09:16:59 -0800 (Thu, 21 Dec 2017)
Log Message
Unreviewed Debug build fix after r226217
* UIProcess/Cocoa/VideoFullscreenManagerProxy.mm:
Modified Paths
trunk/Source/WebKit/ChangeLog
trunk/Sour
Title: [226224] trunk/Source/WebCore
Revision 226224
Author bfulg...@apple.com
Date 2017-12-21 09:18:31 -0800 (Thu, 21 Dec 2017)
Log Message
Adopt new secure coding APIs in WebCore
https://bugs.webkit.org/show_bug.cgi?id=178484
Reviewed by Eric Carlson.
Source/WebCore:
Switch to new N
Title: [226248] trunk/Source/WebCore
Revision 226248
Author bfulg...@apple.com
Date 2017-12-21 15:57:56 -0800 (Thu, 21 Dec 2017)
Log Message
Unreviewed test fix after r226224.
Pasteboard data is more than a dictionary. We have to whitelist NSString
and NSArray as well. Change method nam
Title: [228580] trunk/Source/WebKitLegacy/mac
Revision 228580
Author bfulg...@apple.com
Date 2018-02-16 13:56:16 -0800 (Fri, 16 Feb 2018)
Log Message
[Cocoa][WebKitLegacy] REGRESSION(r221559): Coda 2 crashes when switching views
https://bugs.webkit.org/show_bug.cgi?id=182882
Reviewed by
Title: [228964] trunk/Source/WebKit
Revision 228964
Author bfulg...@apple.com
Date 2018-02-23 14:19:37 -0800 (Fri, 23 Feb 2018)
Log Message
[macOS] Correct sandbox violation during media playback
https://bugs.webkit.org/show_bug.cgi?id=183092
Reviewed by Eric Carlson.
* WebProcess/com.
Title: [229093] trunk/Source/WebKit
Revision 229093
Author bfulg...@apple.com
Date 2018-02-28 09:17:12 -0800 (Wed, 28 Feb 2018)
Log Message
Remove network access from the WebContent process sandbox
https://bugs.webkit.org/show_bug.cgi?id=183192
Reviewed by Alex Christensen.
Remove the
Title: [229154] trunk/Source/WebKit
Revision 229154
Author bfulg...@apple.com
Date 2018-03-01 16:31:25 -0800 (Thu, 01 Mar 2018)
Log Message
Add the "com.apple.security.cs.disable-library-validation” entitlement to the Plugin Process
https://bugs.webkit.org/show_bug.cgi?id=183252
Reviewe
Title: [229173] trunk/Source/WebKit
Revision 229173
Author bfulg...@apple.com
Date 2018-03-02 08:55:20 -0800 (Fri, 02 Mar 2018)
Log Message
[iOS] whitelist missing AppleJPEG logging feature
https://bugs.webkit.org/show_bug.cgi?id=183270
Reviewed by Alex Christensen.
* Resources/Sandbox
Title: [229175] trunk/Source/WebKit
Revision 229175
Author bfulg...@apple.com
Date 2018-03-02 09:37:26 -0800 (Fri, 02 Mar 2018)
Log Message
Update WebContent process sandbox IOKit properties
https://bugs.webkit.org/show_bug.cgi?id=183269
Reviewed by Eric Carlson.
* WebProcess/com.apple
Title: [229201] trunk/Source/WebKit
Revision 229201
Author bfulg...@apple.com
Date 2018-03-03 15:27:18 -0800 (Sat, 03 Mar 2018)
Log Message
Notify the NetworkProcess when a session is servicing an automation client
https://bugs.webkit.org/show_bug.cgi?id=183306
Reviewed by Brian Burg.
Title: [229343] trunk/Source/WebKit
Revision 229343
Author bfulg...@apple.com
Date 2018-03-06 14:49:21 -0800 (Tue, 06 Mar 2018)
Log Message
NetworkDataTask should enable logging for automation clients
https://bugs.webkit.org/show_bug.cgi?id=183378
Reviewed by Brian Burg.
The NetworkDat
Title: [229386] trunk/Source/WebKit
Revision 229386
Author bfulg...@apple.com
Date 2018-03-07 16:39:19 -0800 (Wed, 07 Mar 2018)
Log Message
REGRESSION (r229093): Media playback on Facebook and Hulu require mDNSResponder access
https://bugs.webkit.org/show_bug.cgi?id=183421
Reviewed by D
Title: [229426] trunk/Source/WebKit
Revision 229426
Author bfulg...@apple.com
Date 2018-03-08 12:43:34 -0800 (Thu, 08 Mar 2018)
Log Message
Remove WebCookieManager and messaging from WebContent process.
https://bugs.webkit.org/show_bug.cgi?id=183382
Reviewed by Alex Christensen.
Networ
Title: [229480] trunk/Source/WebKit
Revision 229480
Author bfulg...@apple.com
Date 2018-03-09 13:31:02 -0800 (Fri, 09 Mar 2018)
Log Message
Remove cookie API access from WebContent Process
https://bugs.webkit.org/show_bug.cgi?id=183519
Reviewed by Alex Christensen.
All cookie access is
Title: [229629] trunk/Source/WebKit
Revision 229629
Author bfulg...@apple.com
Date 2018-03-15 11:30:19 -0700 (Thu, 15 Mar 2018)
Log Message
REGRESSION(r229484): Plugins often require CGS Connections to draw
https://bugs.webkit.org/show_bug.cgi?id=183663
Reviewed by Per Arne Vollan.
Fla
Title: [229638] trunk/Source/WebKit
Revision 229638
Author bfulg...@apple.com
Date 2018-03-15 13:08:40 -0700 (Thu, 15 Mar 2018)
Log Message
[macOS] Correct sandbox violations during Flash playback under ToT WebKit
https://bugs.webkit.org/show_bug.cgi?id=183672
Reviewed by Eric Carlson.
Title: [229683] trunk/Source
Revision 229683
Author bfulg...@apple.com
Date 2018-03-16 14:17:27 -0700 (Fri, 16 Mar 2018)
Log Message
Set a trap to catch an infrequent form-related nullptr crash
https://bugs.webkit.org/show_bug.cgi?id=183704
Reviewed by Ryosuke Niwa.
Source/WebCore:
Ma
Title: [229695] trunk
Revision 229695
Author bfulg...@apple.com
Date 2018-03-16 23:44:40 -0700 (Fri, 16 Mar 2018)
Log Message
Correct debug assertion in Range::borderAndTextRects
https://bugs.webkit.org/show_bug.cgi?id=183710
Reviewed by Ryosuke Niwa.
Source/WebCore:
A debug assertion
Title: [229757] trunk/Source/WebKit
Revision 229757
Author bfulg...@apple.com
Date 2018-03-20 08:34:30 -0700 (Tue, 20 Mar 2018)
Log Message
[iOS] Grant IOKit preference access for the Home button
https://bugs.webkit.org/show_bug.cgi?id=183754
Reviewed by Eric Carlson.
* Resources/Sandb
Title: [229808] trunk/Source/WebCore/PAL
Revision 229808
Author bfulg...@apple.com
Date 2018-03-21 09:32:15 -0700 (Wed, 21 Mar 2018)
Log Message
Remove temporary build fix now that underlying issue is resolved
https://bugs.webkit.org/show_bug.cgi?id=183854
Reviewed by Eric Carlson.
The
Title: [229823] trunk/Source/WebKit
Revision 229823
Author bfulg...@apple.com
Date 2018-03-21 14:10:01 -0700 (Wed, 21 Mar 2018)
Log Message
Allow the WebContent process to read ViewBridge preferences
https://bugs.webkit.org/show_bug.cgi?id=183862
Reviewed by Eric Carlson.
* WebProcess/
Title: [229845] trunk/Source/WTF
Revision 229845
Author bfulg...@apple.com
Date 2018-03-21 21:35:13 -0700 (Wed, 21 Mar 2018)
Log Message
Create an assertion mechanism to ensure proper WebCore use in each WebKit Process
https://bugs.webkit.org/show_bug.cgi?id=183806
Reviewed by Ryosuke N
Title: [234054] trunk/Source/WebKit
Revision 234054
Author bfulg...@apple.com
Date 2018-07-20 10:45:38 -0700 (Fri, 20 Jul 2018)
Log Message
[macOS] Relax WebKit sandbox to permit proper App Store behavior
https://bugs.webkit.org/show_bug.cgi?id=187831
Reviewed by Alexey Proskuryakov.
T
Title: [234195] trunk/Source/WebKit
Revision 234195
Author bfulg...@apple.com
Date 2018-07-25 08:47:43 -0700 (Wed, 25 Jul 2018)
Log Message
[macOS] PluginProcess needs TCC entitlements for media capture
https://bugs.webkit.org/show_bug.cgi?id=187981
Reviewed by Chris Dumez.
The changes
Title: [234223] trunk/Source/WebKit
Revision 234223
Author bfulg...@apple.com
Date 2018-07-25 17:29:56 -0700 (Wed, 25 Jul 2018)
Log Message
[macOS] Update sandboxes for revised OpenCL calls and streaming media
https://bugs.webkit.org/show_bug.cgi?id=188013
Reviewed by Eric Carlson.
Tes
Title: [235000] trunk/Source/WebCore
Revision 235000
Author bfulg...@apple.com
Date 2018-08-17 17:09:32 -0700 (Fri, 17 Aug 2018)
Log Message
Remove Adobe SSO exception now that StorageAccess API is available
https://bugs.webkit.org/show_bug.cgi?id=188710
Reviewed by Alex Christensen.
R
Title: [235132] trunk/Source
Revision 235132
Author bfulg...@apple.com
Date 2018-08-21 13:37:27 -0700 (Tue, 21 Aug 2018)
Log Message
Remove experimental affiliated domain code now that StorageAccess API is available
https://bugs.webkit.org/show_bug.cgi?id=188756
Reviewed by Alex Christe
Title: [235506] trunk/Source/WebKit
Revision 235506
Author bfulg...@apple.com
Date 2018-08-30 09:30:11 -0700 (Thu, 30 Aug 2018)
Log Message
[macOS] Whitelist Network process features for VPN
https://bugs.webkit.org/show_bug.cgi?id=189023
Reviewed by Eric Carlson.
CFNetwork needs access
Title: [235516] trunk
Revision 235516
Author bfulg...@apple.com
Date 2018-08-30 12:37:37 -0700 (Thu, 30 Aug 2018)
Log Message
The width of a nullptr TextRun should be zero
https://bugs.webkit.org/show_bug.cgi?id=189154
Reviewed by Zalan Bujtas.
Source/WebCore:
If a page has an empty T
Title: [235721] trunk
Revision 235721
Author bfulg...@apple.com
Date 2018-09-05 21:07:53 -0700 (Wed, 05 Sep 2018)
Log Message
Source/WebCore:
The width of an empty or nullptr TextRun should be zero
https://bugs.webkit.org/show_bug.cgi?id=189154
Reviewed by Zalan Bujtas.
If a page has a
Title: [235781] trunk/Source/WebKit
Revision 235781
Author bfulg...@apple.com
Date 2018-09-07 05:28:25 -0700 (Fri, 07 Sep 2018)
Log Message
[iOS] Move default mach-lookup deny to after common.sb is imported
https://bugs.webkit.org/show_bug.cgi?id=189385
Reviewed by Eric Carlson.
* Reso
Title: [235782] trunk/Source/WebKit
Revision 235782
Author bfulg...@apple.com
Date 2018-09-07 08:38:12 -0700 (Fri, 07 Sep 2018)
Log Message
Unreviewed syntax fix after r235781
Don't use hash-quote syntax for these non-regex inputs.
* Resources/SandboxProfiles/ios/com.apple.WebKit.Networ
Title: [235791] trunk/Source/WebKit
Revision 235791
Author bfulg...@apple.com
Date 2018-09-07 12:50:41 -0700 (Fri, 07 Sep 2018)
Log Message
[macOS] Remove unused XPC service from sandbox
https://bugs.webkit.org/show_bug.cgi?id=189406
Reviewed by Youenn Fablet.
The API surface exposed b
Title: [235807] trunk/Source/WebKit
Revision 235807
Author bfulg...@apple.com
Date 2018-09-07 14:29:35 -0700 (Fri, 07 Sep 2018)
Log Message
Allow WebContent access to AVCSupported IOKit property in sandbox
https://bugs.webkit.org/show_bug.cgi?id=189429
Reviewed by Eric Carlson.
Allow a
Title: [236158] trunk/Source/WebKit
Revision 236158
Author bfulg...@apple.com
Date 2018-09-18 16:17:30 -0700 (Tue, 18 Sep 2018)
Log Message
[iOS] Allow WebContent process to check the "Protocol Characteristics" of files to which it has access
https://bugs.webkit.org/show_bug.cgi?id=189712
Title: [236289] trunk/Source/WebKit
Revision 236289
Author bfulg...@apple.com
Date 2018-09-20 16:11:19 -0700 (Thu, 20 Sep 2018)
Log Message
InjectedBundle parameters often need initialization function called before unarchiving
https://bugs.webkit.org/show_bug.cgi?id=189709
Reviewed by C
Title: [231050] trunk
Revision 231050
Author bfulg...@apple.com
Date 2018-04-26 10:12:46 -0700 (Thu, 26 Apr 2018)
Log Message
Add port 548 (afpovertcp) to port blacklist
https://bugs.webkit.org/show_bug.cgi?id=185000
Reviewed by David Kilzer.
Source/WebCore:
Tested by security/block-t
Title: [231078] trunk
Revision 231078
Author bfulg...@apple.com
Date 2018-04-26 15:50:55 -0700 (Thu, 26 Apr 2018)
Log Message
Show punycode if URL contains Latin small letter o with dot below character
https://bugs.webkit.org/show_bug.cgi?id=185051
Reviewed by David Kilzer.
Source/WebC
Title: [231110] trunk
Revision 231110
Author bfulg...@apple.com
Date 2018-04-27 12:44:02 -0700 (Fri, 27 Apr 2018)
Log Message
URL::appendEncodedHostName is using the deprecated uidna_IDNToASCII function
https://bugs.webkit.org/show_bug.cgi?id=184836
Patch by Christopher Reid on 2018-04-
Title: [231135] trunk/Source/WebKit
Revision 231135
Author bfulg...@apple.com
Date 2018-04-28 09:57:48 -0700 (Sat, 28 Apr 2018)
Log Message
Revise sandboxes to allow additional IOKit property access
https://bugs.webkit.org/show_bug.cgi?id=185095
Reviewed by Eric Carlson.
Update the Web
Title: [231236] trunk
Revision 231236
Author bfulg...@apple.com
Date 2018-05-02 09:49:04 -0700 (Wed, 02 May 2018)
Log Message
Source/WebCore:
Prevent Debug ASSERT when changing forms
https://bugs.webkit.org/show_bug.cgi?id=185173
Reviewed by Ryosuke Niwa.
Form submission could trigger
Title: [231291] trunk
Revision 231291
Author bfulg...@apple.com
Date 2018-05-02 18:08:55 -0700 (Wed, 02 May 2018)
Log Message
Use RetainPtr for form input type
https://bugs.webkit.org/show_bug.cgi?id=185210
Reviewed by Ryosuke Niwa.
Source/WebCore:
Refactor our HTMLInputElement class
1 - 100 of 2376 matches
Mail list logo