| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce accesskeys for Chrome menus. | mhm@chromium.org | 2009-08-26 | 1 | -0/+8 |
* | Bookmark STAR bubble. | jrg@chromium.org | 2009-08-20 | 1 | -1/+2 |
* | Implement the quit dialog on Mac displayed when the user has in progress | paul@chromium.org | 2009-08-03 | 1 | -2/+3 |
* | Landing Thiago Farina's CL. | jcampan@chromium.org | 2009-07-29 | 1 | -1/+1 |
* | Remove unused code | thakis@chromium.org | 2009-07-28 | 1 | -2/+1 |
* | Fix GTK/Mac builds. | ben@chromium.org | 2009-07-21 | 1 | -3/+2 |
* | Fix misleading name and comment of Browser::GetCurrentPageTitle. | phajdan.jr@chromium.org | 2009-07-20 | 1 | -1/+1 |
* | Relanding the the refactoring the page info to have a model. | jcampan@chromium.org | 2009-07-19 | 1 | -0/+9 |
* | Reverting 21032. | jcampan@chromium.org | 2009-07-18 | 1 | -9/+0 |
* | Refactoring the page info to have a model.BUG=NoneTEST=Make sure clicking the... | jcampan@chromium.org | 2009-07-18 | 1 | -0/+9 |
* | DevTools: Focus docked DevTools window on breakpoint. | pfeldman@chromium.org | 2009-07-14 | 1 | -0/+4 |
* | Initial support for theming on Mac OS X. | avi@chromium.org | 2009-07-13 | 1 | -1/+1 |
* | fix mac compile bustage - use a different string conversion function for GetC... | ben@chromium.org | 2009-07-10 | 1 | -1/+1 |
* | DevTools: Add docked pane into the browser view. | pfeldman@chromium.org | 2009-07-01 | 1 | -0/+4 |
* | Mac fullscreen mode (with pkasting). | jrg@chromium.org | 2009-06-29 | 1 | -3/+2 |
* | Rejiggers the keyword editor so that the UI is independent of the model rathe... | ben@chromium.org | 2009-06-23 | 1 | -0/+6 |
* | Reorganize the way the task manager is constructed. | ben@chromium.org | 2009-06-22 | 1 | -0/+4 |
* | Initial download shelf on OS X. | thakis@chromium.org | 2009-06-18 | 1 | -6/+4 |
* | Changing the focus manager to not subclass HWNDs (but for the top-windows).Co... | jcampan@chromium.org | 2009-06-12 | 1 | -0/+4 |
* | Move download shelf from per-tab to per-window. Also disable auto-hiding of | thakis@chromium.org | 2009-06-04 | 1 | -1/+18 |
* | Implement Clear Browser Data for Mac as an app modal dialog. Uses the profile... | pinkerton@chromium.org | 2009-05-29 | 1 | -2/+6 |
* | Try to fix more Mac bustage. | pkasting@chromium.org | 2009-05-22 | 1 | -3/+2 |
* | Use a NotificationRegistrar to listen for notifications. | pkasting@chromium.org | 2009-05-22 | 1 | -7/+3 |
* | Move a bunch of dialog creation routines to browser_dialogs.h to break the | brettw@chromium.org | 2009-05-22 | 1 | -1/+1 |
* | Switch to a real API for putting titles in docked windows. | avi@chromium.org | 2009-05-18 | 1 | -25/+2 |
* | Linux: Take download shelf and infobar close animations into account during r... | estade@chromium.org | 2009-05-15 | 1 | -0/+5 |
* | Explicitly set the window title in the dock when minimizing a window/updating... | avi@google.com | 2009-05-15 | 1 | -2/+32 |
* | Add stubs for UserChangedThemes to Mac and Linux. | glen@chromium.org | 2009-05-09 | 1 | -0/+4 |
* | Fix bug with cocoa -> gfx coordinates. | pinkerton@chromium.org | 2009-05-07 | 1 | -1/+1 |
* | Remove a NOTIMPLEMENTED() that's not necessary on Mac. | pinkerton@chromium.org | 2009-04-27 | 1 | -1/+5 |
* | Fix problem with bookmark bar introduced by window sharing; pref | jrg@chromium.org | 2009-04-23 | 1 | -9/+34 |
* | Initial implementation of the FindBar on Mac. | rohitrao@chromium.org | 2009-04-17 | 1 | -2/+3 |
* | Fix regression I introduced where Stop/Go button would toggle state instantly... | pkasting@chromium.org | 2009-04-15 | 1 | -1/+1 |
* | Convert more members to scoped pointers. Move status bubble into browser wind... | pinkerton@chromium.org | 2009-04-13 | 1 | -4/+2 |
* | Take two converting to scoped pointers, without ui_test failures. | pinkerton@chromium.org | 2009-04-10 | 1 | -1/+1 |
* | This CL adds a confirmation box when closing the browser with in-progress dow... | jcampan@chromium.org | 2009-04-09 | 1 | -0/+5 |
* | Move HTML dialogs out of their own tab contents type. Moved functions to new | brettw@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | Correctly position windows that are detached during a drag, instead of relyin... | pinkerton@chromium.org | 2009-03-27 | 1 | -1/+2 |
* | Bookmark menu work. Notes: | jrg@chromium.org | 2009-03-25 | 1 | -2/+2 |
* | Remove BrowserWindow::Init(). | estade@chromium.org | 2009-03-18 | 1 | -5/+0 |
* | Mac bookmark work. | jrg@chromium.org | 2009-03-18 | 1 | -5/+14 |
* | First pass at Mac status bubble. | avi@google.com | 2009-03-17 | 1 | -1/+5 |
* | Linux accelerators cleanup: | estade@chromium.org | 2009-03-16 | 1 | -1/+1 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -5/+5 |
* | Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ... | pinkerton@chromium.org | 2009-03-03 | 1 | -2/+2 |
* | Does two changes to appease chrome bot runs: | sky@google.com | 2009-02-28 | 1 | -0/+4 |
* | Add "stop" image to project. Clean up project so app/theme is a proper group ... | pinkerton@chromium.org | 2009-02-27 | 1 | -1/+1 |
* | Remove a few more NOTIMPLEMENTED methods. | pinkerton@chromium.org | 2009-02-27 | 1 | -1/+2 |
* | The find bar should be owned and managed from the BrowserView, not the WebCon... | finnur@google.com | 2009-02-24 | 1 | -0/+4 |
* | Fix references to moved files | pinkerton@chromium.org | 2009-02-23 | 1 | -2/+2 |