index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
extensions
/
api
/
debugger
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add optional tabId and extensionId properties to chrome.debugger.TargetInfo t...
kaznacheev@chromium.org
2013-07-17
1
-2
/
+13
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-12
1
-1
/
+1
*
Revert 210950 "Revert 210945 "Misc. cleanup:""
cpu@chromium.org
2013-07-10
1
-124
/
+119
*
Revert 210945 "Misc. cleanup:"
cpu@chromium.org
2013-07-10
1
-119
/
+124
*
Fix compile break due to last-minute .h revert.
pkasting@chromium.org
2013-07-10
1
-0
/
+1
*
Misc. cleanup:
pkasting@chromium.org
2013-07-10
1
-125
/
+119
*
Eliminate browser-side dependency on WebDevToolsAgent.
darin@chromium.org
2013-06-26
1
-3
/
+4
*
Convert most of extensions and some other random stuff to using the base name...
brettw@chromium.org
2013-06-21
1
-5
/
+6
*
Change ApiResourceManager to use ProfileKeyedApi.
patrickriordan177@gmail.com
2013-06-17
1
-2
/
+2
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.
avi@chromium.org
2013-06-09
1
-1
/
+1
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-7
/
+7
*
content: Extract url utility functions into url_utils.{h,cc}
tfarina@chromium.org
2013-05-17
1
-1
/
+1
*
Formatting cleanup. Should be no code change.
pkasting@chromium.org
2013-05-03
1
-23
/
+68
*
Some more reordering that wasn't in r197198.
pkasting@chromium.org
2013-04-30
1
-63
/
+62
*
Reorder pieces of code. No other changes.
pkasting@chromium.org
2013-04-30
1
-105
/
+105
*
Avoid using InfoBarDelegate::owner(), which will be going away; dynamically c...
pkasting@chromium.org
2013-04-25
1
-5
/
+9
*
[Sheriff] Disabling ExtensionApiTest.Debugger which flaky in browser tests on...
rlp@chromium.org
2013-04-22
1
-1
/
+8
*
Add chrome.debugger API tests for shared worker targets.
kaznacheev@chromium.org
2013-04-12
1
-1
/
+9
*
Support shared workers as debug targets for chrome.debugger API
kaznacheev@chromium.org
2013-04-05
2
-81
/
+115
*
Add chrome.debugger.getTargets method to discover available debug targets.
kaznacheev@chromium.org
2013-04-03
4
-81
/
+198
*
Remove redundant DevToolsManager methods and clean up its clients.
kaznacheev@chromium.org
2013-04-01
1
-4
/
+1
*
Revert 191151 "Add chrome.debugger.getTargets method to discover..."
rsleevi@chromium.org
2013-03-28
4
-200
/
+81
*
Add chrome.debugger.getTargets method to discover available debug targets.
kaznacheev@chromium.org
2013-03-28
4
-81
/
+200
*
Move c/b/a/infobar files back to c/b/infobar
kaiwang@chromium.org
2013-03-19
1
-2
/
+2
*
Clean up DevToolsAgentHost and DevToolsManager interfaces
kaznacheev@chromium.org
2013-03-15
1
-2
/
+2
*
Revert 188369 "Clean up DevToolsAgentHost and DevToolsManager in..."
kaznacheev@chromium.org
2013-03-15
1
-2
/
+2
*
Clean up DevToolsAgentHost and DevToolsManager interfaces
kaznacheev@chromium.org
2013-03-15
1
-2
/
+2
*
Allow chrome.debugger API to attach to extension background pages.
kaznacheev@chromium.org
2013-02-26
5
-51
/
+132
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...
rsleevi@chromium.org
2013-02-07
1
-2
/
+2
*
Allow multiple WebUIControllerFactory objects to be registered. This makes is...
jam@chromium.org
2013-01-28
1
-2
/
+2
*
Record histogram of extension API usage
rpaquay@chromium.org
2013-01-18
1
-3
/
+3
*
Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it
kalman@chromium.org
2013-01-11
2
-23
/
+23
*
Revert revision 176015
ricow@chromium.org
2013-01-10
2
-23
/
+23
*
Revert 176047
ricow@chromium.org
2013-01-10
2
-23
/
+23
*
Revert 176015
ricow@chromium.org
2013-01-10
2
-23
/
+23
*
Revert 175971
ricow@chromium.org
2013-01-10
1
-2
/
+2
*
Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it
kalman@chromium.org
2013-01-10
2
-23
/
+23
*
Revert 175890: actually, looks like we want this to also help move chromeos w...
jam@chromium.org
2013-01-10
1
-2
/
+2
*
Revert 175822
jam@chromium.org
2013-01-09
1
-2
/
+2
*
Allow multiple WebUIControllerFactory objects to be registered. This makes is...
jam@chromium.org
2013-01-09
1
-2
/
+2
*
Change infobar creation to use a public static Create() method on the infobar...
pkasting@chromium.org
2013-01-08
1
-12
/
+28
*
Minor cleanup to how infobars handle expiry:
pkasting@chromium.org
2013-01-07
1
-7
/
+7
*
DevTools: make DevToolsAgentHost ref-counted.
pfeldman@chromium.org
2012-12-26
1
-4
/
+4
*
DevTools: introduce public content::DevToolsAgentHost.
pfeldman@chromium.org
2012-12-25
1
-6
/
+4
*
Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelper
pkasting@chromium.org
2012-12-20
1
-13
/
+13
*
DevTools: remove FrameNavigating and ContentsReplaced ClientHost signals.
pfeldman@chromium.org
2012-12-20
1
-6
/
+0
*
Remove deprecated extension EventRouter APIs.
mpcomplete@chromium.org
2012-12-07
1
-4
/
+8
*
Removed some dead code from the extensions APIs
sergiyb@google.com
2012-11-20
2
-4
/
+0
[next]