summaryrefslogtreecommitdiffstats
path: root/extensions/shell
Commit message (Expand)AuthorAgeFilesLines
* Reland of GN: Properly mark all NaCl test depencies as data_depsphosek2016-01-121-1/+4
* Revert of GN: Properly mark all NaCl test depencies as data_deps (patchset #2...dbeam2016-01-041-4/+1
* GN: Properly mark all NaCl test depencies as data_depsphosek2016-01-041-1/+4
* Cleanup: Remove double semicolons.thestig2016-01-041-1/+1
* Switch to standard integer types in extensions/.avi2015-12-2336-6/+49
* Use rvalue reference instead of extensions::DictionaryBuilder::pass()limasdf2015-12-192-14/+13
* Convert Pass()→std::move() in //extensionsdcheng2015-12-186-25/+28
* Move nacl targets to subdirectories.brettw2015-12-161-28/+5
* Revert of Move nacl targets to subdirectories. (patchset #6 id:100001 of http...yoichio2015-12-151-5/+28
* Move nacl targets to subdirectories.brettw2015-12-151-28/+5
* Replace ScopedVector<ScopedFD> with std::vector<ScopedFD>mdempsky2015-12-091-0/+1
* Use rvalue reference instead of extensions::ListBuilder::Pass()limasdf2015-12-091-12/+13
* Run gn --format over all .gn filesagrieve2015-11-201-4/+4
* Kill NOTIFICATION_EXTENSION_WILL_BE_INSTALLED_DEPRECATEDlimasdf2015-11-201-1/+1
* Separate RenderViewHost from RenderWidgetHost, part 4: delegateavi2015-10-271-1/+1
* Make chrome and other targets compile on Mac GNbrettw2015-10-232-1/+25
* Adding error handlers to setup.exe.pmonette2015-10-161-1/+1
* Add extensions code to use common updater in components/update_client/asargent2015-10-155-22/+8
* Don't use base::MessageLoop::{Quit,QuitClosure} in extensions/, ipc/ki.stfu2015-10-121-2/+2
* Removing pneubeck@ from OWNERS.pneubeck2015-10-071-1/+1
* Add public session launch flagkelvinp2015-10-012-0/+5
* [Extensions] Make const PermissionSet* const PermissionSet& where possiblerdevlin.cronin2015-09-301-3/+3
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-1/+1
* Delete dead code related to the removed helper apps.kerrnel2015-09-211-32/+0
* Shift URLRequestContextStorage over to taking scoped_ptrs.rdsmith2015-09-162-3/+5
* Don't Allow Service Workers for Unloaded Extensionsrdevlin.cronin2015-09-102-0/+8
* Move Singleton and related structs to namespace baseolli.raula2015-09-103-3/+3
* Remove "API proposal for chrome.app.window to intercept all keys."sriramsr2015-09-092-5/+0
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-091-1/+0
* Use DCHECK_CURRENTLY_ON in extensions/thestig2015-09-081-1/+1
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...stgao2015-09-031-0/+1
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-021-1/+0
* Revert of Add missing runtime dependencies to *_run targets. (patchset #1 id:...maruel2015-09-011-2/+0
* Add missing runtime dependencies to *_run targets.maruel2015-09-011-0/+2
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+1
* Manage HidService lifetime in DeviceClient implementations.reillyg2015-08-282-2/+6
* Manage UsbService lifetime in DeviceClient implementations.reillyg2015-08-282-2/+9
* Rename CoalescedPermissionMessage to PermissionMessagetreib2015-08-271-2/+2
* Using scoped_ptr for URLRequestJobFactoryImpl::SetProtocolHandlersvaldez2015-08-241-1/+2
* Fixing dependencies of the reverted commit of the chrome.i18n.detectLanguage ...amalika2015-08-242-0/+8
* Setup for moving getUserMedia to secure origins onlyjww2015-08-211-3/+0
* Extensions: Remove PermissionMessage (permission_message.h/cc)treib2015-08-202-11/+0
* Allow url::SchemeHostPort to hold non-file scheme without porttyoshino2015-08-192-4/+13
* Revert of Allow url::SchemeHostPort to hold non-file scheme without port (pat...msramek2015-08-182-13/+4
* Allow url::SchemeHostPort to hold non-file scheme without porttyoshino2015-08-182-4/+13
* Remove menu from ash / Windows shelf / taskbar to install ephemeral app.benwells2015-08-142-5/+0
* Move ownership of AppSorting from ExtensionPrefs to ExtensionSystemtreib2015-08-064-15/+8
* Extensions: Remove the intermediate PermissionMessageStrings interfacetreib2015-08-041-1/+1
* Extensions: Remove the old permission message interfacetreib2015-08-031-18/+0
* Defer extension process creation until IO data initializedrockot2015-07-292-13/+27