summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-117-7/+7
* Accessibility information from the renderer was not being returned to tools l...ananta@chromium.org2009-10-101-1/+4
* Implement chrome.extension.connectExternal and fix various API inconsistencies.mpcomplete@chromium.org2009-10-092-3/+7
* Remove comments and const_cast that is no longer necessary with the latest Skia.brettw@chromium.org2009-10-081-4/+1
* Add a ticks counter that tells you how idle is a render processcpu@chromium.org2009-10-083-0/+22
* Ensure that the plugin HWND doesn't disappear before the plugin gets NPP_SetW...jam@chromium.org2009-10-081-0/+25
* Display tcmalloc debug output from renderer processes in about:tcmalloc.sgk@chromium.org2009-10-082-0/+16
* Fix long tooltips flashing like crazy under Windows. darin@chromium.org2009-10-081-8/+8
* Linux: use SOCK_SEQPACKET rather than SOCK_DGRAMagl@chromium.org2009-10-072-2/+14
* Revert r28293.jhawkins@chromium.org2009-10-071-21/+5
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-074-10/+5
* Change detectLanguage() API to now return the top three languages as well the...sidchat@chromium.org2009-10-071-5/+21
* Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and adarin@chromium.org2009-10-072-6/+11
* Reap renderer processes following fast termination.estade@chromium.org2009-10-071-1/+14
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-063-4/+27
* Prevents a duplicate beforeunload dialog after window.close().creis@google.com2009-10-061-1/+3
* Implement --enable-web-sockets flag.ukai@chromium.org2009-10-061-0/+1
* Change flag "auto-spell-correct" to "experimental-spellchecker-features". I w...sidchat@chromium.org2009-10-051-1/+1
* Remove the RenderProcessHost from the list of renderer processes when we call...jam@chromium.org2009-10-051-1/+7
* More WebView / WebViewDelegate cleanup.darin@chromium.org2009-10-033-3/+3
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-033-7/+6
* Pass unhandled keyup messages coming in from the renderer to the underlying v...ananta@chromium.org2009-10-031-8/+1
* Add a Clear() function to MRUCache. This will be useful in my MemoryPurger c...pkasting@chromium.org2009-10-022-2/+13
* Convert users of RenderProcessHost iterator to all use same style. The key m...pkasting@chromium.org2009-10-022-3/+5
* Any time we are shutting down a tab, try to use fast shutdown.estade@chromium.org2009-10-025-12/+30
* Revert my attempt at cleaning up RenderViewHost::UnhandledKeyboardEvent in my...jam@chromium.org2009-10-021-2/+10
* Restore plumbing for the spelling panel on Mac.darin@chromium.org2009-10-022-0/+6
* Add Profile::DeleteSpellChecker(), which my MemoryPurger will use to purge th...pkasting@chromium.org2009-10-021-2/+3
* Don't send tab switching/killing/creating keyboard accelerators to pages. Th...jam@chromium.org2009-10-027-12/+35
* Add some debugging junk to ExtensionMessageService to track down a crash.mpcomplete@chromium.org2009-10-012-0/+10
* Do some cleanup of BrowserRenderProcessHost::Init to try to reduce thebrettw@chromium.org2009-10-012-141/+198
* Privacy Blacklist Unblockidanan@google.com2009-10-012-10/+22
* Stops the throbber from spinning if the user cancels a beforeunload dialog,creis@google.com2009-09-302-0/+14
* Remove all MemoryModel-related code, since we're unlikely to use it again. A...pkasting@chromium.org2009-09-301-15/+0
* Enable <video> using cachehclam@chromium.org2009-09-301-0/+1
* Remove some unused code.darin@chromium.org2009-09-302-6/+0
* Reverting 27389.darin@chromium.org2009-09-301-2/+2
* Revert r27589 that broke the treehclam@chromium.org2009-09-301-1/+0
* <video> use cache if --enable-byte-range-support is presenthclam@chromium.org2009-09-301-0/+1
* [Mac] Root the RenderWidgetHostView in the upper left, not the lower left. T...rohitrao@chromium.org2009-09-291-2/+9
* Remove old way of handling mixed content now that we have the new mixed contentabarth@chromium.org2009-09-291-6/+0
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-293-0/+12
* Retry r27137. Create renderers for ExtensionHosts one at a time to avoid bloc...mpcomplete@chromium.org2009-09-282-5/+18
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-2812-186/+32
* Implement about:ipc dialog for Mac.jrg@chromium.org2009-09-281-0/+8
* Revert 27397 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-283-12/+0
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-283-0/+12
* Reverting 27379, in hopes of fixing browser_tests.senorblanco@chromium.org2009-09-281-2/+2
* Assert that thread-safe reference counting is used withdarin@chromium.org2009-09-281-2/+2
* Revert 27324 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-263-12/+0