ricardob
10bf687d31
Use MOZ_SECURITY
1998-07-02 01:15:11 +00:00
terry
a83ec38894
Patch by Dawn Endico <dawn@cannibal.mi.org> -- add comment at top.
1998-07-01 13:53:28 +00:00
terry
edeb68a743
Patch by Dawn Endico <dawn@cannibal.mi.org> -- cleaned up some
...
comments, added a README file.
1998-06-30 14:06:34 +00:00
atotic
144490cba0
Making it compile on the Mac
1998-06-26 23:55:37 +00:00
sman
893bd0b1a6
Whether or not we compile CALENDAR, we still want to image VCARDs.
...
Had to move a define 2 lines down to make this happen.
1998-06-26 23:43:04 +00:00
spider
cb94dae31e
NORMANDY_DDAY merge...
1998-06-25 05:50:45 +00:00
spider
02052167a4
More libmsg Normandy stuff
1998-06-22 22:54:34 +00:00
spider
749a763205
Adding libmsg in Normandy merge
1998-06-22 22:39:40 +00:00
spider
1b162ad28f
Adding libaddr as part of Normandy merge
1998-06-22 21:46:46 +00:00
spider
365c772ff9
Normandy Merge ....
1998-06-22 21:21:28 +00:00
cmanske
5c90dbc5f7
Fixed SF1 Composer bugs 117881, 122061, 147518, 148003. Reviewed by mjudge
1998-06-21 19:03:10 +00:00
akkana
e2c215ce6e
94115: don't show unnecessary horizontal scrollbars on resize.
...
Reviewed by cmanske.
1998-06-19 23:18:04 +00:00
mjudge
158908fb19
Bugs numbers 78936,78922,78925,78926,78934,78939,105689,139286,139301,139359
1998-06-19 04:00:49 +00:00
ftang
5cb81ae627
fix 147582 5.0SF1 IN
1998-06-18 16:21:24 +00:00
montulli
0edf3cd0fd
merge tip with montulli branch and create montulli1
1998-06-18 00:53:50 +00:00
waterson
ae688b89c3
Bug 127280. Approved by don. Make sure reference count is properly initialized in NP_LoadPluginByType().
1998-06-17 21:15:23 +00:00
nisheeth
91b5a97ca7
Fix for bug#124552. No code review needed coz fix is smaller than 5 lines.
...
Now text layout looks at both the state structure and the current text block
for propagating anchor information when a new text layout element is created.
1998-06-16 03:05:10 +00:00
cmanske
e020843b76
Finished fix for SF1 bug 123355 - force JavaScript on for Composer Plugins. Reviewed by mjudge.
1998-06-15 21:44:23 +00:00
nisheeth
cabfc296fe
Fix for bug#112027. Reviewed by Dan. The crash was occuring for the case
...
when the MULTICOL tag had no content. Fixed lo_rl_FitMultiColumn()
to handle that case.
1998-06-12 22:35:50 +00:00
mjudge
d415e492d8
bug 113680 fix for horizontal rule strangeness after tables. when reflowing tables, do not reflow beyond the last cell
1998-06-12 16:05:46 +00:00
nisheeth
7206d30a96
Fix for bug 123984. Approved by don. LO_SelectAll was crashing in
...
lo_FindDocumentEdge() because state->end_last_line was not being set
properly during layout of the document. Fixed.
1998-06-12 06:09:51 +00:00
cmanske
4be87732d7
Fixed SF1 bugs 65190, 105787, 123355. Reviewed by mjudge, approved by brade, don
1998-06-12 01:22:22 +00:00
cmanske
a6c4d7cf1a
Part of fix for SF1 bug 123355, reviewed by fur. Approved by brade, don
1998-06-12 01:22:14 +00:00
nisheeth
aea8359755
Fix for bug #108358 . No code review coz its a one liner. Fixes the infinite
...
loop by letting us break out on a condition that wasn't being checked
earlier in lo_LayoutTextBlock() in laytext.c. Thanks a lot to Jeff
Caldwell (look@shell.lazerlink.net ) for the patch.
1998-06-12 01:16:59 +00:00
nisheeth
9798be6b4b
Fix for bug 124273. Reviewed by toshok. Commented out call to
...
LO_PopStyleSheetTagByIndex() in lo_RelayoutCell() in laytable.c.
This should fix lots of crashes on rendering pages with stylesheets.
1998-06-11 23:39:15 +00:00
gordon
03e58a5dca
Fixing Mac bustage by adding typecast. Approved by sar.
1998-06-10 23:04:18 +00:00
toshok
0a6e8a22c3
fix relayout of preformatted text (and hopefully help out in the
...
relayout of normal text as well.) Make sure we start at the element
immediately following the LO_TextBlock (if possible, otherwise start
at the startTextElement.) Also, loop up to and including the
endElement. Lastly, insert new soft line breaks after recycling the
old ones.
1998-06-10 19:12:01 +00:00
toshok
19e8cf0392
Make line breaks at the start and end of a PRE section hard, so they persist across resizes (part of the fix for 123300.
1998-06-10 18:58:14 +00:00
toshok
99c3cd4bcc
Add one liners about the PRE_*, QUOTE_* and SUBDOC_* #defines.
1998-06-10 16:54:35 +00:00
pinkerton
bd70e1ff35
Fix bug #12413 in single signon (appr don, rev morse).
1998-06-10 15:20:06 +00:00
nisheeth
484db7cd55
Fix for bug 123208. Fixes the problem of nested tables with 100% height
...
getting heights of 10000 pixels. Thanks to Tim Rowley (tor@cs.brown.edu )
for providing a patch that was very close to the real fix. You saved me
a lot of work!
1998-06-10 06:56:10 +00:00
waterson
a4c644a1f3
Added plugin to list of directories so the nsIPlug.h gets exported. Needed for OJI to build.
1998-06-08 21:38:35 +00:00
waterson
279bbd6616
Added code to export nsIPlug.h to the public plugins directory. Needed for OJI to build.
1998-06-08 21:38:10 +00:00
gordon
75868dcb41
Renamed debug target output file to match target name: LibMochaDebug.o.
1998-06-08 17:19:18 +00:00
gordon
f5a123ea74
Add typecast in principalsCanAccessTarget(), necessary to satisfy the Mac's more stringent compilers. The parameter should be double checked by someone who's had more sleep.
1998-06-08 11:05:01 +00:00
gordon
3afb5f4280
Remove unnecessary include for XP_MAC.
1998-06-08 11:02:20 +00:00
morse
4c00761c0d
fix tree bustage on mac
1998-06-07 17:24:46 +00:00
morse
efcf178b52
change for single signon
1998-06-07 16:06:49 +00:00
morse
22995b061a
single signon changes
1998-06-07 15:56:07 +00:00
dveditz
f8633f6bea
merging from SMARTUPDATE_BRANCH
1998-06-07 09:23:42 +00:00
scullin
6da1b3322c
Fake out mac build.
1998-06-06 03:30:11 +00:00
scullin
604fe4ee1f
Removed xp_reg.c
1998-06-06 00:59:13 +00:00
scullin
625f975e1f
Move to network/util/mkreg.c
1998-06-06 00:58:32 +00:00
morse
1c69833d97
single signon changes
1998-06-06 00:21:25 +00:00
scullin
c23a604d54
Add xp_hash to the modular netlib files.
1998-06-05 23:23:05 +00:00
raman
c535b8946d
Fix to make OJI to build.
1998-06-05 19:34:36 +00:00
cmanske
09e393d158
Fixed SF1 list HTML bugs for Composer. Reviewed by mjudge.
1998-06-05 15:00:23 +00:00
pierre
22fe8fb8d8
First Checked In.
1998-06-05 06:14:09 +00:00
scullin
9247d0bfcb
Clean up for use in modular netlib, create library on windows.
1998-06-05 01:08:32 +00:00
hardts
fcdbde9fff
touching down layout integration branch
1998-06-05 01:03:18 +00:00
pinkerton
16ded12a47
Fix some mac problems in single signon and cookie management. Also fix problems when no security is available (ie, free source).
1998-06-04 17:47:31 +00:00
pierre
84852a2f8f
First Checked In.
1998-06-04 10:03:05 +00:00
sfraser
3c9b704b7f
Added a needed prototype for the Mac build
1998-06-04 07:34:52 +00:00
sfraser
0b66ae3f5e
Fixes to allow us to compile Progress with this obsolete class for now.
1998-06-04 07:31:29 +00:00
sfraser
2f1fa4ff18
First Checked In.
1998-06-04 07:08:46 +00:00
sfraser
d4b49427ee
First Checked In.
1998-06-04 06:57:39 +00:00
sfraser
c35f418a0c
Add a new header to export
1998-06-04 06:50:25 +00:00
law
b76d4db3db
Fix for defect #122687 : Bypass VC++ v5 optimizer bug
1998-06-03 18:33:25 +00:00
rjc
590cc187dc
Merging RDF_BRANCH onto tip.
1998-06-03 17:32:56 +00:00
jgellman
f3498843d0
fix for MSCV 4.21 compiler -- explicit cast
1998-06-03 02:19:42 +00:00
jgellman
9f800f1e0e
merge from OJI branch
1998-06-03 00:37:20 +00:00
scc
c5bab4a898
First Checked In.
1998-06-03 00:12:50 +00:00
scc
a0d2a32d1d
First Checked In.
1998-06-02 23:54:58 +00:00
pinkerton
ef8cb39019
Backing out appearance manager changes because Apple won't be able to deliver an SDK that fits our needs and works with pre 8.5 systems. Code is still in the tree if it ever wants to be pulled out again later (appr sdagley).
1998-06-02 21:39:14 +00:00
warren
ff0fc4a78c
Factored nsplugin.h into nsIPlug.h and nsILCPlg.h. nsplugin.h will get obsoleted.
1998-06-02 00:32:49 +00:00
scullin
314c70ad58
Landing modular netlib on UNIX
1998-06-02 00:23:17 +00:00
raman
90ba9f9a0c
Code to display the Signed JS and Applets UI on Mozilla thread by posting an event. Coded by morse. Approved by norris.
1998-06-01 22:10:54 +00:00
raman
7f4555ea8b
Added handling of buttons for Signed JS and Applets UI. Coded by morse. Approved by nisheeth
1998-06-01 22:10:21 +00:00
cmanske
c0a584ab3f
Added outdent list level when Enter key is pressed and current item is empty
1998-06-01 16:21:19 +00:00
spence
1f2bdadab7
fixed some shack layout problems
1998-06-01 07:28:55 +00:00
jgellman
04f0620d33
merge from OJI_19980430_BRANCH
1998-05-31 19:20:05 +00:00
cmanske
22a7f83870
Composer bug fixes and more feature work
1998-05-30 22:51:37 +00:00
morse
bea3609bc3
lock the signon list when it is in use
1998-05-30 22:37:35 +00:00
ftang
0904a04398
add HTML 4.0 entity
1998-05-30 08:15:07 +00:00
ftang
b34f2177dc
add new name and alias
1998-05-30 08:02:50 +00:00
morse
779aad7f2c
fix buid bustage
1998-05-29 23:32:51 +00:00
mcafee
59e566ba99
DisplayBuiltin() and FreeBuiltinElement() undefined for Solaris, adding stubs.
1998-05-29 05:20:06 +00:00
sfraser
1c7a223200
Really fix the library name this time.
1998-05-28 20:49:02 +00:00
sfraser
dd39362e25
Fix the output directory, and the lib name for the debug shlb target
1998-05-28 20:29:47 +00:00
sfraser
ad45cafbed
Fix a warning about an uninitialized variable
1998-05-28 19:39:58 +00:00
pnunn
c027c2c80c
fix #84300 . print images to printer rez not screen rez.
1998-05-28 19:32:00 +00:00
sfraser
774052ff9b
Changed for new build system
1998-05-28 18:58:33 +00:00
sfraser
d3febdb901
First Checked In.
1998-05-28 18:57:26 +00:00
sfraser
5e256bd279
Changed for new build system, and to put output of stubs project in dist:client_stubs
1998-05-28 18:53:57 +00:00
pnunn
b705de4a3c
fix for #84300 . print images at printer resolution not screen resolution.
1998-05-28 18:53:31 +00:00
sfraser
7382386b4f
Changed prefix file for new build system
1998-05-28 18:53:07 +00:00
morse
f9e5ad866a
bug 122126, reviewed by mjudge
1998-05-28 17:41:09 +00:00
morse
eaec134c50
bug 122126, reviewed by mjudge
1998-05-28 17:13:10 +00:00
nisheeth
28e84dc387
Fix for bug 113155. We were losing the form_data->value of hidden text fields when executing "history.go(0)". Now we keep the value around between session history traversals. Thanks to ludovic for the fix.
...
----------------------------------------------------------------------
1998-05-28 14:24:16 +00:00
scullin
237b5d8639
Fix mac build bustage.
1998-05-28 01:31:47 +00:00
ftang
d1e7ffa000
add euro sign. approved by dp
1998-05-28 00:49:35 +00:00
scullin
091839a1af
Remove SOCKET_ERRNO from mozilla/network.
1998-05-28 00:18:29 +00:00
scullin
4abbc8d703
Landing MODULAR_NETLIB_BRANCH on windows.
1998-05-27 22:13:00 +00:00
morse
6544ea4026
bug 122126, reviewed by atotic
1998-05-27 07:31:15 +00:00
sfraser
34ba33bcfc
Added some more headers to export
1998-05-27 00:53:55 +00:00
sfraser
fadf4e509b
First Checked In.
1998-05-27 00:53:25 +00:00
ftang
ee982b7148
fix the x-x-big5(and also gb2312, ksc5601) problem MS FrontPage introduced
...
for UNIX and Mac. The Window fixed eariler.
1998-05-26 19:18:47 +00:00
ftang
1158b1a4bc
Fix NO-ending-SI problem for EUC-KR to ISO-2022-KR conversion
...
Thanks Jungshik Shin <jshin@pantheon.yale.edu> from the net and Erik van der Poel
1998-05-26 18:52:50 +00:00
pinkerton
8f10dac8dd
Status bar now uses appearance to draw progress bar separate from status text. Related Netscape classes that do the same thing obsoleted.
1998-05-26 16:32:05 +00:00
sfraser
44e9956672
First Checked In.
1998-05-23 01:14:17 +00:00
pinkerton
382dfd7c13
First Checked In.
1998-05-22 20:23:25 +00:00
pinkerton
a476e5c2cd
commented out the annoying assert when max round was exceeded.
1998-05-22 04:22:04 +00:00
pinkerton
fcc3270223
Landing of a bunch of appearance manager stuff. (appr sdagley).
1998-05-22 04:19:24 +00:00
mccabe
61d5cdd55e
Removed the escape and unescape functions, as they are now part of the core engine. (They've become part of the ECMA spec.) Fix to (97681).
1998-05-20 03:23:07 +00:00
pinkerton
1eef7b63e2
add comment that this class is obsolete (appr sdagley).
1998-05-19 19:31:51 +00:00
pinkerton
36e8856c9b
Beginnings of appearance manager support. Add AM classes to powerplant and make toolbars use either AM (through CAMSavvyBevelView) or old way if AM not present (for now, this may change). (appr sdagley).
1998-05-19 19:25:59 +00:00
pinkerton
edd72ed970
First Checked In.
1998-05-19 19:16:51 +00:00
scullin
a71a8cd1d2
Moved cvactive.h from include to network/cnvts
1998-05-18 23:51:09 +00:00
toshok
32050c3897
apparently digital unix's c compiler has a problem with the work 'readonly' (it appears to be a reserved word, as far as that compiler goes). So, I'm changing all occurences of the readonly form element attribute to read_only. Thanks to berkley@cs.wustl.edu (Berkley Shands) for the report and suggested fix.
1998-05-18 21:58:00 +00:00
nisheeth
ad8344ccca
val was not being initialized properly lo_LayoutBlockSpacer(). Fixed. Thanks
...
to Kathy Brade (brade@netscape.com ) for catching this.
1998-05-18 20:44:34 +00:00
spence
e40d8a1618
ifdef bustage
1998-05-15 18:54:35 +00:00
briano
e848ad0a09
'Fixed' the warning about the supposed trigraph. a=djw
1998-05-15 17:16:49 +00:00
atotic
d6ffa1e4e9
Removed NSstring.* because of conflicts with raptor, renamed to macstrdlibxetras
1998-05-15 16:59:14 +00:00
atotic
b32cf33e30
Renamed nsstring.[c|h] to macstdlibextras.[c|h] because of the naming conflict with Raptor (which uses ns prefix exclusively).
1998-05-15 16:54:09 +00:00
atotic
8eed3cae6f
First Checked In.
1998-05-15 16:52:14 +00:00
spence
65420b3f33
fix ifdef bustage
1998-05-13 22:35:20 +00:00
donm
24e287b80f
fixed unix build bustage. LO_BUILTIN requires #define SHACK and lo_ele.h
1998-05-13 21:59:20 +00:00
spence
efbd5a9975
shack layout element
1998-05-12 23:22:14 +00:00
spence
569779ab6c
handle relayout of shack elements
1998-05-12 23:04:58 +00:00
spence
eb05b89dd4
shack elements are tabable
1998-05-12 21:57:20 +00:00
spence
6a1e6d5156
pick up src param for shack elements
1998-05-12 21:19:19 +00:00
spence
c42e4ec225
doc info relfects shack elements
1998-05-12 21:18:46 +00:00
spence
33763babf0
changes for shack layout element
1998-05-12 19:16:46 +00:00
spence
4886096597
changes for shack layout element
1998-05-12 19:10:35 +00:00
spence
36eec7c0bc
changes for shack layout element
1998-05-12 19:03:13 +00:00
spence
6cfa2a3424
changes for shack layout element
1998-05-12 18:55:51 +00:00
spence
dd51450923
changes for shack layout element
1998-05-12 18:42:16 +00:00
spence
0fe7271af4
changes for shack layout element
1998-05-12 18:33:45 +00:00
spence
af5568a333
changes for shack layout element
1998-05-12 18:25:24 +00:00
spence
fb6c023275
new shack layout element
1998-05-12 18:22:49 +00:00
cyeh
525a89fe0f
removing old netlib implementation from tip. these files have been moved
...
to mozilla/network. refer to those files.
1998-05-12 18:03:30 +00:00
montulli
971d79a577
add exports to layout and libstyle
1998-05-11 22:11:39 +00:00
montulli
3ca5bb7f22
remove libnet
1998-05-11 22:04:01 +00:00
montulli
6c01cbbf12
changes for the new mozilla/network directory.
1998-05-11 22:02:46 +00:00
spence
444b688ca8
new layout element for shack objects
1998-05-11 19:54:46 +00:00
cmanske
041a0ef3a9
Fixed another memory bug in Composer
1998-05-08 18:51:58 +00:00
cmanske
1f23e123dd
Fixed memory crash bug in new Composer table code
1998-05-08 01:12:10 +00:00
ftang
cd62c6d88a
Add Armenian support. Thanks for Hovik Melikyan <hovik@moon.yerphi.am> for this.
1998-05-07 23:12:48 +00:00
ftang
d9bf1a7181
Add Armenian support. Thanks for Hovik Melikyan <hovik@moon.yerphi.am> for this.
1998-05-07 23:03:45 +00:00
ftang
66473cc72d
add codeset conversion table for ARMSCII-8 Thanks Hovik Melikyan hovik@undp.am
1998-05-07 21:28:17 +00:00
toshok
e08bc01688
Remove #ifdef's for TEXT_CHUNK_LIMIT, since it's always defined to something.
1998-05-07 21:16:02 +00:00
toshok
79741f2460
I know I'm going to get strung up for this, but I just can't read this file without a window that's like 150 columns wide.
1998-05-07 21:12:03 +00:00
toshok
d2cd5fd1cf
remove huge commented out chunks of code (that have been commented out since time began, it seems.) also added a couple of fairly bogus comments at the beginnings of lo_Push/PopAlignment
1998-05-07 20:44:45 +00:00
mlm
26b34368ef
- Fix for new engine - do not require tag to always be there, as sometimes
...
the prototype object will be passed in.
1998-05-05 22:33:10 +00:00
montulli
a52256b2bd
fix annoying asserts
1998-05-05 17:50:26 +00:00
nisheeth
4258da0352
Added a check in LO_RelayoutOnResize() to bail if the document is being
...
laid out.
1998-05-05 17:27:23 +00:00
ftang
478df8fe67
fix the broken cp125[12] to/from unicode table I check in last time...
1998-05-04 23:44:59 +00:00
hyatt
660ecc8525
Fix to ensure that radio buttons and checkboxes are drawn with the proper background color.
...
Reviewed by Nisheeth.
1998-05-02 00:43:19 +00:00
ftang
4b70a2ffeb
Add cyrillic font auto selection for x frontend.
...
Thanks for Serge Orlov (sorlov@con.mcst.ru ) from the net.
1998-05-01 20:23:44 +00:00
chouck
52c4b3f3ae
Fix for casts inside PR_FREEIF() inspired by <rkl@csc.liv.ac.uk>
1998-05-01 17:44:19 +00:00
chouck
80d1561824
Minor memory leak
1998-05-01 17:41:02 +00:00
montulli
88425f0df3
make layout module name be lay instead of layout to be compatible with unix
1998-04-30 23:30:20 +00:00
gagan
d4c255870e
Added NET_GetURLQuick, for retrieving objects from cache before updating
...
them from the server. Use with caution, possibility of stale objects. See
bug #114363 .
1998-04-30 22:14:29 +00:00
montulli
6046943a83
export style header files
1998-04-30 20:35:16 +00:00
montulli
6393e1ce63
export layout.h into layout public include directory
1998-04-30 20:33:35 +00:00
montulli
0908487b46
fix extension labels
...
Thanks to: Paul Chek <pchek@ziplink.net> for the fix
1998-04-30 02:54:34 +00:00
gagan
2f04f147b3
Fixed the authentication bug #114532 which resulted in an incorrect entry
...
in the authentication list.
1998-04-30 01:55:10 +00:00
gagan
70bf8c2dd9
Corrected a misspelled #include. Thanks Sanjay Gupta (gupta@informix.com)
1998-04-30 01:47:21 +00:00
ftang
24a1785344
Fix uTable change suggestion from qupta@informix.com (forwarded by
...
Wan-Teh Chang)
1998-04-30 00:02:20 +00:00
nisheeth
36e45f71bb
- Added #ifdef DOM to layout.h
...
- Backing out some changes in layout.c that should not have gotten checked in...
1998-04-29 10:47:20 +00:00
nisheeth
db51069e15
Added lm_trans.c to Unix makefile...
1998-04-29 10:45:43 +00:00
nisheeth
98f5e71745
Touchdown of MARINER_DOM_BRANCH.
1998-04-29 10:13:27 +00:00
nisheeth
7b2593be95
Warning fixes. Thanks to Rick Osborne (rick@spacey.net).
1998-04-29 08:41:05 +00:00
nisheeth
bae32c65fd
Warning fix. Thanks to tenthumbs@cybernex.net.
1998-04-29 08:39:56 +00:00
ftang
87ef2648d5
fix CP1251 viewing problem by using 8859_5 font. We may need to
...
add better support (decide which font to use in the init time instead of
compile time) in the future.
1998-04-29 06:09:25 +00:00
ftang
2d667107ac
fix ISO8859-5,7,9 KOI8-R Name entity problem
1998-04-29 00:36:25 +00:00
nisheeth
0723b731d1
Adding stubs for the Layout Probe API.
1998-04-28 21:41:20 +00:00
atotic
7b3a34f7ec
Fixing the -ko flag
1998-04-28 05:17:41 +00:00
jsw
13bbcc44d4
remove xp_md5 and xp_sec
1998-04-28 05:17:37 +00:00
jsw
ff6e79adc9
opaque sec info
1998-04-28 05:16:06 +00:00
jsw
487c20d1d1
opaque sec info
...
proxy tunnel changes
1998-04-28 05:15:16 +00:00
atotic
66d8931ca9
Fixing the -ko flag
1998-04-28 04:59:01 +00:00
atotic
fa472434b4
Fixed the rcs flag to -kb
1998-04-28 04:39:29 +00:00
hshaw
7d397a2885
Add jar to REQUIRES and remove references to lm_crypt.c and lm_pk11.c for security build cleanup
1998-04-27 19:07:29 +00:00
cmanske
18f357b26e
More table editing bug fixes. Copy/Paste arbitrary selected cell sets and deleting columns, rows fixed. More resizing bugs fixed.
1998-04-27 14:37:46 +00:00
hshaw
1425a614e2
libjar is not part of public source
1998-04-25 11:29:10 +00:00
gagan
cff58d285b
This is the fix for bug #93760 . It has a potential of breaking some server
...
implementations of decoding the authentication string that involve a user
login string of accentuated characters (for example- �����)
1998-04-24 22:12:09 +00:00
fur
b38349b61a
Temporarily disable charSet info so we can compile with JAVA defined
1998-04-24 07:21:01 +00:00
fur
b905c48b88
Temporarily disable charSet info so we can compile
1998-04-24 06:26:57 +00:00
fur
a2bf16e4c8
Initial checkin of JS1.3. (Minor fix required to accomodate JSAPI behavior changes)
1998-04-24 00:34:15 +00:00
fur
6c5d7e65c6
Initial checkin of JavaScript 1.3, migrated from JSFUN13_BRANCH in /m/src repository.
...
(Minor changes in libmocha required to accomodate JSAPI changes.)
1998-04-24 00:32:02 +00:00
ftang
b051624e42
Change unicode mapping table to include EURP mapping
1998-04-23 01:12:20 +00:00
beard
dd4303f5d4
AllocateMenuID
1998-04-22 02:18:55 +00:00
beard
4d0300f3ee
nsPluginInstancePeer::AllocateMenuID
1998-04-22 02:18:25 +00:00
beard
71b2017e04
FE_AllocateMenuID
1998-04-22 02:13:46 +00:00
beard
992515398f
npn_allocateMenuID.
1998-04-22 02:13:16 +00:00
gagan
9236541b6e
A mechanism to flush out all authorizations in a session. Added "about:logout"
...
A-montulli/R-valeski. Thanks to Kit Knox (kit@cn1.connectnet.com )
1998-04-22 01:03:41 +00:00
sar
3fff96be8b
change MOZ_SRC references to DEPTH
1998-04-21 21:22:54 +00:00
valeski
94b209c54f
compiler warning fix (paren inclusion) submitted by dkindred@cmu.edu . approved/rev'd by nisheeth
1998-04-21 17:17:35 +00:00
hshaw
ef10043270
Change JAVA ifdef's to OJI to distinguish between OJI and tightly integrated JAVA
1998-04-21 06:47:20 +00:00
hshaw
b5a3a9124e
Remove dependency on sun-java/config/rules.mak.
1998-04-21 06:45:01 +00:00
montulli
02c06c5427
update cvpics.c to new streams API
1998-04-20 22:50:15 +00:00
pinkerton
535606e02a
Fix 2 const problems for Kathy (rev sdagley, appr sdagely).
1998-04-17 22:41:09 +00:00
pinkerton
a153945b9c
No longer using extra icons for hilighted and disabled state, but drawing them with toolbox transform modes.
1998-04-17 22:39:57 +00:00
mlm
054accdbe2
Oops - back out checkin from wrong tree
1998-04-17 21:42:16 +00:00
mlm
aaa2b8b131
Minor nit fixes that I intended to check in before, reviewed by Brendan
1998-04-17 21:37:22 +00:00
cmanske
07b0d91875
Fixed Table Editing bugs in Composer. Thanks to donwulff@iki.fi for finding a bug
1998-04-17 21:32:18 +00:00
valeski
c6f8adbb83
patch from dkindred@cmu.edu. Parenthesis inclusion and a printf formatting snag. rev'd by gagan
1998-04-17 00:33:25 +00:00
ftang
5e252943a9
Add cp1258 tables
1998-04-16 21:57:10 +00:00
vidur
5488d29c5e
Fixed compiler warnings. Patch submitted by Rick Osborne (rick@spacey.net)
1998-04-16 21:23:25 +00:00
briano
b1e8ff1432
Fixed the npglue.c screwup. Should've been npglue.cpp.
1998-04-15 22:07:20 +00:00
nisheeth
b42c684cd9
Fix for text overflowing inside nested tables. Fix for background colors not
...
being inherited properly inside tables.
1998-04-15 05:28:39 +00:00
nisheeth
7a10c79add
Fix for nested comments. Thanks to Jan Kroken (jankr@nntp.ifi.uio.no) for the
...
patch.
1998-04-15 04:13:55 +00:00
nisheeth
2518fbfedc
LO_UnlockLayout() was being called multiple times in LO_Reflow().
...
Thanks to Nicholas A. Ambrose (nicka@interdyn.com ) for the patch.
1998-04-15 04:01:00 +00:00
nisheeth
6f92a77897
Documentation patch. Thanks to Pete Bevin (moose@bestiary.com) for submitting
...
it.
1998-04-15 03:54:08 +00:00
pinkerton
9760829202
First Checked In.
1998-04-15 00:06:11 +00:00
ftang
6ae34eac56
Fix bug for FrontPage generated Chinese/Korean page could not be view
...
on Non Native system
1998-04-14 20:48:29 +00:00
ftang
9cd56b22f4
Fix CP1250 and CP1253. Thanks Tomas Brodsky <brodsky@cfar.umd.edu> from the net
1998-04-14 20:42:55 +00:00
montulli
c0c2f54842
initial add of files for additional pics functionality
1998-04-14 18:48:28 +00:00
ftang
cde941036a
(This is for the previous checkin) Fix warnning. Thanks tenthumbs@cybernex.net
1998-04-14 00:00:06 +00:00
ftang
3e66641cfb
Fix one warning. Thanks for
1998-04-13 23:58:48 +00:00
cyeh
6aaa2c79b7
Remove for legal reasons.
1998-04-09 00:33:14 +00:00
valeski
c311106bc5
various null checks, fixes 107730, rev'd by malmer
1998-04-09 00:07:08 +00:00
montulli
f478330b26
fix really small pics bug by calling Illegal_to_underscore
...
Rev: gagan
1998-04-08 21:23:19 +00:00
pinkerton
06a67f5973
Added public DoInlineEditing() (rev sdagley, appr don)
1998-04-08 20:30:13 +00:00
pinkerton
5913005a12
added public DoInlineEdit for the node edit HT event and made RefreshCellRange public (it was protected, but is public in LTreeView). (rev sdagley, appr don)
1998-04-08 20:29:54 +00:00
ramiro
4708fa6350
Fix hanging of unix browser on long/bogus dns lookups. r=asharma,a=ramiro
1998-04-08 04:38:32 +00:00
mlm
95b71081b5
- Fix for ECMA conformance - remove the "assign()" hack by adding a
...
per-property setter function which performs the same function.
- Fix code reviewed by brendan.
1998-04-08 01:47:23 +00:00
slamm
7f22110244
Fix time comparison. Need to return 0 when keys are equal. Fix for Solaris. Patch from R-ramiro. A-brendan.
1998-04-08 00:02:10 +00:00
slamm
ee80847541
Sanitization oversight. XP_QSORT() should recursively call XP_QSORT(), not qsort(). Patch from jk@tools.de. R-ramiro. A-toshok.
1998-04-07 23:30:24 +00:00
pinkerton
3eb9b70afc
Fix bug (our first patch from the net) with redraw of cell when the title was clicked to select it and the pane was read-only (like History). (rev sdagley, appr don)
1998-04-07 00:00:41 +00:00
ltabb
4556a7c89c
bump rev to 3.1
1998-03-28 03:38:53 +00:00
ltabb
3b56a9af51
Free the lizard
1998-03-28 02:44:41 +00:00