summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_thread.h
Commit message (Expand)AuthorAgeFilesLines
* Adding HTML5 DB support to Chromium: Chromium changesdumi@chromium.org2009-07-271-0/+3
* Unrevert 21355 because the revert might be causing thensylvain@chromium.org2009-07-231-16/+5
* Revert 21355 because it might be causing all the newnsylvain@chromium.org2009-07-231-5/+16
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-231-16/+5
* Revert r21117 as it caused reliability failures.estade@chromium.org2009-07-211-5/+16
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-201-16/+5
* Retrying this patch. This was already reviewed by mpcomplete and thefinnur@chromium.org2009-07-151-3/+5
* Reverting 20714.finnur@chromium.org2009-07-151-5/+3
* EFD now notifies EPM of renderviews created, which in turn notifies the rende...finnur@chromium.org2009-07-151-3/+5
* Fix Acid3 Test 48: LINKTEST, Chromium side....dglazkov@chromium.org2009-07-031-1/+4
* Add a port disconnect event for when one side of an extension message portmpcomplete@google.com2009-06-171-4/+3
* Move renderer_preferences.h from chrome/browser into chrome/common. Wetc@google.com2009-06-111-1/+1
* Do not allow URL drops on app windows to cause a navigation awaytc@google.com2009-06-101-0/+2
* Add an extension to expose some primitives to JS for doing mbelshe@google.com2009-06-051-0/+6
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-1/+1
* Automatically adapt to faster/slower uploads of renderer histogramsjar@chromium.org2009-05-281-2/+2
* POSIX: Don't allow onunload handlers to hang a renderer forever.agl@chromium.org2009-05-051-0/+5
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-1/+1
* Pass down the opener tab when a message channel is opened to an extension.mpcomplete@google.com2009-05-011-1/+1
* Revert "POSIX: Don't allow onunload handlers to hang a renderer forever."agl@chromium.org2009-05-011-5/+0
* POSIX: Don't allow onunload handlers to hang a renderer forever.agl@chromium.org2009-05-011-0/+5
* Allow Flash (and other plugins) to be installed without restarting the browse...jam@chromium.org2009-04-231-0/+6
* DevTools: Make all devtools messages dispatch through debugger interrupt.pfeldman@chromium.org2009-04-171-0/+3
* Initial plumbing for sending events from the browser to extension renderers. ...rafaelw@chromium.org2009-04-161-0/+3
* Adds new messages and widens some existing messages between the renderer and ...michaeln@google.com2009-04-071-0/+3
* 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