Bug 11218 - REGRESSION: Assertion failure in -[WebFrameLoader continueLoadRequestAfterNavigationPolicy:formState:] when going back from a file: or data: URL
Summary: REGRESSION: Assertion failure in -[WebFrameLoader continueLoadRequestAfterNav...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-08 08:41 PDT by mitz
Modified: 2006-10-08 13:47 PDT (History)
1 user (show)

See Also:


Attachments
patch to fix this with a small additional tweak (no change log or test) (3.31 KB, patch)
2006-10-08 13:43 PDT, Darin Adler
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2006-10-08 08:41:56 PDT
ASSERTION FAILED: [self policyDataSource] || [[self provisionalDataSource] unreachableURL] != nil
(WebKit/Loader/WebFrameLoader.m:1273 -[WebFrameLoader continueLoadRequestAfterNavigationPolicy:formState:])
To reproduce, go to any URL, then navigate in the same Safari window to a file: or data: URL, then choose History > Back.
Comment 1 Darin Adler 2006-10-08 13:43:03 PDT
Created attachment 10987 [details]
patch to fix this with a small additional tweak (no change log or test)
Comment 2 mitz 2006-10-08 13:45:00 PDT
Comment on attachment 10987 [details]
patch to fix this with a small additional tweak (no change log or test)

r=me
Comment 3 Darin Adler 2006-10-08 13:47:15 PDT
Committed revision 16889.