[Webkit-unassigned] [Bug 80760] WinLauncher should show loading errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 11 11:48:46 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=80760





--- Comment #19 from Ashod Nakashian <ashodnakashian at yahoo.com>  2012-03-11 11:48:46 PST ---
(In reply to comment #18)
> (From update of attachment 131250 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=131250&action=review
> 
> > Tools/WinLauncher/WinLauncher.cpp:148
> > +    HRESULT hr = error->localizedDescription(&errorDescription);
> 
> sorry for an additional dump question: is it possible that localizedDescription returns S_OK and sets errorDescription to NULL?

No worries. The current implementation (WebError::localizedDescription) doesn't allow for that, but even if errorDescription is NULL, the user will only get a blank message-box, nothing fatal.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list