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
*
Added webstorePrivate API functions for launching ephemeral apps
tmdiep@chromium.org
2014-06-21
1
-0
/
+2
*
Remove --enable-service-worker flag
jsbell@chromium.org
2014-06-20
2
-3
/
+3
*
enterprise.platformKeys: Copy-on-read the 'algorithm' member of Key objects.
pneubeck@chromium.org
2014-06-20
3
-0
/
+26
*
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
*
chrome.bluetoothLowEnergy: Introduce connect and disconnect methods.
armansito@chromium.org
2014-06-20
1
-0
/
+2
*
Add FileSystemID parameter to IsolatedContext::RegisterFileSystemForPath.
kinaba@chromium.org
2014-06-20
1
-1
/
+1
*
Add widevine and extensions resources to GN build.
brettw@chromium.org
2014-06-20
3
-0
/
+39
*
Moves extension_icon_image and image_loader to extensions/browser
mukai@chromium.org
2014-06-20
14
-0
/
+1874
*
Add chrome.virtualKeyboardPrivate.openSettings api to open settings page
bshe@chromium.org
2014-06-19
1
-0
/
+1
*
Revert 277929 "[fsp] Cleanup handling errors for operation reque..."
oshima@chromium.org
2014-06-18
1
-7
/
+6
*
Fix several problems with the content verification code
asargent@chromium.org
2014-06-18
9
-95
/
+301
*
extensions::Dispatcher: Don't crash if forced_idle_timer_ is null.
yoz@chromium.org
2014-06-18
1
-2
/
+3
*
Remove the ability to retain local data of evicted ephemeral apps
tmdiep@chromium.org
2014-06-18
2
-89
/
+3
*
[fsp] Cleanup handling errors for operation requests.
mtomasz@chromium.org
2014-06-18
1
-6
/
+7
*
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
4
-22
/
+1
*
Identity API: add chrome.identity.getProfileUserInfo
courage@chromium.org
2014-06-17
1
-0
/
+1
*
Log error in ValueStore if JSON serialization during writing fails.
pneubeck@chromium.org
2014-06-16
2
-3
/
+9
*
Add a do_not_sync pref to ExtensionPrefs.
xiyuan@chromium.org
2014-06-14
3
-3
/
+27
*
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
6
-16
/
+6
*
Remove adview
fsamuel@chromium.org
2014-06-13
3
-4
/
+1
*
Cleanup: Make ExtensionService:: and ExtensionPrefs::OnExtensionInstalled
kalman@chromium.org
2014-06-13
4
-20
/
+62
*
Fix linkage of components/keyed_service.
joaodasilva@chromium.org
2014-06-13
1
-0
/
+1
*
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
3
-1
/
+40
*
Add the about_page key to shared_module manifest
sashab@chromium.org
2014-06-12
2
-1
/
+8
*
Invoke callback from WebstoreInstaller when installation is fully complete
tmdiep@chromium.org
2014-06-12
3
-1
/
+18
*
Updating XTBs based on .GRDs from branch 1985
matthewyuan@chromium.org
2014-06-12
52
-0
/
+260
*
Move ExtensionServiceTestBase into its own header/cc file
rdevlin.cronin@chromium.org
2014-06-12
2
-3
/
+6
*
Call InitOriginPermissions when extension is added to the renderer process.
kouhei@chromium.org
2014-06-12
1
-2
/
+7
*
Adds IME switching private APIs.
shuchen@chromium.org
2014-06-12
1
-0
/
+3
*
Make MessagingBindings use ScriptContextSet::ForEach. This is a long-standing
kalman@chromium.org
2014-06-12
8
-190
/
+188
*
Remove param |context_type| from InitOriginPermissions
kouhei@chromium.org
2014-06-10
3
-7
/
+6
*
This replaces AutomationTree with AutomationRootNode, which is a regular node...
aboxhall@chromium.org
2014-06-10
2
-15
/
+28
*
Fix content verifier handling of paths with subdirectories on windows
asargent@chromium.org
2014-06-10
2
-4
/
+10
*
Move about://-related constants from //content to //url
blundell@chromium.org
2014-06-10
1
-2
/
+2
*
Remove cdn from OWNERS for IPC security review.
palmer@chromium.org
2014-06-08
1
-1
/
+0
*
Move allocate instance id to chrome/.
lazyboy@chromium.org
2014-06-07
1
-0
/
+2
*
Add an extension override bubble and warning box for proxy extensions. (2nd a...
finnur@chromium.org
2014-06-07
2
-0
/
+21
*
Move c/b/e/api/api_resource_manager_unittest.cc to
limasdf@gmail.com
2014-06-07
1
-0
/
+63
*
Separate PermissionsData::CanExecuteScriptOnPage into two functions
rdevlin.cronin@chromium.org
2014-06-07
5
-98
/
+134
*
Remove deprecated permissions functions from Extension
rdevlin.cronin@chromium.org
2014-06-06
14
-52
/
+61
*
Remove InstallTracker's extension load, unload observer.
limasdf@gmail.com
2014-06-06
3
-2
/
+11
*
Should provide creation context and isolate for WebBlob::toV8Value.
tasak@google.com
2014-06-06
2
-2
/
+3
*
Should provide creation context and isolate for WebDOMError::toV8Value.
tasak@google.com
2014-06-06
1
-1
/
+2
*
Remove PermissionsData::ForExtension() completely
rdevlin.cronin@chromium.org
2014-06-06
11
-149
/
+101
*
Use createV8Entry() and toV8Value() with context and isolate defined in WebDO...
tasak@google.com
2014-06-06
1
-2
/
+5
*
Revert 275229 "Add an extension override bubble and warning box ..."
finnur@chromium.org
2014-06-05
2
-21
/
+0
[next]