summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Initial rev at a message passing API for extensions. So far, only passingmpcomplete@google.com2009-03-231-5/+10
* Fix renderer crash when a file chooser is closed after navigating away frommpcomplete@google.com2009-03-201-0/+5
* Pressing the Del key while a item is selected in the autocomplete popup delet...jcampan@chromium.org2009-03-201-0/+5
* Removes all use of COM and dependencies on Windows-specific classes (includin...klink@chromium.org2009-03-201-13/+15
* Remove code duplicated from webcore and use the common PrintContext facility.maruel@chromium.org2009-03-191-99/+51
* Use devtool_ prefix instead of dev_tools_ to be consistent with the rest code.yurys@google.com2009-03-171-12/+12
* SSL Fix: Step 4.abarth@chromium.org2009-03-171-1/+3
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-171-1/+1
* Get rid of stashing a frame pointer with ResourceRequest and just store the r...jam@chromium.org2009-03-161-0/+6
* Wire DevTools agent in the Glue to the Renderer DevTools IPC transport: DevTo...pfeldman@chromium.org2009-03-161-1/+7
* Commit 40144. I had to move to to a separate CL to use gcl'saa@chromium.org2009-03-131-3/+2
* RSS feed support (part 1), 2nd attempt.finnur@chromium.org2009-03-131-0/+10
* Reverting 11640.finnur@chromium.org2009-03-131-10/+0
* RSS feed support (part 1)finnur@chromium.org2009-03-131-0/+10
* Get rid of the gears in renderer process code. This allows me to do some cle...jam@chromium.org2009-03-131-25/+1
* Some minor cleanup in WebDataSource and WebResponse.darin@chromium.org2009-03-121-4/+3
* 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