summaryrefslogtreecommitdiffstats
path: root/blimp/client/session
Commit message (Expand)AuthorAgeFilesLines
* Added network components for blimp text input featureshaktisahu2016-03-252-0/+13
* Add more out of line copy ctors for complex classes.vmpstr2016-03-242-0/+3
* Add connection/disconnection event reporting to Blimp client UI.kmarshall2016-03-142-10/+81
* -- Removes duplicate feature registration code from client&engine session and...haibinlu2016-03-042-89/+43
* Blimp: add support for SSL connections.kmarshall2016-03-035-232/+367
* Revert of Blimp: add support for SSL connections. (patchset #20 id:380001 of ...boliu2016-03-035-367/+232
* Blimp: add support for SSL connections.kmarshall2016-03-025-232/+367
* Add assigner support to Blimpdtrainor2016-02-195-59/+737
* Make IPAddress::FromIPLiteral a member function.martijn2016-02-101-1/+1
* Add initial framework for AssignmentSource.nyquist2016-02-024-65/+180
* Restructure contents of blimp/client.kmarshall2016-01-2716-1281/+7
* Add support for specifying connection parameters for blimp clientnyquist2016-01-142-18/+63
* Blimp: add some hard-coded actions on client startup.kmarshall2016-01-131-0/+8
* [Blimp] Always invoke callback after a feature finishes processing a message.haibinlu2016-01-115-11/+22
* [Blimp Client] Implements NavigationFeatureDelegate for Linux clienthaibinlu2016-01-113-8/+52
* [Blimp client] Move client code into blimp::client namespacehaibinlu2016-01-0817-0/+36
* Engine sends RenderWidgetInitialized message WebContents swaps its visible Re...haibinlu2016-01-082-2/+0
* [Blimp Client] Avoids sending resize messages to engine with the same size info.haibinlu2016-01-083-2/+46
* Uses BlimpMessageThreadPipe and its proxy to relay blimp messages between fe...haibinlu2016-01-062-0/+19
* [Blimp Client] Use BlimpMessageThreadPipe to register client features.haibinlu2016-01-063-25/+110
* Implementation and fixes for Blimp client/engine E2E communication.kmarshall2016-01-052-20/+92
* [Blimp Client] Land CL 1528243002 (Add a basic linux client for Blimp)haibinlu2015-12-292-0/+64
* Switch to standard integer types in blimp/.avi2015-12-201-0/+2
* [Blimp] Rename CONTROL proto type to TAB_CONTROL.haibinlu2015-12-174-10/+10
* Pass method parameters as JavaParamRef in remaining cases.torne2015-12-174-14/+18
* Address post commit comments on Blimp Feature CLdtrainor2015-12-141-20/+16
* Create a ControlFeature for Blimpdtrainor2015-12-108-4/+258
* Tie blimp client features into the session.dtrainor2015-12-098-2/+770
* Add a basic BlimpClientSession object.dtrainor2015-12-094-0/+136