| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable New Incognito Window command for guest profile. | Mike Lerman | 2014-10-06 | 1 | -2/+4 |
* | Removed code related to IDC_PRINT_TO_DESTINATION. | vitalybuka | 2014-09-08 | 1 | -11/+1 |
* | More System Dialog printing code disabled on Windows. | vitalybuka | 2014-09-08 | 1 | -8/+8 |
* | Make WebContentsObserver::web_contents() public | lucinka.brozkova | 2014-09-04 | 1 | -2/+0 |
* | Removed IDC_PRINT_TO_DESTINATION. | Vitaly Buka | 2014-08-29 | 1 | -3/+0 |
* | Removed Ctrl+Shift+P shortcut for system dialog printing on Windows. | vitalybuka | 2014-08-29 | 1 | -4/+5 |
* | Add relaunch into ASH and desktop support for Chrome on Windows 7. | ananta | 2014-08-28 | 1 | -20/+20 |
* | Move bookmark_pref_names.* into bookmarks namespace. | tfarina | 2014-08-28 | 1 | -7/+8 |
* | Centralize command line checks for kEnableStreamlinedHostedApps. | benwells | 2014-08-27 | 1 | -2/+2 |
* | Makes restoring a tab work via accelerators on startup | sky@chromium.org | 2014-08-15 | 1 | -4/+19 |
* | Remove ctrl+M accelerator for minimizing window. | abodenha@chromium.org | 2014-08-09 | 1 | -7/+0 |
* | Update the Zoom NSMenuItems (Zoom-In/Zoom-out/Actual-Size) when the zoom stat... | a.sarkar.arun@gmail.com | 2014-08-04 | 1 | -1/+17 |
* | Cleanup: Remove most deprecated Profile::GetExtensionService() usage. | thestig@chromium.org | 2014-06-22 | 1 | -1/+3 |
* | Replace usage of GetActiveEntry with GetLastCommittedEntry in chrome/browser/ui. | nasko@chromium.org | 2014-06-03 | 1 | -1/+1 |
* | Add Help wrench submenu | stevenjb@chromium.org | 2014-06-02 | 1 | -0/+1 |
* | Add UI in Aura for distilling web pages and update Chrome Shell. | nyquist@chromium.org | 2014-05-28 | 1 | -0/+9 |
* | Support full-screen and single-profile avatar bubbles. | msw@chromium.org | 2014-05-13 | 1 | -65/+17 |
* | Password bubble: ManagePasswordsIconView is now a BubbleIconView. | mkwst@chromium.org | 2014-05-05 | 1 | -0/+6 |
* | Get rid of bookmark prompt experiment | yosin@chromium.org | 2014-05-02 | 1 | -4/+0 |
* | Settings should be enabled even in Guest mode | bcwhite@chromium.org | 2014-05-01 | 1 | -13/+17 |
* | CleanUp: Introduce UserInfo. Move session_state stuff to ash/session. | oshima@chromium.org | 2014-04-30 | 1 | -1/+1 |
* | Revert 267158 "CleanUp: Introduce UserInfo. Move session_state s..." | oshima@chromium.org | 2014-04-30 | 1 | -1/+1 |
* | Revert 267195 "Password bubble: ManagePasswordsIconView is now a..." | eroman@chromium.org | 2014-04-30 | 1 | -6/+0 |
* | Password bubble: ManagePasswordsIconView is now a BubbleIconView. | mkwst@chromium.org | 2014-04-30 | 1 | -0/+6 |
* | CleanUp: Introduce UserInfo. Move session_state stuff to ash/session. | oshima@chromium.org | 2014-04-30 | 1 | -1/+1 |
* | Reapply 266653 "[Mac] Allow fullscreen transitions while constrai..." | ajwong@chromium.org | 2014-04-29 | 1 | -7/+1 |
* | Revert of Password bubble: Introduce a command to open the bubble. (https://c... | machenbach@chromium.org | 2014-04-29 | 1 | -6/+0 |
* | Password bubble: ManagePasswordsIconView is now a BubbleIconView. | mkwst@chromium.org | 2014-04-29 | 1 | -0/+6 |
* | Revert 266653 "[Mac] Allow fullscreen transitions while constrai..." | ajwong@chromium.org | 2014-04-28 | 1 | -1/+7 |
* | [Mac] Allow fullscreen transitions while constrained windows are open. | avi@chromium.org | 2014-04-28 | 1 | -7/+1 |
* | Don't enable settings when leaving Guest fullscreen. | bcwhite@chromium.org | 2014-04-22 | 1 | -1/+2 |
* | Disabled bookmarks commands in guest mode. | bcwhite@chromium.org | 2014-04-16 | 1 | -0/+1 |
* | More removal of GTK code. | erg@chromium.org | 2014-04-15 | 1 | -3/+3 |
* | We use TextEditKeyBindingsDelegate and TextEditCommand for x11. | kalyan.kondapally@intel.com | 2014-04-08 | 1 | -4/+4 |
* | Make valid bookmark apps URLs consistent with valid Extension launch URLs. | calamity@chromium.org | 2014-04-08 | 1 | -4/+3 |
* | linux_aura: NULL check NativeWebKeyboardEvent::os_event. | erg@chromium.org | 2014-04-03 | 1 | -1/+1 |
* | Replace #ifdef(OS_LINUX) with #ifdef(USE_X11) for x11 specific code | dnicoara@chromium.org | 2014-04-02 | 1 | -2/+2 |
* | linux_aura: Port GtkKeybindingsHandler to Aura. | erg@chromium.org | 2014-04-01 | 1 | -0/+14 |
* | Make Settings page inaccessible in Guest mode. | bcwhite@chromium.org | 2014-03-31 | 1 | -1/+2 |
* | Remove Tabpose feature on mac, and supporting infrastructure (PaintAtSize) | piman@chromium.org | 2014-02-14 | 1 | -5/+0 |
* | Linux Aura: Use system title bar is now set by preference, not flag. | mgiuca@chromium.org | 2014-02-13 | 1 | -0/+12 |
* | Cleanup: Move kChromeUIScheme constant into content namespace. | tfarina@chromium.org | 2014-02-11 | 1 | -2/+2 |
* | Add home button to streamlined hosted apps. | calamity@chromium.org | 2014-02-05 | 1 | -1/+5 |
* | Adding a dialog that warns about possible UI-oddities of after teleporting wi... | merkulova@chromium.org | 2014-01-30 | 1 | -13/+4 |
* | Move the guts of user_metrics to a new static lib in //base/metrics. | ben@chromium.org | 2014-01-13 | 1 | -13/+13 |
* | Adding a menu item to take a screenshot under "More Tools" submenu in the Wre... | mfomitchev@chromium.org | 2014-01-10 | 1 | -0/+9 |
* | Clean up a lot of inconsistency in bookmark command handling. | pkasting@chromium.org | 2014-01-02 | 1 | -0/+1 |
* | Revert of https://codereview.chromium.org/68713009/ | jww@chromium.org | 2013-12-17 | 1 | -1/+1 |
* | Use base namespace for string16 in chrome/browser. | brettw@chromium.org | 2013-12-06 | 1 | -1/+1 |
* | Add additional user actions for ChromeOS keyboard shortcuts. | stevet@chromium.org | 2013-12-06 | 1 | -0/+6 |