| Commit message (Expand) | Author | Age | Files | Lines |
* | Add DidChangeFocus to FocusChangeListener. | alicet@chromium.org | 2011-11-10 | 1 | -1/+1 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -2/+2 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -14/+15 |
* | Extend chrome.tabs* API to support multiple tabs. | jstritar@chromium.org | 2011-09-28 | 1 | -0/+33 |
* | Refactor ExtensionTabUtil-namespaced functions into their own file. | miket@chromium.org | 2011-09-27 | 1 | -0/+1 |
* | views: Factor WidgetFocusManager out of FocusManager class. | tfarina@chromium.org | 2011-09-14 | 1 | -2/+2 |
* | Removal of Profile from content part 3. | avi@chromium.org | 2011-07-28 | 1 | -3/+4 |
* | Ensures history tab displays a throbber when searching. | beaudoin@chromium.org | 2011-07-21 | 1 | -1/+1 |
* | Start the extension event routers for each profile, not just at browser startup. | yoz@chromium.org | 2011-07-19 | 1 | -2/+2 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -14/+15 |
* | Multi-tab: Adding new Notification when tab selection changes (again). | dpapad@chromium.org | 2011-06-23 | 1 | -3/+0 |
* | More correct window focus changes for multi-profile and incognito. | yoz@chromium.org | 2011-06-23 | 1 | -13/+53 |
* | Revert 89752 - Multi-tab: Adding new Notification when tab selection changes. | dpapad@chromium.org | 2011-06-20 | 1 | -0/+3 |
* | Multi-tab: Adding new Notification when tab selection changes. | dpapad@chromium.org | 2011-06-20 | 1 | -3/+0 |
* | Use active information fromTabInsertedAt in browser event router so that the ... | yoz@chromium.org | 2011-06-10 | 1 | -8/+10 |
* | Fix duplicate tab and window events on Chrome OS. | jstritar@chromium.org | 2011-05-28 | 1 | -46/+55 |
* | Multi-tab selection: Renaming TabStripModelObserver::TabSelectedAt to ActiveT... | dpapad@chromium.org | 2011-05-24 | 1 | -1/+1 |
* | Renames TabStripModel and Browser's selected_index to | sky@chromium.org | 2011-04-12 | 1 | -2/+1 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-08 | 1 | -3/+3 |
* | Changes semantics of TabSelectedAt. For multi-selection the TabStrip | sky@chromium.org | 2011-03-02 | 1 | -0/+3 |
* | Update more includes that were pointing to the old locations. | jam@chromium.org | 2011-03-02 | 1 | -2/+2 |
* | 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 | -10/+13 |
* | Changes instant so that the newly created tab has a new id. Doing | sky@chromium.org | 2011-01-11 | 1 | -2/+4 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -2/+1 |
* | Make pink's TabContentsWrapper change compile on Windows. | ben@chromium.org | 2010-11-18 | 1 | -39/+46 |
* | Cleanup: Include browser.h -> ui/browser.h [Part 3]. | jhawkins@chromium.org | 2010-11-16 | 1 | -4/+4 |
* | Add pinned property to tabs.update and create. | jstritar@chromium.org | 2010-11-08 | 1 | -25/+52 |
* | Part 2 of extension event refactor. | mpcomplete@chromium.org | 2010-10-21 | 1 | -11/+24 |
* | FBTF: Even more ctor/virtual deinlining. | erg@google.com | 2010-10-19 | 1 | -0/+2 |
* | Pull events-related code out of ExtensionMessageService into its own class. | mpcomplete@chromium.org | 2010-10-15 | 1 | -5/+5 |
* | Indicate if window is closing in tabs.onRemoved callback | jstritar@chromium.org | 2010-10-15 | 1 | -1/+7 |
* | Makes session restore work correctly with instant. | sky@chromium.org | 2010-10-15 | 1 | -3/+0 |
* | Remove traces for the WhitelistExtension test. The flakiness seems to be gone. | finnur@chromium.org | 2010-10-14 | 1 | -14/+0 |
* | Add more traces. I think what is happening is that the background page hasn't... | finnur@chromium.org | 2010-10-13 | 1 | -1/+4 |
* | Make sure the download status in the application icon is updated | phajdan.jr@chromium.org | 2010-10-13 | 1 | -1/+1 |
* | Adjust the traces for WhitelistedExtension. | finnur@chromium.org | 2010-10-12 | 1 | -0/+11 |
* | Rip out phantom tabs and corresponding unit tests. | andybons@chromium.org | 2010-10-02 | 1 | -9/+6 |
* | Moves TabStripModelObserver/Delegate into their own headers. | sky@chromium.org | 2010-09-16 | 1 | -0/+1 |
* | Makes ExtensionBrowserEventRouter correctly deal with replacing a tab. | sky@chromium.org | 2010-09-09 | 1 | -7/+18 |
* | Add support for a "split" incognito behavior for extensions. | mpcomplete@chromium.org | 2010-08-31 | 1 | -1/+1 |
* | Coverity: Fix a collection of uninitialized member variables, mostly in exten... | finnur@chromium.org | 2010-07-23 | 1 | -1/+2 |
* | [Mac] Fix for a bug where extensions were not being notified when no window w... | andybons@chromium.org | 2010-07-20 | 1 | -0/+9 |
* | Add support for omnibox.onInputStarted and onInputCancelled. | mpcomplete@chromium.org | 2010-07-02 | 1 | -2/+4 |
* | Send WINDOW_ID_NONE in chrome.windows.onFocusChanged when all windows loose f... | rafaelw@chromium.org | 2010-06-16 | 1 | -4/+31 |
* | Prevent extensions api windows.onFocusChange from firing more than once with ... | rafaelw@chromium.org | 2010-05-21 | 1 | -2/+10 |
* | fix chrome.tabs.onUpdated bugs, add browsertest. | rafaelw@chromium.org | 2010-05-19 | 1 | -39/+17 |
* | Reland 44348 Add support for restricting broadcasting events to extensions ba... | jochen@chromium.org | 2010-04-14 | 1 | -2/+2 |
* | Revert 44351 - Reland 44348 Add support for restricting broadcasting events t... | jochen@chromium.org | 2010-04-13 | 1 | -2/+2 |