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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix incorrect chrome_settings_overrides warning message
wittman@chromium.org
2014-03-24
1
-1
/
+1
*
Introduce an extension parameter which is used to customize the extension. It...
vasilii@chromium.org
2014-03-24
3
-9
/
+54
*
Ensure extensions.getViews(type: "tab") contains tab created by window.open
d.halman@gmail.com
2014-03-22
2
-3
/
+15
*
Retain local data of ephemeral apps after cache eviction
tmdiep@chromium.org
2014-03-21
2
-1
/
+85
*
Move basic API permissions code out of //chrome
rockot@chromium.org
2014-03-21
27
-10
/
+1880
*
Move ExtensionHost from src/chrome to src/extensions
jamescook@chromium.org
2014-03-21
8
-5
/
+621
*
Clean up DEPS in src/apps and src/extensions
jamescook@chromium.org
2014-03-20
2
-9
/
+11
*
Docserver: Create Article, Intro, and Partial data source as subclasses
ahernandez.miralles@gmail.com
2014-03-20
4
-5
/
+5
*
Split ExtensionWebContentsObserver into base and Chrome implementations
jamescook@chromium.org
2014-03-20
3
-0
/
+174
*
Add a dialog to share files during file transferring.
hirono@chromium.org
2014-03-20
1
-0
/
+1
*
[Hotword] Making enabling/disabling the setting enable/disable the hotword ex...
rlp@chromium.org
2014-03-19
1
-1
/
+6
*
Rename NOTIFICATION_EXTENSION_UNLOADED to
kalman@chromium.org
2014-03-19
5
-9
/
+9
*
Move ExtensionService::GenerateInstalledExtensionsSet() to ExtensionRegistry.
rdevlin.cronin@chromium.org
2014-03-19
2
-0
/
+14
*
Move extensions BCKS factory creation
rockot@chromium.org
2014-03-19
3
-0
/
+56
*
Add extensions/common/OWNERS for *_messages.h.
derat@chromium.org
2014-03-19
1
-0
/
+12
*
Introduce ExtensionHostDelegate, use it for media access requests
jamescook@chromium.org
2014-03-19
5
-27
/
+73
*
[GCM] Adding chrome.gcm.unregister to gcm API
fgorski@chromium.org
2014-03-19
1
-0
/
+1
*
Support for OEM Folder in the App List
stevenjb@chromium.org
2014-03-19
3
-2
/
+30
*
Add 'requirement' support in manifest for window shape.
garykac@chromium.org
2014-03-19
2
-1
/
+20
*
Remove unneeded template specialization
mdempsky@chromium.org
2014-03-18
2
-11
/
+0
*
Fix "unreachable code" warnings (MSVC warning 4702), misc. edition.
pkasting@chromium.org
2014-03-18
1
-20
/
+12
*
Remove extensions APIs in src/extensions from Android build
jamescook@chromium.org
2014-03-17
1
-0
/
+14
*
Move CommandLine to base namespace.
brettw@chromium.org
2014-03-17
4
-7
/
+12
*
Add app.window.shape permission to control access to setShape.
garykac@chromium.org
2014-03-17
1
-0
/
+1
*
Bluetooth: add chrome.bluetooth.getDevice
keybuk@chromium.org
2014-03-17
1
-0
/
+1
*
Remove extension_function_dispatcher.h from extensions/browser/DEPS
jamescook@chromium.org
2014-03-17
1
-1
/
+0
*
Remove //components/browser_context_keyed_service
blundell@chromium.org
2014-03-16
1
-1
/
+0
*
Move ExtensionFunctionDispatcher to extensions/browser.
derat@chromium.org
2014-03-15
10
-2
/
+762
*
Rename SettingsFrontend to StorageFrontend
rdevlin.cronin@chromium.org
2014-03-15
9
-59
/
+59
*
Remove the last c/b/e/extension_service.h includes from src/extensions
jamescook@chromium.org
2014-03-14
7
-604
/
+0
*
Implement setters for app window bounds API
tmdiep@chromium.org
2014-03-14
1
-4
/
+5
*
Move storage API interface description to src/extensions
jamescook@chromium.org
2014-03-13
9
-13
/
+795
*
Move extensions-related files to using //components/keyed_service.
blundell@chromium.org
2014-03-13
23
-55
/
+51
*
Move extension_messages.h to extensions/common.
derat@chromium.org
2014-03-13
16
-15
/
+964
*
More sync of PRESUBMIT with what CQ runs
phajdan.jr@chromium.org
2014-03-13
1
-1
/
+1
*
Initial implementation of the chrome.automation API.
dtseng@google.com
2014-03-13
4
-1
/
+4
*
Remove SettingsBackend
rdevlin.cronin@chromium.org
2014-03-12
9
-249
/
+46
*
Fix <webview>.contextMenus requiring chrome.contextMenus permission.
lazyboy@chromium.org
2014-03-12
1
-0
/
+2
*
Move sockets APIs out of src/chrome
rockot@chromium.org
2014-03-12
34
-17
/
+6601
*
Remove ExtensionService reference from extensions ProcessManager
jamescook@chromium.org
2014-03-12
1
-7
/
+5
*
Limit scope of settings API configuration and proxy permission
battre@chromium.org
2014-03-12
6
-60
/
+132
*
Remove ContainsOnlyWhitespace from string_util and CollapseWhitespace into to...
brettw@chromium.org
2014-03-11
1
-1
/
+1
*
Convert most Chromium presubmit files to use new multiple-tryserver-compatibl...
phajdan.jr@chromium.org
2014-03-11
1
-2
/
+6
*
Make extensions/common/api exist.
rockot@chromium.org
2014-03-11
1
-0
/
+1
*
Remove --prompt-for-extension-extensions switch. FeatureSwitch now can accept
mpcomplete@chromium.org
2014-03-10
4
-9
/
+11
*
Add TestExtensionsBrowserClient, move ProcessManagerTest to //extensions
jamescook@chromium.org
2014-03-10
6
-5
/
+404
*
kiosk: Fix network check skipped regression.
xiyuan@chromium.org
2014-03-10
1
-3
/
+11
*
Move bookmarks_ui manifest key from chrome_settings_overrides to chrome_ui_ov...
wittman@chromium.org
2014-03-10
2
-4
/
+5
*
Move extensions storage API implementation to src/extensions
jamescook@chromium.org
2014-03-10
25
-1
/
+2499
*
Move api_resource{,manager} out of src/chrome
rockot@chromium.org
2014-03-07
4
-0
/
+393
[next]