Commit Graph

94350 Commits

Author SHA1 Message Date
jaggernaut%netscape.com
745e7fae4b I swear this all built fine for me. 2001-12-17 09:44:58 +00:00
mcafee%netscape.com
ae6b56d7c3 minor wording change 2001-12-17 09:35:28 +00:00
jaggernaut%netscape.com
1108828444 Fix Darwin bustage 2001-12-17 09:22:47 +00:00
jaggernaut%netscape.com
da70a667c1 Fix OS2 bustage 2001-12-17 09:21:04 +00:00
jaggernaut%netscape.com
ac6bfc558e Fix BeOS bustage 2001-12-17 08:34:09 +00:00
jaggernaut%netscape.com
fe4f079813 Fix bustage 2001-12-17 08:10:57 +00:00
aaronl%netscape.com
ab93285bed Bug 62423. Alt+down now opens history list in URL bar. r=ben, sr=hewitt 2001-12-17 07:44:57 +00:00
mcafee%netscape.com
12cb96f2dd XULWinOpenTest, send raw sample data to server 2001-12-17 07:26:48 +00:00
jaggernaut%netscape.com
e44e7d9ec8 Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst 2001-12-17 07:14:49 +00:00
pavlov%netscape.com
1452245cdc fixing tomorrow's blocker today (115527). r=ben sr=mscott 2001-12-17 06:59:55 +00:00
mkaply%us.ibm.com
7f5806b092 I know nothing about this stuff, but I think this will at least get BeOS building 2001-12-17 05:10:38 +00:00
nicolson%netscape.com
6cbe7b98f0 Implement KeyPairGeneratorSpi 2001-12-17 03:54:41 +00:00
nicolson%netscape.com
97a987f71b We need a TokenException that extends RuntimeException, so we can throw it without declaring it 2001-12-17 03:52:13 +00:00
jgaunt%netscape.com
f0c6cbebd4 fixing bustage on mac 2001-12-17 03:01:20 +00:00
zach%zachlipton.com
e4ba5888ef Fix for bug 113646, midair when changing assignee gives error. Fix changes sub trim() in globals.pl not to use $_ so as not to conflict with $_ values allready
set.

