summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_thread.h
Commit message (Expand)AuthorAgeFilesLines
* Move RenderThread to content\renderer.jam@chromium.org2011-04-141-329/+0
* Remove the rest of the Chrome dependencies from RenderThread.jam@chromium.org2011-04-141-11/+0
* Move a bunch of Chrome specific code out of RenderThread, in preparation of m...jam@chromium.org2011-04-141-47/+0
* Histogram added: GPU.GPUProcessLaunchCausescheib@chromium.org2011-04-061-2/+3
* Changes to WebDatabaseObserverImpl and SimpleDatabaseSystem required to have ...michaeln@google.com2011-04-011-2/+4
* Fix typo bug caught by clangjam@chromium.org2011-03-291-1/+1
* Move the dispatching of extension messages out of RenderThread. This also mo...jam@chromium.org2011-03-291-67/+19
* Add chrome.benchmark routines to clear the host and predictor caches.tonyg@chromium.org2011-03-281-0/+6
* Add a RenderProcessObserver. For now this will be primarily used to filter c...jam@chromium.org2011-03-281-0/+7
* Move extension messages to their own file and add a RenderViewObserver to sta...jam@chromium.org2011-03-281-2/+2
* Fix crash in single process mode because ChromeRenderContentClient wasn't bei...jam@chromium.org2011-03-211-0/+3
* Create a new message file for view related messages. I just moved a few mess...jam@chromium.org2011-03-211-1/+1
* Move GPU messages to content. I've also switched the IPC structs to use the ...jam@chromium.org2011-03-101-1/+1
* Move ChildThread and ChildProcess to content. Also move remaining code that ...jam@chromium.org2011-03-081-1/+1
* Enable speech input by default and remove unused code.satish@chromium.org2011-03-041-6/+0
* Moved creation of GPU transfer buffers into the browser process.apatrick@chromium.org2011-02-241-0/+1
* Pump the WebCore Timer queue before running animation callbacksjamesr@chromium.org2011-02-161-0/+6
* Update benchmarking clearCache routine to be able to preserve sslhostinfo:mbelshe@chromium.org2011-02-151-1/+3
* Make RenderView not have to know about how PhishingClassifierDelegate.jam@chromium.org2011-02-071-16/+0
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Move ExtensionRendereInfo into common and call it ExtensionSet instead.aa@chromium.org2011-01-291-8/+8
* Refactor away all the duplicate extension data structures inaa@chromium.org2011-01-261-3/+16
* Revert http://src.chromium.org/viewvc/chrome?view=rev&revision=70896 to move ...satish@chromium.org2011-01-191-0/+6
* Enable speech input by default and remove unused code.satish@chromium.org2011-01-101-6/+0
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+1
* Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update c...brettw@chromium.org2010-12-221-1/+0
* Deinline even more destructors.erg@google.com2010-12-141-2/+2
* Make DOMStorageDispatcherHost be a message filter (and rename it accordingly)...jam@chromium.org2010-12-131-2/+2
* Have the RenderThread initialize a PhishingClassifier when it receives abryner@chromium.org2010-11-191-0/+16
* Add command line switch to enable speech input and disable for beta/stable ch...satish@chromium.org2010-11-161-0/+6
* Part 2 of extension event refactor.mpcomplete@chromium.org2010-10-211-6/+2
* Ensure global extension events (like bookmarks) are sent to the incognitompcomplete@chromium.org2010-10-081-1/+1
* Connect the browsing data remover with WebKit cache.rvargas@google.com2010-10-011-0/+1
* Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the ...jam@chromium.org2010-10-011-1/+1
* Generalize permission types to make it safer for us to add new permissions an...erikkay@chromium.org2010-09-281-1/+1
* Trying to reland r59889, this time as a multi-stage patch.mpcomplete@chromium.org2010-09-231-0/+21
* Add an IPC message that will be used to send the phishing classification modelbryner@chromium.org2010-09-231-0/+2
* Revert 59889 - Fix regression introduced bythakis@chromium.org2010-09-191-21/+0
* Fix regression introduced bympcomplete@chromium.org2010-09-181-0/+21
* Added GPU stat for whether a GPU can report context lost.apatrick@chromium.org2010-09-071-1/+3
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-311-5/+7
* When the browser doesn't have connectivity to a hosted app, display a prettie...erikkay@chromium.org2010-08-271-16/+3
* Add a file thread to the renderer process.dumi@chromium.org2010-08-201-0/+13
* FBTB: Remove unneeded #includes of base/ref_counted.h and base/string16.h in ...viettrungluu@chromium.org2010-08-201-1/+0
* Enable/Disable Spdy in benchmarking.lzheng@chromium.org2010-08-191-0/+3
* FBTF: Header cleanup in chrome/common. Part 1.jhawkins@chromium.org2010-08-171-0/+1
* Header cleanup in chrome/renderer/.erg@google.com2010-07-281-3/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Continual header pruningerg@google.com2010-07-221-13/+3
* Clean up Chromium code to follow message loop reentrancy fix in WebKit (https...apavlov@chromium.org2010-07-091-1/+0