Hi,
Thank you for the answer
for example this is a part of webkit.patch :
///////////////////////
diff -r d1d6b2f10377 -r 8f5489316d54 WebKit/mac/WebView/WebFrame.mm
--- a/WebKit/mac/WebView/WebFrame.mm Wed Oct 01 16:52:42 2008 +0100
+++ b/WebKit/mac/WebView/WebFrame.mm Sat Nov 01 08:44:27 2008 +0000
@@ -1231,6 +1231,13 @@
_private->coreFrame->loader()->load(request);
}
+- (void) setArchiveRecordLocation: (NSString*) location
+{
+ Frame* coreFrame = _private->coreFrame;
+ String r = location;
+ coreFrame->setArchiveRecordLocation( r );
+}
+
static NSURL *createUniqueWebDataURL()
{
CFUUIDRef UUIDRef = CFUUIDCreate(kCFAllocatorDefault);
//////////////////////////////
who means to add the lines above preceded by a plus (+) in / WebKit / mac /
WebView / WebFrame.mm
I don't want to do this manualy, but I would like to know how to
automatically apply the patch to source code,
can you help me?
thank you in advence for any help
best regards
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev