saari%netscape.com
cb5aae9a9c
Popup menu positioning code. R: Hyatt
1999-11-23 03:02:01 +00:00
scc%netscape.com
28c6074d96
First Checked In.
1999-11-23 02:50:17 +00:00
rjc%netscape.com
4fceaba909
When sorting, only set found="true" attribute if not a natural order sort.
1999-11-23 02:27:03 +00:00
nisheeth%netscape.com
84cc491cb1
r=karnaze. Fix for bug 18367. We set the primary frame for table rows to be the row frame for all cases now. Earlier, the anonymous table row group frame was getting set as the primary frame of rows inserted from script.
1999-11-23 02:06:39 +00:00
dougt%netscape.com
1834e49467
removing protocol icon stuff.
1999-11-23 01:55:59 +00:00
matt%netscape.com
ce35e8a261
14846 r-self
1999-11-23 01:55:13 +00:00
dougt%netscape.com
8d10314f6e
Removing protocol icon.
1999-11-23 01:52:36 +00:00
rjc%netscape.com
895bfe63f8
Set some sorting hints on the root of the tree (allows for faster insertion sort, due to not having to look around for treecol tags; also makes it pretty easy for drag&drop code to determine if a sort is currently being imposed.)
1999-11-23 01:51:46 +00:00
waterson%netscape.com
eb971c4df2
Bug 19421. Brendan's fixes for brutal sharing of script, plus a 'placeholder channel' that ensures we don't fire the EndDocumentLoad() before the prototype walk completes. r=brendan
1999-11-23 01:44:51 +00:00
nhotta%netscape.com
cb6e7f733b
Added error checking (result code and null pointer), bug 19469, r=ftang.
1999-11-23 01:21:32 +00:00
pierre%netscape.com
5d2edcd002
8862 "listStyleImage not directly updated". Changing the className causes recreation of frames for the element. Suggested although not formally reviewed by vidur.
1999-11-23 01:08:44 +00:00
pierre%netscape.com
36d3ba78e4
18285: crash on infoworld. When we append a change to the ChangeList, make sure we return its hint, especially if it's a HINT_REFLOW because the reflow may delete some frames that are referred to elsewhere in the ChangeList. r=troy.
1999-11-23 01:08:20 +00:00
pierre%netscape.com
096c23050e
12520 "GFX select elements need to be able to turn off text". Changed nsFrame::DisplaySelection to use the parent's mUserSelect similarly to what we do with mCursor in nsFrame::GetCursor. r=mjudge.
1999-11-23 01:07:56 +00:00
mcafee%netscape.com
4dde2d814b
These files got checked in with win32 EOL characters, re-checking these in. r=radha,akkana
1999-11-23 01:07:29 +00:00
pierre%netscape.com
cf8d1c8fe2
12737: removed the 'moz-fixed' NavQuirk
1999-11-23 01:07:26 +00:00
pierre%netscape.com
93104c00ae
12520/12521 "GFX select elements need to be able to turn off text" turn off user selection inside the drop-down list. r=mjudge.
1999-11-23 01:05:45 +00:00
rjc%netscape.com
f3b497f067
Add support for sorting in-between separators. Restoring all bookmark columns (per marketing).
1999-11-23 01:03:30 +00:00
rjc%netscape.com
12d6f261c0
Better handling of natural order calculation on RDF sequences; add support for sorting in-between separators.
1999-11-23 01:02:55 +00:00
jband%netscape.com
e5417278ef
fixup the exported api declarations to use JS_PUBLIC_API in a consistent fashion r=mccabe
1999-11-23 01:02:28 +00:00
rpotts%netscape.com
100221faa2
Added a missing Release to prevent leaking a SupportsArrayEnumerator...
1999-11-23 00:59:41 +00:00
erik%netscape.com
2bca015847
bug 8801; new font enumerator for GTK for font prefs UI; r=ftang
1999-11-23 00:43:41 +00:00
jj%netscape.com
9d69a645ce
#19568 : fixed app name (was missing from distribution)
1999-11-23 00:30:12 +00:00
erik%netscape.com
32cdb216fc
bug 8801; better error handling for new font enumerator; r=ftang
1999-11-23 00:12:36 +00:00
larryh%netscape.com
a0d1ee9fe0
BugZilla: 19247. Add support for FreeBSD
1999-11-23 00:04:15 +00:00
matt%netscape.com
21d5573882
fix for bug 683 typo
1999-11-22 23:58:05 +00:00
matt%netscape.com
df0d01f732
adding ' for bug 6830..typo
1999-11-22 23:56:22 +00:00
ducarroz%netscape.com
dfbb498633
Fix for bug 19404. We need to return an error code when the SMTP server name is missing. R=mscott
1999-11-22 23:48:42 +00:00
norris%netscape.com
504a2557ce
Fix test failures:
...
ecma_2/Exceptions/expression-020.js
js1_4/Regress/date-001-n.js
js1_4/Regress/toString-001-n.js
1999-11-22 23:48:06 +00:00
sfraser%netscape.com
2b2403eb47
Include stdio.h using system paths, not user paths. r=syd,akk, shaver. no bug (so bite me)
1999-11-22 23:46:30 +00:00
matt%netscape.com
c8638993dd
adding offline prefs default for the prefs -r dp
1999-11-22 23:44:54 +00:00
mscott%netscape.com
4e7a8a8b85
Bug #1966 --> properly ref count the url listeners for send and post
...
this means never calling delete directly on the objects like
we were before. A nsCAutoString tweak...
r=rhp
1999-11-22 23:33:24 +00:00
mscott%netscape.com
4227a77d40
Bug #1966 --> be safe...when you get an OnStopRunningUrl,
...
remove yourself as a url listener because you don't care anymore.
r=rhp
1999-11-22 23:32:48 +00:00
mscott%netscape.com
393f615edb
Bug #19166 --> pull a 180 and reverse the ref counting
...
model for url listeners. The manager now uses an
nsIsupportsArray to keep references to all of the url listeners.
However, in order to prevent circular references (which is
why I was using a nsVoidArray before), when we issue the on stop
call to a url listener, we automatically release our ref
to that object.
r=rhp
1999-11-22 23:32:13 +00:00
rginda%netscape.com
9c43d9dd60
Return exitcode 3 on runtime errors, and 4 on 'file not found's; added to js and xpc shell,
...
r=jband
1999-11-22 23:28:58 +00:00
law%netscape.com
5d7accd7a9
Fix for 14634; use fileSpec.nativePath rather than raw file: URL; r=matt@netscape.com
1999-11-22 23:15:02 +00:00
varada%netscape.com
ba030af2f8
third party components fix for bug#7173
1999-11-22 23:11:38 +00:00
scc%netscape.com
5ea5f81403
needs |NS_EXPORT| ... still not turned on
1999-11-22 23:11:15 +00:00
scc%netscape.com
586af1ee44
Added |do_GetInterface| (not turned on yet). This will be turned on when we add a file for the implementation. r=tbogard
1999-11-22 23:09:05 +00:00
law%netscape.com
d30947f33e
Fix for 18763; submitted by Steve Morrison (smorrison@gte.com); r=law@netscape.com
1999-11-22 23:04:34 +00:00
scc%netscape.com
059d310964
clear out the result in |do_CreateInstance| on error. r=pinkerton
1999-11-22 23:01:35 +00:00
ssu%netscape.com
f52b509c55
fixed the title bar of the Progress dialog during installation of files to
...
show which component it's currently processing.
also added a new key to parse in the config.ini to help fix bug #19391 .
All these changes only affect windows platorms
r=dbragg
1999-11-22 23:00:21 +00:00
davidm%netscape.com
7d89acbd3f
Added
nsISHEntry.idl
nsISHContainer.idl
nsISHTransaction.idl
and
nsSHEntry.cpp
nsSHTransaction.cpp
for radha@netscape.com
1999-11-22 22:59:34 +00:00
scc%netscape.com
d34a60c8e2
clear out result in |do_QueryReferent| on error; assert in |NS_GetWeakReference| if the source object doesn't support weak references; also return NS_ERROR_NO_INTERFACE in release builds. r=pinkerton
1999-11-22 22:59:21 +00:00
ssu%netscape.com
6f40a275f8
added new error ID and exposed it to the Install object in javascript. This is part of fixing bug #18704 . r=dbragg
1999-11-22 22:57:13 +00:00
kmcclusk%netscape.com
aa722dfbae
Applied patch for improving event dispatching on WIN32. bug=17881. r=rods@netscape.com,michael.lowe@bigfoot.com
1999-11-22 22:51:39 +00:00
ssu%netscape.com
ecca905f1b
fixing bugs #19391 and #18704 . The .xpi files now check for errors and
...
disk space availability before installation begins.
It also copies npjava*.dll from wherever JRE is to its Plugins folder.
Affects only Windows platforms, but not part of tinderbox.
r=dbragg
1999-11-22 22:50:30 +00:00
radha%netscape.com
ecdb31ade4
Initial checkin for new SessionHistory component
1999-11-22 22:49:01 +00:00
radha%netscape.com
2b6820d99b
IDL files for new SessionHistory component.Initial checkin
1999-11-22 22:47:09 +00:00
ssu%netscape.com
b7c64f16c3
initial checkin. not part of tinderbox. r=dbragg
1999-11-22 22:45:50 +00:00
waterson%netscape.com
6470087e43
Add nsIRDFDelegateFactory.idl to Mac build.
1999-11-22 22:35:58 +00:00