Commit Graph

9441 Commits

Author SHA1 Message Date
karnaze%netscape.com
854d511d3e bug 28811, 29459, 32507 - added flag to reflow state to handle table cells.
changed table min and max width calculations to include percent and proportional cells.
Include border and padding in min table width calc.
2000-05-16 22:55:34 +00:00
pollmann%netscape.com
0d4272baff Adding html iframe regression tests, not part of any build 2000-05-16 22:53:35 +00:00
akkana%netscape.com
d39b10a680 Partial work on 16311, 32807, 16352: code reorganization/cleanup of word/line/paragraph selection. 2000-05-16 22:48:28 +00:00
mjudge%netscape.com
77e64029b2 more ender-lite enhancements 2000-05-16 22:42:00 +00:00
mjudge%netscape.com
f56b42799d fixing relative div position bug with autoscroll 2000-05-16 22:41:38 +00:00
kin%netscape.com
e56254aabb - First pass checkin for a Drag and Drop friendlier selection. (Bug #38527) Code is ifdef'd out with DRAG_AND_DROP_FRIENDLY_SELECTION.
- Replaced tabs with spaces.
2000-05-16 22:16:05 +00:00
cmanske%netscape.com
b206aff8c8 Add code to paint selection border around Named Anchor frames when rect is not null - used only in Editor when Named Anchor is represented by an image. r=mjudge 2000-05-16 22:12:54 +00:00
pollmann%netscape.com
3cdcb62c97 Bug 18501: Send onChange before submitting on enter press in text input if the text was changed. This fixes http://maps.mcom.com r=harishd 2000-05-16 22:09:04 +00:00
shaver%mozilla.org
26b7a4c5b3 make sure that style attributes get the reresolve dance 2000-05-16 22:05:47 +00:00
pollmann%netscape.com
ccbe4c0000 Bug 23014: Quirks mode percentage height: enable for iframes, enable for native scrollbars, and add safety check for unconstrained height. r=harishd 2000-05-16 22:02:16 +00:00
pollmann%netscape.com
8e66be24ed Bug 32746 (3 of 3): Make iframe borders respond to both css and frameborder attribute, un-reverse frameborder=yes/no, and misc clean up with nsCOMPtrs. r=harishd 2000-05-16 21:59:23 +00:00
joki%netscape.com
c95cc22f27 fix for bug 15189 along with an annoying assert that just started. r: rods 2000-05-16 21:58:37 +00:00
pollmann%netscape.com
79732e0849 Bug 32746 (2 of 3): Make iframe borders respond to both css and frameborder attribute. r=harishd 2000-05-16 21:56:02 +00:00
pollmann%netscape.com
09ba3e7d07 Bug 32746 (1 of 3): Make iframe borders compatible with IE's precedent here, inset rather than solid border. r=harishd 2000-05-16 21:45:55 +00:00
evaughan%netscape.com
88c462d7b2 1) Fixed collapsing code. So sidebar does not assert when brought up closed.
2) fixed menu dismissing bug.
2000-05-16 20:46:08 +00:00
rickg%netscape.com
efb8525da7 checking in fix for 39281 2000-05-16 20:27:45 +00:00
shanjian%netscape.com
0cf967556d #7601, r = ftang
fixed backwards wordjump problem for non-ascii characters.
2000-05-16 19:52:05 +00:00
shanjian%netscape.com
e79533211d #7601
r = ftang
Fixed non-ascii forward wordjump problem.
2000-05-16 19:51:09 +00:00
dbaron%fas.harvard.edu
82ea818eba Fix MathML build (patch also pointed out by mielke@licel.com). r=sfraser@netscape.com a=leaf@mozilla.org Not part of default build. 2000-05-16 19:29:44 +00:00
joki%netscape.com
0d79eb280f Fix for bug 39422, fix use of event.target from JS. a:leaf, r:vidur 2000-05-16 18:46:38 +00:00
jst%netscape.com
9a0cc5b94f Fix invalid nsString useage. 2000-05-16 14:43:32 +00:00
mjudge%netscape.com
2ad43fc5b7 if you ever override mouseup, tell nsFrame about it. this maintains the selection/capture state. 2000-05-16 13:53:04 +00:00
mjudge%netscape.com
5237a6fe65 changes for setcapture. 2000-05-16 13:52:28 +00:00
rbs%maths.uq.edu.au
8e11a91156 [not part of default build] Header that should have gone with the other files 2000-05-16 13:29:37 +00:00
joki%netscape.com
413e75a4d4 Commenting out until we can figure out what mac wants here. 2000-05-16 13:27:10 +00:00
rbs%maths.uq.edu.au
39c7f1b59b Restructure the CSS file and add changes needed to support alignments in <mtable> 2000-05-16 13:20:22 +00:00
rbs%maths.uq.edu.au
d9c12baad9 [not part of default build] Added support for rowalign and columnalign attributes on <mtable> 2000-05-16 13:18:42 +00:00
rbs%maths.uq.edu.au
e84aa8aed9 [not part of default build] Remove unnecessary #include files 2000-05-16 13:17:20 +00:00
rbs%maths.uq.edu.au
1b3d84df6b [not part of default build] * Added recursion to search an attribute all the way up into the <mstyle> hierarchy. * Added support for MathML 2.0 'namedspace' values like: thickmathspace, thinmathspace, verythinmathspace, verythinmathspace, veryverythinmathspace, ... * Added some placeholders for incremental reflows 2000-05-16 13:15:15 +00:00
mjudge%netscape.com
1e39e20ca4 left in bad reference 2000-05-16 13:02:36 +00:00
joki%netscape.com
494a7daf96 Fix bustage 2000-05-16 12:49:04 +00:00
mjudge%netscape.com
c00a125072 fixing regunreg for form controls 2000-05-16 12:44:32 +00:00
mjudge%netscape.com
c3336ccfe3 accidental checkin 2000-05-16 12:20:24 +00:00
mjudge%netscape.com
85d1d629ae adding in destroy method 2000-05-16 12:18:49 +00:00
mjudge%netscape.com
8a09f194f7 fixes for RegUnRegAccessKey 2000-05-16 12:18:36 +00:00
joki%netscape.com
d53ca62337 Fix for bustage 2000-05-16 11:36:34 +00:00
joki%netscape.com
a743e2b38b Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
joki%netscape.com
d7557a57a5 Adding accesskey support. Bug 959. 2000-05-16 10:22:20 +00:00
anthonyd%netscape.com
7ab436fd88 avoiding confusion between line iterator between layout and navigation.
if you want a line iterator for navigation you must explicitly ask for one.
2000-05-16 08:11:14 +00:00
mjudge%netscape.com
6c96b883c7 textareas are also special cases where some data is added in create anonymous frames 2000-05-16 03:40:02 +00:00
mjudge%netscape.com
6939611619 not in build yet. default text now works.. 2000-05-16 03:38:26 +00:00
cmanske%netscape.com
7bc7684765 Changed comments to accurately describe HandleTableSelection parameters 2000-05-16 03:31:28 +00:00
jst%netscape.com
780fa4b8f1 Cleaning up GetNodeName() in preparation for swiching mozilla over to a DOM Level 2 compliant .nodeName property. 2000-05-16 03:22:25 +00:00
cmanske%netscape.com
acad8adcca Select table column and row support (20973). r=mjudge 2000-05-16 03:03:13 +00:00
shaver%mozilla.org
2da0ab457d Significantly reduce the amount of time we blow on style reresolution by
tracking the attributes which appear in CSS selectors, and only firing
a complete reresolution when we change one of those.  In the irrelevant-attr
case, we just let the frame update itself and get on with our lives right
away.  Fixed 38378, r=brendan, booyah.

