Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: YusukeIwaki/puppeteer-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.22
Choose a base ref
...
head repository: YusukeIwaki/puppeteer-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.23
Choose a head ref
  • 19 commits
  • 27 files changed
  • 1 contributor

Commits on Nov 15, 2020

  1. add Docker guide

    resolves #28
    YusukeIwaki authored Nov 15, 2020
    Configuration menu
    Copy the full SHA
    11d5e5b View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    4780a42 View commit details
    Browse the repository at this point in the history
  2. implement Events constant

    YusukeIwaki committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    301ea24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1eb572 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f2f9e5 View commit details
    Browse the repository at this point in the history
  5. remove Events class.

    YusukeIwaki committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    37e00ad View commit details
    Browse the repository at this point in the history
  6. fix RuboCop warnings

    YusukeIwaki committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    dfef2a6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #31 from YusukeIwaki/refactor_event

    Refactor event
    YusukeIwaki authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    2ed3b25 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Revert "Remove ugly logic in CDPSession."

    This reverts commit 675b01e.
    YusukeIwaki committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    c6f2a9f View commit details
    Browse the repository at this point in the history
  2. fix comment

    YusukeIwaki committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    ad50b77 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #32 from YusukeIwaki/revert_workaround_for_send_recv

    Revert deletion of workaround for unordered SEND/RECV
    YusukeIwaki authored Nov 27, 2020
    Configuration menu
    Copy the full SHA
    397c909 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    4a03aa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    375886b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #34 from YusukeIwaki/revert-32-revert_workaround_f…

    …or_send_recv
    
    Revert "Revert deletion of workaround for unordered SEND/RECV "
    YusukeIwaki authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    578b940 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    72c08e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8f261a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. add RSpec: page_spec

    YusukeIwaki committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    71d0e63 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #33 from YusukeIwaki/add_page_spec

    add RSpec: page_spec
    YusukeIwaki authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    9029964 View commit details
    Browse the repository at this point in the history
  3. 0.0.22 -> 0.0.23

    YusukeIwaki authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    3083f6a View commit details
    Browse the repository at this point in the history
Loading