summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Render a "sad tab" on tab crash.willchan@chromium.org2009-05-061-2/+2
* Change chrome-ui to chrome. I didn't go too far in converting existing string...glen@chromium.org2009-05-062-9/+9
* Uncomment the crash checks in UITest::TearDown since CountFilesCreatedAfterevan@chromium.org2009-05-061-1/+3
* Move chrome_canvas to app/gfxben@chromium.org2009-05-062-2/+2
* Add --simple-data-source which uses simplified media resource loading.scherkus@chromium.org2009-05-061-0/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-2/+2
* Plumb the creator URL for popups up to the browser. We don't yet use this fo...pkasting@chromium.org2009-05-053-5/+10
* Don't start the throbber when loading javascript URLs. This fixes abrettw@chromium.org2009-05-052-5/+13
* Get rid of the ClipboardService class and header... it is nothing but a shell...ben@chromium.org2009-05-053-20/+17
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-052-2/+2
* Add a RENDERER_PROCESS_CLOSED notification that gets sent when we close thempcomplete@google.com2009-05-051-5/+6
* Linux: show the correct cursor when the render view regains focus.estade@chromium.org2009-05-051-1/+2
* Fix bug 9812: Remove current RSS code in favor of new more generalizedfinnur@chromium.org2009-05-043-14/+0
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-0414-59/+59
* Yet more deprecation of the wstring version of PathService::Get() for UI tests.thestig@chromium.org2009-05-021-2/+2
* This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...jungshik@google.com2009-05-011-0/+2
* POSIX: Add a macro for handling EINTR.agl@chromium.org2009-05-011-2/+3
* Run workers in separate processes.jam@chromium.org2009-05-011-2/+6
* Pass down the opener tab when a message channel is opened to an extension.mpcomplete@google.com2009-05-014-20/+19
* Measure IPC latency for audiohclam@chromium.org2009-05-011-5/+32
* Only send events to renderers that are listening to an event.Notify browser w...erikkay@google.com2009-05-013-0/+24
* Linux: terminate clipboard handling on the UI thread.agl@chromium.org2009-05-013-27/+141
* Fix issue 11006 - any plugin process started by InProcessBrowserTest wastim@chromium.org2009-04-301-1/+1
* Refactor ExtensionView to support a UI-less extension instance.mpcomplete@google.com2009-04-293-8/+14
* Second attempt at cleaning up handling of --disable-popup-blocking. I didn't...pkasting@chromium.org2009-04-291-1/+0
* Revert "Instead of passing down a switch to the renderer, storing a member, e...evan@chromium.org2009-04-291-0/+1
* Instead of passing down a switch to the renderer, storing a member, etc., jus...pkasting@chromium.org2009-04-291-1/+0
* Style fixes for previous review:paul@chromium.org2009-04-281-6/+7
* Synchronously update the loading state when a load starts so that the UI willbrettw@chromium.org2009-04-283-12/+22
* Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...rafaelw@chromium.org2009-04-282-2/+14
* POSIX: don't spawn zombies.agl@chromium.org2009-04-281-2/+13
* Fix a popup menu offset bug.paul@chromium.org2009-04-271-1/+3
* Add quarantine metadata to downloads on the Mac. Patch by Stuart Morganmark@chromium.org2009-04-271-0/+1
* Adds --no-audio, which replaces the audio IPC layer with a mock audio device.scherkus@chromium.org2009-04-271-1/+2
* Fix sudden termination after the latest WebKit merge.jam@chromium.org2009-04-257-45/+49
* Revert "POSIX: Don't spawn zombies." (r14488)agl@chromium.org2009-04-241-13/+2
* POSIX: Don't spawn zombies.agl@chromium.org2009-04-241-2/+13
* Pass the ExtensionID to the ExtensionFunctionDispatcher.finnur@chromium.org2009-04-242-4/+12
* Implement HTML selects as native Cocoa controls for Chrome.paul@chromium.org2009-04-246-3/+84
* Linux: fix root window co-ordinates.agl@chromium.org2009-04-241-2/+2
* Chrome side of using WebPluginListBuilder.darin@chromium.org2009-04-241-1/+1
* Linux: stop popups from flickeringagl@chromium.org2009-04-241-1/+1
* Linux: use opaque NativeViewIdsagl@chromium.org2009-04-241-25/+38
* Remove unused bits and pieces of #ifdefed code that isn't used.tim@chromium.org2009-04-243-55/+0
* Add transparency support to RenderWidgetHostView.aa@chromium.org2009-04-234-9/+111
* linux (and some posix): multiprocess plugins compiling.evan@chromium.org2009-04-231-1/+3
* Arrange so ExtensionMessageService::RendererReady is called on the IO thread.mpcomplete@google.com2009-04-231-2/+12
* Don't send resize messages until the renderer has been initialized.evan@chromium.org2009-04-225-20/+20
* Revert "Don't send resize messages until the renderer has been initialized."evan@chromium.org2009-04-224-19/+20