summaryrefslogtreecommitdiffstats
path: root/chrome/browser/web_contents_view_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Landing this again as I cannot reproduce the perf regression locally.jcampan@chromium.org2008-11-071-2/+5
* Reverting the autofill popu CL as it creates perf regression.jcampan@chromium.org2008-11-061-5/+2
* This CL adds the autofill UI in forms.jcampan@chromium.org2008-11-051-2/+5
* Add the comment for why we detach plugin windows when the WebContents isbrettw@google.com2008-10-311-4/+15
* Make it so the user can't drag javascript: links to thetc@google.com2008-10-281-3/+20
* Factor find in page out of WebContents and into the view, since it is almostbrettw@google.com2008-10-211-14/+108
* Move more platform-specific stuff from WebContents to the view.brettw@google.com2008-10-181-22/+49
* Adds the anti-carpet bombing dialog. More specifically a newsky@google.com2008-10-171-2/+8
* Separate out most view creation from WebContents. This adds a new sub-delegat...brettw@google.com2008-10-171-6/+98
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-3/+3
* Make View::SetBounds take a const gfx::Rect& instead of a const CRect&ben@chromium.org2008-10-161-1/+1
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-161-2/+2
* Rename RenderWidgetHostHWND to RenderWidgetHostViewWin for consistency with o...brettw@google.com2008-10-141-3/+3
* Move more view stuff out of WebContents. This moves context menus and infobrettw@google.com2008-10-141-14/+88
* Start splitting out view-related stuff from WebContents into a new class WebC...brettw@google.com2008-10-101-0/+351