Home | History | Annotate | Download | only in WebCore

Lines Matching full:moved

515         (WebCore::HTMLEmbedElement::serviceType): Moved to
521 (WebCore::HTMLObjectElement::isImageType): Moved to
525 (WebCore::HTMLObjectElement::isImageType): Moved to
533 (WebCore::HTMLPlugInImageElement::isImageType): Moved from
651 code as well, and moved some of that into ScriptController.
845 (WebInspector.DOMNodeTreeElement.prototype.onmousedown): Moved
1960 (WebCore::MediaPlayerPrivate::createQTMovieView): Moved nil checks to setUpVideoRendering.
2609 moved one of the urlSelected methods so that it lives nearer to its overloaded
2776 (WebCore::FontCache::getCachedFontData): Moved the code that checks if there are too many
3255 * platform/ScrollBar.h: Moved ScrollbarControlSize enum to ScrollTypes.h
3256 * platform/ScrollTypes.h: (WebCore::): Moved some existing types, and added new ones to be used in WebCore in WebKit.
3257 * platform/win/PlatformScrollBar.h: Moved ScrollbarPart enum to ScrollTypes.h
3865 - Moved a check for XML content type out of the loop.
4268 * platform/graphics/Font.h: Moved TextRun into its own file.
4510 Allow <style> and <link> pretty much anywhere. They will still be moved to the <head> if
6707 * WebCore.pro: Moved PluginMainThreadScheduler.cpp to the main
8733 apply styles from the moved paragraph to the destination with applyStyle, which
8737 We can avoid this bug by not applying block styles from moved paragraphs. This is
8738 something that should be done anyway, since the moved paragraph should assume the
12856 * WebCore.xcodeproj/project.pbxproj: Moved the "icon" group to the correct
13899 - Moved namespace, namespaceURI, namespacePrefix and cppNamespace in the *.in
14639 - Moved (most) capitalization and audio hacks in the *.in files.
15201 * ForwardingHeaders/wtf/StrHash.h: Removed (moved into ustring.h).
15537 * page/JavaScriptProfile.cpp: All of these functions were moved from
16152 (Element.prototype.removeStyleClass): Moved code to
16154 (Element.prototype.removeMatchingStyleClasses): Added. Code moved from
16312 incorrect. So, I just moved their serialization to markup.cpp for consistency.
16589 (WebCore::InspectorController::updateScriptResourceResponse): Moved
16945 and removed a call to stopDebugging() and moved it to close().
18700 moved into the selector checker.
18713 moved into the selector checker.
18720 (WebCore::CSSStyleSelector::adjustRenderStyle): Updated for data moved
18732 (WebCore::CSSStyleSelector::applyProperty): Updated for data moved
18744 Added a SelectorChecker class and moved data and methods used in
19314 (WebCore::PluginView::getValue): Moved some code to getValueStatic.
19336 (WebCore::PluginView::getValue): Moved some code to getValueStatic.
19337 (WebCore::PluginView::init): m_needsXEmbed init was moved to constructor.
20455 (WebCore::InspectorController::inspectedPageDestroyed): Moved here
21118 * page/inspector/PropertiesSidebarPane.js: Moved ObjectPropertiesSection
22256 a positioned object that has only moved and has only positioned children
22360 Bug 17971: [Curl] FormData processing should be moved to its own class
24322 (WebCore::PluginPackage::compare): Moved here as it's platform
24324 * plugins/PluginView.cpp: Moved platform-independent functions here.
24334 * plugins/PluginView.h: Moved platform-independent functions here.
24410 * plugins/win/PluginPackageWin.cpp: Moved platform-independent code
24412 * plugins/win/PluginViewWin.cpp: Moved platform-independent code to
24416 (WebCore::PluginView::getValue): Moved this function to each platform.
24723 wrong coordinate space. Moved the code into the layer's boundingBox() method instead.
25516 (WebCore::InlineTextBox::paint): Moved the text painting code out to
25591 has been accessed. Technically willDraw should be renamed to didDraw and all calls should be moved
26678 * platform/posix/FileSystemPOSIX.cpp: (WebCore::pathGetFileName): Moved general case from HTMLFormElement version here.
26680 * platform/win/FileSystemWin.cpp: (WebCore::pathGetFileName): Moved win implementation from HTMLFormElement here.
26681 * platform/wx/FileSystemWx.cpp: (WebCore::pathGetFileName): Moved wx implementation from HTMLFormElement here.
30795 (WebCore::InspectorController::addConsoleMessage): Moved code here
30827 * page/Chrome.h: Moved MessageSource/MessageLevel to Console.h.
31688 Moved CookieJarGtk to CookieJarSoup in network/soup and left the original
31921 (WebCore::createStringParser): Moved didInit in the global scope as it is shared by the
32195 (WebCore::Font::drawTextUsingSVGFont): Moved the drawing from the
33074 Also moved setting of the guard to dispatchSimulatedClick for better consistency.
33554 were moved to WTF.
34361 Not functionality changed, just moved code around.
34367 delete all the code that moved.
34368 * page/inspector/TextPrompt.js: Added. Moved code from Console.js.
37068 - re-fix Acid3, some code was incorrectly moved when fixing the Qt build
37335 moved the call to setScriptObject to before the JSC calls so that it
37344 Also moved the call to setScriptObject to before the JSC calls so that
38179 * loader/FrameLoader.cpp: Moved WebFrameLoaderClient and WebFrame code down into their more appropriate FrameLoader home
39942 (WebCore::HTMLDocument::clear): Added. Moved code here from the JavaScript
39999 (WebCore::equal): Moved to an inline so we can share this code between a
40023 (WebInspector.ConsolePanel.complete): Moved the code that checked for the caret being at the end
40744 set ec to 0; moved here from the two callers. Also changed variable name to pastLast.
40859 I took the non-platform-specific parts of MainThreadWin.cpp and moved
40960 * WebCore.base.exp: Moved exported JNI methods to WebCore.JNI.exp.
41410 (WebInspector.DOMNodeTreeElement.onpopulate): Moved the appendChild
41425 (WebInspector.DocumentPanel.set focusedDOMNode): Moved code to update
41484 * WebCore.base.exp: Added more exports, needed by code moved from WebCoreFrameBridge
41495 (WebCore::updateRenderingForBindings): Moved here from WebCoreFrameBridge.
41959 * platform/ScrollView.h: Moved the constructor and destructor out of the
42042 * page/Frame.h: Removed unneeded declarations. Moved declarations of script-specific
42355 (WebCore::RenderBlock::layoutInlineChildren): Moved code to initialize
42357 resolver with the 'start' iterator. Removed unreachable code. Moved one
42359 (WebCore::RenderBlock::determineStartPosition): Moved code to initialize
42389 - Moved most of this code to _startEditingAttribute
42571 (WebCore::colorForCSSValue): Moved code inside the function that is not needed
42589 (WebCore::findSlashDotDotSlash): Moved here from PageGroup.
42596 (WebCore::Document::visitedLinkHash): Moved this here from PageGroup. This is
42930 Moved the globally cached plugin and mimetype information to a
43136 a little easier to see the sections of the file. Moved all the
43245 * WebCore.base.exp: Moved exported NPAPI methods to WebCore.NPAPI.exp.
43482 (WebCore::FileChooser::FileChooser): Moved this here. It's no longer platform-specific.
43485 (WebCore::FileChooser::~FileChooser): Moved here. No longer platform-specific.
43724 (WebCore::checkPseudoState): Moved most of the code inside a new
43743 (WebCore::FrameLoader::updateHistoryForStandardLoad): Moved history code back
43753 (WebCore::FrameLoader::updateHistoryForRedirectWithLockedHistory): Moved
43785 * page/Page.h: Moved enums inside the WebCore namespace. Removed the
43842 Track moved bridge sources from JavaScriptCore to WebCore.
43921 the invalidate function. Moved code to set m_isValid to true to the very
44402 (WebCore::JSImageConstructor::implementsConstruct): Moved here from header.
44687 (WebCore::Editor::paste): Moved the Mac-specific part of this to EditorMac.
45626 (WebCore::handleStyleSpansBeforeInsertion): Moved the optimization from doApply here.
45635 (WebCore::ReplaceSelectionCommand::doApply): Moved code to handleStyleSpansBeforeInsertion
45644 Mail blockquotes are just another type of special element, moved their handling there. This
45713 (WebCore::BidiResolver<Iterator, Run>::addRun): Moved BidiState::addRun()
46807 (WebCore::JSCanvasPixelArray::indexSetter): Moved length check into the
47729 * platform/graphics/win/FontPlatformDataWin.cpp: Moved CG-specific
48861 (WebCore::XMLHttpRequest::open): Now call internalAbort() and moved readyState change into method
49323 (WebCore::ResourceResponse::doUpdateResourceResponse): Moved the
49518 construct a frash KURL each time. Moved decode_string and encode_string
49573 * bindings/js/JSXMLHttpRequest.h: Moved this class into the WebCore
49583 * bindings/js/kjs_binding.h: Moved everything into the WebCore
49591 * bindings/js/kjs_navigator.cpp: Moved everything into the
49689 * editing/markup.cpp: Moved appendString to PlatformString.h.
50022 (WebCore::charactersAreAllASCII): Moved the guts to PlatformString.h.
50668 Moved private static members and helpers out of the header.
52000 I moved UserStyleSheetLoader out of Frame.cpp into its own files, and
52001 moved some Mac-only Frame methods to FrameMac.mm.
52012 (WebCore::Frame::setUserStyleSheetLocation): Moved here from
52040 moved from Frame to Page, since the user stylesheet URL is set on the
52605 Mac build fix. Update the Xcode project to follow a moved file,
54415 (WebCore::JSDOMWindow::getPropertyNames): Moved implementation from KJS::Window now that the declaration is autogenerated
55366 (WebCore::SQLiteStatement::bindValue): Moved default case out of the switch to take
55385 call doesn't work. Cleared the vector earlier to make the failure code simpler. Moved
55483 * plugins/PluginQuirkSet.h: Added. Moved quirks out of PluginViewWin so
57241 The following methods were moved/renamed:
57390 This is not necessary anymore since QXmlStream has been moved into QtCore.
58021 (WebCore::Element::virtualHasTagName): Moved out of header file. No reason to make
58023 * dom/Element.h: Moved virtualHasTagName out of header file.
58026 (WebCore::Node::virtualHasTagName): Moved out of header file. No reason to make
58028 * dom/Node.h: Removed incorrect "virtual" on hasTagName and moved virtualHasTagName
58598 Moved the call to cache page from provisionalLoadStarted() to commitProvisionalLoad(), since
58741 * plugins/win/PluginDebug: Moved to PluginDebug.h.
58742 * plugins/win/PluginStreamWin.cpp: Moved to PluginStream.cpp.
58743 * plugins/win/PluginStreamWin.h: Moved to PluginStream.h
58746 * plugins/win/npfunctions.h: Moved to npfunctions.h
59382 (WebCore::DocLoader::checkCacheObjectStatus): Moved most of the logic to
60211 (WebCore::MediaControlShadowRootElement::MediaControlShadowRootElement): Moved from RenderMedia. Made this relatively positioned, instead of absolute.
60212 (WebCore::MediaControlInputElement::MediaControlInputElement): Moved from RenderMedia. Removed call to updateFromElement,
60214 (WebCore::MediaControlInputElement::attachToParent): Moved from RenderMedia.
60218 (WebCore::MediaControlPlayButtonElement::MediaControlPlayButtonElement): Moved from RenderMedia.
60223 (WebCore::MediaControlTimelineElement::MediaControlTimelineElement): Moved from RenderMedia.
60228 * rendering/MediaControlElements.h: Added. Moved from RenderMedia.
60234 * rendering/RenderMedia.cpp: Moved control element classes to MediaControlElements files.
61959 Moved most of related logic from FrameLoader::submitForm() to HTMLFormElement::submit().
62066 (WebCore::HTMLScriptElement::shouldExecuteAsJavaScript): Moved list of
62256 to DOMException when the Objective-C bindings are moved into WebKit.
62879 * manual-tests/xmlhttprequest-contenttype-empty.html: Removed (moved to LayoutTests/http).
63556 (WebCore::indexForVisiblePosition): Moved from IndentOutdentCommand.cpp.
63982 * dom/Node.h: Make m_nodeLists an OwnPtr. Moved getElementsByName and getElementsByClassName here
64459 * loader/mac/WebPlugInStreamLoaderDelegate.h: Moved to WebKit.
64791 Split up JSEventTargetNode in JSEventTargetNode & JSEventTargetBase - where most functionality has been moved down
65083 (WebCore::executeDeleteBackward): Added. Moved code here from WebHTMLView.
65095 (WebCore::executeMovePageDownAndModifySelection): Added. Moved code here from WebHTMLView.
65097 (WebCore::executeMovePageUpAndModifySelection): Added. Moved code here from WebHTMLView.
65135 (WebCore::CompositeEditCommand::splitTreeToNode): Moved here.
65137 * editing/IndentOutdentCommand.cpp: Moved splitTreeToNode.
65302 Toolbar dragged inspector cannot be moved beyond screen edges
66241 (WebCore::updateState): Moved here from Frame.
66252 (WebCore::Editor::addToKillRing): Moved here from EditorMac. Not useful
66263 * editing/Editor.h: Moved the TriState enum here instead of inside the
66264 Frame class. Added EditorCommandSource enum. Moved selectionHasStyle
66276 (WebCore::targetFrame): Moved to the top of the file.
66293 (WebCore::unionDOMRanges): Moved here from EditorMac.
66580 (WebCore::Document::defaultEventHandler): Moved accesskey processing to EventHandler.
66622 (WebCore::handleAccessKey): Moved from Document, as access keys are processed outside normal
67049 (WebCore::DOMWindow::adjustWindowRect): Moved from kjs_window.
67796 * bindings/js/kjs_binding.cpp: (KJS::setDOMException): Moved the code to decompose an
67892 that handles a statement error was moved here
68310 Third step in refactoring JSGlobalObject: Moved data members and data
68821 (WebCore::FrameView::layout): Moved the updating of widget positions,
69025 Moved virtual ScriptInterpreter functions to Window.
69060 (WebCore::HTMLCollection::CollectionInfo::copyCacheMap): Moved out of
70719 (WebCore::EventHandler::handleMouseMoveEvent): If the mouse is pressed, and we've moved over a new scrollbar, then we can clear m_lastScrollbarUnderMouse.
71095 (WebCore::Editor::removeFormattingAndStyle): Moved code to its own EditCommand.
71096 * editing/RemoveFormatCommand.cpp: Added. Moved code from removeFormattingAndStyle here.
71390 Update to last change. Moved addPendingSheet call to within nil check for m_cachedSheet.
71695 * page/inspector/inspector.html: Moved Database.js after Resource.js,
72646 moved to WebInspector.loaded to use UIString after the localized strings
72690 Moved relevant Editor::deleteRange() functionality to its callers.
72943 (WebCore::HTMLSelectElement::listBoxDefaultEventHandler): Moved the nil check to the main defaultEventHandler.
73568 Moved Shared.h into wtf so it could be used in more places. Retained
73569 TreeShared, but moved it to its own file, TreeShared.h.
73886 Moved all DOM API methods to DOMSelection; changed SelectionController::setSelectedRange()
74309 * dom/Node.h: Moved several editing-related methods elsewhere.
74325 (WebCore::Position::uncheckedPreviousOffset): Moved from Node::previousOffset().
74326 (WebCore::Position::uncheckedNextOffset): Moved from Node::NextOffset().
74332 (WebCore::caretMaxRenderedOffset): Moved from Node::caretMaxRenderedOffset().
74387 (WebCore::caretMinOffset): Moved from Node. Changed some runtime checks that seemingly cannot fail into assertions.
74971 Moved here from TemporaryLinkStubs.
74997 * platform/win/TemporaryLinkStubs.cpp: Removed or moved all but 3 of the stubs.
75002 (WebCore::ResourceHandle::loadsBlocked): Moved here from TemporaryLinkStubs.
75060 Implemented using a global QObject, that is moved to the main thread
75267 Moved the WebCore::Image specific function loadResourcePixmap from qwebsettings.cpp to ImageQt.cpp and made it static.
75596 (WebCore::EditCommand::apply): Moved some stars.
77038 (WebCore::InsertLineBreakCommand::shouldUseBreakElement): Added, moved code from
77046 Moved code to decide whether to insert a br or a '\n' to its own method.
77575 (WebCore::InspectorController::inspect): Moved showing code to show().
78524 (WebCore::RenderThemeGtk::paintCheckbox): moved painting in paintButton
78525 (WebCore::RenderThemeGtk::paintRadio): moved painting in paintButton
78682 The problem was caused by checkin r24654. This change moved explicit bounds checking into adjustWindowRect
79176 (WebCore::DatabaseTracker::openTrackerDatabase): To open and validate the Databases db, moved from the c'tor
79267 (WebCore::safeCreateFile): Moved here from WebKit/win/WebPreferences.cpp.
79500 - Moved View code down to the Panel base-class.