RESOLVED FIXED 11218
REGRESSION: Assertion failure in -[WebFrameLoader continueLoadRequestAfterNavigationPolicy:formState:] when going back from a file: or data: URL
https://bugs.webkit.org/show_bug.cgi?id=11218
Summary REGRESSION: Assertion failure in -[WebFrameLoader continueLoadRequestAfterNav...
mitz
Reported 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.
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+
Darin Adler
Comment 1 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)
mitz
Comment 2 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
Darin Adler
Comment 3 2006-10-08 13:47:15 PDT
Committed revision 16889.
Note You need to log in before you can comment on or make changes to this bug.