beard%netscape.com
c46d59b790
fix array leaks. r=bruce@cybersight.com,a=leaf
2000-04-01 03:05:56 +00:00
rogerl%netscape.com
3714722cf4
For statements.
2000-04-01 02:53:16 +00:00
sspitzer%netscape.com
a319d852b3
put #endif at the end of the file. add stuff for SubscribeDataSource. r=bienvenu
2000-04-01 02:05:28 +00:00
sspitzer%netscape.com
e3ae745aef
adding the subscribe datasource the build for windows.
2000-04-01 01:58:56 +00:00
sspitzer%netscape.com
6df8e825e2
adding the subscribe datasource to the build for unix.
2000-04-01 01:58:00 +00:00
sspitzer%netscape.com
a9debac1d0
more changes for the new subscribe dialog. not turned on yet.
2000-04-01 01:56:16 +00:00
sspitzer%netscape.com
2519939370
not part of the build yet.
2000-04-01 01:53:29 +00:00
waterson%netscape.com
25a5c3e5fe
Check in new and improved rule matching for XUL templates. NOT YET IN THE BUILD. a=leaf
2000-04-01 01:38:55 +00:00
rogerl%netscape.com
4c52a939a5
Added do & switch statements, more hacking at the code state thing.
2000-04-01 01:30:32 +00:00
rpallath%eng.sun.com
1414f527dd
changed == to !=
2000-04-01 01:29:59 +00:00
varada%netscape.com
5701c72804
fix for bug #33933 - changing file path in cck.che
2000-04-01 01:28:39 +00:00
varada%netscape.com
d3e76aa111
fix for bug #33933 - changing file path in default.che
2000-04-01 01:28:00 +00:00
edburns%acm.org
df7298bf88
Adding this line to the top of the run() method in
...
NativeEventThread seems to fix the hanging problem.
this.setPriority(Thread.MIN_PRIORITY);
Looks like it was starvation.
2000-04-01 01:17:33 +00:00
mscott%netscape.com
15e34eb2bd
add the user agent header back in under a pref. set mailnews.headers.showUserAgent to true in your prefs
...
if you want to see the user agent string.
2000-04-01 00:40:53 +00:00
nisheeth%netscape.com
db554bcdd5
Fix for bug 15086. These changes bring us up to date with the Feb 2000 XLink Working Draft. Thanks a lot to Heikki (heikki@citec.fi) for providing these patches.
2000-04-01 00:39:15 +00:00
scc%netscape.com
080a801eb7
making string conversions explicit
2000-04-01 00:39:02 +00:00
scc%netscape.com
c3b3057466
make string conversions explicit
2000-04-01 00:36:50 +00:00
rpallath%eng.sun.com
722a8e487a
Updated classPATH in mozilla.bat nad mozilla.csh
2000-04-01 00:34:48 +00:00
jband%netscape.com
4722fad978
hold an extra ref on mContext while we are calling GC. a=leaf to checkin while tree is closed
2000-04-01 00:33:10 +00:00
scc%netscape.com
cf70fe20e4
turn on source browser in debug build; moved camelot added files into their right spots
2000-04-01 00:32:53 +00:00
nisheeth%netscape.com
e304954c7e
Fix for bug 15086. These changes bring us up to date with the Feb 2000 XLink Working Draft. Thanks a lot to Heikki (heikki@citec.fi) for providing these patches.
2000-04-01 00:31:13 +00:00
robodan%netscape.com
22ab58742c
DNS problem didnt actually exist
2000-04-01 00:30:18 +00:00
valeski%netscape.com
48f411c2ad
preperation for new string api changes. We still have the potential for data loss here if pushbackbuffer contains double bytes, but we're better off then the old memcpy
2000-04-01 00:29:51 +00:00
tbogard%aol.net
6a1681322b
Removed all the LoadURL methods from the webshell API. Added a new API to allow loading for the old session history. This is needed until the new session history is online.
2000-04-01 00:29:36 +00:00
tbogard%aol.net
6a8b242fdb
nsIWebShell now has a new method for this last remaining piece of code that needs to call the loadurl. Converted the load to use that call.
2000-04-01 00:29:28 +00:00
robodan%netscape.com
6b24931ade
add portable form of stone.fm
2000-04-01 00:27:35 +00:00
tbogard%aol.net
734b1d0c2e
Use the docShell APIs to do the Load rather than nsIWebShell methods.
2000-04-01 00:26:21 +00:00
scc%netscape.com
af62f49483
Unified some signatures of |AppendWithConversion|
2000-04-01 00:24:39 +00:00
scc%netscape.com
62b5f82b89
Had to add another signature of |AppendWithConversion|
2000-04-01 00:24:32 +00:00
rickg%netscape.com
73408c2de9
removed unused includes; fixed addref bug; r=karnaze
2000-04-01 00:23:24 +00:00
mscott%netscape.com
1248ff4fe5
Add mailnews.headers.showUserAgent pref which is a hidden pref we can use to show
...
the user agent string in the message pane.
2000-04-01 00:20:17 +00:00
nisheeth%netscape.com
317f0714d3
r=troy. Fix for bug 33422. The display style is set to block level for document element frames. The style was defaulting to inline for cases where an XML document did not set a block level display style on the root element.
2000-04-01 00:18:21 +00:00
cmanske%netscape.com
6896b0624e
Improved pavlov's changes to open location dialog. r=pavlov
2000-04-01 00:16:39 +00:00
valeski%netscape.com
92b2813072
ditching old string api in preperation for new string stuff
2000-04-01 00:14:31 +00:00
nisheeth%netscape.com
28ad847496
r=troy. Fix for bugs 8131, 13325.
...
- We no longer display alternate content for broken images inside image
- We only display the image loading icon during the initial load of an image not if its src attribute is changed via the DOM.
- In AttributeChanged(), se don't call ContentChanged() on the document to reflow the image frame but call the parent frame's ReflowDirtyChild() method instead.
2000-04-01 00:13:51 +00:00
rpallath%eng.sun.com
9041082284
Removing DOMAccessorImpl as it is no longer valid.
2000-04-01 00:07:02 +00:00
harishd%netscape.com
7bcac1bad0
Fix for 29048, 28085 - MLKs..
...
r=nisheeth
2000-04-01 00:05:44 +00:00
akkana%netscape.com
ba3103ae2b
28598: Do dom linebreak conversion on the string before inserting it in the editor.
2000-04-01 00:04:46 +00:00
rpallath%eng.sun.com
4cb0ac96a5
Added DOMAccessor.java (insted of DOMAccessorImpl)
...
Added redirect.html
2000-04-01 00:04:15 +00:00
robodan%netscape.com
dfd9346c13
make default build mode be "release"
2000-03-31 23:50:41 +00:00
evaughan%netscape.com
243f6ee03e
Uninitialized memory fix.
...
-r scc
2000-03-31 22:41:18 +00:00
wtc%netscape.com
f44be756f5
Bugzilla bug #34048 : set the fragment names of the DLLs. Thanks to
...
Simon Fraser <sfraser@netscape.com> for the patch.
2000-03-31 22:21:07 +00:00
beard%netscape.com
1126d0a423
fix for bug #34094 : turned on USE_TLS_FOR_TOOLKIT, so only 1 per thread will be used, changed nsAppShell::Create(int* argc, char ** argv) to use NS_GetCurrentToolkit(). This is a total blocker for Mac. r=sfraser
2000-03-31 21:43:34 +00:00
relyea%netscape.com
8f60728919
Remove modutil until we can fix a build problem.
2000-03-31 20:59:58 +00:00
relyea%netscape.com
034662dc3d
Adjust jzlib.h acquired for zlib.h to it builds in the .jar file.
...
Add define in manistet to make it work.
2000-03-31 20:56:10 +00:00
relyea%netscape.com
8d28c06e7c
Source doesn't setup DIST, it sets up SOURCE!
2000-03-31 20:53:47 +00:00
relyea%netscape.com
99588455b9
remove an incorrectly checked in file
2000-03-31 20:50:44 +00:00
relyea%netscape.com
0d37b48895
Create the Security link correctly.
2000-03-31 20:48:55 +00:00
varada%netscape.com
9b7c6532c1
fix for bug #34089 - customizations werent makeing it in because there were spaces in the directory name - fixed it by appending the quotes before and after the directory name
2000-03-31 20:47:46 +00:00
valeski%netscape.com
465309a241
33935. r=dougt. I built on all three platforms. I smoketested win and linux, but mac is hanging after profile mgr so I can't verify it. When the CSS loader would try and load a non-existant local css file, we would crash. Now we post the OnComplete() callback asynchronously to the event queue so the CSS loader isn't entered recursively, and life is good again
2000-03-31 20:39:16 +00:00