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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement <appview>
fsamuel@chromium.org
2014-07-11
3
-0
/
+77
*
Move the serial API to extensions/.
sammc@chromium.org
2014-07-10
3
-1
/
+330
*
Remove GetContexts() from the public interface of extensions::Feature. It was
kalman@chromium.org
2014-07-10
12
-70
/
+54
*
Remove the "content_script" context from a number of APIs that shouldn't be
kalman@chromium.org
2014-07-09
1
-8
/
+1
*
Add stream operators for URLPattern and URLPatternSet and unit test for URLPa...
aboxhall@chromium.org
2014-07-09
5
-0
/
+65
*
Support global keyboard commands on Chrome OS.
dtseng@chromium.org
2014-07-09
4
-16
/
+0
*
If an app/extension requests permission to access more than one type of devic...
mohammed@chromium.org
2014-07-08
1
-0
/
+1
*
Add command line flags for embedded extension options
ericzeng@chromium.org
2014-07-08
4
-1
/
+20
*
Add a withheld permissions model to PermissionsData. Withheld permissions are...
rdevlin.cronin@chromium.org
2014-07-07
9
-185
/
+280
*
Remove page id from the permission granting.
avi@chromium.org
2014-07-07
1
-1
/
+1
*
Extension Toolbar redesign, part 1 (overflow)
finnur@chromium.org
2014-07-03
6
-1
/
+14
*
Move chrome.power API from chrome/ to extensions/.
derat@chromium.org
2014-07-03
6
-0
/
+38
*
Implement <appview> skeleton.
fsamuel@chromium.org
2014-07-03
1
-0
/
+1
*
Remove page id from extension script injection permission.
avi@chromium.org
2014-07-03
1
-4
/
+4
*
Remove page id from extension's script execution callbacks.
avi@chromium.org
2014-07-02
1
-7
/
+2
*
Add lots of GN targets:
brettw@chromium.org
2014-07-02
1
-0
/
+1
*
Return if a host name in an URLPattern has no non-whitespace characters.
rob@robwu.nl
2014-07-02
2
-0
/
+6
*
Have the Debugger extension api check that it has access to the tab
rdevlin.cronin@chromium.org
2014-06-27
5
-25
/
+153
*
Allow access to the module system as part of an extension browser test.
dtseng@chromium.org
2014-06-26
1
-0
/
+12
*
Move IPC traits for SkBitmap, gfx_geometry into ui/gfx/ipc
spang@chromium.org
2014-06-25
1
-0
/
+1
*
Docserver: Clean up cross-platform links
ahernandez.miralles@gmail.com
2014-06-25
1
-2
/
+2
*
Rename "managed (mode|user)" to "supervised user" (part 4)
treib@chromium.org
2014-06-24
1
-1
/
+1
*
Docserver: Separate models for apps and extensions.
ahernandez.miralles@gmail.com
2014-06-24
1
-1
/
+1
*
Resolve feature dependencies within the Feature implementations
kalman@chromium.org
2014-06-23
7
-56
/
+164
*
Fixing the consistency with permissions warnings message with respect to "rea...
mohammed@chromium.org
2014-06-23
1
-3
/
+3
*
Refactor renderer-side script injection.
rdevlin.cronin@chromium.org
2014-06-23
1
-6
/
+5
*
Remove the known_disabled feature as it is now superseeded by settings protec...
gab@chromium.org
2014-06-23
1
-2
/
+2
*
Enforce content verification for shared extensions on Chrome OS
dpolukhin@chromium.org
2014-06-23
2
-14
/
+0
*
Revert of Revert of Deprecate file_handlers[*].title. (https://codereview.chr...
jackhou@chromium.org
2014-06-23
5
-21
/
+24
*
Revert of Deprecate file_handlers[*].title. (https://codereview.chromium.org/...
jackhou@chromium.org
2014-06-23
5
-24
/
+21
*
Deprecate file_handlers[*].title.
jackhou@chromium.org
2014-06-23
5
-21
/
+24
*
extensions: Move app.runtime API from apps to extensions.
derat@chromium.org
2014-06-22
4
-0
/
+72
*
Remove --enable-service-worker flag
jsbell@chromium.org
2014-06-20
2
-3
/
+3
*
Load the actual app icon in Athena.
mukai@chromium.org
2014-06-20
1
-0
/
+2
*
Android: Eliminate a bunch of unused extensions APIs.
thestig@chromium.org
2014-06-20
1
-12
/
+21
*
Move usbDevices permission out to //extensions.
rockot@chromium.org
2014-06-18
1
-0
/
+3
*
Remove media_galleries_handlers - not used.
vandebo@chromium.org
2014-06-17
3
-21
/
+0
*
Stub API for gcdPrivate
noamsml@chromium.org
2014-06-14
1
-0
/
+1
*
Remove extension-specific page load time histogram support for webrequest
vabr@chromium.org
2014-06-13
1
-4
/
+2
*
Remove adview
fsamuel@chromium.org
2014-06-13
1
-1
/
+0
*
Add identity.email permission for apps and extensions
courage@chromium.org
2014-06-13
2
-0
/
+2
*
Send an onInstalled event for shared module update
elijahtaylor@chromium.org
2014-06-13
1
-1
/
+6
*
Add the about_page key to shared_module manifest
sashab@chromium.org
2014-06-12
2
-1
/
+8
*
Remove cdn from OWNERS for IPC security review.
palmer@chromium.org
2014-06-08
1
-1
/
+0
*
Separate PermissionsData::CanExecuteScriptOnPage into two functions
rdevlin.cronin@chromium.org
2014-06-07
3
-88
/
+124
*
Remove deprecated permissions functions from Extension
rdevlin.cronin@chromium.org
2014-06-06
7
-40
/
+32
*
Remove PermissionsData::ForExtension() completely
rdevlin.cronin@chromium.org
2014-06-06
6
-107
/
+61
*
Refactor PermissionsData pt1
rdevlin.cronin@chromium.org
2014-06-05
12
-702
/
+792
*
Settings Override API: support prepopulated_id.
vasilii@chromium.org
2014-06-05
2
-0
/
+4
*
Move kStandardSchemeSeparator from //content to //url
blundell@chromium.org
2014-06-05
3
-6
/
+6
[next]