[Webkit-unassigned] [Bug 27953] New: -[NSWorkspace openURL:] causing issues
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 3 14:30:45 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27953
Summary: -[NSWorkspace openURL:] causing issues
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: importedfromspace at googlemail.com
NSURL *url = [NSURL
URLWithString:@"http://www.amazon.com/Knife-Never-Letting-Go-Walking/dp/B002IDMC58%3FSubscriptionId%3D1CKE6MZ6S27EFQ458402%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB002IDMC58"];
[[NSWorkspace sharedWorkspace] openURL:url];
When this method launches the browser, it gives me two problems. (The WebKit
nightly is my default browser.)
1. The "Check for WebKit Updates…" item simply isn't there.
2. It often, but not always, crashes, leaving the Console message "Exited
abnormally: Interrupt". The OS X crash dialog does not appear.
And…that's about it. I've tried deleting all plugins, but that didn't help.
(They're back now.)
I'm lost.
--
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