.. |
AboutBox.nib
|
…
|
|
BookmarkInfoPanel.nib
|
…
|
|
BrowserWindow.nib
|
Stretching the status bar across to the progress meter
|
2002-07-04 22:21:24 +00:00 |
Chimera.pbproj
|
Add Asian Unicode converters to the static build.
|
2002-07-08 20:03:17 +00:00 |
English.lproj
|
Fix "can't launch 2 copies" strings so the branding can be swapped out
|
2002-07-08 18:56:57 +00:00 |
FindDialog.nib
|
Fixing keyboard navigation
|
2002-07-05 00:58:13 +00:00 |
MainMenu.nib
|
We have to manually update items on the Bookmarks menu and its submenus, because we turn auto-enabling of items off for this menu (presumably, for performance with lots of bookmarks).
|
2002-07-05 23:50:08 +00:00 |
PreferencePanes
|
Changing printfs to NSLog, and #ifdeffing many of them to be DEBUG only. bug 147615.
|
2002-07-05 01:32:00 +00:00 |
ProgressDialog.nib
|
…
|
|
alert.nib
|
Return correct values from Confirm[Check]Ex (int, not bool) and fix up
|
2002-07-03 14:42:18 +00:00 |
projects
|
Add Asian Unicode converters to the static build.
|
2002-07-08 20:03:17 +00:00 |
resources
|
Fix "can't launch 2 copies" strings so the branding can be swapped out
|
2002-07-08 18:56:57 +00:00 |
src
|
Add Asian Unicode converters to the static build.
|
2002-07-08 20:03:17 +00:00 |
throbber
|
…
|
|
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
|
…
|
|
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
|
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
|
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 |
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
|
Just cleaning up some cruft left over from my import bookmarks changes (unused #define, comment)
|
2002-07-05 23:47:33 +00:00 |
BrowserWindow.h
|
…
|
|
BrowserWindow.mm
|
…
|
|
BrowserWindowController.h
|
Fix for bug 154735; removing unused method, patch from David Haas.
|
2002-07-06 00:24:11 +00:00 |
BrowserWindowController.mm
|
Fix for bug 154735; removing unused method, patch from David Haas.
|
2002-07-06 00:24:11 +00:00 |
CHAboutBox.h
|
…
|
|
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
|
…
|
|
CHAutoCompleteDataSource.mm
|
…
|
|
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
|
…
|
|
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
|
…
|
|
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
|
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 |
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
|
Use CFBundleName string key wherever we refer to the app name in strings.
|
2002-07-08 19:20:33 +00:00 |
CHExtendedOutlineView.h
|
…
|
|
CHExtendedOutlineView.mm
|
…
|
|
CHExtendedTabView.h
|
…
|
|
CHExtendedTabView.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 |
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
|
…
|
|
CHGetURLCommand.h
|
…
|
|
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
|
…
|
|
CHGoMenu.mm
|
…
|
|
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
|
Changing printfs to NSLog, and #ifdeffing many of them to be DEBUG only. bug 147615.
|
2002-07-05 01:32:00 +00:00 |
CHIconTabViewItem.h
|
…
|
|
CHIconTabViewItem.m
|
…
|
|
CHImageAdditions.h
|
…
|
|
CHImageAdditions.m
|
…
|
|
CHLocationBar.h
|
…
|
|
CHLocationBar.mm
|
…
|
|
CHPageProxyIcon.h
|
…
|
|
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
|
…
|
|
CHSplashScreenWindow.m
|
…
|
|
CHToolbarAdditions.h
|
…
|
|
CHToolbarAdditions.m
|
…
|
|
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
|
…
|
|
ContentClickListener.mm
|
Fix crash clicking on url schemes we don't understand (bug 154538)
|
2002-06-27 22:16:09 +00:00 |
Credits.rtf
|
…
|
|
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
|
We have to manually update items on the Bookmarks menu and its submenus, because we turn auto-enabling of items off for this menu (presumably, for performance with lots of bookmarks).
|
2002-07-05 23:50:08 +00:00 |
MainController.mm
|
We have to manually update items on the Bookmarks menu and its submenus, because we turn auto-enabling of items off for this menu (presumably, for performance with lots of bookmarks).
|
2002-07-05 23:50:08 +00:00 |
Navigator.scriptSuite
|
Updated with Suite Modeller; just minor wording changes.
|
2002-07-03 20:40:18 +00:00 |
ProgressDlgController.h
|
…
|
|
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
|
Add a feedback link to the help menu. r=smfr.
|
2002-07-04 00:51:44 +00:00 |
about.tif
|
…
|
|
appicon.icns
|
…
|
|
back.tif
|
…
|
|
bookicon.tif
|
…
|
|
bookmark_on.tif
|
…
|
|
bookmarks.xml
|
…
|
|
delete_on.tif
|
…
|
|
edit_on.tif
|
…
|
|
fileBookmark.icns
|
…
|
|
fileHtml.icns
|
…
|
|
filePreferences.icns
|
…
|
|
folder.tiff
|
…
|
|
folder_on.tif
|
…
|
|
forward.tif
|
…
|
|
globe_ico.tif
|
…
|
|
groupbookmark.tif
|
…
|
|
historyicon.tif
|
…
|
|
home.tif
|
…
|
|
main.m
|
…
|
|
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
|
Add Asian Unicode converters to the static build.
|
2002-07-08 20:03:17 +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
|
…
|
|
security_lock.tif
|
…
|
|
separator_on.tif
|
…
|
|
sidebar.tif
|
…
|
|
sidebarClosed.tif
|
…
|
|
sidebarOpened.tif
|
…
|
|
smallDocument.tiff
|
…
|
|
smallbookmark.tif
|
…
|
|
splash.tif
|
…
|
|
stop.tif
|
…
|
|