shaver%netscape.com
27f566b792
Move current_node and top_node to top_state, to protect them from tables.
...
Handle table and row and cell data.
(We do nested-table text now.)
1998-08-29 02:52:27 +00:00
shaver%netscape.com
afbbab923a
wire up DOM_Nodes and LO_Elements; maybe fix <LI> CSS bug? (all #if DOM)
1998-08-28 10:29:42 +00:00
shaver%netscape.com
e4fba63645
break universal dep on lm_dom.h; start wiring DOM_Node<->LO_Element
1998-08-28 07:53:18 +00:00
morse%netscape.com
d2eb44cfd2
single-signon fix
1998-08-27 21:05:58 +00:00
shaver%netscape.com
7cdd89e406
added hooks to lib/libdom stuff, and exposed lo_IsEmptyTag for use by libmocha DOM hooks
1998-08-27 00:05:26 +00:00
cls%seawood.org
9020b80c52
Updates to autoconf files.
1998-08-26 04:04:57 +00:00
cmanske%netscape.com
ba073c0f69
Removed attempt to optimize editor layout by not relaying out entire line. Must find another solution
1998-08-25 22:48:27 +00:00
cmanske%netscape.com
ee01898559
Backed out change intended for testing only
1998-08-25 20:24:04 +00:00
cmanske%netscape.com
250e125823
Composer performance optimization work - FixupTableData optimizations. Added SingleSignon feature for Composer publishing. Fixed layout cell background bug - permission by nisheeth
1998-08-25 20:16:10 +00:00
morse%netscape.com
05644a4520
pass current url rather than base url to single signon
1998-08-21 20:38:28 +00:00
brendan%netscape.com
3a7de85403
Insist on / after builtin at front of MIME type.
1998-08-21 08:12:14 +00:00
brendan%netscape.com
cc7f77fca8
Use text/html, not HTMLAREA, as value of TEXTAREA TYPE field; debloat code.
1998-08-21 08:11:13 +00:00
cls%seawood.org
84f1cedcbb
AUTOCONF_1_0 landing.
1998-08-19 20:42:14 +00:00
cmanske%netscape.com
4ad857ace8
More table editing work: convert Excel spreadsheet to internal table format for more flexible paste options
1998-08-18 20:24:37 +00:00
pnunn%netscape.com
087f296c2c
fix for #313251 , migrating #312030 to mozilla. pnunn. ok'd by nisheeth.
1998-08-17 22:20:27 +00:00
cmanske%netscape.com
d2e9510479
Fixed bug that prevented placing caret in empty table cell
1998-08-14 03:04:11 +00:00
cmanske%netscape.com
62af3ebd88
Fixed warnings thanks to UNIX compilers
1998-08-14 01:38:35 +00:00
cmanske%netscape.com
beae3c168f
Fixed missing () for function call Unlink. Stupid Windows compiler.
1998-08-14 00:07:50 +00:00
cmanske%netscape.com
d9272f51d1
Fixed lots of bugs. Implemented drag/drop/paste cells into existing table.
1998-08-13 23:14:33 +00:00
toshok%netscape.com
602bdc8f86
add elements for SUPER and SUB, so that we don't lose the basline adjustment on resize (bug 313426).
1998-08-12 22:33:32 +00:00
akkana%netscape.com
699145defd
Don't show caret on inactive Ender areas. Reviewed by cmanske.
1998-08-11 22:59:45 +00:00
kin%netscape.com
4b4289be38
Modified lo_BeginTextareaTag() to call XP_STRCASECMP() when looking for
...
"HTMLAREA". Approved by nisheeth and toshok.
1998-08-11 19:10:47 +00:00
nisheeth%netscape.com
6da5d98aec
Fixes bug 311240. We were crashing in layout when a new bookmark was added.
...
The real problem here is that RDF is overloading the HTML stream converter to
get at the META tags. I have a hacky fix to layout that checks for the special
RDF slave context type and does not layout any tag other than META and HEAD.
This will get backed out as soon as we come up with a better solution...
1998-08-11 04:03:10 +00:00
waterson%netscape.com
17dec56a44
Modified timing macros to include MWContext parameter.
1998-08-09 20:32:30 +00:00
beard%netscape.com
8630892040
Changed all uses of lo_NVList to not depend on OJI being defined.
1998-08-08 20:50:22 +00:00
cmanske%netscape.com
9076fefa9f
Fixed P0 Composer bug 312249 (backspacing when lines wrap) with help/review/approval by nisheeth. Also layout's part of fix to 310966 (changing doc colorsof current windows)
1998-08-08 02:06:57 +00:00
nisheeth%netscape.com
3858b3fd8f
Fixes bugs 301002, 206090, and 312021. Blocked tags were getting misordered.
...
lo_FinishLayout() was getting called multiple times. These fixes were migrated
over from the 4.06 branch.
1998-08-07 23:59:48 +00:00
nisheeth%netscape.com
ad3409c277
lo_FillinImageGeometry() was not being called before the image load was started
...
for the case when an <IMG> tag was processed while layout was blocked. Fixed.
1998-08-07 23:45:27 +00:00
clu%netscape.com
74d5115b8c
modified a conditional statement in ChangeTableSelection so that table selection can be correct on the mac when the movement is ED_MOVE_NONE (unlike other platforms, macfe passes in a NULL pData). Reviewed by cmanske and brade.
1998-08-07 09:17:19 +00:00
norris%netscape.com
93c522052e
Get signed JavaScript working using the non-Java capabilities code.
...
Also, implement a preference to run only signed JavaScript.
1998-08-06 19:46:03 +00:00
beard%netscape.com
c7000d7409
Disabled object stack item caching, as stale cache entries are living longer than the PA_Tags they are associated with. This is the cause of defect ID: 311147 in bugsplat.
1998-08-05 09:01:09 +00:00
kin%netscape.com
81912c692b
Fix Linux build bustage when ENDER is defined. Changed C++ comment to C
...
comment. Approved by nisheeth.
1998-08-05 02:41:21 +00:00
waterson%netscape.com
24d817af36
Added timing for top-level table blockage.
1998-08-04 22:56:15 +00:00
toshok%netscape.com
a21823cc66
Fix problem of alignment inside table cells getting lost. fixes 311994 (www.zdnet.com) and 311983 (www.mozilla.org) initial layout.
1998-08-04 22:26:42 +00:00
waterson%netscape.com
1420a5b95e
Changes to timing to support clocks. Layout changes approved by toshok, netlib changes approved by gagan.
1998-08-04 19:35:56 +00:00
ftang%netscape.com
ef7a7728a6
Comment out problemtic XP_ASSERT. We should double check editor when we
...
introduce Thai line breaking into mozill
1998-08-04 19:12:42 +00:00
nisheeth%netscape.com
8ebdc55ae8
Fix for bug 129639: Only add the new linefeed for preformatted text inside
...
lo_RelayoutTextElements(). This fixes the extra line feeds that were
being generated for regular text.
1998-08-04 19:01:27 +00:00
dfm%netscape.com
9e6fcc7bda
Added export of laylayer.h, as needed for privacy module.
1998-08-04 01:41:21 +00:00
dfm%netscape.com
d9983ea334
Removed ifdefs from privacy calls. Approved: nisheeth
1998-08-04 01:17:43 +00:00
kin%netscape.com
e8d01d8d5b
Fix for bug crasher bug that occurs when communicator is built with ENDER
...
defined and a page with a textarea is loaded.
Reviewed and approved by nisheeth.
1998-08-04 00:21:36 +00:00
gagan%netscape.com
89799f53da
Calling PRE_fetch now. Removed a parameter from Addtoprefetch list. Approved by Nisheeth.
1998-08-04 00:18:07 +00:00
dfm%netscape.com
3cd8bb5742
Added laylayer.h export for privacy module. Approved: nisheeth
1998-08-03 22:52:16 +00:00
dfm%netscape.com
eaf3064335
Added unconditional dependency on privacy module, switch for
...
MOZ_TRANSACTION_RECEIPTS. Reviewed: nisheeth
1998-08-03 22:49:38 +00:00
dfm%netscape.com
c27baca0d5
Added export of laylayer.h for privacy module, even though the Mac build
...
system is cheating right now and doesn't need it. Reviewed: nisheeth
1998-08-03 22:45:14 +00:00
nisheeth%netscape.com
a1e57cbb66
Fix for bug# 301664.
...
We needed to initialize the LO_CELL element's pointers
to table state inside lo_SquishSubDocToCell(). The LO_CELL element in this function
is used to hold the contents of a <CAPTION> tag and does not have a peer lo_TableCell
structure. The uninitialized pointers to table state in this element get dereferenced
when the table is freed and cause the app to crash. Initializing the pointers fixes
the crash.
1998-08-03 06:41:58 +00:00
toshok%netscape.com
72ec0a7a16
Support JavaScript version 1.4. Patch by Mike Shaver <shaver@netscape.com>
1998-08-03 00:11:24 +00:00
ftang%netscape.com
811e97ed82
Check in change to make it easier to do different line breaking.
...
Prepare for Thai line break to land. approved by thshok
1998-08-01 07:44:33 +00:00
mjudge%netscape.com
6b0c41cf00
Ender checkins got Nisheeth's approval.
1998-08-01 06:14:59 +00:00
mjudge%netscape.com
1911e78830
Ender checkins got Nisheeth's approval.
1998-08-01 06:08:32 +00:00
warren%netscape.com
c9bd5d8074
Landing changes in the OJI_19980727_BRANCH since the OJI_19980727_TIP_MERGE tag.
1998-07-31 20:19:50 +00:00