summaryrefslogtreecommitdiffstats
path: root/chrome/browser/render_view_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Made changes to the JavaScript debugger in preparing for an upcomingsgjesse@google.com2008-08-291-6/+6
* Cleanup navigation_entry.h. I made the accessors consistent and in Google sty...brettw@google.com2008-08-271-4/+4
* Fix build break caused by some functions not ifdef CHROME_PERSONALIZATION'd out.ericcheng@google.com2008-08-261-2/+4
* Some more glue code for the personalization module.ericcheng@google.com2008-08-261-1/+8
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Code review changes. Incorporated all the suggestions from previous review. joshia@google.com2008-08-211-8/+13
* As Brett pointed it out, We normally use 8-bit for encoding names since they'...jnd@google.com2008-08-211-2/+2
* Added support for PostMessage from the automation framework toiyengar@google.com2008-08-151-0/+4
* Code to facilitate sending message to external host.joshia@google.com2008-08-151-0/+8
* Copy from http://chrome-reviews.prom.corp.google.com/1237 (new gcl changelist...timsteele@google.com2008-08-151-0/+19
* Make theme change notifications for the renderer originate from the RenderWid...beng@google.com2008-08-151-4/+0
* Make the FindInPageController implement its own delegate interface forbrettw@google.com2008-08-141-7/+14
* Use %ls instead of %s in wprintf format strings for wchar_t fields.mmentovai@google.com2008-08-141-1/+1
* Remove an invalid DCHECK. If we are closing the browser andojan@google.com2008-08-121-1/+0
* Don't terminate the process when a tab becomes unresponsive during ojan@google.com2008-08-111-5/+5
* This fixes http://b/issue?id=1257424, which is a need to implement a global b...iyengar@google.com2008-08-061-1/+1
* A bunch of cleanups to beforeunload/unload handling.ojan@google.com2008-08-021-37/+12
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-1/+1
* Adds exitcodes for the TerminateProcess calls on hung renderers. There are st...ojan@google.com2008-07-311-1/+2
* Fix hang detection when closing a tab to not fire when a modal dialog is open.ojan@google.com2008-07-291-0/+9
* Fix not closing the browser with hung, crashed and interstitial tabs. Adds a ...ojan@google.com2008-07-291-8/+38
* Add chrome to the repository.initial.commit2008-07-261-0/+1178