jdunn%netscape.com
814300bbf7
finish unresolved symbols checkin
...
r dp@netscape.com
# 18896
1999-11-16 23:24:44 +00:00
jdunn%netscape.com
4965157f93
finish unresolved symbol checkins.
...
r dp@netscape.com
# 18896
1999-11-16 23:23:55 +00:00
vidur%netscape.com
d34feb8eb0
Fix for bug 18301. window.closed returns true for all windows that have been closed. R=troy. Fix for typo from earlier checkin from Travis that caused window.open to fail. R=travis
1999-11-16 23:11:50 +00:00
vidur%netscape.com
e45ce5d5e4
Fix for bug 10173. Attributes that are enumerated values are returned with the first letter upper-cased. R=troy
1999-11-16 23:09:31 +00:00
morse%netscape.com
a08038c1bd
undoing last check-in now that bug 18479 has really been fixed
1999-11-16 23:05:49 +00:00
sspitzer%netscape.com
6df92f4ebf
fix for #18999 , r=putterman
...
gracefully handle migration if the user used movemail (unix only) in 4.x
wrap all the movemail code with #defines, it is not needed on non-unix
platforms. movemail is still not supported, but at least now migration
(of bookmarks and cookies) doesn't fail, and you can see your old mail
in 5.0.
1999-11-16 22:54:58 +00:00
hangas%netscape.com
b38fe7b788
New Skin work. New images for twisties. Added white border around navigator window. r=german
1999-11-16 22:54:38 +00:00
rods%netscape.com
854e72dc25
Added MakeSureSomethingIsSelected to the combobox so the ListBox can
...
call it after it is initialized.
1999-11-16 22:47:23 +00:00
rods%netscape.com
c93837bf2a
Added MakeSureSomethingIsSelected so the ListBox can call it after it is initialized.
1999-11-16 22:47:15 +00:00
ftang%netscape.com
c6b37fe45e
fix bug 12090. Implement nsIKBStateControl for nsMacWindow . Call ResetInputState when mouse down in GoAway or Content.
1999-11-16 22:35:02 +00:00
waterson%netscape.com
61960e813f
Fix default 'logdir' param.
1999-11-16 22:19:23 +00:00
waterson%netscape.com
a3ddaf8232
Pretty up the main table.
1999-11-16 22:15:26 +00:00
waterson%netscape.com
d515f53683
Add top-level 'logs.cgi' to show all the logs; deal with stuff being in a 'data' subdirectory.
1999-11-16 22:10:11 +00:00
mscott%netscape.com
8cc3299e5a
I need to add this bogus file to uriloader\macbuild so my mac will pull the directory...
...
turns out it won't pull empty directories....
1999-11-16 21:16:13 +00:00
fur%netscape.com
ce1e142143
#8305 (Cache implementation)
...
Added dependencies to pick up nsStorageStream.cpp and nsBinaryStream.cpp
1999-11-16 21:14:52 +00:00
wtc%netscape.com
0a1e503d3a
Bugzilla bug #18968 : check for the case where RTLD_GLOBAL is not defined.
1999-11-16 21:05:41 +00:00
leaf%mozilla.org
5bd4d6efa3
checking in xterm update fix from Pierre Phaneuf <pp@ludusdesign.com>,
...
r=leaf@mozilla.org
1999-11-16 20:58:24 +00:00
morse%netscape.com
415d749649
work-around for bug 18479, safe form-fill comes up blank, r=rods
1999-11-16 20:50:40 +00:00
rgoodger%ihug.co.nz
b53d4487e3
Cosmetic update to finddialog.xul and dtd. r=syd
1999-11-16 20:16:02 +00:00
rgoodger%ihug.co.nz
7cc1177ce2
Cosmetic changes to finddialog.xul & dtd. r=syd
1999-11-16 20:15:20 +00:00
tbogard%aol.net
d972c34518
Removed nsIWebShell::GetRootWebShellEvenIfChrome(). Added nsIWebShell::GetTopLevelWindow(). Made GetRootWebShellEvenIfChrome implementation a protected member function.
1999-11-16 20:06:12 +00:00
tbogard%aol.net
3caae87616
Changed calls to nsIWebShell::GetRootWebShellEvenIfChrome() and further QI's to use the new nsIWebShell::GetTopLevelWindow().
1999-11-16 20:05:21 +00:00
tbogard%aol.net
f61ba08549
Commented out references to nsIWebShell::GetRootWebShellEvenIfChrome().
1999-11-16 20:04:40 +00:00
fur%netscape.com
14deeb44c0
added files: mozilla/xpcom/io/nsStorageStream.cpp, mozilla/xpcom/io/nsBinaryStream.cpp
1999-11-16 19:45:25 +00:00
fur%netscape.com
8ac9a96059
added files: mozilla/xpcom/io/nsIBinaryInputStream.idl, mozilla/xpcom/io/nsIBinaryOutputStream.idl, mozilla/xpcom/io/nsIStorageStream.idl
1999-11-16 19:42:38 +00:00
sspitzer%netscape.com
841772b155
go back to using window.content.home()
...
no need to duplicating code.
1999-11-16 19:29:29 +00:00
sspitzer%netscape.com
7962f1f036
fix warning.
1999-11-16 19:24:35 +00:00
fur%netscape.com
32011edc40
Add storage stream and binary stream files. r: none
1999-11-16 19:14:51 +00:00
fur%netscape.com
79b25969d2
Bug #8305 , r: valeski, rickg
...
The storage stream provides an internal buffer that
can be filled by a client using a single output
stream. One or more independent input streams can
be created to read the data out non-destructively.
The implementation uses a segmented buffer
internally to avoid realloc'ing of large buffers.
1999-11-16 19:14:08 +00:00
fur%netscape.com
8e84de48cf
Bug #8305 (Implement cache), r: valeski, rickg
...
The storage stream provides an internal buffer that
can be filled by a client using a single output
stream. One or more independent input streams can
be created to read the data out non-destructively.
The implementation uses a segmented buffer
internally to avoid realloc'ing of large buffers.
1999-11-16 19:12:41 +00:00
alecf%netscape.com
362d7a861c
fix for #18196 - fix off-by-one errors with trees that have headers - EnsureRowIsVisible and IsValidRow expect zero-based rows, not row-index based rows
...
r=hyatt
1999-11-16 19:07:34 +00:00
Jerry.Kirk%Nexwarecorp.com
97044a6c33
Fix SetTitle method for Photon Windows
...
r=kedl
1999-11-16 19:06:45 +00:00
alecf%netscape.com
c24057f717
fix off-by-one error when calculating row indicies for trees with headers/footers - use IsRowGroup(), which takes headers/footers into account
...
r=hyatt
no bug, but this fixes some wierd scrolling behavior
1999-11-16 18:57:49 +00:00
sspitzer%netscape.com
c124379f10
fix windows build bustage.
1999-11-16 17:44:37 +00:00
cls%seawood.org
8beb74c2c6
Oops, added dbm in the wrong order.
1999-11-16 17:33:41 +00:00
sgehani%netscape.com
6e496b778c
Conforming to use API names starting lowercase. Added alias creation, plugins dir creation. Fixes bug 18339. [r=ssu]
1999-11-16 16:14:07 +00:00
sgehani%netscape.com
df8717551d
Fix for bug 18874: buttons should appear depressed when invoked by keyboard. [r=ssu]
1999-11-16 16:11:24 +00:00
sgehani%netscape.com
de080b4931
Change "extracting" string. [r=ssu]
1999-11-16 16:10:26 +00:00
dougt%netscape.com
490e502cc6
fix for bug 18114. Adding simple accessor to PL_WaitForEvent.
1999-11-16 16:04:14 +00:00
cls%seawood.org
3eefe6333e
Back by popular demand...(ok, it was just fur ;P)..dbm has returned.
1999-11-16 15:56:31 +00:00
brade%netscape.com
2d4081b417
fix bug 14624 (don't handle tab key twice). r=kin@netscape.com.
1999-11-16 14:41:03 +00:00
brade%netscape.com
a5b6b4dd48
fix bug 18892 (r=kin@netscape.com); change constant to PRUnichar
1999-11-16 14:40:11 +00:00
briano%netscape.com
d3ae42d49a
Automated update
1999-11-16 12:30:18 +00:00
briano%netscape.com
a6fb5a1bc6
Automated update
1999-11-16 12:15:24 +00:00
idk%eng.sun.com
218a550f35
no bug id
...
converted pluglet runner to XPCOM module
(see bug 15217)
(not a part of regular build)
1999-11-16 10:44:25 +00:00
scc%netscape.com
6794770d94
fixing build bustage. Further discussion is needed
1999-11-16 08:50:25 +00:00
rjc%netscape.com
90a9450ab2
Missed a "rdf:ftp" removal.
1999-11-16 08:08:22 +00:00
rjc%netscape.com
ec301fa1ec
Obsolete the "rdf:ftp" datasource.
1999-11-16 08:00:19 +00:00
dougt%netscape.com
38ffbfef40
checking back in changes which were backed out. Added workaround to bug
...
which scc pointed out.
1999-11-16 07:44:18 +00:00
dp%netscape.com
f2cbd4b38c
Changing comments for readability.
1999-11-16 07:14:49 +00:00