Home | History | Annotate | Download | only in WebCore

Lines Matching full:moved

1003         Moved JSLocks from here...
3337 * bridge/jni/JNIBridge.cpp: Modified. Moved JavaField and JavaArray to JNIBridgeJSC.cpp
3340 * bridge/jni/JNIBridge.h: Modified. Moved JavaField and JavaArray to JNIBridgeJSC.h
3590 * html/HTMLImageElement.h: Added removedFromTree/insertedIntoTree, moved removedFromDocument
5646 These interfaces use JSC-specific types, so are moved out of Bridge.h to allow the file to
5657 * bridge/Bridge.h: Modfied. Moved Field, Class, Instance and Array interfaces to BridgeJSC.h
6109 3) The runtime enabler for the Database moved to a static variable
8476 ASSERTs that have moved to JavaScriptCore.
8498 ASSERTs that have moved to JavaScriptCore.
8895 Moved reshape to HTMLCanvasElement::reset and have it always
9743 to the control. Moved constructor here and made it
10617 (WebCore::Cache::requestResource): Moved code to handle immediate load
10809 (WebCore::CachedFrame::CachedFrame): A frame that's cached is moved away from Page,
10835 * platform/win/CursorWin.cpp: Moved destructor of SharedCursor here.
10836 (WebCore::SharedCursor::~SharedCursor): Moved here.
11445 moved into this class.
11446 (WebCore::SelectionController::updateAppearance): Moved the
11449 (WebCore::SelectionController::setCaretVisible): Moved here from Frame.
11453 * editing/SelectionController.h: Added new functions. Moved conditional function
11457 * page/Frame.cpp: Moved functions to SelectionController.
11458 (WebCore::Frame::Frame): Removed initialization of moved data members.
11460 * page/Frame.h: Removed things moved to SelectionController as well as unneeded
11752 * WebCore.pro: Moved source generation to DerivedSources.pro.
12229 loader because it has been moved back to the provisional state. New
13143 (WebCore::RenderLayerBacking::isSimpleContainerCompositingLayer): Moved test for
13252 QtFallbackWebPopup moved to WebKit/qt/WebCoreSupport.
13647 Most of the code moved from RenderPartObject.
13658 (WebCore::RenderPartObject::RenderPartObject): Clean up, code moved to base class, and removed object/embed-specific code.
13716 Moved from DocumentLoader.cpp with minor edits
13923 changedTouches. Moved points dispatch a touchmove event, with the moved
14494 (WebCore::getTargetFrame): Moved from V8CustomBinding.cpp.
14497 (WebCore::V8DOMWindowShell::setLocation): Moved from V8CustomBinding.cpp.
14500 (WebCore::downcastSVGPathSeg): Moved from V8CustomBinding.cpp.
15021 (WebCore::::allowSettingFrameSrcToJavascriptUrl): Moved from V8CustomBinding.cpp.
15022 (WebCore::::allowSettingSrcToJavascriptURL): Moved from V8CustomBinding.cpp.
15104 haven't actually moved the JSC bindings over to using this yet.
15925 * WebCore.pro: Moved logic for detecting standalone builds to WebKit.pri. Set DESTDIR for package builds.
16456 (WebCore::npObjectIndexedGetter): Moved common code to a separate method.
16479 (WebCore::npObjectNamedGetter): Moved common code to a separate method.
20583 * bindings/v8/custom/V8HTMLSelectElementCustom.cpp: Moved code as-is from
20918 will be moved to the audits panel. This patch is to remove the Tips
21822 1) be moved to all platforms, and 2) not call parentObjectUnignored().
21853 WebCoreQuartzCore.vsprops to the non-Cairo configurations, moved all
22606 (WebCore::Node::defaultEventHandler): Moved pan scrolling starting code to here.
24062 was specific to Chromium. Moved into ResourceRequestBase, enabling
24176 Moved the cookie filtering from the native code into the frontend so that
24923 moved by the centralPoint after this calculation, which is not the case
24991 after the selection has not been moved.
25018 (WebCore::isDefaultPortForProtocol): Moved from SecurityOrigin.
25019 (WebCore::portAllowed): Moved from ResourceHandle.
30023 Moved the run loop that we use for CFNetwork from ResourceHandle to its own file, because
30469 The cookie domains have been moved from StoragePanel into WebInspector.
30788 is used in the pattern and gradient case probably erroneously. Moved
30945 (WebCore::RenderTableSection::addChild): Moved code that set row height into
31237 moved FillOrStrokeType enum here.
31458 - Moved tests that don't require harness into the fast group.
32542 Moved this methods such that they occupy a place similar to that of
33710 (WebCore::V8DOMWrapper::convertNodeToV8Object): Moved body here from .h file
33745 (WebCore::DOMData::getCurrent): Moved getCurrentMainThread to MainThreadDOMData::getCurrent
33749 (WebCore::MainThreadDOMData::getCurrent): Moved here from DOMData.cpp.
33973 needed. This method fired a drag event whenever the mouse moved, but
34000 detects the mouse moved. But, as per the spec, the drag event should
34010 (WebCore::EventHandler::updateDragAndDrop): Moved code from WebCore::EventHandler::dragSourceMovedTo
34786 Moved macro MMP_RULES (LINKEROPTION) into symbian instead of symbian-sbsv2,
35504 Additionally, moved the callbacks members from DOMStorageDataGrid to
35527 (WebInspector.DataGrid.prototype._ondblclick): Moved from DOMStorageDataGrid to DataGrid + Refactoring.
36431 (WebCore::isRenderedAsNonInlineTableImageOrHR): Moved from visible_units.cpp. Added a check for non-inline images.
36434 (WebCore::startOfParagraph): Use moved/renamed function. Removed FIXME. The problem causing
36455 (WebCore::IndentOutdentCommand::indentRegion): Moved code in common with
37210 (WebCore::Document::inspectorTimelineAgent): Moved from Document.h
37355 There might be no new node under mouse if the pointer is moved out of the window
39656 including its own, and moved the code to initialize m_glyphs and m_advances here. Previously
40336 * inspector/front-end/inspector.js: moved runAfterPendingDispatches
40742 changed the logic to default to false when I moved the flag.
41162 (WebCore::RedirectScheduler::scheduleHistoryNavigation): Restore the moved canGoBackOrForward() check.
41889 (WebInspector.searchKeyDown): Moved performSearch here from WebInspector.searchKeyUp.
42489 (InjectedScript._ensureCommandLineAPIInstalled): Moved _inspectorCommandLineAPI from window to console.
42534 moved.
43255 Code moved from paintWindowedPluginIntoContext() and paint(). Removed
43258 Code moved to paintIntoTransformedContext().
44576 The maskDestRect shouldn't be moved. It is not responsible for the correct context
44698 * svg/SVGAnimatedTemplate.h: Use propertyController() method, to access the new functions moved from SVGElement.
48915 * rendering/RenderMediaControls.cpp: Moved parentMediaElement() to MediaControlElements.
52895 (-[WebCoreSynchronousLoader connection:didReceiveAuthenticationChallenge:]): Moved the
53224 creation was split between this function and ScriptEventListener; moved it here, as JS
53230 * bindings/js/ScriptEventListener.cpp: (WebCore::createAttributeEventListener): Moved code
53713 (WebCore::RenderTheme::shouldRenderMediaControlPart): New method. Contains logic moved from subclass implementations of rendererIsNeeded().
53845 (WebCore::XSLTProcessor::reset): Moved out of the class definition.
53847 (WebCore::XSLTProcessor::genericErrorFunc): Moved.
53848 (WebCore::XSLTProcessor::parseErrorFunc): Moved.
53849 (WebCore::docLoaderFunc): Moved.
53850 (WebCore::setXSLTLoadCallBack): Moved.
53851 (WebCore::writeToVector): Moved.
53852 (WebCore::saveResultToString): Moved.
53853 (WebCore::xsltParamArrayFromParameterMap): Moved.
53854 (WebCore::freeXsltParamArray): Moved.
53855 (WebCore::xsltStylesheetPointer): Moved.
53856 (WebCore::xmlDocPtrFromNode): Moved.
53857 (WebCore::resultMIMEType): Moved.
53858 (WebCore::XSLTProcessor::transformToString): Moved.
54048 * DerivedSources.make: Moved Platform.h check for
54053 to the makefile. Moved addition of ENABLE_ORIENTATION_EVENTS to
54546 creation was split between this function and ScriptEventListener; moved it here, as JS
54552 * bindings/js/ScriptEventListener.cpp: (WebCore::createAttributeEventListener): Moved code
55091 Moved code to iterate the CSSSelectorList and determine if any
55106 Moved selectorsNeedNamespaceResolution to CSSSelectorList from here.
55403 * dom/Element.h: Moved a few event listener attributes down from Node,
55825 defersLoading is true. Also moved canGoBackOrForward check here.
55918 (WebCore::ScriptController::evaluate): Moved call to
56406 Moved the access check slightly later in this functions to avoid
57342 (ObjcInstance::create): Moved here from header. Uses NSMapGet and
57764 (WebCore::FontSmoothingMode): Moved the FontSmoothing enum from
57769 * rendering/style/RenderStyleConstants.h: Moved the FontSmoothing enum
59017 Code moved from AccessibilityRenderObject::internalLinkElement() and
59026 Code moved to AccessibilityObject::firstAccessibleObjectFromNode().
59052 Code moved to postPlatformNotification().
62381 Moved from later in the file.
63583 The port-spesific bits are moved to platformStart(), which now returns
64712 (WebCore::V8DOMWrapper::getEventListener): Moved from V8NodeCustom.cpp.
65570 New, load setup code moved from loadInternal.
65572 Moved some setup code to prepareForLoad so it can be invoked immediately before
66055 New, moved here from RenderMedia so AccessibilityMediaTimeDisplay can use it.
66064 Moved to MediaControlTimeDisplayElement::formatTime.
66530 which is set to false when this method consumes a comma. Moved
66737 Code clean-up and build fix for filters enabled builds. Moved SVGNames.h
66896 now have create functions. Moved conditional noscript to a separate
68093 (WebCore::RenderThemeMac::paintMenuListButton): Moved a
69853 Moved implementation of isAfterContent to RenderObject
70450 here if noresizeAttr is changed. This code was moved here from
70453 boolean argument. Moved here from HTMLFrameElementBase.
70455 * html/HTMLFrameElement.h: Moved noResize, setNoResize, and m_noResize
71307 Code moved from AccessibilityRenderObject::focusedUIElement(). Modified
71310 Moved the code to generate the next AXID from getAXID() to here. Added
71319 declaration of Node alphabetically. Moved the typedef for AXID to
71325 Added; code moved from AccessiblityRenderObject::focusedUIElement().
71333 Moved the typedef for AXID from AXObjectCache to here. Made the m_id
71343 Moved the code to AXObjectCache::focusedUIElementForPage(), which we now
71413 This code was moved from writeCallback.
73855 Moved code that calls workerContextDestroyed() into base class so shared workers share this functionality.
73867 Base interface that contains APIs moved from WorkerObjectProxy.
74185 * bindings/v8/custom/V8NodeCustom.cpp: Moved custom accessors from V8ElementCustom.cpp.
75674 (WebCore::HTMLFormControlElement::valueMissing): moved down
75922 Moved code that resolves/validates URLs to base class so it can be shared between dedicated/shared workers.
75926 Refactored exception handling code - moved onerror handling to base class.
77145 Sliding View aspect moved to Drawer.js. The "console" itself has moved to ConsoleView.js
77794 Added; code moved from init(). This is now called by start() to perform
79501 Moved from base class.
79512 Moved workerObjectProxy param into derived class constructor.
79515 Moved the event loop execution into a virtual function so DedicatedWorkerThread could report pending activity first.
79821 Moved manual-tests/wml/task-noop-in-do.wml to LayoutTests/fast/wml/task-noop-in-do.wml.
80090 Removed the updateLayout call from RenderTextControl and moved it
80604 block of code that was moved to SQLiteFileSystem.cpp and should
81241 Removed assertion that relies on WorkerThread still being alive (moved to DedicatedWorkerContext destructor).
81295 Moved onmessage mark handling into DedicatedWorkerContext.
81326 Moved onmessage code from V8WorkerContextCustom.cpp
81330 Moved onmessage code to V8DedicatedWorkerContextCustom.cpp
81335 Moved DedicatedWorker-only APIs from WorkerContext.
81342 Moved DedicatedWorker-only APIs from WorkerContext.
81350 Moved code that notifies parent that worker is closing down into DedicatedWorkerContext.
84365 Moved preference setting for attached inspector height and inspector height calculation from
84610 Moved AbstractWorker files out of SHARED_WORKERS section and into WORKERS.
84618 Moved AbstractWorker lines out of SHARED_WORKERS section and into WORKERS.
84622 Moved AbstractWorker lines out of SHARED_WORKERS section and into WORKERS.
85154 (WebCore::Image::drawTiled): Moved a variable definition closer to where
85847 Moved the relevant test in StyledElement::attributeChanged()
87048 (WebCore::markMisspellingsOrBadGrammar): Moved code to check the
87475 (WebCore::BidiRun::BidiRun): Moved here from bidi.h.
88325 (WebCore::FrameLoader::gotoAnchor): Moved the code to update layout,
88953 get mouse events even when the mouse is moved outside of the node. This is done by putting
89909 * bindings/v8/V8Binding.cpp: Moved from src.chromium.org.
89910 * bindings/v8/V8Binding.h: Contents moved from src.chromium.org.
90811 [Gtk] Caret-moved events are not issued for the correct offset
91087 (WebCore::Database::databaseSize): The code that returns the size of a DB file moved to SQLiteFileSystem.
91090 (WebCore::DatabaseTracker::trackerDatabasePath): DB file-related operations moved to SQLiteFileSystem.
91091 (WebCore::DatabaseTracker::openTrackerDatabase): DB file-related operations moved to SQLiteFileSystem.
91092 (WebCore::DatabaseTracker::originPath): DB file-related operations moved to SQLiteFileSystem.
91093 (WebCore::DatabaseTracker::fullPathForDatabase): DB file-related operations moved to SQLiteFileSystem.
91094 (WebCore::DatabaseTracker::usageForDatabase): DB file-related operations moved to SQLiteFileSystem.
91095 (WebCore::DatabaseTracker::deleteOrigin): DB file-related operations moved to SQLiteFileSystem.
91096 (WebCore::DatabaseTracker::deleteDatabaseFile): DB file-related operations moved to SQLiteFileSystem.
91098 (WebCore::OriginUsageRecord::diskUsage): DB file-related operations moved to SQLiteFileSystem.
91835 Moved #endif //ENABLE(DOM_STORAGE) position
92906 (WebCore::HTMLTokenizer::scriptHandler): Moved XSSAuditor check to HTMLTokenizer::parseTag.
94058 (WebCore::V8ClassIndex::GetFactory): Moved from src.chromium.org.
94059 (WebCore::V8ClassIndex::GetCache): Moved from src.chromium.org.
94061 (WebCore::V8ClassIndex::): Moved from src.chromium.org.
94062 (WebCore::V8ClassIndex::ToInt): Moved from src.chromium.org.
94063 (WebCore::V8ClassIndex::FromInt): Moved from src.chromium.org.
95052 (WebCore::CanvasRenderingContext2D::checkOrigin): moved up in the file.
96239 Moved implementation of isEnabled to XSSAuditor.cpp and changed implementation
96758 each time, so I moved the call inside implicitOpen.
97197 (WebCore::fillWithClearColor): Moved from *CairoWin.cpp
97198 (WebCore::GraphicsContext::getWindowsContext): Moved
97328 Moved.