Bug 56035

Summary: Leaks viewer doesn't work in Safari 5
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Tools / TestsAssignee: Adam Roben (:aroben) <aroben>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Bug Depends on: 56090    
Bug Blocks:    
Attachments:
Description Flags
Don't use Element.classList or box-shadow in Leaks Viewer simon.fraser: review+

Simon Fraser (smfr)
Reported 2011-03-09 11:13:23 PST
If I try to use the leaks viewer with Safari 5, it fails with some JS exceptions: TypeError: Result of expression 'document.getElementById("url-prompt-container").classList' [undefined] is not an object. LeaksViewer.js:111TypeError: Result of expression 'this._loadingIndicator.classList' [undefined] is not an object.
Attachments
Don't use Element.classList or box-shadow in Leaks Viewer (3.33 KB, patch)
2011-03-09 11:30 PST, Adam Roben (:aroben)
simon.fraser: review+
Adam Roben (:aroben)
Comment 1 2011-03-09 11:30:43 PST
Created attachment 85205 [details] Don't use Element.classList or box-shadow in Leaks Viewer
Adam Roben (:aroben)
Comment 2 2011-03-09 11:43:54 PST
Note You need to log in before you can comment on or make changes to this bug.