Mac OS X Reference Library Apple Developer Connection spyglass button

10.6 Symbol Changes

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

Classes

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

DOMCSSStyleSheet

Complete reference information is available in the DOMCSSStyleSheet reference.

Instance Methods

addRule:style:index:
removeRule:
rules

DOMDocument

Complete reference information is available in the DOMDocument reference.

Instance Methods

anchors
applets
body
characterSet
charset
cookie
defaultCharset
documentURI
domain
elementFromPoint:y:
execCommand:
execCommand:userInterface:
execCommand:userInterface:value:
forms
getElementsByClassName:
getElementsByName:
images
inputEncoding
lastModified
links
preferredStylesheetSet
queryCommandEnabled:
queryCommandIndeterm:
queryCommandState:
queryCommandSupported:
queryCommandValue:
querySelector:
querySelectorAll:
readyState
referrer
selectedStylesheetSet
title
URL
xmlEncoding
xmlStandalone
xmlVersion

DOMElement

Complete reference information is available in the DOMElement reference.

Instance Methods

childElementCount
clientLeft
clientTop
contains:
firstElementChild
getElementsByClassName:
innerText
lastElementChild
nextElementSibling
previousElementSibling
querySelector:
querySelectorAll:
scrollByLines:
scrollByPages:

DOMEvent

Complete reference information is available in the DOMEvent reference.

Instance Methods

cancelBubble
returnValue
srcElement

DOMFile (New)

Complete reference information is available in the DOMFile reference.

Instance Methods

fileName
fileSize

DOMFileList (New)

Complete reference information is available in the DOMFileList reference.

Instance Methods

item:
length

DOMHTMLAnchorElement

Complete reference information is available in the DOMHTMLAnchorElement reference.

Instance Methods

hashName
host
hostname
pathname
port
protocol
search
text

DOMHTMLAreaElement

Complete reference information is available in the DOMHTMLAreaElement reference.

Instance Methods

hashName
host
hostname
pathname
port
protocol
search

DOMHTMLButtonElement

Complete reference information is available in the DOMHTMLButtonElement reference.

Instance Methods

autofocus
click
willValidate

DOMHTMLCollection

Complete reference information is available in the DOMHTMLCollection reference.

Instance Methods

tags:

DOMHTMLDocument

Complete reference information is available in the DOMHTMLDocument reference.

Instance Methods

activeElement
alinkColor
bgColor
captureEvents
clear
compatMode
designMode
dir
embeds
fgColor
hasFocus
height
linkColor
plugins
releaseEvents
scripts
vlinkColor
width

DOMHTMLElement

Complete reference information is available in the DOMHTMLElement reference.

Instance Methods

tabIndex

DOMHTMLFormElement

Complete reference information is available in the DOMHTMLFormElement reference.

Instance Methods

encoding

DOMHTMLFrameElement

Complete reference information is available in the DOMHTMLFrameElement reference.

Instance Methods

contentWindow
height
location
width

DOMHTMLIFrameElement

Complete reference information is available in the DOMHTMLIFrameElement reference.

Instance Methods

contentWindow

DOMHTMLImageElement

Complete reference information is available in the DOMHTMLImageElement reference.

Instance Methods

complete
lowsrc
naturalHeight
naturalWidth
x
y

DOMHTMLInputElement

Complete reference information is available in the DOMHTMLInputElement reference.

Instance Methods

autofocus
files
indeterminate
multiple
selectionEnd
selectionStart
setSelectionRange:end:
willValidate

DOMHTMLLinkElement

Complete reference information is available in the DOMHTMLLinkElement reference.

Instance Methods

sheet

DOMHTMLOptionsCollection

Complete reference information is available in the DOMHTMLOptionsCollection reference.

Instance Methods

add:index:
remove:
selectedIndex

DOMHTMLPreElement

Complete reference information is available in the DOMHTMLPreElement reference.

Instance Methods

wrap

DOMHTMLSelectElement

Complete reference information is available in the DOMHTMLSelectElement reference.

