Граф коммитов

30900 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com b2f9c1f9e2 clean up the interfaces I'll need to remove the message from the db after
the user hits cancel.  add newlines to ends of files.  remove old bogus code.
1999-06-16 07:00:47 +00:00
rjc%netscape.com 9487fa598c Work around bug #8278. 1999-06-16 06:58:40 +00:00
sfraser%netscape.com a4626a9d71 delete[] -> PR_Free. r bruce 1999-06-16 06:57:53 +00:00
dveditz%netscape.com 40f1477bbd eliminate extra startup file i/o 1999-06-16 06:50:37 +00:00
dveditz%netscape.com 3198743e2a use standard XPCOM macros 1999-06-16 06:49:42 +00:00
dveditz%netscape.com 560ad43e44 Updating utility for mozilla world 1999-06-16 06:47:06 +00:00
rjc%netscape.com 9572e0be8c Try and ensure that we're actually looking at proper search datasets by checking file type and creator on Mac. 1999-06-16 06:46:51 +00:00
waterson%netscape.com 533c62b3a8 When destroying an RDFElement, call SetParent(nsnull) on each of its children so that there aren't any dangling reference back to us (should a child leak, or be referred to by somebody else). 1999-06-16 06:44:23 +00:00
sspitzer%netscape.com 34576fe309 fix warnings.
also Back() and Back(nsIWebShell *) existed, and this is bad.
Renamed Back(nsIWebShell *) to GoBack(nsIWebShell *).
1999-06-16 06:38:44 +00:00
pierre%netscape.com 41c44eaa6c Removed the NSPR event queue from nsMacMessagePump (and keep the one in nsToolkit). 1999-06-16 06:30:38 +00:00
pierre%netscape.com 86cbb24e2c set the caret at the right location after a cut 1999-06-16 06:26:38 +00:00
pierre%netscape.com a1f5431951 Fixed a crash in HandleMenuCommand(). It could especially happen on Quit. 1999-06-16 06:22:11 +00:00
peterl%netscape.com 8aed081b91 fixed re-resolve style contexts to handle local pseudo elements
and capture style change information
1999-06-16 06:17:21 +00:00
peterl%netscape.com 3e70c0acb6 dont emit error messages when sheets canceled after doc disconnect 1999-06-16 06:16:53 +00:00
peterl%netscape.com ffcfa88bf5 changed initialization of basefont so as not to override font style on HTML elements 1999-06-16 06:15:01 +00:00
alecf%netscape.com 44fa027dea fix depth to appease shrike 1999-06-16 06:14:51 +00:00
waterson%netscape.com 63ddb19b70 Add '-chrome' flag to load alternative chrome. 1999-06-16 06:14:28 +00:00
rjc%netscape.com 6ae1446023 Only save data in graph if its not already there. Also, resolve aliases to search datasets on Mac. 1999-06-16 06:01:04 +00:00
briano%netscape.com 777b501390 Automated update 1999-06-16 05:59:52 +00:00
bienvenu%netscape.com 7b175f3c86 don't continue applying filters after move 1999-06-16 05:58:02 +00:00
alecf%netscape.com b5c969e0d3 fix makefiles to enter "skin" directory 1999-06-16 05:57:20 +00:00
bienvenu%netscape.com 9a2d2bcd32 fix filter success determination 1999-06-16 05:56:33 +00:00
waterson%netscape.com a24cd05fb9 Fix unintialized memory read. 1999-06-16 05:52:42 +00:00
mcafee%netscape.com c140fa3ede Removing --enable-new-drag-and-drop, NEW_DRAG_AND_DROP is on by default now. 1999-06-16 05:50:32 +00:00
sfraser%netscape.com aff5a4563d Fix some really weird casting bugs. Details are in bug 8277. 1999-06-16 05:44:07 +00:00
alecf%netscape.com d685d867f0 localize the dialog title 1999-06-16 05:37:21 +00:00
alecf%netscape.com fc1577dae8 add FilterListDialog.js to makefiles 1999-06-16 05:35:51 +00:00
alecf%netscape.com a3f201cf7a set column widths appropriately 1999-06-16 05:35:33 +00:00
alecf%netscape.com a7ec812328 add some logic for Filters 1999-06-16 05:34:36 +00:00
rjc%netscape.com 6f95e86ca1 Set a white background. 1999-06-16 05:32:48 +00:00
alecf%netscape.com a6ffeb705c remove some excess XUL that used to have templates for combo boxes 1999-06-16 05:32:17 +00:00
rjc%netscape.com 2aa04ff204 Use case-insignificant string comparisons now that we can. 1999-06-16 05:32:13 +00:00
talisman%anamorphic.com d4928c5577 Set the default build to debug (javac -g) so we can do a better job of quality control;
Set max stack size to 64MB during compile phase - we have enough classes now that the compiler runs out of memory occasionally without the -mx64m flag.
1999-06-16 05:24:21 +00:00
bienvenu%netscape.com 5ec4157361 fix warnings 1999-06-16 05:23:05 +00:00
rjc%netscape.com ce0d4e22cb If we already have the results from a search, just return them; don't bother re-doing the search. 1999-06-16 05:22:14 +00:00
talisman%anamorphic.com ee61d975ac *Lots* of bug fixes:
- Fixed problem of showing Look & Feel sets that won't run on a given
	  platform;

	- Fixed font bugs

	- Updated deprecated methods to be JDK 1.1 compliant
