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
/
extensions
/
common
/
features
Commit message (
Expand
)
Author
Age
Files
Lines
*
FeatureProvider returns std::map instead of vector
limasdf
2016-03-08
3
-16
/
+16
*
Use scoped_ptr instead of linked_ptr from /e/c/features/*
limasdf
2016-03-07
3
-31
/
+24
*
Make extensions::DictionaryBuilder and extensions::ListValue unmovable.
dcheng
2016-02-27
2
-19
/
+24
*
Switch to standard integer types in extensions/.
avi
2015-12-23
9
-1
/
+13
*
Use rvalue reference instead of extensions::DictionaryBuilder::pass()
limasdf
2015-12-19
1
-9
/
+10
*
Convert Pass()→std::move() in //extensions
dcheng
2015-12-18
4
-10
/
+14
*
Cleanup: Convert const char* kFoo to const char kFoo[].
thestig
2015-12-17
2
-8
/
+8
*
Use rvalue reference instead of extensions::ListBuilder::Pass()
limasdf
2015-12-09
2
-19
/
+23
*
Get rid of an unnecessary StringPiece->std::string conversion.
amistry
2015-11-27
1
-3
/
+2
*
Remove ScopedVector from /extenisons part#1
limasdf
2015-11-13
2
-4
/
+4
*
Disable zoom bubble for PDF extension.
wjmaclean
2015-10-29
2
-0
/
+3
*
Add scoped_ptr-safe base::Value to Dictionary/List conversion functions.
reillyg
2015-09-11
1
-1
/
+1
*
bluetooth-advertising: Remove whitelist, add kiosk mode or flag requirement.
ortuno
2015-09-05
2
-4
/
+0
*
[Extension ServiceWorkers] Adding getBackgroundClient
annekao
2015-08-21
2
-0
/
+5
*
Update SplitString calls to new form
brettw
2015-08-08
1
-4
/
+4
*
Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...
pkasting
2015-08-07
1
-4
/
+4
*
Update SplitString calls to new form
brettw
2015-08-07
1
-4
/
+4
*
If an extension feature isn't found, write the feature name to the stack befo...
kalman
2015-08-05
3
-15
/
+41
*
Diable sync for Cast & Media-Router extensions.
haibinlu
2015-07-17
2
-6
/
+10
*
Move JoinString to the base namespace.
brettw
2015-07-15
1
-2
/
+2
*
Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...
hongchan
2015-07-14
1
-2
/
+2
*
Move JoinString to the base namespace.
brettw
2015-07-14
1
-2
/
+2
*
[Service Worker Registration] Registered extension scheme to allow service wo...
annekao
2015-07-14
2
-0
/
+3
*
Subsituting pattern ScopedVector push_back.(ptr.release()) with push_back(ptr...
vaibhav1.a
2015-05-27
3
-6
/
+6
*
API stubs for the BLE advertisement API.
rkc
2015-05-07
2
-0
/
+3
*
Cache --whitelisted-extension-id in SimpleFeature.
jackhou
2015-04-13
2
-14
/
+45
*
Revert of Cache --whitelisted-extension-id in SimpleFeature. (patchset #13 id...
mlerman
2015-04-10
2
-45
/
+14
*
Cache --whitelisted-extension-id in SimpleFeature.
jackhou
2015-04-10
2
-14
/
+45
*
extensions: Reuse crx_file's HashedIdInHex() function in SimpleFeature.
tfarina
2015-04-04
1
-8
/
+5
*
Refactor Uses of std::set to std::vector in SimpleFeature
robliao
2015-03-27
4
-235
/
+351
*
Add metric measuring Feature Provider Static() length in the browser process.
rkaplow
2015-03-14
1
-0
/
+22
*
[Extensions] Remove ChromeV8Context and DispatcherDelegate::CreateScriptContext.
kalman
2015-03-10
4
-18
/
+6
*
[Extensions] Start making chrome://extensions use extensions APIs
rdevlin.cronin
2015-02-24
1
-1
/
+14
*
Cleanup: Simplify the SimpleFeature class.
thestig
2015-01-21
2
-47
/
+30
*
Add a 'nocompile' option to Extension feature files, and annotate all Devtools
kalman
2015-01-13
1
-4
/
+19
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-22
1
-2
/
+2
*
Add FeatureProvider::GetAPIFeature, FeatureProvider::GetBehaviorFeature, etc as
kalman
2014-12-18
6
-21
/
+72
*
Add the basic infrastructure for the Behavior feature type: BehaviorFeature and
kalman
2014-12-15
7
-3
/
+63
*
Add support for command line switches to Features, and as proof that it works,
kalman
2014-12-12
5
-8
/
+101
*
Standardize usage of virtual/override/final in extensions/
dcheng
2014-10-21
6
-54
/
+52
*
replace OVERRIDE and FINAL with override and final in extensions/
mostynb
2014-10-03
6
-22
/
+22
*
Move most extension feature unit tests to extensions_unittests
jamescook
2014-09-12
3
-413
/
+155
*
Allow restricting WebUI-enabled extension APIs to URL patterns.
kalman@chromium.org
2014-07-30
1
-3
/
+10
*
Remove service worker concepts from _api_features.json
scheib@chromium.org
2014-07-26
8
-82
/
+2
*
Allow extension APIs to be called from WebUI. The only API currently
kalman@chromium.org
2014-07-24
3
-1
/
+8
*
Remove GetContexts() from the public interface of extensions::Feature. It was
kalman@chromium.org
2014-07-10
9
-57
/
+36
*
Resolve feature dependencies within the Feature implementations
kalman@chromium.org
2014-06-23
4
-6
/
+112
*
Remove PermissionsData::ForExtension() completely
rdevlin.cronin@chromium.org
2014-06-06
1
-2
/
+1
*
Refactor PermissionsData pt1
rdevlin.cronin@chromium.org
2014-06-05
1
-1
/
+2
*
Make installed_loader UMA less wasteful.
kalman@chromium.org
2014-05-22
1
-0
/
+2
[next]