diff --git a/camino/Camino.xcodeproj/project.pbxproj b/camino/Camino.xcodeproj/project.pbxproj index dbbef645cac..81ae77be7c9 100644 --- a/camino/Camino.xcodeproj/project.pbxproj +++ b/camino/Camino.xcodeproj/project.pbxproj @@ -1207,6 +1207,14 @@ 82CE28C0073661F600B4DE07 /* EditorOverride.css in Copy Gecko Resources */ = {isa = PBXBuildFile; fileRef = 82CE28BD073661E300B4DE07 /* EditorOverride.css */; }; 82CE28C7073662B400B4DE07 /* composer.xpt in Copy Component XPTs */ = {isa = PBXBuildFile; fileRef = 82CE28C40736625800B4DE07 /* composer.xpt */; }; 82CE28CB0736634A00B4DE07 /* txmgr.xpt in Copy Component XPTs */ = {isa = PBXBuildFile; fileRef = 82CE28C80736633900B4DE07 /* txmgr.xpt */; }; + C79573880D35314D0028A773 /* XMLSearchPluginParser.mm in Sources */ = {isa = PBXBuildFile; fileRef = C79573840D35314D0028A773 /* XMLSearchPluginParser.mm */; }; + C79573890D35314D0028A773 /* XMLSearchPluginParser.h in Headers */ = {isa = PBXBuildFile; fileRef = C79573850D35314D0028A773 /* XMLSearchPluginParser.h */; }; + C795738A0D35314D0028A773 /* OpenSearchParser.mm in Sources */ = {isa = PBXBuildFile; fileRef = C79573860D35314D0028A773 /* OpenSearchParser.mm */; }; + C795738B0D35314D0028A773 /* OpenSearchParser.h in Headers */ = {isa = PBXBuildFile; fileRef = C79573870D35314D0028A773 /* OpenSearchParser.h */; }; + C795738C0D35314D0028A773 /* XMLSearchPluginParser.mm in Sources */ = {isa = PBXBuildFile; fileRef = C79573840D35314D0028A773 /* XMLSearchPluginParser.mm */; }; + C795738D0D35314D0028A773 /* XMLSearchPluginParser.h in Headers */ = {isa = PBXBuildFile; fileRef = C79573850D35314D0028A773 /* XMLSearchPluginParser.h */; }; + C795738E0D35314D0028A773 /* OpenSearchParser.mm in Sources */ = {isa = PBXBuildFile; fileRef = C79573860D35314D0028A773 /* OpenSearchParser.mm */; }; + C795738F0D35314D0028A773 /* OpenSearchParser.h in Headers */ = {isa = PBXBuildFile; fileRef = C79573870D35314D0028A773 /* OpenSearchParser.h */; }; C7FF536C0D35281F00194776 /* search_editor_bottom_background.png in Resources */ = {isa = PBXBuildFile; fileRef = C7FF536A0D35281F00194776 /* search_editor_bottom_background.png */; }; C7FF536D0D35281F00194776 /* search_editor_action.png in Resources */ = {isa = PBXBuildFile; fileRef = C7FF536B0D35281F00194776 /* search_editor_action.png */; }; C7FF536E0D35281F00194776 /* search_editor_bottom_background.png in Resources */ = {isa = PBXBuildFile; fileRef = C7FF536A0D35281F00194776 /* search_editor_bottom_background.png */; }; @@ -2671,6 +2679,10 @@ A7D88E6A0465D9F800A80196 /* suitetypeaheadfind.xpt */ = {isa = PBXFileReference; lastKnownFileType = file; name = suitetypeaheadfind.xpt; path = ../extensions/typeaheadfind/public/_xpidlgen/suitetypeaheadfind.xpt; sourceTree = SOURCE_ROOT; }; A7E5D960041A07C900A967F8 /* libi18n.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libi18n.a; path = ../intl/build/libi18n.a; sourceTree = SOURCE_ROOT; }; A7FD31C90466004E00A80196 /* libsuitetypeaheadfind.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libsuitetypeaheadfind.a; path = ../extensions/typeaheadfind/src/libsuitetypeaheadfind.a; sourceTree = SOURCE_ROOT; }; + C79573840D35314D0028A773 /* XMLSearchPluginParser.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = XMLSearchPluginParser.mm; path = src/websearch/XMLSearchPluginParser.mm; sourceTree = ""; }; + C79573850D35314D0028A773 /* XMLSearchPluginParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XMLSearchPluginParser.h; path = src/websearch/XMLSearchPluginParser.h; sourceTree = ""; }; + C79573860D35314D0028A773 /* OpenSearchParser.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = OpenSearchParser.mm; path = src/websearch/OpenSearchParser.mm; sourceTree = ""; }; + C79573870D35314D0028A773 /* OpenSearchParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OpenSearchParser.h; path = src/websearch/OpenSearchParser.h; sourceTree = ""; }; C7FF536A0D35281F00194776 /* search_editor_bottom_background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = search_editor_bottom_background.png; path = chrome/search_editor_bottom_background.png; sourceTree = ""; }; C7FF536B0D35281F00194776 /* search_editor_action.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = search_editor_action.png; path = chrome/search_editor_action.png; sourceTree = ""; }; C7FF53710D35285400194776 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = resources/localized/English.lproj/SearchEngineEditor.nib; sourceTree = ""; }; @@ -3909,16 +3921,44 @@ name = Midas; sourceTree = ""; }; - C7FF53690D3527F400194776 /* Web Search */ = { + C795737B0D35310B0028A773 /* Backend */ = { isa = PBXGroup; children = ( C7FF537A0D3528B700194776 /* SearchEngineManager.h */, C7FF53790D3528B700194776 /* SearchEngineManager.mm */, + ); + name = Backend; + sourceTree = ""; + }; + C795737C0D3531100028A773 /* Plug-ins */ = { + isa = PBXGroup; + children = ( + C79573870D35314D0028A773 /* OpenSearchParser.h */, + C79573860D35314D0028A773 /* OpenSearchParser.mm */, + C79573850D35314D0028A773 /* XMLSearchPluginParser.h */, + C79573840D35314D0028A773 /* XMLSearchPluginParser.mm */, + ); + name = "Plug-ins"; + sourceTree = ""; + }; + C795737E0D35311B0028A773 /* UI */ = { + isa = PBXGroup; + children = ( C7FF537C0D3528B700194776 /* SearchEngineEditor.h */, C7FF537B0D3528B700194776 /* SearchEngineEditor.mm */, 00335B8B0C655ABC00A607F2 /* WebSearchField.h */, 00335B8C0C655ABC00A607F2 /* WebSearchField.mm */, ); + name = UI; + sourceTree = ""; + }; + C7FF53690D3527F400194776 /* Web Search */ = { + isa = PBXGroup; + children = ( + C795737B0D35310B0028A773 /* Backend */, + C795737E0D35311B0028A773 /* UI */, + C795737C0D3531100028A773 /* Plug-ins */, + ); name = "Web Search"; sourceTree = ""; }; @@ -4818,6 +4858,8 @@ 33E95A770D31B6FA0054C01D /* CHCookieStorage.h in Headers */, C7FF537E0D3528B700194776 /* SearchEngineManager.h in Headers */, C7FF53800D3528B700194776 /* SearchEngineEditor.h in Headers */, + C79573890D35314D0028A773 /* XMLSearchPluginParser.h in Headers */, + C795738B0D35314D0028A773 /* OpenSearchParser.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4994,6 +5036,8 @@ 33E95A790D31B6FA0054C01D /* CHCookieStorage.h in Headers */, C7FF53820D3528B700194776 /* SearchEngineManager.h in Headers */, C7FF53840D3528B700194776 /* SearchEngineEditor.h in Headers */, + C795738D0D35314D0028A773 /* XMLSearchPluginParser.h in Headers */, + C795738F0D35314D0028A773 /* OpenSearchParser.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -5854,6 +5898,8 @@ 33E95A780D31B6FA0054C01D /* CHCookieStorage.mm in Sources */, C7FF537D0D3528B700194776 /* SearchEngineManager.mm in Sources */, C7FF537F0D3528B700194776 /* SearchEngineEditor.mm in Sources */, + C79573880D35314D0028A773 /* XMLSearchPluginParser.mm in Sources */, + C795738A0D35314D0028A773 /* OpenSearchParser.mm in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6024,6 +6070,8 @@ 33E95A7A0D31B6FA0054C01D /* CHCookieStorage.mm in Sources */, C7FF53810D3528B700194776 /* SearchEngineManager.mm in Sources */, C7FF53830D3528B700194776 /* SearchEngineEditor.mm in Sources */, + C795738C0D35314D0028A773 /* XMLSearchPluginParser.mm in Sources */, + C795738E0D35314D0028A773 /* OpenSearchParser.mm in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/camino/resources/localized/English.lproj/BrowserWindow.nib/classes.nib b/camino/resources/localized/English.lproj/BrowserWindow.nib/classes.nib index 79ec9a4eff1..b8241a8e7f8 100644 --- a/camino/resources/localized/English.lproj/BrowserWindow.nib/classes.nib +++ b/camino/resources/localized/English.lproj/BrowserWindow.nib/classes.nib @@ -1,292 +1,371 @@ -{ - IBClasses = ( - {CLASS = AutoCompleteDataSource; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, - { - CLASS = AutoCompleteTextField; - LANGUAGE = ObjC; - OUTLETS = {mLockIconContextMenu = NSMenu; mProxyIcon = PageProxyIcon; }; - SUPERCLASS = NSTextField; - }, - {CLASS = BookmarkManagerView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, - { - CLASS = BookmarkOutlineView; - LANGUAGE = ObjC; - SUPERCLASS = ExtendedOutlineView; - }, - { - ACTIONS = {addFolder = id; }; - CLASS = BookmarkToolbar; - LANGUAGE = ObjC; - SUPERCLASS = NSView; - }, - { - ACTIONS = { - addBookmark = id; - addCollection = id; - addFolder = id; - addSeparator = id; - deleteBookmarks = id; - locateBookmark = id; - openBookmark = id; - openBookmarkInNewTab = id; - openBookmarkInNewWindow = id; - setAsDockMenuFolder = id; - showBookmarkInfo = id; - startSearch = id; - }; - CLASS = BookmarkViewController; - LANGUAGE = ObjC; - OUTLETS = { - mAddBookmarkButton = NSButton; - mAddCollectionButton = NSButton; - mAddFolderButton = NSButton; - mAddSeparatorButton = NSButton; - mBrowserWindowController = BrowserWindowController; - mContainerPane = ExtendedTableView; - mContainersSplit = NSSplitView; - mHistorySource = HistoryDataSource; - mInfoButton = NSButton; - mItemPane = BookmarkOutlineView; - mItemSearchSplit = NSSplitView; - mSearchButton = NSButton; - mSearchField = NSTextField; - mSearchPane = NSTableView; - }; - SUPERCLASS = NSObject; - }, - { - CLASS = BrowserContainerView; - LANGUAGE = ObjC; - OUTLETS = {mTabBarView = BrowserTabBarView; mTabView = BrowserTabView; }; - SUPERCLASS = NSView; - }, - { - ACTIONS = {toggleBookmarkManager = id; }; - CLASS = BrowserContentView; - LANGUAGE = ObjC; - OUTLETS = { - mBookmarkManagerView = NSView; - mBookmarksToolbar = BookmarkToolbar; - mBrowserContainerView = NSView; - mStatusBar = NSView; - }; - SUPERCLASS = NSView; - }, - { - CLASS = BrowserTabBarView; - LANGUAGE = ObjC; - OUTLETS = {mTabView = BrowserTabView; }; - SUPERCLASS = NSView; - }, - { - CLASS = BrowserTabView; - LANGUAGE = ObjC; - OUTLETS = {mTabBar = BrowserTabBarView; }; - SUPERCLASS = NSTabView; - }, - {CLASS = BrowserTabViewItem; LANGUAGE = ObjC; SUPERCLASS = IconTabViewItem; }, - {CLASS = BrowserWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, - { - ACTIONS = { - addBookmark = id; - addBookmarkFolder = id; - addBookmarkForLink = id; - addBookmarkSeparator = id; - addBookmarkWithoutPrompt = id; - addTabGroup = id; - addTabGroupWithoutPrompt = id; - addToAddressBook = id; - back = id; - cancelLocationSheet = id; - cancelSearchSheet = id; - closeCurrentTab = id; - closeOtherTabs = id; - closeSendersTab = id; - copyAddressToClipboard = id; - copyImage = id; - copyImageLocation = id; - copyLinkLocation = id; - endLocationSheet = id; - endSearchSheet = id; - forward = id; - frameToNewTab = id; - frameToNewWindow = id; - frameToThisWindow = id; - getInfo = id; - goToLocationFromToolbarURLField = id; - home = id; - makeTextBigger = id; - makeTextDefaultSize = id; - makeTextSmaller = id; - manageBookmarks = id; - manageHistory = id; - moveTabToNewWindow = id; - newTab = id; - nextTab = id; - openFeedPrefPane = id; - openLinkInNewTab = id; - openLinkInNewWindow = id; - pageSetup = id; - previousTab = id; - printDocument = id; - reload = id; - reloadAllTabs = id; - reloadSendersTab = id; - reloadWithNewCharset = id; - saveFrameAs = id; - saveImageAs = id; - saveLinkAs = id; - savePageAs = id; - searchFieldTriggered = id; - searchForSelection = id; - sendURL = id; - sendURLFromLink = id; - showBookmarksInfo = id; - showPageInfo = id; - showSiteCertificate = id; - stop = id; - toggleStatusBar = id; - viewOnlyThisImage = id; - viewPageSource = id; - viewSource = id; - }; - CLASS = BrowserWindowController; - LANGUAGE = ObjC; - OUTLETS = { - mBackItem = NSMenuItem; - mContentView = BrowserContentView; - mCopyItem = NSMenuItem; - mForwardItem = NSMenuItem; - mImageLinkMenu = NSMenu; - mImageMailToLinkMenu = NSMenu; - mImageMenu = NSMenu; - mInputMenu = NSMenu; - mLinkMenu = NSMenu; - mLocationSheetURLField = NSTextField; - mLocationSheetWindow = NSWindow; - mLocationToolbarView = ExtendedSplitView; - mMailToLinkMenu = NSMenu; - mPageMenu = NSMenu; - mPersonalToolbar = BookmarkToolbar; - mProgress = NSProgressIndicator; - mProxyIcon = PageProxyIcon; - mSearchBar = NSSearchField; - mSearchSheetTextField = NSSearchField; - mSearchSheetWindow = NSWindow; - mStatus = NSTextField; - mStatusBar = NSView; - mTabBarMenu = NSMenu; - mTabBrowser = BrowserTabView; - mTabMenu = NSMenu; - mURLBar = AutoCompleteTextField; - }; - SUPERCLASS = NSWindowController; - }, - { - ACTIONS = {load = id; reloadWithNewCharset = id; }; - CLASS = BrowserWrapper; - LANGUAGE = ObjC; - SUPERCLASS = NSView; - }, - {CLASS = ExtendedOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; }, - {CLASS = ExtendedSplitView; LANGUAGE = ObjC; SUPERCLASS = NSSplitView; }, - {CLASS = ExtendedTableView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; }, - { - ACTIONS = {addBookmark = id; addBookmarkFolder = id; addBookmarkSeparator = id; }; - CLASS = FirstResponder; - LANGUAGE = ObjC; - SUPERCLASS = NSObject; - }, - { - ACTIONS = {deleteHistoryItems = id; openHistoryItem = id; }; - CLASS = HistoryDataSource; - LANGUAGE = ObjC; - OUTLETS = {mBrowserWindowController = BrowserWindowController; }; - SUPERCLASS = RDFOutlineViewDataSource; - }, - {CLASS = IconTabViewItem; LANGUAGE = ObjC; SUPERCLASS = NSTabViewItem; }, - {CLASS = LocationBar; LANGUAGE = ObjC; SUPERCLASS = NSView; }, - { - ACTIONS = { - aboutServers = id; - addBookmark = id; - addFolder = id; - addSeparator = id; - biggerTextSize = id; - closeTab = id; - connectToServer = id; - displayPreferencesWindow = id; - doReload = id; - doSearch = id; - doStop = id; - downloadsWindow = id; - exportBookmarks = id; - feedbackLink = id; - findAgain = id; - findInPage = id; - findPrevious = id; - getInfo = id; - goBack = id; - goForward = id; - goHome = id; - importBookmarks = id; - infoLink = id; - manageSidebar = id; - newTab = id; - newWindow = id; - nextTab = id; - openFile = id; - openLocation = id; - openMenuBookmark = id; - pageSetup = id; - previousTab = id; - printPage = id; - reloadWithCharset = id; - savePage = id; - sendURL = id; - showAboutBox = id; - smallerTextSize = id; - toggleBookmarksToolbar = id; - toggleOfflineMode = id; - toggleSidebar = id; - viewSource = id; - }; - CLASS = MainController; - LANGUAGE = ObjC; - OUTLETS = { - mAddBookmarkMenuItem = NSMenuItem; - mApplication = NSApplication; - mBookmarksMenu = NSMenu; - mBookmarksToolbarMenuItem = NSMenuItem; - mCloseTabMenuItem = NSMenuItem; - mCloseWindowMenuItem = NSMenuItem; - mCreateBookmarksFolderMenuItem = NSMenuItem; - mCreateBookmarksSeparatorMenuItem = NSMenuItem; - mDockMenu = NSMenu; - mFilterView = NSView; - mGoMenu = NSMenu; - mServersSubmenu = NSMenu; - mToggleSidebarMenuItem = NSMenuItem; - }; - SUPERCLASS = NSObject; - }, - {CLASS = NSImage; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, - {CLASS = NSObject; LANGUAGE = ObjC; }, - {CLASS = PageProxyIcon; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, - { - CLASS = RDFOutlineViewDataSource; - LANGUAGE = ObjC; - OUTLETS = {mOutlineView = ExtendedOutlineView; }; - SUPERCLASS = NSObject; - }, - {CLASS = RDFOutlineViewItem; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, - {CLASS = RolloverTrackingCell; LANGUAGE = ObjC; SUPERCLASS = NSCell; }, - {CLASS = SearchTextField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; }, - {CLASS = StatusBarView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, - {CLASS = TabButtonCell; LANGUAGE = ObjC; SUPERCLASS = RolloverTrackingCell; }, - {CLASS = ThrobberHandler; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, - {CLASS = TruncatingTextAndImageCell; LANGUAGE = ObjC; SUPERCLASS = NSCell; }, - {CLASS = WebSearchField; LANGUAGE = ObjC; SUPERCLASS = NSSearchField; } - ); - IBVersion = 1; -} \ No newline at end of file + + + + + IBClasses + + + CLASS + BrowserTabView + LANGUAGE + ObjC + OUTLETS + + mTabBar + BrowserTabBarView + + SUPERCLASS + NSTabView + + + CLASS + BrowserTabViewItem + LANGUAGE + ObjC + SUPERCLASS + IconTabViewItem + + + ACTIONS + + addBookmark + id + addBookmarkFolder + id + addBookmarkForLink + id + addBookmarkSeparator + id + addBookmarkWithoutPrompt + id + addTabGroup + id + addTabGroupWithoutPrompt + id + addToAddressBook + id + back + id + cancelLocationSheet + id + cancelSearchSheet + id + closeCurrentTab + id + closeOtherTabs + id + closeSendersTab + id + copyAddressToClipboard + id + copyImage + id + copyImageLocation + id + copyLinkLocation + id + endLocationSheet + id + endSearchSheet + id + forward + id + frameToNewTab + id + frameToNewWindow + id + frameToThisWindow + id + getInfo + id + goToLocationFromToolbarURLField + id + home + id + makeTextBigger + id + makeTextDefaultSize + id + makeTextSmaller + id + manageBookmarks + id + manageHistory + id + moveTabToNewWindow + id + newTab + id + nextTab + id + openFeedPrefPane + id + openLinkInNewTab + id + openLinkInNewWindow + id + pageSetup + id + previousTab + id + printDocument + id + reload + id + reloadAllTabs + id + reloadSendersTab + id + reloadWithNewCharset + id + saveFrameAs + id + saveImageAs + id + saveLinkAs + id + savePageAs + id + searchFieldTriggered + id + searchForSelection + id + sendURL + id + sendURLFromLink + id + showBookmarksInfo + id + showPageInfo + id + showSiteCertificate + id + stop + id + toggleStatusBar + id + viewOnlyThisImage + id + viewPageSource + id + viewSource + id + + CLASS + BrowserWindowController + LANGUAGE + ObjC + OUTLETS + + mBackItem + NSMenuItem + mContentView + BrowserContentView + mCopyItem + NSMenuItem + mForwardItem + NSMenuItem + mImageLinkMenu + NSMenu + mImageMailToLinkMenu + NSMenu + mImageMenu + NSMenu + mInputMenu + NSMenu + mLinkMenu + NSMenu + mLocationSheetURLField + NSTextField + mLocationSheetWindow + NSWindow + mLocationToolbarView + ExtendedSplitView + mMailToLinkMenu + NSMenu + mPageMenu + NSMenu + mPersonalToolbar + BookmarkToolbar + mProgress + NSProgressIndicator + mProxyIcon + PageProxyIcon + mSearchBar + NSSearchField + mSearchSheetTextField + NSSearchField + mSearchSheetWindow + NSWindow + mStatus + NSTextField + mStatusBar + NSView + mTabBarMenu + NSMenu + mTabBrowser + BrowserTabView + mTabMenu + NSMenu + mURLBar + AutoCompleteTextField + + SUPERCLASS + NSWindowController + + + CLASS + PageProxyIcon + LANGUAGE + ObjC + SUPERCLASS + NSImageView + + + CLASS + BrowserWindow + LANGUAGE + ObjC + SUPERCLASS + NSWindow + + + CLASS + AutoCompleteTextField + LANGUAGE + ObjC + OUTLETS + + mLockIconContextMenu + NSMenu + mProxyIcon + PageProxyIcon + + SUPERCLASS + NSTextField + + + CLASS + BrowserContainerView + LANGUAGE + ObjC + OUTLETS + + mTabBarView + BrowserTabBarView + mTabView + BrowserTabView + + SUPERCLASS + NSView + + + ACTIONS + + addBookmark + id + addBookmarkFolder + id + addBookmarkSeparator + id + + CLASS + FirstResponder + LANGUAGE + ObjC + SUPERCLASS + NSObject + + + CLASS + NSObject + LANGUAGE + ObjC + + + ACTIONS + + addFolder + id + + CLASS + BookmarkToolbar + LANGUAGE + ObjC + SUPERCLASS + NSView + + + ACTIONS + + toggleBookmarkManager + id + + CLASS + BrowserContentView + LANGUAGE + ObjC + OUTLETS + + mBookmarkManagerView + NSView + mBookmarksToolbar + BookmarkToolbar + mBrowserContainerView + NSView + mStatusBar + NSView + + SUPERCLASS + NSView + + + CLASS + WebSearchField + LANGUAGE + ObjC + SUPERCLASS + NSSearchField + + + CLASS + BrowserTabBarView + LANGUAGE + ObjC + OUTLETS + + mTabView + BrowserTabView + + SUPERCLASS + NSView + + + CLASS + ExtendedSplitView + LANGUAGE + ObjC + SUPERCLASS + NSSplitView + + + CLASS + StatusBarView + LANGUAGE + ObjC + SUPERCLASS + NSView + + + CLASS + IconTabViewItem + LANGUAGE + ObjC + SUPERCLASS + NSTabViewItem + + + IBVersion + 1 + + diff --git a/camino/resources/localized/English.lproj/BrowserWindow.nib/info.nib b/camino/resources/localized/English.lproj/BrowserWindow.nib/info.nib index ea4a28f939e..9e543a3d54c 100644 --- a/camino/resources/localized/English.lproj/BrowserWindow.nib/info.nib +++ b/camino/resources/localized/English.lproj/BrowserWindow.nib/info.nib @@ -1,30 +1,20 @@ - + - IBDocumentLocation - 67 57 356 240 0 0 1680 1028 - IBEditorPositions - - 1066 - 679 653 370 64 0 0 1680 1028 - 297 - 67 302 226 337 0 0 1680 1028 - 336 - 67 302 226 206 0 0 1680 1028 - 463 - 71 338 226 294 0 0 1680 1028 - IBFramework Version - 446.1 + 629 + IBOldestOS + 5 IBOpenObjects - 336 - 1066 - 463 - 806 + 460 + 804 + 1128 IBSystem Version - 8P2137 + 9B18 + targetFramework + IBCocoaFramework diff --git a/camino/resources/localized/English.lproj/BrowserWindow.nib/keyedobjects.nib b/camino/resources/localized/English.lproj/BrowserWindow.nib/keyedobjects.nib index f57ba3e3f4f..0f8bd78bb16 100644 Binary files a/camino/resources/localized/English.lproj/BrowserWindow.nib/keyedobjects.nib and b/camino/resources/localized/English.lproj/BrowserWindow.nib/keyedobjects.nib differ