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
*
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
*
Add an extension override bubble and warning box for proxy extensions.
finnur@chromium.org
2014-06-05
2
-0
/
+21
*
Refactor PermissionsData pt1
rdevlin.cronin@chromium.org
2014-06-05
18
-742
/
+836
*
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
4
-7
/
+7
*
Reland 274764 - Reland 274558 - Move some resources to extensions_renderer_re...
yoz@chromium.org
2014-06-04
31
-5
/
+4245
*
Bluetooth: cleanup histograms of deleted methods
keybuk@chromium.org
2014-06-04
1
-12
/
+12
*
Media Galleries API: Audio/Video attached pictures support.
tommycli@chromium.org
2014-06-04
1
-2
/
+2
*
Handle promotion of ephemeral apps in the ExtensionStorageMonitor
tmdiep@chromium.org
2014-06-04
2
-60
/
+0
*
Revert "Reland 274558 - Move some extensions renderer resources to extensions...
dconnelly@chromium.org
2014-06-04
31
-4245
/
+5
*
Reland 274558 - Move some extensions renderer resources to extensions_rendere...
yoz@chromium.org
2014-06-04
31
-5
/
+4245
*
Reland: Add generateAppForLink function in chrome.management
wjywbs@gmail.com
2014-06-04
1
-0
/
+1
*
This CL switches to new blink API (CL 257803006), the old API
pmarch@chromium.org
2014-06-04
1
-2
/
+5
*
Resubmit: Block content scripts from executing until user grants permission
rdevlin.cronin@chromium.org
2014-06-03
13
-70
/
+396
[next]