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

Add experiments to skip waiting for updates of collection and table views #1311

Merged
merged 10 commits into from
Jan 24, 2019

Commits on Jan 11, 2019

  1. Add experiment to skip waiting until all updates of collection/table …

    …view are committed in -accessibilityElements
    
    The wait was introduced in TextureGroup#1217 which blocks the main thread until updates are proccessed. We suspect this causes perf regressions accross the app and need to confirm this via an experiment.
    nguyenhuy committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    f8ef2f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a171a99 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Fix unit test

    nguyenhuy committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    55cb990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5820594 View commit details
    Browse the repository at this point in the history
  3. Remove import

    nguyenhuy committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    74e3a61 View commit details
    Browse the repository at this point in the history
  4. Minor change

    nguyenhuy committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    42058df View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    49482be View commit details
    Browse the repository at this point in the history
  2. Update unit tests

    nguyenhuy committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    b52ba54 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary change

    nguyenhuy committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    7e6492a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Remove unnecessary changes

    nguyenhuy committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    0d3da49 View commit details
    Browse the repository at this point in the history