| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial rev at a message passing API for extensions. So far, only passing | mpcomplete@google.com | 2009-03-23 | 1 | -5/+10 |
* | Fix renderer crash when a file chooser is closed after navigating away from | mpcomplete@google.com | 2009-03-20 | 1 | -0/+5 |
* | Pressing the Del key while a item is selected in the autocomplete popup delet... | jcampan@chromium.org | 2009-03-20 | 1 | -0/+5 |
* | Removes all use of COM and dependencies on Windows-specific classes (includin... | klink@chromium.org | 2009-03-20 | 1 | -13/+15 |
* | Remove code duplicated from webcore and use the common PrintContext facility. | maruel@chromium.org | 2009-03-19 | 1 | -99/+51 |
* | Use devtool_ prefix instead of dev_tools_ to be consistent with the rest code. | yurys@google.com | 2009-03-17 | 1 | -12/+12 |
* | SSL Fix: Step 4. | abarth@chromium.org | 2009-03-17 | 1 | -1/+3 |
* | Move controls into their own dir under chrome/views/controls | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Get rid of stashing a frame pointer with ResourceRequest and just store the r... | jam@chromium.org | 2009-03-16 | 1 | -0/+6 |
* | Wire DevTools agent in the Glue to the Renderer DevTools IPC transport: DevTo... | pfeldman@chromium.org | 2009-03-16 | 1 | -1/+7 |
* | Commit 40144. I had to move to to a separate CL to use gcl's | aa@chromium.org | 2009-03-13 | 1 | -3/+2 |
* | RSS feed support (part 1), 2nd attempt. | finnur@chromium.org | 2009-03-13 | 1 | -0/+10 |
* | Reverting 11640. | finnur@chromium.org | 2009-03-13 | 1 | -10/+0 |
* | RSS feed support (part 1) | finnur@chromium.org | 2009-03-13 | 1 | -0/+10 |
* | Get rid of the gears in renderer process code. This allows me to do some cle... | jam@chromium.org | 2009-03-13 | 1 | -25/+1 |
* | Some minor cleanup in WebDataSource and WebResponse. | darin@chromium.org | 2009-03-12 | 1 | -4/+3 |
* | Switch to using one ResourceDispatcher per render process, and move it to Chi... | jam@chromium.org | 2009-03-12 | 1 | -6/+0 |
* | Implemented AudioRendererImpl in renderer process using API | hclam@chromium.org | 2009-03-10 | 1 | -6/+9 |
* | Instead of queuing ResourceDispatcher IPC messages in RenderView, use Resourc... | jam@chromium.org | 2009-03-10 | 1 | -29/+0 |
* | Adds logging of main URL for IPC messages. This is just a start. I | sky@google.com | 2009-03-10 | 1 | -0/+20 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-10 | 1 | -2/+3 |
* | Changing ForwardMessageToExternalHost to postMessage and passing a proper | tommi@chromium.org | 2009-03-09 | 1 | -2/+5 |
* | Try #2 of "make JavaScript alerts reflect the URL of the frame they came from, | brettw@chromium.org | 2009-03-05 | 1 | -6/+10 |
* | Have WebWorkerProxy send messages directly through RenderThread, instead of R... | jam@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | Reverting 11002. | brettw@chromium.org | 2009-03-05 | 1 | -10/+6 |
* | Make JavaScript alerts reflect the URL of the frame they came from, not the | brettw@chromium.org | 2009-03-05 | 1 | -6/+10 |
* | - DevToolsAgent is notified in render thread when RenderView is being detroyed. | yurys@google.com | 2009-03-05 | 1 | -0/+2 |
* | Initial checkin of the out of process worker implementation. | jam@chromium.org | 2009-03-04 | 1 | -0/+11 |
* | revert broken change 10833 | nsylvain@chromium.org | 2009-03-03 | 1 | -4/+3 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -3/+4 |
* | Revert dsh's change 10818 | nsylvain@chromium.org | 2009-03-03 | 1 | -4/+3 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -3/+4 |
* | Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ... | pinkerton@chromium.org | 2009-03-03 | 1 | -2/+1 |
* | Register an onmessage handler with the external host binding instead of expli... | ananta@chromium.org | 2009-03-03 | 1 | -19/+2 |
* | Implementation of AudioRendererHost | hclam@chromium.org | 2009-02-27 | 1 | -2/+2 |
* | Prototype extension process. This is a proof of concept, with a lot of | mpcomplete@google.com | 2009-02-27 | 1 | -20/+16 |
* | Revert brett's code, for real this time. | nsylvain@chromium.org | 2009-02-26 | 1 | -1/+1 |
* | More URL constants replacement. | brettw@chromium.org | 2009-02-26 | 1 | -1/+1 |
* | DevToolsAgent provides IPC access to the inspected page from developer tools. | yurys@google.com | 2009-02-26 | 1 | -0/+18 |
* | This CL causes the autofill popup to hide when the browser window is moved or... | jcampan@chromium.org | 2009-02-25 | 1 | -0/+13 |
* | Delete the ViewSourceTabContents. | brettw@chromium.org | 2009-02-25 | 1 | -3/+4 |
* | The find bar should be owned and managed from the BrowserView, not the WebCon... | finnur@google.com | 2009-02-24 | 1 | -24/+23 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -3/+2 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-21 | 1 | -9/+8 |
* | Reverting 10080. | jam@chromium.org | 2009-02-20 | 1 | -8/+9 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-20 | 1 | -9/+8 |
* | Audio related IPC messages and handlers from browser to | hclam@chromium.org | 2009-02-20 | 1 | -0/+97 |
* | Send over the HTTP status code in the ViewHostMsg_FrameNavigate message comin... | ananta@chromium.org | 2009-02-19 | 1 | -0/+1 |
* | Prepare some files for porting: | estade@chromium.org | 2009-02-18 | 1 | -2/+2 |
* | Reverting 9944. | yurys@google.com | 2009-02-18 | 1 | -29/+0 |