Instance Methods

autofocus
item:
namedItem:
willValidate

DOMHTMLStyleElement

Complete reference information is available in the DOMHTMLStyleElement reference.

Instance Methods

sheet

DOMHTMLTextAreaElement

Complete reference information is available in the DOMHTMLTextAreaElement reference.

Instance Methods

autofocus
selectionEnd
selectionStart
setSelectionRange:end:
willValidate

DOMKeyboardEvent

Complete reference information is available in the DOMKeyboardEvent reference.

Instance Methods

altGraphKey
initKeyboardEvent:canBubble:cancelable: view:keyIdentifier:keyLocation:ctrlKey: altKey:shiftKey:metaKey:
initKeyboardEvent:canBubble:cancelable: view:keyIdentifier:keyLocation:ctrlKey: altKey:shiftKey:metaKey:altGraphKey:

DOMMouseEvent

Complete reference information is available in the DOMMouseEvent reference.

Instance Methods

fromElement
offsetX
offsetY
toElement
x
y

DOMNode

Complete reference information is available in the DOMNode reference.

Instance Methods

baseURI
compareDocumentPosition:
isContentEditable
isDefaultNamespace:
lookupNamespaceURI:
lookupPrefix:
parentElement

DOMNodeIterator

Complete reference information is available in the DOMNodeIterator reference.

Instance Methods

pointerBeforeReferenceNode
referenceNode

DOMProcessingInstruction

Complete reference information is available in the DOMProcessingInstruction reference.

Instance Methods

sheet

DOMProgressEvent (New)

Complete reference information is available in the DOMProgressEvent reference.

Instance Methods

initProgressEvent:canBubbleArg:cancelableArg: lengthComputableArg:loadedArg:totalArg:
lengthComputable
loaded
total

DOMRange

Complete reference information is available in the DOMRange reference.

Instance Methods

compareNode:
comparePoint:offset:
createContextualFragment:
intersectsNode:
isPointInRange:offset:

DOMText

Complete reference information is available in the DOMText reference.

Instance Methods

replaceWholeText:
wholeText

DOMUIEvent

Complete reference information is available in the DOMUIEvent reference.

Instance Methods

charCode
keyCode
layerX
layerY
pageX
pageY
which

DOMWheelEvent

Complete reference information is available in the DOMWheelEvent reference.

Instance Methods

initWheelEvent:wheelDeltaY:view:screenX:screenY: clientX:clientY:ctrlKey:altKey:shiftKey:metaKey:
offsetX
offsetY
wheelDeltaX
wheelDeltaY
x
y

NSObject

Complete reference information is available in the NSObject reference.

Instance Methods

webPlugInMainResourceDidFailWithError:Invoked when an error occurs loading the main resource. (required)
webPlugInMainResourceDidFinishLoadingInvoked when the connection successfully finishes loading data. (required)
webPlugInMainResourceDidReceiveData:Invoked when the connection loads data incrementally. (required)
webPlugInMainResourceDidReceiveResponse:Invoked when the connection receives sufficient data to construct the URL response for its request. (required)
webView: runOpenPanelForFileButtonWithResultListener: allowMultipleFiles:Displays an open panel for a file input control. (required)

WebFrame

Complete reference information is available in the WebFrame reference.

Instance Methods

reloadFromOriginPerforms an end-to-end revalidation using cache-validating conditionals if possible.

WebView

Complete reference information is available in the WebView reference.

Instance Methods

reloadFromOrigin:Action method that performs an end-to-end revalidation using cache-validating conditionals if possible.
setShouldUpdateWhileOffscreen:Sets whether the web view should update even when it is not in a window that is currently visible.
shouldUpdateWhileOffscreenReturns whether the web view should update even when it is not visible.

Protocols

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

WebOpenPanelResultListener

Complete reference information is available in the WebOpenPanelResultListener reference.

Instance Methods

chooseFilenames:Displays a file open panel and returns the multiple selected filenames. (required)

C Symbols

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

DOMCSSRule.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.

