RESOLVED FIXED 193296
Pipe cache quota request from Network Process to UIProcess
https://bugs.webkit.org/show_bug.cgi?id=193296
Summary Pipe cache quota request from Network Process to UIProcess
youenn fablet
Reported 2019-01-09 13:55:27 PST
Pipe cache quota request from Network Process to UIProcess
Attachments
Patch (27.34 KB, patch)
2019-01-09 14:37 PST, youenn fablet
no flags
Patch (28.23 KB, patch)
2019-01-09 16:18 PST, youenn fablet
no flags
Patch (28.27 KB, patch)
2019-01-09 16:24 PST, youenn fablet
no flags
Patch (28.82 KB, patch)
2019-01-10 09:04 PST, youenn fablet
no flags
Patch (18.07 KB, patch)
2019-01-16 15:10 PST, youenn fablet
no flags
youenn fablet
Comment 1 2019-01-09 14:37:52 PST
youenn fablet
Comment 2 2019-01-09 16:18:34 PST
youenn fablet
Comment 3 2019-01-09 16:24:47 PST
youenn fablet
Comment 4 2019-01-10 09:04:15 PST
youenn fablet
Comment 5 2019-01-10 11:15:17 PST
Comment on attachment 358800 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=358800&action=review > Source/WebKit/NetworkProcess/cache/CacheStorageEngineCaches.h:97 > + void notifyCachesOfRequestSpaceEnd(); I might use notifyRequestSpaceCompleted instead.
Alex Christensen
Comment 6 2019-01-15 14:11:07 PST
Comment on attachment 358800 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=358800&action=review Can we test this? > Source/WebKit/NetworkProcess/NetworkProcess.cpp:1382 > + parentProcessConnection()->send(Messages::NetworkProcessProxy::RequestCacheStorageSpace(sessionID, requestIdentifier, origin, quota, currentSize, spaceRequired), 0); This seems like a prime candidate for sendWithAsyncReply
youenn fablet
Comment 7 2019-01-15 14:17:26 PST
(In reply to Alex Christensen from comment #6) > Comment on attachment 358800 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=358800&action=review > > Can we test this? Not yet, https://bugs.webkit.org/attachment.cgi?id=358810&action=review is adding the test along with the callback to the app. > > > Source/WebKit/NetworkProcess/NetworkProcess.cpp:1382 > > + parentProcessConnection()->send(Messages::NetworkProcessProxy::RequestCacheStorageSpace(sessionID, requestIdentifier, origin, quota, currentSize, spaceRequired), 0); > > This seems like a prime candidate for sendWithAsyncReply I can look at that.
youenn fablet
Comment 8 2019-01-16 15:10:49 PST
WebKit Commit Bot
Comment 9 2019-01-16 17:16:13 PST
Comment on attachment 359318 [details] Patch Clearing flags on attachment: 359318 Committed r240099: <https://trac.webkit.org/changeset/240099>
WebKit Commit Bot
Comment 10 2019-01-16 17:16:14 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 11 2019-01-16 17:17:29 PST
Note You need to log in before you can comment on or make changes to this bug.