Commit Graph

  • ad82438599 mod is changed master v0.1.4 Richard Park 2019-04-19 22:11:04 +0900
  • a0bba77505 name of project is changed Richard Park 2019-04-19 22:06:04 +0900
  • f606ca9e73 fix a couple of crashes with premature cancels Daniel Martí 2019-04-18 15:07:33 +0900
  • 1a54253acd make vet happy with TestBrowserQuit Daniel Martí 2019-04-17 13:29:11 +0900
  • 958088f83b clarify NewContext's inheritance and cancellation Daniel Martí 2019-04-17 13:24:19 +0900
  • e4c16681d0 expose the default allocator options Daniel Martí 2019-04-17 13:17:01 +0900
  • 71ae9f7bbc clarify that Run won't work with an allocator context Daniel Martí 2019-04-16 14:26:36 +0900
  • ac47d6ba0e error in Run if passed an allocator context Daniel Martí 2019-04-14 19:56:09 +0900
  • 92a77355f6 README: remove obsolete TODO, add godoc examples Daniel Martí 2019-04-09 16:21:33 +0200
  • 46982a1cac rework CancelError into Cancel Daniel Martí 2019-04-09 13:03:00 +0200
  • e8122e4a26 Add WithDebugf() context option Kenneth Shaw 2019-04-09 15:11:14 +0700
  • b481eeac51 support fetching errors from cancellation Daniel Martí 2019-04-08 18:52:14 +0200
  • b8efcf0691 support using BrowserOption in NewContext Daniel Martí 2019-04-08 12:56:16 +0200
  • a29b1ec1d6 deflake TestNavigate Daniel Martí 2019-04-08 12:38:36 +0200
  • 11b3a5dc8f rename context.go to chromedp.go Daniel Martí 2019-04-08 12:33:08 +0200
  • d0484ed1c5 simplify the allocator API Daniel Martí 2019-04-08 12:10:59 +0200
  • 687cf6d766 wait for cleanup when cancelling the first context Daniel Martí 2019-04-07 23:40:29 +0200
  • 939d377090 avoid hanging when Chrome is closed separately Daniel Martí 2019-04-07 19:25:03 +0200
  • b977e305d2 fix regression when using Run twice on the first ctx Daniel Martí 2019-04-07 18:49:53 +0200
  • c41ed01b6a close a page when cancelling its context Daniel Martí 2019-04-07 14:17:15 +0200
  • c313fa1c1d add TargetID to Target Daniel Martí 2019-04-07 13:36:48 +0200
  • b647c708b4 don't create an extra tab when starting a browser Daniel Martí 2019-04-06 22:32:02 +0200
  • 97e80a00d5 make NewAllocator's cancel func block on Wait Daniel Martí 2019-04-06 21:58:54 +0200
  • 504561eab2 bump cdproto dep to ignore deprecated events Daniel Martí 2019-04-04 23:24:33 +0200
  • 65a198c84e Generic code cleanup Kenneth Shaw 2019-04-03 07:05:46 +0700
  • ece2b3ab92 give examples better names to appease vet Daniel Martí 2019-04-02 13:51:47 +0200
  • 896fbe60c2 consistently use %02d for subtest index names Daniel Martí 2019-04-01 19:58:01 +0100
  • e482cdfc4d clean up uses of Run in the tests Daniel Martí 2019-04-01 19:46:47 +0100
  • 120628a01c fix data race when spawning tabs concurrently Daniel Martí 2019-04-01 19:31:05 +0100
  • 7c8529b914 give up on refactoring TestFileUpload Daniel Martí 2019-04-01 17:26:11 +0100
  • 41e913e571 various minor cleanups Daniel Martí 2019-04-01 17:12:17 +0100
  • ad8809efb7 use time.NewTimer instead of time.After in Sleep Daniel Martí 2019-04-01 17:02:40 +0100
  • 0d568ec2a4 change Run to allow many actions Daniel Martí 2019-04-01 16:57:22 +0100
  • fb23c1750a fix data races in table-driven parallel subtests Daniel Martí 2019-04-01 16:48:49 +0100
  • d73caffcd0 make gofumpt happy Daniel Martí 2019-04-01 16:43:03 +0100
  • 1decbccd74 store a Target pointer directly in Context Daniel Martí 2019-04-01 14:31:11 +0100
  • 117274bc5d run all tests as separate tabs on one browser Daniel Martí 2019-04-01 14:20:41 +0100
  • 661ef78880 don't crash when loading pages with iframes Daniel Martí 2019-03-28 21:21:52 +0000
  • 8ff2971fc5 test cancelling an entire Allocator directly Daniel Martí 2019-03-22 17:19:30 +0000
  • a0a36956a8 add support for opening multiple tabs Daniel Martí 2019-03-21 20:24:09 +0000
  • 2b925df0fb rewrite TestReload without a sleep Daniel Martí 2019-03-21 20:09:46 +0000
  • f742f327a7 speed up the screenshot tests, and test the images Daniel Martí 2019-03-21 16:39:10 +0000
  • 0e92de5e65 make ExampleExecAllocatorOption less flaky Daniel Martí 2019-03-21 16:00:07 +0000
  • 32d4bae280 clean up various pieces of the API Daniel Martí 2019-03-21 15:44:28 +0000
  • a93c63124f add some missing godocs on allocators and Run Daniel Martí 2019-03-21 15:21:52 +0000
  • b136a6267e remove Context's Wait method for now Daniel Martí 2019-03-21 15:20:27 +0000
  • e698c943b3 make the simple and allocator examples runnable Daniel Martí 2019-03-21 14:52:45 +0000
  • 5fb1c07412 start running the tests on CI again Daniel Martí 2019-03-21 14:39:22 +0000
  • 2ca3ea3591 avoid a second map in ExecAllocator Daniel Martí 2019-03-20 17:57:49 +0000
  • 6fb5264bbd use DisableGPU in the tests Daniel Martí 2019-03-20 17:41:47 +0000
  • da4ac414ed get rid of all sleeps in tests Daniel Martí 2019-03-20 17:27:57 +0000
  • 7c1a9fbf3e get rid of all exceptions Daniel Martí 2019-03-20 16:56:03 +0000
  • c109f6ebfd use consistent context.Context var names Daniel Martí 2019-03-20 12:08:50 +0000
  • 61f0a8da68 make some linters a bit happier Daniel Martí 2019-03-20 12:06:52 +0000
  • 92bfcc3c8d collapse a few Navigate actions in the tests Daniel Martí 2019-03-20 12:05:04 +0000
  • 24decf54d3 remove top level frame mutex from Target Daniel Martí 2019-03-20 11:23:15 +0000
  • 81a48280ef route all communication via the browser Daniel Martí 2019-03-15 17:17:57 +0000
  • 3d3bf22ccc start the chromedp v2 refactor Daniel Martí 2019-03-05 13:14:50 +0000
  • 5aca12cc3e send messages with select to avoid deadlocks v0.1 xinglong 2019-04-01 10:24:48 +0800
  • e9aa66f87e fix build breakage with newer cdproto versions Daniel Martí 2019-03-28 21:44:07 +0000
  • 39bd95c850 Clarified SIGTERM in shutdown comments Killian Brackey 2019-02-25 19:08:39 -0600
  • b61de69d62 Added SIGTERM to linux systems on shutdown Killian Brackey 2019-02-24 23:12:46 -0600
  • 4cc9890745 add a simple issue template v0.1.3 Daniel Martí 2019-02-22 00:12:29 +0100
  • 37d13f2933 update all mod dependencies Daniel Martí 2019-02-21 23:43:53 +0100
  • 26c9acb5b1 avoid ctx.Done() goroutine leak in Selector.run Daniel Martí 2019-02-21 17:58:08 +0100
  • 811d6d54d3 don't run TestFileUpload subtests in parallel Daniel Martí 2019-02-21 17:22:40 +0100
  • 4c16288502 skip the error log in TestAllocatePortInUse Daniel Martí 2019-02-21 17:13:38 +0100
  • da4f783362 make all tests run in parallel Daniel Martí 2019-02-21 13:55:21 +0100
  • 5ca52f3e1b use runner.LookChromeNames in TestMain Daniel Martí 2019-02-21 13:53:05 +0100
  • 5dc1e0f3af use buffered chan for h.detached zhongjiajia 2019-01-24 15:46:41 +0800
  • 85ecf4f31f chromedp: fix SetHandlerByID Bob Potter 2018-12-07 17:57:14 -0600
  • 7f54f3f93c CI: test on 1.11.x instead of tip Daniel Martí 2018-12-01 12:38:45 +0000
  • 98d4b0de6e pool: error quickly if we find a port in use Daniel Martí 2018-11-22 12:28:57 +0000
  • bf52fed0d3 Fixing windows build issue Kenneth Shaw 2018-07-18 06:19:22 +0700
  • 34591780d9 Updating dependencies v0.1.2 Kenneth Shaw 2018-07-13 12:49:42 +0700
  • 53015e7d81 Changing Debugging => DevTools Kenneth Shaw 2018-07-13 12:46:30 +0700
  • 74e379587b Minor code cleanup to client package before rewrite Kenneth Shaw 2018-07-13 11:35:03 +0700
  • 4ae10864e4 Adding client API changes prior to package rewrite Kenneth Shaw 2018-07-13 11:24:37 +0700
  • d413f67302 Minor cleanup to client/gen.go Kenneth Shaw 2018-07-13 11:00:35 +0700
  • 622c90c82c Cleaning up runner API prior to package rewrite Kenneth Shaw 2018-07-13 10:57:20 +0700
  • e051c4a982 Removing errors dependency in client and runner packages Kenneth Shaw 2018-07-13 09:28:45 +0700
  • 0406fa8a8a Fixing issue with kb v0.1.1 Kenneth Shaw 2018-07-10 19:51:58 +0700
  • db9a873141 Updating dependencies v0.1.0 Kenneth Shaw 2018-07-04 05:23:33 +0700
  • 68c34da207 Initial vgo support Kenneth Shaw 2018-05-26 14:05:58 +0700
  • e57a331e5c fix: windows tempfile path in %USERPROFILE%\AppData\Local ljun20160606 2018-05-23 15:53:19 +0800
  • 5bf6a0e59d Additional With* options for calls to chromedp.New() Kenneth Shaw 2018-05-19 10:17:19 +0700
  • b389c03ae7 Adding workaround for non-localhost client connections Kenneth Shaw 2018-05-19 10:16:23 +0700
  • 1e1a3ace12 General code cleanup Kenneth Shaw 2018-05-19 05:03:47 +0700
  • 310d213f6f Fixing path in kb/gen.go Kenneth Shaw 2018-05-07 14:11:23 +0700
  • f683cfc4c1 Minor code cleanup Kenneth Shaw 2018-03-27 04:30:59 +0700
  • 117d42c3dd Minor change to client (supporting 1.3) Kenneth Shaw 2018-03-20 19:07:54 +0700
  • 097f1903e5 Bumping travis-ci config to go1.10.x series Kenneth Shaw 2018-03-02 09:02:06 +0700
  • 54f529fc51 Changing chromedp-gen => cdproto-gen Kenneth Shaw 2018-02-16 07:23:02 +0700
  • 46a6388474 Fixing broken links in README.md Kenneth Shaw 2017-12-28 11:38:11 +0700
  • b0c2445e67 Splitting repositories Kenneth Shaw 2017-12-27 09:30:28 +0700
  • 9424dc57d6 Removing empty doc.go file Kenneth Shaw 2017-12-22 10:14:21 +0700
  • 0faecc62db Updating to latest protocol.json Kenneth Shaw 2017-12-22 10:07:54 +0700
  • 69e069d131 Fixing issue with missing target_type values in client package Kenneth Shaw 2017-12-22 10:01:21 +0700
  • dd8119a9c5 Updating eval example Kenneth Shaw 2017-12-22 09:01:51 +0700
  • f9f17190d9 Removing edge-simple example Kenneth Shaw 2017-12-22 09:00:50 +0700