gecko-dev/chimera
sfraser%netscape.com 18c43300c6 Fixing bug 155334 -- zombie progress dialog left after doing a File | Save As in plain text format. We were checking the STATE_IS_NETWORK flag to decide when the download has finished, but this flag is not included for plain text saves (nsWebBrowserPersist doesn't give it to us). So we look at the start flags, and make sure the end flag matches on this bit. Also detabbed the file. 2002-07-20 03:22:36 +00:00
..
AboutBox.nib Initial commit of the about box for chimera. NPOB. 2002-04-20 02:15:19 +00:00
BookmarkInfoPanel.nib removing rename sheet, as it's not needed with info panel. making info panel 2002-06-06 20:40:48 +00:00
BrowserWindow.nib Stretching the status bar across to the progress meter 2002-07-04 22:21:24 +00:00
Chimera.pbproj Adding the Appearance.prefPane to the static target build settings. 2002-07-17 17:37:44 +00:00
English.lproj Remove non-functional help menu item, add an Info menu item that goes to the download page. 2002-07-12 04:53:12 +00:00
FindDialog.nib Fixing keyboard navigation 2002-07-05 00:58:13 +00:00
MainMenu.nib Remove non-functional help menu item, add an Info menu item that goes to the download page. 2002-07-12 04:53:12 +00:00
PreferencePanes Making the Colors and Links tab the default (bug 158152). 2002-07-19 02:26:53 +00:00
ProgressDialog.nib Hookup more of the d/l progress dialog. change around the layout to get 2002-06-18 13:23:33 +00:00
alert.nib Return correct values from Confirm[Check]Ex (int, not bool) and fix up 2002-07-03 14:42:18 +00:00
projects Adding the Appearance.prefPane to the static target build settings. 2002-07-17 17:37:44 +00:00
resources Replace the standard gecko 'image placeholder' with a more aqua-one from ugo 2002-07-12 15:22:28 +00:00
src Fixing bug 155334 -- zombie progress dialog left after doing a File | Save As in plain text format. We were checking the STATE_IS_NETWORK flag to decide when the download has finished, but this flag is not included for plain text saves (nsWebBrowserPersist doesn't give it to us). So we look at the start flags, and make sure the end flag matches on this bit. Also detabbed the file. 2002-07-20 03:22:36 +00:00
throbber Fix broken throbber images. Switch to smaller .gif format. 2002-06-14 22:47:46 +00:00
AppDirServiceProvider.cpp Put profile directories in ~/Library/Application Support now 2002-07-03 00:46:59 +00:00
AppDirServiceProvider.h unix linefeeds 2002-07-01 13:57:51 +00:00
BookmarkInfoController.h Hook up Bookmarks Info Window, bug 148933 2002-06-05 10:09:37 +00:00
BookmarkInfoController.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
BookmarksDataSource.h Fixing bugs 154906 and 149670, and lots of other drag and drop bugs. Drags from the proxy icon are now droppable in the Finder, in the content area, and on tabs, and do the right thing. Single bookmarks are also draggable to the Finder. Page links can also now be dragged onto tabs. 2002-07-06 06:44:14 +00:00
BookmarksDataSource.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
BookmarksService.h Fix several bookmarks issues. Bug 154698 -- avoid nuking all existing bookmarks when importing a bad html bookmarks file. We now validate the imported bookmarks before saving, warn the user if they are bad, and don't import them. We also now validate the bookmarks.xml file when it is read in. Bug 154853 -- we were adding new items to the main bookmarks menu in the wrong place, since we failed to take the static items into account. Fixed. 2002-06-28 23:47:49 +00:00
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
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 Implement activate and deactivate events for chimera (bug 157648). r=sfraser. 2002-07-16 22:55:36 +00:00
CHAboutBox.h Initial commit of the about box for chimera. NPOB. 2002-04-20 02:15:19 +00:00
CHAboutBox.m Use CFBundleName string key wherever we refer to the app name in strings. 2002-07-08 19:20:33 +00:00
CHAutoCompleteDataSource.h 145802 - session history in Go menu for Chimera, 145803 - urlbar autocomplete for chimera 2002-05-28 09:07:53 +00:00
CHAutoCompleteDataSource.mm fixing some redundant ref counting and a leak of the autocomplete data 2002-05-28 18:42:21 +00:00
CHAutoCompleteTextField.h Make autocomplete behave like mozilla in that it won't fill in the textfield 2002-07-03 20:04:30 +00:00
CHAutoCompleteTextField.mm Fix bug 148841: make sure the url autocomplete widget doesn't cover menus by putting it in the floating window layer, rather than the popup layer. 2002-07-05 01:54:18 +00:00
CHBookmarksButton.h Initial commits of a bunch of files. Chimera. NPOB. 2002-04-20 07:21:10 +00:00
CHBookmarksButton.mm Teach url dispatch about the referrer field so opening links in a new 2002-07-10 21:53:29 +00:00
CHBookmarksOutlineView.h bookmark drag and drop 2002-05-02 12:08:47 +00:00
CHBookmarksOutlineView.mm Fix several bookmarks issues. Bug 154698 -- avoid nuking all existing bookmarks when importing a bad html bookmarks file. We now validate the imported bookmarks before saving, warn the user if they are bad, and don't import them. We also now validate the bookmarks.xml file when it is read in. Bug 154853 -- we were adding new items to the main bookmarks menu in the wrong place, since we failed to take the static items into account. Fixed. 2002-06-28 23:47:49 +00:00
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 Teach url dispatch about the referrer field so opening links in a new 2002-07-10 21:53:29 +00:00
CHBrowserView.mm Teach url dispatch about the referrer field so opening links in a new 2002-07-10 21:53:29 +00:00
CHBrowserWrapper.h Fixing the problem where URL's containing certain characters won't load, by removing uses of NSURL (which has escaping conventions that are incompatible with nsIURI) internally, replacing it with NSString. Bug 147914, r=pink. 2002-06-25 19:25:27 +00:00
CHBrowserWrapper.mm Teach url dispatch about the referrer field so opening links in a new 2002-07-10 21:53:29 +00:00
CHExtendedOutlineView.h Inital commit of the extended outliner. NPOB. 2002-04-20 02:54:08 +00:00
CHExtendedOutlineView.mm Inital commit of the extended outliner. NPOB. 2002-04-20 02:54:08 +00:00
CHExtendedTabView.h Teach url dispatch about the referrer field so opening links in a new 2002-07-10 21:53:29 +00:00
CHExtendedTabView.mm Teach url dispatch about the referrer field so opening links in a new 2002-07-10 21:53:29 +00:00
CHFind.h Fixing bug 154069; hooking up additional find options. Also did some file detabbing. r=ccarlen/pinkerton. 2002-06-25 21:53:27 +00:00
CHGeckoUtils.h Initial commits of a bunch of files. Chimera. NPOB. 2002-04-20 07:21:10 +00:00
CHGetURLCommand.h Inital commit of the extended outliner. NPOB. 2002-04-20 02:54:08 +00:00
CHGetURLCommand.mm Teach url dispatch about the referrer field so opening links in a new 2002-07-10 21:53:29 +00:00
CHGoMenu.h 145802 - session history in Go menu for Chimera, 145803 - urlbar autocomplete for chimera 2002-05-28 09:07:53 +00:00
CHGoMenu.mm crop really long page titles in Go menu 2002-05-29 21:41:54 +00:00
CHHistoryDataSource.h Fixing history tab in sidebar to show history. Also hiding history tab by default. 2002-06-27 22:03:30 +00:00
CHHistoryDataSource.mm Teach url dispatch about the referrer field so opening links in a new 2002-07-10 21:53:29 +00:00
CHIconTabViewItem.h Initial commit of iconic tab items. NPOB. 2002-04-20 02:38:31 +00:00
CHIconTabViewItem.m Initial commit of iconic tab items. NPOB. 2002-04-20 02:38:31 +00:00
CHImageAdditions.h Initial commits of a bunch of files. Chimera. NPOB. 2002-04-20 07:21:10 +00:00
CHImageAdditions.m Initial commits of a bunch of files. Chimera. NPOB. 2002-04-20 07:21:10 +00:00
CHLocationBar.h Initial location abr commit. NPOB. 2002-04-20 07:46:53 +00:00
CHLocationBar.mm Initial location abr commit. NPOB. 2002-04-20 07:46:53 +00:00
CHPageProxyIcon.h bookmark drag and drop 2002-05-02 12:08:47 +00:00
CHPageProxyIcon.mm Fixing bugs 154906 and 149670, and lots of other drag and drop bugs. Drags from the proxy icon are now droppable in the Finder, in the content area, and on tabs, and do the right thing. Single bookmarks are also draggable to the Finder. Page links can also now be dragged onto tabs. 2002-07-06 06:44:14 +00:00
CHPreferenceManager.h Changing the home page behaviour. Now, if no user pref is set, we get the default home page from a .strings file, and set this in the user pref. Also using values from CHUserDefaults.h 2002-07-03 06:22:15 +00:00
CHPreferenceManager.mm Use CFBundleName string key wherever we refer to the app name in strings. 2002-07-08 19:20:33 +00:00
CHRDFOutlineViewDataSource.h Fixing history tab in sidebar to show history. Also hiding history tab by default. 2002-06-27 22:03:30 +00:00
CHRDFOutlineViewDataSource.mm Changing printfs to NSLog, and #ifdeffing many of them to be DEBUG only. bug 147615. 2002-07-05 01:32:00 +00:00
CHSplashScreenWindow.h Initial commit of splash screen. NPOB. 2002-04-20 02:23:05 +00:00
CHSplashScreenWindow.m Initial commit of splash screen. NPOB. 2002-04-20 02:23:05 +00:00
CHToolbarAdditions.h Initial commits of a bunch of files. Chimera. NPOB. 2002-04-20 07:21:10 +00:00
CHToolbarAdditions.m Initial commits of a bunch of files. Chimera. NPOB. 2002-04-20 07:21:10 +00:00
CHUserDefaults.h Make autocomplete behave like mozilla in that it won't fill in the textfield 2002-07-03 20:04:30 +00:00
ContentClickListener.h Fix for nsIFile now being unicode apis instead of UTF8 2002-05-11 04:14:03 +00:00
ContentClickListener.mm Teach url dispatch about the referrer field so opening links in a new 2002-07-10 21:53:29 +00:00
Credits.rtf Version # -> 0.4.0 2002-07-10 21:06:28 +00:00
FindDlgController.h Fixing bug 154069; hooking up additional find options. Also did some file detabbing. r=ccarlen/pinkerton. 2002-06-25 21:53:27 +00:00
FindDlgController.mm Fixing history tab in sidebar to show history. Also hiding history tab by default. 2002-06-27 22:03:30 +00:00
MainController.h Remove non-functional help menu item, add an Info menu item that goes to the download page. 2002-07-12 04:53:12 +00:00
MainController.mm Fix bug 155664 -- make URLs opened from the Services menu in another app behave like those opened via Apple Events etc, obeying the prefs to load in new tabs/windows, possibly in the background. 2002-07-19 21:08:25 +00:00
Navigator.scriptSuite Updated with Suite Modeller; just minor wording changes. 2002-07-03 20:40:18 +00:00
ProgressDlgController.h Hookup more of the d/l progress dialog. change around the layout to get 2002-06-18 13:23:33 +00:00
ProgressDlgController.mm Fixing bug 155334 -- zombie progress dialog left after doing a File | Save As in plain text format. We were checking the STATE_IS_NETWORK flag to decide when the download has finished, but this flag is not included for plain text saves (nsWebBrowserPersist doesn't give it to us). So we look at the start flags, and make sure the end flag matches on this bit. Also detabbed the file. 2002-07-20 03:22:36 +00:00
StringUtils.h Hook up "Bookmark this link" context menu item (bug 154856). r=pinkerton. 2002-07-01 19:10:14 +00:00
ToolbarDefaults.plist allows us to set toolbar defaults from text file 2002-07-02 15:42:28 +00:00
WebsiteDefaults.strings Remove non-functional help menu item, add an Info menu item that goes to the download page. 2002-07-12 04:53:12 +00:00
about.tif
appicon.icns Icon files. NPOB. 2002-04-20 02:42:11 +00:00
back.tif
bookicon.tif
bookmark_on.tif Adding globe icon for URL bar. Updating to 0.2.7 2002-05-03 07:32:18 +00:00
bookmarks.xml I think it builds now. 2002-04-20 23:19:28 +00:00
delete_on.tif
edit_on.tif
fileBookmark.icns Icon files. NPOB. 2002-04-20 02:42:11 +00:00
fileHtml.icns Icon files. NPOB. 2002-04-20 02:42:11 +00:00
filePreferences.icns Icon files. NPOB. 2002-04-20 02:42:11 +00:00
folder.tiff
folder_on.tif
forward.tif
globe_ico.tif Adding globe icon for URL bar. Updating to 0.2.7 2002-05-03 07:32:18 +00:00
groupbookmark.tif Initial commits of a bunch of files. Chimera. NPOB. 2002-04-20 07:21:10 +00:00
historyicon.tif
home.tif
loading-image.gif Replace the standard gecko 'image placeholder' with a more aqua-one from ugo 2002-07-12 15:22:28 +00:00
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
nsAlertController.h fix a warning 2002-07-01 20:08:59 +00:00
nsAlertController.mm Return correct values from Confirm[Check]Ex (int, not bool) and fix up 2002-07-03 14:42:18 +00:00
nsCocoaBrowserService.h Patch so auto-downloads at least start and complete, though there 2002-07-08 18:25:17 +00:00
nsCocoaBrowserService.mm Patch so auto-downloads at least start and complete, though there 2002-07-08 18:25:17 +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
redo-prebinding.sh Don't choke if the directory name has spaces in it. 2002-07-02 06:32:37 +00:00
reload.tif
saveCancel.tif
saveLeaveOpenNO.tif
saveLeaveOpenYES.tif
saveOpenFile.tif
savePause.tif
saveResume.tif
saveShowFile.tif
searchicon.tif
security_broken.tif Updating lock icons. Also fixing test of security state for new 2002-05-24 20:13:15 +00:00
security_lock.tif Updating lock icons. Also fixing test of security state for new 2002-05-24 20:13:15 +00:00
separator_on.tif Initial commits of a bunch of files. Chimera. NPOB. 2002-04-20 07:21:10 +00:00
sidebar.tif
sidebarClosed.tif
sidebarOpened.tif
smallDocument.tiff
smallbookmark.tif
splash.tif 0.4 splash from ugo 2002-07-11 03:33:12 +00:00
stop.tif