gecko-dev/camino
2002-07-25 21:58:32 +00:00
..
AboutBox.nib Fix for bug 159296 -- put the build ID in the about window. Also tweaked the scrolling text timer to fire much less fequently (and scroll more each time, but still remain smooth). Added dist/include to the include paths in the project (for nsBuildID.h), and fixed some file access paths to stuff in widget/src/cocoa. 2002-07-25 05:47:16 +00:00
alert.nib fix phantom checkbox and password field in prompt dialog (bug 156561) 2002-07-24 20:41:30 +00:00
BookmarkInfoPanel.nib Fix for bug 158378: fix the bookmark info panel to behave correctly, support Undo, and not crash. Patch from David Hass, hacked on by me. 2002-07-25 02:07:43 +00:00
BrowserWindow.nib Changed "Save Link As..." in context menus to "Download Link Target..." (bug 159201) 2002-07-24 22:00:11 +00:00
Chimera.pbproj Move the pref controller to be a .mm file 2002-07-25 21:57:53 +00:00
English.lproj Change ShortVersion to be just the version number, not including the product name. 2002-07-25 19:05:56 +00:00
FindDialog.nib Changing the 'Wrap' checkbox keyboard shortcut from Command-W to Command-R, to avoid conflict with Command-W closing the window. 2002-07-25 05:59:33 +00:00
MainMenu.nib Fix bug 145800 -- implement downlod progress UI in chimera. These changes allow us to reuse the nsDownloadListener and progress dialog for both Saving (with an nsIWebBrowserPersist) and downloading (where necko creates an nsIDownload, which we implement). They are also factored so that other cocoa apps could reuse the downloading backend with their own progress dialog. r=pinkerton/bryner/ccarlen. 2002-07-24 05:53:14 +00:00
PreferencePanes Removing file, changed to .mm 2002-07-25 21:58:32 +00:00
ProgressDialog.nib Fix bug 145800 -- implement downlod progress UI in chimera. These changes allow us to reuse the nsDownloadListener and progress dialog for both Saving (with an nsIWebBrowserPersist) and downloading (where necko creates an nsIDownload, which we implement). They are also factored so that other cocoa apps could reuse the downloading backend with their own progress dialog. r=pinkerton/bryner/ccarlen. 2002-07-24 05:53:14 +00:00
projects Move the pref controller to be a .mm file 2002-07-25 21:57:53 +00:00
resources Change ShortVersion to be just the version number, not including the product name. 2002-07-25 19:05:56 +00:00
src Changing to be a .mm file so we can use c++ for writing out prefs 2002-07-25 21:56:33 +00:00
throbber
about.tif
AppComponents.mm Factor the nsIPromptService implementation out of CocoaBrowserService, and move it to using a generic factory. Clean up some #includes. Change AppComponents.cpp to a .mm file since it needs to include some cocoa headers. r=pinkerton. 2002-07-25 21:28:23 +00:00
AppDirServiceProvider.cpp
AppDirServiceProvider.h
appicon.icns
back.tif
bookicon.tif
bookmark_on.tif
BookmarkInfoController.h Fix for bug 158378: fix the bookmark info panel to behave correctly, support Undo, and not crash. Patch from David Hass, hacked on by me. 2002-07-25 02:07:43 +00:00
BookmarkInfoController.mm Fix for bug 158378: fix the bookmark info panel to behave correctly, support Undo, and not crash. Patch from David Hass, hacked on by me. 2002-07-25 02:07:43 +00:00
bookmarks.xml
BookmarksDataSource.h Fix for bug 158378: fix the bookmark info panel to behave correctly, support Undo, and not crash. Patch from David Hass, hacked on by me. 2002-07-25 02:07:43 +00:00
BookmarksDataSource.mm Fix for bug 158378: fix the bookmark info panel to behave correctly, support Undo, and not crash. Patch from David Hass, hacked on by me. 2002-07-25 02:07:43 +00:00
BookmarksService.h
BookmarksService.mm Fix for bug 155560 -- renaming bookmark does not update menu/toolbar. Also fixes crash when deleting a toolbar bookmark (bug 157229). Patch from David Hass. 2002-07-19 02:20:30 +00:00
broken-image.gif aqua-looking broken image icon 2002-07-24 17:47:34 +00:00
BrowserWindow.h Implement activate and deactivate events for chimera (bug 157648). r=sfraser. 2002-07-16 22:55:36 +00:00
BrowserWindow.mm Implement activate and deactivate events for chimera (bug 157648). r=sfraser. 2002-07-16 22:55:36 +00:00
BrowserWindowController.h Implement activate and deactivate events for chimera (bug 157648). r=sfraser. 2002-07-16 22:55:36 +00:00
BrowserWindowController.mm Factor the nsIPromptService implementation out of CocoaBrowserService, and move it to using a generic factory. Clean up some #includes. Change AppComponents.cpp to a .mm file since it needs to include some cocoa headers. r=pinkerton. 2002-07-25 21:28:23 +00:00
CHAboutBox.h Fix for bug 159296 -- put the build ID in the about window. Also tweaked the scrolling text timer to fire much less fequently (and scroll more each time, but still remain smooth). Added dist/include to the include paths in the project (for nsBuildID.h), and fixed some file access paths to stuff in widget/src/cocoa. 2002-07-25 05:47:16 +00:00
CHAboutBox.m Fix for bug 159296 -- put the build ID in the about window. Also tweaked the scrolling text timer to fire much less fequently (and scroll more each time, but still remain smooth). Added dist/include to the include paths in the project (for nsBuildID.h), and fixed some file access paths to stuff in widget/src/cocoa. 2002-07-25 05:47:16 +00:00
CHAutoCompleteDataSource.h
CHAutoCompleteDataSource.mm
CHAutoCompleteTextField.h
CHAutoCompleteTextField.mm
CHBookmarksButton.h
CHBookmarksButton.mm
CHBookmarksOutlineView.h
CHBookmarksOutlineView.mm
CHBookmarksToolbar.h Fix for bug 155560 -- renaming bookmark does not update menu/toolbar. Also fixes crash when deleting a toolbar bookmark (bug 157229). Patch from David Hass. 2002-07-19 02:20:30 +00:00
CHBookmarksToolbar.mm Fix for bug 155560 -- renaming bookmark does not update menu/toolbar. Also fixes crash when deleting a toolbar bookmark (bug 157229). Patch from David Hass. 2002-07-19 02:20:30 +00:00
CHBrowserView.h
CHBrowserView.mm Fix bug 145800 -- implement downlod progress UI in chimera. These changes allow us to reuse the nsDownloadListener and progress dialog for both Saving (with an nsIWebBrowserPersist) and downloading (where necko creates an nsIDownload, which we implement). They are also factored so that other cocoa apps could reuse the downloading backend with their own progress dialog. r=pinkerton/bryner/ccarlen. 2002-07-24 05:53:14 +00:00
CHBrowserWrapper.h
CHBrowserWrapper.mm
CHExtendedOutlineView.h
CHExtendedOutlineView.mm
CHExtendedTabView.h
CHExtendedTabView.mm
CHFind.h
CHGeckoUtils.h
CHGetURLCommand.h
CHGetURLCommand.mm
CHGoMenu.h
CHGoMenu.mm
CHHistoryDataSource.h
CHHistoryDataSource.mm
CHIconTabViewItem.h
CHIconTabViewItem.m
CHImageAdditions.h
CHImageAdditions.m
CHLocationBar.h
CHLocationBar.mm
CHPageProxyIcon.h
CHPageProxyIcon.mm
CHPreferenceManager.h
CHPreferenceManager.mm Fix bug 145800 -- implement downlod progress UI in chimera. These changes allow us to reuse the nsDownloadListener and progress dialog for both Saving (with an nsIWebBrowserPersist) and downloading (where necko creates an nsIDownload, which we implement). They are also factored so that other cocoa apps could reuse the downloading backend with their own progress dialog. r=pinkerton/bryner/ccarlen. 2002-07-24 05:53:14 +00:00
CHRDFOutlineViewDataSource.h
CHRDFOutlineViewDataSource.mm
CHSplashScreenWindow.h
CHSplashScreenWindow.m
CHToolbarAdditions.h
CHToolbarAdditions.m
CHUserDefaults.h
CocoaPromptService.h Factor the nsIPromptService implementation out of CocoaBrowserService, and move it to using a generic factory. Clean up some #includes. Change AppComponents.cpp to a .mm file since it needs to include some cocoa headers. r=pinkerton. 2002-07-25 21:28:23 +00:00
CocoaPromptService.mm Factor the nsIPromptService implementation out of CocoaBrowserService, and move it to using a generic factory. Clean up some #includes. Change AppComponents.cpp to a .mm file since it needs to include some cocoa headers. r=pinkerton. 2002-07-25 21:28:23 +00:00
ContentClickListener.h
ContentClickListener.mm
Credits.rtf Fix for bug 159296 -- put the build ID in the about window. Also tweaked the scrolling text timer to fire much less fequently (and scroll more each time, but still remain smooth). Added dist/include to the include paths in the project (for nsBuildID.h), and fixed some file access paths to stuff in widget/src/cocoa. 2002-07-25 05:47:16 +00:00
delete_on.tif
DownloadFactories.h Fix bug 145800 -- implement downlod progress UI in chimera. These changes allow us to reuse the nsDownloadListener and progress dialog for both Saving (with an nsIWebBrowserPersist) and downloading (where necko creates an nsIDownload, which we implement). They are also factored so that other cocoa apps could reuse the downloading backend with their own progress dialog. r=pinkerton/bryner/ccarlen. 2002-07-24 05:53:14 +00:00
DownloadFactories.mm Fix for bug 159170; when doing a Save, don't show the 'Leave open' button in the download progress window, and make sure that the window always closes at the end of the saving. r=pinkeron 2002-07-25 00:00:51 +00:00
DownloadProgressDisplay.h Fix for bug 159170; when doing a Save, don't show the 'Leave open' button in the download progress window, and make sure that the window always closes at the end of the saving. r=pinkeron 2002-07-25 00:00:51 +00:00
DownloadProgressDisplay.mm Fix for bug 159170; when doing a Save, don't show the 'Leave open' button in the download progress window, and make sure that the window always closes at the end of the saving. r=pinkeron 2002-07-25 00:00:51 +00:00
edit_on.tif
fileBookmark.icns
fileHtml.icns
filePreferences.icns
FindDlgController.h Fix bug 157950: make sure that Find Again is disabled if there is no search string stored. Also changed the Find dialog behaviour to stay up when you hit Find (as it should, since it's a panel), to default to 'wrap' and 'ignore case' being on, and added key shortcuts for the checkboxes. 2002-07-25 00:42:53 +00:00
FindDlgController.mm Fix bug 157950: make sure that Find Again is disabled if there is no search string stored. Also changed the Find dialog behaviour to stay up when you hit Find (as it should, since it's a panel), to default to 'wrap' and 'ignore case' being on, and added key shortcuts for the checkboxes. 2002-07-25 00:42:53 +00:00
folder_on.tif
folder.tiff
forward.tif
globe_ico.tif
groupbookmark.tif
historyicon.tif
home.tif
loading-image.gif
main.m Adding code to make stdout and stderr unbuffered, depending on the MOZ_UNBUFFERED_STDIO environment variable. This is needed for tests to run correctly. 2002-07-18 00:26:49 +00:00
MainController.h
MainController.mm Fix bug 157950: make sure that Find Again is disabled if there is no search string stored. Also changed the Find dialog behaviour to stay up when you hit Find (as it should, since it's a panel), to default to 'wrap' and 'ignore case' being on, and added key shortcuts for the checkboxes. 2002-07-25 00:42:53 +00:00
Navigator.scriptSuite
nsAlertController.h
nsAlertController.mm fix phantom checkbox and password field in prompt dialog (bug 156561) 2002-07-24 20:41:30 +00:00
nsCocoaBrowserService.h Factor the nsIPromptService implementation out of CocoaBrowserService, and move it to using a generic factory. Clean up some #includes. Change AppComponents.cpp to a .mm file since it needs to include some cocoa headers. r=pinkerton. 2002-07-25 21:28:23 +00:00
nsCocoaBrowserService.mm Factor the nsIPromptService implementation out of CocoaBrowserService, and move it to using a generic factory. Clean up some #includes. Change AppComponents.cpp to a .mm file since it needs to include some cocoa headers. r=pinkerton. 2002-07-25 21:28:23 +00:00
nsDownloadListener.h Fixing static build bustage from sfraser's checkin for bug 145800: 2002-07-24 08:23:52 +00:00
nsDownloadListener.mm Fix for bug 159170; when doing a Save, don't show the 'Leave open' button in the download progress window, and make sure that the window always closes at the end of the saving. r=pinkeron 2002-07-25 00:00:51 +00:00
nsStaticComponents.cpp Remove libpippki. This is only needed for the XUL implementation of the security dialogs. 2002-07-17 06:22:42 +00:00
panel_icon.tif
print.tif
ProgressDlgController.h Fix for bug 159170; when doing a Save, don't show the 'Leave open' button in the download progress window, and make sure that the window always closes at the end of the saving. r=pinkeron 2002-07-25 00:00:51 +00:00
ProgressDlgController.mm Fix for bug 159170; when doing a Save, don't show the 'Leave open' button in the download progress window, and make sure that the window always closes at the end of the saving. r=pinkeron 2002-07-25 00:00:51 +00:00
redo-prebinding.sh
reload.tif
saveCancel.tif
SaveHeaderSniffer.h Fix bug 145800 -- implement downlod progress UI in chimera. These changes allow us to reuse the nsDownloadListener and progress dialog for both Saving (with an nsIWebBrowserPersist) and downloading (where necko creates an nsIDownload, which we implement). They are also factored so that other cocoa apps could reuse the downloading backend with their own progress dialog. r=pinkerton/bryner/ccarlen. 2002-07-24 05:53:14 +00:00
SaveHeaderSniffer.mm Fix bug 145800 -- implement downlod progress UI in chimera. These changes allow us to reuse the nsDownloadListener and progress dialog for both Saving (with an nsIWebBrowserPersist) and downloading (where necko creates an nsIDownload, which we implement). They are also factored so that other cocoa apps could reuse the downloading backend with their own progress dialog. r=pinkerton/bryner/ccarlen. 2002-07-24 05:53:14 +00:00
saveLeaveOpenNO.tif
saveLeaveOpenYES.tif
saveOpenFile.tif
savePause.tif
saveResume.tif
saveShowFile.tif
searchicon.tif
security_broken.tif
security_lock.tif
SecurityDialogs.h Factor out security dialogs from CocoaBrowserService, and provide a mechanism for using generic factories for application-provided XPCOM components (bug 158801). r=pinkerton, sfraser. 2002-07-25 00:57:27 +00:00
SecurityDialogs.mm Factor the nsIPromptService implementation out of CocoaBrowserService, and move it to using a generic factory. Clean up some #includes. Change AppComponents.cpp to a .mm file since it needs to include some cocoa headers. r=pinkerton. 2002-07-25 21:28:23 +00:00
separator_on.tif
sidebar.tif
sidebarClosed.tif
sidebarOpened.tif
smallbookmark.tif
smallDocument.tiff
splash.tif
stop.tif
StringUtils.h
ToolbarDefaults.plist
WebsiteDefaults.strings