| Commit message (Expand) | Author | Age | Files | Lines |
* | TabContentsWrapper -> TabContents, part 12. | avi@chromium.org | 2012-06-12 | 1 | -11/+11 |
* | Moving the tabs_module API into a separate directory in api/ | vabr@chromium.org | 2012-06-08 | 1 | -1/+1 |
* | Pull browser action click logic into ToolbarModelController, so that the upco... | kalman@chromium.org | 2012-05-25 | 1 | -6/+4 |
* | Make NetworkProfileBubble not use BrowserList::GetLastActive() as much. Inste... | ben@chromium.org | 2012-05-23 | 1 | -5/+5 |
* | browser: Move the tabs directory into ui. | tfarina@chromium.org | 2012-05-11 | 1 | -1/+1 |
* | Make extension page actions be automatically converted into browser actions | kalman@chromium.org | 2012-04-26 | 1 | -0/+6 |
* | Have UIs call BrowserActionExecuted through ExtensionToolbarModel. | yoz@chromium.org | 2012-04-19 | 1 | -5/+7 |
* | TabContents -> WebContentsImpl, part 18. | avi@chromium.org | 2012-04-17 | 1 | -1/+1 |
* | Experimental Extension Keybinding (first cut). | finnur@chromium.org | 2012-02-23 | 1 | -1/+6 |
* | Convert chrome users of NavigationController::tab_contents() to use GetWebCon... | jam@chromium.org | 2012-01-02 | 1 | -10/+14 |
* | Have panels respond to changes in work area on Linux. This includes switching... | prasadt@chromium.org | 2011-11-22 | 1 | -2/+2 |
* | views: Delete bubble, events, focus, layout directories and its stubbed files. | tfarina@chromium.org | 2011-11-18 | 1 | -1/+1 |
* | Add DidChangeFocus to FocusChangeListener. | alicet@chromium.org | 2011-11-10 | 1 | -2/+2 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -6/+6 |
* | Extend chrome.tabs* API to support multiple tabs. | jstritar@chromium.org | 2011-09-28 | 1 | -0/+3 |
* | views: Factor WidgetFocusManager out of FocusManager class. | tfarina@chromium.org | 2011-09-14 | 1 | -2/+1 |
* | Remove obsolete TODO and add a bunch of OVERRIDEs. | mihaip@chromium.org | 2011-08-31 | 1 | -15/+17 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | More correct window focus changes for multi-profile and incognito. | yoz@chromium.org | 2011-06-23 | 1 | -4/+13 |
* | Use active information fromTabInsertedAt in browser event router so that the ... | yoz@chromium.org | 2011-06-10 | 1 | -3/+4 |
* | Fix duplicate tab and window events on Chrome OS. | jstritar@chromium.org | 2011-05-28 | 1 | -0/+21 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Multi-tab selection: Renaming TabStripModelObserver::TabSelectedAt to ActiveT... | dpapad@chromium.org | 2011-05-24 | 1 | -4/+4 |
* | Cleanup: Update a bunch of files to the new location of browser_list.h. Part ... | tfarina@chromium.org | 2011-04-06 | 1 | -1/+1 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-08 | 1 | -3/+3 |
* | Move a bunch of random other files to src/ui/base | ben@chromium.org | 2011-01-20 | 1 | -2/+2 |
* | Make ExtensionBrowserEventRouter owned by ExtensionService. | asargent@chromium.org | 2011-01-15 | 1 | -8/+3 |
* | Changes instant so that the newly created tab has a new id. Doing | sky@chromium.org | 2011-01-11 | 1 | -1/+2 |
* | Add the "virtual" keyword on method overrides that are missing it. | erg@google.com | 2010-12-08 | 1 | -3/+3 |
* | Make pink's TabContentsWrapper change compile on Windows. | ben@chromium.org | 2010-11-18 | 1 | -10/+12 |
* | Add pinned property to tabs.update and create. | jstritar@chromium.org | 2010-11-08 | 1 | -0/+10 |
* | FBTF: Even more ctor/virtual deinlining. | erg@google.com | 2010-10-19 | 1 | -0/+1 |
* | Indicate if window is closing in tabs.onRemoved callback | jstritar@chromium.org | 2010-10-15 | 1 | -1/+3 |
* | Make sure the download status in the application icon is updated | phajdan.jr@chromium.org | 2010-10-13 | 1 | -1/+1 |
* | Rip out phantom tabs and corresponding unit tests. | andybons@chromium.org | 2010-10-02 | 1 | -2/+1 |
* | Moves TabStripModelObserver/Delegate into their own headers. | sky@chromium.org | 2010-09-16 | 1 | -1/+1 |
* | Makes ExtensionBrowserEventRouter correctly deal with replacing a tab. | sky@chromium.org | 2010-09-09 | 1 | -2/+7 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Send WINDOW_ID_NONE in chrome.windows.onFocusChanged when all windows loose f... | rafaelw@chromium.org | 2010-06-16 | 1 | -1/+23 |
* | Prevent extensions api windows.onFocusChange from firing more than once with ... | rafaelw@chromium.org | 2010-05-21 | 1 | -0/+4 |
* | fix chrome.tabs.onUpdated bugs, add browsertest. | rafaelw@chromium.org | 2010-05-19 | 1 | -14/+5 |
* | Adjusts tab strip model to deal with app tabs. There were a couple of | sky@chromium.org | 2010-02-02 | 1 | -2/+1 |
* | Adds support for phantom tabs. A pinned tab becomes a phantom tab when | sky@chromium.org | 2010-01-22 | 1 | -12/+14 |
* | New event style for pageAction API. | asargent@chromium.org | 2009-10-29 | 1 | -0/+10 |
* | Only dispatch tab events when there is someone listening. | aa@chromium.org | 2009-10-29 | 1 | -0/+8 |
* | Makes inactive pinned tabs on linux throb when the title changes. I | sky@chromium.org | 2009-10-23 | 1 | -1/+2 |
* | Update browser actions api to be like new design doc. | aa@chromium.org | 2009-10-15 | 1 | -1/+1 |
* | Implement Browser Actions extensions. | finnur@chromium.org | 2009-09-26 | 1 | -1/+5 |
* | Add NotificationType::BROWSER_WINDOW_READY, chrome.windows.onCreated now send... | rafaelw@chromium.org | 2009-09-22 | 1 | -0/+4 |
* | Add button number to page action event reply object. Fix outdated page action... | mattm@chromium.org | 2009-09-11 | 1 | -1/+2 |