summaryrefslogtreecommitdiffstats
path: root/blimp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Blimp: Allow MessagePump's MessageProcessor to be unset.wez2015-12-083-14/+57
* Add CreateBlimpMessage helper function library.kmarshall2015-12-0413-30/+176
* Convert remaining instances of scoped_ptr::Pass() to std::move.kmarshall2015-12-041-3/+3
* [Blimp Net] Implements ClientConnectionManager.haibinlu2015-12-045-28/+177
* Remove the record_full_layer layer tree setting.chrishtr2015-12-031-1/+0
* Add NavigationMessageProcessor for Blimpdtrainor2015-12-0314-37/+506
* Make PacketReader/PacketWriter interfaces async-only.kmarshall2015-12-0314-363/+190
* Implementation for the Blimp Message Buffer.kmarshall2015-12-028-28/+476
* Move blimp/net/test_common.h/cc to a separate source_set.dtrainor2015-12-025-45/+29
* Add blimp_engine_bundle and blimp_tests to blimp meta-target.wez2015-12-023-18/+30
* CC Animations: Make sure that Blimp uses compositor-animation-timelinesloyso2015-12-014-2/+17
* Interface-izes TaskGraphRunner and moves implementation helpers to TaskGraphW...ericrk2015-12-012-21/+8
* Add glue between the client and engine for Blimpdtrainor2015-12-0132-339/+1425
* [Blimp Net] Implement Engine Connection Manager.haibinlu2015-11-3012-21/+196
* Move all Pass() calls in blimp/ to std::move()dtrainor2015-11-3015-46/+55
* [Blimp Net] Adds BrowserConnectionHandler.haibinlu2015-11-305-3/+168
* Serialize a subset of WebInputEvents to protobufs.dtrainor2015-11-309-17/+677
* Define a Java-side global application context.torne2015-11-242-6/+5
* Add UNKNOWN values to blimp proto enumsmaniscalco2015-11-234-4/+10
* [Blimp Net] Makes BlimpTransport.Connect async-onlyhaibinlu2015-11-206-26/+36
* Run gn --format over all .gn filesagrieve2015-11-202-3/+3
* [Blimp Net] Implement BlimpConnection.haibinlu2015-11-207-11/+335
* Add IPC messages to transfer compositor protosdtrainor2015-11-192-1/+10
* Move cc::LayerSettings to cc/layers/layer_settings.h.jbroman2015-11-182-0/+2
* cc: Clean up max frames/swaps pending usage.brianderson2015-11-181-1/+0
* [Blimp]Add BlimpMessagePump to BlimpConnection.haibinlu2015-11-1714-17/+396
* Make operators on scoped_ptr match the ones defined for std::unique_ptrdanakj2015-11-171-1/+1
* 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