Commit Graph

23 Commits

Author SHA1 Message Date
Daniel Martí
a9647b3e5b all: make vet happy on non-generated code 2017-12-18 10:51:37 +07:00
Kenneth Shaw
148e24a615 Fixing issues with unit tests
1. Changes travis configuration to use the chrome addon
2. Adds more command line options to runner package
3. Removes grab-headless_shell.sh script
4. Cleans up and adds some environment variables for controlling how
   unit tests are ran
5. Fixes a minor issue in chromedp-gen on comment output (for working
   with latest protocol definition)
2017-12-18 07:11:42 +07:00
Kenneth Shaw
fd310a9b84 Centralizing comment / description cleanup in chromedp-gen 2017-12-01 11:00:44 +07:00
Kenneth Shaw
49117a03d8 Updating to latest protocol.json 2017-10-15 12:47:06 +07:00
Kenneth Shaw
b2d9420f0c Updating to latest protocol.json 2017-08-21 06:56:21 +07:00
Kenneth Shaw
28f0ea8563 Updating to latest protocol.json 2017-08-11 09:28:38 +07:00
Kenneth Shaw
60b7898f53 Changing autogen comments to match Go CL#13560 standard. 2017-07-09 09:05:19 +07:00
Kenneth Shaw
1e295eddfb Updating to latest protocol.json (clarifying timestamp behavior)
* Disabled AddOnLoadScript/RemoveOnLoadScript
* Updated chromedp-gen fixups for latest timestamp declarations
* Updated to latest protocol.json definitions
2017-07-09 08:40:29 +07:00
Kenneth Shaw
ccdd204500 Adding missing comment to TimestampType const declarations 2017-07-02 18:47:59 +07:00
Kenneth Shaw
7fbfef7cf1 Adding synthesized "HAR" domain to protocol generation
* Added "HAR" domain
* Fixed issue with omitempty on domain types
2017-07-02 18:44:34 +07:00
Kenneth Shaw
d70d54233f Fixing timestamp issues
Adding full timestamp types. Fixes #71
2017-07-01 20:06:43 +07:00
Kenneth Shaw
2f321ca865 Fixing issue with timestamps 2017-07-01 14:20:18 +07:00
Kenneth Shaw
8593dbf08e Fixing issue with Network.Headers type 2017-06-18 10:27:15 +07:00
Kenneth Shaw
59b4e8a6af Minor changes to update.sh and build.sh for chromedp-gen 2017-06-18 09:46:51 +07:00
Kenneth Shaw
57160a279e Minor changes to chromedp-gen/build.sh 2017-06-17 07:56:52 +07:00
Kenneth Shaw
869aafc836 Adding script to generate domains from protocol.json and updating to latest protocol.json 2017-05-06 08:20:24 +07:00
Kenneth Shaw
4bb2c55697 Updating to latest protocol.json and addition of Browser domain 2017-04-17 07:32:07 +07:00
Kenneth Shaw
8e8dabbe6c Fixing remaining gofmt/misspell issues for goreportcard 2017-03-02 10:24:35 +07:00
Kenneth Shaw
b5032069e3 Fixing race issues
- Refactored chromedp-gen and cdp code so that Execute no longer returns
  a channel
- Fixing potential race problems in handler
- Eliminated some dead code
- Updated examples to include new logging parameters
2017-02-14 17:15:53 +07:00
Kenneth Shaw
f73c429109 Renaming FrameHandler, updating to latest protocol.json, and code fixes 2017-02-12 12:50:46 +07:00
Kenneth Shaw
98a04266f9 Fixing chromedp-gen flag parameters and updating README.md 2017-02-09 13:04:50 +07:00
Kenneth Shaw
58283934b9 Fixing issues with code generation 2017-01-26 14:28:34 +07:00
Kenneth Shaw
20d575fece Initial import 2017-01-24 22:09:23 +07:00