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

Impl record iframe #481

Merged
merged 18 commits into from
Feb 10, 2021
Merged

Impl record iframe #481

merged 18 commits into from
Feb 10, 2021

Commits on Feb 6, 2021

  1. Impl record iframe

    Yuyz0112 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    09a67bd View commit details
    Browse the repository at this point in the history
  2. iframe observe

    Yuyz0112 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    64db5ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    746c6a3 View commit details
    Browse the repository at this point in the history
  4. update bundle

    Yuyz0112 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    56d2421 View commit details
    Browse the repository at this point in the history
  5. update with pick

    Yuyz0112 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    cbb684f View commit details
    Browse the repository at this point in the history
  6. update bundle

    Yuyz0112 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    9538dc7 View commit details
    Browse the repository at this point in the history
  7. fix fragment map remove

    Yuyz0112 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    ceb7eb8 View commit details
    Browse the repository at this point in the history
  8. feat: add an option to determine whether to pause CSS animation when …

    …playback is paused (#428)
    
    set pauseAnimation to true by default
    YunFeng0817 authored and Yuyz0112 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    0870b78 View commit details
    Browse the repository at this point in the history
  9. fix: elements would lose some states like scroll position because of …

    …"virtual parent" optimization (#427)
    
    * fix: elements would lose some state like scroll position because of "virtual parent" optimization
    
    * refactor: the bugfix code
    
    bug: elements would lose some state like scroll position because of "virtual parent" optimization
    
    * fix: an error occured at applyMutation(remove nodes part)
    
    error message:
    Uncaught (in promise) DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node
    YunFeng0817 authored and Yuyz0112 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    e0af2b7 View commit details
    Browse the repository at this point in the history
  10. pick fixes

    Yuyz0112 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    41d7810 View commit details
    Browse the repository at this point in the history
  11. revert ignore file

    Yuyz0112 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    6d5dd98 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. re-impl iframe record

    Yuyz0112 committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    0f3791c View commit details
    Browse the repository at this point in the history
  2. re-impl iframe replay

    Yuyz0112 committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    b34cf84 View commit details
    Browse the repository at this point in the history
  3. code housekeeping

    Yuyz0112 committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    23f4e19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f012415 View commit details
    Browse the repository at this point in the history
  5. update test cases

    Yuyz0112 committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    7c08fbe View commit details
    Browse the repository at this point in the history
  6. teardown test server

    Yuyz0112 committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    c981f43 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

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