cyeh%netscape.com
f5ee6c472f
something is wrong. for whatever reason there was a -DNO_SECURITY
...
that was always enabled, whether security was enabled or not. this caused
a confusion on the compile line, there -DMOZ_SECURITY and -DNO_SECURITY would
be simultaneously defined.
as a temporary hack, duplicate the logic on mozilla/config/config.mk
so that ifdef NO_SECURITY -DNO_SECURITY, else -DMOZ_SECURITY.
what a mess. this needs to be fixed right.
git-svn-id: svn://10.0.0.236/trunk@12671 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-13 06:08:31 +00:00
nisheeth%netscape.com
1fda8731c7
Fixing build bustage.
...
git-svn-id: svn://10.0.0.236/trunk@12669 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-13 05:32:09 +00:00
nisheeth%netscape.com
b9be4b3dd0
Changes to make Layer/Ilayer reflow work. This should fix sites like
...
altavista and slashdot.org.
git-svn-id: svn://10.0.0.236/trunk@12665 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-13 04:48:49 +00:00
gagan%netscape.com
0da65bb90f
Temp fix for NuCache build on unix.
...
git-svn-id: svn://10.0.0.236/trunk@12656 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-13 02:11:49 +00:00
gagan%netscape.com
efe1df531c
Temporary fix for NuCache build on unix.
...
git-svn-id: svn://10.0.0.236/trunk@12645 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-13 00:58:05 +00:00
cmanske%netscape.com
757a4afe34
Fixed crashing and other problems with Replace All in Composer
...
git-svn-id: svn://10.0.0.236/trunk@12616 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 22:13:42 +00:00
kin%netscape.com
93570f0e55
Fixes for build Unix bustage when MOZ_ENDER_MIME is defined. Added checks
...
for MOZ_MAIL_COMPOSE.
git-svn-id: svn://10.0.0.236/trunk@12612 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 21:50:42 +00:00
cyeh%netscape.com
3aebc76c7e
Flip security logic from #ifndef NO_SECURITY to #ifdef MOZ_SECURITY
...
git-svn-id: svn://10.0.0.236/trunk@12609 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 21:27:12 +00:00
kin%netscape.com
0bcbcd1274
Fixed buf in PasteHTML that was adding the wrong images to the safe list.
...
git-svn-id: svn://10.0.0.236/trunk@12586 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 18:17:38 +00:00
ftang%netscape.com
4846ccbd06
fix 327917
...
git-svn-id: svn://10.0.0.236/trunk@12565 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 12:22:41 +00:00
ftang%netscape.com
08f8c7b913
fix 327919
...
git-svn-id: svn://10.0.0.236/trunk@12564 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 12:17:05 +00:00
toshok%netscape.com
de6720ce96
include config.mk - fixes DOM problem (export lm_dom, etc.)
...
git-svn-id: svn://10.0.0.236/trunk@12537 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-11 01:10:11 +00:00
toshok%netscape.com
ae59ee1212
include config.mk before we check for DOM.
...
git-svn-id: svn://10.0.0.236/trunk@12534 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-11 00:57:43 +00:00
morse%netscape.com
409055ee48
recognize -1 value for privacy_policy_url
...
git-svn-id: svn://10.0.0.236/trunk@12493 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-10 02:53:50 +00:00
akkana%netscape.com
acc952abd1
77901: get url comparison right even if extra slashes
...
git-svn-id: svn://10.0.0.236/trunk@12481 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-10 00:51:27 +00:00
kin%netscape.com
9d02ddd3e3
Added void * cast to fix win32 bustage when MOZ_ENDER_MIME defined.
...
git-svn-id: svn://10.0.0.236/trunk@12478 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 23:39:55 +00:00
kin%netscape.com
c96f9b6d3d
Removed bogus include to fix build bustage on win32 when MOZ_ENDER_MIME defined.
...
git-svn-id: svn://10.0.0.236/trunk@12475 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 23:24:17 +00:00
kin%netscape.com
c302fdb3ed
CVS update for previous checkin added EDT_CopyStyle() back in the file. Removing
...
it again.
git-svn-id: svn://10.0.0.236/trunk@12466 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 22:24:00 +00:00
kin%netscape.com
5d469b730b
First pass implementation of safe list for ENDER multi-part mime output.
...
All safe list related changes are ifdef'd MOZ_ENDER_MIME.
Files modified this round:
cmd/xfe/forms.c
include/edt.h
lib/layout/Makefile.in
lib/layout/Makefile
lib/layout/editor.cpp
lib/layout/layfree.c
lib/layout/layform.c
lib/layout/edtbuf.cpp
lib/layout/editor.h
lib/layout/edtlist.h
lib/layout/edtlist.cpp
git-svn-id: svn://10.0.0.236/trunk@12464 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 22:14:45 +00:00
kin%netscape.com
7cbdf1f095
Initial checkin of edtlist.{h,cpp} files.
...
First pass implementation of safe list for ENDER multi-part mime output.
All safe list related changes are ifdef'd MOZ_ENDER_MIME.
Files modified this round:
cmd/xfe/forms.c
include/edt.h
lib/layout/Makefile.in
lib/layout/Makefile
lib/layout/editor.cpp
lib/layout/layfree.c
lib/layout/layform.c
lib/layout/edtbuf.cpp
lib/layout/editor.h
lib/layout/edtlist.h
lib/layout/edtlist.cpp
git-svn-id: svn://10.0.0.236/trunk@12462 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 22:11:19 +00:00
cmanske%netscape.com
df78d821d3
Removed unused function
...
git-svn-id: svn://10.0.0.236/trunk@12457 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 22:01:35 +00:00
mjudge%netscape.com
d145ae30ec
only need strip_continuous
...
git-svn-id: svn://10.0.0.236/trunk@12400 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 02:56:30 +00:00
mjudge%netscape.com
4fe7797685
changing MOZ_MAIL_COMPOSE to MOZ_ENDER_MIME
...
git-svn-id: svn://10.0.0.236/trunk@12399 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 02:50:41 +00:00
mjudge%netscape.com
0ed519b947
adding ifdefs that should be harmless
...
git-svn-id: svn://10.0.0.236/trunk@12398 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 02:49:52 +00:00
mjudge%netscape.com
18aa5b9c5e
this will fix a crahing bug and also fix an editor bug
...
git-svn-id: svn://10.0.0.236/trunk@12397 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 02:49:20 +00:00
mjudge%netscape.com
522e3088ae
Mailto MOZ_ENDER_MIME will not be turned on yet
...
git-svn-id: svn://10.0.0.236/trunk@12396 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 02:48:53 +00:00
shaver%netscape.com
fa23aaac85
Move DOM_StyleDatabaseFromContext and DOMMOZ_NewStyleDatabase into libmocha,
...
where we're already pulling in the entire client.
Updated TODO (still out of date?).
git-svn-id: svn://10.0.0.236/trunk@12378 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 00:50:27 +00:00
shaver%netscape.com
00df1faf1e
Initialize variables and generally behave better.
...
All-singing, all-dancing HTML tag handling for better coping in the face
of malformed (slashdot.org) HTML and simplified logic.
LOCAL_ASSERTs are fatal for me, just annoying for everyone else.
Use ACTIVE_NODE instead of CURRENT_NODE where appropriate.
Moved DOMMOZ_NewStyleDatabase and DOM_StyleDatabaseFromContext here to
enhance libdom's purity of essence.
git-svn-id: svn://10.0.0.236/trunk@12377 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 00:48:51 +00:00
shaver%netscape.com
4e51ebe3d3
Use ACTIVE_NODE now rather than CURRENT_NODE, and include lm_dom.h everywhere
...
to make that possible.
Move LM_ReflectNode call to laytags.c back-end from layout.c front-end (thank
you, Uncle Brendan).
Correct FIND_LAST_ELEMENT to handle newly-ended doc_states.
git-svn-id: svn://10.0.0.236/trunk@12375 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 00:46:05 +00:00
mcafee%netscape.com
915b078651
Wrapped POP stubs with !SMART_MAIL, network/protocol/pop3 picks these up when SMART_MAIL=1
...
git-svn-id: svn://10.0.0.236/trunk@12369 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 00:32:15 +00:00
pinkerton%netscape.com
021446b4b5
new constructor for creating attachments from code, not from Constructor.
...
git-svn-id: svn://10.0.0.236/trunk@12345 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-08 21:56:26 +00:00
mlm%netscape.com
a56fb40bbd
Fix for running with JS disabled; would core dump before.
...
git-svn-id: svn://10.0.0.236/trunk@12342 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-08 21:45:24 +00:00
waterson%netscape.com
d37db67a53
Touch down smooth progress bar changes from PROGRESS_19981006_BRANCH. a=nisheeth.
...
git-svn-id: svn://10.0.0.236/trunk@12335 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-08 21:35:07 +00:00
cyeh%netscape.com
3871aa776d
remove #ifdef NSPR in preparation for turning off NSPR and NSPR20 compile defines
...
git-svn-id: svn://10.0.0.236/trunk@12325 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-08 21:24:44 +00:00
cmanske%netscape.com
de5cf7de79
Trying to fix automated test breakage
...
git-svn-id: svn://10.0.0.236/trunk@12234 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-07 23:01:26 +00:00
danm%netscape.com
9f0d27491e
fix crash opening page through File/Open dialog from blank context. r:law
...
git-svn-id: svn://10.0.0.236/trunk@12227 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-07 21:53:12 +00:00
cmanske%netscape.com
e7701a4f07
Added function to test if link is to internal target
...
git-svn-id: svn://10.0.0.236/trunk@12158 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-07 04:54:05 +00:00
mlm%netscape.com
716e981979
Fix broken merge madness: Only start a window group after it is safe to do
...
so, and do not exit a monitor twice. (Also do not call Notify when not
inside the monitor.)
git-svn-id: svn://10.0.0.236/trunk@12155 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-07 04:35:55 +00:00
sdagley%netscape.com
3800794af9
Fix else/#else error.
...
git-svn-id: svn://10.0.0.236/trunk@12143 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-07 01:32:07 +00:00
cmanske%netscape.com
bf6517eadc
Make URLs in images absolute before copying to the clipboard stream
...
git-svn-id: svn://10.0.0.236/trunk@12137 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-07 00:43:09 +00:00
cmanske%netscape.com
63aff94a31
More Composer Publishing fixes
...
git-svn-id: svn://10.0.0.236/trunk@12133 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-07 00:35:30 +00:00
pinkerton%netscape.com
1bae7697f3
Fix build bustage. Add default constructor so we can create w/out an LStream.
...
git-svn-id: svn://10.0.0.236/trunk@12111 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-06 22:54:15 +00:00
cmanske%netscape.com
82fceb85d3
Fixing build bustage in editor.cpp
...
git-svn-id: svn://10.0.0.236/trunk@12087 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-06 21:26:36 +00:00
racham%netscape.com
921495363c
Adding -reg_mode flag related changes
...
git-svn-id: svn://10.0.0.236/trunk@12083 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-06 21:12:46 +00:00
morse%netscape.com
38c5ca5403
fix bugs with trust labels
...
git-svn-id: svn://10.0.0.236/trunk@12069 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-06 20:56:26 +00:00
cmanske%netscape.com
b70785e02b
Fixed Composer bugs - mostly for Publishing
...
git-svn-id: svn://10.0.0.236/trunk@12056 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-06 20:25:59 +00:00
pinkerton%netscape.com
cebfd85964
Fix hidden virtuals.
...
git-svn-id: svn://10.0.0.236/trunk@12023 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-06 03:59:05 +00:00
pierre%netscape.com
eae35a983d
fix 1000s of link warnings in Mac Raptor / some XP stubs were hiding actual functions
...
git-svn-id: svn://10.0.0.236/trunk@12017 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-06 03:00:28 +00:00
pierre%netscape.com
80a468f38c
getting obsolete: added #error "use CWPro4 version"
...
git-svn-id: svn://10.0.0.236/trunk@12016 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-06 02:56:07 +00:00
saari%netscape.com
78e84e6836
Merged sfraser's realloc improvements for the Mac memory allocator from Nova to Mozilla.
...
Referenced by bug #326465
git-svn-id: svn://10.0.0.236/trunk@11961 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-05 23:00:21 +00:00