Commit Graph

65047 Commits

Author SHA1 Message Date
mscott%netscape.com
f062d901b2 Bug #38374 --> foundation for helper app architecture.
Not part of the build yet. review will come when this is ready to go.


git-svn-id: svn://10.0.0.236/trunk@72419 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 21:35:13 +00:00
mscott%netscape.com
c209efd840 Bug #38374 --> foundation for helper app architecture. Windows specific implementation of the
helper app service.
Not part of the build yet. review will come when this is ready to go.


git-svn-id: svn://10.0.0.236/trunk@72418 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 21:34:35 +00:00
akkana%netscape.com
7f48615b17 Warning fix (part of checkin for 38154). r=cmanske
git-svn-id: svn://10.0.0.236/trunk@72417 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 21:24:06 +00:00
pinkerton%netscape.com
c5fee124d0 add new grid-tree files for hyatt. bug# 30511. r=hyatt.
git-svn-id: svn://10.0.0.236/trunk@72416 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 21:24:05 +00:00
akkana%netscape.com
327c9217ba 38154: include user-defined tags in html output. r=cmanske
git-svn-id: svn://10.0.0.236/trunk@72415 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 21:23:48 +00:00
akkana%netscape.com
1d30268f47 Make table tests run on linux; add comments explaining how to run them.
Needed for testing 41916.  r=karnaze


git-svn-id: svn://10.0.0.236/trunk@72414 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 21:23:16 +00:00
akkana%netscape.com
7bd950e195 Ignore files generated by table tests. r=karnaze
git-svn-id: svn://10.0.0.236/trunk@72413 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 21:22:50 +00:00
akkana%netscape.com
0044c43edb 41916: Remove <td> from the list of inline tags; don't include the enclosing
<td> in a selection that happens to fall inside a table cell. r=rickg


git-svn-id: svn://10.0.0.236/trunk@72412 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 21:22:00 +00:00
mscott%netscape.com
f82d87f16a Bug #40116 --> check to see if the channel was canceled before
propogating calls to the content listener...
this is actually warren's code.
r=mscott


git-svn-id: svn://10.0.0.236/trunk@72411 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 21:21:57 +00:00
mscott%netscape.com
a8d1fa1f0e Bug #40116 --> check to see if the channel was canceled before
propogating calls to the content listener...
r=valeski


