summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/worker_permission_client_proxy.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch ContentSettingsObserver to be a RenderFrameObserver instead of a ↵jam@chromium.org2013-12-171-2/+2
| | | | | | | | | | | RenderViewObserver BUG=304341 R=boliu@chromium.org, nasko@chromium.org Review URL: https://codereview.chromium.org/104833006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241306 0039d316-1c4b-4281-b951-d872f2087c98
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-071-6/+6
| | | | | | | | | | | | This CL updates all references to the WebKit namespace in chrome and components. TBR=darin@chromium.org BUG=295096 Review URL: https://codereview.chromium.org/63273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233464 0039d316-1c4b-4281-b951-d872f2087c98
* Send Allow{Database,FileSystem,IndexedDB} sync IPCs directly from worker threadkinuko@chromium.org2013-11-011-0/+52
- To deprecate the notorious WorkerAllowMainThreadBridge & runInMode code in Blink - To simplify the worker class inheritance chain Blink-side change: https://codereview.chromium.org/50773002/ BUG=none Review URL: https://codereview.chromium.org/46583005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232302 0039d316-1c4b-4281-b951-d872f2087c98