Timeline
Mar 22, 2005:
- 6:42 PM Changeset in webkit [8962] by
-
- 3 edits in trunk/WebCore
Reviewed by Vicki.
Fixed <rdar://problem/4062336> REGRESSION (406-407): HTML submenus not working at hrweb.apple.com after going back
Rolled out the fix for <rdar://problem/4041374> REGRESSION (185-186): unload handlers (at least those added with addEventListener) are broken
We clearly need a better solution to 4041374. We can't indiscriminately remove event listeners in closeURL() after-all. Since event listeners are registered in a <script> tag, which is evaluated and executed at page load time, this becomes a problem since we don't reevaluate a page's <script> that is in the back/forward cache. Thus once you leave the page, the listeners are gone for good. This is the problem.
- khtml/khtml_part.cpp: (KHTMLPart::closeURL):
- khtml/xml/dom_docimpl.cpp: (DocumentImpl::detach):
- 6:03 PM Changeset in webkit [8961]
-
- 3 copies in tags/Safari-410
This commit was manufactured by cvs2svn to create tag 'Safari-410'.
- 6:03 PM Changeset in webkit [8960]
-
- 3 copies in tags/Safari-310
This commit was manufactured by cvs2svn to create tag 'Safari-310'.
- 6:03 PM Changeset in webkit [8959] by
-
- 2 edits in trunk/WebCore
- roll the fix for <rdar://problem/4060266> back in, since its now approved by CCC (and move the Safari-410 release marker)
- khtml/editing/visible_text.cpp: (khtml::TextIterator::handleTextBox):
- 5:50 PM Changeset in webkit [8958] by
-
- 3 edits in trunk
versioning for TOT, Safari 2.0 (410+)
- 5:45 PM Changeset in webkit [8957] by
-
- 3 edits in trunk
versioning for SUPanWheat, Safari 1.3 (310)
- 5:39 PM Changeset in webkit [8956] by
-
- 6 edits in trunk
Safari-410 stamp
- 5:32 PM Changeset in webkit [8955] by
-
- 2 edits in trunk/WebCore
- roll out the fix for <rdar://problem/4060266> since it was denied by CCC
- khtml/editing/visible_text.cpp: (khtml::TextIterator::handleTextBox):
- 2:12 PM Changeset in webkit [8954] by
-
- 2 edits in trunk/WebCore
Reviewed by Darin.
<rdar://problem/4060266> Double-clicking in Dictionary.app doesn't work for some words (coming just after style change)
- khtml/editing/visible_text.cpp: (khtml::TextIterator::handleTextBox): Complete the check of whether to emit space for collapsed space.
- 9:59 AM Changeset in webkit [8953] by
-
- 2 edits in trunk/WebCore
Reviewed by John.
<rdar://problem/4061443> REGRESSION (8A420-8A421): Pasting in the Stickies widget is broken again
- khtml/editing/htmlediting.cpp: (khtml::positionBeforeContainingSpecialElement): (khtml::positionAfterContainingSpecialElement): Return unchanged Position rather than a null or non-editable one.
- 5:10 AM Changeset in webkit [8952] by
-
- 2 edits in trunk/WebKit
- English.lproj/StringsNotToBeLocalized.txt: Updated for recent changes.