Mac OS X Reference Library Apple Developer Connection spyglass button

10.3 Symbol Changes

This article lists the symbols added to WebKit.framework in Mac OS X v10.3.

Classes

All of the classes with new symbols are listed alphabetically, with their new class, instance, and delegate methods described.

NSObject

Complete reference information is available in the NSObject reference.

Instance Methods

downloadWindowForAuthenticationSheet:Returns the window to be used by the authentication sheet.
webView:contextMenuItemsForElement: defaultMenuItems:Returns menu items to display in an element's contextual menu. (required)
webView:createWebViewWithRequest:Creates a window containing a web view to load the specified request. (required)
webView:decidePolicyForMIMEType: request:frame:decisionListener:Decides whether to display content with a given MIME type. (required)
webView:decidePolicyForNavigationAction: request:frame:decisionListener:Routes a navigation action internally or to an external viewer. (required)
webView:decidePolicyForNewWindowAction: request:newFrameName:decisionListener:Decides whether to allow a targeted navigation event, such as opening a link in a new window. (required)
webView:didCancelClientRedirectForFrame:Invoked when a client redirect is cancelled. (required)
webView:didChangeLocationWithinPageForFrame:Invoked when the scroll position within a frame changes. (required)
webView:didCommitLoadForFrame:Invoked when content starts arriving for a page load. (required)
webView:didFailLoadWithError:forFrame:Invoked when an error occurs loading a committed data source. (required)
webView:didFailProvisionalLoadWithError:forFrame:Invoked if an error occurs when starting to load data for a page. (required)
webView:didFinishLoadForFrame:Invoked when a page load completes. (required)
webView:didReceiveIcon:forFrame:Invoked when a page icon changes. (required)
webView: didReceiveServerRedirectForProvisionalLoadForFrame:Invoked when a provisional data source for a frame receives a server redirect. (required)
webView:didReceiveTitle:forFrame:Invoked when the page title of a frame loads or changes. (required)
webView:didStartProvisionalLoadForFrame:Invoked when a page load is in progress in a given frame. (required)
webView:identifierForInitialRequest: fromDataSource:Returns an identifier object used to track the progress of loading a single resource. (required)
webView:makeFirstResponder:Sets the first responder of a web view’s window to the specified view. (required)
webView:mouseDidMoveOverElement:modifierFlags:Updates information about the element the user is mousing over. (required)
webView:plugInFailedWithError:dataSource:Invoked when a plug-in fails to load. (required)
webView:resource:didCancelAuthenticationChallenge: fromDataSource:Invoked when an authentication challenge for a resource was canceled. (required)
webView:resource:didFailLoadingWithError: fromDataSource:Invoked when a resource failed to load. (required)
webView:resource:didFinishLoadingFromDataSource:Invoked when all of the data for a given resource is loaded. (required)
webView:resource: didReceiveAuthenticationChallenge: fromDataSource:Invoked when an authentication challenge has been received for a resource. (required)
webView:resource:didReceiveContentLength: fromDataSource:Invoked when some of the data for a given resource has arrived. (required)
webView:resource:didReceiveResponse: fromDataSource:Invoked after a resource has been loaded. (required)
webView:resource:willSendRequest: redirectResponse:fromDataSource:Invoked before a request is initiated for a resource and returns a possibly modified request. (required)
webView:runJavaScriptAlertPanelWithMessage:Displays a JavaScript alert panel. (required)
webView:runJavaScriptConfirmPanelWithMessage:Displays a JavaScript confirm panel. (required)
webView:runJavaScriptTextInputPanelWithPrompt: defaultText:Displays a JavaScript text input panel and returns the entered text. (required)
webView: runOpenPanelForFileButtonWithResultListener:Displays an open panel for a file input control. (required)
webView:setContentRect:Sets the window’s content view frame to the specified content rectangle. (required)
webView:setFrame:Sets the frame rectangle of a web view’s window to the specified frame size. (required)
webView:setResizable:Sets whether a web view’s window can be resized. (required)
webView:setStatusBarVisible:Sets the visibility of the status bar in a web view’s window. (required)
webView:setStatusText:Sets the status message displayed by a web view’s window, if any, to the specified text. (required)
webView:setToolbarsVisible:Sets whether a web view's toolbars should be visible. (required)
webView:unableToImplementPolicyWithError:frame:Handles or drops events that were rejected by a policy maker. (required)
webView:willCloseFrame:Invoked when a frame will be closed. (required)
webView:willPerformClientRedirectToURL: delay:fireDate:forFrame:Invoked when a frame receives a client redirect and before it is fired. (required)
webViewAreToolbarsVisible:Returns a Boolean value indicating whether any toolbars are visible in a web view's window. (required)
webViewClose:Closes a web view in a window. (required)
webViewContentRect:Returns a web view window's content rectangle. (required)
webViewFirstResponder:Returns the first responder of the web view’s window. (required)
webViewFocus:Brings a web view’s window to the front and makes it the active window. (required)
webViewFrame:Returns the frame rectangle of a web view’s window. (required)
webViewIsResizable:Returns a Boolean value indicating whether a web view’s window can be resized. (required)
webViewIsStatusBarVisible:Returns a Boolean value indicating whether the status bar in a web view's window is visible. (required)
webViewShow:Displays a web view’s window and moves it to the front. (required)
webViewStatusText:Returns the current status message from a web view's window. (required)
webViewUnfocus:Relinquishes focus on a web view’s window. (required)

