summaryrefslogtreecommitdiffstats
path: root/blimp
Commit message (Expand)AuthorAgeFilesLines
* Add implementation and unit tests for BlimpMessageMultiplexer.kmarshall2015-11-134-0/+216
* Fix gpu command buffer use after free by GrContextjunov2015-11-131-2/+2
* [Blimp] Add tcp server transport.haibinlu2015-11-135-1/+221
* Change BlimpMessageProcessor to take scoped_ptr messages.kmarshall2015-11-1211-41/+56
* Add interfaces for most major Blimp net components.kmarshall2015-11-122-2/+3
* Add interfaces for most major Blimp net components.kmarshall2015-11-1224-143/+489
* Add a basic UI to the Android Blimp client.dtrainor2015-11-1128-29/+586
* Remove the native_theme dependency from blimp_common.wez2015-11-111-1/+0
* Change BlimpTransport to vend BlimpConnections.kmarshall2015-11-103-11/+12
* Move blimp_layer_tree_settings.h/cc to client.dtrainor2015-11-108-50/+46
* Add a missing blimp_common build dep to content/content_switches.cc.kmarshall2015-11-061-9/+5
* Change blimp_engine's data_deps to be both deps and data_depsmaniscalco2015-11-061-1/+5
* Remove setuid bit from blimp's chrome-sandboxmaniscalco2015-11-051-5/+0
* Change BlimpTransport to vend BlimpConnections.kmarshall2015-11-0519-246/+380
* Change ownership and +s chrome-sandboxsriramsr2015-11-041-0/+5
* [Blimp] Update build rule since the engine no longer depends on x11.haibinlu2015-11-045-28/+19
* Define BlimpTransport abstract base class,kmarshall2015-11-034-0/+142
* Rename legacy 'Layout' methods across Blink and cc.wkorman2015-11-032-2/+2
* We'd like the VM where Blimp Engine will run as small as possible (less memor...haibinlu2015-11-0220-23/+427
* Add haibinlu to blimp/ OWNERS.kmarshall2015-10-301-0/+2
* Make HttpCache constructors take scoped_ptrs.mmenke2015-10-291-3/+3
* Revert of Make HttpCache constructors take scoped_ptrs. (patchset #6 id:12000...dgozman2015-10-281-3/+3
* Make HttpCache constructors take scoped_ptrs.mmenke2015-10-281-3/+3
* Created BlimpMessageWriter, which frames and sends data over a Socket.kmarshall2015-10-276-3/+504
* blimp: Override RequestPermissions in BlimpPermissionManager.tfarina2015-10-262-0/+17
* Rename BlimpClientSession to BlimpConnection, which is shared between client ...haibinlu2015-10-266-31/+26
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-10-266-6/+6
* Create Blimp PacketReader class.kmarshall2015-10-238-0/+786
* Remove ContextProvider::VerifyContexts.dcastagna2015-10-222-5/+0
* Fix the tarball name in docker command.sriramsr2015-10-221-1/+1
* Remove ContextProvider::DestroyedOnMainThread.dcastagna2015-10-212-19/+0
* Export blimp::BlimpClientSession to fix component build.dcheng2015-10-211-1/+2
* Make blimp_engine build again by removing DeactivateContentsmaniscalco2015-10-202-5/+0
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-10-1943-0/+129
* [blimp] Add link to Gitiles Markdown reference.nyquist2015-10-162-0/+30
* Create "blimp_unittests" test target which will run all Blimp unittests.kmarshall2015-10-162-14/+22
* [Blimp] Adds Blimp EngineSession and ClientSession skeleton.haibinlu2015-10-1520-349/+361
* Get the new blimp_engine working inside a Docker containermaniscalco2015-10-153-2/+19
* Update bundle-engine.py to use a static (hand-managed) manifestmaniscalco2015-10-145-23/+104
* Blimp: create MessageDispatcher class.kmarshall2015-10-149-1/+251
* Add net/base and net/socket DEPS to Blimp net source tree.kmarshall2015-10-091-0/+4
* Add build target to invoke bundle-engine.pymaniscalco2015-10-082-12/+35
* [Blimp] Adds a headless content shell as a blimp engine. It uses a dummy scre...haibinlu2015-10-0831-9/+1705
* Revert of [Blimp] Adds a headless content shell as a blimp engine. It uses a ...kuan2015-10-0731-1698/+9
* [Blimp] Adds a headless content shell as a blimp engine. It uses a dummy scre...haibinlu2015-10-0731-9/+1698
* cc: Remove SetLayerTreeHostClientReady()sievers2015-10-071-1/+0
* Add sign-in and token retrieval to Blimpdtrainor2015-10-0511-21/+886
* Fix broken link in blimp/docs/running.mdmaniscalco2015-10-051-1/+1
* Add script to bundle blimp engine into a Docker imagemaniscalco2015-10-057-1/+193
* Move ChromeCommandLineInitUtil to base/dtrainor2015-10-055-6/+109