Commit Graph

2816 Commits

Author SHA1 Message Date
mcafee%netscape.com
f8a0f960f1 Adding color picker. 1999-09-17 07:49:56 +00:00
tbogard%aol.net
7fa1736cfd Adding sample to show how tool icons don't properly update when told to via css. 1999-09-17 07:43:36 +00:00
mcafee%netscape.com
82622ebed7 Removing debug info 1999-09-17 07:34:37 +00:00
dveditz%netscape.com
7b70c6daf9 a little more debug output to show where startup time is going 1999-09-17 06:38:05 +00:00
mcafee%netscape.com
947c13ebf3 Adding colorpicker 1999-09-17 06:30:56 +00:00
rjc%netscape.com
ee1ca99fba Change window title to "Search" per marketing. 1999-09-17 05:42:54 +00:00
mcafee%netscape.com
7cc1b02b8b License, plus dropdown examples. 1999-09-17 05:23:48 +00:00
rjc%netscape.com
f6b3272e31 Fix signed/unsigned warning. 1999-09-17 04:59:55 +00:00
rjc%netscape.com
23c6dd0c95 Fix bug #5871: now write out bookmark file in "UTF-8" encoding, along with: <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> To support this, when reading in the bookmark file, we look to see if a META charset is specified and, if it is, we'll try and get a decoder for it to use when processing the rest of the file. 1999-09-17 04:58:07 +00:00
rjc%netscape.com
294832cc06 Fix bug #14117. Thanks to tor@cs.brown.edu for the fix. 1999-09-17 04:10:36 +00:00
waterson%netscape.com
d6245f8b84 Bug 13970. Use 'commandupdater' attribute to do automatic updater hookup. 1999-09-17 04:02:27 +00:00
danm%netscape.com
e9bd7f6f1c reverting size and move of window to offscreen. that broke dialogs parented on hiddenWindow. 1999-09-17 03:43:06 +00:00
briano%netscape.com
93cec57e4a Fixed the Unix native compiler breakage. Replaced the invalid 'true' with 'PR_TRUE'. 1999-09-17 03:25:58 +00:00
rjc%netscape.com
3c8a4bf7d7 Fix bug #9945: "Related Links" data comes in as UTF-8, so convert to Unicode before processing. Thanks for ftang@netscape.com for helping with this. 1999-09-17 02:26:25 +00:00
syd%netscape.com
f07cb272bf Looks like the cvs update/merge needed some manual intervention. Took our offending cruft. Preserved
usage of _blank which according to cvs log is what law intended.
1999-09-17 02:02:18 +00:00
davidm%netscape.com
51bcd48d67 Remove obsolete code. Move some wallet code off to js 1999-09-16 23:46:55 +00:00
davidm%netscape.com
c308807889 Fix so mac doesn't quit when last window closed 1999-09-16 23:45:25 +00:00
davidm%netscape.com
e91630628d Change quit code. Change wallet code to load URL's directly rather than call appcore 1999-09-16 23:44:07 +00:00
davidm%netscape.com
c1d0091bab break shutdown into quit and shut down. Add code to not quit on mac when last window closed. Load wallet files directly rather than going through the appcore 1999-09-16 23:42:49 +00:00
fergus%netscape.com
1ebf81d673 Adding localization comments 1999-09-16 22:01:08 +00:00
slamm%netscape.com
1ae64ebfdb slightly smaller icon 1999-09-16 21:29:30 +00:00
slamm%netscape.com
ef0379cabc Everyone hates the inset border. Me too. 1999-09-16 21:28:32 +00:00
fergus%netscape.com
0f19259cab Adding localization comments 1999-09-16 21:20:57 +00:00
sspitzer%netscape.com
643b8c9959 if the user has a sidebar.rdf file in there profile directory, use that.
otherwise, use the global.  slamm is going to work on *writing* out $PROFILE/sidbar.rdf next.
1999-09-16 20:38:26 +00:00
hangas%netscape.com
97a0bdb5a3 Added commandUpdater code to mail 3pane. 1999-09-16 20:24:07 +00:00
mcafee%netscape.com
08c807ec26 Naming radio inputs to fix radio behavior. 1999-09-16 20:07:03 +00:00
dp%netscape.com
d0ccf9a6eb Ability for XPCOM to use non-default component registry and component directory 1999-09-16 19:28:57 +00:00
law%netscape.com
612cd3ec05 _new -> _blank 1999-09-16 19:20:56 +00:00
matt%netscape.com
637f82796b Adding dtd entities lHeader to convert to xul 1999-09-16 19:07:32 +00:00
matt%netscape.com
29f8d82fdc Adding pref-smart_browsing 1999-09-16 19:06:07 +00:00
sspitzer%netscape.com
7ee3917790 ignore generated makefiles 1999-09-16 11:33:15 +00:00
sspitzer%netscape.com
0804b138df add beginnings of support for -h, -help, --help, -v, -version, --version. note how the code for this happens way early in main(), before any COM or profile stuff. when running with -v and -h it should be quick. 1999-09-16 11:30:18 +00:00
sspitzer%netscape.com
4b5eef34a2 wrap more in the try / catch block to prevent exceptions making
there way to the console.
1999-09-16 11:00:20 +00:00
hangas%netscape.com
701134dee8 More advances in commanUpdater development. Making this work from globalOverlay.xul so that less xul and js is required for each window. 1999-09-16 07:37:45 +00:00
sspitzer%netscape.com
e1cfee40ea fix warnings. fix #13886. support the "general.startup.*" prefs.
use PL_strcmp instead of strcmp
1999-09-16 06:50:17 +00:00
sspitzer%netscape.com
d4b1939be9 add -P and -CreateProfile to the script. also add a comment explaining where all these command line options come from 1999-09-16 06:42:51 +00:00
hangas%netscape.com
a899d6730f More work on commandUpdating with address book 1999-09-16 05:46:03 +00:00
hangas%netscape.com
06bab0b8b6 Default edit menu items to disabled. 1999-09-16 05:44:37 +00:00
davidm%netscape.com
c078d5b1b0 13907 cmd-key for bookmarks is cmd-m 1999-09-16 04:34:47 +00:00
law%netscape.com
264c585f12 Initial context menu support 1999-09-16 04:15:40 +00:00
hangas%netscape.com
6951aaf9c0 Added real commandUpdater code to globalOverlay and addressbook. So far the Select All menu item enables/disables with this code. Stay tuned for more... 1999-09-16 01:46:30 +00:00
waterson%netscape.com
aeb9d71034 Bug 13892. Fix window targeting for new sidebar. 1999-09-16 01:23:37 +00:00
warren%netscape.com
7d5e565fd5 Factored file transport service out of file: protocol. 1999-09-16 01:16:22 +00:00
sfraser%netscape.com
f9ea614f40 Remove security.o 1999-09-16 01:11:28 +00:00
hangas%netscape.com
7f0fe2afd4 Default edit menu items to disabled. 1999-09-16 00:59:15 +00:00
hangas%netscape.com
6dc38f96d8 Added "_blank" to window.open as per danm's notification. 1999-09-16 00:58:50 +00:00
hangas%netscape.com
0e6cf27eda Added style display:none for commands, commandset, command 1999-09-16 00:57:10 +00:00
dp%netscape.com
33be9c3ecb Fixing XPCOM init being called again after shutdown. 1999-09-15 22:01:05 +00:00
rchen%netscape.com
b67e4db3a5 Add localization notes 1999-09-15 20:33:35 +00:00
radha%netscape.com
9f00583602 When invoking the mail composer upon on a click on a mailto: link, make
sure the to, cc, subject arguments are passed to the composer
1999-09-15 19:33:46 +00:00