summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_thread.h
Commit message (Expand)AuthorAgeFilesLines
* Add code to support 2-way communication between extensions and renderers. Th...mpcomplete@google.com2009-04-021-0/+3
* Add more of the server-side plumbing for extension APIs. Alsoaa@chromium.org2009-03-281-0/+1
* Get rid of the gears in renderer process code. This allows me to do some cle...jam@chromium.org2009-03-131-3/+0
* Chrome side to pick up new WebKit API changes.darin@chromium.org2009-02-281-1/+4
* Chrome side to implement WebMimeRegistry.darin@chromium.org2009-02-261-13/+13
* Chromium changes to use new WebKit, WebKitClient, and WebClipboard interfaces.darin@chromium.org2009-02-261-0/+6
* Initial support for Renderer Side Histogramsjar@chromium.org2009-02-251-0/+10
* Keeping track of whether WebKit is in the callstack using RenderThread doesn'...jam@chromium.org2009-02-241-7/+0
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-211-40/+30
* Reverting 10080.jam@chromium.org2009-02-201-30/+40
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-201-40/+30
* janitorial: browser_render_process_host header/lint cleanup. (try 2)thestig@chromium.org2009-02-111-6/+5
* Reverting 9594.thestig@chromium.org2009-02-111-5/+6
* janitorial: clean up unnecessary includes in src/chrome/renderer.thestig@chromium.org2009-02-111-6/+5
* Cleanup forward declared classes that are not needed in chrome/renderer, chro...thestig@chromium.org2009-02-061-3/+4
* POSIX: gfx::NativeViewId and CrossProcessEventagl@chromium.org2009-01-271-6/+4
* POSIX: Porting renderer/render_process.cc, low hanging fruitagl@chromium.org2009-01-221-0/+5
* This is a rename of the term 'Greasemonkey' to 'user script' in Chromium.aa@chromium.org2009-01-091-5/+5
* Move plugins to FilePaths, some cleanupavi@google.com2009-01-061-1/+2
* Refactor the render widget unittest so it can be reused to create a render viewbrettw@chromium.org2009-01-051-5/+9
* Make the global render thread object a regular global object rather than abrettw@google.com2008-12-181-6/+6
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-2/+2
* Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey fl...aa@google.com2008-10-161-0/+7
* Factor out a RenderThread interfacecpu@google.com2008-09-261-6/+21
* Adding sync plugin messages, and plugin broadcasts to the renderer processeszork@google.com2008-09-151-0/+2
* Move a bunch of code from the old to new TLS interface.deanm@chromium.org2008-09-101-6/+1
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-261-1/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-201-2/+2
* Revert. Failing unit tests.evanm@google.com2008-08-201-2/+2
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-201-2/+2
* Step 1 at making Gears run in the renderer process (enabled by switchmpcomplete@google.com2008-08-151-0/+3
* Add chrome to the repository.initial.commit2008-07-261-0/+145