summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Fix issue 19081: Linux: Not able to switch input method correctly in web page...suzhe@chromium.org2009-08-263-18/+55
* Revert 24372 - Delay request loading until all user scripts that request depe...nick@chromium.org2009-08-262-13/+0
* Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS ...thestig@chromium.org2009-08-261-2/+14
* Delay request loading until all user scripts that request depends on are ready.mpcomplete@chromium.org2009-08-252-0/+13
* linux: new socket/plug code for windowed pluginspiman@chromium.org2009-08-257-54/+17
* Reverting 24220.yutak@chromium.org2009-08-251-14/+2
* Revert r24223. Storage test is not working.aa@chromium.org2009-08-251-11/+1
* Force databases and localstorage to be enabled extensions.aa@chromium.org2009-08-251-1/+11
* Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS ...thestig@chromium.org2009-08-251-2/+14
* Fix a leak in RenderWidgetHostViewCocoa and remove its suppressionstuartmorgan@chromium.org2009-08-241-1/+2
* Providing unplayed bytes in audio hardware bufferhclam@chromium.org2009-08-242-48/+12
* Retrofit the pre-existing appache message dispatching with the new WebKit API...michaeln@google.com2009-08-214-10/+11
* Send notice for blackisted non-visual resourcesidanan@chromium.org2009-08-213-0/+12
* If there's no actual window (for example, in some unit tests), don't try toamanda@chromium.org2009-08-212-5/+7
* Change backing store constructor so that it bases the CGLayer on the parentamanda@chromium.org2009-08-212-4/+12
* Remove include of IPC headers from headers they crept into. This slows down ...jam@chromium.org2009-08-203-3/+6
* Fix the crash if a download starts before we have the plugin list. The fix i...jam@chromium.org2009-08-192-11/+34
* Add automation call to wait for multiple navigations.phajdan.jr@chromium.org2009-08-191-10/+2
* Re-implement BackingStore on the Mac as a CGLayer instead of a Skia canvas,amanda@chromium.org2009-08-194-148/+115
* Revert "Add automation call to wait for multiple navigations."phajdan.jr@chromium.org2009-08-191-2/+10
* Add automation call to wait for multiple navigations.phajdan.jr@chromium.org2009-08-191-10/+2
* Move IDMap back to base/ where it is needed.phajdan.jr@chromium.org2009-08-191-1/+1
* Relands drop support:sky@chromium.org2009-08-191-1/+4
* Wait for the SafeBrowsing check to complete before followingpaul@chromium.org2009-08-182-4/+45
* Show or open downloaded items on the UI thread for Mac. This ispaul@chromium.org2009-08-181-3/+3
* Reverts recent patch as broke build on toolkit_views.sky@chromium.org2009-08-181-4/+1
* Adds drop support for views on gtk. As X lazily provides drop data Isky@chromium.org2009-08-181-1/+4
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-1/+1
* Remove ViewHostMsg_PluginMessage which was unused.brettw@chromium.org2009-08-182-40/+0
* Remove RenderProcessHost::size(). With Pawel's change, size() isn't necessarilybrettw@chromium.org2009-08-183-9/+1
* Remove an unused header from proxy_service.h.ericroman@google.com2009-08-181-0/+1
* cap the number of tabs in the backing store cacheerikkay@chromium.org2009-08-171-26/+46
* Cleaning up lines longer than 80 chars under src/chrome/browser. mark@chromium.org2009-08-172-4/+8
* Refactor IDMap to support safe removing of elements during iteration.phajdan.jr@chromium.org2009-08-176-41/+35
* Fix crash that could happen on shutdown if the ResourceMessageFilter tried to...jam@chromium.org2009-08-173-20/+48
* Fix reliability bot crashes after moving plugin loading to file thread.jam@chromium.org2009-08-152-5/+33
* Change breakpads on the helper processes to keep our rimZ clean.mark@chromium.org2009-08-151-7/+2
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-157-84/+176
* Reverting 23420. It caused a reliability regression.maruel@chromium.org2009-08-147-176/+84
* Implementation of getBackgroundPage(), getToolstrips(), andaa@chromium.org2009-08-143-1/+18
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-147-84/+176
* Linux: fix up use_system_{libxml,libxslt,sqlite3}agl@chromium.org2009-08-131-1/+6
* Implement http auth login dialog for OS X.thakis@chromium.org2009-08-131-3/+1
* Move IDMap from base/ to common/phajdan.jr@chromium.org2009-08-121-1/+1
* Initial version of the Seccomp sandbox. Imported from http://code.google.com/...markus@chromium.org2009-08-111-0/+1
* Revert 23064 - Ensure we don't load plugins on the IO threadsgk@google.com2009-08-117-159/+77
* Ensure we don't load plugins on the IO threadjam@chromium.org2009-08-117-77/+159
* AudioRendererHost send ViewMsg_AudioStreamStatehclam@chromium.org2009-08-113-48/+59
* Linux: Make SandboxIPCProcess not be a WebKitClientagl@chromium.org2009-08-111-112/+8
* Blocked Resource Responsesidanan@chromium.org2009-08-111-11/+45