summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/tabs
Commit message (Expand)AuthorAgeFilesLines
* Convert extensions::EventRouter from Profile to BrowserContextjamescook@chromium.org2013-11-132-13/+17
* Move ExtensionTabUtil into extensions namespacerdevlin.cronin@chromium.org2013-11-132-3/+6
* Adjusts panel ifdefs for aurasky@chromium.org2013-11-061-8/+6
* Move chrome/common/extensions/incognito_handler.h to src/extensionsjamescook@chromium.org2013-11-061-1/+1
* chrome.windows.create should return new window id in Guest modedpolukhin@chromium.org2013-11-051-2/+4
* Remove Profile dependency from ExtensionFunctionbenwells@chromium.org2013-10-284-70/+140
* Preparing to support fragment resolution against non-hierarchical schemeskristianm@chromium.org2013-10-241-1/+1
* Move extension_misc::UnloadedExtensionReason from extension_constants.h to Un...yoz@chromium.org2013-10-231-0/+1
* Moved some functions off ExtensionService into a new file extension_util.benwells@chromium.org2013-10-171-2/+4
* Fix declaration vs. implementation ordering in NativeAppWindow{Views|Gtk}jamescook@chromium.org2013-10-161-1/+1
* <webview>: Support showing injected scripts in DevToolsfsamuel@chromium.org2013-10-031-0/+1
* Cleanup: Use std::string& instead of const char* in extension/apilimasdf@gmail.com2013-10-012-2/+4
* Cleanup: Use std::string& instead of const char* in extension/apilimasdf@gmail.com2013-10-012-5/+5
* Fix a bug where tabs.query returned an incorrect last focused window.DHNishi@gmail.com2013-09-261-3/+6
* Move the rest of extension_manifest_constants to top-level extensions/rdevlin.cronin@chromium.org2013-09-161-2/+2
* BrowserEventRouter -> TabsEventRouterrdevlin.cronin@chromium.org2013-09-114-10/+767
* Clean up windows API implementations to use JSON compiler generated codesanjoy.pal@samsung.com2013-08-294-157/+108
* Don't serialize extension user script injection results unless the extensionkalman@chromium.org2013-08-281-1/+2
* Move browser/page action/script badge event dispatch to ExtensionActionAPI.yoz@chromium.org2013-08-232-2/+0
* Sessions API - previously Session Restore API. Supports restoring currently o...dwankri@chromium.org2013-08-233-36/+82
* Revert 219066 "Sessions API - previously Session Restore API. Su..."creis@chromium.org2013-08-223-82/+36
* Sessions API - previously Session Restore API. Supports restoring currently o...dwankri@chromium.org2013-08-223-36/+82
* JSON/IDL Compiler now generates event names as of r215660. Use these generate...DHNishi@gmail.com2013-08-202-10/+13
* Move kJavaScriptScheme into content namespace.tfarina@chromium.org2013-08-191-2/+2
* Remove GetActiveEntry usage from chrome/browser/extensions.nasko@chromium.org2013-08-161-1/+1
* Add OWNERS for a bunch more extension APIs: alarms, bluetooth, context_menus,kalman@chromium.org2013-08-151-0/+2
* c/b/extensions: Do not use Value::Create*.DHNishi@gmail.com2013-08-142-4/+4
* Move ShellWindowRegistry to appsbenwells@chromium.org2013-08-091-1/+1
* Move native_app_window code to apps areasbenwells@chromium.org2013-08-063-3/+5
* Revert 215753 "Move native_app_window code to apps areas"benwells@chromium.org2013-08-063-5/+3
* Move native_app_window code to apps areasbenwells@chromium.org2013-08-063-3/+5
* Move UserScript and Extension switches to top-level extensions/.yoz@chromium.org2013-07-192-2/+2
* Use a direct include of the message_loop header in chrome/browser/, part 5.avi@chromium.org2013-07-181-1/+1
* Move AppWindowContents to apps componentbenwells@chromium.org2013-07-171-3/+0
* JSON Schema Compiler: support "choices" types within other choices types.kalman@chromium.org2013-07-131-22/+17
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-123-3/+3
* Allow Chrome OS login profile to have different default pref valuesbartfab@chromium.org2013-07-052-2/+2
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 2tfarina@chromium.org2013-07-031-1/+1
* Move ShellWindow into apps component.benwells@chromium.org2013-07-013-10/+14
* Revert 208927 "Move ShellWindow into apps component."asvitkine@chromium.org2013-06-273-14/+10
* Move ShellWindow into apps component.benwells@chromium.org2013-06-273-10/+14
* Fix bug with captureVisibleTab where we treated options.format as a requiredmpcomplete@chromium.org2013-06-251-2/+2
* Dragging panels near screen edgevarkha@chromium.org2013-06-221-0/+2
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-216-44/+49
* Revert r182130: "When focusing a tab via the extension API, bring focus to itsmpcomplete@chromium.org2013-06-201-6/+4
* Use a direct include of strings headers in chrome/browser/extensions/, part 2.avi@chromium.org2013-06-112-5/+5
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.avi@chromium.org2013-06-071-1/+1
* Translate: create chrome/common/translate directorytoyoshim@chromium.org2013-06-061-1/+1
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-3/+2
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-1/+1