summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Plumbing load progress notifications to the TabContents.jcivelli@chromium.org2010-12-161-2/+2
* Change the "Disable outdated plug-ins" lab to block them instead.bauerb@chromium.org2010-12-164-8/+8
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-163-5/+5
* Attempt to fix the Save link crash which started occuring since the change to...ananta@chromium.org2010-12-164-11/+12
* Create a ResourceMessageFilter to filter resource related IPCs. This gets ri...jam@chromium.org2010-12-1515-512/+446
* Make PepperFileMessageFilter be a BrowserMessageFilter.jam@chromium.org2010-12-152-113/+30
* Handle download url list and binary hash list in safe browsing. Addedlzheng@chromium.org2010-12-152-5/+5
* Keep deinlining stuff.erg@google.com2010-12-152-5/+14
* Plumbing load progress notifications to the browser.jcivelli@chromium.org2010-12-153-0/+12
* Remove unnecessary header inclusion from chrome/browser/render_host/render_me...jknotten@chromium.org2010-12-151-1/+0
* Make SocketStreamDispatcherHost a BrowserMessageFilter.jam@chromium.org2010-12-157-186/+61
* seccomp: remove build-time flagsevan@chromium.org2010-12-151-3/+0
* Store HostContentSettingsMap separately from the profile in ResourceMessageFi...bauerb@chromium.org2010-12-152-5/+13
* Before starting translation reset cache in AutoFillManager. To call Reset() f...dhollowa@chromium.org2010-12-152-0/+12
* Client-based geolocation support.jknotten@chromium.org2010-12-143-10/+6
* Revert rev 69137 due to incorrect change log.jknotten@chromium.org2010-12-143-6/+10
* Merge branch 'GeolocationClientChange1' of ../../chromium-ro/src into issue-5...jknotten@chromium.org2010-12-143-10/+6
* Fix: include result_codes.hbryeung@google.com2010-12-141-0/+1
* Don't include ERR_ABORTED in net error histogramagl@chromium.org2010-12-141-1/+2
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-142-5/+5
* Cleanup: Remove unneeded includes of chrome/browser/cert_store.h and chrome/b...thestig@chromium.org2010-12-141-1/+0
* Revert 69088 - Before starting translation reset cache in AutoFillManager. To...dhollowa@chromium.org2010-12-142-12/+0
* Before starting translation reset cache in AutoFillManager. To call Reset() f...dhollowa@chromium.org2010-12-142-0/+12
* Rename the OS specific ResourceMessageFilter files as well.jam@chromium.org2010-12-143-0/+0
* Deinline even more destructors.erg@google.com2010-12-142-1/+5
* This adds some plumbing for propagating the status and error code of a render...gspencer@chromium.org2010-12-1419-34/+86
* Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act...jam@chromium.org2010-12-147-267/+265
* webkit: use string16 in ContextMenuParamsevan@chromium.org2010-12-141-0/+1
* [Linux] Workaround issue 45478: IME dysfunctional after BACKSPACEsuzhe@google.com2010-12-132-15/+38
* Make IndexedDBDispatcherHost be a message filter and move its messages into a...jam@chromium.org2010-12-133-13/+3
* Make DOMStorageDispatcherHost be a message filter (and rename it accordingly)...jam@chromium.org2010-12-133-16/+10
* Even more virtual method deinlining.erg@google.com2010-12-134-5/+17
* Cleanup: Remove unneeded browser_thread.h usage.thestig@chromium.org2010-12-133-3/+0
* touchui: Fix painting issues caused by the X message pump.sadrul@chromium.org2010-12-132-5/+11
* [gtk] tabcontents fade-out for instant.estade@chromium.org2010-12-1310-38/+106
* Make DatabaseDispatcherHost be a message filter so that ResourceMessageFilter...jam@chromium.org2010-12-136-516/+351
* Switch a bunch of remaining filters to derive from BrowserMessageFilters so t...jam@chromium.org2010-12-139-373/+197
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-133-7/+8
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-113-5/+5
* Cleanup: Remove needed #includes for profile.h.thestig@chromium.org2010-12-101-1/+0
* wstrings: make l10n_util::TruncateString use string16evan@chromium.org2010-12-101-4/+5
* Make BrowserMessageFilter support dispatching messages on different threads.jam@chromium.org2010-12-102-11/+9
* Send phishing model from the browser to the renderer.noelutz@google.com2010-12-092-2/+50
* This is a continuation of http://codereview.chromium.org/5519016/, adds a new...satish@chromium.org2010-12-094-6/+9
* Add a new GetInstance() method for singleton classes used in chrome/browser f...satish@chromium.org2010-12-094-4/+14
* ipc: Simplify the magic required to create IPC message headers.This gets rid ...jam@chromium.org2010-12-081-3/+3
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-088-84/+84
* Prerender: Add PrerenderManager and PrerenderContentscbentzel@chromium.org2010-12-083-2/+28
* Propagate is_editable_node in the FOCUS_CHANGED_IN_PAGE notification.bryeung@google.com2010-12-082-16/+2
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-081-4/+4