summaryrefslogtreecommitdiffstats
path: root/chrome/browser/web_contents_view_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Tear out all the old infobar code.ben@chromium.org2008-12-031-40/+0
* Attempted fix for some wheel/touchpad scrolling errors.pkasting@chromium.org2008-11-261-1/+1
* Rename Container->Widgetben@chromium.org2008-11-211-2/+2
* Discard CHAR events if their corresponding KEY_DOWN events triggered accelera...pkasting@chromium.org2008-11-211-2/+14
* Re-land this change: http://codereview.chromium.org/10967/showben@chromium.org2008-11-191-10/+6
* Remove cf_html from webdropdata.h. This is windowstc@google.com2008-11-191-2/+2
* Rollback! Now with 25% more HWND.ben@chromium.org2008-11-171-3/+10
* Remove HWND from TabContents creation. ben@chromium.org2008-11-171-10/+3
* Rid most of the Browser object of HWND dependencies.ben@chromium.org2008-11-141-3/+5
* 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