| Commit message (Expand) | Author | Age | Files | Lines |
* | Try #2 of "make JavaScript alerts reflect the URL of the frame they came from, | brettw@chromium.org | 2009-03-05 | 1 | -4/+5 |
* | Reverting 11002. | brettw@chromium.org | 2009-03-05 | 1 | -5/+4 |
* | Make JavaScript alerts reflect the URL of the frame they came from, not the | brettw@chromium.org | 2009-03-05 | 1 | -4/+5 |
* | Initial checkin of the out of process worker implementation. | jam@chromium.org | 2009-03-04 | 1 | -0/+1 |
* | Make our IME backend platform-independent. | hbono@chromium.org | 2009-03-03 | 1 | -0/+1 |
* | Register an onmessage handler with the external host binding instead of expli... | ananta@chromium.org | 2009-03-03 | 1 | -2/+1 |
* | Implementation of AudioRendererHost | hclam@chromium.org | 2009-02-27 | 1 | -1/+1 |
* | Prototype extension process. This is a proof of concept, with a lot of | mpcomplete@google.com | 2009-02-27 | 1 | -6/+9 |
* | DevToolsAgent provides IPC access to the inspected page from developer tools. | yurys@google.com | 2009-02-26 | 1 | -0/+14 |
* | This CL causes the autofill popup to hide when the browser window is moved or... | jcampan@chromium.org | 2009-02-25 | 1 | -0/+7 |
* | Audio related IPC messages and handlers from browser to | hclam@chromium.org | 2009-02-20 | 1 | -0/+35 |
* | Prepare some files for porting: | estade@chromium.org | 2009-02-18 | 1 | -2/+2 |
* | Reverting 9944. | yurys@google.com | 2009-02-18 | 1 | -15/+0 |
* | Create communication channel between developer tools UI implemented in JS and... | yurys@google.com | 2009-02-18 | 1 | -0/+15 |
* | Reverting 9855. | maruel@chromium.org | 2009-02-16 | 1 | -15/+0 |
* | Review URL: http://codereview.chromium.org/20405 | yurys@google.com | 2009-02-16 | 1 | -0/+15 |
* | Add early-injection capability to user scripts. | aa@chromium.org | 2009-02-14 | 1 | -0/+2 |
* | Some consumers in the renderer process need access to an IO message loop, Ren... | hclam@chromium.org | 2009-02-13 | 1 | -0/+6 |
* | Add the first unit-test that tests our IME backend. | hbono@chromium.org | 2009-02-12 | 1 | -0/+1 |
* | 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 | -6/+5 |
* | Reverting 9594. | thestig@chromium.org | 2009-02-11 | 1 | -5/+6 |
* | janitorial: clean up unnecessary includes in src/chrome/renderer. | thestig@chromium.org | 2009-02-11 | 1 | -6/+5 |
* | Reference and create a RenderView when needed. | jrg@chromium.org | 2009-02-06 | 1 | -0/+3 |
* | Finish taking out render_messages.h includes from headers. | jam@chromium.org | 2009-02-05 | 1 | -3/+13 |
* | Re-land revision 8821 with the ui test fixed. | maruel@chromium.org | 2009-01-29 | 1 | -3/+1 |
* | Roll back r8821 | mark@chromium.org | 2009-01-28 | 1 | -1/+3 |
* | Disconnect the "browser controlled printing" and always delegate the control ... | maruel@chromium.org | 2009-01-28 | 1 | -3/+1 |
* | Context menus for text selections in editable boxes and links should include ... | pkasting@chromium.org | 2009-01-28 | 1 | -1/+1 |
* | Remove extraneous uses of the --enable-user-script | aa@chromium.org | 2009-01-28 | 1 | -3/+0 |
* | Rolback r8793: Remove extraneous uses of the --enable-user-script | mal@chromium.org | 2009-01-28 | 1 | -0/+3 |
* | Remove extraneous uses of the --enable-user-script | aa@chromium.org | 2009-01-28 | 1 | -3/+0 |
* | POSIX: gfx::NativeViewId and CrossProcessEvent | agl@chromium.org | 2009-01-27 | 1 | -8/+4 |
* | POSIX: Porting renderer/render_view.cc, low hanging fruit | agl@chromium.org | 2009-01-22 | 1 | -0/+4 |
* | POSIX: Porting renderer/render_process.cc, low hanging fruit | agl@chromium.org | 2009-01-22 | 1 | -1/+4 |
* | WaitableEvent is the replacement for Windows events. Previously in the code, ... | agl@chromium.org | 2009-01-15 | 1 | -5/+9 |
* | Updating so that Gears can spawn file selectors when running in the renderer ... | zork@google.com | 2009-01-13 | 1 | -2/+5 |
* | This is a rename of the term 'Greasemonkey' to 'user script' in Chromium. | aa@chromium.org | 2009-01-09 | 1 | -2/+2 |
* | The popup for autofill is now never activated, even when clicked. | jcampan@chromium.org | 2009-01-09 | 1 | -2/+1 |
* | Move plugins to FilePaths, some cleanup | avi@google.com | 2009-01-06 | 1 | -1/+1 |
* | Refactor the render widget unittest so it can be reused to create a render view | brettw@chromium.org | 2009-01-05 | 1 | -5/+21 |
* | Bridge out media player from MediaPlayerPrivate. | hclam@chromium.org | 2008-12-18 | 1 | -0/+1 |
* | Add "Enable spell check for this field" menu option in sub context menu for c... | sidchat@google.com | 2008-12-15 | 1 | -0/+1 |
* | Fix window.open()/window.close() regression by disabling window.close() until... | erg@google.com | 2008-12-01 | 1 | -1/+14 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -2/+1 |
* | Prevent crash due to DIB allocation failure | joshia@google.com | 2008-11-12 | 1 | -1/+1 |
* | Review URL: http://codereview.chromium.org/10005 | petersont@google.com | 2008-11-11 | 1 | -2/+5 |
* | Change old code from "unloadListnerChanged" model to new WebKit EnableSuddenT... | erikkay@google.com | 2008-11-10 | 1 | -1/+2 |
* | Review URL: http://codereview.chromium.org/10237 | petersont@google.com | 2008-11-08 | 1 | -5/+2 |
* | Entries in a form get recorded when the user submits the form. Database and ... | petersont@google.com | 2008-11-08 | 1 | -2/+5 |