summaryrefslogtreecommitdiffstats
path: root/chrome/browser/render_view_host.h
Commit message (Expand)AuthorAgeFilesLines
* WaitableEvent is the replacement for Windows events. Previously in the code, ...agl@chromium.org2009-01-151-4/+8
* Updating so that Gears can spawn file selectors when running in the renderer ...zork@google.com2009-01-131-1/+8
* On exit do not terminate renderers hosted in external tabsjoshia@google.com2009-01-121-0/+3
* The popup for autofill is now never activated, even when clicked.jcampan@chromium.org2009-01-091-1/+1
* Add "Enable spell check for this field" menu option in sub context menu for c...sidchat@google.com2008-12-151-0/+1
* Remove the URL and title from the state getting functions and IPC messages.brettw@google.com2008-12-021-2/+0
* Fix window.open()/window.close() regression by disabling window.close() until...erg@google.com2008-12-011-0/+4
* Review URL: http://codereview.chromium.org/10005petersont@google.com2008-11-111-0/+6
* Review URL: http://codereview.chromium.org/10237petersont@google.com2008-11-081-6/+0
* Entries in a form get recorded when the user submits the form. Database and ...petersont@google.com2008-11-081-0/+6
* Landing this again as I cannot reproduce the perf regression locally.jcampan@chromium.org2008-11-071-2/+5
* Continue with crosssite navigations if alerts are suppressedojan@google.com2008-11-071-0/+2
* Reverting the autofill popu CL as it creates perf regression.jcampan@chromium.org2008-11-061-5/+2
* Bandaid patch so that we continue with crosssite navigations instead of clos...ojan@google.com2008-11-061-1/+13
* Added functions to WebDatabase and WebDataService for recording frequent entr...petersont@google.com2008-11-051-0/+2
* This CL adds the autofill UI in forms.jcampan@chromium.org2008-11-051-2/+5
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-271-1/+2
* Make the character encoding override work again. There are two other bugs wit...jungshik@google.com2008-10-221-2/+2
* Remove throttling code from the Browser process and implement throttling in t...erg@google.com2008-10-171-1/+4
* Adds the anti-carpet bombing dialog. More specifically a newsky@google.com2008-10-171-0/+1
* Separate out most view creation from WebContents. This adds a new sub-delegat...brettw@google.com2008-10-171-1/+1
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-1/+1
* Rename various text zoom related stuff to be more generic, since we now canbrettw@google.com2008-10-141-6/+3
* Move a bunch of stuff out of WebContents. I removed a bunch of render view ho...brettw@google.com2008-09-251-10/+2
* Add support for "Add to dictionary" in the context menu.sidchat@google.com2008-09-171-0/+1
* Revert the change that fixed the encoding when viewing source in subframes.brettw@google.com2008-09-121-2/+2
* Made changes to the JavaScript debugger in preparing for an upcomingsgjesse@google.com2008-08-291-4/+5
* Fix build break caused by some functions not ifdef CHROME_PERSONALIZATION'd out.ericcheng@google.com2008-08-261-8/+8
* Some more glue code for the personalization module.ericcheng@google.com2008-08-261-0/+4
* 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-5/+13
* As Brett pointed it out, We normally use 8-bit for encoding names since they'...jnd@google.com2008-08-211-2/+2
* Fix build break.iyengar@google.com2008-08-151-0/+4
* Code to facilitate sending message to external host.joshia@google.com2008-08-151-0/+2
* Copy from http://chrome-reviews.prom.corp.google.com/1237 (new gcl changelist...timsteele@google.com2008-08-151-0/+17
* Make theme change notifications for the renderer originate from the RenderWid...beng@google.com2008-08-151-3/+0
* Make the FindInPageController implement its own delegate interface forbrettw@google.com2008-08-141-8/+1
* A bunch of cleanups to beforeunload/unload handling.ojan@google.com2008-08-021-7/+5
* Fix not closing the browser with hung, crashed and interstitial tabs. Adds a ...ojan@google.com2008-07-291-1/+5
* Add chrome to the repository.initial.commit2008-07-261-0/+587