Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upServo chokes on www.slate.com #12247
Closed
Labels
Comments
|
Interesting; that exception is only thrown by Servo's crypto.getRandomValues() implementation. |
|
I haven't traced through the code, but what about? servo/components/script/dom/storage.rs Line 95 in e8cf789 @jdm: confirmed, it's coming from the above line. |
|
Whoops, missed that in the DXR results. |
|
AFAICT in |
bors-servo
added a commit
that referenced
this issue
Jul 7, 2016
Properly check storage size against QUOTA_SIZE_LIMIT (fixes #12247) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12289) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The page half-loads and I see repeated complaining about:
ERROR:js::rust: Error at :0:0: QuotaExceededError: The quota has been exceeded.