Skip to content
This repository has been archived by the owner. It is now read-only.

Browser crash with payment enabled when clearing browsing data #8670

Merged
merged 4 commits into from May 5, 2017
Merged
Commits on May 4, 2017
  1. If you look at

    mrose17 committed May 4, 2017
    40abc0c
    065d1c784268b47#diff-8a9bac13ef6264feb2b6da7c18d86b3cL733 and
    40abc0c
    065d1c784268b47#diff-8a9bac13ef6264feb2b6da7c18d86b3cL746 you’ll see
    that the old code had a catch to deal with clean-up errors. The new
    code doesn’t. This fixes that in filtering.js … whether or not there
    should be a catch is a different issue.
    
    Also, in tabs.js, I consistently get a crash when starting up my test
    browser, this fixes that.
  2. Better fix from @bridiver

    mrose17 committed May 4, 2017
  3. Don't forget the .bind()

    mrose17 committed May 4, 2017
Commits on May 5, 2017
  1. Merge branch 'master' into issue-8659

    mrose17 committed May 5, 2017
You can’t perform that action at this time.