1999-06-16 05:21:42 +00:00
talisman%anamorphic.com 123c30e703 Author severely broke compatibility with JDK 1.1 - only fix so far is changing Vector.add(Object) to Vector.addElement(Object). As far as I know, we still want to be compatible with JDK 1.1. 1999-06-16 05:20:12 +00:00
pollmann%netscape.com 77b957c693 Bug 2195: select[n] == select.options[n], new idlc-generated glue for nonstandard DOM interface 1999-06-16 05:20:00 +00:00
pollmann%netscape.com 7730a73adc Bug 2195: select[n] == select.options[n], new implementation for nonstandard DOM interface 1999-06-16 05:19:08 +00:00
mcafee%netscape.com 5e598e62bd Removing NEW_DRAG_AND_DROP ifdef, this is on by default now. 1999-06-16 05:18:53 +00:00
talisman%anamorphic.com 39ccd5ae1a Yet more font bug fixes. 1999-06-16 05:17:33 +00:00
talisman%anamorphic.com 631896d418 More font bug fixes. 1999-06-16 05:16:29 +00:00
talisman%anamorphic.com dcbed3ebf8 More bug fixes - would throw a FileNotFound exception at startup if the $HOME/.grendel/grendel.pref file didn't exist. Now it creates it if it doesn't already exist. 1999-06-16 05:15:31 +00:00
pollmann%netscape.com ba5f073a74 Bug 2195: select[n] == select.options[n], new nonstandard DOM interface 1999-06-16 05:15:30 +00:00
talisman%anamorphic.com b723a0ed6d Font bug fixes - default font was too big (may be platform specific to linux, but Helvetica-plain-12 is a safe bet for any system). 1999-06-16 05:13:53 +00:00
rjc%netscape.com b87fd97a8d Less memory intensiveness: now only load/save data into memory store as needed instead of upfront. 1999-06-16 05:11:54 +00:00
waterson%netscape.com 82a887fa49 Bug 8272. Assert when writing RDF file. This probably had to do with the fact that we were writing out ID= attributes on the RDF containers. I changed to write an illegal 'about=' construct to get Matt alive. 1999-06-16 05:11:05 +00:00
jfrancis%netscape.com 41074bcccd editor rules framework for {make list, indent, outdent, change alignment} 1999-06-16 05:02:43 +00:00
pollmann%netscape.com e2a75f1d5d Bug 2195: select[n] == select.options[n], new header for nonstandard DOM interface 1999-06-16 05:02:21 +00:00
ramiro%netscape.com 644957d45a Make it work with gnu libc 2.1. On glibc 2.1, the Dl_info api defined in
<dlfcn.h> is only exposed __USE_GNU is defined.  I suppose its some kind of
standards adherence thing.
1999-06-16 04:55:36 +00:00