pschwartau%netscape.com
90756d00ab
Initial add. Regression test for bug 31316.
2001-05-01 23:35:15 +00:00
mcgreer%netscape.com
31c82812d4
Checkin for bug #75123 . Improves the cert manager to make it look more like the mock-up. Implementation of nsIOutlinerView to improve cert listings.
...
r=javi, sr=blizzard
2001-05-01 23:23:23 +00:00
loadrunner%betak.net
c6ee9c8192
bug 60406, r=nhotta, sr=alecf
2001-05-01 23:12:31 +00:00
dougt%netscape.com
6a44ba717c
Fixes 78279, 77939. r=gagan@netscape.com, sr=darin@netscape.com
2001-05-01 23:09:25 +00:00
alecf%netscape.com
de6cfe3ff7
fix for bug 77604 and bug 78243, r=hewitt, sr=sspitzer - load the history db when the url bar kicks off an autocomplete, and make sure that we answer to the sorted name property for non-find URLs
2001-05-01 23:02:40 +00:00
alecf%netscape.com
1fbb28457a
fix for bug 77674 sr=sspitzer - real simple fix, just use the value of the "observes" attribute instead of the id, to determine the column we are sorting
2001-05-01 23:01:13 +00:00
hyatt%netscape.com
23b0c38927
Fix for 76495. r=danm, sr=rpotts
2001-05-01 22:54:11 +00:00
hyatt%netscape.com
e051c14ef3
Fix for 76495. r=danm, sr=rpotts
2001-05-01 22:50:16 +00:00
thayes%netscape.com
85e5579415
Bug 78124. r=javi/sr=scc. Change onclick for the security-button to call
...
the pageInfo window directly, opened to the security tab.
2001-05-01 22:20:10 +00:00
varada%netscape.com
e7a525db87
bug#52328 - cleaning up the dtd files and idl rules;r=ducarroz;sr=sspitzer
2001-05-01 22:19:48 +00:00
loadrunner%betak.net
6ebcd9ef7e
bug 64231, r=nhotta, sr=alecf
2001-05-01 22:08:31 +00:00
naving%netscape.com
2027068ca2
78280 The reason it was broken was because m_hdrs was not being built after sorting.
...
No need for m_hdrs because we already have m_keys and can fetch the hdrs.
m_keys and m_folders are rebuilt on a sort operation.
75761 The problem is with first message for local folders because they have
m_messageKey as 0 and we were caching msg headers. This was causing problems
for search window because results are from multiple folders. fix suggested by david.
r=gayatrib sr=bienvenu
2001-05-01 22:01:43 +00:00
pschwartau%netscape.com
43b71e1c46
Initial add. Regression test for bug 76683.
2001-05-01 21:57:10 +00:00
rginda%netscape.com
e53b69b6ab
- not built -
...
add invalidate() method to jsdIScript
rework jsdIScriptHook interface
2001-05-01 21:37:24 +00:00
rginda%netscape.com
033de8731c
- not built -
...
add debug instance counter for jsdScript
add mValid flag to jsdScript
2001-05-01 21:35:06 +00:00
rginda%netscape.com
100d86b9c1
- not built -
...
validate integrity of jsdScript data to guard against calling into a destroyed script.
queue up script deletes that happen during the JS GC cycle, call them when GC finishes (bug 76979.)
don't NS_IF_ADDREF objects that we get using *::FromPtr()
add jsdScript::Invalidate()
2001-05-01 21:33:43 +00:00
leaf%mozilla.org
66591e4727
fix for 78317, sr=alecf r=rbs
2001-05-01 21:03:38 +00:00
sfraser%netscape.com
c64727f3b8
Fix for 78194; add find.xpt to the package files for Unix and Windows (Mac is OK already). a=leaf
2001-05-01 19:06:35 +00:00
ashuk%eng.sun.com
0e7a31c1c1
author=ashuk
...
Bug=73085
Files modified = mozilla/java/makefiles
this fix makes it so configure creates the makefile in java/build
Index: makefiles
===================================================================
RCS file: /cvsroot/mozilla/java/makefiles,v
retrieving revision 1.3
diff -u -r1.3 makefiles
--- makefiles 2000/08/03 21:32:54 1.3
+++ makefiles 2001/05/01 18:46:47
@@ -1,6 +1,7 @@
java/Makefile
java/util/Makefile
java/util/classes/Makefile
+java/build/Makefile
java/webclient/Makefile
java/webclient/classes_spec/Makefile
java/webclient/src_share/Makefile
2001-05-01 18:48:57 +00:00
dmose%netscape.com
b84e107be1
Fixing MOZ_TRACK_MODULE_DEPS (eg senna on the Ports page) build bustage.
2001-05-01 17:28:30 +00:00
beard%netscape.com
88d5a8805e
Now builds two sub-projects, jscore.mcp, jstools.mcp and merges the resulting jar files into js.jar. This uses the new source tree organization.
2001-05-01 17:24:48 +00:00
beard%netscape.com
1be8074e20
Builds org.mozilla.javascript.tools.* classes.
2001-05-01 17:19:16 +00:00
beard%netscape.com
7f24b09b7b
Builds core org.mozilla.* classes.
2001-05-01 17:18:14 +00:00
bienvenu%netscape.com
74b2652202
remove unneeded assert introduced yesterday - it's ok not to have listeners sr=sspitzer
2001-05-01 14:54:45 +00:00
mkaply%us.ibm.com
8b23526f96
#76670
...
r=mkaply,achimha@innotek.de sr=roc+moz
Implement XP regions - currently only used on OS/2
2001-05-01 14:28:48 +00:00
rods%netscape.com
778d75bb49
backing out changes, more testing needs to be done
2001-05-01 13:29:14 +00:00
karnaze%netscape.com
9a172ef481
bug 5522 - initialize max element size. sr=attinasi, r=peterl.
2001-05-01 12:42:53 +00:00
jdunn%netscape.com
b8449628cd
adding newline to fix tinderbox bustage
2001-05-01 12:38:29 +00:00
rods%netscape.com
14315dd26e
ducarroz's patch for mapping <ctrl> keys
...
Bug 50255 r=rods, sr=attinasi
2001-05-01 12:28:37 +00:00
rods%netscape.com
18eee86ea7
greg@lauckhart.com patch for rounding correctly when the logFont height is negative
...
Bug 64331, r=rods sr=attinasi
2001-05-01 10:07:25 +00:00
sspitzer%netscape.com
79f5c9684d
fix for ##48409. prevent mac from crashing when using the subscribe dialog.
...
I was recursing over the internal tree to generate the hostinfo.dat.
win32 and linux were ok, but all hell broke loose on the mac.
256K of stack is not enough for my approach. I've switched
to keep a duplicate list of the groups on the server. also fix some minor
subscribe issues.
sr=bienvenu
2001-05-01 08:50:07 +00:00
ssu%netscape.com
3020f4f81e
fixing bug #76719 - SaveAs->file Template menu items don't work on standalone window. r=varada, sr=sspitzer
2001-05-01 07:23:54 +00:00
markh%activestate.com
d60c730c21
Adding placeholders for new files introduced in the XPCDOM_20010420_BASE
...
branch. Not part of the build.
2001-05-01 07:03:27 +00:00
sdagley%netscape.com
8d141d0ae5
#73157 - missing break. r=jband (nobody's building this yet AFAIK)
2001-05-01 06:29:28 +00:00
waterson%netscape.com
1fa50a3140
Add .cvsignore file.
2001-05-01 05:42:17 +00:00
naving%netscape.com
a3f09db3d7
78277; r=suresh sr=sspitzer; The default value of gNextMessageViewIndexAfterDelete should be different in order to know when to clear the message pane.
2001-05-01 05:25:49 +00:00
waterson%netscape.com
781b8bd98d
Bug 77414. Break nsBlockReflowState out into its own files. sr=attinasi
2001-05-01 04:22:57 +00:00
waterson%netscape.com
bd07e601ce
Remove everything but nsBlockReflowStat implementation, part 2. Not part of the build.
2001-05-01 03:43:41 +00:00
waterson%netscape.com
599a640cff
Remove everything but nsBlockReflowStat implementation, part 1. Not part of the build.
2001-05-01 03:41:11 +00:00
waterson%netscape.com
2174dec9f7
Remove everything bug nsBlockReflowState declaration. Not part of the build.
2001-05-01 03:40:32 +00:00
blakeross%telocity.com
e0c5d61d97
Wrong context menu for column headers (69802, patch by walk84@usa.net). r=blake sr=ben
2001-05-01 03:22:26 +00:00
chuang%netscape.com
dd359fad09
Bug64937 Display number of entries in an address book, R=ducarroz, sr=sspitzer
2001-05-01 03:22:12 +00:00
blakeross%telocity.com
06f2223b51
View source uses background from prefs and hardcoded text color (62678, patch by bzbarsky@mit.edu). r=dbaron sr=attinasi
2001-05-01 03:19:46 +00:00
sspitzer%netscape.com
fbec1a2767
fix for #11387 . save as draft on an existing should remove the old draft.
...
fix by cavin@netscape.com r=ducarroz, bienvenu. sr=sspitzer.
2001-05-01 03:17:47 +00:00
idk%eng.sun.com
bea42689a3
*not part of the build*
...
fix for 78288
2001-05-01 03:10:03 +00:00
sspitzer%netscape.com
ac40b90f6b
fix for #77506 . r=varada, sr=bienvenu
...
prevent the bad state where we are supressing message display, but the message pane
is not hidden.
2001-05-01 03:05:02 +00:00
mkaply%us.ibm.com
0029232235
OS/2 and AIX breakage - use of true instead of PR_TRUE
2001-05-01 02:58:50 +00:00
idk%eng.sun.com
ba778e39b7
*not part of the build*
...
fix for 56738
2001-05-01 02:56:29 +00:00
sspitzer%netscape.com
19169de441
fix #76626 . leaking nsXULDocument and nsXULTemplateBuilder slows down
...
subscribe dialog the second time, and asserts like mad in debug builds.
r=varada, sr=bienvenu (and waterson)
2001-05-01 02:56:12 +00:00
sspitzer%netscape.com
e3917f5fb4
back out blake's 4-5-01 removal of this script include. it's necessary to
...
extend message display. sr=bienvenu
2001-05-01 02:54:57 +00:00