WebBackForwardList (New)

Complete reference information is available in the WebBackForwardList reference.

Instance Methods

addItem:Inserts an item into the back-forward list, immediately after the current item.
backItemReturns the item that precedes the current item in the back-forward list.
backListCountReturns the number of items that precede the current item in the back-forward list.
backListWithLimit:Returns the items that precede the current item in the back-forward list, up to the specified number of items.
capacityReturns the maximum number of items that the back-forward list can contain.
containsItem:Returns a Boolean value indicating whether the back-forward list contains the specified item.
currentItemReturns the current item in the back-forward list.
forwardItemReturns the item that follows the current item in the back-forward list.
forwardListCountReturns the number of items that follow the current item in the back-forward list.
forwardListWithLimit:Returns the items that follow the current item in the back-forward list, up to the specified number of items.
goBackMoves backward one item in the back-forward list.
goForwardMoves forward one item in the back-forward list.
goToItem:Makes the specified item in the back-forward list the current item.
itemAtIndex:Returns the item at the specified index in the back-forward list.
pageCacheSizeReturns the maximum number of pages that the receiver can cache.
setCapacity:Sets the maximum number of items that the back-forward list can contain.
setPageCacheSize:Sets the maximum number of pages the receiver can cache.

WebDataSource (New)

Complete reference information is available in the WebDataSource reference.

Instance Methods

dataReturns the raw data that represents the data source’s content.
initialRequestReturns a reference to the original request that was used to load the web content.
initWithRequest:initializes a data source with a URL request.
isLoadingReturns whether the data source is loading its content.
pageTitleReturns the title of the data source’s page.
representationReturns the data source’s representation depending on its MIME type.
requestReturns the request that was used to create the data source.
responseReturns the associated WebResourceResponse object for this data source.
textEncodingNameReturns the text encoding for the data source’s web view, if set, or the text encoding of the response.
webFrameReturns the web frame that represents this data source.

WebDownload (New)

Complete reference information is available in the WebDownload reference.

Delegate Methods

downloadWindowForAuthenticationSheet:Returns the window to be used by the authentication sheet.

WebFrame (New)

Complete reference information is available in the WebFrame reference.

Instance Methods

childFramesReturns the frames of the web frame’s immediate children.
dataSourceReturns the committed data source.
findFrameNamed:Returns a web frame that matches the given name.
frameViewReturns the web frame’s view object.
initWithName:webFrameView:webView:Initializes the receiver with a frame name, web frame view, and controlling web view.
loadData:MIMEType:textEncodingName:baseURL:Sets the main page contents, MIME type, content encoding, and base URL.
loadHTMLString:baseURL:Sets the main page contents and base URL.
loadRequest:Connects to a given URL by initiating an asynchronous client request.
nameReturns the web frame’s name.
parentFrameReturns the web frame’s parent web frame.
provisionalDataSourceReturns the provisional data source.
reloadReloads the initial request passed as an argument to loadRequest:.
stopLoadingStops any pending loads on the receiver’s data source, and those of its children.
webViewReturns the view object that manages the web frame.

WebFrameView (New)

Complete reference information is available in the WebFrameView reference.

Instance Methods

