Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDP basic #215

Open
wants to merge 103 commits into
base: main
Choose a base branch
from
Open

CDP basic #215

wants to merge 103 commits into from

Commits on Apr 15, 2024

  1. WIP: CDP

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c57bb9e View commit details
    Browse the repository at this point in the history
  2. Remove alloc from CmdContext struct

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    babac69 View commit details
    Browse the repository at this point in the history
  3. Free msg at the right place

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    defab0c View commit details
    Browse the repository at this point in the history
  4. Working sendLater (I/O timeout)

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    cfd6fc9 View commit details
    Browse the repository at this point in the history
  5. Handle concurrent calls to sendLater

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    95a64b7 View commit details
    Browse the repository at this point in the history
  6. Use send as normal behavior in cmdCallback

    + add nanoseconds param in sendLater
    
    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e908cb0 View commit details
    Browse the repository at this point in the history
  7. Add stringify function in cdp

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ffbfd36 View commit details
    Browse the repository at this point in the history
  8. send Target.attachedToTarget after Target.setAutoAttach

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5e1fe65 View commit details
    Browse the repository at this point in the history
  9. Big refacto

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9805710 View commit details
    Browse the repository at this point in the history
  10. Add Page domain

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b124220 View commit details
    Browse the repository at this point in the history
  11. Add Page.getFrameTree

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a708a7f View commit details
    Browse the repository at this point in the history
  12. Add Log domain

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    626fae0 View commit details
    Browse the repository at this point in the history
  13. Add Runtime domain

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e073e33 View commit details
    Browse the repository at this point in the history
  14. Add Page.setLifecycleEventsEnabled

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0a03dcb View commit details
    Browse the repository at this point in the history
  15. Add Page.addScriptToEvaluateOnNewDocument

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    86b1c85 View commit details
    Browse the repository at this point in the history
  16. Add Emulation domain

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    aff2250 View commit details
    Browse the repository at this point in the history
  17. Add Network domain

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    67bbd99 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Handle several JSON msg in 1 read

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    211fa3d View commit details
    Browse the repository at this point in the history
  2. Add setFocusEmulationEnabled

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    26eda90 View commit details
    Browse the repository at this point in the history
  3. Add Runtime.runIfWaitingForDebugger

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    36dbc28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e8b765 View commit details
    Browse the repository at this point in the history
  5. Change Page.addScriptToEvaluateOnNewDocument

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    05c5d06 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Do not emit optional null value in JSON output

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    21afa1f View commit details
    Browse the repository at this point in the history
  2. Handle sessionId in result

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4d8cdc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Return a result in Page.getFrameTree

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e59fc90 View commit details
    Browse the repository at this point in the history
  2. Return sessionId in Emulation.setFocusEmulationEnabled

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1620138 View commit details
    Browse the repository at this point in the history
  3. Add some optional params in methods

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e4ae2df View commit details
    Browse the repository at this point in the history
  4. Make getParams return nullable

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    43a558f View commit details
    Browse the repository at this point in the history
  5. Add method cdp function

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    490eb40 View commit details
    Browse the repository at this point in the history
  6. Add sessionId in Runime.runIfWaitingForDebugger response

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    69f5bb9 View commit details
    Browse the repository at this point in the history
  7. Add Target.getTargetInfo

    + do not send attachedToTarget if sessionId
    
    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    06f161c View commit details
    Browse the repository at this point in the history
  8. Add Browser.createBrowserContext

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0506a7b View commit details
    Browse the repository at this point in the history
  9. Add Target.createTarget

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9974b56 View commit details
    Browse the repository at this point in the history
  10. Add getContent

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f02de77 View commit details
    Browse the repository at this point in the history
  11. Add Browser.getWindowForTarget

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    508741c View commit details
    Browse the repository at this point in the history
  12. Contextual frameTree

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fc1b3d5 View commit details
    Browse the repository at this point in the history
  13. Handle non-empty void params in getContent

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c7ba567 View commit details
    Browse the repository at this point in the history
  14. Add Emulation.setDeviceMetricsOverride

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    aec7455 View commit details
    Browse the repository at this point in the history
  15. Add Browser.setWindowBounds

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c54b50e View commit details
    Browse the repository at this point in the history
  16. Add Page.createIsolatedWorld

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9ce574a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Fix getContent algo

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    4f0b071 View commit details
    Browse the repository at this point in the history
  2. Add dummy Page.navigate

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1a1cd03 View commit details
    Browse the repository at this point in the history
  3. Basic version using Browser

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ed38705 View commit details
    Browse the repository at this point in the history
  4. Add sendEvent utility function

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    9e13ffb View commit details
    Browse the repository at this point in the history
  5. Add page_life_cycle_events in CDP state

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1b1b7cd View commit details
    Browse the repository at this point in the history
  6. Let Page.navigate do actually navigation

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    4a31dd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Typo fix Page.LifecycleEvent

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7a03562 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28d5c68 View commit details
    Browse the repository at this point in the history
  3. Send Runtime.executionContextCreated events in Page.navigate

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3396c70 View commit details
    Browse the repository at this point in the history
  4. Implement own protocol to handle msg size

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    96906df View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Move read input from Cmd callback to allow unit tests

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ba12945 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. MsgBuffer to handle both combined and multipart read

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed May 22, 2024
    Configuration menu
    Copy the full SHA
    bafdca3 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Handle Runtime.evaluate (no-op)

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c57e50c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Basic Runtime.evaluate run

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed May 30, 2024
    Configuration menu
    Copy the full SHA
    bfb9db2 View commit details
    Browse the repository at this point in the history
  2. Handle CDP msg with order <id, method> and <method, id>

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed May 30, 2024
    Configuration menu
    Copy the full SHA
    3ad19df View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Handle CDP messages with different order

    The 'method' still needs to be the first or the second key
    (in this case after the 'id').
    
    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    dc1456f View commit details
    Browse the repository at this point in the history
  2. Add target.getBrowserContexts

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    fa82160 View commit details
    Browse the repository at this point in the history
  3. Add target.setDiscoverTargets

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    ad8c9fa View commit details
    Browse the repository at this point in the history
  4. Add contextID in state

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1929eed View commit details
    Browse the repository at this point in the history
  5. Add network.setCacheDisabled

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7d67d13 View commit details
    Browse the repository at this point in the history
  6. Add fetch.disable

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    cecc03e View commit details
    Browse the repository at this point in the history
  7. Add performance.enable

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    08c11ac View commit details
    Browse the repository at this point in the history
  8. Add emulation.setTouchEmulationEnabled

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9120b9c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Fix call to Runtime.executionContextCreated in Page.navigate

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7abb727 View commit details
    Browse the repository at this point in the history
  2. Add Runtime.addBinding

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4099696 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Add a dumpFile utility function

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4d756b5 View commit details
    Browse the repository at this point in the history
  2. Handle Runtime.callFunctionOn

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9319e4a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Add some optional fields in Runtime.evaluate

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5eae158 View commit details
    Browse the repository at this point in the history
  2. Move MsgBuffer in it's own file for unit test purpose

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0f8b47b View commit details
    Browse the repository at this point in the history
  3. Uniformize calling name conventions

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    aca64ee View commit details
    Browse the repository at this point in the history
  4. Fix changes in Zig 0.12 std lib

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ea410c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Adapt to refacto in js_exec from zig-js-runtime

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4140903 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Fix response of runtime.Evaluate

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    14a3a66 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Redirect Runtime domain to JS engine Inspector

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    94d2d28 View commit details
    Browse the repository at this point in the history
  2. Add Target.closeTarget

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1675f69 View commit details
    Browse the repository at this point in the history
  3. Add Target.disposeBrowserContext

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8bdd2a1 View commit details
    Browse the repository at this point in the history
  4. Add TODOs and comments

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2f3a581 View commit details
    Browse the repository at this point in the history
  5. Add License in new cdp files

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5ab1d2a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Move loop outside Browser

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9c913b2 View commit details
    Browse the repository at this point in the history
  2. server: let the caller of sendSync free the string

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4c225e5 View commit details
    Browse the repository at this point in the history
  3. server: newSession on disposeBrowserContext

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    76a9034 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. server: handle close and re-open connection

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    49adb61 View commit details
    Browse the repository at this point in the history
  2. server: timeout mechanism

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c35c09d View commit details
    Browse the repository at this point in the history
  3. server: move to TCP conn

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b0ff325 View commit details
    Browse the repository at this point in the history
  4. server: merge Cmd and Accept in Ctx

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c8a91d4 View commit details
    Browse the repository at this point in the history
  5. server: rename buf in read_buf

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cea38a1 View commit details
    Browse the repository at this point in the history
  6. server: simplify onInspector methods

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a2f65eb View commit details
    Browse the repository at this point in the history
  7. Simplify browser session.setInspector

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f9b0977 View commit details
    Browse the repository at this point in the history
  8. server: remove unused sendLater

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    15414f5 View commit details
    Browse the repository at this point in the history
  9. server: simplify Send I/O

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ff0bbc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Add cli options for server (host, port, timeout)

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9400dd7 View commit details
    Browse the repository at this point in the history
  2. server: formatting

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c564702 View commit details
    Browse the repository at this point in the history
  3. server: rename public -> jsruntime

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2bc58be View commit details
    Browse the repository at this point in the history
  4. msg: comments typos

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    bf56345 View commit details
    Browse the repository at this point in the history
  5. cdp: ensure token is a string when needed in parser

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    0d89b98 View commit details
    Browse the repository at this point in the history
  6. cdp: ensure method action is present

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    eaf5c6f View commit details
    Browse the repository at this point in the history
  7. browser: rename setInspector -> initInspector

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    fa4920b View commit details
    Browse the repository at this point in the history
  8. browser: panic if callInspector without Inspector

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    28593d9 View commit details
    Browse the repository at this point in the history
  9. browser: add comment for auxData param in page.navigate

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e53b9d9 View commit details
    Browse the repository at this point in the history
  10. msg: return error if input does not have "size:"

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    17c6418 View commit details
    Browse the repository at this point in the history
  11. cdp: fix a comment on page.navigate

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7ad03fb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4b495f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. msg: improve comments on reallocation

    Signed-off-by: Francis Bouvier <[email protected]>
    francisbouvier committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    fd6c25d View commit details
    Browse the repository at this point in the history