git-svn-id: svn://10.0.0.236/trunk@72410 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 21:21:04 +00:00
dmose%mozilla.org
1131c95ec9 pull the LDAP C SDK code by default (it's on a branch). a=r=leaf@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@72409 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 21:20:18 +00:00
mscott%netscape.com
8320a56cd0 Bug #42016 --> fix by Ben Bucksch
r=mscott, a=waterson


git-svn-id: svn://10.0.0.236/trunk@72408 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 21:20:13 +00:00
beard%netscape.com
cf240ee6c4 bug #19119: Added call to initialize Mac toolbox. (not part of build)
git-svn-id: svn://10.0.0.236/trunk@72407 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 21:12:27 +00:00
javi%netscape.com
ce876e1ffb Add some attributes to query URL's for setting the password and for
choosing which token to use when processing a KEYGEN tag.x


git-svn-id: svn://10.0.0.236/trunk@72404 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 20:48:25 +00:00
dmose%mozilla.org
444572d5d5 changed nsILDAPOperation::Result() to use PRIntervalTime rather than PRTime for the timeout value. a=r=(not built)
git-svn-id: svn://10.0.0.236/trunk@72403 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 19:16:59 +00:00
ruslan%netscape.com
b24f1a5d39 Continuing preparations for SOCKS landing. Not part of the build
git-svn-id: svn://10.0.0.236/trunk@72402 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 18:44:04 +00:00
ruslan%netscape.com
cc6cdd5fb4 Some future design work. Not part of any build
git-svn-id: svn://10.0.0.236/trunk@72399 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 18:17:59 +00:00
ruslan%netscape.com
43b6ebd1a0 Preparing for landing of SOCKS support (16103) from justin@ukans.edu
Not part of the build.


git-svn-id: svn://10.0.0.236/trunk@72398 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 17:53:22 +00:00
ddrinan%netscape.com
5dceecbad0 Fixed build bustage for linux
git-svn-id: svn://10.0.0.236/trunk@72397 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 17:17:49 +00:00
vidur%netscape.com
18748f8353 First cut of XMLSerializer and XMLHttpRequest. This is WIP and not part of the Mozilla/Seamonkey build.
git-svn-id: svn://10.0.0.236/trunk@72396 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 16:52:09 +00:00
valeski%netscape.com
a2d7511623 fixing assertion
git-svn-id: svn://10.0.0.236/trunk@72395 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 16:20:29 +00:00
valeski%netscape.com
798b59895f missed an arg.
git-svn-id: svn://10.0.0.236/trunk@72394 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 15:02:14 +00:00
valeski%netscape.com
5297878f1d 42767. AsyncOpen (dead code) removal.
git-svn-id: svn://10.0.0.236/trunk@72393 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 14:59:30 +00:00
danm%netscape.com
3b897ee5f4 use nsIPrompt supplied by nsHTTPChannel for bringing up cookie dialog. bugs 25684,28594. r=morse@netscape.com
git-svn-id: svn://10.0.0.236/trunk@72392 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 14:56:47 +00:00
danm%netscape.com
c318e40ece supply nsIPrompt to streamloader created when processing a script tag. bugs 25684,28594. r=nisheeth@netscape.com
git-svn-id: svn://10.0.0.236/trunk@72391 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 14:54:57 +00:00
danm%netscape.com
30659fd9ec adding accessor for nsIPrompt member variable. bugs 25684,28594. r=gagan@netscape.com
git-svn-id: svn://10.0.0.236/trunk@72390 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 14:52:53 +00:00
leaf%mozilla.org
24afa3867d Automated update
git-svn-id: svn://10.0.0.236/trunk@72389 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 14:45:09 +00:00
valeski%netscape.com
a6c10e4ead 42767. AsyncOpen (dead code) removal.
git-svn-id: svn://10.0.0.236/trunk@72388 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 14:44:36 +00:00
valeski%netscape.com
23654db003 42767. AsyncOpen (dead code) removal.
git-svn-id: svn://10.0.0.236/trunk@72387 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 14:39:19 +00:00
mkaply%us.ibm.com
535e2f55e5 # 42637
r = mkaply, a = brendan
OS/2 bring-up  - makefile changes to build resource files


git-svn-id: svn://10.0.0.236/trunk@72386 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 14:33:17 +00:00
mkaply%us.ibm.com
7c24e14eba # 40177
r = cls, a = brendan
OS/2 bring-up  - VisualAge changes for configure.in


git-svn-id: svn://10.0.0.236/trunk@72385 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 14:31:03 +00:00
cmanske%netscape.com
3d1ca91fb9 Fixed paragraph, heading, and list menus and check state: bug 41735, r=brade
git-svn-id: svn://10.0.0.236/trunk@72384 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 14:22:12 +00:00
cmanske%netscape.com
7d50f98cd8 Fixed list command problems: bug 41735, r=brade
git-svn-id: svn://10.0.0.236/trunk@72383 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 14:21:46 +00:00
cmanske%netscape.com
9c095c8dc4 Added list commandset; part of bug 41735, r=brade
git-svn-id: svn://10.0.0.236/trunk@72382 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 14:21:39 +00:00
mkaply%us.ibm.com
ae18c5038b # 42637
r = mkaply, a = brendan
OS/2 bring-up  - fixes for nsWindow.* and menu code


git-svn-id: svn://10.0.0.236/trunk@72381 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 14:18:49 +00:00
mkaply%us.ibm.com
a7340f6ae8 # 40177
r = leaf, a = brendan
OS/2 bring-up for M16 - need additional TIMER lib for OS/2


git-svn-id: svn://10.0.0.236/trunk@72380 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 14:12:04 +00:00
mkaply%us.ibm.com
fe7123ad19 # 40177
r = cls, a = brendan
OS/2 bring-up for M16 - add OS/2 to config.* files - also submitting to autoconf


git-svn-id: svn://10.0.0.236/trunk@72379 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 14:06:23 +00:00
kin%netscape.com
fccb6df0e3 Fix for bug #41206: Text inserted into composer is initially invisible
Removed call to FlushPendingNotifications() in SetCaretEnabled()
because it causes a reflow during painting. That can cause certain
view updates to be dropped on the floor on Linux. Also removed
tab characters in SetCaretEnabled().

r=sfraser@netscape.com, a=beppe@netscape.com


git-svn-id: svn://10.0.0.236/trunk@72378 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 14:05:03 +00:00
jefft%netscape.com
92a2eb55bc fixed bug 32178 -- Undo: completely unpredictable when it will enable or work; r=scottip, bienvenu
git-svn-id: svn://10.0.0.236/trunk@72377 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 13:48:02 +00:00
jst%netscape.com
3e8ddbd2cb Fixing nsbeta2+ bug 41588, accessing document.documentElement on an empty document in JS threw a NS_ERROR_FAILURE exception in stead of just returning null. r=heikki@citec.fi
git-svn-id: svn://10.0.0.236/trunk@72376 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 13:37:46 +00:00
bienvenu%netscape.com
f8e1e24a32 override delete model for aol server, r=sspitzer 32519
git-svn-id: svn://10.0.0.236/trunk@72375 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 13:31:51 +00:00
bienvenu%netscape.com
3aaa3fee22 fix fmr in imap parser causing envelope parser problems r=jefft 42498
git-svn-id: svn://10.0.0.236/trunk@72374 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 13:24:19 +00:00
bienvenu%netscape.com
a0adb56627 more work on search BE, 33101 r=alecf parse local folders before searching
git-svn-id: svn://10.0.0.236/trunk@72373 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 13:21:41 +00:00
jst%netscape.com
3152e30813 Fixing well-formedness error in XUL overlay file that prevents mozilla from even opening the first browser window, r=brade&disttsc@bart.nl
git-svn-id: svn://10.0.0.236/trunk@72372 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 13:09:36 +00:00
rods%netscape.com
3910c6d504 input type=image need to create their "alt" text
b=24778 r=kmcclusk


git-svn-id: svn://10.0.0.236/trunk@72371 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 12:57:44 +00:00
morse%netscape.com
134a4a2d66 bugs 41390 and 41419, wallet editor fixes
git-svn-id: svn://10.0.0.236/trunk@72370 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 12:57:32 +00:00
rods%netscape.com
2597ebacec image buttons need their font set for "alt" text
b=24778 r=kmcclusk


git-svn-id: svn://10.0.0.236/trunk@72369 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 12:56:02 +00:00
morse%netscape.com
c7fdf58e56 bugs 42475, 42550, and 42436 r=dveditz
git-svn-id: svn://10.0.0.236/trunk@72368 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 12:51:14 +00:00
morse%netscape.com
fb223e9b7c bugs 42475, 42550, and 42436 r=dveditz
git-svn-id: svn://10.0.0.236/trunk@72367 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 12:44:04 +00:00
sgehani%netscape.com
81c4f9a108 Allow for more component names in setup type description without falling off. (nsbeta2+)
[b=41353; r=dveditz]


git-svn-id: svn://10.0.0.236/trunk@72366 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 10:44:33 +00:00