[webkit-dev] webkit.patch for WebKit
houda hocine
houda.qt4 at gmail.com
Sun Nov 16 07:52:47 PST 2008
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20081116/21a8d6f4/attachment.html>
More information about the webkit-dev
mailing list