summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_thread.h
Commit message (Expand)AuthorAgeFilesLines
* Revert 46567 - Reimplement accessibility of web content by caching the entire zork@chromium.org2010-05-071-2/+0
* Reimplement accessibility of web content by caching the entire dmazzoni@chromium.org2010-05-061-0/+2
* Send content settings based on the URL to the renderer instead of just the host.jochen@chromium.org2010-04-231-1/+1
* Implement app process model isolation.mpcomplete@chromium.org2010-04-221-0/+22
* Give chrome-extension frames in regular renderers access to messaging APIs,mpcomplete@chromium.org2010-04-191-1/+4
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-141-1/+2
* Revert 44351 - Reland 44348 Add support for restricting broadcasting events t...jochen@chromium.org2010-04-131-2/+1
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-131-1/+2
* Revert 44348 - Add support for restricting broadcasting events to extensions ...jochen@chromium.org2010-04-131-2/+1
* Add support for restricting broadcasting events to extensions based on host p...jochen@chromium.org2010-04-131-1/+2
* Implement patterns for content setting exceptions.jochen@chromium.org2010-04-081-2/+2
* Changes to the Browser to support Database access from Workers.ericu@google.com2010-04-021-2/+2
* Added command buffer implementation of WebGL which runs in the sandbox.kbr@google.com2010-03-271-0/+6
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-0/+16
* Enforce extension permissions in C++ (instead of Javascript).jochen@chromium.org2010-03-241-1/+2
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Add chrome.extension.inIncognitoTab for content scripts.mpcomplete@chromium.org2010-03-121-2/+7
* Synchronous XHR should only pump events if we are going to show a cookiedarin@chromium.org2010-03-091-6/+2
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-061-0/+10
* Revert 40490 - Make the pepper 2D flush callback actually function as adverti...brettw@chromium.org2010-03-031-10/+0
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-031-0/+10
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-0/+3
* Only pump messages during a cookie query if it results in a user prompt.darin@chromium.org2010-02-241-8/+6
* Modal loops of joy.darin@chromium.org2010-02-181-14/+27
* Initial work on making extensions work in incognito mode.mpcomplete@chromium.org2010-02-111-1/+2
* IPC per-host content settings to the renderers.thakis@chromium.org2010-01-301-1/+4
* Introduce all the plumbing for Session Storage. This mostly consists of crea...jorlow@chromium.org2010-01-151-5/+3
* Rename CloseIdleConnections -> CloseCurrentConnections.mbelshe@chromium.org2010-01-141-2/+2
* Load message catalogs on demand when chrome.i18n.getMessage needs them.cira@chromium.org2009-12-171-3/+0
* Fix regression where we stopped running content scripts inaa@chromium.org2009-12-161-0/+4
* Hook up V8 idle notifications for extension prcoesses.mpcomplete@chromium.org2009-12-071-0/+17
* WebSocket in Worker: render_thread->child_thread change.ukai@chromium.org2009-12-071-6/+0
* Remember zoom on a per-host basis.pkasting@chromium.org2009-12-041-1/+1
* Move Mac to using renderer spellchecker.estade@chromium.org2009-11-191-11/+0
* reland 31875. Revert was:estade@chromium.org2009-11-161-1/+2
* Revert 31875 to see whether it fixes reliability bot.huanr@chromium.org2009-11-161-2/+1
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Use renderer spellchecker for windows.estade@chromium.org2009-11-131-1/+2
* Adds a 'V8' column to task manager to track amount of memory in JavaScript heapjamesr@chromium.org2009-11-111-0/+1
* Move the spellchecker to the renderer.estade@chromium.org2009-11-061-0/+25
* First half of http://codereview.chromium.org/274014/showjorlow@chromium.org2009-11-041-3/+2
* WebSocket support in chromium.ukai@chromium.org2009-10-291-0/+6
* Implementing WebDatabaseObserver in the renderer process.dumi@chromium.org2009-10-241-0/+3
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-1/+1
* Add functionality to the renderer thread to purge memory. Not yet called.pkasting@chromium.org2009-10-081-0/+1
* Display tcmalloc debug output from renderer processes in about:tcmalloc.sgk@chromium.org2009-10-081-0/+3
* Another stab at the Chromium side of storage events. Re-submission of http:/...jorlow@chromium.org2009-10-031-1/+11
* Reverting 27756.jorlow@chromium.org2009-10-011-11/+1
* Another stab at the Chromium side of storage events. The WebKit side can be ...jorlow@chromium.org2009-10-011-1/+11
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-281-2/+0