Commit Graph

103 Commits

Author SHA1 Message Date
pinkerton%netscape.com
55477057ee Adding tooltip support for TITLE in html (bug 149635) 2002-08-08 19:36:13 +00:00
sfraser%netscape.com
39fd231516 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
sfraser%netscape.com
dd5f5f9830 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
sfraser%netscape.com
a4fc30822e Added NSString+Utils.mm/.h 2002-07-27 01:22:32 +00:00
pinkerton%netscape.com
6a1cd0fd88 Move the pref controller to be a .mm file 2002-07-25 21:57:53 +00:00
bryner%netscape.com
8285e099f1 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
bryner%netscape.com
6fd5dc94f3 Change ShortVersion to be just the version number, not including the product name. 2002-07-25 19:05:56 +00:00
sfraser%netscape.com
643d59bc2c 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
sfraser%netscape.com
d6e26e143a 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
bryner%netscape.com
cb8f54007c 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
pinkerton%netscape.com
1a99a307b8 Add aqua-like broken image icon 2002-07-24 17:48:48 +00:00
bryner%netscape.com
ac9fa347e0 Fixing static build bustage from sfraser's checkin for bug 145800:
- add all new source files to static build target
 - rename nsDownloader to CHDownloader to avoid symbol name conflicts with necko.
2002-07-24 08:23:52 +00:00
sfraser%netscape.com
929b16498c 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
sfraser%netscape.com
439e675d01 Adding the Appearance.prefPane to the static target build settings. 2002-07-17 17:37:44 +00:00
bryner%netscape.com
13138bb7e8 We don't need pippki.xpt either. 2002-07-17 08:52:43 +00:00
bryner%netscape.com
534f4d6282 Remove libpippki. This is only needed for the XUL implementation of the security dialogs. 2002-07-17 06:22:42 +00:00
sfraser%netscape.com
b3b5242abc Adding files for the Appearance prefs panel, and adding this panel to the static build target. 2002-07-16 17:47:23 +00:00
sfraser%netscape.com
be96945e7e Adding Appearance pref pane files to project. 2002-07-14 02:15:14 +00:00
pinkerton%netscape.com
5a3b1fc0a9 Replace the standard gecko 'image placeholder' with a more aqua-one from ugo 2002-07-12 15:22:28 +00:00
bryner%netscape.com
c2d55e563a Fix file paths for debug static builds. 2002-07-11 01:01:16 +00:00
bryner%netscape.com
d148a6d989 Version # -> 0.4.0 2002-07-10 21:06:28 +00:00
bryner%netscape.com
30adb7d35d Add Asian Unicode converters to the static build. 2002-07-08 20:03:17 +00:00
pinkerton%netscape.com
388650890c oops, remove asian char converters from the wrong place 2002-07-08 18:54:34 +00:00
pinkerton%netscape.com
d2df9a3b5c Pull in the asian charset converters for the dylib build 2002-07-08 17:40:23 +00:00
sfraser%netscape.com
01cb177944 Making a prefs window grouping 2002-07-05 01:11:14 +00:00
sfraser%netscape.com
0714c8b4f8 Adding Navigator.scriptTerminology to the English.lproj directory. Note that we only ever need an English version of this file; Apple advise that you don't localize it, since you can only write Apple Scripts in English. 2002-07-03 20:44:27 +00:00
sfraser%netscape.com
f4d2b5f082 Add the 'mozProfileDirName' key to the Info.plist for the static target. 2002-07-03 18:48:02 +00:00
sfraser%netscape.com
bc8d2ada25 Adding CHUserDefaults.h to project 2002-07-03 06:19:03 +00:00
sfraser%netscape.com
724f4ffbd7 Adding mozProfileDirName key to the Info.plist, which we use to get the name of the profile directory 2002-07-03 00:45:08 +00:00
pinkerton%netscape.com
c24ca6d3f4 Add a toolbar default plist and a string table for various websites 2002-07-02 17:30:58 +00:00
sfraser%netscape.com
eed7024b67 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
pinkerton%netscape.com
b421736c2e adding some include dirs for the d/l bug and adding many new types to
our plist so the finder will let you drag documents to the app icon. (bug 149218)
2002-07-01 23:17:10 +00:00
bryner%netscape.com
07fbd4eef0 We don't need to copy the preference panes to Contents/Resources, they are only used from Contents/PreferencePanes. 2002-07-01 05:07:50 +00:00
sfraser%netscape.com
890e9b84e8 Fixing bug 154203 -- implement a checkbox to use the system home page preference (Internet Config), but keep this preference separate from mozilla's home page pref. 2002-07-01 03:38:34 +00:00
sfraser%netscape.com
6131d9991c 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
sfraser%netscape.com
15ef97badc Fix include paths for static target to include commandhandler 2002-06-28 01:50:09 +00:00
sfraser%netscape.com
56c298b593 Fix for bug 146322; make Undo/Redo/Delete work correctly, and make menu items properly enable. Adding search patch to dist/include/commandhandler r=pinkerton 2002-06-27 21:06:36 +00:00
pinkerton%netscape.com
e7a1e228dd Landing file rewrite changes for conrad 2002-06-26 21:59:47 +00:00
bryner%netscape.com
dc57f042f5 Removing files that really don't need to be in Contents/Resources. 2002-06-26 00:56:15 +00:00
hewitt%netscape.com
d4e1bdf9f6 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
pinkerton%netscape.com
1e38107edb use mac prefs instead of unix ones 2002-06-22 21:52:35 +00:00
bryner%netscape.com
8c3407541b Bump version string to 0.3.1. 2002-06-22 10:48:57 +00:00
bryner%netscape.com
d39456d8e9 Enable prebinding (and automatic prebind updating at runtime) for static builds. r=pinkerton. 2002-06-22 06:28:20 +00:00
bryner%netscape.com
fd648d5e9c Oops, forgot to add libjsj.dylib to the non-static target when I added liboji. 2002-06-20 21:46:21 +00:00
bryner%netscape.com
a29b57a342 Make -autoRegister mode also perform chrome registration, so that this can be done during packaging. r=jag. 2002-06-20 00:08:02 +00:00
bryner%netscape.com
fe4c28ea42 Adding OJI library to the static build target. 2002-06-19 20:15:54 +00:00
bryner%netscape.com
9f6ac1e121 Adding OJI library to the non-static build target. 2002-06-19 19:31:10 +00:00
pinkerton%netscape.com
8e4de1e163 Add broken-image and loading-image gifs from dist/Embed/res 2002-06-18 19:07:34 +00:00
pinkerton%netscape.com
1fb18cc98a Localize text and buttons (bug 148556) 2002-06-18 17:44:22 +00:00
pinkerton%netscape.com
66c181d5df make us open url's as a service (bug 150860) 2002-06-18 13:52:17 +00:00