Home | History | Annotate | Download | only in WebCore

Lines Matching full:moved

734         * bindings/objc/DOMInternal.h: Moved declaration of createDOMWrapper here.
1339 - Moved EditableLinkBehavior outside of the class. Having it inside
2207 (WebCore::RenderFrameSet::layout): Moved the bulk of this function into the
2385 (WebCore::CSSMutableStyleDeclaration::setProperty): Moved the handling of
2569 For clarity, I moved an assert to top of function.
2598 (WebCore::RenderLayer::hitTestLayer): Moved misleading comment to where
2616 Moved implementation of Frame::scheduleClose to Frame.cpp.
3738 (WebCore::HTMLTextFieldInnerTextElement::defaultEventHandler): Moved this from the old HTMLTextFieldInnerElement class.
3869 (WebCore::Editor::fontForSelection): Moved in from FrameMac.
4796 * dom/Document.h: Moved setters before getters.
5106 Moved focus control to the page level. Fixed a minor bug where a node
5220 * bridge/mac/FrameMac.h: Moved to page/mac.
5230 * bridge/mac/WebCoreKeyboardAccess.h: Moved to page/mac,
5323 Moved some functions out of class to static.
5330 Added writeURL, and moved some things around
5366 (WebCore::containingFrameSetElement): Moved this function in here; it
5655 which have been moved to different objects
6602 (WebCore::openNewWindow): Moved the open new window functionality
6805 (WebCore::isWhitespace): Moved from htmlediting.
6806 (WebCore::CompositeEditCommand::rebalanceWhitespaceAt): Moved the work that was
6821 (WebCore::ReplaceSelectionCommand::doApply): Moved the code to prepare whitespace
6838 Moved spelling and grammar code from Frame to Editor
6850 moved implementation of spelling and grammar functions from here
6852 updated for moved functions
6855 moved declarations of spelling and grammar functions to here
6858 moved implementation of spelling and grammar functions to here; changed
6879 updated for moved functions
6883 updated for moved functions
6926 moved implementations of ignoreSpelling() and learnSpelling() from here
6933 moved here from FrameMac.mm
7076 (WebCore::RenderThemeWin::determineState): Moved test for active
7351 (WebCore::Editor::userVisibleString): Moved this function here.
7364 Moved some constants from EventHandlerMac.mm to EventHandler.cpp
7494 Moved EditorMac.mm to its appropriate location
7590 * platform/ImageAnimationObserver.h: Moved to platform/graphics.
7634 * platform/mac/GraphicsContextMac.mm: Moved to platform/graphics/mac.
7635 Moved to platform/grahpics/qt.
7811 new function, moved from FrameMac.mmm
7814 moved subrange() function to TextIterator
7866 (WebCore::EventTargetNode::dispatchSimulatedClick): Moved this here from HTMLElement
7912 * loader/NavigationAction.cpp: Moved all the code here from NavigationActionMac.mm,
8135 * kcanvas/device/qt/RenderPathQt.cpp: Moved to platform/graphics/qt
8136 * kcanvas/device/quartz/KCanvasItemQuartz.cpp: Moved to platform/graphics/svg/cg/RenderPathCg.cpp
8139 * kcanvas/device/quartz/QuartzSupport.cpp: Moved to platform/graphics/svg/cg/CgSupport.cpp
8140 * kcanvas/device/quartz/QuartzSupport.h: Moved to platform/graphics/svg/cg/CgSupport.h
8322 (WebCore::FrameLoader::setTitle): Moved this function to FrameLoaderMac,
8733 Not removed, but moved to dom/ClipboardAccessPolicy.h
8789 Changed ref/deref calls to a single 'xxxDestroyed' call. Moved EditorClient
8827 * page/Frame.h: New spell checker functions moved to Frame. These
8828 should be moved some place better some day, but FrameMac currently
8886 Moved WebCoreCache up to WebKit.
9494 will probably be moved into ksvg2/ in near future.
10821 delegate to add its menu items, and moved the code from the static
11191 - created EventHandler class, moved event handling code from both
12936 * page/Frame.h: Removed unneeded includes. Moved some functions
12948 * bridge/mac/FrameMac.h: Removed unneeded includes. Moved some functions
13241 Moved Screen back from page/ to platform/ because it's a platform
13287 - moved loader code from Frame/FrameMac to FrameLoader
13762 (WebCore::IconLoader::finishLoading): Moved code here from the
13839 (WebCore::FormatBlockCommand::doApply): Moved the check for editability of
13943 * platform/mac/LoggingMac.mm: Added. Moved code here from WebCorePageBridge
14071 - moved FormData and FormDataStream to platform/network directory
14101 NoXPosForVerticalArrowNavigation, now moved inside SelectionController.
14102 Created sections of functions to be moved into Chrome, Editor,
14110 declarations. Created a section of functions and data to be moved into
14114 Created sections of functions and data to be moved into Chrome,
14124 (WebCore::FramePrivate::FramePrivate): Moved here from FramePrivate.h.
14129 (WebCore::FrameView::clear): Moved the code from the cleared
14139 Moved NoXPosForVerticalArrowNavigation into this file.
14207 moved download function out of FrameLoader.h to avoid reference to
14215 moved the setMainFrame call that hands ownership to the Page
14475 Moved GraphicsContext and GraphicsTypes to their respective filters
14717 * bridge/mac/FrameMac.h: Moved drag source information to a static variable
15361 Moved some Editing code from WebKit, the bridge, and WebCore::Frame down
15390 (WebCore::ReplacementFragment::removeInterchangeNodes): Added, moved
15725 * kcanvas/KCanvasTreeDebug.cpp: Moved to rendering/SVGRenderTreeAsText
16449 Moved spelling-related methods from bridge to EditorClient. Added one not-yet-used
16482 I moved cross-platform editing and selection code into Editor and
16485 I moved ObjC and AppKit stuff up into WebKit, so I ended up exporting
16490 * bindings/objc/DOMInternal.h: Moved exception handling helper methods into
16493 * bridge/mac/FrameMac.h: Moved attributedString creation and helper functions into
16496 * editing/Editor.h: Moved lastEditCommand tracking (at least the data,
16500 * editing/SelectionController.h: The code here is just stuff moved from the bridge.
16798 - moved bodyBackgroundColor function from Frame to WebFrame in WebKit
16819 (WebCore::FrameLoader::receivedMainResourceError): Moved call to setInPageCache
16822 (WebCore::FrameLoader::open): Moved one of the open functions that was part of
17227 * loader/mac/FrameLoader.mm: Moved some non-Mac-specific bits out.
17423 * loader/FrameLoaderClient.h: Moved it here.
17758 - moved the defersLoading flag from WebView to WebCore::Page
18219 Moved some WebCoreFrameBridge functions into FrameLoader.
18421 Moved a few methods from WebCoreFrameBridge to FrameLoader, replacing
18628 (WebCore::Editor::removeFormattingAndStyle): Moved from JSEditor.
18873 - moved some files that are essentially part of the ResourceLoader implementation to platform/network/mac
18876 * bridge/mac/WebCoreResourceLoader.h: Moved to platform/network/mac.
18877 * bridge/mac/WebCoreResourceLoaderImp.h: Moved to platform/network/mac.
18878 * bridge/mac/WebCoreResourceLoaderImp.mm: Moved to platform/network/mac.
19067 - moved HTTPHeaderMap out of ResourceRequest class, so ResourceResponse will be able to use it too
19517 Moved FrameLoader from WebCoreFrameBridge to Frame. Frame.h/cpp have generic accessors to the FrameLoader itself
19724 Moved loadURL and postURL logic out of WebCoreFrameBridge to FrameMac::loadRequest
19731 (WebCore::FrameMac::loadRequest): loadURL and postURL logic moved from WebCoreFrameBridge to here
19742 Inside Frame, moved the plethora of load() and stopLoading() functions next
19774 Moved our plethora of load() and stopLoading() functions next to each other
20193 - moved things around so loadURL:... is only called from one place
20329 - moved ResourceLoader and related files to platform/network
20335 * page/ResourceRequest.h: Moved to platform/network.
20336 * platform/ResourceLoader.cpp: Moved to platform/network.
20337 * platform/ResourceLoader.h: Moved to platform/network.
20338 * platform/ResourceLoaderClient.h: Moved to platform/network.
20339 * platform/ResourceLoaderInternal.h: Moved to platform/network.
20340 * platform/cf/ResourceLoaderCFNet.cpp: Moved to platform/network/cf.
20341 * platform/gdk/ResourceLoaderCurl.cpp: Moved to platform/network/gdk.
20342 * platform/gdk/ResourceLoaderManager.cpp: Moved to platform/network/gdk.
20343 * platform/gdk/ResourceLoaderManager.h: Moved to platform/network/gdk.
20344 * platform/mac/ResourceLoaderMac.mm: Moved to platform/network/mac.
20345 * platform/qt/ResourceLoaderManager.cpp: Moved to platform/network/qt.
20346 * platform/qt/ResourceLoaderManager.h: Moved to platform/network/qt.
20347 * platform/qt/ResourceLoaderQt.cpp: Moved to platform/network/qt.
20348 * platform/win/ResourceLoaderWin.cpp: Moved to platform/network/win.
20349 * platform/win/ResourceLoaderWin.h: Moved to platform/network/win.
20483 function, and moved it to Editor rather than right on the DeleteButtonController.
21200 implementation of popup menus, so I've moved it to PopupMenuMac.mm.
21201 * platform/PopupMenu.h: Moved the definition of PopupMenu::create into
21756 When I moved the autoscroll code from FrameMac to Frame, I mistakingly changed the order of
21794 Renamed WindowArgs to WindowFeatures, and moved it into its own header.
22057 (WebCore::repaintRectForCaret): Moved the code from caretRepaintRect that
22059 (WebCore::SelectionController::caretRepaintRect): Moved this code to
22779 Moved frame loading logic into insertedIntoDocument(). That's a more
23038 - moved a bunch of WebFrameBridge code down to WebCoreFrameBridge, now that it no longer has any WebKit dependencies
23147 * platform/PopupMenu.cpp: Moved from rendering/RenderPopupMenu.cpp.
23156 * platform/PopupMenu.h: Moved from rendering/RenderPopupMenu.h. No more
23161 * platform/mac/PopupMenuMac.mm: Moved from
23603 Moved WebFrameLoader from WebFrameBridge into WebCoreFrameBridge
23804 Moved autoscroll code to the Frame class
23806 * bridge/mac/FrameMac.h: Moved _mouseDownMayStartDrag and _mouseDownMayStartAutoscroll flags to the frame.
23807 * bridge/mac/FrameMac.mm: Use new getters and setters for drag and autoscroll flags. Moved autoscroll code to Frame::handleMouseMoveEvent.
23819 (WebCore::Frame::handleMouseMoveEvent): Now kicks off autoscroll if appropriate. Moved from FrameMac.
23833 (WebCore::FramePrivate::FramePrivate): Added mouseDownMayStartDrag and mouseDownMayStartAutoscroll flags. Moved from FrameMac.
23900 - moved a big honkin' pile of code over from WebKit; made minimal needed changes to compile
25784 (1) Removed close() call and moved close() code into willRemove(), also removing
25990 has not moved
26258 - Moved IFRAME insertedIntoDocument() code into FRAME, and removed FRAME
27381 item will be moved into another list, put it in a list item.
29299 (IconLoader::receivedAllData): Moved the "pageURL to iconURL mapping logic" to Frame::commitIconURLToIconDatabase()
29584 (WebCore::Frame::endIfNotLoading): Moved a FIXME in from WebKit's IconLoader to
29793 Removed alter selection logic from WebCoreFrameBridge and moved to SelectionController.
30290 - Moved enforcement of a Mozilla Favicon extension elsewhere
30303 - Moved enforcement of a Mozilla Favicon extension elsewhere
31562 Moved the custom IntSize hash out of IconDatabase into a more generally useful file
32362 * platform/Font.h: Moved TextStyle to a separate header. Removed Font::getNSFont.
32515 the files in a later check-in. Moved creation functions into TextEncodingRegistry.h.
32804 (WebCore::KURL::init): Moved body of constructor in here. Updated to use
33267 Moved setSelection from Frame to SelectionController.
33268 I haven't moved any of the work that's done as a result of a
33439 (WebCore::RenderPopupMenuMac::showPopup): Moved call to dismiss popup into hidePopup method.
33571 - Moved file opens to WriteData. Files are unlinked before
33846 - Moved RemoveExcludedAttributesAndFunctions to CodeGenerator.pm
34158 (WebCore::SQLDatabase::lastError): Moved from header to eliminate dependency on sqlite3.h in header
34398 moved isindex from the list of nonTextInputTypes to the list of textInputTypes
34410 for the 8 methods above, moved the case for isindex to the same case as text
35040 (WebCore::SQLDatabase::clearAllTables): Moved this from IconDatabase as it actually belongs here
35081 (WebCore::valueForLength): Moved special case for "undefined length" out of here.
35082 (WebCore::valueForMaxLength): Moved it into here.
36130 * css/cssstyleselector.cpp: (WebCore::CSSStyleSelector::adjustRenderStyle): Moved the appearance adjustment code into adjust style.
36391 * editing/BreakBlockquoteCommand.cpp: Moved the include of DeprecatedPtrList.h here.
37170 Moved default URL icon from WebKit to WebCore
38520 -Now that we have two DBs, moved the retain/release count to the m_mainDB
38700 (WebCore::SVGDefsElement::SVGDefsElement): moved to .cpp file
38701 (WebCore::SVGDefsElement::isValid): moved to .cpp file
39697 the line box tree. This moved right into RenderContainer's removeChildNode so
39941 (WebCore::SelectionController::nodeWillBeRemoved): Moved a comment
40332 Moved string debug function outside of the WebCore namespace so that it's
40402 Moved files around to make WebCore's structure clearer
40779 * platform/gdk/FrameGdk.cpp: Updated parameters of constructor. Moved a couple stubs
41234 moved the call to didFirstLayout to above the check for needsLayout
41482 * bindings/objc/DOMInternal.mm: Moved NSString conversion functions out of here.
41484 * platform/mac/StringImplMac.mm: Added. Moved NSString conversion members here
41560 lines that were deleted, inserted or moved. Removed unnecessary updating of
41822 Moved from InsertParagraphSeparator. Does its own typing style restoration.
41830 (WebCore::embeddedSublist): Moved from InsertParagraphSeparator.
42300 before JavaScriptCore moved out of WebKit.
42645 (-[DOMNode addEventListener:::]): Moved into DOMEventTarget category.
42694 WebCoreTextDecoder was not used anywhere since WebTextView was moved into WebCore.
42726 (WebCore::TextEncoding::effectiveEncoding): Moved from StreamingTextDecoder.
42728 (WebCore::TextEncoding::fromUnicode): Moved to StreamingTextDecoderICU.
42750 * platform/mac/TextEncodingMac.cpp: Removed. Code moved to StreamingTextDecoderMac.
43313 (WebCore::RenderPopupMenuMac::populate): Moved code to clear and create
44488 libraries, rather than using a custom linker option. Moved the files from their
44498 many of which didn't exist any more. Moved the files from their old locations
44501 * WebCoreSources.bkl: Moved the files from their old locations to the new ones.
44963 (WebCore::nextCandidate): Moved and split out from nextVisiblePosition.
44965 (WebCore::previousCandidate): Moved and split out from previousVisiblePosition.
45191 (WebCore::VisiblePosition::next): Moved code into a helper function.
45194 (WebCore::comparePositions): Moved from Selection.cpp.
45750 Moved common code to parse RGB/RGBA values into it's
45756 Moved RGB/RGBA parsing out to seperate function as the code was
46362 (WebCore::RenderContainer::updatePseudoChild): Removed the child parameter and moved the guts
46935 (-[DOMDocumentType :]): moved DOMNamedNodeMap (WebCoreInternal) interface to DOMInternal.h
46936 * bindings/objc/DOMCSS.mm: moved WebCoreInternal interfaces to DOMCSSInternal.h
47008 (WebCore::RenderBox::stretchesToViewHeight): Added. Moved the logic for when
47124 Use info sharing for named collections, too. Moved shared HTMLCollection infos from HTMLDocument
47286 has moved such that it is out of the painted area.
49706 * bridge/mac/FrameMac.h: Moved findString to Frame.
49716 (WebCore::Frame::findString): Moved from FrameMac. Compare a selection created
50156 * editing/CompositeEditCommand.h: Moved removeFullySelectedNode to DeleteSelectionCommand,
50165 (WebCore::DeleteSelectionCommand::removeFullySelectedNode): Moved from CompositeEditCommand.
50470 part of the Parser class last. Moved a number of private things inside the cpp file.
50633 * platform/Widget.h: Moved scaleFactor function out of Apple-specific
50923 * platform/mac/ImageMac.mm: (WebCore::Image::loadResource): Moved code from WebImageRendererFactory. Now loads images from WebCore's resources.
52153 - Increaser functions return the list element that the items were moved into
52809 Moved the drag caret out of Frame and into Page.
53201 Moved m_valueMatchesRenderer and its setters and getters into this class so HTMLInputElement and
53514 * platform/cairo/ImageCairo.cpp: Moved a stub to the stubs file. If it's