Also, when setting an attribute to the same value that it currently holds,
don't think about it especially hard, and _don't_ go anywhere near the
style code.  Fixed 21879, r=brendan, boo_yah_.
2000-05-16 02:43:33 +00:00
jst%netscape.com
adab725bd3 Make .localName always return the local name, even if there's no namespace on the node. 2000-05-16 02:17:14 +00:00
nisheeth%netscape.com
b1f9814e5f Do not do async reflow during document load because this breaks progress notificaitons and the performance metrics. 2000-05-16 01:11:29 +00:00
mjudge%netscape.com
1c88cfe811 not in build. form submission works 2000-05-16 01:03:07 +00:00
jst%netscape.com
62324c1e44 Implementing getElementsByTagNameNS() for XML and HTML documents. 2000-05-16 00:55:05 +00:00
buster%netscape.com
ede42149f2 bug 29772
r=rods
added style rules to show text cursor over text and password input fields (except disabled fields)
2000-05-16 00:25:44 +00:00
mjudge%netscape.com
07900ccd3b not in build 2000-05-16 00:03:38 +00:00
buster%netscape.com
f9f6684fb2 bug 35964, partial fix
r=rods
2000-05-15 22:51:42 +00:00
jst%netscape.com
81e8c37fef Pass the name without the prefix to the DOM script object factory... 2000-05-15 22:48:38 +00:00
evaughan%netscape.com
072150beed Now splitters can only be dragged with left mouse not both. 2000-05-15 22:43:47 +00:00
attinasi%netscape.com
14623c747b Added support for simple xlinks: we now treat simple xlinks like links for styling. b=38026 r=dbaron 2000-05-15 22:30:27 +00:00
rods%netscape.com
72702a50fa focus now no longer shows when it has focus.
b=35307
2000-05-15 22:23:09 +00:00
rods%netscape.com
2c7b44334a minor changes to the disabled look for selects
b=35307
2000-05-15 22:22:24 +00:00
shaver%mozilla.org
4cba4b2b13 more work on content-policy, r=brendan 2000-05-15 22:05:45 +00:00
rods%netscape.com
4d9e613c83 more fixes for getting the path work started 2000-05-15 21:38:47 +00:00
rickg%netscape.com
c3c9c9c825 fixed edge case in entity reduction code 2000-05-15 20:37:01 +00:00
rods%netscape.com
be51eda972 remoaved button 2000-05-15 20:34:42 +00:00
rods%netscape.com
dca62f6984 added nsSVGPathFrame 2000-05-15 20:34:00 +00:00
jst%netscape.com
798ded8a8e Checking in DOM Level 2 version of the DOM interface Element. 2000-05-15 20:31:55 +00:00
sfraser%netscape.com
af4865ebb9 Make XBL work for HTML elements. r=hyatt 2000-05-15 20:25:02 +00:00
erik%netscape.com
210b71c14f bug 27164; need to multiply line-height by font's em square height, not
bounding box height; r=buster
2000-05-15 19:40:42 +00:00
mjudge%netscape.com
bc6435e49a not in build still getting ender-lite off ground 2000-05-15 14:34:20 +00:00
mjudge%netscape.com
61fbed4f1b removing comment on code 2000-05-15 14:25:52 +00:00
mjudge%netscape.com
e8114397eb not in build 2000-05-15 14:24:53 +00:00
mjudge%netscape.com
f67e2e21a7 typedef before switch gets thrown 2000-05-15 14:24:02 +00:00
mjudge%netscape.com
91c9ce3a57 legal changes 2000-05-15 14:22:03 +00:00
mjudge%netscape.com
6e60f28e28 fixing legal issues 2000-05-15 14:19:25 +00:00
mjudge%netscape.com
de897049e6 fixing output from selection piece 2000-05-15 14:18:30 +00:00
jst%netscape.com
df963dfb2a Fix .innerHTML regression (from the XIF converter update), and add a null document check. 2000-05-15 14:07:36 +00:00
jst%netscape.com
829f0bd0f5 nsString --> nsAutoString changes. 2000-05-15 13:50:52 +00:00
dbaron%fas.harvard.edu
3de09ce54f Fix AtomImpl leaks (includes bug 32608). r=pollmann@netscape.com 2000-05-15 13:12:27 +00:00
scc%netscape.com
548f911509 string fixes 2000-05-15 12:50:31 +00:00
scc%netscape.com
bc738e8f02 string fixes 2000-05-15 12:47:57 +00:00
scc%netscape.com
b3e9efe1bb string fixes 2000-05-15 12:41:16 +00:00
scc%netscape.com
5ca53c970c string fixes 2000-05-15 12:33:01 +00:00
scc%netscape.com
db4199a0e7 string fixes 2000-05-15 12:20:49 +00:00
rickg%netscape.com
cb303580f6 fixed bugs: 37417 and 26023 2000-05-15 07:27:55 +00:00
ben%netscape.com
c1fb66d25c checking in support for script block children on XBL <handler> elements. r=hyatt 2000-05-15 07:19:35 +00:00
brendan%mozilla.org
44ffcfa883 Enforce interCaps Mozilla XPIDL style (r=shaver). 2000-05-15 07:03:46 +00:00
dcone%netscape.com
999da07458 Fixed double drawing lines for buttons 2000-05-15 04:55:49 +00:00
shaver%mozilla.org
471780fa00 fix build bustage 2000-05-15 04:39:47 +00:00
evaughan%netscape.com
2316308130 1) Scrolling menus
2) many bug fixes
3) box debuging flags
2000-05-15 04:12:31 +00:00
shaver%mozilla.org
2758dba757 more work on 37983's content-policy love, r=brendan 2000-05-15 03:40:40 +00:00
buster%netscape.com
1ec23d5b9b added reflow notification, from Thomas Lendacky (toml@us.ibm.com)
r=buster
2000-05-15 03:37:21 +00:00
buster%netscape.com
28ff35585a adding constants for reflow notification, from Thomas Lendacky (toml@us.ibm.com)
r=buster
2000-05-15 03:36:34 +00:00
bryner%uiuc.edu
5884370784 Hook up text enlarge/reduce with ctrl+mousewheel. bug
25427.  r=erik@netscape.com.
2000-05-15 02:10:11 +00:00
jst%netscape.com
1ecefec3cc More WIP on getComputedStyle(), not part of the build yet. 2000-05-15 01:59:05 +00:00
jst%netscape.com
b9c54d8a6a Adding a very primitive readonly implementation of CSSPrimitiveValue. Not part of the build yet. 2000-05-15 01:58:26 +00:00
jst%netscape.com
3ef6dbd214 WIP for getComputedStyle(). 2000-05-15 01:33:27 +00:00
jst%netscape.com
63e304e863 Implementing createElementNS(). 2000-05-14 23:55:04 +00:00
jst%netscape.com
cb9ed532cf More utility frunctions in nsINodeInfoManager. 2000-05-14 23:45:32 +00:00
scc%netscape.com
db4332e617 string fixes 2000-05-14 23:06:18 +00:00
harishd%netscape.com
991ed3414f Enabling NOLAYERS by default ( since we don't support LAYER tag ).
r=vidur

Putting webshellservice into parser bundle for use by observer base.

r=nisheeth
2000-05-14 19:25:06 +00:00
jst%netscape.com
4b767ec567 Adding more utility functions to nsINodeInfo. 2000-05-14 18:34:35 +00:00
jst%netscape.com
bfb27a83a7 Implementing DOM hasFeature() and supports(). 2000-05-14 13:08:00 +00:00
scc%netscape.com
c99391a385 string fixes 2000-05-14 08:10:00 +00:00