.. |
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
|
Somehow we lost the connections on the ok/cancel buttons in the password
|
2002-08-06 01:10:29 +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
|
Nib changes for bug 160725: hook up mProxyIcon on the BrowserWindowController.
|
2002-08-15 18:03:38 +00:00 |
Chimera.pbproj
|
Project changes for bug 160725: add RemoteDataProvider.mm/h, SiteIconProvider.mm/h, and include paths into dist/include/nkcache.
|
2002-08-15 18:04:24 +00:00 |
English.lproj
|
Untitled -> untitled per aqua guidelines
|
2002-08-15 18:21:13 +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 for bug 152975. Add a Show/Hide Sidebar menu item with key shortcut Command-/. Patch from Prachi Guariar.
|
2002-08-06 20:42:25 +00:00 |
PreferencePanes
|
updated icons from ugo
|
2002-08-15 18:55:54 +00:00 |
ProgressDialog.nib
|
Fix bug 159461: make the progress window remember its position, and (bug 159460) have it appear in the Windows menu, with a useful name.
|
2002-07-26 23:37:10 +00:00 |
projects
|
Project changes for bug 160725: add RemoteDataProvider.mm/h, SiteIconProvider.mm/h, and include paths into dist/include/nkcache.
|
2002-08-15 18:04:24 +00:00 |
resources
|
updated icons from ugo
|
2002-08-15 18:55:54 +00:00 |
src
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
throbber
|
Fix broken throbber images. Switch to smaller .gif format.
|
2002-06-14 22:47:46 +00:00 |
.cvsignore
|
ignore some stuff
|
2002-08-06 00:27:19 +00:00 |
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
|
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 |
appicon.icns
|
Icon files. NPOB.
|
2002-04-20 02:42:11 +00:00 |
back.tif
|
updated icons from ugo
|
2002-08-15 18:55:54 +00:00 |
bookicon.tif
|
|
|
bookmark_on.tif
|
Adding globe icon for URL bar. Updating to 0.2.7
|
2002-05-03 07:32:18 +00:00 |
BookmarkInfoController.h
|
Separating the personal toolbar from the sidebar selection. Bookmarks info
|
2002-07-26 20:28:45 +00:00 |
BookmarkInfoController.mm
|
Fixing various drag and drop bugs: 160215 -- dragging link into bookmarks sidebar panel, and into the personal toolbar now works.
|
2002-07-31 02:39:11 +00:00 |
bookmarks.xml
|
I think it builds now.
|
2002-04-20 23:19:28 +00:00 |
BookmarksDataSource.h
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
BookmarksDataSource.mm
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
BookmarksService.h
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
BookmarksService.mm
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
broken-image.gif
|
aqua-looking broken image icon
|
2002-07-24 17:47:34 +00:00 |
BrowserWindow.h
|
going back to a NSTextField with field editor for the url bar. fixes a lot
|
2002-08-13 16:23:42 +00:00 |
BrowserWindow.mm
|
going back to a NSTextField with field editor for the url bar. fixes a lot
|
2002-08-13 16:23:42 +00:00 |
BrowserWindowController.h
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
BrowserWindowController.mm
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +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
|
going back to a NSTextField with field editor for the url bar. fixes a lot
|
2002-08-13 16:23:42 +00:00 |
CHAutoCompleteDataSource.mm
|
Call super dealloc all the time and make sure we only do it at the end of
|
2002-08-05 22:50:33 +00:00 |
CHAutoCompleteTextField.h
|
Register for undo/redo notifications so we can hide the suggestions
|
2002-08-14 22:11:02 +00:00 |
CHAutoCompleteTextField.mm
|
Register for undo/redo notifications so we can hide the suggestions
|
2002-08-14 22:11:02 +00:00 |
CHBookmarksButton.h
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
CHBookmarksButton.mm
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
CHBookmarksOutlineView.h
|
bookmark drag and drop
|
2002-05-02 12:08:47 +00:00 |
CHBookmarksOutlineView.mm
|
Fixing various drag and drop bugs: 160215 -- dragging link into bookmarks sidebar panel, and into the personal toolbar now works.
|
2002-07-31 02:39:11 +00:00 |
CHBookmarksToolbar.h
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
CHBookmarksToolbar.mm
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
CHBrowserView.h
|
Ensure gecko knows the drag left the window and shuts down the drag
|
2002-07-30 15:20:28 +00:00 |
CHBrowserView.mm
|
Fix bug 160168; option-click to save link broken. We were throwing an exception when calling fileSystemRepresentation on an empty string. Also change a bunch of places in the code to assume UTF-8, not ASCII, for url strings.
|
2002-08-02 23:40:29 +00:00 |
CHBrowserWrapper.h
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
CHBrowserWrapper.mm
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
CHExtendedOutlineView.h
|
Add tooltips to bookmark outliner. allow context-click to set the
|
2002-08-06 02:25:46 +00:00 |
CHExtendedOutlineView.mm
|
Add tooltips to bookmark outliner. allow context-click to set the
|
2002-08-06 02:25:46 +00:00 |
CHExtendedTabView.h
|
Fix for bug 156607 (performance slow with large numbers of tabs open). These changes make all the tabs the same width, and put a cap of 16 on the number of tabs per browser window. When at this limit, commands that would open a new tab (e.g. view source) now open a new window. 'New tab' menu items should disable appropriately.
|
2002-08-06 01:53:37 +00:00 |
CHExtendedTabView.mm
|
Fix for bug 156607 (performance slow with large numbers of tabs open). These changes make all the tabs the same width, and put a cap of 16 on the number of tabs per browser window. When at this limit, commands that would open a new tab (e.g. view source) now open a new window. 'New tab' menu items should disable appropriately.
|
2002-08-06 01:53:37 +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
|
Fix for bug 155920: added string truncation utility on our NSString category, and used it to truncat strings that are put into menu items in the UI and window titles.
|
2002-08-02 21:08:24 +00:00 |
CHHistoryDataSource.h
|
Fixing various drag and drop bugs: 160215 -- dragging link into bookmarks sidebar panel, and into the personal toolbar now works.
|
2002-07-31 02:39:11 +00:00 |
CHHistoryDataSource.mm
|
Ensure that we don't try to set initial focus on Gecko too early -- wait for the page to load. Also fixed a few build warnings. Bug 151039, r=sfraser.
|
2002-08-02 23:45:24 +00:00 |
CHIconTabViewItem.h
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
CHIconTabViewItem.mm
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +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
|
going back to a NSTextField with field editor for the url bar. fixes a lot
|
2002-08-13 16:23:42 +00:00 |
CHPageProxyIcon.h
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
CHPageProxyIcon.mm
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
CHPreferenceManager.h
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
CHPreferenceManager.mm
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +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
|
Fix bug 160168; option-click to save link broken. We were throwing an exception when calling fileSystemRepresentation on an empty string. Also change a bunch of places in the code to assume UTF-8, not ASCII, for url strings.
|
2002-08-02 23:40:29 +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 |
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
|
Whack string usage. Converted category on NSString to use references, added PRUnichar* method, and changed all uses to use these new methods.
|
2002-07-29 21:40:53 +00:00 |
ContentClickListener.h
|
Fix for nsIFile now being unicode apis instead of UTF8
|
2002-05-11 04:14:03 +00:00 |
ContentClickListener.mm
|
remove hack for unsupported protocols now that necko correctly
|
2002-08-14 19:10:26 +00:00 |
Credits.rtf
|
adding max horn
|
2002-08-06 02:32:34 +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
|
When quitting, the d/l progress window and controller are shut down
|
2002-08-07 21:32:02 +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
|
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 |
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
|
Call super dealloc all the time and make sure we only do it at the end of
|
2002-08-05 22:50:33 +00:00 |
folder_on.tif
|
|
|
folder.tiff
|
|
|
forward.tif
|
updated icons from ugo
|
2002-08-15 18:55:54 +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
|
|
|
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 |
MainController.h
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
MainController.mm
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
Navigator.scriptSuite
|
Sherlock uses the spyglass suite (bug 160130).
|
2002-07-30 16:02:38 +00:00 |
nsAlertController.h
|
fix a warning
|
2002-07-01 20:08:59 +00:00 |
nsAlertController.mm
|
Somehow we lost the connections on the ok/cancel buttons in the password
|
2002-08-06 01:10:29 +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
|
Fix some build warnings that showed up after my string whackage.
|
2002-07-29 22:35:52 +00:00 |
nsDownloadListener.h
|
When quitting, the d/l progress window and controller are shut down
|
2002-08-07 21:32:02 +00:00 |
nsDownloadListener.mm
|
When quitting, the d/l progress window and controller are shut down
|
2002-08-07 21:32:02 +00:00 |
NSScreen+Utils.h
|
Adding tooltip support for TITLE in html (bug 149635)
|
2002-08-08 19:36:13 +00:00 |
NSScreen+Utils.m
|
Adding tooltip support for TITLE in html (bug 149635)
|
2002-08-08 19:36:13 +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 |
NSString+Utils.h
|
Fix for bug 156607 (performance slow with large numbers of tabs open). These changes make all the tabs the same width, and put a cap of 16 on the number of tabs per browser window. When at this limit, commands that would open a new tab (e.g. view source) now open a new window. 'New tab' menu items should disable appropriately.
|
2002-08-06 01:53:37 +00:00 |
NSString+Utils.mm
|
Patch from Max Horn to optimize 'stringByTruncatingTo'.
|
2002-08-06 20:04:07 +00:00 |
panel_icon.tif
|
|
|
print.tif
|
|
|
ProgressDlgController.h
|
Fix bug 159461: make the progress window remember its position, and (bug 159460) have it appear in the Windows menu, with a useful name.
|
2002-07-26 23:37:10 +00:00 |
ProgressDlgController.mm
|
When quitting, the d/l progress window and controller are shut down
|
2002-08-07 21:32:02 +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
|
updated icons from ugo
|
2002-08-15 18:55:54 +00:00 |
RemoteDataProvider.h
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
RemoteDataProvider.mm
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
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
|
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 |
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
|
Ensure that we don't try to set initial focus on Gecko too early -- wait for the page to load. Also fixed a few build warnings. Bug 151039, r=sfraser.
|
2002-08-02 23:45:24 +00:00 |
separator_on.tif
|
Initial commits of a bunch of files. Chimera. NPOB.
|
2002-04-20 07:21:10 +00:00 |
showall.tif
|
updated icons from ugo
|
2002-08-15 18:55:54 +00:00 |
showsource.tif
|
updated icons from ugo
|
2002-08-15 18:55:54 +00:00 |
sidebar.tif
|
|
|
sidebarClosed.tif
|
|
|
sidebarOpened.tif
|
|
|
SiteIconProvider.h
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
SiteIconProvider.mm
|
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
|
2002-08-15 18:08:12 +00:00 |
smallbookmark.tif
|
|
|
smallDocument.tiff
|
|
|
splash.tif
|
0.4 splash from ugo
|
2002-07-11 03:33:12 +00:00 |
stop.tif
|
updated icons from ugo
|
2002-08-15 18:55:54 +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 |
ToolTip.h
|
Adding tooltip support for TITLE in html (bug 149635)
|
2002-08-08 19:36:13 +00:00 |
ToolTip.mm
|
Fix padding issues and a memory leak (bug 162205)
|
2002-08-14 19:37:40 +00:00 |
WebsiteDefaults.strings
|
Fix for bug 160037; remove the SearchPageDefault key so that we go to IC for the default search page.
|
2002-07-30 05:00:14 +00:00 |