Commit Graph

53979 Commits

Author SHA1 Message Date
gagan%netscape.com
0668e140bc Proxies work now. Place these two lines in your .mozilla/mozProfile/prefs.js and have fun-
user_pref("network.proxy.http", "w3proxy.netscape.com");
user_pref("network.proxy.http_port", 8080);
Some other micro fixes here and there.


git-svn-id: svn://10.0.0.236/trunk@48341 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 07:51:15 +00:00
sspitzer%netscape.com
ee75bc00ed fix for #14326
r=gagan
nsStdURL was not correctly parsing the host out of url's like "foo://bar@cheese"


git-svn-id: svn://10.0.0.236/trunk@48340 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 07:45:42 +00:00
mcafee%netscape.com
d1533fbf36 Warnings
git-svn-id: svn://10.0.0.236/trunk@48339 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 07:43:42 +00:00
waterson%netscape.com
8754b1f98e Ok, so hyatt has a better way to do his frame hack. whatever.
git-svn-id: svn://10.0.0.236/trunk@48338 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 07:33:25 +00:00
jband%netscape.com
c37e030b42 fix a warning and add JS stack dumper with a test.
git-svn-id: svn://10.0.0.236/trunk@48337 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 07:32:32 +00:00
jband%netscape.com
26a4c69f38 round out the isDependent test and change an || to a switch
git-svn-id: svn://10.0.0.236/trunk@48336 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 07:30:04 +00:00
jband%netscape.com
5399c28b6e fix a warning
git-svn-id: svn://10.0.0.236/trunk@48335 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 07:27:51 +00:00
nisheeth%netscape.com
01b26a2de0 Add calls to reset and print the stopwatch maintained by the styleset for tracking style resolution time.
git-svn-id: svn://10.0.0.236/trunk@48334 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 06:55:24 +00:00
nisheeth%netscape.com
a7e5337544 Move implementation of nsITimeRecorder from the pres context to the style set.
git-svn-id: svn://10.0.0.236/trunk@48333 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 06:53:40 +00:00
alecf%netscape.com
daad6b47da fix icon for inbox with new messages
git-svn-id: svn://10.0.0.236/trunk@48332 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 06:51:10 +00:00
alecf%netscape.com
16b4014b30 don't build identity test anymore, we can get at this stuff from JS
git-svn-id: svn://10.0.0.236/trunk@48331 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 06:50:45 +00:00
alecf%netscape.com
1befc84543 depricate old SMTP API.
git-svn-id: svn://10.0.0.236/trunk@48330 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 06:50:21 +00:00
alecf%netscape.com
8b3c470d22 be smarter about building up list of SMTP servers, don't keep appending onto the pref
git-svn-id: svn://10.0.0.236/trunk@48329 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 06:49:33 +00:00
nisheeth%netscape.com
41854a8edd Stop the content creation stopwatch before it is printed.
git-svn-id: svn://10.0.0.236/trunk@48328 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 06:48:33 +00:00
fur%netscape.com
f17c704631 Initial cut at network cache IDL
git-svn-id: svn://10.0.0.236/trunk@48327 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 06:43:24 +00:00
waterson%netscape.com
1b81ec1ab1 Fix memmove() stuff.
git-svn-id: svn://10.0.0.236/trunk@48326 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 06:11:36 +00:00
rickg%netscape.com
03b7c238c3 back out update to Append(int,radix) until I can find ltoa() on linux
git-svn-id: svn://10.0.0.236/trunk@48325 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 05:50:43 +00:00
rickg%netscape.com
ac3d03bc50 explicitly include <stdlib.h>
git-svn-id: svn://10.0.0.236/trunk@48324 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 05:32:36 +00:00
rpotts%netscape.com
1ddb6a5195 The mLoadGroup is now a weak reference. This prevents the loadgroup from leaking if the ImageNetContext is not released... The lifetime of the loadgroup should always be greater than that of the imagenetcontext...
git-svn-id: svn://10.0.0.236/trunk@48323 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 05:29:28 +00:00
rpotts%netscape.com
7059095bcb The nsLoadGroup now supports nsWeakReference...
git-svn-id: svn://10.0.0.236/trunk@48322 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 05:27:50 +00:00
dveditz%netscape.com
bcc65746cf making depend builds more robust
git-svn-id: svn://10.0.0.236/trunk@48321 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 05:25:52 +00:00
rickg%netscape.com
9f277b8d25 fixes to bugs: 9283, 13210, 13845, 13688, 14265, 14308, 14314
git-svn-id: svn://10.0.0.236/trunk@48320 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 05:20:46 +00:00
rickg%netscape.com
7005feb199 fixed crasher in bufferroutines, and eliminated 1 costly call to sprintf
git-svn-id: svn://10.0.0.236/trunk@48319 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 05:10:32 +00:00
waterson%netscape.com
a3557b2d24 Fix Linux bustage.
git-svn-id: svn://10.0.0.236/trunk@48318 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 04:50:18 +00:00
waterson%netscape.com
0fb3a3ef3e Add <?xml ... ?> processing instruction; docs aren't allowed to start with a comment.
git-svn-id: svn://10.0.0.236/trunk@48317 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 04:34:15 +00:00
buster%netscape.com
28bdfeef11 most of the fix for bug 11804, type-in state wasn't properly removing
inline attributes from the next character entered (you're in a bold word
and user clicks bold button, should make next character not bold.)
all done except for font properties.


