Home | History | Annotate | Download | only in WebCore

Lines Matching full:moved

1897         (-[KWQTableView initWithListBox:]): moved setRowHeight call to fontChanged, so the height will reflect the new font.
2279 *after* onclick was handled in the DOM, and this was too late. The code has moved into
5280 (+[DrawView setFilterSupportEnabled:]): Moved from DrawViewPrivate
5281 (+[DrawView isFilterSupportEnabled]): Moved from DrawViewPrivate
5601 Moved the recently-added isTextField method out of the public DOMExtensions.h
5613 moved this method and added leading underscore.
5620 (getSharedContext): moved from QPainter -> CG
5625 (KJS::KJS::Context2DFunction::call): moved from QPainter -> CG
5626 (KJS::colorRefFromValue): moved from QPainter -> CG
5627 (KJS::Gradient::getShading): moved from QPainter -> CG
5629 (RenderCanvasImage::createDrawingContext):moved from QPainter -> CG
5631 (CGColorFromNSColor): moved from QPainter -> CG
5634 (QPainter::clearFocusRing): moved from QPainter -> CG
7313 (c) :hover has moved onto the node and is no longer on the renderobject (allowing them to be consistent).
7433 Moved this function here (was in WebCoreBridge), and simplified it a little. This will go
7436 moved here from Safari
7453 moved DOMHTMLInputElement and DOMHTMLSelectElement categories here from Safari
7595 Moved non-AppKit related code from RenderThemeMac to RenderTheme so potentially other RenderTheme subclasses can inherit more behavior.
16302 moved here from KWQTextAreaTextView; now it's a class method so we only look up the image once.
16315 moved
16337 * khtml/dom/dom2_events.cpp: Moved constants out of the KHTML_NO_CPLUSPLUS_DOM #if.
16544 is turned off when that's on. Also moved the public so that the constants from KeyboardEvent are public.
18701 * layout-tests/fast/dynamic/outerHTML-img.html: moved images to resources directory
18888 Moved here, replacing VisiblePosition's duplicate and PositionIterator. Fixed to
19400 * khtml/html/html_elementimpl.cpp: (HTMLElementImpl::cloneNode): Moved the actual cloning here
19619 (MouseRelatedEventImpl::computeLayerPos): Moved to MouseRelatedWheelEventImpl.
19879 (InlineTextBox::positionForOffset): Added. Moved code here from caretRect.
20590 (khtml::ReplaceSelectionCommand::doApply): After pasting, nodes are moved to the block containing
20591 the end of the pasted content in certain cases. This move logic used to stop once it moved all the
20593 could get moved, and if the pasted-in content included a mail blockquote, this could result in
20974 (khtml::maxRangeOffset): Moved this static function to a different place in the file so the code below can use it.
21226 unrendered whitespace to become rendered. Also moved line placeholder clean up code to its own function.
21479 a traverseNextSibling(), not a traverseNextNode(). The latter might iterate into a child that already got moved, and
22135 style of these moved nodes. I have generalized some of the functions that compute and preserve styles
22482 Moved management of elementById hashtable from attach/detach to
23065 at the boundaries of a paragraph. Otherwise, content that is moved as part of the work
23821 (khtml::isNodeRendered): Function moved in file. No other change.
23822 (khtml::isProbablyBlock): Function moved in file. No other change.
23824 (khtml::isMailBlockquote): Function moved to be free-floating instead of being a
23826 * khtml/editing/htmlediting.h: Moved around some functions. Added removeBlockquoteColorsIfNeeded().
24048 (khtml::CompositeEditCommand::findBlockPlaceholder): Moved finding code formerly in
24311 (DocumentImpl::openInternal): Moved the old open code in here, except for the "parsing" check, which
25087 (khtml::styleSpanClassString): Change to use constant moved to html_interchange.h.
25457 (khtml::ReplaceSelectionCommand::editingAction): Moved this code to a better place in the file.
26690 (khtml::CompositeEditCommand::isMailBlockquote): Moved this function to base class so it can be used more generally.
28284 - moved markup-related functions into new sources files in the editing directory
28319 * khtml/xml/dom2_rangeimpl.cpp: (DOM::RangeImpl::toHTML): Changed to call createMarkup, and moved all
28322 * khtml/xml/dom_nodeimpl.h: Moved toHTML and related functions into markup.cpp.
28516 (TextAreaWidget::TextAreaWidget): Moved out most of the initialization since it's not something
28519 (TextAreaWidget::event): Moved out the ifdefs.
28520 (RenderTextArea::RenderTextArea): Moved setting code from TextAreaWidget here. Put a bunch that
28683 (-[KWQAccObject title]): moved image alt tag code out of here
28684 (-[KWQAccObject accessibilityDescription]): moved image alt tag code into this new method
29149 attribute being at the end of the array and then moved position attribute before color attribute so it takes precedence.
29344 when checking whether we moved the focus to another view, make sure we didn't "move" it to
29401 moved to use these new variants. The third function was a helper used only by these
29546 moved.
30408 Moved all the "set"-type functions so they are private. Store a node pointer instead of a renderer.
30450 (DOM::CSSMutableStyleDeclarationImpl::get4Values): Moved here from base class.
30454 (DOM::CSSMutableStyleDeclarationImpl::setChanged): Moved here from base class.
30461 (DOM::CSSMutableStyleDeclarationImpl::setLengthProperty): Moved here from base class.
30463 (DOM::CSSMutableStyleDeclarationImpl::item): Moved here from base class.
30470 (DOM::CSSMutableStyleDeclarationImpl::copyBlockProperties): Moved here from base class. Change return type.
31792 (khtml::InsertNodeBeforeCommand::InsertNodeBeforeCommand): Code moved. No changes.
32029 whether content not in the block containing the start of the selection is moved to that block
32136 * khtml/xml/dom_docimpl.cpp: Moved design mode code outside the XSLT ifdef.
32942 (DOM::HTMLInputElementImpl::type): Added a case for ISINDEX and moved the default out of the
33147 so we can tell it apart and always a delay of 0. The "redirection during load" case was moved in here
33702 * kwq/KWQTextUtilities.mm: (KWQFindWordBoundary): Moved here from the .cpp file. Changed to use the
34034 boolean. This is a step on the way to simplifying how this works. Moved the code from the
34264 constructors. Also moved the EAffinity enum into its own file. Also moved it
34732 - moved all the functions in visible_units.h from DOM to khtml namespace
34733 - moved the one thing from Selection that KHTMLPart uses into its own header
35668 (KHTMLPart::selectionLayoutChanged): Moved code to clear m_xPosForVerticalArrowNavigation out of here.
35669 (KHTMLPart::notifySelectionChanged): Moved it into here.
35708 (DOM::Selection::toRange): Code to convert caret positions moved the position upstream
35790 needs to be done explicitly. Moved EIncludeLineBreak here, and added startParagraphBoundary
36290 (DOM::offsetInCharacters): Moved this helper here from khtml_text_operations.cpp. This
36323 (DOM::Selection::modifyExtendingRightForward): Moved implementation of CHARACTER case to use CaretPosition class instead
37621 moved option-tab handling that was in textDidChange to here. Rearranged existing code
38837 (khtml::StyleChange::currentlyHasStyle): Moved this here from ApplyStyleCommandImpl.
39284 It was decided that this code was no longer needed, as the work it did could be moved
39455 moved to rendered content if at all possible before this function runs. If no rendered position can
39653 API moved from cpp to header file.
40615 (DOM::): Moved in EAffinity from Selection header. Now used in closestRenderedPosition function.
41041 (-[KWQTextArea _createTextView]): Moved much of the code inside _configureTextViewForWordWrapMode.
41850 (KWQKHTMLPart::dispatchDragSrcEvent): Most code moved to caller.
41858 * kwq/WebCoreBridge.h: Glue moved to WebCoreGraphicsBridge.
41865 (-[WebCoreGraphicsBridge setDraggingImage:at:]): Glue moved from WebBridge
41939 (KWQKHTMLPart::dispatchDragSrcEvent): Setting pasteboard data was moved out of here, now
42055 (KHTMLPart::print): Moved from KWQKHTMLPart to KHTMLPart.
42056 (KWQKHTMLPart::registerCommandForUndo): Moved code here from bridge.
42057 (KWQKHTMLPart::registerCommandForRedo): Moved code here from bridge.
42058 (KWQKHTMLPart::clearUndoRedoOperations): Moved code here from bridge.
42059 (KWQKHTMLPart::issueUndoCommand): Moved code here from bridge.
42060 (KWQKHTMLPart::issueRedoCommand): Moved code here from bridge.
42061 (KWQKHTMLPart::issuePasteCommand): Moved code here from bridge.
42404 Some code also moved from the bridge to the part, to be available within WebCore.
42453 (KWQKHTMLPart::selectionRect): Moved from bridge.
42456 (KWQKHTMLPart::selectionImage): Moved from bridge, wrapper around imageFromRect.
42461 (-[WebCoreBridge visibleSelectionRect]): Guts moved to part.
42562 (KWQClipboard::dropEffect): These 4 just moved in the file.
42679 moved
42982 (KWQKHTMLPart::dragHysteresisExceeded): Hysteresis moved here from WebKit
43247 (-[WebCoreBridge replaceSelectionWithFragment:selectReplacement:]): Moved an ensureCaretVisible
43249 (-[WebCoreBridge insertNewline]): Renamed, and moved ensureCaretVisible here.
43250 (-[WebCoreBridge insertText:]): Moved ensureCaretVisible here.
43251 (-[WebCoreBridge deleteKeyPressed]): Moved ensureCaretVisible here.
43551 - moved to new symlink technique for embedding frameworks
43679 Moved use of single-click boolean outside the scope of the "block exceptions" macros.
43775 Fixed: <rdar://problem/3546418>: (when dragging text within an editable HTML doc, the selection should be moved not copied)
43894 (-[WebCoreBridge replaceSelectionWithNewline]): moved
43952 Also moved DOMAbstractView and DOMDocumentView into DOMViews.mm.
45372 parts were moved into the TextIterator class.
45546 (HTMLElement::setContentEditable): moved implementation from here to HTMLElementImpl
45548 (HTMLElementImpl::setContentEditable): new, moved from HTMLElement
45752 standard node wrapper, since this is a subclass of DOMNode. Also moved into a separate category
46334 (DOM::Selection::): Moved the enums above the constructors. No code change.
46550 Renamed KHTMLSelection to Selection and moved to DOM namespace.
46641 (inlineBoxForRenderer): Moved to top of file so all code in the file can see this static function.
47078 (-[WebCoreBridge setDrawsBackground:]): Moved this since CVS merged this in the
47740 Moved the DOM extensions to their own headers
47747 * kwq/DOMHTML.h: moved extensions to DOMExtensions.h
47788 * khtml/html/html_documentimpl.cpp: Removed getMap; moved to base class.
47891 moved when undoing.
48547 * kwq/DOMInternal.h: Moved _documentImpl method here so it can be used from
50174 The second fix is to repair a bug in block-level replaced elements with margins. If the floats they moved to
50763 (PasteHTMLCommand::apply): moved from dom_docimpl.cpp and improved
50770 * khtml/xml/dom_docimpl.cpp: moved paste code to htmlediting.cpp
51068 (-[KWQPopUpButton action:]): Moved the action method here.
51104 (QString::detachInternal): Moved up so it will be inlined.
51182 (QComboBox::itemSelected): Moved the logic from updateCurrentItem in here for simplicity.
51330 EditStep objects, and moved the command code to use the new
51406 Part-related state has been moved out to KHTMLPart. This change makes
52034 Moved precedesLineBreak/followsLineBreak from RenderText to RenderObject.
53331 Fix for 3524118, floats don't repaint when moved.
53372 Possible fix for table bugs 3510005 and 3492945, repainting glitches that occurred when table cells moved.
54503 * khtml/rendering/render_object.cpp: (RenderObject::setPixmap): Moved this
55456 (QTimerEvent::QTimerEvent): Moved the constructor to be inline since it's so simple.
57376 (compareIgnoringCaseForASCIIOnly): Moved these functions up in the file so they can be
57577 - moved style code from updateFromElement to setStyle
57583 (RenderFormElement::updateFromElement): Remove font setting code; moved to setStyle.
57589 (RenderLineEdit::updateFromElement): Remove alignment setting code; moved to setStyle.
57597 (RenderTextArea::updateFromElement): Remove alignment setting code; moved to setStyle.
57778 Remove unneeded style property additions for form controls. In the KHTML trunk these moved into the UA
58274 * khtml/xml/dom_nodeimpl.h: Moved implementation to .cpp file.
58795 * kwq/KWQKPartsPart.m: Added. Moved implementations of virtual methods here.