Skip to content

Instantly share code, notes, and snippets.

@int3
Created August 22, 2011 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save int3/1163203 to your computer and use it in GitHub Desktop.
Save int3/1163203 to your computer and use it in GitHub Desktop.
Session Restore e10s Status

TODO:

  • Create a notification to indicate when the active page style changes

  • We probably should not use userTypedValue (which is in chrome) to manipulate the loaded URI of a tab (which is in content.)

  • Skipping test 461743 for now -- seems like it might not be relevant once we move to e10s anyway

  • Listen for pushstate and popstate events as well?

  • Notify on docShell property change?

  • Make save on tabclose / quit work, so new notifications aren't necessary

  • Test 500328 -- history cache is not invalidated when replaceState() gets called!

  • Make tests e10s-friendly (instead of just passing e10s-friendly code)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment