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

Error Stack fix #212

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Error Stack fix #212

wants to merge 10 commits into from

Commits on Feb 15, 2019

  1. Handle cases where localStorage access is denied

    In browsers when localStorage access is disabled for your domain the
    browsers will throw an Access denied error if you try to even read the
    localStorage property. This commit adds try/catch logic to handle the
    error and use the in-memory fallback.
    
    Signed-off-by: Matt Cowan <[email protected]>
    Matt Cowan committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    253be58 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

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

Commits on Jun 4, 2019

  1. Add pull request template

    Ian Craggs committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    f57c192 View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse#191 from trello/matt/wrap-localStorage

    Handle cases where localStorage access is denied
    icraggs committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    55cf306 View commit details
    Browse the repository at this point in the history
  3. Merge pull request eclipse#194 from markevans-sky/no-implicit-global-…

    …websocket
    
    No implicit global WebSocket
    icraggs committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    026fd95 View commit details
    Browse the repository at this point in the history
  4. Merge PR eclipse#190

    Ian Craggs committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    d935d39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b53e982 View commit details
    Browse the repository at this point in the history
  6. Allow callbacks to be unset eclipse#181

    Also-by: Piotr Kuczynski <[email protected]>
    Ian Craggs committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    a1d0c16 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Fixed missing stack when exception is thrown

    Signed-off-by: Lleonard Subirana <[email protected]>
    arsu-leo committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    0a850f9 View commit details
    Browse the repository at this point in the history