summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Run python update_extension_permission.pynick2015-06-021-1/+1
* Replace UsbDevice's unique_id with a GUID stringrockot2015-06-017-10/+178
* Add IDL and stub implementation for chrome.usersPrivate API.orenb2015-06-013-0/+7
* Webviews can now be garbage collected!!!paulmeyer2015-06-018-49/+178
* Revert of Revert of Revert of Flip extension background page throttling on by...vabr2015-06-011-3/+6
* JS Object annotations don't need the string key type outside of chrome/.thestig2015-05-301-1/+1
* Revert of Include USB printers in printer list as "provisional" devices. (pat...thakis2015-05-302-12/+1
* Revert of Revert of Flip extension background page throttling on by default (...oysteine2015-05-291-6/+3
* Move Tuple to base namespace.brettw2015-05-294-6/+6
* Move UnzipToDir IPC code to top-level extensions directoryasargent2015-05-294-10/+44
* Allow non fullscreen IME window in kiosk appbshe2015-05-293-1/+17
* Keep event page alive when there's some Pepper plugin on it.emaxx2015-05-292-0/+22
* Include USB printers in printer list as "provisional" devices.reillyg2015-05-282-1/+12
* <webview>: Remove Undocumented Resize DOM eventfsamuel2015-05-285-25/+8
* Move GuestViewContainer to componentsfsamuel2015-05-2815-468/+26
* Subsituting pattern ScopedVector push_back.(ptr.release()) with push_back(ptr...vaibhav1.a2015-05-281-1/+1
* Reland: Build a basic Mojo service framework for device/usbrockot2015-05-281-1/+1
* Revert of Build a basic Mojo service framework for device/usb (patchset #4 id...rockot2015-05-281-1/+1
* Build a basic Mojo service framework for device/usbrockot2015-05-281-1/+1
* [Extensions] Cleanup Extension Uninstall Dialog logicrdevlin.cronin2015-05-272-57/+71
* Correct crx_installer_error.h ref to crx_install_error.hbungeman2015-05-271-1/+1
* Fix missing GN dependencies.brettw2015-05-271-3/+4
* Subsituting pattern ScopedVector push_back.(ptr.release()) with push_back(ptr...vaibhav1.a2015-05-273-6/+6
* Subsituting pattern ScopedVector push_back.(ptr.release()) with push_back(ptr...vaibhav1.a2015-05-272-4/+4
* Adds API inputMethodPrivate.getEncryptSyncEnabled which will be used for inpu...shuchen2015-05-271-0/+1
* Use range-based for loops in RulesRegistry codewittman2015-05-265-133/+100
* Remove unused chrome.fileManagerPrivate.installWebstoreItemtbarzic2015-05-261-1/+1
* Updating XTBs based on .GRDs from branch masterPenny MacNeil2015-05-2645-0/+135
* [Extensions] Convert commands UI to developerPrivate APIrdevlin.cronin2015-05-261-0/+2
* Subsituting pattern ScopedVector push_back.(ptr.release()) with push_back(ptr...b.siddharth2015-05-251-1/+1
* Subsituting pattern ScopedVector push_back.(ptr.release()) with push_back(ptr...b.siddharth2015-05-251-1/+1
* Add an extension API to verify server certificate trust.pneubeck2015-05-231-0/+1
* Implement incognito permission checks for declarativeContent APIwittman2015-05-222-1/+8
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-222-15/+17
* Use a RenderProcessHostObserver to observe render process shutdown.amistry2015-05-222-14/+36
* Replicate whether a frame is in a document or shadow tree.dcheng2015-05-221-1/+2
* Change NetLog::ParametersCallback to return a scoped_ptr.estade2015-05-211-5/+5
* Remove RenderViewHost from WebContentsDelegate::CanDownload() signature.rdsmith2015-05-215-13/+5
* Change JSONReader::ReadToValue to return a scoped_ptrestade2015-05-201-4/+5
* Extract LazyBackgroundTaskQueue from ExtensionSystem.juncai2015-05-2014-40/+122
* Extensions: Store disable reasons in Synctreib2015-05-202-49/+60
* Remove mojo::InterfaceImpl from extensions.sammc2015-05-206-18/+34
* Remove mojo::InterfaceImpl from device/serial.sammc2015-05-202-11/+9
* Revert of Fix missing GN dependencies. (patchset #4 id:60001 of https://coder...brettw2015-05-191-1/+0
* Updating XTBs based on .GRDs from branch masterPenny MacNeil2015-05-1952-104/+364
* Fix missing GN dependencies.brettw2015-05-191-0/+1
* [Extensions] Move remaining notifications out of ExtensionSettingsHandlerrdevlin.cronin2015-05-193-25/+36
* Remove scheib from extensions OWNERS.scheib2015-05-191-1/+0
* Subject .mm files to the header sorting presubmittapted2015-05-192-2/+2
* Extract DeclarativeUserScriptManager from ExtensionSystem.juncai2015-05-1811-21/+109