Home | History | Annotate | Download | only in WebCore

Lines Matching full:moved

538         Moved registerURLSchemeAsLocal and registerURLSchemeAsNoAccess from
670 Moved V8 Bindings for V8CustomXPathNSResolver to svn.webkit.org.
675 (WebCore::V8CustomXPathNSResolver::V8CustomXPathNSResolver): Moved from src.chromium.org.
676 (WebCore::V8CustomXPathNSResolver::~V8CustomXPathNSResolver): Moved from src.chromium.org.
677 (WebCore::V8CustomXPathNSResolver::lookupNamespaceURI): Moved from src.chromium.org.
1087 * platform/image-decoders/skia/ImageDecoder.h: Add various typedefs or helper functions to minimize differences with Cairo version. Reorder functions slightly to match reordering of Cairo's m_hasAlpha variable, which I moved to increase readability.
1154 (wrapNPObject): Moved from v8_helpers.cpp.
1155 (toV8Context): Moved from v8_helpers.cpp.
1156 (toV8Proxy): Moved from v8_helpers.cpp.
1482 (WebCore::ACCESSOR_GETTER): Moved from v8_custom.cpp.
1483 (WebCore::INDEXED_ACCESS_CHECK): Moved from v8_custom.cpp.
1484 (WebCore::NAMED_ACCESS_CHECK): Moved from v8_custom.cpp.
1485 (WebCore::V8Custom::GetTargetFrame): Moved from v8_custom.cpp.
1486 (WebCore::V8Custom::DowncastSVGPathSeg): Moved from v8_custom.cpp.
1492 (WebCore::CALLBACK_FUNC_DECL): Moved from v8_custom.cpp.
2015 Fix the Qt build, the time functions moved into the WTF namespace.
3273 (WebCore::EventHandler::eventLoopHandleMouseUp): Moved this function into the file
7848 one document and into another. I moved that code into a function called
8057 (WebCore::V8Custom::WindowSetTimeoutImpl): Moved from v8_custom.cpp.
8058 (WebCore::isAscii): Moved from v8_custom.cpp.
8059 (WebCore::convertBase64): Moved from v8_custom.cpp.
8060 (WebCore::CALLBACK_FUNC_DECL): Moved from v8_custom.cpp.
8061 (WebCore::eventNameFromAttributeName): Moved from v8_custom.cpp.
8062 (WebCore::ACCESSOR_SETTER): Moved from v8_custom.cpp.
8063 (WebCore::ACCESSOR_GETTER): Moved from v8_custom.cpp.
8064 (WebCore::NAMED_ACCESS_CHECK): Moved from v8_custom.cpp.
8065 (WebCore::INDEXED_ACCESS_CHECK): Moved from v8_custom.cpp.
8569 * bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp: Moved bindings from v8_custom.cpp.
9403 (WebCore::toOptionsCollectionSetter): Moved from v8_custom.cpp.
9406 (WebCore::INDEXED_PROPERTY_SETTER): Moved from v8_custom.cpp.
9408 (WebCore::NAMED_PROPERTY_GETTER): Moved from v8_custom.cpp.
9409 (WebCore::INDEXED_PROPERTY_SETTER): Moved from v8_custom.cpp.
9417 * WebCore.xcodeproj/project.pbxproj: Added Exports group, moved
10037 was moved to WebCoreCommon.vsprops.
10323 * inspector/InspectorController.cpp: Moved parser/SourceCode under JAVASCRIPT_DEBUGGER
10416 Moved mose of this function into the base class in JavaScriptCore,
10998 (WebCore::InspectorController::inspectedPageDestroyed): Moved closing
11332 Moved WebCoreCredentialStorage to AuthenticationMac, so that it could be used from WebKit.
12221 Emit AtkText::text-caret-moved when selection changes.
12377 tree, and then moved it into $$GENERATED_SOURCES_DIR, which did not
14310 (WebCore::CSSStyleSelector::SelectorChecker::checkPseudoState): Moved guards around to
14629 * inspector/InspectorController.cpp: Moved profiler/debugger methods under
15257 * page/Chrome.cpp: PageGroupLoadDeferrer impl moved to a separate class.
16033 Moved filterBoundingBox() from RenderSVGModelObject to SVGRenderSupport to share with other classes.
16555 * bindings/js/JSDOMBinding.cpp: Moved scriptStateFromNode to ScriptState.
17095 * bindings/js/JSLazyEventListener.cpp: Moved createAttributeEventListener helpers
17772 that windowed plugins are not moved before the rest of the parent
17796 (WebCore::PluginView::focusPluginElement): New helper function, moved from PluginViewWin.
17807 (WebCore::PluginView::handleMouseEvent): Moved the code to set focus on the plugin element
17939 m_editingBehavior. Also moved m_maximumDecodedImageSize out of the middle of all
17952 (WebCore::RenderBlock::positionForPoint): Updated for the change above. Also moved the
18830 (WebCore::ScriptElementData::execute): Added. Moved the code from
18833 (WebCore::ScriptElementData::notifyFinished): Moved the code to
19182 mentioned above. Moved setWindowInlineEventListenerForTypeAndAttribute
19474 inherited from WebScriptObject. Moved all the functions out of the WebCore
19538 * editing/TextAffinity.h: Moved kit and core functions out of the
19743 Moved m_localTransform up into RenderSVGTransformableContainer
20862 (WebCore::NonMainThreadSpecificDOMData::~NonMainThreadSpecificDOMData): moved call to removeAllDOMObjectsInCurrentThread() to ~WorkerScriptController.
20884 * WebCore.vcproj/WebCore.vcproj: Moved settings from here into the new
21033 and per-session credentials. Code was partially moved from Obj-C callback.
21164 * bindings/js/JSNodeCustom.cpp: Moved markEventListeners to a header,
21418 Moved storage for window event listeners into the window object.
21428 (WebCore::Document::setWindowInlineEventListenerForTypeAndAttribute): Moved
21440 * dom/RegisteredEventListener.h: Moved RegisteredEventListenerVector
21472 * page/DOMWindow.h: Moved a bunch of code to the DOMWindow class, from the Document.
23359 * platform/win/ScrollbarThemeWin.cpp: Moved isRunningOnVistaOrLater
25039 with other kinds of redirection and navigation. Moved frame targeting here
25040 so we can schedule the redirection on the right frame. Moved the multiple
25041 form submission protection here. Moved the code to implement the rule that
25047 (WebCore::FrameLoader::scheduleLocationChange): Moved the code to stop loading
25061 (WebCore::FrameLoader::scheduleRedirection): Moved the code to stop a load
25081 (WebCore::FrameLoader::addBackForwardItemClippedAtTarget): Moved comment
25161 * inspector/InspectorController.cpp: Moved all InspectorResource-managing code
25638 * Configurations/Base.xcconfig: Moved Production definition of
25783 Removed all the code except for CheckedRadioButtons, and moved that out to be
25787 Removed all the code except for CheckedRadioButtons, and moved that out to be
25799 * html/HTMLFormElement.cpp: Moved definitions of the functions in the
25802 * html/HTMLFormElement.h: Moved definition of the CheckedRadioButtons
25926 * bindings/v8/custom/V8HTMLDocumentCustom.cpp: Moved from parent dir.
26056 (WebCore::FrameLoader::receivedMainResourceError): Moved the logic from
26061 Moved many functions into the private section, and removed some other
26483 * bindings/js/JSLazyEventListener.h: Moved forward declaration of the
26529 Also moved the default case out of the switch statement so we will get a warning
26959 Move ASSERTs to the top of the function, code was using "node" before ASSERT(node), once I moved
27298 it could be moved into HTMLInputElement. Removed call to setPositionFromValue
28127 (WebCore::HTMLMediaElement::documentWillBecomeInactive): Moved some logic to userCancelledLoad.
29083 all of the scroll handing methods that RenderTextControl overrides can be moved
29142 function. Added a feature where the accumulator will skip a node. Moved arguments
29220 through, but it was running too late since the scrolling code was moved into the
30726 - Moved cloneNode to the Element private section so that WebCore callers cannot use it.
30731 (WebCore::Element::cloneNode): Moved to Element's private section and it
32498 (WebCore::Editor::appliedEditing): Moved code (but did not alter) to changeSelectionAfterCommand.
32501 (WebCore::Editor::changeSelectionAfterCommand): Moved code from *appliedEditing into here. Also call out to
34148 (WebCore::RenderBox::styleWillChange): Moved the code that dirties a
35470 Scrollbar paint has been moved into RenderBlock for now, since none of the table objects support scrollbars
35725 where createInlineBox was taken off of RenderObject and moved to
38201 Moved the document before/after toggle from the constructor to insertedIntoDocument.
38956 (WebCore::CachedFrame::restore): Moved updatePlatformScriptObjects() here.
39256 (WebCore::HTMLQuoteElement::HTMLQuoteElement): Moved setUsesBeforeAfterRules to HTMLQuoteElement' constructor because some
40760 Make sure that generated content is properly handled when content is moved from a block run-in
41265 implementation for the Qt port in BitmapImage, it's been moved to
41270 (WebCore::Image::drawPattern): Moved implementation from
41570 (WebCore::RenderStyle::contentDataEquivalent): Moved method to
44176 Fix FrameChromium.cpp following r40473 which moved Frame::adjustPageHeight to FrameView::adjustPageHeight.
45264 (WebCore::ContainerNode::insertedIntoDocument): Moved code from Node in here rather than
45270 * dom/ContainerNode.h: Moved the constructor definition here and made it inline.
45286 Also moved the constructor definition here and made it inline. And added toEventTargetNode,
45319 target has to be an Element, this can be moved down to ContainerNode (or it could be
45320 moved down to Element for that matter).
45325 * dom/QualifiedName.h: Moved the destructor, copy constructor, assignment operator, and
45371 * platform/text/StringImpl.h: Moved the definition of
45378 * rendering/RenderObject.h: Moved the definition of the firstLineStyle
45379 function here and made it inline. Moved the definition of the
45487 * loader/FrameLoader.cpp: Moved FrameLoaderClient::hasHTMLView in here.
46428 ThreadTimers implementation. Most of the code is moved from previous static functions on TimerBase.
46455 static methods moved to ThreadTimers.
46704 Move all of the contination insertion code from RenderFlow to RenderInline. addChildToFlow is renamed to addChildIgnoringContinuation, and it has been moved to
46714 addChildWithContinuation moved to RenderInline and has been renamed to addChildToContinuation.
47490 One bitfield member was eliminated rather than moved: m_firstLine. This was really more of a state variable used during line layout only, so I removed it as a member
51840 moved pointer-events from SVG to be shared with HTML.
51988 (WebCore::HTMLInputElement::updateFocusAppearance): Moved to InputElement.
51992 (WebCore::HTMLInputElement::setSelectionRange): Moved to InputElement::updateSelectionRange, call it from here.
52510 Code moved from CSSMutableStyleDeclaration.h/cpp
52668 after update successfully finishes (moved from setNewestCache()).
55727 * page/Page.h: Moved TextCaseSensitivity from here to StringImpl.h in platform.
55788 * platform/text/StringImpl.h: Moved the TextCaseSensitivity enum here from
56090 Moved currentTime() to from WebCore to WTF.
58267 Moved the property out of the SVG CSS code and into
58774 moved are nor fully invalidated/earsed
58851 the old version kept the set around forever as you moved from one document to the next.
58858 * loader/DocumentLoader.h: Moved didTellClientAboutLoad and haveToldClientAboutLoad
59094 moved media controls css to mediaControls.css
59352 the headers installed. It should be moved inside platform/mac at some point
59353 to make this more clear (and the copy in JavaScriptCore should be moved
59881 Moved everything JS-related from DOMTimer to ScheduledAction.
60140 * dom/Node.h: Moved parentElement from here to Element.h and changed its
60146 Moved assertions from doApply in here.
60240 (WebCore::InsertNodeBeforeCommand::InsertNodeBeforeCommand): Moved assertions
60256 (WebCore::MergeIdenticalElementsCommand::MergeIdenticalElementsCommand): Moved
60279 (WebCore::RemoveNodeCommand::RemoveNodeCommand): Moved assertions here from doApply.
60300 (WebCore::SplitElementCommand::SplitElementCommand): Moved assertion here from doApply.
60306 (WebCore::SplitTextNodeCommand::SplitTextNodeCommand): Moved assertions and comment
60343 * dom/Node.h: Tweak comments and order of bits that Sam moved
60398 into the scratch context by accident. Also moved to the top of the
61082 These files were moved to WebCore/platform/animation
61238 that was lost on 6 headers when they were "moved":
61372 To avoid future dependency issues, all the TransformOperations and Animation related files need to be moved to platform
61994 (WebCore::Node::eventParentNode): Moved this function into this file
62000 and moved its definition into the cpp file.
62014 (WebCore::SVGElement::eventParentNode): Moved this function into this file
62136 Moved code around. Note that currently, JSWorkerContextBase lookup table is empty, but we'll
62884 * platform/graphics/qt/FontQt43.cpp: Added. Moved Qt4.3 code from FontQt.cpp
63107 moved getMIMETypeForUTI to ImageSourceCGMac.mm
63114 Also moved getMIMETypeForUTI to ImageSourceCGWin.cpp
65901 Moved updateLayout call so selection rect is fetched after the layout.
66135 it's in the middle of a callback. I actually moved where I am retaining the pointer
67234 Only resources larger than 16KB will be moved to the purgeable memory.
68686 (WebCore::JSLazyEventListener::parseCode): Moved variable declaration inside if block for clarity.
70355 (WebCore::CompositeEditCommand::insertNewDefaultParagraphElementAt): Added, moved code from moveParagraphContents
70630 (WebCore::MessagePort::scriptExecutionContext): Moved from header, as the function is virtual.
70957 Moved the implementation of _webkit_isCaseInsensitiveEqualToString to
72342 (WebCore::ReplaceSelectionCommand::mergeEndIfNeeded): Moved code from doApply() here for clarity.
73554 Moved event listener tracking from JSDOMWindow to JSDOMGlobalObject.
74050 * bindings/js/JSDOMBinding.h: (WebCore::getDOMPrototype): Moved to JSDOMGlobalObject.
74053 (WebCore::getDOMConstructor): Moved to this file, as constructors live in JSDOMGlobalObject.
74083 Moved active object and MessagePort tracking up to ScriptExecutionContext, to share code
74120 ActiveDOMObject and MessagePort tracking is moved from Document.
74444 (WebInspector.ProfilesPanel.prototype.setRecordingProfile): Moved in the code, no changes.
74755 * platform/FileChooser.h: Moved destructor to .cpp file, to avoid a
75661 (WebCore::BidiResolver::lowerExplicitEmbeddingLevel): Added. Moved the
75665 (WebCore::BidiResolver::raiseExplicitEmbeddingLevel): Added. Moved the
75859 Moved constructor and structure tracking to JSDOMGlobalObject.
76855 Added window.Worker constructor. Moved JSXSLTProcessorConstructor.h include out of ifdef
78356 Moved gradient spread method out of SVG into the GraphicsContext.
79577 I also moved most of the functionality of CompositeAnimation to
80399 (WebCore::ObjCNodeFilterCondition::create): Moved from DOM.mm.
80402 (WebCore::ObjCNodeFilterCondition::acceptNode): Moved from DOM.mm.
80438 (WebCore::ObjCEventListener::find): Moved from DOM.mm.
80441 (WebCore::ObjCEventListener::ObjCEventListener): Moved from DOM.mm.
80918 Moved the delete of the _frameNeedsSetup property after that call so
80926 InspectorController.addSourceToFrame fails. Moved the delete
81378 initialization moved from the data constructor to the JSGlobalObject
82048 Moved XMLHttpRequest tracking from a global map to Document.
82085 Moved XMLHttpRequest tracking from a global map to Document.
82257 when the font-face element is deleted or moved to another document.
82883 (WebCore::disabledTextColor): Moved to the top of the file. If there's not very much contrast between the disabled color and the background color,
82978 Remove a set of currentFocusElement since this moved.
85237 (WebCore::Node::~Node): rareData cleanup code moved from Element and changed to use hasRareData
85263 * dom/NodeRareData.h: Added. Most of this is just properties moved from Node
85264 (WebCore::NodeListsNodeData::~NodeListsNodeData): Moved from Node.cpp since we NodeRareData needs to put them in a HashTable :(
86030 (WebInspector.ProfileView.prototype.refreshShowAsPercents): Moved from the bottom of the file.
86115 (WebInspector.SourceView.prototype._resourceLoadingFinished): Moved from the bottom of the file.
86686 function is what's used for HasCustomIndexGetter. Also moved the
86735 Moved makeMapBetweenRects from SVG/CG to AffineTransform
87217 Moved DashArray to GraphicsContext.
87886 the passed-in DOMWindow. Code was moved here and changed to allocate unique
87963 functions. Moved responsibility for creating the structure and
88131 prototypes, wrappers, and creating them. Also moved the
88563 was moved to XMLTokenizerQt.cpp and the Libxml2 based code was moved to
89168 only applies to Scrollbars so the method has been moved there and made
89770 for the above (regardless of whether it "moved").
89949 (WebCore::CSSNthSelector::parseNth): Moved from CSSStyleSelector and modified to cache
89950 (WebCore::CSSNthSelector::matchNth): Moved from CSSStyleSelector and modified to use the cache
90315 No platform is using this code yet. Although it has been moved and compiles
92285 * page/inspector/inspector.js: Moved hover related methods to WebInspector.
92409 (WebCore::WidthIterator::advance): Moved the spacingDisabled() test out
92443 * platform/graphics/mac/FontMac.mm: Moved the ATSUI-specific parts to
92861 moved from WebCore/loader/mac to WebCore/loader.
93206 (WebCore::RenderTextControlInnerBlock::RenderTextControlInnerBlock): Moved from RenderTextControl.cpp.
93316 (WebCore::CSSParser::parseValue): Moved call to checkForOrphanedUnits() earlier in the function.
94078 of the icon was moved to a new method which comes in two flavors.
94840 (WebCore::RenderText::trimmedPrefWidths): Moved the assignment to
95813 (WebInspector.ObjectPropertiesSection.prototype.update): Moved from onpopulate.
95823 this element (code moved from the constructor.)