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

Enable debugging on Reanimated's runtime using Chrome DevTools #3526

Merged
merged 84 commits into from
Sep 22, 2022

Commits on Jul 21, 2022

  1. Preparation work

    Kwasow committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    5e28bd2 View commit details
    Browse the repository at this point in the history
  2. Fixed prepareHermes

    Kwasow committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    3f8215b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51bfb8f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    ff3fbaa View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    320b039 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    dd57719 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    2729412 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. IT STOPPED 🛑

    Kwasow committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    9e9cbbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db298ca View commit details
    Browse the repository at this point in the history
  3. Merged main

    Kwasow committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    571b65a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb096be View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. M

    uch improved line mappings in worklets
    Kwasow committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    efed1e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24754c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Removed useless code

    Kwasow committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    ce0b2e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acf077a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Removed redundant console.log

    Kwasow committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    29491b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e579f72 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    4adca84 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Fixed app reloads on iOS

    Kwasow committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    d288c66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcc5d84 View commit details
    Browse the repository at this point in the history
  3. Added error handling on iOS

    Kwasow committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    aa0cf3c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    55306a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c116722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a530416 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Merged main

    Kwasow committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    403384f View commit details
    Browse the repository at this point in the history
  2. Updated plugin tests

    Kwasow committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    6bb62ac View commit details
    Browse the repository at this point in the history
  3. Fixed reloads on Android

    Kwasow committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    6c33122 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    e4b9116 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bec2b88 View commit details
    Browse the repository at this point in the history
  3. Code cleanup

    Kwasow committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    b45cc81 View commit details
    Browse the repository at this point in the history
  4. Fixing iOS

    Kwasow committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    1e6a9f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Added important comment

    Kwasow committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    63ce88a View commit details
    Browse the repository at this point in the history
  2. Added missing code on iOS

    Kwasow committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    3219a5a View commit details
    Browse the repository at this point in the history
  3. Minor code improvements

    Kwasow committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    b2c0061 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    c3588cf View commit details
    Browse the repository at this point in the history
  2. Fixed cpp lint

    Kwasow committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    35853fd View commit details
    Browse the repository at this point in the history
  3. Fixed java lint

    Kwasow committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    1303b2e View commit details
    Browse the repository at this point in the history
  4. Fixed babel plugin tests

    Kwasow committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    740a334 View commit details
    Browse the repository at this point in the history
  5. Fixed Example app build

    Kwasow committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    70b4af5 View commit details
    Browse the repository at this point in the history
  6. Fixed example apps build

    Kwasow committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    12ed55e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    bd995a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Removed patch hack

    Kwasow committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    87aed5e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Merge main

    Kwasow committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    ca68a49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78d0a31 View commit details
    Browse the repository at this point in the history
  3. Fixed Android CI

    Kwasow committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    94ab7d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1957ccc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Simplified implementation

    Kwasow committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    69dbbeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fc0aa7 View commit details
    Browse the repository at this point in the history
  3. Removed unnecessary patch

    Kwasow committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    db7b40f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88dfdc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7618832 View commit details
    Browse the repository at this point in the history
  6. Fixed Android build

    Kwasow committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    e5c72ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    916e786 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    58e9e7b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Fixed tvOS build

    Kwasow committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    5ba13ce View commit details
    Browse the repository at this point in the history
  2. save

    Kwasow committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    c57bf23 View commit details
    Browse the repository at this point in the history
  3. Fixed Android build

    Kwasow committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    4751025 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e98fdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86be060 View commit details
    Browse the repository at this point in the history
  6. Improvements after self-review

    Kwasow committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    f72b23a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a73a124 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. save

    Kwasow committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    98af8dc View commit details
    Browse the repository at this point in the history
  2. Added documentation to code

    Kwasow committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    105b7ca View commit details
    Browse the repository at this point in the history
  3. Improved comments

    Kwasow committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    c890ccc View commit details
    Browse the repository at this point in the history
  4. Fixed JSC on iOS

    Kwasow committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    95b10dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98840bb View commit details
    Browse the repository at this point in the history
  6. Fixed build issues

    Kwasow committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    c2d5eef View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Added patches to example app

    Kwasow committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    8c99701 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf706af View commit details
    Browse the repository at this point in the history
  3. Fixed patch-package warnings

    Kwasow committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    cfd0458 View commit details
    Browse the repository at this point in the history
  4. Enabled flipper in Example app

    Kwasow committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    ccd0c38 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. We want it like this

    Kwasow committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    ba6438c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Removed tickleJS

    Kwasow committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    176ccc0 View commit details
    Browse the repository at this point in the history
  2. Updated known issues

    Kwasow committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    25a740a View commit details
    Browse the repository at this point in the history
  3. Added explainatory comments:

    Kwasow committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    628813f View commit details
    Browse the repository at this point in the history
  4. Removed unnecessary reference

    Kwasow committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    2fcf0fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e50fa4 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    1d68efe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df8498a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa4f39d View commit details
    Browse the repository at this point in the history
  4. Merged main

    Kwasow committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    873678f View commit details
    Browse the repository at this point in the history
  5. Final updates

    Kwasow committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    c7cc522 View commit details
    Browse the repository at this point in the history
  6. Improvements after review

    Kwasow committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    fb92063 View commit details
    Browse the repository at this point in the history
  7. Final changes

    Kwasow committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    77ead21 View commit details
    Browse the repository at this point in the history