Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
StorageTracker::deleteOrigin being called off the main thread (ASSERT…
…s in inspector/test-harness-trivially-works.html test) https://bugs.webkit.org/show_bug.cgi?id=129642 Reviewed by Brady Eidson. Source/WebCore: When tearing down the inspector frontend's page, we trigger a threading violation in StorageAreaSync's final sync code underneath StorageAreaSync::deleteEmptyDatabase(). No new tests. Regression is covered by inspector/test-harness-trivially-works.html. * storage/StorageAreaSync.cpp: (WebCore::StorageAreaSync::deleteEmptyDatabase): add a missing callOnMainThread() when calling StorageTracker::deleteOriginWithIdentifier(). LayoutTests: Remove the blanket Skip for all tests in inspector/. * TestExpectations: clean up expectations for inspector/ and add new tracking bugs. Canonical link: https://commits.webkit.org/154944@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@173991 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
4 changed files
with
39 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters