[webkit-changes] cvs commit: WebCore/khtml khtml_part.cpp
Adele
adele at opensource.apple.com
Fri Jul 1 14:12:37 PDT 2005
adele 05/07/01 14:12:37
Modified: . Tag: Safari-1-3-branch ChangeLog
khtml Tag: Safari-1-3-branch khtml_part.cpp
Log:
Merged fix for <rdar://problem/4122332> from TOT to Safari-1-3-branch
2005-06-28 Vicki Murley <vicki at apple.com>
Reviewed by Maciej.
- fix our part of <rdar://problem/4122332> extra HTTP GET when iframe requests file
already fetched by parent that should have been cached. Setting location via javascript
should not signal a full reload of the destination page and all its subresources.
* khtml/khtml_part.cpp:
(KHTMLPart::changeLocation): remove code that sets the reload flag
Revision Changes Path
No revision
No revision
1.4108.4.13 +15 -0 WebCore/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebCore/ChangeLog,v
retrieving revision 1.4108.4.12
retrieving revision 1.4108.4.13
diff -u -r1.4108.4.12 -r1.4108.4.13
--- ChangeLog 27 Jun 2005 23:32:19 -0000 1.4108.4.12
+++ ChangeLog 1 Jul 2005 21:12:30 -0000 1.4108.4.13
@@ -1,3 +1,18 @@
+2005-07-01 Adele Peterson <adele at apple.com>
+
+ Merged fix for <rdar://problem/4122332> from TOT to Safari-1-3-branch
+
+ 2005-06-28 Vicki Murley <vicki at apple.com>
+
+ Reviewed by Maciej.
+
+ - fix our part of <rdar://problem/4122332> extra HTTP GET when iframe requests file
+ already fetched by parent that should have been cached. Setting location via javascript
+ should not signal a full reload of the destination page and all its subresources.
+
+ * khtml/khtml_part.cpp:
+ (KHTMLPart::changeLocation): remove code that sets the reload flag
+
2005-06-27 Adele Peterson <adele at apple.com>
Merged fix for <rdar://problem/4125212> from TOT to Safari-1-3-branch
No revision
No revision
1.311.6.2 +0 -2 WebCore/khtml/khtml_part.cpp
Index: khtml_part.cpp
===================================================================
RCS file: /cvs/root/WebCore/khtml/khtml_part.cpp,v
retrieving revision 1.311.6.1
retrieving revision 1.311.6.2
diff -u -r1.311.6.1 -r1.311.6.2
--- khtml_part.cpp 2 Jun 2005 15:49:16 -0000 1.311.6.1
+++ khtml_part.cpp 1 Jul 2005 21:12:36 -0000 1.311.6.2
@@ -2096,8 +2096,6 @@
KParts::URLArgs args;
- if (urlcmp(URL, m_url.url(), true, false))
- args.reload = true;
args.setLockHistory(lockHistory);
if (!referrer.isEmpty())
args.metaData()["referrer"] = referrer;
More information about the webkit-changes
mailing list