.. |
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
|
Hooking up enabling/disabling of back and forward context menu items (bug 154296). r=ben.
|
2002-06-30 23:47:48 +00:00 |
Chimera.pbproj
|
Add a toolbar default plist and a string table for various websites
|
2002-07-02 17:30:58 +00:00 |
English.lproj
|
Bug 152482 - fix handling of script popup windows by not loading about:blank or the user homepage when they are opened, since we'll race with gecko's document loading. Also, localized the "Loading" and "Untitled" strings. r=pinkerton, sr=sfraser.
|
2002-07-02 21:45:09 +00:00 |
FindDialog.nib
|
Undoing objects.nib corruption caused by checking in using MacCVS Pro
|
2002-06-25 22:31:36 +00:00 |
MainMenu.nib
|
Moved Import Bookmarks to bottom of submenu (bug 154178)
|
2002-07-02 00:28:53 +00:00 |
PreferencePanes
|
Fixing capitalization of 'Command' key.
|
2002-07-02 23:45:07 +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
|
Put up dialog to let users know when posting secure data from insecure site
|
2002-06-27 22:06:20 +00:00 |
projects
|
Add a toolbar default plist and a string table for various websites
|
2002-07-02 17:30:58 +00:00 |
resources
|
Bug 152482 - fix handling of script popup windows by not loading about:blank or the user homepage when they are opened, since we'll race with gecko's document loading. Also, localized the "Loading" and "Untitled" strings. r=pinkerton, sr=sfraser.
|
2002-07-02 21:45:09 +00:00 |
src
|
Fix updating of stop menu item and a crash when a popup with the personal
|
2002-07-02 22:48:04 +00:00 |
throbber
|
Fix broken throbber images. Switch to smaller .gif format.
|
2002-06-14 22:47:46 +00:00 |
AppDirServiceProvider.cpp
|
unix linefeeds
|
2002-07-01 13:57:51 +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 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 |
BookmarksDataSource.h
|
Hook up "Bookmark this link" context menu item (bug 154856). r=pinkerton.
|
2002-07-01 19:10:14 +00:00 |
BookmarksDataSource.mm
|
Hook up "Bookmark this link" context menu item (bug 154856). r=pinkerton.
|
2002-07-01 19:10:14 +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
|
Bug 152482 - fix handling of script popup windows by not loading about:blank or the user homepage when they are opened, since we'll race with gecko's document loading. Also, localized the "Loading" and "Untitled" strings. r=pinkerton, sr=sfraser.
|
2002-07-02 21:45:09 +00:00 |
BrowserWindow.h
|
151716 - fixing some annoying autocomplete problems, most importantly that escape should work to undo typing, and fixes some situations where the popup would appear and not go away, r=pink
|
2002-06-24 21:20:55 +00:00 |
BrowserWindow.mm
|
151716 - fixing some annoying autocomplete problems, most importantly that escape should work to undo typing, and fixes some situations where the popup would appear and not go away, r=pink
|
2002-06-24 21:20:55 +00:00 |
BrowserWindowController.h
|
Fix updating of stop menu item and a crash when a popup with the personal
|
2002-07-02 22:48:04 +00:00 |
BrowserWindowController.mm
|
Fix updating of stop menu item and a crash when a popup with the personal
|
2002-07-02 22:48:04 +00:00 |
CHAboutBox.h
|
Initial commit of the about box for chimera. NPOB.
|
2002-04-20 02:15:19 +00:00 |
CHAboutBox.m
|
Fix about box.
|
2002-04-20 23:21:25 +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
|
151716 - fixing some annoying autocomplete problems, most importantly that escape should work to undo typing, and fixes some situations where the popup would appear and not go away, r=pink
|
2002-06-24 21:20:55 +00:00 |
CHAutoCompleteTextField.mm
|
151716 - fixing some annoying autocomplete problems, most importantly that escape should work to undo typing, and fixes some situations where the popup would appear and not go away, r=pink
|
2002-06-24 21:20:55 +00:00 |
CHBookmarksButton.h
|
Initial commits of a bunch of files. Chimera. NPOB.
|
2002-04-20 07:21:10 +00:00 |
CHBookmarksButton.mm
|
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 |
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
|
Added ability to show/hide personal toolbar and persist (bug 149725)
|
2002-06-25 22:06:09 +00:00 |
CHBookmarksToolbar.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 |
CHBrowserView.h
|
Fix bug 146322; make Undo/Redo/Delete work, and menu items enable correctly. r=pinkerton.
|
2002-06-27 21:02:51 +00:00 |
CHBrowserView.mm
|
Fix for bug 146322; make Undo/Redo/Delete work correctly, and make menu items properly enable. r=pinkerton
|
2002-06-27 21:07:30 +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
|
Bug 152482 - fix handling of script popup windows by not loading about:blank or the user homepage when they are opened, since we'll race with gecko's document loading. Also, localized the "Loading" and "Untitled" strings. r=pinkerton, sr=sfraser.
|
2002-07-02 21:45:09 +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
|
bookmark drag and drop
|
2002-05-02 12:08:47 +00:00 |
CHExtendedTabView.mm
|
Bug 152482 - fix handling of script popup windows by not loading about:blank or the user homepage when they are opened, since we'll race with gecko's document loading. Also, localized the "Loading" and "Untitled" strings. r=pinkerton, sr=sfraser.
|
2002-07-02 21:45:09 +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
|
Checking in patch from David Haas in bug 155048, with modifications to improve the 'is there a browser window' logic. This also fixes bug 152026 (2 windows when launched with a GetURL AE), and my changes fix bugs 155309 (dragging multiple files onto the icon works now) and 155147 ("browser.always_reuse_window" always works for GetURL events now).
|
2002-07-02 06:08:51 +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
|
Fixing history tab in sidebar to show history. Also hiding history tab by default.
|
2002-06-27 22:03:30 +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
|
Fix dougt's nsCRT bustage.
|
2002-05-16 17:38:26 +00:00 |
CHPreferenceManager.h
|
Fix for crash launching when another version is already running. bug 148556
|
2002-06-17 15:10:37 +00:00 |
CHPreferenceManager.mm
|
Use a string table for throbber, search, and home pages rather than
|
2002-07-02 17:31:32 +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
|
Fixing history tab in sidebar to show history. Also hiding history tab by default.
|
2002-06-27 22:03:30 +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 |
ContentClickListener.h
|
Fix for nsIFile now being unicode apis instead of UTF8
|
2002-05-11 04:14:03 +00:00 |
ContentClickListener.mm
|
Fix crash clicking on url schemes we don't understand (bug 154538)
|
2002-06-27 22:16:09 +00:00 |
Credits.rtf
|
add kathy and conrad
|
2002-06-24 17:10:29 +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
|
Checking in patch from David Haas in bug 155048, with modifications to improve the 'is there a browser window' logic. This also fixes bug 152026 (2 windows when launched with a GetURL AE), and my changes fix bugs 155309 (dragging multiple files onto the icon works now) and 155147 ("browser.always_reuse_window" always works for GetURL events now).
|
2002-07-02 06:08:51 +00:00 |
MainController.mm
|
Fix updating of stop menu item and a crash when a popup with the personal
|
2002-07-02 22:48:04 +00:00 |
Navigator.scriptSuite
|
initial commit. npob.
|
2002-04-20 02:40:57 +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
|
Wait for the all-stop from Necko before closing down the controller on
|
2002-07-02 20:24:29 +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
|
Use a string table for where buttons on the toolbar go when clicked
|
2002-07-02 17:30:21 +00:00 |
about.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
appicon.icns
|
Icon files. NPOB.
|
2002-04-20 02:42:11 +00:00 |
back.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
bookicon.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
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
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
edit_on.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
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
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
folder_on.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
forward.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
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
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
home.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
main.m
|
initial commit. npob.
|
2002-04-20 02:40:57 +00:00 |
nsAlertController.h
|
fix a warning
|
2002-07-01 20:08:59 +00:00 |
nsAlertController.mm
|
Put up dialog to let users know when posting secure data from insecure site
|
2002-06-27 22:06:20 +00:00 |
nsCocoaBrowserService.h
|
Put up dialog to let users know when posting secure data from insecure site
|
2002-06-27 22:06:20 +00:00 |
nsCocoaBrowserService.mm
|
Put up dialog to let users know when posting secure data from insecure site
|
2002-06-27 22:06:20 +00:00 |
nsStaticComponents.cpp
|
Adding OJI library to the static build target.
|
2002-06-19 20:15:54 +00:00 |
panel_icon.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
print.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
redo-prebinding.sh
|
Don't choke if the directory name has spaces in it.
|
2002-07-02 06:32:37 +00:00 |
reload.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
saveCancel.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
saveLeaveOpenNO.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
saveLeaveOpenYES.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
saveOpenFile.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
savePause.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
saveResume.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
saveShowFile.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
searchicon.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
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
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
sidebarClosed.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
sidebarOpened.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
smallDocument.tiff
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
smallbookmark.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |
splash.tif
|
Updating version to 0.3.0, with new splash screen from ugos@mac.com.
|
2002-05-29 05:32:38 +00:00 |
stop.tif
|
Starting to check in chimera. Images first. NPOB.
|
2002-04-20 01:53:49 +00:00 |