allowsScrollingReturns a Boolean value indicating whether users can scroll.
documentViewReturns the subview that displays the web content.
setAllowsScrolling:Sets whether the frame view should allow users to scroll.
webFrameReturns the web frame.

WebHistory (New)

Complete reference information is available in the WebHistory reference.

Class Methods

optionalSharedHistoryReturns a shared web history object, if one exists.
setOptionalSharedHistory:Sets the web history object to share.

Instance Methods

addItems:Inserts or updates the specified items in the web history.
itemForURL:Returns the web history item that corresponds to the specified web location.
loadFromURL:error:Loads the contents of the specified web history file.
orderedItemsLastVisitedOnDay:Returns web history items that were last visited on the specified date.
orderedLastVisitedDaysReturns all calendar days represented in the web history.
removeAllItemsRemoves all items from the web history.
removeItems:Removes the specified items from the web history.
saveToURL:error:Saves the web history to the specified file.

WebHistoryItem (New)

Complete reference information is available in the WebHistoryItem reference.

Instance Methods

alternateTitleReturns an alternate title that may be used in place of the receiver’s page title.
iconReturns the icon for the receiver’s page, or nil if none exists.
initWithURLString:title:lastVisitedTimeInterval:Initializes the receiver with a URL,URLString, a title specified by title and the last time this item was visited specified by time title, and time last visited.
lastVisitedTimeIntervalReturns the last time and date the receiver’s page was visited.
originalURLStringReturns the string representation of the original URL for the receiver’s page.
setAlternateTitle:Sets an alternate title for a page.
titleReturns the receiver’s original page title.
URLStringReturns the string representation of the URL for the receiver’s page.

WebPreferences (New)

Complete reference information is available in the WebPreferences reference.

Class Methods

standardPreferencesReturns the standard set of preferences that may be used by all WebView objects.

Instance Methods

allowsAnimatedImageLoopingReturns whether or not the web view allows animated images to loop.
allowsAnimatedImagesReturns whether or not the web view allows animated images.
arePlugInsEnabledReturns whether or not the web view allows plug-ins.
autosavesReturns whether or not the receiver’s attributes are automatically stored in the user defaults database.
cursiveFontFamilyReturns the cursive font family for the web view.
defaultFixedFontSizeReturns the default fixed font size for the web view.
defaultFontSizeReturns the default font size for the web view.
defaultTextEncodingNameReturns the default text encoding for the web view.
fantasyFontFamilyReturns the fantasy font family for the web view.
fixedFontFamilyReturns the fixed font family for the web view.
identifierReturns the receiver’s identifier.
initWithIdentifier:Returns an initialized WebPreferences object, creating one if it does not exist.
isJavaEnabledReturns whether or not Java is enabled for the web view.
isJavaScriptEnabledReturns whether or not JavaScript is enabled for the web view.
javaScriptCanOpenWindowsAutomaticallyReturns whether or not JavaScript can open windows automatically for the web view.
loadsImagesAutomaticallyReturns whether images are loaded automatically for the web view.
minimumFontSizeReturns the minimum font size for the web view.
minimumLogicalFontSizeReturns the minimum logical font size for the web view.
sansSerifFontFamilyReturns the sans serif font family for the web view.
serifFontFamilyReturns the serif font family for the web view.
setAllowsAnimatedImageLooping:Sets whether or not the receiver allows animated images to loop.
setAllowsAnimatedImages:Sets whether or not the receiver allows animated images.
setAutosaves:Sets whether or not the receiver’s attributes are stored in the user defaults database.
setCursiveFontFamily:Sets the cursive font family of the web view.
setDefaultFixedFontSize:Sets the default fixed font size of the web view.
setDefaultFontSize:Sets the default font size of the web view.
setDefaultTextEncodingName:Sets the default text encoding of the web view.
setFantasyFontFamily:Sets the fantasy font family of the web view.
setFixedFontFamily:Sets the fixed font family of the web view.
setJavaEnabled:Sets whether or not the web view allows Java.
setJavaScriptCanOpenWindowsAutomatically:Sets whether or not the web view allows JavaScript to open windows automatically.
setJavaScriptEnabled:Sets whether or not the web view allows JavaScript.
setLoadsImagesAutomatically:Sets whether or not the web view allows images to be loaded automatically.
setMinimumFontSize:Sets the minimum font size of the web view.
setMinimumLogicalFontSize:Sets the minimum logical font size of the web view.
setPlugInsEnabled:Sets whether or not the web view allows plug-ins.
setSansSerifFontFamily:Sets the sans serif font family of the web view.
setSerifFontFamily:Sets the serif font family of the web view.
setShouldPrintBackgrounds:Sets whether or not the web view should include backgrounds when printing.
setStandardFontFamily:Sets the standard font family of the web view.
setUserStyleSheetEnabled:Sets whether or not user style sheets are enabled in the web view.
setUserStyleSheetLocation:Sets the location of the user style sheet.
shouldPrintBackgroundsReturns whether the web view should include backgrounds when printing.
standardFontFamilyReturns the standard font family used by the web view.
userStyleSheetEnabledReturns whether user style sheets are enabled in the web view.
userStyleSheetLocationReturns the location of the user style sheet.

