| Commit message (Expand) | Author | Age | Files | Lines |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 3 | -5/+5 |
* | move chrome_font to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 3 | -3/+3 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 2 | -2/+2 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 4 | -4/+4 |
* | Undo part of brettw's WebContents refactor that removed TabContentsDelegate | mpcomplete@google.com | 2009-05-04 | 1 | -2/+1 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -5/+5 |
* | roll back r15177 | ben@chromium.org | 2009-05-04 | 3 | -3/+0 |
* | Reverting 15182. | ben@chromium.org | 2009-05-04 | 2 | -47/+47 |
* | Bustage fix: | ben@chromium.org | 2009-05-04 | 2 | -47/+47 |
* | Extract all views resources into: | ben@chromium.org | 2009-05-04 | 3 | -0/+3 |
* | Add a title to the "download in progress" dialog. | abarth@chromium.org | 2009-05-01 | 1 | -0/+4 |
* | Adds a GetWindow method to View. | ben@chromium.org | 2009-04-30 | 1 | -2/+1 |
* | Don't show popups before tabs have been added. Instead, prevent the BrowserVi... | ben@chromium.org | 2009-04-30 | 1 | -5/+6 |
* | Make "Reopen closed tab" be "Reopen closed window" when a window is the top i... | pkasting@chromium.org | 2009-04-29 | 1 | -3/+12 |
* | Removes the use of Windows-specific types for accessibility roles and states ... | klink@chromium.org | 2009-04-28 | 2 | -5/+4 |
* | Remove the unwanted code snippet that was removed by Tim, but | munjal@chromium.org | 2009-04-27 | 1 | -12/+0 |
* | Don't allow the browser window to be resized so small that layout starts brea... | pkasting@chromium.org | 2009-04-27 | 4 | -63/+170 |
* | Remove unused bits and pieces of #ifdefed code that isn't used. | tim@chromium.org | 2009-04-24 | 2 | -46/+1 |
* | Reverting r14276 (http://codereview.chromium.org/88069) which causes unit tes... | robertshield@google.com | 2009-04-23 | 4 | -158/+63 |
* | Don't allow the browser window to be resized so small that layout starts brea... | pkasting@chromium.org | 2009-04-23 | 4 | -63/+158 |
* | Remove unused implementation of TabContentsDelegate in HtmlDialogView. | stoyan@chromium.org | 2009-04-22 | 1 | -2/+1 |
* | Reland r14146 which refactors DialogButton into cross platform | tc@google.com | 2009-04-21 | 1 | -4/+5 |
* | 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 |
* | Rename web_contents_view* files to tab_contents_view* to reflect my previous | brettw@chromium.org | 2009-04-21 | 1 | -1/+1 |
* | Re-land my change to clean up TabContents/WebContents ownership. This | brettw@chromium.org | 2009-04-20 | 1 | -2/+2 |
* | Reverting 14005. | brettw@chromium.org | 2009-04-18 | 1 | -2/+2 |
* | Fix the ownership model of TabContents and NavigationController. Previously the | brettw@chromium.org | 2009-04-18 | 1 | -2/+2 |
* | Reorganize fullscreen mode handling. Now nearly everything is in WindowWin. ... | pkasting@chromium.org | 2009-04-17 | 5 | -133/+60 |
* | Make Browser::set_window defined all the time, and adds the ability to | sky@chromium.org | 2009-04-16 | 2 | -0/+13 |
* | Remove TabContnetsType from everywhere. | brettw@chromium.org | 2009-04-15 | 1 | -5/+3 |
* | Use tab to group "Show saved passwords" and "Exceptions" | hclam@chromium.org | 2009-04-15 | 1 | -2/+2 |
* | For some Indian locales, the automatic font fallback by Windows UI components... | jungshik@google.com | 2009-04-15 | 2 | -7/+8 |
* | Fix regression I introduced where Stop/Go button would toggle state instantly... | pkasting@chromium.org | 2009-04-15 | 2 | -3/+3 |
* | Don't reserve space for an auto-hide taskbar that's not always-on-top. Windo... | pkasting@chromium.org | 2009-04-14 | 1 | -4/+4 |
* | Fix status bubble shadow being opaque, which made the bubble appear to be off... | pkasting@chromium.org | 2009-04-14 | 1 | -3/+1 |
* | The dialog delegate for the in-progress download warning was deleted twice. I... | jcampan@chromium.org | 2009-04-10 | 1 | -5/+3 |
* | This CL adds a confirmation box when closing the browser with in-progress dow... | jcampan@chromium.org | 2009-04-09 | 2 | -0/+77 |
* | Distributor logo and " - App Name" shouldn't be shown on app frame windows. | ben@chromium.org | 2009-04-08 | 3 | -4/+12 |
* | Added restore and add tab to the system menu so that these operations | idanan@chromium.org | 2009-04-08 | 1 | -3/+12 |
* | Moving the Find bar ownership to the Browser object for portability and testa... | finnur@chromium.org | 2009-04-05 | 2 | -51/+10 |
* | Move HTML dialogs out of their own tab contents type. Moved functions to new | brettw@chromium.org | 2009-04-03 | 2 | -2/+3 |
* | Fix distributor logo placement on glass frame when window is restored from fu... | ben@chromium.org | 2009-04-01 | 2 | -0/+10 |
* | This CL fix issue 5724 - RTL: Windows context menu with Alt+Space Bar should ... | xji@chromium.org | 2009-03-27 | 1 | -1/+2 |
* | Create cross-platform NativeButton2 class that wraps a NativeButtonWin.Once I... | ben@chromium.org | 2009-03-19 | 1 | -1/+1 |
* | Remove BrowserWindow::Init(). | estade@chromium.org | 2009-03-18 | 2 | -52/+54 |
* | Mac bookmark work. | jrg@chromium.org | 2009-03-18 | 1 | -1/+2 |
* | Move controls into their own dir under chrome/views/controls | ben@chromium.org | 2009-03-17 | 5 | -6/+6 |
* | Move windowing related objects into chrome/views/window subdir. | ben@chromium.org | 2009-03-17 | 8 | -11/+11 |