| Commit message (Expand) | Author | Age | Files | Lines |
* | Tentative fix for kiosk ARC app deployment issue. | jennyz | 2015-10-12 | 1 | -7/+0 |
* | [Extensions] Make const PermissionSet* const PermissionSet& where possible | rdevlin.cronin | 2015-09-30 | 1 | -4/+3 |
* | Fix background page keepalive on reload with DevTools open | rockot | 2015-09-25 | 1 | -0/+4 |
* | [Extensions] Un-refcount PermissionSet | rdevlin.cronin | 2015-09-24 | 1 | -4/+4 |
* | [Extensions] Make methods return refptrs for PermissionSet | rdevlin.cronin | 2015-09-17 | 1 | -1/+1 |
* | [Extensions] Allow revokable permissions | rdevlin.cronin | 2015-09-16 | 1 | -1/+1 |
* | Only grant permissions to new extensions from sync if they have the expected ... | treib | 2015-09-11 | 1 | -15/+16 |
* | ExtensionSyncService: listen for relevant changes instead of being explicitly... | treib | 2015-08-26 | 1 | -37/+20 |
* | Remove command line flag to install an ephemeral app. | benwells | 2015-08-21 | 1 | -19/+10 |
* | Revert of base: Remove using:: declaration from version.h header. (patchset #... | thakis | 2015-08-19 | 1 | -8/+8 |
* | base: Remove using:: declaration from version.h header. | tfarina | 2015-08-19 | 1 | -8/+8 |
* | Replace ToLower calls to the new format | brettw | 2015-08-10 | 1 | -1/+1 |
* | Move ownership of AppSorting from ExtensionPrefs to ExtensionSystem | treib | 2015-08-06 | 1 | -0/+1 |
* | Extensions: Remove the intermediate PermissionMessageStrings interface | treib | 2015-08-04 | 1 | -2/+0 |
* | Let supervised users approve escalated extension permissions | treib | 2015-07-31 | 1 | -2/+3 |
* | Defer extension process creation until IO data initialized | rockot | 2015-07-29 | 1 | -1/+11 |
* | Extension syncing: Introduce a NeedsSync pref | treib | 2015-07-21 | 1 | -14/+12 |
* | ExtensionSyncService cleanup: process uninstalls in one step | treib | 2015-07-16 | 1 | -12/+5 |
* | Cleanup ExtensionSyncService and SyncBundle. | treib | 2015-07-08 | 1 | -10/+7 |
* | Remove ExtensionPermission2* histograms. | treib | 2015-06-12 | 1 | -17/+0 |
* | chrome/browser/extensions: Remove use of MessageLoopProxy and deprecated Mess... | skyostil | 2015-06-11 | 1 | -7/+7 |
* | Remove ExtensionPrefs::SetDidExtensionEscalatePermissions. | treib | 2015-06-10 | 1 | -10/+5 |
* | Clean up TrackTerminatedExtension UAF fix CL | xiyuan | 2015-06-09 | 1 | -3/+1 |
* | Fix TrackTerminatedExtension UAF | xiyuan | 2015-06-04 | 1 | -4/+12 |
* | Extract EventRouter from ExtensionSystem. | juncai | 2015-06-04 | 1 | -2/+2 |
* | Do *not* grant permissions to extensions that come in via Sync disabled due t... | treib | 2015-05-21 | 1 | -0/+7 |
* | NTP Zombie Code Slayer Part IV: Most Visited | dbeam | 2015-05-21 | 1 | -1/+1 |
* | Revert of NTP Zombie Code Slayer Part IV: Most Visited (patchset #6 id:100001... | dbeam | 2015-05-21 | 1 | -1/+1 |
* | NTP Zombie Code Slayer Part IV: Most Visited | dbeam | 2015-05-20 | 1 | -1/+1 |
* | Extensions: Store disable reasons in Sync | treib | 2015-05-20 | 1 | -7/+6 |
* | Extract InstallVerifier from ExtensionSystem. | juncai | 2015-05-18 | 1 | -2/+2 |
* | Extensions: Switch to new permission message system, part V | treib | 2015-05-07 | 1 | -15/+35 |
* | Now there's no place where use NOTIFICATION_EXTENSION_UNINSTALLED_DEPRECATED. | limasdf | 2015-05-05 | 1 | -8/+0 |
* | Instrument some potentially expensive functions called from BrowserMainRunner... | yiyaoliu | 2015-04-23 | 1 | -0/+4 |
* | Code Cleanup for extension_prefs, as AddDisableReasons() is not required same... | deepak.m1 | 2015-04-16 | 1 | -1/+2 |
* | Supervised users: Include extension version in update requests | treib | 2015-03-24 | 1 | -2/+2 |
* | Extensions: Prepare switch to new permission message system | treib | 2015-03-16 | 1 | -6/+5 |
* | Add metric measuring Feature Provider Static() length in the browser process. | rkaplow | 2015-03-14 | 1 | -1/+1 |
* | Additional tracing and histogram in Extensions startup. | rkaplow | 2015-03-05 | 1 | -1/+2 |
* | Supervised users: When an extension requires new permissions, send request to... | treib | 2015-03-04 | 1 | -2/+25 |
* | kiosk: Ensure launching latest version. | xiyuan | 2015-03-04 | 1 | -1/+3 |
* | Implement ID/Hash-based extension cache map. | ginkage | 2015-02-27 | 1 | -0/+1 |
* | Refactor Extension initialization logic. Add tracing and an additional latenc... | rkaplow | 2015-02-25 | 1 | -54/+61 |
* | Fixes component extension commands assignment on reload. | dtseng | 2015-02-23 | 1 | -2/+3 |
* | Automatically grant permissions to default-installed extensions | rockot | 2015-02-17 | 1 | -8/+6 |
* | Add some tracing for Profiles and Extensions. | rkaplow | 2015-02-14 | 1 | -1/+3 |
* | [Extensions] Propagate activeTab hosts to extension background pages | rdevlin.cronin | 2015-02-07 | 1 | -1/+4 |
* | Validate hash_sha256 checksum on .crx update. | ginkage | 2015-02-04 | 1 | -5/+5 |
* | Add more fine grained UMA for ExtensionService initialization time. At the | kalman | 2015-01-28 | 1 | -0/+3 |
* | Migrates legacy packaged app data when it's upgraded to a platform app | ryanackley | 2015-01-27 | 1 | -1/+13 |