WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
[patch]
Patch v1
bug-9150-v1.diff (text/plain), 965 bytes, created by
David Kilzer (:ddkilzer)
on 2006-05-28 11:57:38 PDT
(
hide
)
Description:
Patch v1
Filename:
MIME Type:
Creator:
David Kilzer (:ddkilzer)
Created:
2006-05-28 11:57:38 PDT
Size:
965 bytes
patch
obsolete
>Index: WebKitTools/DumpRenderTree/DumpRenderTree.m >=================================================================== >--- WebKitTools/DumpRenderTree/DumpRenderTree.m (revision 14551) >+++ WebKitTools/DumpRenderTree/DumpRenderTree.m (working copy) >@@ -35,6 +35,7 @@ > #import <WebKit/WebDataSource.h> > #import <WebKit/WebEditingDelegate.h> > #import <WebKit/WebFrameView.h> >+#import <WebKit/WebHistory.h> > #import <WebKit/WebPreferences.h> > #import <WebKit/WebView.h> > #import <WebKit/WebHTMLViewPrivate.h> >@@ -300,6 +301,8 @@ > > [[NSURLCache sharedURLCache] removeAllCachedResponses]; > >+ [WebHistory setOptionalSharedHistory:[[WebHistory alloc] init]]; >+ > // For reasons that are not entirely clear, the following pair of calls makes WebView handle its > // dynamic scrollbars properly. Without it, every frame will always have scrollbars. > NSBitmapImageRep *imageRep = [webView bitmapImageRepForCachingDisplayInRect:[webView bounds]];
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 9150
:
8583
|
8589
|
8892
|
8893
|
8909