| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Preparing for pepper quota support.
Also adding NotifyStorageModified IPC method, which is intended to be used by pepper FileIO code.
BUG=for 86556
TEST=existing tests should pass
Review URL: http://codereview.chromium.org/7438001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94638 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For persistent storage request we need to show 'request quota' infoBar if the requested storage size (or requested new quota size) is greater than the current quota, and to show an infoBar we need to let the browser know which render view is requesting the storage.
This patch includes necessary plumbing to send render process_id/view_id to the browser process and the info bar implementation itself.
BUG=61676
TEST=none
Review URL: http://codereview.chromium.org/6976026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87275 0039d316-1c4b-4281-b951-d872f2087c98
|
|
BUG=61676
TEST=No new tests; just IPC plumbing (manually tested)
Review URL: http://codereview.chromium.org/6811022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81364 0039d316-1c4b-4281-b951-d872f2087c98
|