| Commit message (Expand) | Author | Age | Files | Lines |
* | Move ScopedUserPrefUpdate to base/prefs. | derat@chromium.org | 2013-10-30 | 3 | -3/+3 |
* | Disabling SSLClientCertificateSelectorCocoaTest.Basic (flaky on 10.7) | tommyw@chromium.org | 2013-10-30 | 1 | -1/+2 |
* | On Cocoa this is due to: https://codereview.chromium.org/23704009/ | npentrel@chromium.org | 2013-10-30 | 1 | -3/+3 |
* | Fade the correct end of RTL tab titles. | avi@chromium.org | 2013-10-30 | 2 | -0/+11 |
* | [rAc OSX] Return CVC data from Autofill dialog. | isherman@chromium.org | 2013-10-30 | 4 | -3/+22 |
* | [Tab UI] Always show media indicator instead of favicon when tab width is too... | miu@chromium.org | 2013-10-29 | 1 | -6/+3 |
* | [rAc OSX] Fix up notification size computations and layout. | isherman@chromium.org | 2013-10-29 | 5 | -46/+22 |
* | [rAc] Use base::scoped_nsobject rather than autorelease. | isherman@chromium.org | 2013-10-29 | 1 | -3/+2 |
* | Simplify AutofillDialogViews::ShowDialogInMode() and make focus logic more co... | dbeam@chromium.org | 2013-10-28 | 5 | -9/+16 |
* | [rAc OSX] Remove unnecessary parameter from an internal method. | isherman@chromium.org | 2013-10-28 | 1 | -7/+5 |
* | Support extension search engines. | vasilii@chromium.org | 2013-10-28 | 1 | -1/+2 |
* | Translate: New Bubble UX (for the view toolkit) | hajimehoshi@chromium.org | 2013-10-28 | 3 | -1/+10 |
* | Remove helper function that was needed only in 10.5. | avi@chromium.org | 2013-10-27 | 3 | -28/+7 |
* | Disable flaky unit_test TabControllerTest.LayoutAndVisibilityOfSubviews | jsbell@chromium.org | 2013-10-25 | 1 | -1/+2 |
* | Re-land r230914 (tab tooltip strings) with fix for generated_resources.grd is... | miu@chromium.org | 2013-10-25 | 6 | -23/+81 |
* | Avoid creating a browser which is never shown in HistoryMenuCocoaController | pkotwicz@chromium.org | 2013-10-25 | 1 | -13/+13 |
* | [rAC, OSX] Properly update key view loop. | groby@chromium.org | 2013-10-25 | 1 | -0/+1 |
* | Revert 230914 "Tab UI: Append media state messaging to tab toolt..." | jackhou@chromium.org | 2013-10-25 | 6 | -81/+23 |
* | Tab UI: Append media state messaging to tab tooltips. | miu@chromium.org | 2013-10-25 | 6 | -23/+81 |
* | Move extensions::ImageLoader and IconImage to BrowserContext | jamescook@chromium.org | 2013-10-25 | 1 | -0/+1 |
* | [rAC, OSX] Fix keyView handling. | groby@chromium.org | 2013-10-24 | 1 | -11/+8 |
* | [Autofill] Account for popup border width in the controller. | isherman@chromium.org | 2013-10-24 | 2 | -50/+19 |
* | [MediaGalleries] Clean up dialog notifications from/to controller. | gbillock@chromium.org | 2013-10-23 | 3 | -18/+10 |
* | Disable flaky ExtensionInstallDialogControllerTest.Permissions test | jsbell@chromium.org | 2013-10-23 | 1 | -1/+2 |
* | Move extension_misc::UnloadedExtensionReason from extension_constants.h to Un... | yoz@chromium.org | 2013-10-23 | 1 | -0/+1 |
* | [rAc] Draw invalid combobox with white text for higher contrast against the r... | isherman@chromium.org | 2013-10-23 | 1 | -0/+17 |
* | Cleanup: Clamp down DEPS in chrome/browser. | thestig@chromium.org | 2013-10-23 | 1 | -0/+1 |
* | [rAC, OSX] Centered text & min height text fields. | groby@chromium.org | 2013-10-23 | 1 | -1/+19 |
* | Remove NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED from download started ani... | avi@chromium.org | 2013-10-23 | 1 | -71/+13 |
* | [rAC, OSX] Notify when pop-ups get first responder | groby@chromium.org | 2013-10-22 | 1 | -0/+7 |
* | [rAC, OSX] Add tooltip/icon to "Save in Chrome" | groby@chromium.org | 2013-10-22 | 3 | -1/+22 |
* | Move Linux/Android breakpad implementation to breakpad component | jochen@chromium.org | 2013-10-22 | 1 | -1/+1 |
* | [rAC, OSX] Fix account chooser selection. | groby@chromium.org | 2013-10-21 | 1 | -1/+1 |
* | Implement chrome.browserAction.openPopup API. | justinlin@chromium.org | 2013-10-21 | 1 | -5/+27 |
* | rAc: Don't require CVV when not editing CC details | estade@chromium.org | 2013-10-21 | 1 | -1/+3 |
* | Add Set[Minimum|Maximum]Size to ShellWindow. | jackhou@chromium.org | 2013-10-21 | 2 | -30/+27 |
* | [rAC, OSX] Stop text flickering. | groby@chromium.org | 2013-10-18 | 1 | -1/+6 |
* | [rAC, OSX] Show account chooser at right width. | groby@chromium.org | 2013-10-18 | 2 | -0/+2 |
* | [rAC, OSX] Allow CC-specific hint images. | groby@chromium.org | 2013-10-18 | 2 | -18/+33 |
* | Mark supervised profiles as such immediately when they're created. | bauerb@chromium.org | 2013-10-17 | 1 | -9/+29 |
* | Moved some functions off ExtensionService into a new file extension_util. | benwells@chromium.org | 2013-10-17 | 1 | -2/+4 |
* | Refactor code paths into the Create Shortcuts dialog. | mgiuca@chromium.org | 2013-10-17 | 2 | -19/+0 |
* | Flip the ownership of InfoBarCocoa and InfoBarController so that the Controll... | rsesek@chromium.org | 2013-10-17 | 5 | -9/+27 |
* | This removes the 'keep' option from the download notifications for known malw... | felt@chromium.org | 2013-10-17 | 1 | -1/+1 |
* | [rAC, OSX] Auto-resize sign-in dialog based on contents. | groby@chromium.org | 2013-10-17 | 4 | -19/+93 |
* | Revert "Remove NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED from download sta... | avi@chromium.org | 2013-10-16 | 1 | -13/+34 |
* | Fix declaration vs. implementation ordering in NativeAppWindow{Views|Gtk} | jamescook@chromium.org | 2013-10-16 | 2 | -2/+2 |
* | cocoa: Fix for Mac bookmark drag regression. | tfarina@chromium.org | 2013-10-16 | 1 | -0/+1 |
* | New tab UI media indicator for recording, tab capture, and audio playback. | miu@chromium.org | 2013-10-16 | 14 | -584/+336 |
* | Revert 228779 "Update defaults for InstantExtended." | erg@chromium.org | 2013-10-15 | 5 | -23/+15 |