Patch by myk@mozilla.org, r1=bbaetz, r2=dave.
2001-12-17 01:29:52 +00:00
jgaunt%netscape.com
ae53a4b116 bug 102021, xul menulist accessibility support for aaronl r=jgaunt, sr=hyatt bug 109227, xul tabbox accessibility support r=aaronl, sr=hewitt 2001-12-17 01:21:45 +00:00
jgaunt%netscape.com
3cb166bf1c bug 102021, xul menulist accessibility support for aaronl
r=jgaunt, sr=hyatt
bug 109227, xul tabbox accessibility support
r=aaronl, sr=hewitt
bug 110800, improper event firing in selects
r=dcone, sr=attinasi
2001-12-17 01:21:29 +00:00
mkaply%us.ibm.com
ad685ddec9 OS/2 bustage - resolve libs at link time 2001-12-17 00:54:29 +00:00
bienvenu%netscape.com
654c8cd02b fix crash downloading multiple newsgroups for offline use simultaneously 115237 r/sr=sspitzer 2001-12-17 00:28:10 +00:00
mcafee%netscape.com
a872073700 adding number count column 2001-12-16 20:38:57 +00:00
jaggernaut%netscape.com
3ae7255fc0 Took out a little too much, it looks like. Hope this fixes the bustage. 2001-12-16 20:12:19 +00:00
jaggernaut%netscape.com
e13cbc58e1 Undoing this Makefile.in change until Pavlov fixes widget/src/beos/nsAppRunner.cpp 2001-12-16 20:09:52 +00:00
timeless%mac.com
12246fda79 Bugzilla Bug 95952 Waste of offscreen pixmaps
patch by Roland.Mainz@informatik.med.uni-giessen.de
r=kmcclusk@netscape.com, sr=attinasi
2001-12-16 19:29:30 +00:00
jfrancis%netscape.com
a7fb7f967c fix for bug 114750 and various dups: infinite loop in editro when backspacing or forard deleting across some block boundaries. r=hwaara, sr=sfraser 2001-12-16 19:00:42 +00:00
bienvenu%netscape.com
f73178022a whitespace cleanup 2001-12-16 18:10:25 +00:00
jaggernaut%netscape.com
ee12112b29 Remove timer from REQUIRES, the makefile.win edition 2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com
4f507b8511 Remove timer from REQUIRES. r=pavlov 2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com
1dd2e4533d Attempt to fix BeOS bustage 2001-12-16 14:40:33 +00:00
pavlov%netscape.com
fc87fb1465 still working on the os2 build... 2001-12-16 14:03:46 +00:00
jaggernaut%netscape.com
06fe480469 Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 13:18:45 +00:00
jaggernaut%netscape.com
bbe387ce7f NS_ENSURE_TRUE(rv, rv) -> NS_ENSURE_SUCCESS(rv, rv). sr=jst 2001-12-16 12:31:07 +00:00
jaggernaut%netscape.com
c6d6a59ecb Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 12:04:47 +00:00
jaggernaut%netscape.com
97b0530073 Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
jst%netscape.com
8edc8ebe85 Make that NS_ENSURE_SUCCESS() so we know if this fails... 2001-12-16 11:38:31 +00:00
jaggernaut%netscape.com
862699e4fe Fix small bug: NS_ENSURE_TRUE(rv, rv) -> if (NS_FAILED(rv)) return rv; 2001-12-16 11:22:34 +00:00
pavlov%netscape.com
1181001d1f fixing os2 bustage (bogus #include for some #if0'd code from windows) 2001-12-16 11:18:27 +00:00
bryner%netscape.com
d3558ea6ae Removing unneeded lookup of the column element. Not part of the build. 2001-12-16 09:39:05 +00:00
bryner%netscape.com
ecae3395c1 No longer need to force a width and height. Not part of the build. 2001-12-16 09:37:42 +00:00
pavlov%netscape.com
70cdcc571a lets try PR_STATIC_CALLBACK to please os/2 2001-12-16 09:31:39 +00:00
pavlov%netscape.com
0a4063a239 removing libtimer_gtk.so 2001-12-16 09:28:07 +00:00
pavlov%netscape.com
043a4742c9 removing widget/timer from embed makefiles 2001-12-16 09:27:41 +00:00
bryner%netscape.com
b6423b83c3 Factoring out ChildIterator to separate files so that the outliner code can use it. Not yet part of the build. 2001-12-16 09:13:48 +00:00
jst%netscape.com
af550fa083 Removing dead code, r=sicking@bigfoot.com, sr=me, no bug #. 2001-12-16 08:16:29 +00:00
pavlov%netscape.com
2dcc233662 silly mac, get a real build system 2001-12-16 07:53:25 +00:00
jst%netscape.com
1450f9c0ad Remving unnecessary nsCOMPtr. r=sicking@bigfoot.com, sr=me, no bug # 2001-12-16 07:10:49 +00:00
jst%netscape.com
591abcc892 Fixing bug 114539. Getting rid of mInner in all our 'data' nodes and making those classes inherit nsGenericDOMDataNode in stead. Also remove mContentID from nsTextNode and push mRangeList and mListenerManager into hashtables since they are used so rarely. This results in a size reduction of nsTextNode from 44 bytes to 28 bytes (~36%). r=peterv@netscape.com, sr=hyatt@netscape.com. 2001-12-16 07:04:44 +00:00
jst%netscape.com
362692e337 Fixing bug 114539. Getting rid of mInner in all our 'data' nodes and making those classes inherit nsGenericDOMDataNode in stead. Also remove mContentID from nsTextNode and push mRangeList and mListenerManager into hashtables since they are used so rarely. This results in a size reduction of nsTextNode from 44 bytes to 28 bytes (~36%). r=peterv@netscape.com, sr=hyatt@netscape.com. 2001-12-16 06:59:31 +00:00
pavlov%netscape.com
95f5285559 Removing old timer code. 2001-12-16 06:15:58 +00:00
pavlov%netscape.com
15273ea50a bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan 2001-12-16 06:13:17 +00:00
pavlov%netscape.com
94f65e74a3 bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan 2001-12-16 06:05:15 +00:00