From 65f03d4f644ce73618e5f4f50dd694b26f55ae12 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Fri, 13 May 2011 16:23:25 +0100 Subject: Merge WebKit at r75993: Initial merge by git. Change-Id: I602bbdc3974787a3b0450456a30a7868286921c3 --- .../WebJavaScriptTextInputPanel.nib/classes.nib | 191 +++++++++++++++++++++ .../WebJavaScriptTextInputPanel.nib/info.nib | 18 ++ .../keyedobjects.nib | Bin 0 -> 5291 bytes 3 files changed, 209 insertions(+) create mode 100644 Source/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/classes.nib create mode 100644 Source/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/info.nib create mode 100644 Source/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/keyedobjects.nib (limited to 'Source/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib') diff --git a/Source/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/classes.nib b/Source/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/classes.nib new file mode 100644 index 0000000..01cac38 --- /dev/null +++ b/Source/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/classes.nib @@ -0,0 +1,191 @@ + + + + + IBClasses + + + CLASS + NSControl + LANGUAGE + ObjC + SUPERCLASS + NSView + + + ACTIONS + + webViewClose + WebView + webViewFocus + WebView + webViewRunModal + WebView + webViewShow + WebView + webViewUnfocus + WebView + + CLASS + NSObject + LANGUAGE + ObjC + + + CLASS + NSWindow + LANGUAGE + ObjC + SUPERCLASS + NSResponder + + + CLASS + NonBlockingPanel + LANGUAGE + ObjC + SUPERCLASS + NSPanel + + + ACTIONS + + _openFrameInNewWindowFromMenu + NSMenuItem + _searchWithGoogleFromMenu + id + _searchWithSpotlightFromMenu + id + alignCenter + id + alignJustified + id + alignLeft + id + alignRight + id + changeAttributes + id + changeColor + id + changeDocumentBackgroundColor + id + changeFont + id + checkSpelling + id + copy + id + copyFont + id + cut + id + delete + id + goBack + id + goForward + id + makeTextLarger + id + makeTextSmaller + id + makeTextStandardSize + id + moveToBeginningOfSentence + id + moveToBeginningOfSentenceAndModifySelection + id + moveToEndOfSentence + id + moveToEndOfSentenceAndModifySelection + id + outdent + id + paste + id + pasteAsPlainText + id + pasteAsRichText + id + pasteFont + id + performFindPanelAction + id + reload + id + resetPageZoom + id + selectSentence + id + showGuessPanel + id + startSpeaking + id + stopLoading + id + stopSpeaking + id + takeStringURLFrom + id + toggleContinuousSpellChecking + id + toggleGrammarChecking + id + toggleSmartInsertDelete + id + zoomPageIn + id + zoomPageOut + id + + CLASS + WebView + LANGUAGE + ObjC + SUPERCLASS + NSView + + + CLASS + NSView + LANGUAGE + ObjC + SUPERCLASS + NSResponder + + + CLASS + FirstResponder + LANGUAGE + ObjC + SUPERCLASS + NSObject + + + ACTIONS + + pressedCancel + id + pressedOK + id + + CLASS + WebJavaScriptTextInputPanel + LANGUAGE + ObjC + OUTLETS + + prompt + NSTextField + textInput + NSTextField + + SUPERCLASS + NSWindowController + + + IBVersion + 1 + + diff --git a/Source/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/info.nib b/Source/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/info.nib new file mode 100644 index 0000000..23c8eb6 --- /dev/null +++ b/Source/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/info.nib @@ -0,0 +1,18 @@ + + + + + IBFramework Version + 629 + IBLastKnownRelativeProjectPath + ../../WebKit.xcodeproj + IBOldestOS + 5 + IBOpenObjects + + IBSystem Version + 9C7010 + targetFramework + IBCocoaFramework + + diff --git a/Source/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/keyedobjects.nib b/Source/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/keyedobjects.nib new file mode 100644 index 0000000..f4924f4 Binary files /dev/null and b/Source/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/keyedobjects.nib differ -- cgit v1.1