summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Replace more ObserverList with base::ObserverList.brettw2015-06-0321-26/+27
* Change most uses of Pickle to base::Picklebrettw2015-06-0313-37/+49
* Introduce bad_message.h for chrome and NaCl.nick2015-06-021-1/+1
* [Extensions OOPI] Make programmatic script injection use frame logicrdevlin.cronin2015-06-0215-275/+277
* Add onGetUsbPrinterInfoRequested event to printerProvider API.reillyg2015-06-0212-26/+405
* Move guest view container message routing out of content/.lazyboy2015-06-025-9/+58
* This patch uses a couple more function wrappers with weak references to avoid...paulmeyer2015-06-022-4/+18
* GuestView event listeners are now removed when the GuestView JavaScript objec...paulmeyer2015-06-022-4/+30
* Move Pickle to base namespace.brettw2015-06-027-42/+51
* Move ObserverList to base namespace.brettw2015-06-022-3/+8
* Reland: Include USB printers in printer list as "provisional" devices.reillyg2015-06-022-1/+12
* 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