alecf%netscape.com
|
f830104d5e
|
remove unnecessary functions
|
1999-06-16 02:04:53 +00:00 |
|
sspitzer%netscape.com
|
5d3a23c418
|
fix build bustage. sending mail to rahda so she can back this out, if necessary
|
1999-06-16 01:50:17 +00:00 |
|
rjc%netscape.com
|
cff5f78f40
|
More Search changes.
|
1999-06-16 01:47:02 +00:00 |
|
pollmann%netscape.com
|
71f57e08a6
|
Bug 2195: select[n] == select.options[n], new IID for nonstandard DOM interface
|
1999-06-16 01:41:13 +00:00 |
|
pavlov%pavlov.net
|
528b39e1e4
|
initial context menu stuff.. not finished
|
1999-06-16 01:34:29 +00:00 |
|
mcmullen%netscape.com
|
db65fec7e6
|
Fix the profile logic now that a default profile is not created by pref->StartUp().
|
1999-06-16 01:33:02 +00:00 |
|
nisheeth%netscape.com
|
15da3d57ee
|
Do not include nsXMLTokenizer.h any more.
|
1999-06-16 01:31:55 +00:00 |
|
jband%netscape.com
|
f482f9d4df
|
updaing TODO list
|
1999-06-16 01:30:13 +00:00 |
|
jband%netscape.com
|
d5eb762653
|
fix for bug 8248. Not setting the VAL_IS_IFACE flag for purely out params when calling native from JS. All interfaces that return an interface (e.g. QueryInterface) were getting left with one extra ref. Yuck!
|
1999-06-16 01:29:49 +00:00 |
|
nisheeth%netscape.com
|
8f16f22564
|
Fixed a crash that resulted from trying to access freed memory in CSSLoaderImpl::DidLoadStyle(). I was trying to access aLoadData to print out an error message after aLoadData had been freed. Moved the error printing code to where aLoadData still has valid content.
|
1999-06-16 01:29:27 +00:00 |
|
pierre%netscape.com
|
849596767d
|
#8264 "[PP] Mac GFX draws lines one pixel too long"
|
1999-06-16 01:18:15 +00:00 |
|
waterson%netscape.com
|
944bdf8b0b
|
No longer need to special case comparison of XPConnect and DOM objects.
|
1999-06-16 01:12:37 +00:00 |
|
nisheeth%netscape.com
|
6dbcdb1e3f
|
We no longer need to check an environment variable before instantiating the expat tokenizer. The next step is to remove the XML tokenizer from the build system.
|
1999-06-16 01:11:48 +00:00 |
|
jdunn%netscape.com
|
2f2ef137f0
|
Use C comment delims and not C++
|
1999-06-16 01:08:26 +00:00 |
|
radha%netscape.com
|
f561d8a451
|
Fix the GetURL() bustage in windows
|
1999-06-16 01:02:19 +00:00 |
|
alecf%netscape.com
|
ab5a7f30d5
|
remove unused functions
|
1999-06-16 01:01:09 +00:00 |
|
alecf%netscape.com
|
e74fccfcfd
|
remove some unused functions
|
1999-06-16 01:00:29 +00:00 |
|
rjc%netscape.com
|
c10c0ed04e
|
Add checks for NULL before using mInner. It could be NULL, for example, if JavaScript creates the datasource but forgets to Init() the datasource.
|
1999-06-16 00:59:43 +00:00 |
|
alecf%netscape.com
|
50ef4ebdfb
|
back out previous checkin - busts on windows
|
1999-06-16 00:59:24 +00:00 |
|
alecf%netscape.com
|
7e8ad4c950
|
back out last checkin, busts on windows
|
1999-06-16 00:58:16 +00:00 |
|
akkana%netscape.com
|
16848bc65f
|
Add a comment and an acute entity, for testing purposes
|
1999-06-16 00:53:54 +00:00 |
|
akkana%netscape.com
|
43d9accae2
|
Oh, drat. Previous fix for const problem also threw away the result
of UnicodeToHTMLString. This fixes that.
|
1999-06-16 00:52:47 +00:00 |
|
alecf%netscape.com
|
f1c17414c8
|
if 0 and static a bunch of functions that aren't used anywhere
|
1999-06-16 00:51:20 +00:00 |
|
gagan%netscape.com
|
f21af13f8c
|
Removed the temporary Open call on nsIChannel. Inspite of the misnomer, the AsyncRead is the one to use.
|
1999-06-16 00:49:01 +00:00 |
|
hangas%netscape.com
|
8699f97df1
|
Updated mac projects to reflect Candice' changes to windows/unix.
|
1999-06-16 00:47:36 +00:00 |
|
hangas%netscape.com
|
f031fb76f6
|
Commented out Mac breakage
|
1999-06-16 00:46:12 +00:00 |
|
vidur%netscape.com
|
67ee9dfef9
|
sink now creates content for BASE element
|
1999-06-16 00:44:50 +00:00 |
|
pierre%netscape.com
|
e8149574c4
|
#4084 "JS events: Mac form element events"
|
1999-06-16 00:41:30 +00:00 |
|
pierre%netscape.com
|
3fffa7168d
|
#4084 "JS events: Mac form element events"
A little cleanup in key events too
|
1999-06-16 00:41:02 +00:00 |
|
pierre%netscape.com
|
5c9b83c219
|
#4084 "JS events: Mac form element events"
#7100 "JS change state (enabled/checked) of html:checkbox doesn't redraw"
|
1999-06-16 00:40:20 +00:00 |
|
danm%netscape.com
|
4824d684b1
|
more careful with dialog webshellwindow member variable. fixes bug 7858. also, release appshell service correctly
|
1999-06-16 00:38:22 +00:00 |
|
blizzard%redhat.com
|
491cc36d07
|
use PR_LOG for debugging
|
1999-06-16 00:37:57 +00:00 |
|
radha%netscape.com
|
2007f6c72d
|
OOps. Commented out NS_NewSessionHistory() by mistake in the previous checkin
|
1999-06-16 00:35:53 +00:00 |
|
danm%netscape.com
|
0e5788ca4a
|
released modal dialog windows after use
|
1999-06-16 00:34:11 +00:00 |
|
dp%netscape.com
|
2cfd8edb31
|
Using default autoregistration
|
1999-06-16 00:34:08 +00:00 |
|
pinkerton%netscape.com
|
0c1afd4a65
|
remove the toolbar appCore from the build.
|
1999-06-16 00:32:12 +00:00 |
|
dp%netscape.com
|
3082cbf9af
|
Using default autoregistration.
|
1999-06-16 00:29:34 +00:00 |
|
danm%netscape.com
|
0dc63e6385
|
just added some usage notes and a bit of extra care during window initialization
|
1999-06-16 00:27:41 +00:00 |
|
dp%netscape.com
|
beb9e00fa7
|
Removing xcDllStore.cpp from the build.
|
1999-06-16 00:27:13 +00:00 |
|
dp%netscape.com
|
dac3ef10b8
|
Registry location and filename added.
|
1999-06-16 00:26:43 +00:00 |
|
dp%netscape.com
|
68f9d31d22
|
Removing nsIComponentManager.h from nsIFileSpec.h to prevent circular
header dependencies in preparation for component manager using nsIFileSpec.
|
1999-06-16 00:26:02 +00:00 |
|
bienvenu%netscape.com
|
d7aae3beca
|
work around gcc bug with MI
|
1999-06-16 00:25:14 +00:00 |
|
blizzard%redhat.com
|
47a4c1cc91
|
use PR_LOG for debugging messages
|
1999-06-16 00:25:10 +00:00 |
|
sspitzer%netscape.com
|
62e5a55ab1
|
no newline at the end of the file
|
1999-06-16 00:24:39 +00:00 |
|
ssu%netscape.com
|
693c4f3f4d
|
ifdef'ed call to PR_Seek() for the standalone build
|
1999-06-16 00:24:37 +00:00 |
|
alecf%netscape.com
|
82c5e8202e
|
remove HashTable routines (we're only using HashLists)
|
1999-06-16 00:24:31 +00:00 |
|
sspitzer%netscape.com
|
7214b158cc
|
rename s to s2 to stop shadowing. we don't need to get the prefs service again, we already have it.
|
1999-06-16 00:24:17 +00:00 |
|
alecf%netscape.com
|
6f2e6e2f19
|
hide some symbols from the build
|
1999-06-16 00:23:21 +00:00 |
|
sspitzer%netscape.com
|
42af1032c1
|
missing newlines at the end of the file
|
1999-06-16 00:23:12 +00:00 |
|
alecf%netscape.com
|
39ceb86fb3
|
xp_qsort is gone, so remove it from the build
|
1999-06-16 00:22:48 +00:00 |
|