| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Create communication channel between developer tools UI implemented in JS and... | yurys@google.com | 2009-02-18 | 1 | -0/+29 |
* | Reverting 9855. | maruel@chromium.org | 2009-02-16 | 1 | -29/+0 |
* | Review URL: http://codereview.chromium.org/20405 | yurys@google.com | 2009-02-16 | 1 | -0/+29 |
* | Add early-injection capability to user scripts. | aa@chromium.org | 2009-02-14 | 1 | -9/+9 |
* | Port remaining .rc data resource files to grd. This includes | tc@google.com | 2009-02-13 | 1 | -1/+1 |
* | The WebFrame interface currently supports reference counting, but no one uses. | darin@chromium.org | 2009-02-13 | 1 | -3/+1 |
* | Fixing the build | hclam@chromium.org | 2009-02-13 | 1 | -1/+1 |
* | Some consumers in the renderer process need access to an IO message loop, Ren... | hclam@chromium.org | 2009-02-13 | 1 | -0/+8 |
* | Lots of small nits to help to split off webkit.dll. | maruel@chromium.org | 2009-02-12 | 1 | -4/+4 |
* | Change url wstrings to GURLS | estade@chromium.org | 2009-02-12 | 1 | -1/+1 |
* | janitorial: browser_render_process_host header/lint cleanup. (try 2) | thestig@chromium.org | 2009-02-11 | 1 | -0/+2 |
* | Reverting 9594. | thestig@chromium.org | 2009-02-11 | 1 | -2/+0 |
* | Fix some plugin-related NOTIMPLEMENTED()s in gtk Chrome. | evan@chromium.org | 2009-02-11 | 1 | -19/+4 |
* | janitorial: clean up unnecessary includes in src/chrome/renderer. | thestig@chromium.org | 2009-02-11 | 1 | -0/+2 |
* | Clean up unnecessary includes in render_view.cc | brettw@chromium.org | 2009-02-06 | 1 | -2/+0 |
* | Reference and create a RenderView when needed. | jrg@chromium.org | 2009-02-06 | 1 | -4/+16 |