idk%eng.sun.com
c3a75ec8af
Addon to my last checkin.
...
sorry
1999-12-23 01:26:39 +00:00
idk%eng.sun.com
f710b056f5
Initial check in for remote xpcom module.
...
More documentation andd implementations is comming.
gotta go
work on this module would be continued after 01/10/2000
1999-12-23 01:16:05 +00:00
rickg%netscape.com
d02291fe00
fixed bug22040 with patch by vidur; r=kmcclusk. Also removed warnings.
1999-12-23 01:04:29 +00:00
sspitzer%netscape.com
ccf56ed7cd
fix crasher in the dom viewer. #22425 . dom viewer still suffers from bit rot, but at least it won't crash
1999-12-23 00:52:43 +00:00
danm%netscape.com
0ef3827d34
fix typo in previous checkin
1999-12-23 00:49:35 +00:00
wtc%netscape.com
62cd309a58
Pedantic changes: use the exact types as documented for AIX send_file().
1999-12-23 00:44:19 +00:00
wtc%netscape.com
61d23eec81
Added a little logging to the OpenVMS code. (Contributed by Colin Blake
...
<colin@theblakes.com>)
1999-12-23 00:33:35 +00:00
rogerl%netscape.com
0b84cb0f44
Clean-up message text
1999-12-23 00:16:07 +00:00
ducarroz%netscape.com
65c2e2f9c1
Fix for bug 22329. Don't access m_editor in the destructor as it could be destroyed before us. R=jefft
1999-12-23 00:04:22 +00:00
nisheeth%netscape.com
cf8efc578c
a=donm. r=pollmann.
...
- Remove nsStackBasedTimer.h from the CVS repository. The nsStackBasedTimer class is now defined in nsTimer.h.
1999-12-22 23:58:41 +00:00
wtc%netscape.com
f10ff34419
Checked in NetBSD/MIPS port contributed by Tom Weinstein
...
<tomw@geocast.com>.
Modified files: _netbsd.cfg, _netbsd.h
1999-12-22 23:58:07 +00:00
cmanske%netscape.com
9192125ad9
Fixed bug 22072, loading style sheet in editor. a=jar, r=brade
1999-12-22 23:57:04 +00:00
nisheeth%netscape.com
f08ec33266
a=don, r=pollmann.
...
- Don't use nsStackBasedTimer.h any more
- Fix compile errors in __mysprintf() in nsTimer.cpp
- Make stack based timers work.
1999-12-22 23:55:29 +00:00
akkana%netscape.com
1e9fb0f783
20498, 22446: up/down arrows in text fields, Mac key for redo, and some other problems we noticed. r=brade,a=don
1999-12-22 23:54:24 +00:00
cmanske%netscape.com
2716ab607d
Fixed bugs 20694 (Colorpicker crash in UNIX, Mac), 22064 (text wrap for insert image), 22176 (Insert table menu item). a=jar, r=brade
1999-12-22 23:53:27 +00:00
cmanske%netscape.com
cf0bba39bf
Fixed bugs 20694 (Colorpicker crash in UNIX, Mac), 22064 (text wrap for insert image), 22176 (Insert table menu item)
1999-12-22 23:52:10 +00:00
cmanske%netscape.com
f1e30195ff
Fixed bug 21969, button order in common dialogs for UNIX. a=jar, r=german,brade
1999-12-22 23:50:21 +00:00
radha%netscape.com
593db57df1
Update the go menu irrespective of whether the page loaded
...
successfully or not. This is being done to be consistent with the
behavior where partially loaded pages do get in to SH. This
behavior will have to change Browser wil implement nsIStreamListener
or something similar to differentiate between partially loaded pages
and unsuccessfully loaded pages r=law a=don
1999-12-22 23:46:58 +00:00
briano%netscape.com
c69942ec03
Hack to work around the std::tm error on Solaris using the Workshop compiler.
1999-12-22 23:43:19 +00:00
wtc%netscape.com
41540ce4d9
Fixed pthreads build problems on OpenBSD (Bugzilla bug #20529 ) and FreeBSD.
...
Modified files: _freebsd.h, _openbsd.h, ptio.c, ptsynch.c,
pr/tests/Makefile
1999-12-22 23:39:09 +00:00
briano%netscape.com
9551ad4f9b
Fix for build bustage on NetBSD/arm, and some minor cleanup.
1999-12-22 23:35:06 +00:00
rgoodger%ihug.co.nz
6dcca1a1a3
CSS cleanup for advanced edit dialog, r=cmanske, brade, a=gramps
1999-12-22 23:32:08 +00:00
radha%netscape.com
dd9a068019
Addition of shistory component r=danm a=don
1999-12-22 23:28:28 +00:00
radha%netscape.com
fcf056d9dd
First Checked In.
1999-12-22 23:19:00 +00:00
radha%netscape.com
8b2c3d2156
Initial checkin for New SH component r=danm a=don
1999-12-22 23:16:49 +00:00
rickg%netscape.com
7f2b5212c5
fixed bugs 17663, 17750, 21779, 21787, 22351, 22406; r=dcone, kmcclusk; a=jar
1999-12-22 23:12:49 +00:00
vidur%netscape.com
33e0ceef3c
Removing warnings. a=don r=waqar
1999-12-22 22:47:15 +00:00
vidur%netscape.com
896bf2e030
Fix for bug 22344. Removing FMMs in nsDOMAttribute.cpp. a=don r=kin
1999-12-22 22:44:30 +00:00
wtc%netscape.com
ec518ecd80
NetBSD has System V semaphores and shared memory.
1999-12-22 22:42:47 +00:00
akkana%netscape.com
6862154ff8
Contribution from Ben Bucksch <mozilla@bucksch.org> to eliminate URL: in url strings. r=akkana
1999-12-22 22:42:46 +00:00
vidur%netscape.com
d37c5c5323
Fix for bug 16787. Added navigator.cookieEnabled. Removed warnings. a=don r=waqar
1999-12-22 22:42:06 +00:00
radha%netscape.com
2b6bd8cbb4
Remove Session History from the build list r=law a=don
1999-12-22 22:41:30 +00:00
vidur%netscape.com
22ce6ce56f
Fix for bug 16787. Added nsICookieService::CookieEnabled. a=don r=neeti/morse
1999-12-22 22:41:18 +00:00
radha%netscape.com
805c89d77a
Remove session hsitory files from the build list
1999-12-22 22:41:00 +00:00
radha%netscape.com
343fb14632
Remove Session History files from the build list. r=law a=don
1999-12-22 22:39:21 +00:00
radha%netscape.com
77ba15a7b9
Add shistory to the dirs list
1999-12-22 22:38:00 +00:00
radha%netscape.com
e15a35044a
Initial checkin. r=law a=don
1999-12-22 22:35:31 +00:00
radha%netscape.com
17bb3e1b1d
New Session Hsitory in its own directory.
...
Initial checkin. r=law a=don
1999-12-22 22:33:16 +00:00
vidur%netscape.com
21a755c03d
Partial fix for bug 22413. Create generic script instances for layer and ilayer elements. a=don r=waqar
1999-12-22 22:32:41 +00:00
morse%netscape.com
2b3f363e30
fix minor single-signon bugs, r=dp, a=dp
1999-12-22 22:24:55 +00:00
valeski%netscape.com
05c79fee6b
r=gagan, a=don. 21599. we were breaking when we received an incomplete status line. Now we are sure to buffer the line until we receive all of it. we also do this buffering for headers now.
1999-12-22 22:15:55 +00:00
rogerl%netscape.com
67f8689368
Fixed copyright dates and added lincense boilerplate.
1999-12-22 22:03:59 +00:00
akkana%netscape.com
178652df25
21993: hr should have newline before/after it. Trivial code change, a=gramps
1999-12-22 22:03:49 +00:00
rogerl%netscape.com
1bdf87b315
Changed comment format to C-style.
1999-12-22 22:02:16 +00:00
rogerl%netscape.com
caab4f003c
r=brendan
...
Bug #20444 , delete of non-reference
1999-12-22 22:01:19 +00:00
rogerl%netscape.com
e2125cefc6
r=brendan
...
Bug #21836 , apply didn't check for non-object argument.
1999-12-22 22:00:07 +00:00
rogerl%netscape.com
56d5bbb958
r=brendan
...
Bug #21799 , uncaught throw of null crash.
1999-12-22 21:58:53 +00:00
rogerl%netscape.com
15c2b44da1
r=norris
...
Bug #20547 & 20549 - ECMA3 compatible handling of String.replace and fixes
to $ handling.
1999-12-22 21:57:10 +00:00
av%netscape.com
8000907d29
Fixing 16519, r=VYV03354@nifty.ne.jp
1999-12-22 21:53:14 +00:00
jefft%netscape.com
95ac1fac81
fixed bug 21869 -- forwarding multipart/signed message crashes the system; check for the subpart isn't a multipart mime object prior setting up decomposing part function; r=rhp
1999-12-22 21:49:15 +00:00