summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* MAC: build fixagl@chromium.org2009-01-271-0/+4
* POSIX: gfx::NativeViewId and CrossProcessEventagl@chromium.org2009-01-278-58/+36
* render_* work.jrg@chromium.org2009-01-275-7/+116
* Fixes my accidental check-in of renderer.vcproj with CRLF endings.scherkus@chromium.org2009-01-271-343/+343
* Revert "Make render_view_host compile on Mac & Linux, add to the build."agl@chromium.org2009-01-261-4/+3
* Fix the build.brettw@chromium.org2009-01-261-3/+4
* Link Doctor is expecting the query param connectionfailure, nottc@google.com2009-01-261-1/+1
* Added media/base to chrome/renderer/DEPS.scherkus@chromium.org2009-01-261-0/+1
* Checking in stubbed out ChromeMediaPlayer filter implementations.scherkus@chromium.org2009-01-269-315/+556
* POSIX: get bits of renderer_glue compilingagl@chromium.org2009-01-233-22/+36
* POSIX: Porting renderer/render_view.cc, low hanging fruitagl@chromium.org2009-01-222-20/+150
* Linux: don't want to build render_process till ph_ submits his DNS patchagl@chromium.org2009-01-221-0/+1
* POSIX: Porting renderer/render_process.cc, low hanging fruitagl@chromium.org2009-01-225-17/+33
* POSIX: Get render_process_host to build.agl@chromium.org2009-01-222-3/+1
* * Revert "POSIX: Get render_process_host to build."agl@chromium.org2009-01-212-6/+3
* Build fix: release builds seemed to breakagl@chromium.org2009-01-211-0/+6
* POSIX: Get render_process_host to build.agl@chromium.org2009-01-211-3/+0
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-214-6/+6
* TBR: Fix error line numbers.aa@chromium.org2009-01-201-3/+5
* Factor out the message sink from MockRenderThread to a separate class. I will bebrettw@chromium.org2009-01-173-88/+14
* Generate all chrome .vcproj files:sgk@google.com2009-01-171-18/+98
* Move parsing of metadata header into browser process. This is a prerequisiteaa@chromium.org2009-01-173-129/+40
* missing file from r8247aa@chromium.org2009-01-171-0/+47
* First pass as implementing the greasemonkey API. This patchaa@chromium.org2009-01-176-6/+50
* Add resource loading glue code for WebMediaPlayerDelegatehclam@chromium.org2009-01-172-1/+32
* Improve scrolling performance when there are many windowed plugins in a page.jam@chromium.org2009-01-162-14/+3
* Fixing a crash when plugin messages are sent to dialogs.zork@google.com2009-01-161-0/+3
* WaitableEvent is the replacement for Windows events. Previously in the code, ...agl@chromium.org2009-01-155-18/+30
* Updating so that Gears can spawn file selectors when running in the renderer ...zork@google.com2009-01-133-6/+69
* Refactor resource_bundle into a _win file.evan@chromium.org2009-01-131-2/+2
* Add more tests to unit_tests on Linux, and some platform cleanups.phajdan.jr@chromium.org2009-01-121-20/+20
* This is a rename of the term 'Greasemonkey' to 'user script' in Chromium.aa@chromium.org2009-01-099-78/+78
* remove chrome dependencies from win sandboxing headers. Wrap sandbox code topinkerton@google.com2009-01-091-2/+6
* The popup for autofill is now never activated, even when clicked.jcampan@chromium.org2009-01-096-16/+14
* adding more grit love to other targets, updating scons files for things that ...pinkerton@google.com2009-01-071-9/+1
* Fix a leak in the RenderView tests. We were responsible for deleting the repl...brettw@chromium.org2009-01-062-6/+7
* Move plugins to FilePaths, some cleanupavi@google.com2009-01-066-12/+15
* Add using_generated_resources.scons to the build. Thistc@google.com2009-01-061-1/+1
* Fix an uninitialized memory read that purify exposed.brettw@chromium.org2009-01-051-6/+7
* Some more GRIT refactoring.tc@google.com2009-01-051-1/+1
* Refactor the render widget unittest so it can be reused to create a render viewbrettw@chromium.org2009-01-059-191/+516
* Adjusting the name of a function to make it more descriptive.avi@google.com2008-12-302-2/+2
* Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda...evanm@google.com2008-12-261-1/+1
* Changed DomAutomationController to use UTF-8 strings.scherkus@chromium.org2008-12-201-1/+1
* Reverting 7306 to reapply 7296. It wasn't its fault.maruel@chromium.org2008-12-191-0/+1
* Dummy checkin to force a build. NO CODE CHANGE.maruel@chromium.org2008-12-191-1/+0
* Initial generation of native Visual Studio solution filessgk@google.com2008-12-191-0/+6
* Make the global render thread object a regular global object rather than abrettw@google.com2008-12-188-61/+51
* Convert from using env['PLATFORM'] directly to using the more flexiblesgk@google.com2008-12-181-4/+4
* Bridge out media player from MediaPlayerPrivate.hclam@chromium.org2008-12-187-1/+223