| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Finish taking out render_messages.h includes from headers. | jam@chromium.org | 2009-02-05 | 1 | -3/+4 |
* | Commiting the changes from my previous cl that are specific to not including ... | jam@chromium.org | 2009-02-04 | 1 | -6/+1 |
* | Revert my change to get the tree green. Not sure why the tests became flaky.... | jam@chromium.org | 2009-02-04 | 1 | -1/+6 |
* | Make it easier/less work/less error-prone to create new IPC channel types (i.... | jam@chromium.org | 2009-02-04 | 1 | -6/+1 |
* | Merged with latest media pipeline and cleaned up some style stuff. | hclam@chromium.org | 2009-02-03 | 1 | -1/+1 |
* | Change chrome:// to chrome-ui://, fix up one chrome-resource:// reference. | glen@chromium.org | 2009-01-29 | 1 | -1/+1 |
* | Re-land revision 8821 with the ui test fixed. | maruel@chromium.org | 2009-01-29 | 1 | -25/+4 |
* | Roll back r8821 | mark@chromium.org | 2009-01-28 | 1 | -4/+25 |
* | Disconnect the "browser controlled printing" and always delegate the control ... | maruel@chromium.org | 2009-01-28 | 1 | -25/+4 |
* | Context menus for text selections in editable boxes and links should include ... | pkasting@chromium.org | 2009-01-28 | 1 | -2/+2 |
* | Remove extraneous uses of the --enable-user-script | aa@chromium.org | 2009-01-28 | 1 | -11/+6 |
* | Rolback r8793: Remove extraneous uses of the --enable-user-script | mal@chromium.org | 2009-01-28 | 1 | -6/+11 |
* | Remove extraneous uses of the --enable-user-script | aa@chromium.org | 2009-01-28 | 1 | -11/+6 |
* | POSIX: gfx::NativeViewId and CrossProcessEvent | agl@chromium.org | 2009-01-27 | 1 | -22/+8 |
* | Revert "Make render_view_host compile on Mac & Linux, add to the build." | agl@chromium.org | 2009-01-26 | 1 | -4/+3 |
* | Fix the build. | brettw@chromium.org | 2009-01-26 | 1 | -3/+4 |
* | Link Doctor is expecting the query param connectionfailure, not | tc@google.com | 2009-01-26 | 1 | -1/+1 |
* | POSIX: Porting renderer/render_view.cc, low hanging fruit | agl@chromium.org | 2009-01-22 | 1 | -20/+146 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -3/+3 |
* | First pass as implementing the greasemonkey API. This patch | aa@chromium.org | 2009-01-17 | 1 | -1/+3 |
* | WaitableEvent is the replacement for Windows events. Previously in the code, ... | agl@chromium.org | 2009-01-15 | 1 | -8/+10 |
* | Updating so that Gears can spawn file selectors when running in the renderer ... | zork@google.com | 2009-01-13 | 1 | -4/+9 |
* | This is a rename of the term 'Greasemonkey' to 'user script' in Chromium. | aa@chromium.org | 2009-01-09 | 1 | -8/+8 |
* | The popup for autofill is now never activated, even when clicked. | jcampan@chromium.org | 2009-01-09 | 1 | -2/+2 |
* | Move plugins to FilePaths, some cleanup | avi@google.com | 2009-01-06 | 1 | -4/+5 |
* | Fix an uninitialized memory read that purify exposed. | brettw@chromium.org | 2009-01-05 | 1 | -6/+7 |
* | Refactor the render widget unittest so it can be reused to create a render view | brettw@chromium.org | 2009-01-05 | 1 | -40/+46 |
* | Make the global render thread object a regular global object rather than a | brettw@google.com | 2008-12-18 | 1 | -8/+8 |
* | Bridge out media player from MediaPlayerPrivate. | hclam@chromium.org | 2008-12-18 | 1 | -0/+5 |
* | Move the "platform" wrappers in skia/ext to the skia namespace. | brettw@google.com | 2008-12-17 | 1 | -4/+4 |
* | Add "Enable spell check for this field" menu option in sub context menu for c... | sidchat@google.com | 2008-12-15 | 1 | -0/+10 |
* | Move Image operations and convolver to the skia namespace and clean up a few ... | brettw@google.com | 2008-12-12 | 1 | -2/+2 |
* | Reverting 6709,6708,6706. | brettw@google.com | 2008-12-10 | 1 | -2/+2 |
* | Remove base dependency from image_operations and associated unittests. I also... | brettw@google.com | 2008-12-10 | 1 | -2/+2 |