Timeline
Aug 12, 2003:
- 6:25 PM Changeset in webkit [4812] by
-
- 2 edits in trunk/WebKit
- fixed 3369505 -- leaks of NSCFTimer after running through the cvs-base test suite
Reviewed by Richard
- WebView.subproj/WebFrame.m: (-[WebFrame stopLoading]): release timer before nil'ing it out
- 4:03 PM Changeset in webkit [4811] by
-
- 3 edits in trunk/WebCore
Fix for 3262190, <li> bullets in mail were overly massive. The bezier path the
painter stroked was not setting the line width from QPen's width, so it ended up
just using the current line width instead (which happened to be much larger in
Mail).
Reviewed by darin
- kwq/KWQPainter.mm: (QPainter::drawEllipse): (QPainter::drawArc): (QPainter::_drawPoints):
- 3:13 PM Changeset in webkit [4810] by
-
- 2 edits in trunk/WebKit
2003-08-12 Ed Voas <voas@apple.com>
Reviewed by Richard.
Make sure to override the standard behavior for ordering windows to do nothing for Carbon stuff.
- Carbon.subproj/CarbonWindowAdapter.m: (-[CarbonWindowAdapter _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:]):
- 2:50 PM Changeset in webkit [4809] by
-
- 3 edits in trunk/WebCore
- fixed 3370614 -- REGRESSION (81-85): partial inline input from Japanese input method can disappear
Reviewed by Hyatt
- khtml/rendering/render_form.cpp: (RenderLineEdit::updateFromElement): call w->text() before element()->value(), because w->text() has a side effect of updating element()->value() in the inline input case (RenderTextArea::updateFromElement): same for text areas
- 11:30 AM Changeset in webkit [4808] by
-
- 3 edits in trunk/WebCore
Fix for 3374566, list bullets don't display if list-style-type is none but a list-style-image
is specified. The spec says list-style-type: none does not apply to list-style-image,
and this fixes Microsoft's list bullet on their security pages.
Reviewed by john
- khtml/rendering/render_list.cpp: (RenderListItem::setStyle):
- 11:26 AM Changeset in webkit [4807] by
-
- 3 edits in trunk/WebCore
Reviewed by Ken.
- fixed 3226083 -- REGRESSION (Panther): white box overlaying select lists at nvidia.com drivers page
- kwq/KWQListBox.mm: (QListBox::QListBox): Call releaseGState on the clip view that we make for the list box. This prevents the incorrect graphics state caching that causes the problem, although it's not entirely clear why this is necessary. This may ultimately turn out to be an AppKit bug, and if so we can roll out this change when the AppKit itself is fixed.
- 9:42 AM Changeset in webkit [4806] by
-
- 2 edits in trunk/LayoutTests/fast
Updating layout tests.
- 9:34 AM Changeset in webkit [4805] by
-
- 3 edits in trunk/WebCore
Fix for 3373462, XML shows up as blank because the root is inline. The fix is
to just disallow inline roots.
Reviewed by kocienda
- khtml/css/cssstyleselector.cpp:
Aug 11, 2003:
- 4:41 PM Changeset in webkit [4804] by
-
- 10 edits in trunk/WebCore
Fix for 3349142, blocks inside inlines with generated content cause the generated
content to get all screwed up, especially if you try to print. This patch fixes
generated content to be continuation-aware (and vice versa), so that the content
behaves correctly when inlines get split.
Reviewed by darin
- khtml/rendering/render_block.cpp:
- khtml/rendering/render_container.cpp: (RenderContainer::updatePseudoChild):
- khtml/rendering/render_container.h:
- khtml/rendering/render_flow.cpp: (RenderFlow::addChild):
- khtml/rendering/render_inline.cpp: (RenderInline::isInlineContinuation): (RenderInline::addChildToFlow): (RenderInline::cloneInline): (RenderInline::splitInlines):
- khtml/rendering/render_inline.h:
- khtml/rendering/render_object.cpp: (RenderObject::continuation): (RenderObject::isInlineContinuation):
- khtml/rendering/render_object.h:
- 2:13 PM Changeset in webkit [4803] by
-
- 3 edits in trunk/WebKit
Fixed: <rdar://problem/3163589>: Macromedia Flash 6 cannot take Asian text entry in Safari
Revidewed by darin.
- Plugins.subproj/WebBaseNetscapePluginView.m: (-[WebBaseNetscapePluginView installKeyEventHandler]): new (-[WebBaseNetscapePluginView removeKeyEventHandler]): new (-[WebBaseNetscapePluginView becomeFirstResponder]): call installKeyEventHandler (-[WebBaseNetscapePluginView resignFirstResponder]): call removeKeyEventHandler (-[WebBaseNetscapePluginView keyUp:]): call TSMProcessRawKeyEvent so key events go through the machinery and UI that plug-ins expect (-[WebBaseNetscapePluginView keyDown:]): call TSMProcessRawKeyEvent so key events go through the machinery and UI that plug-ins expect (TSMEventHandler): turn the TSM event into a series of EventRecords and pass them to the plug-in (-[WebBaseNetscapePluginView stop]): call removeKeyEventHandler because resignFirstResponder may not get called
- 10:22 AM Changeset in webkit [4802] by
-
- 3 edits in trunk/WebCore
- kwq/KWQKHTMLPart.h: Fixed some small typo-ish strangenesses.