Changeset 12250 in webkit
- Timestamp:
- Jan 19, 2006, 5:22:30 PM (19 years ago)
- Location:
- trunk/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/ChangeLog
r12243 r12250 1 2006-01-19 Eric Seidel <eseidel@apple.com> 2 3 Reviewed by darin. 4 5 <embed> and <object> tags show up blank when going back/forward. 6 http://bugzilla.opendarwin.org/show_bug.cgi?id=6679 7 8 No test currently possible. 9 10 * page/Frame.cpp: 11 (Frame::canCachePage): 12 1 13 2006-01-19 Eric Seidel <eseidel@apple.com> 2 14 -
trunk/WebCore/page/Frame.cpp
r12243 r12250 3332 3332 // 4. The URL for the page is not https. 3333 3333 // 5. The page has no applets. 3334 if (d->m_frames.count() || 3334 if (d->m_frames.count() || d->m_objects.count() || 3335 3335 parentFrame() || 3336 3336 m_url.protocol().startsWith("https") ||
Note:
See TracChangeset
for help on using the changeset viewer.