| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-land revision 8821 with the ui test fixed. | maruel@chromium.org | 2009-01-29 | 2 | -28/+5 |
* | Fix purify failure. | jrg@chromium.org | 2009-01-29 | 2 | -17/+28 |
* | Roll back r8821 | mark@chromium.org | 2009-01-28 | 2 | -5/+28 |
* | Disconnect the "browser controlled printing" and always delegate the control ... | maruel@chromium.org | 2009-01-28 | 2 | -28/+5 |
* | Context menus for text selections in editable boxes and links should include ... | pkasting@chromium.org | 2009-01-28 | 2 | -3/+3 |
* | Remove extraneous uses of the --enable-user-script | aa@chromium.org | 2009-01-28 | 2 | -14/+6 |
* | Rolback r8793: Remove extraneous uses of the --enable-user-script | mal@chromium.org | 2009-01-28 | 2 | -6/+14 |
* | Remove extraneous uses of the --enable-user-script | aa@chromium.org | 2009-01-28 | 2 | -14/+6 |
* | Unit test addition, cleanup for render_process/thread. | jrg@chromium.org | 2009-01-28 | 3 | -17/+45 |
* | A little porting in chrome/renderer. | estade@chromium.org | 2009-01-27 | 2 | -5/+1 |
* | MAC: build fix | agl@chromium.org | 2009-01-27 | 1 | -0/+4 |
* | POSIX: gfx::NativeViewId and CrossProcessEvent | agl@chromium.org | 2009-01-27 | 8 | -58/+36 |
* | render_* work. | jrg@chromium.org | 2009-01-27 | 5 | -7/+116 |
* | Fixes my accidental check-in of renderer.vcproj with CRLF endings. | scherkus@chromium.org | 2009-01-27 | 1 | -343/+343 |
* | 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 |
* | Added media/base to chrome/renderer/DEPS. | scherkus@chromium.org | 2009-01-26 | 1 | -0/+1 |
* | Checking in stubbed out ChromeMediaPlayer filter implementations. | scherkus@chromium.org | 2009-01-26 | 9 | -315/+556 |
* | POSIX: get bits of renderer_glue compiling | agl@chromium.org | 2009-01-23 | 3 | -22/+36 |
* | POSIX: Porting renderer/render_view.cc, low hanging fruit | agl@chromium.org | 2009-01-22 | 2 | -20/+150 |
* | Linux: don't want to build render_process till ph_ submits his DNS patch | agl@chromium.org | 2009-01-22 | 1 | -0/+1 |
* | POSIX: Porting renderer/render_process.cc, low hanging fruit | agl@chromium.org | 2009-01-22 | 5 | -17/+33 |
* | POSIX: Get render_process_host to build. | agl@chromium.org | 2009-01-22 | 2 | -3/+1 |
* | * Revert "POSIX: Get render_process_host to build." | agl@chromium.org | 2009-01-21 | 2 | -6/+3 |
* | Build fix: release builds seemed to break | agl@chromium.org | 2009-01-21 | 1 | -0/+6 |
* | POSIX: Get render_process_host to build. | agl@chromium.org | 2009-01-21 | 1 | -3/+0 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 4 | -6/+6 |
* | TBR: Fix error line numbers. | aa@chromium.org | 2009-01-20 | 1 | -3/+5 |
* | Factor out the message sink from MockRenderThread to a separate class. I will be | brettw@chromium.org | 2009-01-17 | 3 | -88/+14 |
* | Generate all chrome .vcproj files: | sgk@google.com | 2009-01-17 | 1 | -18/+98 |
* | Move parsing of metadata header into browser process. This is a prerequisite | aa@chromium.org | 2009-01-17 | 3 | -129/+40 |
* | missing file from r8247 | aa@chromium.org | 2009-01-17 | 1 | -0/+47 |
* | First pass as implementing the greasemonkey API. This patch | aa@chromium.org | 2009-01-17 | 6 | -6/+50 |
* | Add resource loading glue code for WebMediaPlayerDelegate | hclam@chromium.org | 2009-01-17 | 2 | -1/+32 |
* | Improve scrolling performance when there are many windowed plugins in a page. | jam@chromium.org | 2009-01-16 | 2 | -14/+3 |
* | Fixing a crash when plugin messages are sent to dialogs. | zork@google.com | 2009-01-16 | 1 | -0/+3 |
* | WaitableEvent is the replacement for Windows events. Previously in the code, ... | agl@chromium.org | 2009-01-15 | 5 | -18/+30 |
* | Updating so that Gears can spawn file selectors when running in the renderer ... | zork@google.com | 2009-01-13 | 3 | -6/+69 |
* | Refactor resource_bundle into a _win file. | evan@chromium.org | 2009-01-13 | 1 | -2/+2 |
* | Add more tests to unit_tests on Linux, and some platform cleanups. | phajdan.jr@chromium.org | 2009-01-12 | 1 | -20/+20 |
* | This is a rename of the term 'Greasemonkey' to 'user script' in Chromium. | aa@chromium.org | 2009-01-09 | 9 | -78/+78 |
* | remove chrome dependencies from win sandboxing headers. Wrap sandbox code to | pinkerton@google.com | 2009-01-09 | 1 | -2/+6 |
* | The popup for autofill is now never activated, even when clicked. | jcampan@chromium.org | 2009-01-09 | 6 | -16/+14 |
* | adding more grit love to other targets, updating scons files for things that ... | pinkerton@google.com | 2009-01-07 | 1 | -9/+1 |
* | Fix a leak in the RenderView tests. We were responsible for deleting the repl... | brettw@chromium.org | 2009-01-06 | 2 | -6/+7 |
* | Move plugins to FilePaths, some cleanup | avi@google.com | 2009-01-06 | 6 | -12/+15 |
* | Add using_generated_resources.scons to the build. This | tc@google.com | 2009-01-06 | 1 | -1/+1 |
* | Fix an uninitialized memory read that purify exposed. | brettw@chromium.org | 2009-01-05 | 1 | -6/+7 |
* | Some more GRIT refactoring. | tc@google.com | 2009-01-05 | 1 | -1/+1 |