Bug 28971 - WebView::initWithFrame fails if there's no host window
Summary: WebView::initWithFrame fails if there's no host window
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2009-09-04 09:31 PDT by Adam Roben (:aroben)
Modified: 2009-09-04 10:10 PDT (History)
1 user (show)

See Also:


Attachments
Patch v1 (2.11 KB, patch)
2009-09-04 09:31 PDT, Adam Roben (:aroben)
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2009-09-04 09:31:29 PDT
Created attachment 39065 [details]
Patch v1

WebView::initWithFrame fails if there's no valid host window. This is not our documented behavior. This method should work whether or not there's a valid host window.
Comment 1 Adam Roben (:aroben) 2009-09-04 09:31:54 PDT
<rdar://problem/4976998>
Comment 2 Dave Hyatt 2009-09-04 09:35:38 PDT
Comment on attachment 39065 [details]
Patch v1

r=me
Comment 3 Adam Roben (:aroben) 2009-09-04 10:07:18 PDT
Fixed in r48059
Comment 4 Adam Roben (:aroben) 2009-09-04 10:10:57 PDT
Whoops, I meant:

Fixed in r48060