.. |
AboutBox.nib
|
…
|
|
BookmarkInfoPanel.nib
|
…
|
|
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
|
Add aqua-like broken image icon
|
2002-07-24 17:48:48 +00:00 |
English.lproj
|
Changed "Save Link As..." in context menus to "Download Link Target..." (bug 159201)
|
2002-07-24 22:00:11 +00:00 |
FindDialog.nib
|
Fixing keyboard navigation
|
2002-07-05 00:58:13 +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
|
Making the Colors and Links tab the default (bug 158152).
|
2002-07-19 02:26:53 +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 |
alert.nib
|
fix phantom checkbox and password field in prompt dialog (bug 156561)
|
2002-07-24 20:41:30 +00:00 |
projects
|
Add aqua-like broken image icon
|
2002-07-24 17:48:48 +00:00 |
resources
|
Changed "Save Link As..." in context menus to "Download Link Target..." (bug 159201)
|
2002-07-24 22:00:11 +00:00 |
src
|
localize d/l progress dialog and put strings in localizable.strings (bug 143093)
|
2002-07-24 21:48:08 +00:00 |
throbber
|
…
|
|
AppDirServiceProvider.cpp
|
Put profile directories in ~/Library/Application Support now
|
2002-07-03 00:46:59 +00:00 |
AppDirServiceProvider.h
|
…
|
|
BookmarkInfoController.h
|
…
|
|
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
|
…
|
|
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
|
…
|
|
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
|
Teach url dispatch about the referrer field so opening links in a new
|
2002-07-10 21:53:29 +00:00 |
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
|
Teach url dispatch about the referrer field so opening links in a new
|
2002-07-10 21:53:29 +00:00 |
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
|
Teach url dispatch about the referrer field so opening links in a new
|
2002-07-10 21:53:29 +00:00 |
CHExtendedOutlineView.h
|
…
|
|
CHExtendedOutlineView.mm
|
…
|
|
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
|
…
|
|
CHGeckoUtils.h
|
…
|
|
CHGetURLCommand.h
|
…
|
|
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
|
…
|
|
CHGoMenu.mm
|
…
|
|
CHHistoryDataSource.h
|
…
|
|
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
|
…
|
|
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
|
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
|
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
|
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 |
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 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 |
DownloadProgressDisplay.h
|
Fixing static build bustage from sfraser's checkin for bug 145800:
|
2002-07-24 08:23:52 +00:00 |
DownloadProgressDisplay.mm
|
Fixing static build bustage from sfraser's checkin for bug 145800:
|
2002-07-24 08:23:52 +00:00 |
FindDlgController.h
|
…
|
|
FindDlgController.mm
|
…
|
|
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
|
Fixing static build bustage from sfraser's checkin for bug 145800:
|
2002-07-24 08:23:52 +00:00 |
ProgressDlgController.mm
|
localize d/l progress dialog and put strings in localizable.strings (bug 143093)
|
2002-07-24 21:48:08 +00:00 |
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 |
StringUtils.h
|
…
|
|
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
|
…
|
|
back.tif
|
…
|
|
bookicon.tif
|
…
|
|
bookmark_on.tif
|
…
|
|
bookmarks.xml
|
…
|
|
broken-image.gif
|
aqua-looking broken image icon
|
2002-07-24 17:47:34 +00:00 |
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
|
…
|
|
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
|
…
|
|
nsAlertController.mm
|
fix phantom checkbox and password field in prompt dialog (bug 156561)
|
2002-07-24 20:41:30 +00:00 |
nsCocoaBrowserService.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 |
nsCocoaBrowserService.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 |
nsDownloadListener.h
|
Fixing static build bustage from sfraser's checkin for bug 145800:
|
2002-07-24 08:23:52 +00:00 |
nsDownloadListener.mm
|
Fixing static build bustage from sfraser's checkin for bug 145800:
|
2002-07-24 08:23:52 +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
|
…
|
|
security_lock.tif
|
…
|
|
separator_on.tif
|
…
|
|
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
|
…
|
|