summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* 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
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-263-0/+12
* Update our mixed content state with information from the new mixed contentabarth@chromium.org2009-09-261-0/+8
* Revert 27315 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-263-12/+0
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-263-0/+12
* Add LOG(INFO) debug output to help track down extension browsertest flakinessrafaelw@chromium.org2009-09-251-0/+4
* Plumb the new mixed content API callbacks to the tab contents. We'll actuallyabarth@chromium.org2009-09-253-0/+16
* Adds three new off-by-default columns to the task manager to track WebCore ca...jamesr@chromium.org2009-09-252-0/+17
* Coverity: Initialize read_buffer_size_ in the constructor.jhawkins@chromium.org2009-09-251-3/+5
* Allow the initial size of TabContentViews to be based on thetony@chromium.org2009-09-252-1/+2
* Calculate whiteout duration on linux (the time we draw greentony@chromium.org2009-09-252-0/+17
* A follow-up change for r26694.hbono@chromium.org2009-09-251-2/+4
* Implemented upload progress indicator in status bar.darin@chromium.org2009-09-255-17/+55
* Add a DCHECK to get more info about flaky NPAPIVisiblePluginTester failures.phajdan.jr@chromium.org2009-09-241-0/+1
* Crash the renderer not the browser when we see a storage area ID or namespace IDjorlow@chromium.org2009-09-242-4/+3
* Let cmd-f/cmd-g use the findboard.thakis@chromium.org2009-09-231-4/+17
* Add more view ids and gtk widget names to so gtkparasite istony@chromium.org2009-09-231-1/+1
* Fix an off by 1 error in the Linux Breakpad guid.thestig@chromium.org2009-09-231-0/+3
* Be sure to initialize AppCacheDispatcherHost on the IO thread.michaeln@google.com2009-09-231-1/+5
* Refactor the DB code to make it accessible from test_shell.dumi@chromium.org2009-09-221-207/+29