waldemar%netscape.com
19e5469183
Reorganized instance data structures and object property access, added vtables, wrote new code for processing function definitions, and added several new statements
2003-01-14 22:21:13 +00:00
waldemar%netscape.com
a4f5daa6b6
Added note statement
2003-01-14 22:19:35 +00:00
nelsonb%netscape.com
c74e098433
aeskeywrap.c - implement AES Key Wrap algorithm from RFC 3394
2003-01-14 22:16:04 +00:00
bzbarsky%mit.edu
8368c5f241
Ignore file extensions for urls to obvious CGI scripts. Bug 172693, patch by
...
law@netscape.com (Bill Law), r=bzbarsky, sr=heikki
2003-01-14 22:12:10 +00:00
sspitzer%netscape.com
c8e1ff5409
fix for #188946 . crasher when you delete a smiley.
...
this was caused by the checkin for #114713
there is still problems with delete of smileys, but that's
an existing bug. r/sr=bryner.
2003-01-14 22:08:42 +00:00
bzbarsky%mit.edu
2f936f2f91
Fix bug 188931 -- only show the leafname in the textbox on mac.
...
r=pkw@us.ibm.com , sr=sfraser
2003-01-14 22:05:49 +00:00
cbiesinger%web.de
d7d810f9e2
188586 r+sr=bz nsObjectFrame should use mime service
2003-01-14 21:59:05 +00:00
locka%iol.ie
17b1b9dfb6
Link to embedstring_s.lib to fix xpcom glue & string reorg. r/sr/a=dougt@netscape.com b=188533
2003-01-14 21:57:16 +00:00
bzbarsky%mit.edu
ddd165f8a5
Fix case of access key for '_E_xtensions'. Bug 189099, patch by
...
piersc@cogs.susx.ac.uk (Piers Cornwell (spark)), r=sr=bzbarsky
2003-01-14 21:52:50 +00:00
dbaron%dbaron.org
f91cb66f02
Apply the quirk that simple selectors of the form ':hover' apply only to links to those of the form '.class:hover' as well. b=169078 r+sr=bzbarsky
2003-01-14 21:50:27 +00:00
aaronl%netscape.com
c4672a2d48
Bug 189011. Mail compose broken. Partial backout of bug 176296, r=brade, sr=smfr
2003-01-14 20:42:11 +00:00
glen.beasley%sun.com
63fb2576a6
solaris pkg version
2003-01-14 20:26:36 +00:00
bbaetz%student.usyd.edu.au
3397e5b0cd
Bug 163290 - move DB handling code into a module
...
r=justdave, myk, joel, preed
a=justdave
2003-01-14 20:00:11 +00:00
dougt%netscape.com
30307069cf
fixing os2 bustage
2003-01-14 18:08:49 +00:00
nboyd%atg.com
7418e4b7de
Update to R4.
2003-01-14 16:42:16 +00:00
mikep%oeone.com
f91f930419
Fixing problem with long descriptions being cut off, OEone bug 4948.
2003-01-14 16:23:11 +00:00
igor%mir2.org
71741a82b8
Fixing mnemonics shortcuts for Debug menu
2003-01-14 14:44:46 +00:00
wtc%netscape.com
1a9b9b778b
Bug 188396: don't use ftime because its 32-bit timestamp will overflow
...
around year 2038. Use GetSystemTimeAsFileTime instead. The patch is
contributed by timeless@bemail.org .
Modified files: config/now.c _win95.h _winnt.h ntio.c ntmisc.c w95io.c
2003-01-14 13:22:32 +00:00
igor%mir2.org
b9e26a25cb
From Steaven Beal:
...
This looks like a simple case of using the Hashtable key
instead of the value...
public void clearAllBreakpoints() {
// Igor - Use of keys() is inappropriate here. It produces
// a ClassCastException on the assignment below. The
// keys are String instances, not SourceInfo instances...
//
//Enumeration e = sourceNames.keys();
Enumeration e = sourceNames.elements();
...
}
2003-01-14 11:24:47 +00:00
seawood%netscape.com
1d63ec3b98
Return to using clobber_all instead of distclean.
2003-01-14 10:51:47 +00:00
seawood%netscape.com
6494a15000
Backed out previous checkin.
2003-01-14 10:51:13 +00:00
seawood%netscape.com
1e1162f429
Oops forgot to change this back to 1hr.
2003-01-14 10:05:32 +00:00
peterv%netscape.com
ea96e11c3c
Fix for bug 188872 (Switching between type of HTMLInputElement incorrectly reset size from Int to pixel). Fix by Ruslan Ismailov <croo@nm.ru>, r=sicking, sr=peterv.
2003-01-14 09:53:57 +00:00
seawood%netscape.com
0b1a1ed38f
Run the clobber & build steps in separate processes since they use the same ruleset and the dependency to re-run configure isn't triggered properly.
2003-01-14 09:15:03 +00:00
seawood%netscape.com
17a9e579ce
Add support for timing out cvs checkouts.
...
Bug #184757 r=mcafee
2003-01-14 08:27:05 +00:00
dougt%netscape.com
b18c9c6f3d
removing nsEmbedString from this directory. It has been moved to mozilla/string/embed. r=cls
2003-01-14 07:22:46 +00:00
bryner%netscape.com
7567117773
Combine content and layout into a single library (bug 106161). r=dbaron, sr=jst.
2003-01-14 07:08:59 +00:00
jouni%heikniemi.net
2e01fafe4b
Bug 156169: Bug number styling issues in attachment viewer/editor. r=joel, a=justdave
2003-01-14 06:36:12 +00:00
jkeiser%netscape.com
d1b246175d
Fix crash while document is going away (bug 168013), r=sicking@bugmail.cc, sr=sfraser@netscape.com
2003-01-14 05:54:38 +00:00
bzbarsky%mit.edu
1f4c1d03f9
Fix crash on tearing down the download progress window. Bug 188877,
...
r=timeless, sr=jag
2003-01-14 05:02:46 +00:00
nisheeth%netscape.com
99c390f2cf
Fix Irix bustage. Remove Windows linefeeds from file.
2003-01-14 04:41:53 +00:00
dougt%netscape.com
4cc2321a80
fixing bustage
2003-01-14 04:35:55 +00:00
aaronl%netscape.com
b0b915774b
Bug 187511. Add Find As You Type to menus. r=shliang, sr=jag
2003-01-14 04:07:48 +00:00
aaronl%netscape.com
ac5a909110
Bug 176296. Create accessibility.typeaheadfind.autostart boolean pref. If false, / or ' is required to start Find As You Type. Also fixes bug 183998, allowing manual start with / or ' in mailnews. Find As You Type now uses the command system to get notification that a new find should start. r=kyle, sr=jst
2003-01-14 04:03:35 +00:00
sgehani%netscape.com
9f438b28e3
Make exiting print preview less ``choppy''.
...
b=186346; r=shliang; sr=jaggernaut
2003-01-14 03:55:03 +00:00
dougt%netscape.com
aa97f212b1
Moving nsEmbedString to mozilla/string. r=cls.
2003-01-14 03:41:52 +00:00
dougt%netscape.com
c987d07f19
Moving nsEmbedString to mozilla/string. r=cls
2003-01-14 03:37:34 +00:00
timeless%mozdev.org
22b856cac4
Bug 138633 Esc key should close element properties dialog.
...
patch by walk84@yahoo.com r=jag sr=bz
2003-01-14 03:02:46 +00:00
cavin%netscape.com
2304ea2145
Fix for bug 188905. Copy zip code from mozilla record to palm record. Thanks to tom.lostaunau@sun.com for the patch. r/sr=sspitzer.
2003-01-14 02:29:27 +00:00
wtc%netscape.com
d14e19b063
Bug 188976: avoid calculating the difference of two unsigned integer if
...
the difference is really a negative number. Thanks to Rick Swift for the
patch.
2003-01-14 02:07:16 +00:00
zach%zachlipton.com
9f3cfec42d
remove these, they belong on the branch (woops!)
...
r=mystupidstupidself
2003-01-14 01:54:30 +00:00
bryner%netscape.com
4f197b965a
updates and clarifications
2003-01-14 01:45:28 +00:00
seawood%netscape.com
883b8d8917
Add unix printing components to the GRE.
...
Thanks to Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
Bug #188275 r=cls
2003-01-14 01:37:15 +00:00
seawood%netscape.com
c86e4c3988
Throw an error if we are building with qt support and the qt libs are not found.
...
Bug #188275 r=timeless
2003-01-14 01:31:21 +00:00
dbaron%dbaron.org
e2c1655cf3
Fix ContentStatesChanged so it correctly handles combinations of two elements where one is changing from 'display:none' to needing frames. b=188734 r+sr=bzbarsky
2003-01-14 01:29:34 +00:00
zach%zachlipton.com
7e8da78b14
Readd the changes back on the (now updated) branch :(
2003-01-14 01:09:33 +00:00
bishakhabanerjee%netscape.com
f96d105632
Bug 171263 - NSS test apps to check return value of NSS_Shutdown
2003-01-14 01:03:21 +00:00
alecf%netscape.com
d8e0d1d0a2
fix for bug 156940 - stop crashing on exit by manually releasing the 'param' attribute when the autocomplete widget goes away - this way the mork row doesn't hang around after the db is closed...
...
r=timeless, sr=sfraser
2003-01-14 00:41:01 +00:00
nhotta%netscape.com
649813f42d
move the pref dialog size info platform jar files,
...
check in for yxia@netscape.com
bug 99402, r=nhotta, sr=jag.
2003-01-14 00:03:12 +00:00
pkw%us.ibm.com
6828db1eae
Bug 188527 - AIX: Linker errors when building GTK2 as default toolkit.
...
r=seawood@netscape.com
2003-01-13 23:33:54 +00:00