git-svn-id: svn://10.0.0.236/trunk@48316 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 04:20:18 +00:00
buster%netscape.com
6b43b634eb turned off a debug flag
git-svn-id: svn://10.0.0.236/trunk@48315 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 04:17:05 +00:00
buster%netscape.com
1dcd85d64b fixed recent bustage on windows that '.' key wouldn't work, making it
tough to type URL's in browser.  still needs work, but it's usable again.


git-svn-id: svn://10.0.0.236/trunk@48314 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 04:16:34 +00:00
buster%netscape.com
4127d30662 turned off a noisy debug flag
git-svn-id: svn://10.0.0.236/trunk@48313 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 04:15:36 +00:00
sspitzer%netscape.com
8575f8daf5 fix for #14316. only one identity was showing up in compose!
git-svn-id: svn://10.0.0.236/trunk@48312 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 04:05:37 +00:00
buster%netscape.com
e676ff78bf just added a comment
git-svn-id: svn://10.0.0.236/trunk@48311 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 04:01:39 +00:00
buster%netscape.com
2e2ab230d1 small performance improvement. weeded out some obsolete code that was
causing round trips through the editor unnecessarily.
thanks for pointing out the problem, akkana and bruce m.


git-svn-id: svn://10.0.0.236/trunk@48310 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 03:59:43 +00:00
kipp%netscape.com
9d1c6f186b Fixed UMR bug that purify found (14171)
git-svn-id: svn://10.0.0.236/trunk@48309 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 03:46:09 +00:00
waterson%netscape.com
524f9ef28d Use tabs instead of spaces separate frames in stack dump: new demangling code introduces spaces.
git-svn-id: svn://10.0.0.236/trunk@48308 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 03:45:21 +00:00
waterson%netscape.com
83879e2499 Bug 14291. Fix some more of the same kind of leaks.
git-svn-id: svn://10.0.0.236/trunk@48307 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 03:42:02 +00:00
waterson%netscape.com
96d608cc6d Bug 14291. Fix leak of XUL document.
git-svn-id: svn://10.0.0.236/trunk@48306 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 03:30:33 +00:00
jband%netscape.com
d9fb78866e - Changed the interface for getting the interface_is argnum.
- Merged the typelib types for array and array_with_length.
- Added typelib types for string_with_size and wstring_with_size
- Fixed array param conversion and cleanup - using two passes over the params where necessary.
- Added array conversions when calling wrapped JS objects.
- Added expanded array tests.
- Avoid repeated atomization of 'value' property name.


git-svn-id: svn://10.0.0.236/trunk@48305 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 02:51:16 +00:00
jband%netscape.com
f6186afc2f - Changed the interface for getting the interface_is argnum.
- Merged the typelib types for array and array_with_length.
- Added typelib types for string_with_size and wstring_with_size


git-svn-id: svn://10.0.0.236/trunk@48304 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 02:50:28 +00:00
sspitzer%netscape.com
bf84e03cf4 check in work around for #10235
check in start of work for #14312
fix a couple warnings
comment out some dump() calls


git-svn-id: svn://10.0.0.236/trunk@48303 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 02:12:28 +00:00
alecf%netscape.com
8bbdb52c77 make the account wizard use the new SMTP stuff
git-svn-id: svn://10.0.0.236/trunk@48302 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 02:11:19 +00:00
srinivas%netscape.com
9f35555618 Limit the number of events processed by PL_ProcessPendingEvents; check in
troy@netscape.com. Bugzilla 13660.


git-svn-id: svn://10.0.0.236/trunk@48301 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 02:11:10 +00:00
davidm%netscape.com
78dcf00f4e Add check marks to view menu. Make collapse state persistent. Add slider to the list of chrome that should be hidden when the side bar is hidden
git-svn-id: svn://10.0.0.236/trunk@48300 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 01:55:16 +00:00
alecf%netscape.com
3601219e0c oops, I checked in the wrong line! Should be setting the source, not dumping
git-svn-id: svn://10.0.0.236/trunk@48299 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 01:55:13 +00:00
davidm%netscape.com
3789d7b1e2 update to call quit rather than shutdown.
git-svn-id: svn://10.0.0.236/trunk@48298 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 01:52:21 +00:00
jfrancis%netscape.com
381ca4cab7 fixing a heap-o-undo problems and some mBogusNode problems
git-svn-id: svn://10.0.0.236/trunk@48297 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 01:31:44 +00:00
dveditz%netscape.com
4707694c23 backing out bufio changes until corruption fixed
git-svn-id: svn://10.0.0.236/trunk@48296 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 00:53:07 +00:00
ducarroz%netscape.com
a66d10f41a Autocomplete add default domain if needed
git-svn-id: svn://10.0.0.236/trunk@48295 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 00:49:53 +00:00
beard%netscape.com
56919e3f8c Fixed a memory corrupting bug in PREF_copyTree. strtok would continue scanning off the end of the current string, modifying subsequent non-string blocks, if they contained a ';' before a '\0' byte.
git-svn-id: svn://10.0.0.236/trunk@48294 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 00:08:48 +00:00
alecf%netscape.com
e5a1f15821 fix up more layout problems. layout is way too screwy for me.
git-svn-id: svn://10.0.0.236/trunk@48293 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 00:04:55 +00:00
alecf%netscape.com
53c5de7513 turn off vard for PR1
git-svn-id: svn://10.0.0.236/trunk@48292 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 00:04:15 +00:00