kin%netscape.com
9b8fdd5e24
Fix for bug #3758 : Drag selecting entire content, then deleting, causes crash.
...
Added check for mContentLength <= 0 to TextFrame::GetPointFromOffset().
Reviewed by jfrancis@netscape.com and sfraser@netscape.com .
Approved by chofmann@netscape.com .
1999-03-16 22:55:49 +00:00
peterl%netscape.com
8ea73f36d9
Fixed table background inheritance, bug #1355
...
Checkin approved by chofmann
1999-03-16 22:33:29 +00:00
kipp%netscape.com
0391c232e1
Don't dereference a null pointer when print previewing
1999-03-16 19:37:12 +00:00
kipp%netscape.com
380f97a482
Only set ends-in-newline flag for pre text (bug #3262 )
1999-03-16 19:36:49 +00:00
kipp%netscape.com
50930f9663
Handle removable of continued frames better (not 100% done) (bug #3262 )
1999-03-16 19:36:24 +00:00
kipp%netscape.com
b624e23bf2
Fixed numerous frame removed bugs (bug #3262 )
1999-03-16 19:36:00 +00:00
mjudge%netscape.com
a876641fd7
I am "unfixing" something. This was something I introduced to prevent an M3 bug with a hack, it is not necessary anymore. reviewd by sfrasier. several people have verified this.
1999-03-16 00:08:38 +00:00
joki%netscape.com
a99a29b5de
Fix for bug 3553, links on Linux
1999-03-15 23:44:15 +00:00
mjudge%netscape.com
01bacbd5e9
M3 bug reviewed by joe francis. simply adding 0 initiializers to variables
1999-03-15 23:08:27 +00:00
jfrancis%netscape.com
450d7de945
fixed 3632 - selection turds after delete.
fixed 3751 - resizing page with selected image crashes.
reviewed mjudge and kin. checkin approval chofmann.
1999-03-15 22:52:06 +00:00
evaughan%netscape.com
3ae9308e95
Fixed align bug.
1999-03-15 21:22:49 +00:00
hyatt%netscape.com
e61c558de9
Changes to fix the bookmarks menu crashing problem.
1999-03-15 05:39:04 +00:00
kostello%netscape.com
31b572ebdc
Added implementation for nsIHTMLContentSink::DoFragment()
1999-03-15 05:11:43 +00:00
kostello%netscape.com
915733c74d
Add support to encode selection informaton
1999-03-15 05:10:03 +00:00
buster%netscape.com
25870fb1ba
small bug fix in Collapse. If the range array has 0 children, the selection should be considered collapsed.
1999-03-15 05:04:34 +00:00
karnaze%netscape.com
92f14ae1f9
removed code to set margins on radio buttons and checkboxes. It is now done using attribute selectors in ua.css.
1999-03-14 17:39:58 +00:00
karnaze%netscape.com
e8de3e1d81
table cell uses its own border (instead of table's) when sizing its area frame
1999-03-14 17:36:10 +00:00
buster%netscape.com
0703113c32
added a debug-only printf warning if the char code returned is 0
1999-03-14 04:10:55 +00:00
mjudge%netscape.com
33739be53c
fix hack for getting selection to "Really" update the frame
1999-03-14 01:18:47 +00:00
mjudge%netscape.com
dabafbc386
needed to get caret to draw at end of line and on an empty text element
1999-03-13 21:33:34 +00:00
mjudge%netscape.com
3bc9828b5e
hack to get caret to draw on empty line.
1999-03-13 21:33:01 +00:00
karnaze%netscape.com
782408440c
set max element size for hidden element
1999-03-13 12:50:43 +00:00
karnaze%netscape.com
661ba87dcb
bug 2220; changed wording of some warnings.
1999-03-13 12:49:37 +00:00
karnaze%netscape.com
b4199fb664
removed some table frame construction warnings.
1999-03-13 12:47:56 +00:00
buster%netscape.com
3e51f643cd
Table cells need to call DidSetStyleContext whenever their style changes, or
...
whenever the table's style changes.
This is a partial fix for bug 3513
1999-03-13 04:38:02 +00:00
buster%netscape.com
de0f39cf10
added some debugging code. uncomment the #define DELETE_SELECTION
...
to see some output about what node is selected.
1999-03-13 04:36:03 +00:00
beard%netscape.com
d3249dc9f1
reverted back to kISupportsIID. It seems not all compilers can handle ::nsISupports::GetIID() from inside an XPCOM interface. Yech.
1999-03-13 02:20:57 +00:00
evaughan%netscape.com
507e3b85a8
Fixed Titled button bugs.
1999-03-13 01:51:49 +00:00
beard%netscape.com
91abf02edf
forcing nsISupports to global scope to resovle ambiguity (VC is very weak)
1999-03-13 00:12:13 +00:00
evaughan%netscape.com
6d4d57e7a6
Fixed disabled bug on buttons.
1999-03-12 23:47:52 +00:00
morse%netscape.com
93f037d8bf
fix for wallet
1999-03-12 23:30:48 +00:00
beard%netscape.com
ec4e834108
now passing events to plugins, generating idle events with an nsITimer, all XP_MAC changes for the most part.
1999-03-12 22:46:14 +00:00
mjudge%netscape.com
476cb0e421
fixed GetWidth to "do the right thing" and take smallcaps and spaced words/chars into account.
1999-03-12 21:38:16 +00:00
ramiro%netscape.com
846235af9b
Make it possible to prefix mozilla dlls that conflict with system dlls.
1999-03-12 12:43:04 +00:00
waterson%netscape.com
9cdcfa7962
Fixed bug where button created without 'src=' would crash when 'src=' was set.
1999-03-12 08:11:54 +00:00
karnaze%netscape.com
8a292ee796
hopefully a fix for the mac build
1999-03-12 06:12:03 +00:00
karnaze%netscape.com
2e9f915151
bug 3628, scrolling=yes on <frame>, <iframe>
1999-03-12 05:36:35 +00:00
pinkerton%netscape.com
4b2c130256
Fixes bug #3532 where incremental reflow was not being correctly handled. Also no longer re-resolves the style context at each reflow, but only once on inital reflow.
1999-03-12 04:33:24 +00:00
sdagley%netscape.com
e83ac3037b
Fixing the Mac build bustage by calling the get() accessor for comparison
1999-03-12 01:16:08 +00:00
mjudge%netscape.com
114e459846
need to swap positions for mac. need to put COMPtr on right side of ==
1999-03-12 01:02:34 +00:00
mjudge%netscape.com
098064a40c
fixed memory leaks in nsRangelist.cpp. uninitialized memory in nsTextframe, simplified APIs in nsIFrame and the underlying implementations. see layout.checkins
1999-03-12 00:17:14 +00:00
amusil%netscape.com
9fa572f75f
Minor API change. Added support for tags that don't specify SRC or DATA params.
1999-03-11 22:50:58 +00:00
troy%netscape.com
eb3fddd46d
Fixed MapDeclarationInto() so it correctly handles 'min-width', 'max-width',
...
'min-height', and 'max-height'
1999-03-11 20:29:02 +00:00
troy%netscape.com
4302a2b765
Patch from Bruce Mitchener that fixes an incorrect use of delete
1999-03-11 20:27:54 +00:00
troy%netscape.com
38bb440c35
Patch from Bruce Mitchener (bruce@sybersight.com) that fixes incorrect
...
use of delete operator
1999-03-11 15:21:46 +00:00
troy%netscape.com
3483f42e09
Work-in-progress for min/max properties
1999-03-11 15:13:17 +00:00
vidur%netscape.com
7c14179b2d
Put back in changes blown away by evaughn
1999-03-11 08:59:37 +00:00
troy%netscape.com
5d5ab80fa3
Patch from Bruce Mitchener (bruce@cybersight.com) that fixes unitialized
...
memort error
1999-03-11 05:56:11 +00:00
nisheeth%netscape.com
595276432b
- Beautified error reporting of expat errors. We now don't just dump the error text out as nodes. We create the parsererror and sourcetext HTML nodes that can be styled via ua.css.
1999-03-11 05:29:36 +00:00
nisheeth%netscape.com
554a04fad4
- changing ua.css to add style rules for the 'parsererror' and 'sourcetext' elements.
...
- added eHTMLTag_parsererror, eHTMLTag_sourcetext to the set of HTML tags.
- These tags are used within XML documents to show errors from expat.
1999-03-11 05:26:53 +00:00
ftang%netscape.com
2e945807e6
fix mHasMultibyte hint problem when the first character of the *word* is not ASCII
1999-03-11 03:00:33 +00:00
troy%netscape.com
a6281248ab
Work-in-progress for 'min' and 'max' properties
1999-03-11 01:23:10 +00:00
av%netscape.com
78d3f3bcdd
*** empty log message ***
1999-03-11 00:17:38 +00:00
joki%netscape.com
f7c8bd10c6
Adding DOM access to new character information
1999-03-11 00:07:59 +00:00
akkana%netscape.com
02574d59fa
Fix purify UMR error -- thanks to braddr & bruce @ puremagic.com
1999-03-10 22:30:23 +00:00
morse%netscape.com
2fc6feebe9
changes for wallet
1999-03-10 21:42:45 +00:00
morse%netscape.com
9e26773a0f
bug fix for single signon
1999-03-10 21:38:34 +00:00
av%netscape.com
5efd40a548
Rendering alt context in object tag
1999-03-10 20:43:07 +00:00
karnaze%netscape.com
6a4d5b1d87
bug 3407
1999-03-10 06:13:35 +00:00
vidur%netscape.com
bb1650ee77
Added CreateElementWithNameSpace to proprietary document interface. Fixed GetTagName for HTML to uppercase tag names. Hooked up style rule addition and deletion to reconstruct frames. Fixed DOM generation problem
1999-03-10 01:17:49 +00:00
alecf%netscape.com
3a89e5a526
purify fix from bruce@cybersight.com - use delete[] rather than delete
1999-03-10 00:36:18 +00:00
alecf%netscape.com
1717419ca5
purify fixes from bruce@cybersight.com - use delete[] rather than delete
1999-03-10 00:35:16 +00:00
akkana%netscape.com
6b32065718
Fix UMR, caught with purify by bruce@portland.puremagic.com
1999-03-10 00:28:47 +00:00
troy%netscape.com
ebad085fdd
Some more table pagination improvements
1999-03-09 22:34:51 +00:00
jfrancis%netscape.com
e0d01cf990
reordered link order so that cout would work
1999-03-09 19:22:00 +00:00
jfrancis%netscape.com
05bff338bd
fixed refcounting bugs
1999-03-09 19:21:30 +00:00
jfrancis%netscape.com
9ccfd6ca94
fixed refcounting bugs plus a little cleanup
1999-03-09 19:21:04 +00:00
troy%netscape.com
c90aba30be
Better handles the case where the first row is complete when splitting
...
the row group
1999-03-09 15:35:43 +00:00
troy%netscape.com
dd23f1c3c6
Changed it so we get the computed width from the first-in-flow
1999-03-09 15:35:08 +00:00
warren%netscape.com
c50687b845
nsRepository -> nsIComponentManager changes.
1999-03-09 09:44:27 +00:00
nisheeth%netscape.com
282f2ef67b
- Quoted all attributes.
...
- Fixed casing on the end BookSet tag. (The expat parser enforces case-sensitivity in XML)
1999-03-09 07:44:47 +00:00
troy%netscape.com
01a8053549
Overflow code and pushing code now take header/footer frames into
...
account
1999-03-09 05:29:37 +00:00
troy%netscape.com
4e9fc2757f
Better handling of NS_FRAME_NOT_COMPLETE for incremental reflow
1999-03-09 05:28:44 +00:00
troy%netscape.com
d1cc042f2e
Made sure NS_FRAME_COMPLETE is always returned. This fixes an incremental
...
reflow problem
1999-03-09 05:11:14 +00:00
troy%netscape.com
102096a6d6
Fixed it so that for incremental reflow commands the correct value is
...
passed for the available height
1999-03-09 05:01:59 +00:00
ftang%netscape.com
ef26bbb0df
add katakana, hiragana, katakana-iroha, hiragana-iroha, lower-greek
1999-03-09 01:56:02 +00:00
pinkerton%netscape.com
d42e926e84
Add debug code to point out a bug #3505 with display:none and frames. Fix bug #3451 with grippies not working when toolbars not at top of window. Not creating atoms every time we expand/collapse toolbars.
1999-03-09 01:36:11 +00:00
vidur%netscape.com
5b9051fe4d
Table of contents example
1999-03-09 00:36:54 +00:00
pinkerton%netscape.com
94cd636616
adding debug printf to see when toolbar frames are being deleted. I don't think they are when display is set to none.
1999-03-08 22:44:44 +00:00
pinkerton%netscape.com
26b00fd7c4
fix bug where if I didn't check if the first child frame was null during reflow.
1999-03-08 22:43:48 +00:00
kipp%netscape.com
4f5301d5c4
Implement GetFrameName
1999-03-08 19:26:45 +00:00
kipp%netscape.com
c2a02d7bce
setup more skid marks (disabled)
1999-03-08 19:26:30 +00:00
kipp%netscape.com
1fa4b4f9eb
Added a skid mark (disabled)
1999-03-08 19:26:09 +00:00
kipp%netscape.com
d591ea0757
added some nasty logging messages for frames that don't set max-element-size; added more vertical alignment noise
1999-03-08 19:25:55 +00:00
kipp%netscape.com
93d6bff384
added some nasty logging messages for frames that don't set max-element-size
1999-03-08 19:25:18 +00:00
kipp%netscape.com
1f0ae90eb5
Copy out computed combined area even when dealing with an zero height block; added some nasty logging messages for frames that don't set max-element-size
1999-03-08 19:25:03 +00:00
kipp%netscape.com
4d444e2f13
Compute combined-area more sanely; handle another nasty top margin bug (1910)
1999-03-08 19:24:07 +00:00
kipp%netscape.com
0b7d4e9d4e
Removed a duplicated method; moved by debug asserts into a central spot
1999-03-08 19:22:55 +00:00
kipp%netscape.com
78209a0be1
Fixed bug #2052 - don't adjust the height when its computed
1999-03-08 19:22:16 +00:00
ramiro%netscape.com
e2b6f5c8bc
Latest AIX fixes. (waqar@netscape.com).
...
When doing the multiple inheritance thing, explicitly give the publicness
for each superclass.
1999-03-08 15:13:54 +00:00
pierre%netscape.com
89d5384690
small change to make it behave like nsCheckboxControlFrame when the WidgetRenderingMode is not initialized.
1999-03-08 04:46:12 +00:00
jfrancis%netscape.com
e05b888392
adding mAnchorFrame to the ClearFrameRefs call
1999-03-08 01:22:37 +00:00
jfrancis%netscape.com
7ea09100f6
bug fixes + changing broken "dont_QueryInterface" additions to "do_QueryInterface"
1999-03-08 01:20:02 +00:00
hyatt%netscape.com
1ac29898bd
Checking in a patch for a XUL bug in ContentInserted (inside an #ifdef INCLUDE_XUL).
1999-03-07 09:55:39 +00:00
sfraser%netscape.com
6704327c90
Fix warning reported by warren (bracket was in wrong place).
1999-03-06 20:19:52 +00:00
evaughan%netscape.com
b5c00a443c
1) Implemented regular button and html4 button with a button renderer.
...
2) Fixed ProgressMeter to update correctly when attributes change
3) Fixed sample8.html so that it does not over ride the borders of the HTML4 button this
messed up the active, hover, and disabled states.
1999-03-06 19:43:13 +00:00
troy%netscape.com
da0eec7de9
In RulesMatching(), changed NS_RELEASE to NS_IF_RELEASE for the link handler.
...
This fixes a crash when doing a print preview
1999-03-06 17:20:27 +00:00
troy%netscape.com
8269f421cb
Changed ComputeDesiredWidth() to get the table layout strategy from the
...
first-in-flow. This fixes a crash in paginated mode
1999-03-06 17:01:15 +00:00
troy%netscape.com
98746abda9
Added some XXX comments
1999-03-06 05:03:09 +00:00
warren%netscape.com
1a356f541c
Fixed multiple mRefCnt problem.
1999-03-06 03:56:24 +00:00
warren%netscape.com
6165d42084
Fixed uninitialized variable problem.
1999-03-06 03:54:19 +00:00
troy%netscape.com
ef52c960aa
Used style data pointer in HTML reflow state and eliminated some calls to
...
GetStyleData()
1999-03-06 03:37:44 +00:00
troy%netscape.com
1afaf4bfe9
Changed Reflow() to use style info from the HTML reflow state
1999-03-06 03:30:25 +00:00
nisheeth%netscape.com
61aa27804d
Changed nsIContentSink->NotifyError() to accept an nsParserError argument. This change is needed for propagating errors from the new expat parser.
1999-03-06 02:01:11 +00:00
troy%netscape.com
93bc8c37b3
Removed some code that is no longer needed
1999-03-06 01:58:33 +00:00
troy%netscape.com
ae25a99e7a
Eliminated some code that's no longer needed now that the info is in the
...
HTML reflow state
1999-03-06 01:48:28 +00:00
hyatt%netscape.com
a5ff60702b
Changing the name of a function. It was hiding another function in a base class.
1999-03-06 01:43:33 +00:00
troy%netscape.com
756524925c
Eliminated some code that's no longer needed now that the info is in the
...
HTML reflow state
1999-03-06 01:40:29 +00:00
troy%netscape.com
34074de63a
Removed some static functions that are no longer needed
1999-03-06 00:48:45 +00:00
troy%netscape.com
4810c912a1
Added ComputePadding() member function
1999-03-06 00:36:59 +00:00
troy%netscape.com
e01d93d003
Removed some code that's no longer needed, because mComputedPadding is now
...
part of the HTML reflow state
1999-03-06 00:04:24 +00:00
cyeh%netscape.com
5fe1801c03
fix pdb file generation so that the go into $(OBJDIR) and also
...
have more useful names other than "none.pdb". some cleanup remains.
1999-03-05 23:24:48 +00:00
troy%netscape.com
d368588674
Added ComputeMargin() member function that takes the containing block width
...
as an argument. This is necessary for absolutely positioned elements which use
the padding edge and not the content edge for the containing block
1999-03-05 22:24:27 +00:00
troy%netscape.com
ec6b5f5965
Fixed containing block calculation for absolutely positioned elements. Now
...
uses padding edge and not the content edge
1999-03-05 21:26:49 +00:00
sdagley%netscape.com
b17d7f2eee
Re-checking in pinkerton's fix as the project seemed to have cached something and kept putting nsGlobalVariables.cpp back into Rescued Items every time it was opened.
1999-03-05 20:31:19 +00:00
pinkerton%netscape.com
738c2ee7a3
removed nsGlobalVariables.cpp for kipp. permission to checkin to a closed tree given to kipp by cyeh.
1999-03-05 19:35:01 +00:00
kipp%netscape.com
49b30b8c01
Cleanup state recomputation; fix bug # 3453 crasher; debug out some max-element-size issues
1999-03-05 19:25:44 +00:00
kipp%netscape.com
dbaad00801
nuked global variables
1999-03-05 19:24:45 +00:00
kipp%netscape.com
8555c5239e
Disable trim code for now; disable horizontal alignment during pass1 table reflow
1999-03-05 19:24:15 +00:00
kipp%netscape.com
12d20bad4e
Remove dead global-variable nonsense
1999-03-05 19:23:52 +00:00
kipp%netscape.com
ca48c13067
Partial fix to bug #3094
1999-03-05 19:23:24 +00:00
kipp%netscape.com
6bfa1f9e70
Removed dead include
1999-03-05 19:23:09 +00:00
kipp%netscape.com
215b7ea355
nuked
1999-03-05 15:23:46 +00:00
kipp%netscape.com
29d90160b9
Removed ref to dead nsFrameReflowState
1999-03-05 15:22:03 +00:00
troy%netscape.com
3119f7cfd0
Table header/footer are repeated when splitting tables
1999-03-05 06:00:40 +00:00
kipp%netscape.com
284d8dc4af
Stop linking with other libraries to avoid finding symbols with dlsym that we don't want to find
1999-03-05 04:35:49 +00:00
kipp%netscape.com
29893a7946
use new nsHTMLReflowState ctors
1999-03-05 04:29:11 +00:00
kipp%netscape.com
44975aa096
Eliminate some compiler warnings
1999-03-05 04:28:54 +00:00
kipp%netscape.com
72e8fa0701
Output rects in twips; eliminated some typo bugs with selection directions
1999-03-05 04:28:40 +00:00
kipp%netscape.com
24b1378c74
use new nsHTMLReflowState ctors; made pages support IsPercentageBase
1999-03-05 04:28:07 +00:00
kipp%netscape.com
d82c80b2ed
Output rects in twips
1999-03-05 04:26:40 +00:00
kipp%netscape.com
e550d1b920
Refactored code to make effecient use of computed state in nsHTMLReflowState
1999-03-05 04:26:21 +00:00
kipp%netscape.com
19dc51eb86
use computed values from reflow state; made inline-reflow-state no longer isa html-reflow-state
1999-03-05 04:25:57 +00:00
kipp%netscape.com
ab10a74d40
Store more computed state; reformulated the constructors for nsHTMLReflowState
1999-03-05 04:25:25 +00:00
kipp%netscape.com
201e9c7b32
Revised computations for blocks; store more computed values
1999-03-05 04:24:20 +00:00
kipp%netscape.com
cdf1b85831
Spanked almost away
1999-03-05 04:23:41 +00:00
kipp%netscape.com
da63a4ae6d
Removed dead code; output rects naturally
1999-03-05 04:22:54 +00:00
kipp%netscape.com
7053df8bcc
Removed List method
1999-03-05 04:22:29 +00:00
kipp%netscape.com
f506e2d301
Minor tweaks to work better with computed values in html reflow state
1999-03-05 04:22:11 +00:00
kipp%netscape.com
413f276f42
nsBlockReflowState no longer is-a nsHTMLReflowState; fixes to numerous bugs; reworked to use computed values from reflow-state
1999-03-05 04:21:32 +00:00
kipp%netscape.com
8091fca848
Some asserts for me
1999-03-05 04:20:31 +00:00
kipp%netscape.com
9fc30d4717
Support more css style for hr's; map align to auto margins
1999-03-05 04:20:07 +00:00
kipp%netscape.com
ba18377496
use new nsHTMLReflowState ctors
1999-03-05 04:19:09 +00:00
kipp%netscape.com
838bbc1292
Cleaned up margins hackery and made things use css instead of evil code in the block layout code
1999-03-05 04:18:58 +00:00
kipp%netscape.com
3554e2299e
Removed constructors for nsReflowState
1999-03-05 04:17:00 +00:00
hyatt%netscape.com
3b73ee04e2
Fixes to layout to allow nsHTMLCSSStyleSheet to be instantiable from outside
...
the layout DLL.
1999-03-05 00:06:31 +00:00
evaughan%netscape.com
690a220aa5
Fixed a bug that caused TitledButtons and ProgressMeters to be skews when made inline.
1999-03-04 23:39:06 +00:00
scc%netscape.com
31ff626ae9
rename |IID()| --> |GetIID()|
1999-03-03 19:48:57 +00:00
pinkerton%netscape.com
bf49cb7b06
don't look in xul namespace for "src" attribute. Images show up again. permission to checkin to closed tree by sar.
1999-03-03 17:28:27 +00:00
troy%netscape.com
fd2c76a712
Work-in-progress for table pagination
1999-03-03 16:33:57 +00:00
brade%netscape.com
6bc87edd87
reduce Macintosh compiler warnings
1999-03-03 15:35:49 +00:00
brade%netscape.com
a08b6b708b
reduce compiler warnings on Macintosh by adding comparison in loop (around assignments)
1999-03-03 14:50:41 +00:00
waterson%netscape.com
bc91089b6f
Modified tree double-click handler to use DOM APIs instead of nsIContent.
1999-03-03 08:05:32 +00:00
evaughan%netscape.com
5665be1965
Fixed mac event bug.
...
Fixed alignment bug.
1999-03-03 04:04:48 +00:00
hyatt%netscape.com
f7adf9f605
Fix to the ContentInserted function (ifdef XUL only) for treechildren.
1999-03-03 03:11:55 +00:00
pollmann%netscape.com
734e86c883
Handle readonly changes for TextAreas as well as Text Inputs.
1999-03-03 03:06:36 +00:00
pollmann%netscape.com
a30885fc38
Give nsTextControlFrame a notification when readonly on a TextArea is changed.
1999-03-03 03:05:31 +00:00
pollmann%netscape.com
16ee81ed7f
Fix bug #3375 and #3368 : Allow hidden inputs and password inputs to store values.
1999-03-03 02:54:25 +00:00
joki%netscape.com
efafc46414
Fix for frames not resizing.
1999-03-03 01:59:50 +00:00
nisheeth%netscape.com
4de7406f15
We've decided to do away with the notion of an nsExpatDTD. The expat tokenizer which encapsulates the expat parser will be driven by nsWellFormedDTD. So, I'm removing the code that constructed an expat DTD for controlling the parsing of an XML document.
1999-03-03 01:57:03 +00:00
mjudge%netscape.com
b2dcf8b115
updates and fixes for CTRL left arrow and right arrow. also fixes for releasing the presshell correctly. the selection code was leaking it. updates for PREV and NEXT in nsFrameTraversal
1999-03-03 01:51:21 +00:00
akkana%netscape.com
58f89aa516
Fix Unix crash: comment out an assert
1999-03-03 01:11:28 +00:00
karnaze%netscape.com
afe82fc332
improved <iframe> sizing to consider left, right, etc borders
1999-03-03 00:37:55 +00:00
vidur%netscape.com
66a4fb1a65
Fixes to get CDATASections working again. Also changes to fix XML links.
1999-03-02 23:22:05 +00:00
kmcclusk%netscape.com
52afc44421
gfx vs native widget rendering can now be specified in the viewer at run-time.
...
Added methods to GetWidgetRenderingMode and SetWidgetRenderingMode in nsPresContext
Removed NS_GFX_RENDER_FORM_ELEMENTS define, now it uses the GetWidgetRenderingMode
method on the rendering context.
Resurrected Rod's listbox frame-based widget code.
Added -moz-option-selected pseudo attribute to control the appearance of selected items for the listbox frame-based widget.
Added a style rule with attribute selector for -moz-option-selected to the ua.css style sheet.
Modifed nsView::SetVFlags to do a bitwise or instead of bitwise and to set flags.
Modified nsView::HandleEvent to compare mVFlags with NS_VIEW_FLAG_DONT_CHECK_CHILDREN
1999-03-02 22:43:26 +00:00
joki%netscape.com
c401b7142e
Adding new tab handling and focus support.
1999-03-02 19:19:24 +00:00
joki%netscape.com
46a84253fd
Adding new interface for focusable content
1999-03-02 19:05:54 +00:00
ftang%netscape.com
1fd137cb32
fix SmallCap to make it work for the whole range of unicode
1999-03-02 18:25:22 +00:00
brade%netscape.com
ed8c8fcc89
add static to LegendHack() to reduce compiler warnings on Macintosh
1999-03-02 15:17:35 +00:00
brade%netscape.com
9d62c2b952
add static to reduce compiler warnings on Macintosh
1999-03-02 15:17:14 +00:00
brade%netscape.com
a0e781f91e
reduce Macintosh compiler warnings by making function static
1999-03-02 15:15:46 +00:00
cls%seawood.org
79caf55510
Fixed problem with ondblclick being released w/o being allocated. Appeared to be a copy-n-paste oversight.
1999-03-02 10:20:52 +00:00
evaughan%netscape.com
ffe910ebcb
Made the image accessible from CSS via list-style-image.
1999-03-02 05:00:51 +00:00
sfraser%netscape.com
333ce2260a
Fix the caret so that it draws on Windows (and UNIX, hopefully), and turn on the #define so that the caret gets created in the pres shell. It gets shown in editor mode.
1999-03-02 04:26:49 +00:00
pollmann%netscape.com
f0368fab2e
Cleanup: Use the GetPrimary Frame in nsGenericHTMLElement. Enable fetching selectedIndex before frame creation (using DefaultSelected instead of Selected) Bug #3340
1999-03-02 03:31:17 +00:00
pollmann%netscape.com
fe42af341e
Enable GetSelected for options inside of option groups. (Fix GetPrimaryFrame)
1999-03-02 03:26:29 +00:00
pollmann%netscape.com
fe9dc59eef
Cleanup: return NS_NOINTERFACE not NS_OK if getting the primary frame fails.
1999-03-02 03:22:45 +00:00
pollmann%netscape.com
2d4cb0b56f
Fix change notifications for combo boxes.
1999-03-02 03:19:25 +00:00
nisheeth%netscape.com
6cafe14005
We no longer call RegisterDTD() on nsParser when initiating parsing of XML
...
documents.
1999-03-02 02:58:25 +00:00
hyatt%netscape.com
df8dfed7f1
Changing the GetAttribute and SetAttribute calls to properly use the namespace
...
of NONE (instead of XUL).
1999-03-02 02:04:45 +00:00
alecf%netscape.com
06b603951d
fix AIX bustage - explicitly refer to parent constructor even though it's within
...
the scope of this constructor..
1999-03-02 01:44:07 +00:00
evaughan%netscape.com
e45dcff509
Fixed button to respond to the list-style-image property on CSS
1999-03-02 01:25:33 +00:00
hyatt%netscape.com
8daad4506c
Modified ContentInserted (for XUL only) to support the tree widget's
...
wacky frame construction code.
1999-03-02 01:07:28 +00:00
akkana%netscape.com
e44de70e8e
Fix potential leak of content sink
1999-03-02 00:47:43 +00:00
akkana%netscape.com
d5363ca49c
include the parser library too
1999-03-01 20:46:08 +00:00
karnaze%netscape.com
9b9c4d5351
bug 3347
1999-03-01 19:25:47 +00:00
akkana%netscape.com
3eef98bc2b
Move bulk of DoCopy code from nsBrowserWindow.cpp into nsPresShell
1999-03-01 19:21:01 +00:00
vidur%netscape.com
5c71c0ce21
Fixed MAP elements to conform to HTML 4.0. Hooked up attribute changes for MAP, AREA and ANCHOR elements. Added RECONSTRUCT_ALL as a style hint for attribute changes. Modified nsCSSFrameConstructor's ReconstructFrame to only reconstruct the document element hierarchy.
1999-03-01 16:57:35 +00:00
rods%netscape.com
372194e11f
Change it to do a QueryInterface, is this right?
1999-03-01 15:27:55 +00:00
mcafee%netscape.com
20a05193e2
Backing out my last change, breaks Win32 & Mac.
1999-03-01 10:57:20 +00:00
mcafee%netscape.com
2d410263b9
Adding do_QueryInterface() wrapper for nsCOMPtr/Solaris.
1999-03-01 10:32:14 +00:00
jfrancis%netscape.com
9b46187134
made iterators bidirectional; lots of bug fixes; finished subtree iterator impl.
1999-03-01 08:17:18 +00:00
buster%netscape.com
9cce6dd738
fixed IsNested to account for outer table frame
...
removed obsolete debug code
1999-03-01 06:40:24 +00:00
karnaze%netscape.com
6f8c5bf16a
fixed assert when <col> is placed inside of <table>
1999-02-27 19:02:48 +00:00
nisheeth%netscape.com
aa8fbc879d
- Add expat to the windows build only...
...
- Changed nsXMLDocument such that expat gets used for XML parsing if
EXPAT is #define'd
1999-02-27 08:02:15 +00:00
peterl%netscape.com
e6aa19618a
fixed active link rule support
1999-02-27 07:18:21 +00:00
peterl%netscape.com
4b2ba32cae
added support for dynamic pseudo classes
...
added support for child & sibling selectors
1999-02-27 07:17:52 +00:00
peterl%netscape.com
120d44bdfc
added child & sibling selector support
1999-02-27 07:16:57 +00:00
peterl%netscape.com
71ae713847
tweaked style hint for overflow
1999-02-27 07:16:27 +00:00
peterl%netscape.com
d79cf12101
added child & sibling selectors
1999-02-27 07:15:59 +00:00
peterl%netscape.com
6cc2958942
added content state changed
1999-02-27 07:15:09 +00:00
peterl%netscape.com
eab0e6c8cb
added CSS3 pseudo classes
1999-02-27 07:14:33 +00:00
peterl%netscape.com
53d86f217b
added CSS3 UI pseudo classes
1999-02-27 07:14:13 +00:00
peterl%netscape.com
9fe33c68e2
set document before adding attributes
1999-02-27 07:13:48 +00:00
peterl%netscape.com
1ae9d420b1
switched state change notifications to use ContentStateChanged
1999-02-27 07:12:38 +00:00
peterl%netscape.com
11214a0274
added == operator to style sides
1999-02-27 07:11:57 +00:00
peterl%netscape.com
7cd4cd92c4
added CalcStyleDifference
1999-02-27 07:11:42 +00:00
peterl%netscape.com
c0cf7cb253
added content state changed
...
removed ua sheet from dump style
1999-02-27 07:11:04 +00:00
peterl%netscape.com
5916c57c38
added == operator for style sides
1999-02-27 07:09:40 +00:00
peterl%netscape.com
6eb779a038
added style hint max
1999-02-27 07:09:23 +00:00
karnaze%netscape.com
b4549051c8
correctly set max element size on checkbox, radio. Other cleanup.
1999-02-27 03:59:19 +00:00
vidur%netscape.com
d245b1defc
map and area attribute tests
1999-02-27 02:52:44 +00:00
hyatt%netscape.com
d86eecabbe
Modified HTML content's QueryInterface macro to supported nsIStyledContent.
1999-02-27 01:36:41 +00:00
hyatt%netscape.com
d85d9fe190
Changed GetID, HasClass, and GetClasses so that they are invoked on styledContent
...
instead of htmlContent.
1999-02-27 01:35:51 +00:00
hyatt%netscape.com
dfbfad323d
Changed GetInlineStyleRule so that it is invoked on styledContent instead
...
of htmlContent.
1999-02-27 01:35:25 +00:00
hyatt%netscape.com
b672b96f31
Changed GetContentStyleRule so that it is invoked on styledContent instead
...
of htmlContent.
1999-02-27 01:34:55 +00:00
hyatt%netscape.com
ca76ded84d
Changing GetStyleHintForAttributeChanged so that it is invoked on styledContent
...
instead of htmlContent.
1999-02-27 01:34:32 +00:00
hyatt%netscape.com
54fb30fdd0
Adding the NS_ISTYLEDCONTENT_IID to the nsHTMLIID files, so that HTML content
...
can see it (makes the QueryInterface macro work).
1999-02-27 01:33:25 +00:00
hyatt%netscape.com
48a5a5d631
Removing the CLASS, ID, and STYLE-specific methods. They are now in
...
nsIStyledContent (from which nsIHTMLContent now derives).
1999-02-27 01:32:49 +00:00
hyatt%netscape.com
4ca16137f7
Making sure that nsIStyledContent.h gets exported.
1999-02-27 01:31:42 +00:00
hyatt%netscape.com
e464e7658f
Changes to makefiles to ensure that nsIStyledContent.h is exported.
1999-02-27 01:31:16 +00:00
hyatt%netscape.com
76b33e035d
The nsIStyledContent interface. Removes CLASS, ID, and STYLE support (as well
...
as the ability to supply style hints) from nsIHTMLContent.
1999-02-27 01:31:01 +00:00
hyatt%netscape.com
e793c57e51
Changes to tree frame construction code.
1999-02-27 01:28:19 +00:00
av%netscape.com
19c7d0603b
*** empty log message ***
1999-02-27 00:57:04 +00:00
kipp%netscape.com
4a28dcfe2b
fixed up operator new usage
1999-02-26 20:02:06 +00:00
pollmann%netscape.com
628c8f6245
Enable dynamic changing of the readonly attribute.
...
Works on Linux now. Win will come on-line later today.
1999-02-26 20:01:48 +00:00
kipp%netscape.com
cfa5bbce41
Fixed remaining issues with operator new/delete
1999-02-26 19:26:29 +00:00
kipp%netscape.com
4f092c66e6
Removed ifdef'd out code
1999-02-26 19:22:20 +00:00
ebina%netscape.com
57d546ef7a
Changing RegisterFactory to use the new API.
1999-02-26 19:08:57 +00:00
alecf%netscape.com
4412580428
BandRect needs to be public to be visible outside the class definition (HPUX bustage)
1999-02-26 17:36:00 +00:00
kipp%netscape.com
62efebcdcf
Support sized images
1999-02-26 17:15:15 +00:00
kipp%netscape.com
b328181417
Support entities (bug #3112 )
1999-02-26 17:13:51 +00:00
kipp%netscape.com
e6d83ed954
Use our own null value
1999-02-26 17:13:30 +00:00
kipp%netscape.com
2aaefa469a
Cleaned up operator new and delete
1999-02-26 17:13:10 +00:00
kipp%netscape.com
ca244c5661
Removed dependency on static constructors
1999-02-26 17:12:16 +00:00
kipp%netscape.com
32bc677513
Pass in default image size when loading image
1999-02-26 17:12:05 +00:00
kipp%netscape.com
18ca3a2631
Whacked to handle moving floaters out of the flow
1999-02-26 17:11:54 +00:00
kipp%netscape.com
faa661374a
Fixed up operator new and delete
1999-02-26 17:09:35 +00:00
kipp%netscape.com
5f8761d5d9
Removed dependency on static constructors; implement operatore delete
1999-02-26 17:08:48 +00:00
kipp%netscape.com
e8952047b9
Removed move-out-of-flow code now that frame construction code does it; added code to avoid reflows when removing a placeholder frame
1999-02-26 17:08:20 +00:00
kipp%netscape.com
7766a273bf
Avoid purify noise by initializing all member variables
1999-02-26 17:07:49 +00:00
kipp%netscape.com
93a250c750
Support limited scaling of images on unix
1999-02-26 17:07:28 +00:00
kipp%netscape.com
194cbded42
Removed MoveOutOfFlow
1999-02-26 17:07:01 +00:00
kipp%netscape.com
2a7e5e3d17
Implement operator delete; get rid of static constructor
1999-02-26 17:05:20 +00:00
kipp%netscape.com
07757d98e5
Find text runs more often (bug #3278 , 3265); floaters are now handled mostly by the frame construction code
1999-02-26 17:04:44 +00:00
kipp%netscape.com
c345798dcc
Removed dependency on static constructor
1999-02-26 17:03:45 +00:00
kipp%netscape.com
9adee56599
Implement operator delete properly; removed dependency on static constructor
1999-02-26 17:03:18 +00:00
kipp%netscape.com
e9cc4676d9
Support desired image size during loading
1999-02-26 17:02:37 +00:00
kipp%netscape.com
fb2abfa5ac
Added IsFloating inline
1999-02-26 17:02:05 +00:00
kipp%netscape.com
ce936941e7
Added in desired-size to image loading request
1999-02-26 17:01:34 +00:00