| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename BubbleBorder::ArrowLocation to Arrow; etc. | msw@chromium.org | 2013-04-11 | 1 | -2/+2 |
* | Second batch of fixing prefs registrations. | joi@chromium.org | 2013-02-21 | 1 | -15/+0 |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 1 | -1/+1 |
* | Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. | joi@chromium.org | 2013-02-10 | 1 | -5/+7 |
* | Add synchronous Widget closing event | wittman@chromium.org | 2013-02-05 | 1 | -2/+2 |
* | Remove TabStripModel wrapper use. | avi@chromium.org | 2013-01-29 | 1 | -3/+5 |
* | Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. | joi@chromium.org | 2012-12-22 | 1 | -2/+5 |
* | Remove TabContents from views code. | avi@chromium.org | 2012-12-12 | 1 | -1/+0 |
* | Remove GetExtensionService calls and replace with PKSF calls through the Exte... | mirandac@chromium.org | 2012-11-30 | 1 | -6/+13 |
* | Add Vector2d classes that represent offsets, instead of using Point. | danakj@chromium.org | 2012-10-31 | 1 | -1/+2 |
* | views: Fix a bunch of dchecks. | tfarina@chromium.org | 2012-10-17 | 1 | -1/+1 |
* | Make extension commands grant the activeTab permission. | kalman@chromium.org | 2012-09-24 | 1 | -3/+18 |
* | Switch SessionTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-09-12 | 1 | -2/+5 |
* | Add back Inspect Popup command to extension popups on Windows | benwells@chromium.org | 2012-09-12 | 1 | -8/+18 |
* | Enable commands API for platform apps. | mek@chromium.org | 2012-09-10 | 1 | -1/+2 |
* | RestoreTabHelper > SessionTabHelper, move more session stuff into it. | avi@chromium.org | 2012-08-30 | 1 | -2/+2 |
* | Convert mostly favicon related code from SkBitmap to ImageSkia and Image. | pkotwicz@chromium.org | 2012-08-17 | 1 | -5/+7 |
* | Rid the world of the last of views::Event types: TouchEvent, GestureEvent, Mo... | ben@chromium.org | 2012-08-14 | 1 | -3/+3 |
* | Convert extension action icons code to use ImageSkia instead of SkBitmap | tbarzic@chromium.org | 2012-08-14 | 1 | -3/+2 |
* | Initial implementation of action box menu. It is still work in progress, just... | yefim@chromium.org | 2012-08-09 | 1 | -32/+35 |
* | views: Extract Widget observer into its own header file. | tfarina@chromium.org | 2012-08-02 | 1 | -0/+1 |
* | This CL moves the contents of ui_resources_standard.grd into ui_resources.grd... | benrg@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Move tab functions off Browser into browser_tabstrip and browser_tabrestore. | ben@chromium.org | 2012-06-29 | 1 | -1/+2 |
* | views: Be consistent in our for loop usage. | tfarina@chromium.org | 2012-06-27 | 1 | -13/+13 |
* | TabContentsWrapper -> TabContents, part 48. | avi@chromium.org | 2012-06-11 | 1 | -2/+2 |
* | Moved BrowserActionButton and BrowserActionView to a new file (from browser_a... | yefim@chromium.org | 2012-05-31 | 1 | -343/+1 |
* | Pull browser action click logic into ToolbarModelController, so that the upco... | kalman@chromium.org | 2012-05-25 | 1 | -29/+35 |
* | Allow Extension Commands to trigger BrowserAction popups even if the extensio... | finnur@chromium.org | 2012-05-24 | 1 | -0/+7 |
* | Rename ExtensionCommand* to Command* within the extensions namespace. | finnur@chromium.org | 2012-05-22 | 1 | -5/+5 |
* | This adds a webui overlay on the extensions page for showing what Extension k... | finnur@chromium.org | 2012-05-21 | 1 | -3/+5 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -2/+4 |
* | Update use of TimeDelta in chrome/browser/*, ui/views/*, and other places. | tedvessenes@gmail.com | 2012-05-17 | 1 | -2/+1 |
* | views: Refactor the way we register BrowserActionsContainer prefs. | tfarina@chromium.org | 2012-05-10 | 1 | -9/+17 |
* | Move Command class out of the Extension class and into its own location (unde... | finnur@chromium.org | 2012-05-04 | 1 | -1/+1 |
* | A bit of cleanup for the Extension Commands. | finnur@chromium.org | 2012-05-04 | 1 | -1/+1 |
* | Move extension command files to the api folder, as requested in previous revi... | finnur@chromium.org | 2012-05-03 | 1 | -2/+2 |
* | Conflict detection for Extension Keybinding. | finnur@chromium.org | 2012-05-03 | 1 | -2/+6 |
* | Have UIs call BrowserActionExecuted through ExtensionToolbarModel. | yoz@chromium.org | 2012-04-19 | 1 | -3/+1 |
* | Remove unused parameters from views popup extension window | benwells@chromium.org | 2012-04-19 | 1 | -7/+6 |
* | Disable loading of unpacked extensions when '*' is blacklisted, both via the ... | joaodasilva@chromium.org | 2012-04-18 | 1 | -1/+1 |
* | Remove Inspect Popup command from browser actions. | benwells@chromium.org | 2012-04-17 | 1 | -5/+2 |
* | views: Stop using ResourceBundle without the namespace prefix. | tfarina@chromium.org | 2012-04-05 | 1 | -3/+3 |
* | Polish the keybinding implementation a bit. | finnur@chromium.org | 2012-04-02 | 1 | -12/+7 |
* | Put manifest string constant declarations into separate header | groby@chromium.org | 2012-03-23 | 1 | -0/+1 |
* | Default browser action icon to the puzzle piece. | cduvall@chromium.org | 2012-03-16 | 1 | -11/+15 |
* | views: Rename MenuButtonDelegate::RunMenu to something more obvious. | tfarina@chromium.org | 2012-03-15 | 1 | -1/+2 |
* | ui/gfx: Update includes to point to canvas.h instead of canvas_skia.h | tfarina@chromium.org | 2012-03-14 | 1 | -1/+0 |
* | ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia. | tfarina@chromium.org | 2012-03-09 | 1 | -1/+1 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Fix DCHECK in BrowserActionsContainer::OnWidgetClosing | stevenjb@chromium.org | 2012-03-05 | 1 | -1/+7 |