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
/
extension.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add optional homepage_url to manifest and use it in place of Gallery URL in UI.
tessamac@google.com
2010-10-25
1
-2
/
+7
*
Introduce new location for managed extensions
gfeher@chromium.org
2010-10-25
1
-2
/
+14
*
Move the rest of the Extension data into either StaticData or RuntimeData
mpcomplete@chromium.org
2010-10-18
1
-156
/
+192
*
fix EffectiveHostPermissions test to match implementation
erikkay@chromium.org
2010-10-14
1
-3
/
+5
*
Remove traces for the WhitelistExtension test. The flakiness seems to be gone.
finnur@chromium.org
2010-10-14
1
-3
/
+0
*
Prevent browser actions and page actions from being used with
aa@chromium.org
2010-10-14
1
-0
/
+4
*
Address flakiness in the WhitelistExtension test.
finnur@chromium.org
2010-10-13
1
-0
/
+7
*
Marking a test as non-flaky and add temporary traces in case it fails on the ...
finnur@chromium.org
2010-10-11
1
-0
/
+3
*
Implement new strategy for default apps. Instead of using
aa@chromium.org
2010-10-09
1
-12
/
+2
*
add app histograms
erikkay@chromium.org
2010-10-08
1
-2
/
+17
*
use webstore extent to verify gallery downloads
erikkay@chromium.org
2010-10-08
1
-3
/
+5
*
Convert the extension scripting whitelist to a std::vector.
finnur@chromium.org
2010-10-08
1
-4
/
+2
*
Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-04
1
-0
/
+1
*
Relanding "Take extension 'management' API out of experimental."
asargent@chromium.org
2010-10-04
1
-0
/
+1
*
Attempt2: Component extensions (and whitelisted extensions) specifying <all_u...
finnur@chromium.org
2010-10-04
1
-2
/
+26
*
Revert 61347 - Take extension 'management' API out of experimental.
asargent@chromium.org
2010-10-04
1
-1
/
+0
*
Take extension 'management' API out of experimental.
asargent@chromium.org
2010-10-04
1
-0
/
+1
*
Revert 61323 - Component extensions (and whitelisted extensions) specifying <...
finnur@chromium.org
2010-10-03
1
-26
/
+2
*
Component extensions (and whitelisted extensions) specifying <all_urls> in th...
finnur@chromium.org
2010-10-03
1
-2
/
+26
*
Made extensions change processor listen to install/uninstall notifications.
akalin@chromium.org
2010-10-01
1
-0
/
+6
*
Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."
erg@google.com
2010-10-01
1
-1
/
+0
*
FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-01
1
-0
/
+1
*
Refactor ChromeURLRequestContext to pull out ExtensionInfoMap into a shared
mpcomplete@chromium.org
2010-09-30
1
-47
/
+89
*
Changed EXTENSION_UNINSTALLED notification to happen after uninstallation.
akalin@chromium.org
2010-09-30
1
-0
/
+9
*
fix host permission handling when sites add support for https for the same se...
erikkay@chromium.org
2010-09-29
1
-5
/
+21
*
Revert 60848 - Changed EXTENSION_UNINSTALLED notification to happen after uni...
akalin@chromium.org
2010-09-28
1
-9
/
+0
*
Changed EXTENSION_UNINSTALLED notification to happen after uninstallation.
akalin@chromium.org
2010-09-28
1
-0
/
+9
*
Revert 60834 - Changed EXTENSION_UNINSTALLED notification to happen after uni...
akalin@chromium.org
2010-09-28
1
-9
/
+0
*
Changed EXTENSION_UNINSTALLED notification to happen after uninstallation.
akalin@chromium.org
2010-09-28
1
-0
/
+9
*
Generalize permission types to make it safer for us to add new permissions an...
erikkay@chromium.org
2010-09-28
1
-26
/
+29
*
Factor an ExtensionIconSet class out of Extension. This can
aa@chromium.org
2010-09-16
1
-21
/
+9
*
FBTF: Move Extension::LaunchContainer to extension_constants.h.
erg@google.com
2010-09-16
1
-8
/
+5
*
Hide packed hosted apps in chrome://extensions .
skerner@chromium.org
2010-09-14
1
-2
/
+2
*
Trailing slash in custom gallery URLs entered by users should not cause the l...
finnur@chromium.org
2010-09-14
1
-2
/
+3
*
Excempt certain extension functions from module permission check.
finnur@chromium.org
2010-09-10
1
-3
/
+3
*
Due to some unresolved blocking issues, we are switching Native Client back o...
cbiffle@google.com
2010-09-03
1
-1
/
+0
*
fix string declarations to remove static initializer
erikkay@chromium.org
2010-09-02
1
-19
/
+19
*
Private API for web store to get sync login and set store login information.
asargent@chromium.org
2010-09-01
1
-0
/
+1
*
Allow options pages for hosted apps to be external.
skerner@chromium.org
2010-09-01
1
-1
/
+2
*
Add support for a "split" incognito behavior for extensions.
mpcomplete@chromium.org
2010-08-31
1
-0
/
+5
*
Reland r57788 - Expose Extension Bindings to Component Applications
rafaelw@chromium.org
2010-08-31
1
-2
/
+4
*
Remove full-screen launch option app.launch.fullscreen
skerner@chromium.org
2010-08-30
1
-6
/
+0
*
Resubmit cl 3228005
erikkay@chromium.org
2010-08-29
1
-0
/
+6
*
remove browse extent
erikkay@chromium.org
2010-08-29
1
-6
/
+0
*
Revert 57816 - disallow extension permissions in hosted apps
erikkay@chromium.org
2010-08-29
1
-6
/
+0
*
disallow extension permissions in hosted apps
erikkay@chromium.org
2010-08-29
1
-0
/
+6
*
Add the collapsed 'miniview' to the apps and most visisted sections. Also, fi...
aa@chromium.org
2010-08-29
1
-3
/
+2
*
Revert 57788 - Expose Extension Bindings to Component Applications
rafaelw@chromium.org
2010-08-28
1
-4
/
+2
*
Expose Extension Bindings to Component Applications
rafaelw@chromium.org
2010-08-28
1
-2
/
+4
*
When the browser doesn't have connectivity to a hosted app, display a prettie...
erikkay@chromium.org
2010-08-27
1
-2
/
+11
[prev]
[next]