| Commit message (Expand) | Author | Age | Files | Lines |
* | Review URL: http://codereview.chromium.org/14809 | jcampan@chromium.org | 2008-12-19 | 1 | -0/+3 |
* | Reverting 7149. | jcampan@chromium.org | 2008-12-17 | 1 | -3/+0 |
* | Revamp of the interstitial pages. | jcampan@chromium.org | 2008-12-17 | 1 | -0/+3 |
* | Replace some CRects with gfx::Rect | agl@chromium.org | 2008-12-17 | 1 | -4/+2 |
* | Fix regression with Find in page focus on trunk. | finnur@google.com | 2008-12-10 | 1 | -3/+3 |
* | Tear out all the old infobar code. | ben@chromium.org | 2008-12-03 | 1 | -40/+0 |
* | Attempted fix for some wheel/touchpad scrolling errors. | pkasting@chromium.org | 2008-11-26 | 1 | -1/+1 |
* | Rename Container->Widget | ben@chromium.org | 2008-11-21 | 1 | -2/+2 |
* | Discard CHAR events if their corresponding KEY_DOWN events triggered accelera... | pkasting@chromium.org | 2008-11-21 | 1 | -2/+14 |
* | Re-land this change: http://codereview.chromium.org/10967/show | ben@chromium.org | 2008-11-19 | 1 | -10/+6 |
* | Remove cf_html from webdropdata.h. This is windows | tc@google.com | 2008-11-19 | 1 | -2/+2 |
* | Rollback! Now with 25% more HWND. | ben@chromium.org | 2008-11-17 | 1 | -3/+10 |
* | Remove HWND from TabContents creation. | ben@chromium.org | 2008-11-17 | 1 | -10/+3 |
* | Rid most of the Browser object of HWND dependencies. | ben@chromium.org | 2008-11-14 | 1 | -3/+5 |
* | Landing this again as I cannot reproduce the perf regression locally. | jcampan@chromium.org | 2008-11-07 | 1 | -2/+5 |
* | Reverting the autofill popu CL as it creates perf regression. | jcampan@chromium.org | 2008-11-06 | 1 | -5/+2 |
* | This CL adds the autofill UI in forms. | jcampan@chromium.org | 2008-11-05 | 1 | -2/+5 |
* | Add the comment for why we detach plugin windows when the WebContents is | brettw@google.com | 2008-10-31 | 1 | -4/+15 |
* | Make it so the user can't drag javascript: links to the | tc@google.com | 2008-10-28 | 1 | -3/+20 |
* | Factor find in page out of WebContents and into the view, since it is almost | brettw@google.com | 2008-10-21 | 1 | -14/+108 |
* | Move more platform-specific stuff from WebContents to the view. | brettw@google.com | 2008-10-18 | 1 | -22/+49 |
* | Adds the anti-carpet bombing dialog. More specifically a new | sky@google.com | 2008-10-17 | 1 | -2/+8 |
* | Separate out most view creation from WebContents. This adds a new sub-delegat... | brettw@google.com | 2008-10-17 | 1 | -6/+98 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 1 | -3/+3 |
* | Make View::SetBounds take a const gfx::Rect& instead of a const CRect& | ben@chromium.org | 2008-10-16 | 1 | -1/+1 |
* | Rename ViewContainer to Container and HWNDViewContainer to ContainerWin. | ben@chromium.org | 2008-10-16 | 1 | -2/+2 |
* | Rename RenderWidgetHostHWND to RenderWidgetHostViewWin for consistency with o... | brettw@google.com | 2008-10-14 | 1 | -3/+3 |
* | Move more view stuff out of WebContents. This moves context menus and info | brettw@google.com | 2008-10-14 | 1 | -14/+88 |
* | Start splitting out view-related stuff from WebContents into a new class WebC... | brettw@google.com | 2008-10-10 | 1 | -0/+351 |