WebView (New)

Complete reference information is available in the WebView reference.

Class Methods

canShowMIMEType:Returns whether the receiver can display content of a given MIME type.
canShowMIMETypeAsHTML:Returns whether the receiver interprets a MIME type as HTML.
registerViewClass:representationClass:forMIMEType:Specifies the view and representation objects to be used for specific MIME types.

Instance Methods

applicationNameForUserAgentReturns the receiver’s application name that is used in the user-agent string.
backForwardListReturns the receiver’s back-forward list.
canGoBackReturns whether the previous location can be loaded.
canGoForwardReturns whether the next location can be loaded.
canMakeTextLargerReturns whether the text can be made larger.
canMakeTextSmallerReturns whether the text can be made smaller.
customTextEncodingNameReturns the custom text encoding name.
customUserAgentReturns the receiver’s custom user-agent string.
downloadDelegateReturn the receiver’s download delegate.
estimatedProgressReturns an estimate, as a percentage, of the amount of content that is currently loaded.
frameLoadDelegateReturn the receiver’s frame load delegate.
goBackLoads the previous location in the back-forward list.
goBack:An action method that loads the previous location in the back-forward list.
goForwardLoads the next location in the back-forward list.
goForward:An action method that loads the next location in the back-forward list.
goToBackForwardItem:Loads a specific location from the back-forward list and sets it as the current item.
groupNameReturns the receiver’s group name.
hostWindowReturns the receiver’s host window.
initWithFrame:frameName:groupName:Initializes the receiver with a frame rectangle, frame name, and group name.
mainFrameReturns the main frame, the root of the web frame hierarchy for this page.
makeTextLarger:Action method that increases the text size by one unit.
makeTextSmaller:Action method that reduces the text size by one unit.
policyDelegateReturns the receiver's policy delegate.
preferencesReturns the receiver’s preferences.
preferencesIdentifierReturns the identifier of the receiver’s preferences.
reload:An action method that reloads the current page.
resourceLoadDelegateReturns the receiver’s resource load delegate.
searchFor:direction:caseSensitive:wrap:Searches a document view for a string and highlights it if it is found.
setApplicationNameForUserAgent:Sets the application name used in the user-agent string.
setCustomTextEncodingName:Sets the custom text encoding name.
setCustomUserAgent:Sets the receiver’s custom user-agent string.
setDownloadDelegate:Sets the receiver's shared download delegate.
setFrameLoadDelegate:Sets the receiver's frame load delegate.
setGroupName:Sets the receiver's group name.
setHostWindow:Sets the receiver's host window.
setMaintainsBackForwardList:Sets whether to use a back-forward list.
setPolicyDelegate:Sets the receiver's policy delegate.
setPreferences:Sets the receiver’s preferences.
setPreferencesIdentifier:Sets the receiver's preferences identifier, creating a preferences object if needed.
setResourceLoadDelegate:Sets the receiver's resource load delegate.
setTextSizeMultiplier:Change the font size multiplier for text displayed in web frame view objects managed by the receiver.
setUIDelegate:Sets the receiver's user interface delegate.
stopLoading:An action method that stops the loading of any web frame content managed by the receiver.
stringByEvaluatingJavaScriptFromString:Returns the result of running a script.
supportsTextEncodingReturns whether the document view supports different text encodings.
takeStringURLFrom:Sets the receiver’s current location by obtaining a URL string from the sender.
textSizeMultiplierReturns the font size multiplier for text displayed in web frame view objects managed by the receiver.
UIDelegateReturns the receiver's user interface delegate.
userAgentForURL:Returns the appropriate user-agent string for a given URL.

