| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Refactor the render widget unittest so it can be reused to create a render view | brettw@chromium.org | 2009-01-05 | 9 | -191/+516 |
* | Adjusting the name of a function to make it more descriptive. | avi@google.com | 2008-12-30 | 2 | -2/+2 |
* | Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda... | evanm@google.com | 2008-12-26 | 1 | -1/+1 |
* | Changed DomAutomationController to use UTF-8 strings. | scherkus@chromium.org | 2008-12-20 | 1 | -1/+1 |
* | Reverting 7306 to reapply 7296. It wasn't its fault. | maruel@chromium.org | 2008-12-19 | 1 | -0/+1 |
* | Dummy checkin to force a build. NO CODE CHANGE. | maruel@chromium.org | 2008-12-19 | 1 | -1/+0 |
* | Initial generation of native Visual Studio solution files | sgk@google.com | 2008-12-19 | 1 | -0/+6 |
* | Make the global render thread object a regular global object rather than a | brettw@google.com | 2008-12-18 | 8 | -61/+51 |
* | Convert from using env['PLATFORM'] directly to using the more flexible | sgk@google.com | 2008-12-18 | 1 | -4/+4 |
* | Bridge out media player from MediaPlayerPrivate. | hclam@chromium.org | 2008-12-18 | 7 | -1/+223 |