[webkit-changes] cvs commit: WebCore/khtml khtml_part.cpp
Adele
adele at opensource.apple.com
Fri Jul 1 18:42:41 PDT 2005
adele 05/07/01 18:42:41
Modified: . Tag: Safari-2-0-branch ChangeLog
khtml Tag: Safari-2-0-branch khtml_part.cpp
Log:
Merged fix from TOT to Safari-2-0-branch
<rdar://problem/4164972> extra HTTP GET when iframe requests file already fetched by parent that should have been cached
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.4104.2.43 +16 -0 WebCore/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebCore/ChangeLog,v
retrieving revision 1.4104.2.42
retrieving revision 1.4104.2.43
diff -u -r1.4104.2.42 -r1.4104.2.43
--- ChangeLog 2 Jul 2005 01:39:49 -0000 1.4104.2.42
+++ ChangeLog 2 Jul 2005 01:42:35 -0000 1.4104.2.43
@@ -1,6 +1,22 @@
2005-07-01 Adele Peterson <adele at apple.com>
Merged fix from TOT to Safari-2-0-branch
+ <rdar://problem/4164972> extra HTTP GET when iframe requests file already fetched by parent that should have been cached
+
+ 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-07-01 Adele Peterson <adele at apple.com>
+
+ Merged fix from TOT to Safari-2-0-branch
<rdar://problem/4164976> parameters not working in showModalDialog test page (dialogWidth, dialogHeight, etc.)
2005-06-13 Vicki Murley <vicki at apple.com>
No revision
No revision
1.311.8.7 +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.8.6
retrieving revision 1.311.8.7
diff -u -r1.311.8.6 -r1.311.8.7
--- khtml_part.cpp 2 Jul 2005 01:32:55 -0000 1.311.8.6
+++ khtml_part.cpp 2 Jul 2005 01:42:40 -0000 1.311.8.7
@@ -2120,8 +2120,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