summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/tabs
Commit message (Expand)AuthorAgeFilesLines
* Remove c/b/ui/host_desktop.h/ccscottmg2016-03-182-2/+0
* Remove remaining HOST_DESKTOP_TYPE_... usesscottmg2016-03-181-22/+22
* Migrate ProcessesEventRouter to the new task managerafakhry2016-03-111-1/+0
* Remove UnescapeRule::URL_SPECIAL_CHARS from chrome/ and extensions/mmenke2016-03-071-3/+5
* Plumb the correct owner document through DocumentInit::m_owner.dcheng2016-03-013-5/+13
* Make extensions::DictionaryBuilder and extensions::ListValue unmovable.dcheng2016-02-271-8/+10
* Add ScopedKeepAlive to c/b/lifetimedgn2016-02-261-4/+1
* Require host permission for sensitive data in tabs APIlimasdf2016-02-264-39/+58
* Remove HostDesktopType from Browser::CreateParamsscottmg2016-02-093-19/+9
* Get change property value when tabs.onUpdated is fired.limasdf2016-02-092-97/+65
* Add frameId to chrome.tabs.executeScript/insertCSSrob2016-02-073-8/+43
* Remove the rest of HostDesktopType from c/b/ui/browser_finder.hscottmg2016-02-031-2/+2
* Update chrome for new prefs location.brettw2016-02-022-2/+2
* Implement webview.captureVisibleRegion()wjmaclean2016-02-012-4/+50
* Remove BrowserIteratorscottmg2016-01-282-4/+2
* Remove unused process_id parameter from permissions_datarob2016-01-251-5/+0
* chrome.tabs.query: Allow extensions with host permission to see tabs of that ...lazyboy2016-01-212-12/+98
* Revert of Implement webview.captureVisibleRegion() (patchset #9 id:160001 of ...tsergeant2016-01-212-50/+4
* Implement webview.captureVisibleRegion()wjmaclean2016-01-212-4/+50
* tabs.query: ignore url/title in queryInfo if an extension lacks "tabs" permis...lazyboy2016-01-082-7/+144
* make tab.active of chrome.tabs.onCreated have correct valuelimasdf2016-01-051-0/+1
* Convert Pass()→std::move() in //chrome/browser/extensionsdcheng2015-12-264-33/+43
* Clean up header files.avi2015-12-261-0/+1
* Switch to standard integer types in chrome/browser/extensions/.avi2015-12-2410-6/+20
* Put a new Panel into the same BrowsingInstance as its creator.alexmos2015-12-161-1/+5
* Make the minimize state work when creating a chrome window in CrOSjoone.hur2015-11-261-7/+0
* Refactor FaviconDriver::OnFaviconAvailable()pkotwicz2015-11-232-8/+11
* Migrating tests to use EmbeddedTestServer (/chrome/browser misc)svaldez2015-11-181-13/+9
* Remove URLs from chrome.tabs.executeScript permission warning.battre2015-11-121-1/+1
* Remove ScopedPtrMap from extensions codelimasdf2015-11-114-12/+12
* Fix ExtensionWindowCreateTest.AcceptState flakiness on Maclimasdf2015-11-061-3/+16
* [Extensions] Remove kalman@ from OWNERS filesrdevlin.cronin2015-10-261-1/+0
* Fire `chrome.tabs.onUpdated` when title is updated.limasdf2015-10-232-105/+83
* Creates BrowserTabStripTracker to consolidate common codesky2015-10-122-55/+27
* Don't use base::MessageLoop::{Quit,QuitClosure} in chrome/ki.stfu2015-10-091-2/+2
* chrome: Move ChromeZoomLevelPrefs out of chrome namespace.tfarina2015-09-021-6/+4
* extensions: windows: list app windows of the current extensionlionel.g.landwerlin2015-08-246-41/+111
* Ensure proper ordering of app window request block/unblockrockot2015-08-152-0/+3
* chrome.tabs API: muted+mutedCause --> MutedInfo struct, and launchmiu2015-08-153-15/+11
* Remove tab_utils.cc from android buildestade2015-08-121-2/+2
* Launch tab muting via context menu command.miu2015-08-112-3/+3
* extensions: EventRouter: pass the whole event to WillDispatchCallbacklionel.g.landwerlin2015-08-112-12/+13
* extensions: windows: list all windows from the current profilelionel.g.landwerlin2015-08-067-78/+619
* extensions: windows: refactor WindowController for AppWindowslionel.g.landwerlin2015-07-319-167/+452
* Clean up error handling logic for extension tab muting.jared.sohn2015-07-273-18/+22
* extensions: EventRouter: pass listener filter to WillDispatchCallbacklionel.g.landwerlin2015-07-272-11/+16
* Generate all extension schema namespaces as "api" and instead vary the genera...kalman2015-07-231-1/+1
* extensions: tabs: only filter out tab id when reporting values to javascriptlionel.g.landwerlin2015-07-231-0/+25
* extensions: tabs: add checks on tab idlionel.g.landwerlin2015-07-221-38/+63
* extensions: tabs: set tab id to -1 for app/devtools windowslionel.g.landwerlin2015-07-212-4/+23