RESOLVED FIXED 109615
Add skeleton of the OfflineStorageProcess
https://bugs.webkit.org/show_bug.cgi?id=109615
Summary Add skeleton of the OfflineStorageProcess
Sam Weinig
Reported 2013-02-12 14:30:11 PST
Add skeleton of the OfflineStorageProcess
Attachments
Patch (133.82 KB, patch)
2013-02-12 14:32 PST, Sam Weinig
andersca: review+
Sam Weinig
Comment 1 2013-02-12 14:32:17 PST
Adam Barth
Comment 2 2013-02-12 15:15:40 PST
Comment on attachment 187935 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=187935&action=review > Source/WebKit2/ChangeLog:7 > + > + Add skeleton of the OfflineStorageProcess > + https://bugs.webkit.org/show_bug.cgi?id=109615 > + > + Reviewed by NOBODY (OOPS!). > + This ChangeLog doesn't really give any information about what an OfflineStorageProcess is...
Adam Barth
Comment 3 2013-02-12 15:16:14 PST
What is an OfflineStorageProcess? Generally, we ask that contributors explain the "why" behind their changes in the ChangeLog.
Sam Weinig
Comment 4 2013-02-12 16:53:02 PST
(In reply to comment #3) > What is an OfflineStorageProcess? Generally, we ask that contributors explain the "why" behind their changes in the ChangeLog. I thought it was pretty self evident, but I can certainly go into more detail. The idea is to have a process for offline storage activities, such as Databases and Local Storage. We don't want to do this in our UI Process, because we can tightly sandbox these filesystem touching activities if they are in their own little world.
Anders Carlsson
Comment 5 2013-02-12 16:54:59 PST
Comment on attachment 187935 [details] Patch r=me with a more descriptive ChangeLog as Adam suggested.
Sam Weinig
Comment 6 2013-02-12 16:59:30 PST
Adam Barth
Comment 7 2013-02-12 19:22:15 PST
Ah, I think I was trying to read too much into the "offline" part of the name. Thanks for the description.
Note You need to log in before you can comment on or make changes to this bug.