Lines Matching full:moved
20 - Moved all the default delegate classes to their own directory.
1184 I moved some logic down from Safari that dealt with finding the largest scrollable child frame in a frameset,
1209 new helper method used to implement _largestChildWithScrollBars (code moved from Safari)
1211 new method, just returns YES if either scroll bar is showing (code moved from Safari)
1214 (code moved from Safari and tweaked a little)
1276 (-[WebFrame _nextFrameWithWrap:]): just call bridge (and moved helpers there)
1277 (-[WebFrame _previousFrameWithWrap:]): just call bridge (and moved helpers there)
1285 (-[WebFrame findFrameNamed:]): just call bridge (and moved helpers there)
1315 - moved frame traversal code across from bridge, also dropped the children
1320 (-[WebBridge dealloc]): Don't release children array, that was moved
1323 - many methods moved to WebCore.
1348 - moved frame traversal logic from WebFrame to WebBridge
1361 (-[WebBridge firstChild]): Moved from WebFrame
1445 (-[WebFrame _transitionToCommitted:]): Moved call to -closeURL up
1490 (-[WebFrame _removeChild::]): Moved to FrameTraversal category.
1495 (-[WebFrame _removeChild:]): Moved to FrameTraversal category.
1705 (-[WebFrame _subframeIsLoading]): New helper method, code moved
1718 (-[WebFrame _atMostOneFrameHasSelection]): Moved this debug
1723 (-[WebFrame _findFrameWithSelection]): Moved from WebView and renamed from
1725 (-[WebFrame _clearSelectionInOtherFrames]): Moved from WebView and
1753 (-[WebFrame _hasSelection]): Renamed from _frameIsSelected: and moved from
1755 (-[WebFrame _clearSelection]): Renamed from _deselectFrame: and moved from
1867 (-[WebFrame _shouldAllowAccessFrom:]): Moved this code above use
2110 moved this method (unchanged) from subclass WebTextView
2133 removed the methods that were moved into WebSearchableTextView.m
2334 one more tweak: moved jumpToSelection: to be validated the same way as
2419 Since Java depends on doing a hit test inside it's mouse moved handling, let hit testing on Java
3254 Moved _downloadWithLoadingConnection and _downloadWithRequestfrom WebDownload.h to WebDownloadInternal.h
3421 Moved MIME type support from a hard coded list
3423 *Representation classes. Also moved the list of types
3639 Moved from _receivedData into its own function
4108 moved declaration of NonBlockingPanel here so it can be accessed by the nib
4137 Preemptively moved some WebMenuItemTag values from SPI to API, in anticipation of
4786 eliminated category WebInternal; all of these methods were used only inside WebView.m, so I moved
4824 but non-focused frame if the first responder is not in any frame. Also, moved in file
4828 reasons as _frameForCurrentSelection. Also, moved in file from WebInternal category to
4833 just moved in file from WebInternal category to WebFileInternal category
4907 moved here from WebHTMLView so it will work for any documentView that conforms to WebDocumentText.
4912 moved here from WebHTMLView so it will work for any documentView that conforms to WebDocumentText.
4950 moved WebDocumentSelection protocol conformation to this class, was in subclass WebTextView
4953 new method (moved here from Safari) to return a single rect encompassing all selected text
4955 moved here from WebTextView
4960 moved WebDocumentSelection protocol out of here
4963 moved WebDocumentSelection protocol into here, added selectionRect method
5060 just moved in file so it could be called from a different category
5798 - fixed build under gcc 4.0 (some code moved here from Foundation had warnings)
6333 (-[WebImageData _imageSourceOptions]): Moved a global inside this function, since it's only used here.
7713 (-[WebHTMLView _stripAttachmentCharactersFromAttributedString:]): moved
7735 * English.lproj/StringsNotToBeLocalized.txt: Updated for recent changes and also moved one translation to be a file-specific
7914 (-[WebDataSource _setData:]): moved within file
8158 - fixed <rdar://problem/3964972> update _initWithCGSEvent:eventRef: call in mouse moved workaround (breaks cursors in Carbon WebKit applications)
8261 (+[WebBasePluginPackage preferredLocalizationName]): moved from WebNetscapePluginPackage
9157 - moved next/previous links into private structure with the rest of WebFrame fields
9335 (-[WebBridge objectLoadedFromCacheWithURL:response:data:]): renamed to pass all data for the resource, moved delegate code to new method
9342 (-[WebFrame _sendResourceLoadDelegateMessagesForURL:response:length:]): moved from objectLoadedFromCacheWithURL:response:data:
9373 (-[WebIconDatabase _setIcon:forIconURL:]): assert if called when disabled, moved to own category implementation
9377 (-[WebIconDatabase _applicationWillTerminate:]): moved out of public code
10287 (-[WebHTMLView validRequestorForSendType:returnType:]): moved, handle return types
10564 (-[WebHTMLView _colorAsString:]): Moved this earlier in the file.
10850 Moved in file, now calls _handleStyleKeyEquivalent:
11085 (-[WebHTMLView _shouldDeleteRange:]): moved
11086 (-[WebHTMLView _deleteRange:preflight:killRing:prepend:smartDeleteOK:]): moved, handle smartDelete
11087 (-[WebHTMLView _deleteWithDirection:granularity:killRing:]): moved
11192 * WebView.subproj/WebFrameViewInternal.h: Moved WebFrameViewPrivate inside the WebFrameView.m file.
11209 (-[WebFrameView _pageVertically:]): Moved and changed to use _verticalPageScrollDistance.
11210 (-[WebFrameView _pageHorizontally:]): Moved and changed to use _horizontalPageScrollDistance.
11672 (-[WebHTMLView _calculatePrintHeight]): Moved up into the "internal to file" category.
11777 moved the preference key #defines out of here; now imports WebPreferenceKeysPrivate.h
11843 (-[WebDefaultUIDelegate webView:contextMenuItemsForElement:defaultMenuItems:]): moved, now call contextMenuItemsForElement: or editingContextMenuItemsForElement:
13325 check of the delay for text dragging is moved down to WebCore.
13718 (-[WebDataSource dealloc]): Moved it here.
13723 (-[WebFrame dealloc]): Moved it here.
13730 (-[WebHTMLViewPrivate dealloc]): Moved non-release work out of here.
13731 (-[WebHTMLView dealloc]): Moved it here.
13772 * WebView.subproj/WebUIDelegatePrivate.h: moved new methods to public header
13774 * WebView.subproj/WebView.m: moved methods around
13775 (-[WebView moveDragCaretToPoint:]): moved
13776 (-[WebView removeDragCaret]): moved
13777 (-[WebView _bridgeAtPoint:]): moved
13778 (-[WebView editableDOMRangeForPoint:]): moved
13780 * WebView.subproj/WebViewPrivate.h: moved new methods to public header
13812 * WebCoreSupport.subproj/WebBridge.m: Bridge glue moved to WebGraphicsBridge.
13814 (FlipImageSpec): Code moved from WebHTMLView.m.
13818 * WebView.subproj/WebHTMLView.m: Code moved to WebGraphicsBridge.
13854 (-[WebView _frameViewAtWindowPoint:]): moved so this can be called internally
14169 from WebCore. Hysteresis is moved to WC.
14402 - implemented a few more editing operations, moved code from WebView to WebHTMLView
14408 * WebView.subproj/WebHTMLView.m: Moved WebElementOrTextFilter class here from WebView and
14410 (-[WebHTMLView _updateFontPanel]): Moved here from WebView.
14431 * WebView.subproj/WebHTMLViewPrivate.h: Moved WebHTMLViewPrivate into the internal header.
14434 * WebView.subproj/WebViewPrivate.h: Moved WebViewPrivate into the internal header.
14526 * WebView.subproj/WebViewPrivate.h: Moved a recently-added category that is not SPI out of here.
14527 * WebView.subproj/WebViewInternal.h: Moved the category in here. And removed the DOMDocument method from it.
14540 - moved to new symlink technique for embedding frameworks
14579 (-[WebHTMLView draggingCancelledWithDraggingInfo:]): moved
14591 - moved HTML editing operations from WebView to WebHTMLView, leaving only forwarding machinery
14607 (-[WebView _bridgeForCurrentSelection]): Moved in file.
14617 moved method into new location in file so it can be in the right category, changed link pasting
14620 boolean, moved method into new location in file so it can be in the right category.
14623 (-[WebHTMLView centerSelectionInVisibleArea:]): Moved here from WebView.
14656 (-[WebHTMLView copy:]): Moved down in file so it's in the right category.
14660 (-[WebHTMLView copyFont:]): Moved here from WebView.
14665 (-[WebHTMLView changeFont:]): Moved here from WebView.
14674 (-[WebHTMLView insertTab:]): Moved here from WebView, also call insertText rather than
14676 (-[WebHTMLView insertBacktab:]): Moved here from WebView.
14677 (-[WebHTMLView insertNewline:]): Moved here from WebView, also call insertText rather than
14679 (-[WebHTMLView insertParagraphSeparator:]): Moved here from WebView.
14699 (-[WebHTMLView insertText:]): Moved here from WebView.
14758 (-[WebView _currentFrame]): Moved to WebView (WebInternal) category so _bridgeForCurrentSelection can use it.
14772 us as necessary. Moved a few methods to this, and soon will move even more.
14963 * WebView.subproj/WebDocumentPrivate.h: moved WebDocumentSelection to WebDocumentInternal.h
14998 (-[WebView _registerDraggedTypes]): moved
15146 (-[WebTextView writeSelectionWithPasteboardTypes:toPasteboard:]): new, code moved from _writeSelectionToPasteboard:
15276 Moved -DOMDocument convenience back to private header.
15277 I mistakenly moved it to the public header earlier today.
15616 put _updateFontPanel here. Also moved _isLoading here, since it was
15621 moved into WebInternal category implementation
15646 I just moved the declarations and implementations from one place to another.
16044 Moved code that assembled subresource URLs from DOM nodes from WebCore to WebKit.
16209 (-[WebDataSource _replaceSelectionWithMarkupString:baseURL:]): moved from WebHTMLView
16441 Moved WebArchive to its own file.
16478 (-[WebDataSource _archiveWithMarkupString:subresourceURLStrings:]): moved from WebHTMLRepresentation
16588 Moved the DOM extensions to their own headers
16627 moved unreachableURL to here
16630 moved this from private category to main section
16636 moved loadAlternateHTMLString... to here
16639 moved this from private category to main section
16772 "official SDK" npapi.h. Moved our changes to the new
16930 mouse moved event to be correct.
17295 (-[WebDataSource _fileWrapperForURL:]): moved from WebView, creates a wrapper from a WebResource
17605 (-[WebDataSource _propertyListWithData:subresourceURLStrings:]): new, code moved from [WebHTMLView _selectedPropertyList:], creates property list rep of data and subresources
17612 (-[WebHTMLView _selectedPropertyList:]): renamed, code moved to [WebDataSource _propertyListWithData:subresourceURLStrings:]
17646 * WebView.subproj/WebFrame.h: Unrelated change. Removed -undoManager accessor from public header. Moved to private header.
17650 (-[WebFrame undoManager]): Moved -undoManager accessor to private category implementation.
17654 * WebView.subproj/WebFramePrivate.h: Moved in -undoManager accessor.
18084 Moved all of these methods here, formerly in WebHTMLView. Removed the
18091 call methods differently that have now been moved
18103 now calls -[WebView _adjustPrintMarginsForHeaderAndFooter], also moved in file.
18105 just moved in file.
18816 (fontContainsString): Moved inline function up here so it will be inlined.
18892 Moved grungy polling code from WebKit to the JavaPlugin.
19200 (-[WebMainResourceClient loadWithRequestNow:]): Moved the guts of loadWithRequest in here; to be
19313 Moved the guts of loadWithRequest in here; to be
21086 - worked around 3429631 -- window stops getting mouse moved events after first tooltip appears
22799 3. At call sites, tweak names of methods that moved to WebKit (_web_ -> _webkit_).
23924 Code cleanup. Moved variable initialization into block that
24471 Moved in WebDatabase and WebFileDatabase files from WebFoundation.
25541 types. Mouse moved events are particularly bad because they have deltaX/Y/Z and the
25599 Moved NSURLProtectionSpace over to officially blessed API.
25773 Moved view registry to WebView.
26114 Renamed WebDownload to NSURLDownload and moved it to WebFoundation.
26445 Renamed - [NSURLResponse suggestedFilenameForSaving] to suggestedFilename and moved it to WebFoundation.
26741 * WebView.subproj/WebFrameView.m: moved drag destination code from WebFrameView to WebView
26751 * WebView.subproj/WebView.m: moved drag destination code from WebFrameView to WebView
26752 (-[WebView draggingEntered:]): moved from WebFrameView
26859 Moved this NSURLProtocolClient implementor to API-approved
27044 _goToItem:withLoadType: moved to WebViewPrivate.m
27047 (-[WebView _goToItem:withLoadType:]): Moved from WebView.m, no change.
27057 (-[WebImageRendererFactory supportedMIMETypes]): code moved from +[WebImageView supportedImageMIMETypes]
27248 (+[WebDataSource _repTypesAllowImageTypeOmission:]): Added. Moved the guts of _repTypes
27258 (+[WebFrameView _viewTypesAllowImageTypeOmission:]): Added. Moved the guts of _viewTypes
27334 (-[WebBaseNetscapePluginView viewDidMoveToWindow]): Explicitly call setWindow when the plug-in view is moved out of the window so it is clipped out of sight.
27979 (-[WebBaseNetscapePluginView viewDidMoveToWindow]): start if we moved to a window
28059 view, tell it that the mouse moved outside everything in the view,
28090 Moved to API-approved model for synchronous loads.
28365 Moved to final NSURLResponse and NSHTTPURLResponse API.
28681 (-[WebBasePluginPackage pathByResolvingSymlinksAndAliasesInPath:]): moved up from WebNetscapePluginPackage
28898 Moved closer to target API for NSURLRequest. Merged in
30252 (truncateString): Moved all the code from centerTruncateString here, adding one new parameter, the
30309 (-[WebMainResourceClient receivedError:]): moved most error handling code here
30548 (-[WebDownload _dataIfDoneBufferingData:]): moved, not changed
30550 (-[WebDownload _writeForkData:isDataFork:]): moved, not changed
30551 (-[WebDownload _writeDataForkData:resourceForkData:]): moved, not changed
30645 Moved canShowXX to WebCapabilities.
30993 (-[WebPreferences _postPreferencesChangesNotification]): Moved this function up.
31165 (-[WebBridge runJavaScriptAlertPanelWithMessage:]): Moved here from
31170 (-[WebBridge fileButton]): Moved here from view factory, so we can
31420 only moved code to use new method and class names.
31705 - Moved the WebKit error registration out of WebView because apps that use WebKit but not WebView might need to use WebKit errors (like my test app for WebDownload).
31907 - Moved all private methods to the WebPrivate category.
32001 (-[WebDownloadHandler errorWithCode:]): moved
32251 Moved WebKitInitializeUnicode to to early class. This was necessary
32751 * Misc.subproj/WebNSViewExtras.h: moved some constants around
32900 when the ownership of the WebPluginController was moved from WebFrame to WebDataSource. This
33495 The new logic in WebCore is slightly pickier, and can't abide a mouse-moved event
33496 coming in during a drag. Unfortunately, we were sending a fake mouse-moved event
33500 (-[WebHTMLView mouseDown:]): Cancel any scheduled fake mouse-moved event.
33501 (-[WebHTMLView mouseUp:]): Send a fake mouse-moved event because we didn't update during the drag.
33504 Don't schedule a fake mouse-moved event if the mouse is down, because that means we are in the
34676 3083287 has been moved to 0.9/1.
34745 doing it right away. If we do it right away, we might reenter because sending a mouse moved event
34746 can result in another layout since mouse moved events are the same as mouse dragged events in KHTML.
34768 was moved to the page cache.
34829 (-[WebHTMLView hitTest:]): Moved this function in here. Rewrote it. It has a new feature where
34830 you can set a global and do a normal hit test, needed for the mouse-moved handling below. Also,
34832 and ignoring the result. The sum total is that it always returns self for mouse-moved events, so
34836 * WebView.subproj/WebHTMLView.m: Moved hitTest: out of here.