summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* rebase and more minor changes.aa@chromium.org2009-04-091-7/+13
* Add aa's Event class to our javascript bindings and use it in our extensionmpcomplete@google.com2009-04-081-5/+9
* Move loadtimes extension out of the extensions directory.davemoore@chromium.org2009-04-071-1/+1
* Adds new messages and widens some existing messages between the renderer and ...michaeln@google.com2009-04-071-1/+16
* - Added support for keeping track of load times.davemoore@chromium.org2009-04-031-0/+2
* Add code to support 2-way communication between extensions and renderers. Th...mpcomplete@google.com2009-04-021-1/+15
* Remove an #if !defined(OS_LINUX)willchan@chromium.org2009-04-011-3/+0
* - Enable V8 histograming supportdavemoore@chromium.org2009-03-311-0/+12
* Add more of the server-side plumbing for extension APIs. Alsoaa@chromium.org2009-03-281-0/+7
* Add basic infrastructure for sending async browser API request and receiving ...aa@chromium.org2009-03-241-0/+4
* Initial rev at a message passing API for extensions. So far, only passingmpcomplete@google.com2009-03-231-1/+2
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-11/+13
* Pre-upstream style changes: rename enableWebWorkers to setIsWebWorkersEnabled...dimich@google.com2009-03-191-1/+1
* Reland the changes to use command line switch to turn on worker feature.jianli@chromium.org2009-03-181-0/+4
* Revert "Enable building worker and use command line switch to turn on ..."agl@chromium.org2009-03-171-4/+0
* Enable building worker and use command line switch to turn on this feature.jianli@chromium.org2009-03-171-0/+4
* Get rid of the gears in renderer process code. This allows me to do some cle...jam@chromium.org2009-03-131-16/+0
* Chrome-side changes to use registerURLSchemeNoAccess.darin@chromium.org2009-03-121-1/+7
* More WebKit API action (chromium side).darin@chromium.org2009-03-091-8/+13
* Refactor v8 extensions so that they aren't in the WebCore namespace, and can ...asargent@chromium.org2009-03-051-0/+13
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-041-4/+2
* Remove ifdefs around parts ported by all platforms.pinkerton@chromium.org2009-03-031-15/+0
* Chrome side to pick up new WebKit API changes.darin@chromium.org2009-02-281-4/+19
* Chrome side to implement WebMimeRegistry.darin@chromium.org2009-02-261-31/+28
* Chromium changes to use new WebKit, WebKitClient, and WebClipboard interfaces.darin@chromium.org2009-02-261-0/+5
* Initial support for Renderer Side Histogramsjar@chromium.org2009-02-251-1/+13
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-211-88/+38
* Reverting 10080.jam@chromium.org2009-02-201-38/+88
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-201-88/+38
* Remove some NOTIMPLMENTEDs which are apparently no longer necessary.evan@chromium.org2009-02-191-3/+3
* Turn on DNS prefetching.evan@chromium.org2009-02-191-5/+0
* Stop crash in renderer at the end of displayingjrg@chromium.org2009-02-131-4/+0
* Fix totally broken include set.evan@chromium.org2009-02-121-0/+2
* janitorial: browser_render_process_host header/lint cleanup. (try 2)thestig@chromium.org2009-02-111-0/+1
* POSIX: Transfer network data using shared memoryagl@chromium.org2009-02-111-2/+2
* Get the renderer closer to rendering something on linux.estade@chromium.org2009-02-101-4/+0
* Reference and create a RenderView when needed.jrg@chromium.org2009-02-061-3/+10
* Prevent renderer from crashing on startup.jrg@chromium.org2009-02-061-6/+2
* Finish taking out render_messages.h includes from headers.jam@chromium.org2009-02-051-0/+1
* Unit test addition, cleanup for render_process/thread.jrg@chromium.org2009-01-281-6/+0
* MAC: build fixagl@chromium.org2009-01-271-0/+4
* POSIX: gfx::NativeViewId and CrossProcessEventagl@chromium.org2009-01-271-7/+9
* render_* work.jrg@chromium.org2009-01-271-1/+54
* Fixing a crash when plugin messages are sent to dialogs.zork@google.com2009-01-161-0/+3
* WaitableEvent is the replacement for Windows events. Previously in the code, ...agl@chromium.org2009-01-151-1/+3
* This is a rename of the term 'Greasemonkey' to 'user script' in Chromium.aa@chromium.org2009-01-091-9/+9
* Move plugins to FilePaths, some cleanupavi@google.com2009-01-061-2/+2
* Refactor the render widget unittest so it can be reused to create a render viewbrettw@chromium.org2009-01-051-3/+3
* Make the global render thread object a regular global object rather than abrettw@google.com2008-12-181-14/+6
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-3/+4