summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Add browser tests for USB device add/remove events.reillyg2015-01-226-11/+134
* Files.app: Add private API definition to check existance files having given md5.hirono2015-01-221-0/+1
* Updating XTBs based on .GRDs from branch masterPenny MacNeil2015-01-2252-77/+649
* Hook up chrome.printerProvider.onPrintRequestedtbarzic2015-01-2212-0/+595
* GuestView: Constructors don't need to take in BrowserContextfsamuel2015-01-2115-122/+63
* Cleanup: Simplify the SimpleFeature class.thestig2015-01-212-47/+30
* Remove prerender sessionStorage namespace merging (2/2)davidben2015-01-211-0/+1
* Move sockets_* tests to extensions/thiago.santos2015-01-2119-16/+1525
* GuestViewBase: More C++ 11'ificationfsamuel2015-01-217-50/+46
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+1
* Revert of Re-landing of issue 792353002 (patchset #1 id:1 of https://coderevi...sergeyv2015-01-2111-533/+320
* Move chrome.idle API to extensions/.derat2015-01-2119-13/+1310
* Fix crash when CreateAccessTokenStore() is not implementedthiago.santos2015-01-214-0/+50
* The purpose of this CL is to re-land issue 792353002 (https://codereview.chro...sheretov2015-01-2111-320/+533
* Remove remainder of Athena related code from Chrome.pkotwicz2015-01-201-2/+1
* GuestView: Cleanupfsamuel2015-01-204-60/+44
* GuestView: Forward Unhandled keyboard events to embedder by defaultfsamuel2015-01-204-19/+14
* Revert of Debugging patch to help track down skipped cleanup of ScriptContext...dcheng2015-01-2012-64/+16
* Prevent UAF of RenderFrames from GuestViewContainerraymes2015-01-204-2/+56
* json_schema_compiler: Use std::vector<char> for binary values.pneubeck2015-01-2016-48/+49
* Revert of Prevent UAF of RenderFrames from GuestViewContainer (patchset #2 id...raymes2015-01-204-61/+2
* Prevent UAF of RenderFrames from GuestViewContainerraymes2015-01-194-2/+61
* Move //mojo/{public, edk} underneath //third_partyblundell2015-01-196-12/+12
* extensions: Remove unused private fieldshashimoto2015-01-198-22/+6
* [Win] Fix black screen when min/maximizing hidden app window.jackhou2015-01-191-7/+9
* [fsp] Implement the chrome.fileSystemProvider.get() method.mtomasz2015-01-191-0/+1
* Fullscreen: make fullscreen requests come from RenderFrame.mlamouri2015-01-172-2/+15
* Add custom bindings for chrome.printerProvider APItbarzic2015-01-174-3/+93
* Debugging patch to help track down skipped cleanup of ScriptContexts.dcheng2015-01-1712-16/+64
* Move unpacker_unittests.cc and data files from chrome/ to extensions/asargent2015-01-1642-0/+411
* app_shell: Fix chrome.identity.getAuthToken() access token generationjamescook2015-01-164-16/+155
* Introduce printerProviderInternal APItbarzic2015-01-1612-20/+313
* Revert of Debugging patch to help track down skipped cleanup of ScriptContext...kouhei2015-01-1612-62/+16
* Abort streams when the containing RenderFrameHost navigates or closes.sammc2015-01-1613-72/+375
* Debugging patch to help track down skipped cleanup of ScriptContexts.dcheng2015-01-1612-16/+62
* Fixed testExecuteScriptIsAbortedWhenWebViewSourceIsChanged raciness.fsamuel2015-01-161-23/+30
* Update mojo sdk to rev 9fbbc4f0fef1187312316c0ed992342474e139f1rockot2015-01-161-2/+3
* Move PageZoom::Zoom() call to GuestViewBase from mime handler delegate.wjmaclean2015-01-154-6/+8
* Update guest zoom when it differs from the embedder's.wjmaclean2015-01-151-4/+7
* Remove 'success' parameter from chrome.usb.setConfiguration.reillyg2015-01-153-7/+3
* Add connection keep-alive (ping) handling to CastChannelAPI.kmarshall2015-01-1518-160/+837
* GuestViewBase: Default plumbing for new windowsfsamuel2015-01-154-12/+12
* Refactoring: move extension unpacker from chrome/ to extensions/asargent2015-01-157-0/+454
* Add result logging for TCP and SSL connection setup.kmarshall2015-01-152-0/+6
* Use proper pair type in range-based for map iterations.vmpstr2015-01-141-1/+1
* Revert of Refactoring of Cast-related crypto code (patchset #19 id:350001 of ...jochen2015-01-1411-533/+320
* Refactoring of Cast-related crypto code to use the same certificate validatio...sheretov2015-01-1411-320/+533
* Add support for resetting pan and tilt on Logitech webcams.zork2015-01-141-0/+41
* Cast audio only policy enforcement support.vadimgo2015-01-148-11/+100
* Add a mojoPrivate API that exposes mojo to component apps/extensions.sammc2015-01-1411-7/+144