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
/
declarative
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland r279748: Rename webview API related files to web_view_internal.
lazyboy@chromium.org
2014-06-26
1
-6
/
+10
*
Revert 279748 "Rename webview API related files to web_view_inte..."
lazyboy@chromium.org
2014-06-25
1
-10
/
+6
*
Rename webview API related files to web_view_internal.
lazyboy@chromium.org
2014-06-25
1
-6
/
+10
*
Move /c/b/extensions/StateStore to /extension/browser
limasdf@gmail.com
2014-06-25
2
-2
/
+2
*
Cleanup: Remove #ifdefs in extensions code that is disabled on mobile.
thestig@chromium.org
2014-06-23
1
-2
/
+0
*
Remove deprecated permissions functions from Extension
rdevlin.cronin@chromium.org
2014-06-06
3
-5
/
+11
*
Use ExtensionRegistryObserver instead of deprecated extension notification fr...
limasdf@gmail.com
2014-05-30
2
-21
/
+14
*
Rename NOTIFICATION_EXTENSION_UNINSTALLED to NOTIFICATION_EXTENSION_UNINSTALL...
limasdf@gmail.com
2014-05-29
1
-2
/
+2
*
Cleanup extension_service.h
rdevlin.cronin@chromium.org
2014-05-29
1
-0
/
+1
*
Removed deprecated GetInstalledExtension function from c/b/e/api/*
limasdf@gmail.com
2014-05-23
1
-6
/
+6
*
Use ExtensionRegistryObserver instead of deprecated extension notification fr...
limasdf@gmail.com
2014-05-13
2
-21
/
+33
*
Drive extension functions from ExtensionFunction::Run. The
kalman@chromium.org
2014-05-03
2
-11
/
+11
*
1. Handle the case of empty embedder_extension_id in guestview.h.
hanxi@chromium.org
2014-04-30
1
-1
/
+1
*
Revert "Revert "Revert 266297 "1. Handle the case of empty embedder_extension...
machenbach@chromium.org
2014-04-28
1
-1
/
+1
*
Revert "Revert 266297 "1. Handle the case of empty embedder_extension_id...""
dbeam@chromium.org
2014-04-28
1
-1
/
+1
*
Revert 266297 "1. Handle the case of empty embedder_extension_id..."
rmsousa@chromium.org
2014-04-26
1
-1
/
+1
*
1. Handle the case of empty embedder_extension_id in guestview.h.
hanxi@chromium.org
2014-04-26
1
-1
/
+1
*
Replace NOTIFICATION_EXTENSION_LOADED to NOTIFICATION_EXTENSION_LOADED_DEPREC...
limasdf@gmail.com
2014-04-20
1
-2
/
+2
*
Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens...
jyasskin@chromium.org
2014-03-29
4
-19
/
+19
*
Rename NOTIFICATION_EXTENSION_UNLOADED to
kalman@chromium.org
2014-03-19
1
-2
/
+2
*
Remove dead and obsolete self-inclusions in headers.
zvorygin@chromium.org
2014-03-19
1
-2
/
+0
*
Rename ProfileKeyedAPI to BrowserContextKeyedAPI and GetProfile to Get.
yoz@chromium.org
2014-03-05
2
-10
/
+11
*
Move chrome/browser/value_store to extensions/value_store
jamescook@chromium.org
2014-03-01
1
-1
/
+1
*
Move ProfileKeyedAPI implementations to take BrowserContext in the constructo...
yoz@chromium.org
2014-02-21
2
-12
/
+16
*
ExtensionSystem cleanup part 3
yoz@chromium.org
2014-02-14
2
-2
/
+1
*
Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.
yoz@chromium.org
2014-01-30
2
-2
/
+2
*
Clean up extension_util.h.
derat@chromium.org
2014-01-24
1
-1
/
+1
*
Move ExtensionPrefs and friends to extensions/ directory.
derat@chromium.org
2014-01-22
3
-3
/
+4
*
Cleanup: Replace &LazyInstance::Get() with LazyInstance::Pointer().
thestig@chromium.org
2014-01-21
1
-1
/
+1
*
Update some uses of Value in chrome/browser to use the base:: namespace.
avi@chromium.org
2013-12-23
1
-1
/
+1
*
Don't post tasks from RulesRegistry c-tor
vabr@chromium.org
2013-12-19
1
-11
/
+7
*
RulesRegistryWithCacheTest uses CHANNEL_UNKNOWN to access DWR API
vabr@chromium.org
2013-12-17
1
-0
/
+9
*
Move extensions/common/matcher into components/url_matcher.
joaodasilva@chromium.org
2013-12-13
2
-15
/
+18
*
Do not store prefs for uninstalled extensions
vabr@chromium.org
2013-12-13
5
-84
/
+156
*
Convert string16 to use base namespace.
brettw@chromium.org
2013-12-09
1
-1
/
+1
*
Use TestExtensionEnvironment in RulesRegistryWithCacheTest.
jyasskin@chromium.org
2013-12-07
1
-56
/
+23
*
Make RulesRegistry::process_changed_rules_requested_ a map (relanding)
vabr@chromium.org
2013-11-28
3
-46
/
+71
*
Revert 237555 "Make RulesRegistry::process_changed_rules_request..."
ygorshenin@google.com
2013-11-27
3
-43
/
+10
*
Make RulesRegistry::process_changed_rules_requested_ a map
vabr@chromium.org
2013-11-27
3
-10
/
+43
*
Declarative rules should be removed on uninstalling, not unloading
vabr@chromium.org
2013-11-23
10
-85
/
+226
*
RulesRegistry::Get(All)Rules now returns void
vabr@chromium.org
2013-11-20
6
-52
/
+33
*
Clean-up in RulesRegistry
vabr@chromium.org
2013-11-19
2
-15
/
+16
*
Move Extension and PermissionsData to extensions/common.
yoz@chromium.org
2013-11-15
5
-5
/
+5
*
Rename initializing_rules_registry_unittest.cc
fsamuel@chromium.org
2013-11-15
1
-3
/
+3
*
Rules Registry Optimization: Don't fill in rules pulled from storage
fsamuel@chromium.org
2013-11-14
3
-10
/
+30
*
<webview>: Implement declarativeWebRequest API
fsamuel@chromium.org
2013-11-13
11
-58
/
+299
*
Moved ExtensionInfoMap and ExtensionsQuotaService to extensions/
benwells@chromium.org
2013-11-09
2
-4
/
+2
*
Moved extension and value builder code to extensions component.
benwells@chromium.org
2013-11-05
1
-1
/
+1
*
Declarative API: Signal RulesRegister ready on correct thread
fsamuel@chromium.org
2013-11-05
1
-1
/
+4
*
Decouple RulesCacheDelegate from RulesRegistry
fsamuel@chromium.org
2013-11-03
9
-107
/
+109
[next]