Protocols

All of the protocols with new symbols are listed alphabetically, with their new methods described.

WebDocumentRepresentation (New)

Complete reference information is available in the WebDocumentRepresentation reference.

Instance Methods

canProvideDocumentSourceReturns whether the receiver can provide content source. (required)
documentSourceReturns the receiver’s source as text. (required)
finishedLoadingWithDataSource:Invoked when a data source finishes loading its content. (required)
receivedData:withDataSource:Invoked when a data source has received some data. (required)
receivedError:withDataSource:Invoked when a data source receives an error loading its content. (required)
setDataSource:Sets the receiver’s data source. (required)
titleReturns the receiver’s document title. (required)

WebDocumentSearching (New)

Complete reference information is available in the WebDocumentSearching reference.

Instance Methods

searchFor:direction:caseSensitive:wrap:Searches for a string in a given direction from the current position. (required)

WebDocumentText (New)

Complete reference information is available in the WebDocumentText reference.

Instance Methods

attributedStringReturns the entire content of the web document as an attributed string. (required)
deselectAllDeselects the currently selected text in the web document. (required)
selectAllSelects all the text in the web document. (required)
selectedAttributedStringReturns the currently selected text in the web document as an attributed string. (required)
selectedStringReturns the currently selected text in the web document as a string. (required)
stringReturns the entire content of the web document as a string. (required)
supportsTextEncodingReturns a Boolean value that indicates whether the web document supports text encoding. (required)

WebDocumentView (New)

Complete reference information is available in the WebDocumentView reference.

Instance Methods

dataSourceUpdated:Invoked when additional data has been received. (required)
layoutInvoked when the receiver should change its layout immediately. (required)
setDataSource:Invoked when the data source for this document has been changed. (required)
setNeedsLayout:Sets whether or not the receiver should change its layout. (required)
viewDidMoveToHostWindowInvoked when a web view's host window is set. (required)
viewWillMoveToHostWindow:Invoked when a web view’s host window is about to change. (required)

WebOpenPanelResultListener (New)

Complete reference information is available in the WebOpenPanelResultListener reference.

Instance Methods

cancelInvoked when a file open operation was cancelled. (required)
chooseFilename:Displays a file open panel and returns the selected filename. (required)

WebPolicyDecisionListener (New)

Complete reference information is available in the WebPolicyDecisionListener reference.

Instance Methods

downloadTells the listener to download the resource instead of displaying it. (required)
ignoreTells the listener to ignore the resource. (required)
useTells the listener to use the resource. (required)

C Symbols

All of the header files with new symbols are listed alphabetically, with their new symbols described.

CarbonUtils.h

Functions

All of the new functions in this header file are listed alphabetically, with links to documentation and abstracts, if available.

WebConvertNSImageToCGImageRefCreates a Core Graphics image from a Cocoa NSImage.
WebInitForCarbonInitializes the WebKit.

HIWebView.h

Functions

All of the new functions in this header file are listed alphabetically, with links to documentation and abstracts, if available.

HIWebViewCreateCreates an HIView-based container for web content.
HIWebViewGetWebViewObtains the Cocoa NSView associated with the web view.

WebHistory.h

Data Types & Constants

All of the new data types and constants in this header file are listed alphabetically, with links to documentation and abstracts, if available.

WebHistoryAllItemsRemovedNotificationPosted when all history items have been removed from the web history.
WebHistoryItemsAddedNotificationPosted when history items have been added to a web history.
WebHistoryItemsKeyThe key to access an array containing the added or removed web history items.
WebHistoryItemsRemovedNotificationPosted when items have been removed from the web history.
WebHistoryLoadedNotificationPosted when web history items have been loaded from a URL.
WebHistorySavedNotificationPosted when web history items have been saved to a URL.

WebHistoryItem.h

Data Types & Constants

All of the new data types and constants in this header file are listed alphabetically, with links to documentation and abstracts, if available.

WebHistoryItemChangedNotificationPosted by a WebHistoryItem object when the value of the history item’s title, alternate title, URL strings, or last visited interval changes.

WebKitErrors.h

Data Types & Constants

All of the new data types and constants in this header file are listed alphabetically, with links to documentation and abstracts, if available.

