summaryrefslogtreecommitdiffstats
path: root/blimp/engine
Commit message (Expand)AuthorAgeFilesLines
* Eliminate casting WebInputEvent by using WebGestureEvent instead.maniscalco2016-02-045-22/+17
* Compress Blimp engine bundle using gzip in blimp_engine_bundle target.xyzzyz2016-02-041-1/+1
* blimp: Use compositor message sender for compositor protos on the engine.khushalsagar2016-01-302-2/+6
* Restructure contents of blimp/engine.kmarshall2016-01-2938-187/+245
* Set up an stunnel endpoint for the engine.marcinjb2016-01-283-6/+27
* Remove ui/gfx/screen_type_delegate.hscottmg2016-01-271-2/+2
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-211-3/+3
* Add BlimpEngineConfig to verify command line switches and store configmarcinjb2016-01-159-5/+258
* Remove unused transferred_global_request_id parameter.creis2016-01-141-11/+1
* blimp: Route web gesture events to the renderer on the engine.khushalsagar2016-01-131-1/+13
* [Blimp] Always invoke callback after a feature finishes processing a message.haibinlu2016-01-113-13/+18
* Engine sends RenderWidgetInitialized message WebContents swaps its visible Re...haibinlu2016-01-082-15/+26
* Update OS package dependencies for containerized Blimp engine.maniscalco2016-01-071-5/+3
* Fix Blimp Dockerfile by adding line continuations to ENTRYPOINT.maniscalco2016-01-071-2/+2
* blimp: Add content switch to use remote compositing mode.khushalsagar2016-01-071-1/+5
* Uses BlimpMessageThreadPipe and its proxy to relay blimp messages between fe...haibinlu2016-01-063-33/+93
* [Blimp Engine] CL 1535903002 followuphaibinlu2016-01-063-12/+5
* Implementation and fixes for Blimp client/engine E2E communication.kmarshall2016-01-054-23/+47
* [Blimp Engine] Upates existing engine message processors to features.haibinlu2015-12-226-106/+156
* Switch to standard integer types in blimp/.avi2015-12-207-6/+13
* BlimpNetworkComponents for initializing network stack on IO thread.haibinlu2015-12-183-7/+84
* [Blimp] Rename CONTROL proto type to TAB_CONTROL.haibinlu2015-12-173-14/+14
* [Blimp Net] Update engine versionhaibinlu2015-12-173-4/+5
* Address post commit comments on Blimp Feature CLdtrainor2015-12-141-40/+49
* Create a ControlFeature for Blimpdtrainor2015-12-104-20/+22
* Tie blimp client features into the session.dtrainor2015-12-091-5/+4
* Add CreateBlimpMessage helper function library.kmarshall2015-12-043-14/+12
* Add NavigationMessageProcessor for Blimpdtrainor2015-12-033-2/+43
* Move blimp/net/test_common.h/cc to a separate source_set.dtrainor2015-12-022-22/+6
* Add blimp_engine_bundle and blimp_tests to blimp meta-target.wez2015-12-021-15/+17
* Add glue between the client and engine for Blimpdtrainor2015-12-018-10/+558
* Move all Pass() calls in blimp/ to std::move()dtrainor2015-11-305-18/+21
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
* Add IPC messages to transfer compositor protosdtrainor2015-11-192-1/+10
* Make operators on scoped_ptr match the ones defined for std::unique_ptrdanakj2015-11-171-1/+1
* Change BlimpMessageProcessor to take scoped_ptr messages.kmarshall2015-11-123-24/+24
* Add interfaces for most major Blimp net components.kmarshall2015-11-124-9/+17
* Add a basic UI to the Android Blimp client.dtrainor2015-11-113-14/+67
* 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-053-24/+16
* Change ownership and +s chrome-sandboxsriramsr2015-11-041-0/+5
* [Blimp] Update build rule since the engine no longer depends on x11.haibinlu2015-11-043-24/+8
* We'd like the VM where Blimp Engine will run as small as possible (less memor...haibinlu2015-11-0215-12/+414
* 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
* blimp: Override RequestPermissions in BlimpPermissionManager.tfarina2015-10-262-0/+17
* Rename BlimpClientSession to BlimpConnection, which is shared between client ...haibinlu2015-10-263-19/+14
* Make blimp_engine build again by removing DeactivateContentsmaniscalco2015-10-202-5/+0