DOM_VARIABLES_RULE
DOM_WEBKIT_KEYFRAME_RULE
DOM_WEBKIT_KEYFRAMES_RULE

DOMException.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.

DOMExceptionCode

DOMNode.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.

DOM_DOCUMENT_POSITION_CONTAINED_BY
DOM_DOCUMENT_POSITION_CONTAINS
DOM_DOCUMENT_POSITION_DISCONNECTED
DOM_DOCUMENT_POSITION_FOLLOWING
DOM_DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
DOM_DOCUMENT_POSITION_PRECEDING

WebPluginViewFactory.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.

WebPlugInShouldLoadMainResourceKeyA Boolean value indicating whether the plug-in should load its own main resource (the src URL, in most cases). If YES, the plug-in should load its own main resource. If NO, the plug-in uses the data provided by WebKit and the webPlugInMainResource-
DidReceiveData: message is sent to the plug-in when data is received. The default value is NO.

npapi.h

Functions

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

NPN_ConvertPoint
NPN_GetAuthenticationInfo
NPN_GetValueForURL
NPN_PluginThreadAsyncCall
NPN_PopUpContextMenu
NPN_ScheduleTimer
NPN_SetValueForURL
NPN_UnscheduleTimer

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.

NP_NO_CARBON
NP_NO_QUICKDRAW
NPCocoaEvent
NPCocoaEventDrawRect
NPCocoaEventFlagsChanged
NPCocoaEventFocusChanged
NPCocoaEventKeyDown
NPCocoaEventKeyUp
NPCocoaEventMouseDown
NPCocoaEventMouseDragged
NPCocoaEventMouseEntered
NPCocoaEventMouseExited
NPCocoaEventMouseMoved
NPCocoaEventMouseUp
NPCocoaEventScrollWheel
NPCocoaEventTextInput
NPCocoaEventType
NPCocoaEventWindowFocusChanged
NPCoordinateSpace
NPCoordinateSpaceFlippedScreen
NPCoordinateSpaceFlippedWindow
NPCoordinateSpacePlugin
NPCoordinateSpaceScreen
NPCoordinateSpaceWindow
NPDrawingModelCoreAnimation
NPEventModel
NPEventModelCarbon
NPEventModelCocoa
NPMenu
NPNSMenu
NPNSString
NPNSWindow
NPNURLVariable
NPNURLVCookie
NPNURLVProxy
NPNVprivateModeBool
NPNVsupportsCarbonBool
NPNVsupportsCocoaBool
NPNVsupportsCoreAnimationBool
NPNVSupportsWindowless
NPPVpluginCancelSrcStream
NPPVpluginCoreAnimationLayer
NPPVpluginDrawingModel
NPPVpluginEventModel
NPPVpluginPrivateModeBool
NPPVpluginUrlRequestsDisplayedBool
NPPVpluginWantsAllNetworkStreams
NPVERS_HAS_ALL_NETWORK_STREAMS
NPVERS_HAS_CANCEL_SRC_STREAM
NPVERS_HAS_PLUGIN_THREAD_ASYNC_CALL
NPVERS_HAS_PRIVATE_MODE
NPVERS_HAS_URL_AND_AUTH_INFO
NPVERS_MACOSX_HAS_EVENT_MODELS

npfunctions.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.

EXPORTED_CALLBACK
NPN_ConstructProcPtr
NPN_ConvertPointProcPtr
NPN_GetAuthenticationInfoProcPtr
NPN_GetValueForURLProcPtr
NPN_PluginThreadAsyncCallProcPtr
NPN_PopUpContextMenuProcPtr
NPN_ScheduleTimerProcPtr
NPN_SetValueForURLProcPtr
NPN_UnscheduleTimerProcPtr

npruntime.h

Functions

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

NPN_Construct

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.

NP_CLASS_STRUCT_VERSION_CTOR
NP_CLASS_STRUCT_VERSION_HAS_CTOR
NPConstructFunctionPtr


Last updated: 2009-08-28

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