Bug 96046
Summary: | Gmail hangs forever when loading | ||
---|---|---|---|
Product: | WebKit | Reporter: | Elliott Sprehn <esprehn> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | abarth, fpizlo |
Priority: | P1 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | Unspecified |
Elliott Sprehn
Gmail is hanging forever when loading with the most recently nightly builds. It seems the JS loading the page is broken:
TypeError: 'undefined' is not a function (evaluating '(new Ooa(e,c)).start(d)') mail.google.com:596
TypeError: 'undefined' is not a function (evaluating 'this.dispatchEvent("resize")')
Version 5.1.7 (6534.57.2, r127746)
This works in shipping Safari, but is broken at ToT.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Elliott Sprehn
I'm not sure if this is JSC bustedness, or bindings or what.
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 95999 ***