summaryrefslogtreecommitdiffstats
path: root/chrome/browser/web_contents_view.h
Commit message (Expand)AuthorAgeFilesLines
* Attempt at fixing crash in WebContents::ShowWidget. I suspect this issky@google.com2008-11-251-0/+4
* Re-land this change: http://codereview.chromium.org/10967/showben@chromium.org2008-11-191-2/+1
* Rollback! Now with 25% more HWND.ben@chromium.org2008-11-171-1/+2
* Remove HWND from TabContents creation. ben@chromium.org2008-11-171-2/+1
* Landing this again as I cannot reproduce the perf regression locally.jcampan@chromium.org2008-11-071-2/+4
* Reverting the autofill popu CL as it creates perf regression.jcampan@chromium.org2008-11-061-4/+2
* This CL adds the autofill UI in forms.jcampan@chromium.org2008-11-051-2/+4
* Factor find in page out of WebContents and into the view, since it is almostbrettw@google.com2008-10-211-2/+59
* Move more platform-specific stuff from WebContents to the view.brettw@google.com2008-10-181-22/+16
* Separate out most view creation from WebContents. This adds a new sub-delegat...brettw@google.com2008-10-171-6/+53
* Rename RenderWidgetHostHWND to RenderWidgetHostViewWin for consistency with o...brettw@google.com2008-10-141-2/+4
* Fix the build by including string.brettw@google.com2008-10-141-0/+2
* Move more view stuff out of WebContents. This moves context menus and infobrettw@google.com2008-10-141-0/+22
* Start splitting out view-related stuff from WebContents into a new class WebC...brettw@google.com2008-10-101-0/+84