summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_tab_util.cc
Commit message (Expand)AuthorAgeFilesLines
* browser: Rename Browser::tabstrip_model to Browser::tab_strip_model.tfarina@chromium.org2012-05-121-4/+4
* browser: Move the tabs directory into ui.tfarina@chromium.org2012-05-111-6/+6
* Add IsFullscreen to BaseWindow, minor changes to ExtensionWindowController.stevenjb@chromium.org2012-04-181-23/+0
* Put manifest string constant declarations into separate headergroby@chromium.org2012-03-231-0/+1
* Re-land alexbost's experimental offscreenTabs API.jstritar@chromium.org2012-03-211-0/+22
* Revert 127833 - Re-land alexbost's experimental offscreenTabs API.dgrogan@chromium.org2012-03-211-22/+0
* Re-land alexbost's experimental offscreenTabs API.jstritar@chromium.org2012-03-201-0/+22
* Create BaseWindow and ExtensionWindowWrapper for extension API access to Panelsstevenjb@chromium.org2012-02-281-32/+2
* Add fullscreen state support for chrome.windowshashimoto@chromium.org2012-02-221-1/+3
* Add openerTabId to the extension API's Tab object.jstritar@chromium.org2012-01-241-1/+10
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-041-3/+3
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-2/+2
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-2/+4
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-2/+3
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-9/+8
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-231-2/+4
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* Add extension API to change window show state using chrome.windows.update().jennb@chromium.org2011-11-221-0/+11
* Extend chrome.tabs* API to support multiple tabs.jstritar@chromium.org2011-09-281-11/+25
* Refactor ExtensionTabUtil-namespaced functions into their own file.miket@chromium.org2011-09-271-0/+215