summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/debugger
Commit message (Expand)AuthorAgeFilesLines
* Add optional tabId and extensionId properties to chrome.debugger.TargetInfo t...kaznacheev@chromium.org2013-07-171-2/+13
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Revert 210950 "Revert 210945 "Misc. cleanup:""cpu@chromium.org2013-07-101-124/+119
* Revert 210945 "Misc. cleanup:"cpu@chromium.org2013-07-101-119/+124
* Fix compile break due to last-minute .h revert.pkasting@chromium.org2013-07-101-0/+1
* Misc. cleanup:pkasting@chromium.org2013-07-101-125/+119
* Eliminate browser-side dependency on WebDevToolsAgent.darin@chromium.org2013-06-261-3/+4
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-211-5/+6
* Change ApiResourceManager to use ProfileKeyedApi.patrickriordan177@gmail.com2013-06-171-2/+2
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.avi@chromium.org2013-06-091-1/+1
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-7/+7
* content: Extract url utility functions into url_utils.{h,cc}tfarina@chromium.org2013-05-171-1/+1
* Formatting cleanup. Should be no code change.pkasting@chromium.org2013-05-031-23/+68
* Some more reordering that wasn't in r197198.pkasting@chromium.org2013-04-301-63/+62
* Reorder pieces of code. No other changes.pkasting@chromium.org2013-04-301-105/+105
* Avoid using InfoBarDelegate::owner(), which will be going away; dynamically c...pkasting@chromium.org2013-04-251-5/+9
* [Sheriff] Disabling ExtensionApiTest.Debugger which flaky in browser tests on...rlp@chromium.org2013-04-221-1/+8
* Add chrome.debugger API tests for shared worker targets.kaznacheev@chromium.org2013-04-121-1/+9
* Support shared workers as debug targets for chrome.debugger APIkaznacheev@chromium.org2013-04-052-81/+115
* Add chrome.debugger.getTargets method to discover available debug targets.kaznacheev@chromium.org2013-04-034-81/+198
* Remove redundant DevToolsManager methods and clean up its clients.kaznacheev@chromium.org2013-04-011-4/+1
* Revert 191151 "Add chrome.debugger.getTargets method to discover..."rsleevi@chromium.org2013-03-284-200/+81
* Add chrome.debugger.getTargets method to discover available debug targets.kaznacheev@chromium.org2013-03-284-81/+200
* Move c/b/a/infobar files back to c/b/infobarkaiwang@chromium.org2013-03-191-2/+2
* Clean up DevToolsAgentHost and DevToolsManager interfaceskaznacheev@chromium.org2013-03-151-2/+2
* Revert 188369 "Clean up DevToolsAgentHost and DevToolsManager in..."kaznacheev@chromium.org2013-03-151-2/+2
* Clean up DevToolsAgentHost and DevToolsManager interfaceskaznacheev@chromium.org2013-03-151-2/+2
* Allow chrome.debugger API to attach to extension background pages.kaznacheev@chromium.org2013-02-265-51/+132
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...rsleevi@chromium.org2013-02-071-2/+2
* Allow multiple WebUIControllerFactory objects to be registered. This makes is...jam@chromium.org2013-01-281-2/+2
* Record histogram of extension API usagerpaquay@chromium.org2013-01-181-3/+3
* Run the JSON Schema Compiler's bundle compilation on JSON files. Previously itkalman@chromium.org2013-01-112-23/+23
* Revert revision 176015ricow@chromium.org2013-01-102-23/+23
* Revert 176047ricow@chromium.org2013-01-102-23/+23
* Revert 176015ricow@chromium.org2013-01-102-23/+23
* Revert 175971ricow@chromium.org2013-01-101-2/+2
* Run the JSON Schema Compiler's bundle compilation on JSON files. Previously itkalman@chromium.org2013-01-102-23/+23
* Revert 175890: actually, looks like we want this to also help move chromeos w...jam@chromium.org2013-01-101-2/+2
* Revert 175822jam@chromium.org2013-01-091-2/+2
* Allow multiple WebUIControllerFactory objects to be registered. This makes is...jam@chromium.org2013-01-091-2/+2
* Change infobar creation to use a public static Create() method on the infobar...pkasting@chromium.org2013-01-081-12/+28
* Minor cleanup to how infobars handle expiry:pkasting@chromium.org2013-01-071-7/+7
* DevTools: make DevToolsAgentHost ref-counted.pfeldman@chromium.org2012-12-261-4/+4
* DevTools: introduce public content::DevToolsAgentHost.pfeldman@chromium.org2012-12-251-6/+4
* Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelperpkasting@chromium.org2012-12-201-13/+13
* DevTools: remove FrameNavigating and ContentsReplaced ClientHost signals.pfeldman@chromium.org2012-12-201-6/+0
* Remove deprecated extension EventRouter APIs.mpcomplete@chromium.org2012-12-071-4/+8
* Removed some dead code from the extensions APIssergiyb@google.com2012-11-202-4/+0