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

[TIMOB-24830] (6_1_X) iOS: require cache improvements #9232

Merged
merged 7 commits into from
Jul 27, 2017

Commits on Jul 20, 2017

  1. try to implement better caching for requires: cache currentURL+reques…

    …t to resolved path; consult cache BEFORE tryign to load files
    sgtcoolguy authored and hansemannn committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    e4f36cf View commit details
    Browse the repository at this point in the history
  2. Fix return type of many require methods to be KrollWrapper*; fix up p…

    …ath cache key generation, and storing resolved paths for the key; Add path/module cache logging so you can see what's going on.
    sgtcoolguy authored and hansemannn committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    eb7164d View commit details
    Browse the repository at this point in the history
  3. When a require path is absolute, force path cache key to treat the cu…

    …rrent dir segement as empty (basically share path cache keys from any dir if the request is absolute)
    sgtcoolguy authored and hansemannn committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    a51710a View commit details
    Browse the repository at this point in the history
  4. Address review concerns

    sgtcoolguy authored and hansemannn committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    274a9c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Configuration menu
    Copy the full SHA
    5d3d8db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9356bb View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Update KrollBridge.m

    hansemannn committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    e1502c8 View commit details
    Browse the repository at this point in the history