Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

[WEEX-648][iOS]native batch for dom operations generating from JavaScript #1644

Merged
merged 5 commits into from
Nov 5, 2018

Commits on Oct 17, 2018

  1. [WEEX-648][iOS]native batch for dom operations generating from javaSc…

    …ript
    
    wrap a series of dom operations with beginBatch and endBatch directives, when every V-sync signal comes,
    we try to ensure that the operations between beginBatch and endBatch can be performed in current V-sync,
    this policy can drop frames maybe, for our policy dropping frames, we only allow 20 frames at most.
    
    Bugs:648
    acton393 committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    2b1844e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. [WEEX-648][iOS] clear the count for drop frames when clear stashed op…

    …eration queue
    
    Bug: 648
    acton393 committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    9eec9f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

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

Commits on Oct 31, 2018

  1. Configuration menu
    Copy the full SHA
    820c73e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    319c0b0 View commit details
    Browse the repository at this point in the history