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
/
common
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a promptBrowserLogin method to webstorePrivate extension API
asargent@chromium.org
2010-10-11
1
-2
/
+29
*
-Add metrics # of DOM, max/min/avg depth of the DOM tree of the tested pages.
lzheng@chromium.org
2010-10-11
4
-80
/
+311
*
Marking a test as non-flaky and add temporary traces in case it fails on the ...
finnur@chromium.org
2010-10-11
2
-1
/
+20
*
Implement new strategy for default apps. Instead of using
aa@chromium.org
2010-10-09
3
-38
/
+4
*
add app histograms
erikkay@chromium.org
2010-10-08
3
-2
/
+31
*
Ensure global extension events (like bookmarks) are sent to the incognito
mpcomplete@chromium.org
2010-10-08
1
-1
/
+9
*
FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .
erg@google.com
2010-10-08
3
-7
/
+7
*
use webstore extent to verify gallery downloads
erikkay@chromium.org
2010-10-08
2
-6
/
+13
*
Convert the extension scripting whitelist to a std::vector.
finnur@chromium.org
2010-10-08
2
-34
/
+33
*
A new page about permission warnings.
kathyw@chromium.org
2010-10-07
5
-0
/
+1120
*
Make extension docs builder use a sorted walk.
asargent@chromium.org
2010-10-06
42
-5
/
+21
*
FBTF: Continue fixing nits found by my automated source scanner.
erg@google.com
2010-10-05
2
-0
/
+7
*
Add chrome.windows.update({focused:true});
aa@chromium.org
2010-10-05
2
-1
/
+60
*
A couple of accessibility-related updates/fixes.
kathyw@chromium.org
2010-10-05
4
-94
/
+42
*
Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-04
5
-5
/
+13
*
Relanding "Take extension 'management' API out of experimental."
asargent@chromium.org
2010-10-04
64
-35
/
+105
*
Remove the traces, as I believe I have found the cause for the failure.
finnur@chromium.org
2010-10-04
1
-7
/
+0
*
Add one more trace.
finnur@chromium.org
2010-10-04
1
-0
/
+7
*
Attempt2: Component extensions (and whitelisted extensions) specifying <all_u...
finnur@chromium.org
2010-10-04
6
-34
/
+257
*
Revert 61347 - Take extension 'management' API out of experimental.
asargent@chromium.org
2010-10-04
64
-105
/
+35
*
Take extension 'management' API out of experimental.
asargent@chromium.org
2010-10-04
64
-35
/
+105
*
Revert 61323 - Component extensions (and whitelisted extensions) specifying <...
finnur@chromium.org
2010-10-03
6
-257
/
+34
*
Component extensions (and whitelisted extensions) specifying <all_urls> in th...
finnur@chromium.org
2010-10-03
6
-34
/
+257
*
clang/mac: Fix most easy problems in chrome.xcodeproj (all targets)
thakis@chromium.org
2010-10-02
1
-9
/
+9
*
Made extensions change processor listen to install/uninstall notifications.
akalin@chromium.org
2010-10-01
2
-1
/
+11
*
Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."
erg@google.com
2010-10-01
5
-13
/
+5
*
FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-01
5
-5
/
+13
*
Clarify one of the match pattern examples per user feedback.
aa@chromium.org
2010-10-01
1
-1
/
+1
*
Prevent apps from claiming "<all_urls>". The gallery would have
aa@chromium.org
2010-10-01
2
-0
/
+10
*
disable plugin tests on ChromeOS
erikkay@chromium.org
2010-09-30
1
-6
/
+2
*
Refactor ChromeURLRequestContext to pull out ExtensionInfoMap into a shared
mpcomplete@chromium.org
2010-09-30
3
-86
/
+170
*
Changed EXTENSION_UNINSTALLED notification to happen after uninstallation.
akalin@chromium.org
2010-09-30
2
-0
/
+14
*
Revert 61074 - changed to flaky
erikkay@chromium.org
2010-09-30
1
-2
/
+1
*
changed to flaky
erikkay@chromium.org
2010-09-30
1
-1
/
+2
*
When computing the list of hosts to use for install permissions and privilege...
erikkay@chromium.org
2010-09-30
2
-5
/
+134
*
Reland changes from r60979 with fixes to test code.
asargent@chromium.org
2010-09-30
4
-14
/
+19
*
Revert 60979 - Change management API uninstall event to just pass the extensi...
asargent@chromium.org
2010-09-29
4
-19
/
+14
*
disable test for linux
erikkay@chromium.org
2010-09-29
1
-1
/
+2
*
Change management API uninstall event to just pass the extension id.
asargent@chromium.org
2010-09-29
4
-14
/
+19
*
fix host permission handling when sites add support for https for the same se...
erikkay@chromium.org
2010-09-29
3
-22
/
+108
*
Revert 60848 - Changed EXTENSION_UNINSTALLED notification to happen after uni...
akalin@chromium.org
2010-09-28
2
-14
/
+0
*
Changed EXTENSION_UNINSTALLED notification to happen after uninstallation.
akalin@chromium.org
2010-09-28
2
-0
/
+14
*
Revert 60834 - Changed EXTENSION_UNINSTALLED notification to happen after uni...
akalin@chromium.org
2010-09-28
2
-14
/
+0
*
Changed EXTENSION_UNINSTALLED notification to happen after uninstallation.
akalin@chromium.org
2010-09-28
2
-0
/
+14
*
Generalize permission types to make it safer for us to add new permissions an...
erikkay@chromium.org
2010-09-28
5
-104
/
+175
*
Adding entries to the FAQ regarding reporting issues.
kurrik@chromium.org
2010-09-25
2
-81
/
+334
*
Remove logging for issue 35198.
skerner@chromium.org
2010-09-24
1
-27
/
+7
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-0
/
+1
*
Allow extensions to request the icons of hosted apps.
aa@chromium.org
2010-09-23
5
-0
/
+50
*
Add a launchApp method to extension management API.
asargent@chromium.org
2010-09-23
2
-0
/
+261
[next]