Kenneth Shaw
50c2d576db
Updating to latest protocol.json
2017-08-22 16:23:52 +07:00
Kenneth Shaw
b2d9420f0c
Updating to latest protocol.json
2017-08-21 06:56:21 +07:00
Kenneth Shaw
7123283c3e
Updating to latest protocol.json
2017-08-14 07:59:43 +07:00
Kenneth Shaw
28f0ea8563
Updating to latest protocol.json
2017-08-11 09:28:38 +07:00
Kenneth Shaw
d4c10b0251
Cleaning up chromedp-gen/update.sh script
2017-08-03 14:18:29 +07:00
Kenneth Shaw
e5bd576a97
Updating to latest protocol.json
2017-08-03 12:37:27 +07:00
Kenneth Shaw
9282791225
Updating to latest protocol.json
2017-07-31 09:26:12 +07:00
Kenneth Shaw
b9e4c14157
Updating to latest protocol.json
2017-07-22 07:37:02 +07:00
Kenneth Shaw
2d46c88024
Updating to latest protocol.json
2017-07-14 10:35:11 +07:00
Kenneth Shaw
7615cdd4e5
Updating to latest protocol.json
2017-07-13 07:28:14 +07:00
Kenneth Shaw
2dda4650cf
Updating to latest protocol.json
2017-07-11 10:39:08 +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
57826bddb1
Updating to latest protocol.json
2017-07-04 08:07:34 +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
f27ba717b1
Temporarily removing all timestamp types
2017-07-01 15:55:35 +07:00
Kenneth Shaw
2f321ca865
Fixing issue with timestamps
2017-07-01 14:20:18 +07:00
Kenneth Shaw
a2c99f7c1a
Updating to latest protocol.json
2017-07-01 06:55:30 +07:00
Kenneth Shaw
fa151e8cf5
Updating to latest protocol.json
2017-06-25 08:38:47 +07:00
Kenneth Shaw
3d87ff99bf
Updating to latest protocol.json
2017-06-23 09:00:24 +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
a7d69aad1f
Fixing issue with nodeType named object parameters in chromedp-gen, and updating to latest protocol.json
2017-06-18 07:55:45 +07:00
Kenneth Shaw
57160a279e
Minor changes to chromedp-gen/build.sh
2017-06-17 07:56:52 +07:00
Kenneth Shaw
74075d513f
Adding go get -u to chromedp-gen/build.sh to ensure always on latest easyjson/qtc
2017-06-12 08:32:38 +07:00
Kenneth Shaw
91303cba34
Updating to latest protocol.json
2017-06-06 17:57:18 +07:00
Kenneth Shaw
3b6d7ebbaf
Updating to latest protocol.json
2017-05-30 14:14:20 +07:00
Kenneth Shaw
0603a8acd9
Updating to latest protocol.json
2017-05-24 09:36:12 +07:00
Kenneth Shaw
dff2331810
Updating to latest protocol.json
2017-05-19 08:09:21 +07:00
Kenneth Shaw
49a8fd6e52
Updating to latest protocol.json
2017-05-15 14:59:53 +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
6598ce143e
Updating to latest protocol.json
2017-04-20 06:22:16 +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
2c07a7f49c
Updating to latest protocol.json
2017-04-04 15:47:15 +07:00
Kenneth Shaw
3892722188
Updating to latest protocol.json
2017-03-25 05:51:18 +07:00
Kenneth Shaw
568cab6121
Updating to latest protocol.json
2017-03-18 23:48:19 +07:00
Kenneth Shaw
23221e4265
Updating to latest protocol.json
2017-03-13 09:29:26 +07:00
Kenneth Shaw
8e8dabbe6c
Fixing remaining gofmt/misspell issues for goreportcard
2017-03-02 10:24:35 +07:00
Kenneth Shaw
6ab485c766
Updating to latest protocol.json
2017-03-02 08:16:48 +07:00
Kenneth Shaw
826072d0bf
Updating to latest protocol.json
2017-02-25 07:21:58 +07:00
Kenneth Shaw
317a2e94d3
Updating to latest protocol.json definition
2017-02-22 20:15:38 +07:00
Kenneth Shaw
4c16faa34d
Minor code cleanup/maintenance on generated cdp protocol
2017-02-18 15:36:24 +07:00
Kenneth Shaw
ab80f4c5bc
Fixing race issues on nodes
2017-02-18 14:28:43 +07:00
Kenneth Shaw
db4400bfe9
Dropping custom qtc + easyjson
...
- Updating documentation for chromedp-gen to point to standard versions
of easyjson/quicktemplate (qtc) and added information about goimports
- Replaced {% end %} non-standard quicktemplate tags with the
appropriate closing tags
- Updated to latest chrome protocol.json definition
- Regenerated cdp protocol after switching to standard easyjson/qtc
2017-02-18 11:02:24 +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
c112899581
Fixing chromedp-gen and updating protocol.json
...
- Fixes issues with different flag toggles on chromedp-gen
- Updating to latest protocol.json
2017-02-09 13:45:44 +07:00
Kenneth Shaw
98a04266f9
Fixing chromedp-gen flag parameters and updating README.md
2017-02-09 13:04:50 +07:00