summaryrefslogtreecommitdiffstats
path: root/chrome/browser/web_contents.h
Commit message (Expand)AuthorAgeFilesLines
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-3/+3
* Make the character encoding override work again. There are two other bugs wit...jungshik@google.com2008-10-221-1/+20
* Factor find in page out of WebContents and into the view, since it is almostbrettw@google.com2008-10-211-29/+5
* Move more platform-specific stuff from WebContents to the view.brettw@google.com2008-10-181-14/+14
* Remove throttling code from the Browser process and implement throttling in t...erg@google.com2008-10-171-0/+1
* 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-15/+1
* Rename RenderWidgetHostHWND to RenderWidgetHostViewWin for consistency with o...brettw@google.com2008-10-141-1/+0
* Move more view stuff out of WebContents. This moves context menus and infobrettw@google.com2008-10-141-23/+15
* This is the first pass at refactoring the interstitial page.jcampan@chromium.org2008-10-131-15/+10
* Start splitting out view-related stuff from WebContents into a new class WebC...brettw@google.com2008-10-101-60/+22
* Reorganize the declarations to have some grouping and logical ordering in tab...brettw@google.com2008-09-261-202/+175
* Move a bunch of stuff out of WebContents. I removed a bunch of render view ho...brettw@google.com2008-09-251-103/+9
* Fix bottom right resize corner flicker during size.joshia@google.com2008-09-231-0/+1
* Add support for "Add to dictionary" in the context menu.sidchat@google.com2008-09-171-0/+1
* Touchpad support for laptopsjoshia@google.com2008-09-161-0/+4
* This is almost a complete rewrite of DidNavigate and the associated Navigatio...brettw@google.com2008-09-141-22/+5
* Move the Save Page code to the browser/download/ directory.paulg@google.com2008-09-141-1/+1
* Revert the change that fixed the encoding when viewing source in subframes.brettw@google.com2008-09-121-9/+2
* Replace all instances of <hash_map> with a "base/hash_tabe.h",erg@google.com2008-09-081-5/+3
* Make a step on refactoring navigation. The eventual plan is to have the Navig...brettw@google.com2008-08-281-23/+5
* Adding a test to catch regressions where the Find box moves when you open and...finnur@google.com2008-08-281-2/+4
* Remove the profiling system. This wasn't being used and complicated some part...brettw@google.com2008-08-251-29/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* As Brett pointed it out, We normally use 8-bit for encoding names since they'...jnd@google.com2008-08-211-4/+4
* The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG...jnd@google.com2008-08-181-0/+7
* Code to facilitate sending message to external host.joshia@google.com2008-08-151-0/+2
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-8/+5
* Make the FindInPageController implement its own delegate interface forbrettw@google.com2008-08-141-6/+1
* Add a bit of plumbing to make it so Browser doesn't need to know about Render...ojan@google.com2008-08-121-0/+11
* Revert this CL. Breaks compile.ojan@google.com2008-08-121-11/+0
* Add a bit of plumbing just so Browser doesn't need to know about RenderViewHost.ojan@google.com2008-08-121-0/+11
* Move RenderViewHost management out of WebContents into a newbrettw@google.com2008-08-121-157/+82
* Add chrome to the repository.initial.commit2008-07-261-0/+898