summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to using one ResourceDispatcher per render process, and move it to Chi...jam@chromium.org2009-03-121-6/+0
* Implemented AudioRendererImpl in renderer process using APIhclam@chromium.org2009-03-101-6/+9
* Instead of queuing ResourceDispatcher IPC messages in RenderView, use Resourc...jam@chromium.org2009-03-101-29/+0
* Adds logging of main URL for IPC messages. This is just a start. Isky@google.com2009-03-101-0/+20
* NO CODE CHANGE.maruel@google.com2009-03-101-2/+3
* Changing ForwardMessageToExternalHost to postMessage and passing a propertommi@chromium.org2009-03-091-2/+5
* Try #2 of "make JavaScript alerts reflect the URL of the frame they came from,brettw@chromium.org2009-03-051-6/+10
* Have WebWorkerProxy send messages directly through RenderThread, instead of R...jam@chromium.org2009-03-051-1/+1
* Reverting 11002.brettw@chromium.org2009-03-051-10/+6
* Make JavaScript alerts reflect the URL of the frame they came from, not thebrettw@chromium.org2009-03-051-6/+10
* - DevToolsAgent is notified in render thread when RenderView is being detroyed.yurys@google.com2009-03-051-0/+2
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-041-0/+11
* revert broken change 10833nsylvain@chromium.org2009-03-031-4/+3
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-3/+4
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-4/+3
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-3/+4
* Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ...pinkerton@chromium.org2009-03-031-2/+1
* Register an onmessage handler with the external host binding instead of expli...ananta@chromium.org2009-03-031-19/+2
* Implementation of AudioRendererHosthclam@chromium.org2009-02-271-2/+2
* Prototype extension process. This is a proof of concept, with a lot ofmpcomplete@google.com2009-02-271-20/+16
* Revert brett's code, for real this time.nsylvain@chromium.org2009-02-261-1/+1
* More URL constants replacement.brettw@chromium.org2009-02-261-1/+1
* DevToolsAgent provides IPC access to the inspected page from developer tools.yurys@google.com2009-02-261-0/+18
* This CL causes the autofill popup to hide when the browser window is moved or...jcampan@chromium.org2009-02-251-0/+13
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-251-3/+4
* The find bar should be owned and managed from the BrowserView, not the WebCon...finnur@google.com2009-02-241-24/+23
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-3/+2
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-211-9/+8
* Reverting 10080.jam@chromium.org2009-02-201-8/+9
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-201-9/+8
* Audio related IPC messages and handlers from browser tohclam@chromium.org2009-02-201-0/+97
* Send over the HTTP status code in the ViewHostMsg_FrameNavigate message comin...ananta@chromium.org2009-02-191-0/+1
* Prepare some files for porting:estade@chromium.org2009-02-181-2/+2
* Reverting 9944.yurys@google.com2009-02-181-29/+0
* Create communication channel between developer tools UI implemented in JS and...yurys@google.com2009-02-181-0/+29
* Reverting 9855.maruel@chromium.org2009-02-161-29/+0
* Review URL: http://codereview.chromium.org/20405yurys@google.com2009-02-161-0/+29
* Add early-injection capability to user scripts.aa@chromium.org2009-02-141-9/+9
* Port remaining .rc data resource files to grd. This includestc@google.com2009-02-131-1/+1
* The WebFrame interface currently supports reference counting, but no one uses.darin@chromium.org2009-02-131-3/+1
* Fixing the buildhclam@chromium.org2009-02-131-1/+1
* Some consumers in the renderer process need access to an IO message loop, Ren...hclam@chromium.org2009-02-131-0/+8
* Lots of small nits to help to split off webkit.dll.maruel@chromium.org2009-02-121-4/+4
* Change url wstrings to GURLSestade@chromium.org2009-02-121-1/+1
* janitorial: browser_render_process_host header/lint cleanup. (try 2)thestig@chromium.org2009-02-111-0/+2
* Reverting 9594.thestig@chromium.org2009-02-111-2/+0
* Fix some plugin-related NOTIMPLEMENTED()s in gtk Chrome.evan@chromium.org2009-02-111-19/+4
* janitorial: clean up unnecessary includes in src/chrome/renderer.thestig@chromium.org2009-02-111-0/+2
* Clean up unnecessary includes in render_view.ccbrettw@chromium.org2009-02-061-2/+0
* Reference and create a RenderView when needed.jrg@chromium.org2009-02-061-4/+16