Bug 30108

Summary: accessibility/media-element.html crashes
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: MediaAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, pdherbemont
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mrowe: review+

Description Simon Fraser (smfr) 2009-10-05 21:48:50 PDT
Crash here:

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   com.apple.WebKit              	0x000000010077eae7 -[WebViewFactory localizedMediaControlElementString:] + 1120 (WebViewFactory.mm:683)
1   com.apple.WebCore             	0x0000000101235a30 WebCore::localizedMediaControlElementString(WebCore::String const&) + 79 (LocalizedStringsMac.mm:729)
2   com.apple.WebCore             	0x0000000100b525a2 WebCore::AccessibilityMediaControl::accessibilityDescription() const + 46 (AccessibilityMediaControls.cpp:159)
3   com.apple.WebCore             	0x0000000100b60ebf -[AccessibilityObjectWrapper accessibilityAttributeValue:] + 4708 (AccessibilityObjectWrapper.mm:1357)
4   DumpRenderTree                	0x00000001000057cd AccessibilityUIElement::description() + 49 (AccessibilityUIElementMac.mm:328)

Need to add strings for the fullscreen button.
Comment 1 Simon Fraser (smfr) 2009-10-06 13:30:04 PDT
Created attachment 40739 [details]
Patch
Comment 2 Mark Rowe (bdash) 2009-10-06 13:42:30 PDT
Comment on attachment 40739 [details]
Patch

I made some minor comments on IRC.  r=me
Comment 3 Simon Fraser (smfr) 2009-10-06 21:33:15 PDT
http://trac.webkit.org/changeset/49206