summaryrefslogtreecommitdiffstats
path: root/blimp
Commit message (Expand)AuthorAgeFilesLines
* Add BlimpEngineConfig to verify command line switches and store configmarcinjb2016-01-1511-5/+274
* blimp: Fix input events sent from the client to the enginekhushalsagar2016-01-151-1/+11
* blimp: Fix scrolling crash on Android.khushalsagar2016-01-154-11/+16
* Add support for specifying connection parameters for blimp clientnyquist2016-01-145-18/+104
* 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: add some hard-coded actions on client startup.kmarshall2016-01-133-0/+10
* Ensure resize events get propagateddtrainor2016-01-131-0/+1
* [Blimp] Always invoke callback after a feature finishes processing a message.haibinlu2016-01-1110-24/+42
* [Blimp Client] Implements NavigationFeatureDelegate for Linux clienthaibinlu2016-01-113-8/+52
* Blimp: add port forwarding docs for local Engine runs.kmarshall2016-01-111-0/+8
* [Blimp client] Move client code into blimp::client namespacehaibinlu2016-01-0851-28/+118
* Engine sends RenderWidgetInitialized message WebContents swaps its visible Re...haibinlu2016-01-0810-40/+40
* [Blimp Client] Avoids sending resize messages to engine with the same size info.haibinlu2016-01-083-2/+46
* 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-067-38/+117
* [Blimp Client] Use BlimpMessageThreadPipe to register client features.haibinlu2016-01-064-26/+111
* Revert cc: turn on strict paint property checkingenne2016-01-061-0/+1
* [Blimp Engine] CL 1535903002 followuphaibinlu2016-01-068-29/+22
* Fix "gn check" for ozone build.brettw2016-01-052-2/+5
* Implementation and fixes for Blimp client/engine E2E communication.kmarshall2016-01-0528-137/+386
* cc: turn on strict paint property checkingenne2016-01-041-1/+0
* Serialize PictureLayer properties.dtrainor2016-01-043-3/+6
* [Blimp Client] Land CL 1528243002 (Add a basic linux client for Blimp)haibinlu2015-12-2913-36/+364
* Make blimp_engine_bundle action silent when successful.maniscalco2015-12-281-2/+2
* Add a BlimpMessageThreadPipe helper for UI<->IO thread transitions.wez2015-12-234-1/+311
* [Blimp Engine] Upates existing engine message processors to features.haibinlu2015-12-226-106/+156
* Remove unused using declarations from unit-test.wez2015-12-211-2/+0
* Switch to standard integer types in blimp/.avi2015-12-2024-26/+50
* The checkpointer takes income messages from blimp connection, monitors their ...haibinlu2015-12-195-10/+75
* This is an integration test that involves underlying TCP connection and Blimp...haibinlu2015-12-182-19/+79
* Revert of Allow one-copy task tile worker pool to use compressed textures. (p...rbyers2015-12-181-2/+1
* [Blimp Net] Adds unit test for BrowserConnectionHandlerhaibinlu2015-12-188-7/+235
* BlimpNetworkComponents for initializing network stack on IO thread.haibinlu2015-12-183-7/+84
* [Blimp] Rename CONTROL proto type to TAB_CONTROL.haibinlu2015-12-1715-47/+48
* [Blimp Net] Update engine versionhaibinlu2015-12-173-4/+5
* Pass method parameters as JavaParamRef in remaining cases.torne2015-12-178-93/+116
* Address post commit comments on Blimp Feature CLdtrainor2015-12-144-62/+71
* Implement a simple BlimpMessageCheckpointer.wez2015-12-108-3/+303
* Allow one-copy and zero-copy task tile worker pools to use compressed textures.christiank2015-12-101-1/+2
* Revert of Allow one-copy task tile worker pool to use compressed textures. (p...engedy2015-12-101-2/+1
* Allow one-copy and zero-copy task tile worker pools to use compressed textures.christiank2015-12-101-1/+2
* Create a ControlFeature for Blimpdtrainor2015-12-1025-35/+402
* Tie blimp client features into the session.dtrainor2015-12-0922-378/+479
* Adds a protocol version file and sends START_CONNECTION message in client con...haibinlu2015-12-095-4/+53
* Add a basic BlimpClientSession object.dtrainor2015-12-0913-11/+236
* blimp: Add support for basic input handling.khushalsagar2015-12-0911-3/+637
* [Blimp Net] Add EngineAuthHandler.haibinlu2015-12-0914-3/+390