WebKitErrorCannotFindPlugin
WebKitErrorCannotLoadPlugin
WebKitErrorCannotShowMIMETypeIndicates that a MIME type is not supported.
WebKitErrorCannotShowURLIndicates a failure in changing a location.
WebKitErrorDomainA string used by NSError to indicate that the error was originated by a WebKit class.
WebKitErrorFrameLoadInterruptedByPolicyChangeIndicates that a frame load was interrupted by a policy change.
WebKitErrorJavaUnavailableIndicates that Java is unavailable.
WebKitErrorMIMETypeKeyA dictionary key whose value is a string of the TYPE attribute.
WebKitErrorPlugInNameKeyA dictionary key whose value is a string containing the plug-in's name.
WebKitErrorPlugInPageURLStringKeyA dictionary key whose value is a URL string of the PLUGINSPAGE attribute.

WebPolicyDelegate.h

Data Types & Constants

All of the new data types and constants in this header file are listed alphabetically, with links to documentation and abstracts, if available.

WebActionButtonKeyAn NSNumber object where 0 indicates the left button, 1 indicates the middle button, and 2 indicates the right button. In Mac OS X v10.6, the value changed from an event type.
WebActionElementKeyA dictionary containing element information. See WebView Class Reference for a description of the key-value pairs in this dictionary.
WebActionModifierFlagsKeyAn unsigned number that indicates the modifier flag.
WebActionNavigationTypeKeyThe navigation type of the action. Can be any of the values defined in “WebNavigationType” below.
WebActionOriginalURLKeyThe URL that initiated the action.
WebNavigationTypePossible values for the WebActionNavigationTypeKey key that appears in an action dictionary.
WebNavigationTypeBackForwardThe user clicked back or forward button.
WebNavigationTypeFormResubmittedA form was resubmitted (through a back, forward or reload action).
WebNavigationTypeFormSubmittedA form was submitted.
WebNavigationTypeLinkClickedA link (an href) was clicked.
WebNavigationTypeOtherNavigation is taking place for some other reason.
WebNavigationTypeReloadThe user hit the reload button.

WebPreferences.h

Data Types & Constants

All of the new data types and constants in this header file are listed alphabetically, with links to documentation and abstracts, if available.

WebPreferencesChangedNotificationPosted when the web preference settings are changed.

WebUIDelegate.h

Data Types & Constants

All of the new data types and constants in this header file are listed alphabetically, with links to documentation and abstracts, if available.

WebMenuItemTagCopyCopy the element to the clipboard.
WebMenuItemTagCopyImageToClipboardCopy the image to the clipboard.
WebMenuItemTagCopyLinkToClipboardCopy the link to the clipboard.
WebMenuItemTagDownloadImageToDiskDownload the image to disk.
WebMenuItemTagDownloadLinkToDiskDownload the link to a disk.
WebMenuItemTagOpenFrameInNewWindowOpen the frame in a new window.
WebMenuItemTagOpenImageInNewWindowOpen the image in a new window.
WebMenuItemTagOpenLinkInNewWindowOpen the link in a new window.

WebView.h

Data Types & Constants

All of the new data types and constants in this header file are listed alphabetically, with links to documentation and abstracts, if available.

WebElementFrameKeyThe WebFrame object associated with this element.
WebElementImageAltStringKeyAn NSString of the ALT attribute of an image element.
WebElementImageKeyAn NSImage representing an image element.
WebElementImageRectKeyAn NSValue containing an NSRect, the size of an image element.
WebElementImageURLKeyAn NSURL containing the location of an image element.
WebElementIsSelectedKeyAn NSNumber used as a BOOL value to indicate whether a text element is selected or not. Zero value indicates false, true otherwise.
WebElementLinkLabelKeyAn NSString containing the text within an anchor.
WebElementLinkTargetFrameKeyThe WebFrame object associated with the target of the anchor.
WebElementLinkTitleKeyAn NSString containing the title of an anchor.
WebElementLinkURLKeyAn NSURL containing the location of a link if the element is within an anchor.
WebViewProgressEstimateChangedNotificationPosted by a WebView object when the estimated progress value of a load changes.
WebViewProgressFinishedNotificationPosted by a WebView object when the load has finished.
WebViewProgressStartedNotificationPosted by a WebView object when a load begins, including a load that is initiated in a subframe.


Last updated: 2009-08-28

Did this document help you? Yes It's good, but... Not helpful...