| Commit message (Expand) | Author | Age | Files | Lines |
* | Use TabContents::GetDefaultTitle() everywhere we need a title for an untitled... | pkasting@chromium.org | 2010-02-12 | 1 | -3/+3 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2010-02-09 | 1 | -3/+5 |
* | Replaced HungRendererDialog class with hung_renderer_dialog namespace. | akalin@chromium.org | 2009-11-20 | 1 | -3/+7 |
* | Small clean-up to not expose base::Process from RenderProcesHost, and instead... | jam@chromium.org | 2009-11-13 | 1 | -2/+1 |
* | Fix 9867: Activating the previous/next buttons with the keyboard in the find ... | finnur@chromium.org | 2009-09-03 | 1 | -2/+3 |
* | Move TableModel out of views/ and into app/. | estade@chromium.org | 2009-06-16 | 1 | -5/+5 |
* | Split out the views table functions into separate header files. Many users only | brettw@chromium.org | 2009-05-31 | 1 | -0/+1 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 1 | -1/+1 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-14 | 1 | -6/+6 |
* | Revert 15965. I wasn't supposed to check that in since it still doesn't compi... | maruel@chromium.org | 2009-05-13 | 1 | -6/+6 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-13 | 1 | -6/+6 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Add PreferredSizeChanged() to View to allow subviews to notify their parents ... | erikkay@google.com | 2009-05-08 | 1 | -1/+1 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -8/+8 |
* | Refactor view from methods to show hung renderer dialog. | tc@google.com | 2009-05-06 | 1 | -46/+51 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 1 | -1/+0 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -27/+27 |
* | Reland r14146 which refactors DialogButton into cross platform | tc@google.com | 2009-04-21 | 1 | -4/+4 |
* | Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform" | tc@google.com | 2009-04-21 | 1 | -4/+4 |
* | Refactor DialogDelegate so the DialogButton enum is in cross platform | tc@google.com | 2009-04-21 | 1 | -4/+4 |
* | The death knell for the old native buttons, checkboxes and radio buttons. | ben@chromium.org | 2009-03-23 | 1 | -7/+6 |
* | Move controls into their own dir under chrome/views/controls | ben@chromium.org | 2009-03-17 | 1 | -4/+4 |
* | bustage fix - file moved | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | bustage fix - file moved | ben@chromium.org | 2009-03-17 | 1 | -2/+2 |
* | Rename Window->WindowWin | ben@chromium.org | 2009-03-14 | 1 | -3/+2 |
* | rollback again | ben@chromium.org | 2009-03-14 | 1 | -2/+3 |
* | Rename Window->WindowWin | ben@chromium.org | 2009-03-14 | 1 | -3/+2 |
* | revert | ben@chromium.org | 2009-03-13 | 1 | -2/+3 |
* | Rename Window->WindowWin | ben@chromium.org | 2009-03-13 | 1 | -3/+2 |
* | Make Widget return a gfx::NativeView instead of a HWND. | ben@chromium.org | 2009-03-12 | 1 | -1/+1 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -2/+2 |
* | Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs | brettw@chromium.org | 2009-03-04 | 1 | -1/+1 |
* | Move chrome/apps/result_codes.h to chrome/common/result_codes.h | thestig@chromium.org | 2009-03-03 | 1 | -2/+1 |
* | Support DWM switching. | ben@chromium.org | 2009-03-03 | 1 | -1/+1 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -4/+3 |
* | Second try of landing chrome_resources project. Changes from last time: | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Revert "Create a chrome_resources.vcproj that holds grd files that hold" | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Create a chrome_resources.vcproj that holds grd files that hold | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ... | avi@chromium.org | 2009-02-10 | 1 | -2/+2 |
* | Try reverting r9409 to see if it fixes crashes on chromebot. | kuchhal@chromium.org | 2009-02-10 | 1 | -2/+2 |
* | Switch from HWNDs to NativeViews. | avi@chromium.org | 2009-02-09 | 1 | -2/+2 |
* | Two things: | ben@chromium.org | 2009-01-24 | 1 | -0/+1 |
* | =================================================== | xji@chromium.org | 2009-01-23 | 1 | -0/+4 |
* | Move files out of browser and into either renderer_host or tab_contents. | brettw@chromium.org | 2009-01-22 | 1 | -1/+1 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 1 | -1/+1 |
* | Fix broken browser_views on Windows. | phajdan.jr@chromium.org | 2009-01-08 | 1 | -0/+1 |
* | Replace some CRects with gfx::Rect | agl@chromium.org | 2008-12-17 | 1 | -4/+4 |
* | Rename Container->Widget | ben@chromium.org | 2008-11-21 | 1 | -1/+1 |