Commit Graph

4652 Commits

Author SHA1 Message Date
troy%netscape.com
8eaead0110 Fix for the layout crash in bug #5263 1999-04-20 02:51:07 +00:00
hyatt%netscape.com
48b9b00410 Changes so that content shells added underneath chrome shells cause
a notification to be fired to the chrome shell.
1999-04-20 01:56:07 +00:00
kipp%netscape.com
5ccd9c28e6 Work around windoze compiler lossage 1999-04-20 01:53:28 +00:00
kipp%netscape.com
55f7b6edca Make build work on mac 1999-04-20 01:49:51 +00:00
kipp%netscape.com
6a0e2e2f55 Added -moz-line-frame for first-line support 1999-04-20 00:29:48 +00:00
kipp%netscape.com
211ca77ef3 Create continuing line frames 1999-04-20 00:28:58 +00:00
kipp%netscape.com
1ada64d1cd Support first-line style 1999-04-20 00:28:40 +00:00
kipp%netscape.com
d1c19b975e Implement first-line support; update some api's to use nsIPresContext*'s instead of nsIpresContext&'s 1999-04-20 00:27:43 +00:00
kipp%netscape.com
747aed0e8c Switch to nsIPresContext*'s instead of nsIPresContext&'s 1999-04-20 00:27:08 +00:00
kipp%netscape.com
4e13edb1f1 removed dead comment info 1999-04-20 00:26:47 +00:00
kipp%netscape.com
85d4c50b17 Updated to new nsIHTMLReflow method signatures 1999-04-20 00:26:32 +00:00
kipp%netscape.com
39f3954168 Added lineFrame 1999-04-20 00:26:09 +00:00
kipp%netscape.com
31660cd5c2 Added NewFIrstLineFrame 1999-04-20 00:25:48 +00:00
kipp%netscape.com
799e9be55b Updated args to use ptrs instead of refs 1999-04-20 00:25:34 +00:00
kipp%netscape.com
04ad2a5b6f Added nsFirstLineFrame subclass; move class decl out to header file 1999-04-20 00:25:12 +00:00
kipp%netscape.com
138e73d3f2 Renamed header file 1999-04-20 00:24:32 +00:00
kipp%netscape.com
bfa935e427 Tweaked verify-reflow implementation 1999-04-20 00:24:21 +00:00
kipp%netscape.com
ba08510759 Eliminate a bunch of warnings 1999-04-20 00:23:33 +00:00
kipp%netscape.com
9e94548447 nuked 1999-04-20 00:23:13 +00:00
kipp%netscape.com
13fa4dfe48 new 1999-04-20 00:23:05 +00:00
kipp%netscape.com
1e5bc6c757 Added first line support methods 1999-04-20 00:22:58 +00:00
peterl%netscape.com
5548b30fa8 sync to new state change api 1999-04-20 00:06:58 +00:00
peterl%netscape.com
c503d0ed68 added tests for state dependent style 1999-04-20 00:05:54 +00:00
peterl%netscape.com
09405cfc34 widened state change api
added test for state dependent style
1999-04-20 00:05:14 +00:00
peterl%netscape.com
fdf686d2b8 modified state change notifications to use new wider api and reduce calls 1999-04-20 00:03:30 +00:00
peterl%netscape.com
04f5fc38c1 widened content state change api
added test for state dependent style
1999-04-20 00:02:22 +00:00
troy%netscape.com
bfd8240682 Work-in-progress for making relatively positioned inline-level elements a
container for absolutely positioned child elements
1999-04-19 19:10:15 +00:00
dcone%netscape.com
b8b86e2425 Fixed declaration to fix Mac build 1999-04-19 13:37:16 +00:00
dcone%netscape.com
c08626bd0e added the rounded rectangle code for style 1999-04-19 05:27:55 +00:00
rods%netscape.com
6a3ae34f17 Removed some D&D debug code 1999-04-17 13:54:00 +00:00
rods%netscape.com
c514b25e3b Switched over to new nsIGenericTransferable 1999-04-17 13:51:42 +00:00
troy%netscape.com
993b7ddc8d Change to InitAbsoluteConstraints() to fix bug #5154 1999-04-17 04:24:12 +00:00
vidur%netscape.com
632fa812dc Fix for bug 5141. The parentNode of a standalone Node is no longer a DocumentFragment, but is now, according to the spec, just null. 1999-04-17 00:56:25 +00:00
mscott%netscape.com
73dc5f7607 Add gsdebug boolean check before printing out IR target information. a=buster@netscape.com 1999-04-17 00:11:53 +00:00
pinkerton%netscape.com
7aec829ec9 tri-state'ness works, click tracking works. now it should just be bug-fixin. should work enough to use now. 1999-04-16 22:13:50 +00:00
kmcclusk%netscape.com
848b49f05b fix for bug #3162, Removed #ifndef MAC in the nsSelectControlFrame::GetProperty.
The Mac now supports native combo box widgets so it no longer will crash in GetProperty
with a null mWidget field.
Modified nsComboboxControlFrame::HandleEvents. MouseExit from the combox rect now
initiates mouse capture on the drop-down list.
Modified nsCSSFrameConstructor::ConstructSelectFrame to initialize the drop-down list
for frame-based comboboxes as hidden.
Added a nsIListControlFrame::CaptureMouseEvents method.
Implemented nsListControlFrame::CaptureMouseEvents.
1999-04-16 19:28:12 +00:00
pinkerton%netscape.com
0b3fe5c061 fix bustage again. I am a complete and total moron. 1999-04-16 18:14:22 +00:00
pinkerton%netscape.com
a4d9155886 fix bustage 1999-04-16 18:07:51 +00:00
mcafee%netscape.com
3dc8a10efc Removing //#define NEW_CLIPBOARD_SUPPORT 1999-04-16 17:36:33 +00:00
buster%netscape.com
43c65e9468 turned off noisy debug flag. 1999-04-16 17:31:39 +00:00
pinkerton%netscape.com
9f3f2746a7 No longer inherits from the form widget base class. Beginnings of starting to draw and handle clicks correctly. 1999-04-16 17:14:35 +00:00
pinkerton%netscape.com
f0743a6a37 added code to create a tristatecheckbox when seen in xul. 1999-04-16 17:08:16 +00:00
pinkerton%netscape.com
2fa8eaddcf add tristatecheckbox to atom list. 1999-04-16 17:07:48 +00:00
hyatt%netscape.com
12859e8881 Landing (inside an INCLUDE_XUL ifdef) the code that checks for and sets
the type of the web shell (to distinguish chrome frames from content
frames).
1999-04-16 08:14:28 +00:00
michaelp%netscape.com
768d09d96e modified for new view flags. 1999-04-16 04:24:14 +00:00
bruce%cybersight.com
0b0fdc5d55 Add newline at end of file for native compilers. 1999-04-16 04:06:04 +00:00
troy%netscape.com
a6fc950514 Files were renamed 1999-04-16 02:01:35 +00:00
troy%netscape.com
0c3b6ea2b6 Renamed filename because it was too long for the Mac 1999-04-16 01:42:51 +00:00
troy%netscape.com
c3ea2d4e9f added files: mozilla/layout/html/base/src/nsAbsoluteContainingBlock.cpp 1999-04-16 01:42:17 +00:00
troy%netscape.com
2fe63987a3 removed files: mozilla/layout/html/base/src/nsAbsolutelyPositionedContainer.cpp 1999-04-16 01:41:20 +00:00
troy%netscape.com
46addd57d1 removed files: mozilla/layout/html/base/src/nsAbsolutelyPositionedContainer.cpp 1999-04-16 01:40:56 +00:00
troy%netscape.com
a95e159cc5 Initial checkin 1999-04-16 01:39:45 +00:00
troy%netscape.com
9c0ed13c8c Initial check in 1999-04-16 01:39:34 +00:00
troy%netscape.com
5a7055806d New class nsAbsolutelyPositionedContainer 1999-04-16 00:08:59 +00:00
troy%netscape.com
4a7eb1cbc1 added files: mozilla/layout/html/base/src/nsAbsolutelyPositionedContainer.cpp 1999-04-16 00:07:43 +00:00
troy%netscape.com
dee7cfb553 added files: mozilla/layout/html/base/src/nsAbsolutelyPositionedContainer.cpp 1999-04-16 00:07:22 +00:00
troy%netscape.com
cbe52134bc Initial checkin 1999-04-15 23:55:04 +00:00
peterl%netscape.com
fbde443a95 split font style mapping from regular style mapping 1999-04-15 21:23:05 +00:00
peterl%netscape.com
aa95291e32 fixed pseudo element parsing 1999-04-15 21:22:41 +00:00
peterl%netscape.com
bffaa9e0ec fixed XUL code for removal of root element 1999-04-15 21:22:19 +00:00
akkana%netscape.com
ac974362ad Get rid of selection cursor for Unix now that caret is working 1999-04-15 20:42:53 +00:00
sfraser%netscape.com
c1384c00bf Adapt to fixed selection interfaces. 1999-04-15 20:19:34 +00:00
sfraser%netscape.com
bffb305703 Implement the ScriptObjectOwner interface, and adapt to fixed selection interfaces. 1999-04-15 20:19:26 +00:00
sfraser%netscape.com
bf04e1e37e Fix QI failure return value (!NS_OK is bad!) 1999-04-15 20:18:47 +00:00
harishd%netscape.com
648507cfd7 Modified methods BeginContext() and EndContext()
to handle illega-contents in tables
1999-04-15 20:18:34 +00:00
av%netscape.com
c57d83a3c9 Fixing logic in Reflow for differrent objects. Still ifdefed out 1999-04-15 20:07:01 +00:00
pinkerton%netscape.com
1c5db57058 add tristate checkbox to win/unix builds. 1999-04-15 19:44:28 +00:00
pinkerton%netscape.com
1b10452889 add tristate checkbox to mac build. 1999-04-15 19:43:59 +00:00
pinkerton%netscape.com
cc9e69ded8 First Checked In. 1999-04-15 19:43:35 +00:00
pinkerton%netscape.com
06d3eda9c3 restore joki's fix for click events. 1999-04-15 19:42:44 +00:00
pinkerton%netscape.com
f9ab792d73 remove a stupid unwrapped debug printf and ifdef NS_DEBUG another. 1999-04-15 19:42:21 +00:00
buster%netscape.com
8aabdb3ca4 workaround for bug 4577
incremental reflows targeted at the cell frame that are not style changes
must really belong to the area frame inside the cell.  So they are now retargeted.
1999-04-15 19:28:11 +00:00
kipp%netscape.com
d599286de0 Fix core dump bug 1999-04-14 22:01:17 +00:00
mcafee%netscape.com
760408a82e Following the last null reference fix with another one I missed. This gets the sidebar not-crashing now. 1999-04-14 08:15:59 +00:00
mcafee%netscape.com
a416e50fae Protecting a null reference; probably should check GetParent() return value. 1999-04-14 08:04:35 +00:00
troy%netscape.com
fb899785d8 Fixes for bug #1994. Better handling of floated and positioned images when
displaying the alternate contents
1999-04-14 04:00:16 +00:00
joki%netscape.com
b0379bfc55 Modifying auto-scrolling to not happen after every keystroke. 1999-04-14 01:22:09 +00:00
troy%netscape.com
63f4c3c732 Commented out rules for img:-moz-text, which aren't what I want 1999-04-14 00:02:54 +00:00
joki%netscape.com
f9441b5b56 Commenting out selection flashing stuff. 1999-04-13 23:42:58 +00:00
joki%netscape.com
f6b9ad3e7e Fix blinking selection on mouseover 1999-04-13 23:34:58 +00:00
vidur%netscape.com
78f743c391 Fixes for bugs 4783 and 2243. Content can now be added via the DOM during document loading. document.written content can also cause the parser to block. 1999-04-13 22:22:51 +00:00
kipp%netscape.com
3a54f31c9a Whacked to use new image loading apis 1999-04-13 21:52:35 +00:00
kipp%netscape.com
a75693e1fa Updated to use new image loading apis 1999-04-13 21:52:19 +00:00
kipp%netscape.com
a0b4329e22 Nuked useless includes 1999-04-13 21:52:03 +00:00
kipp%netscape.com
9b2e823a27 Nuked extraneous include 1999-04-13 21:51:52 +00:00
kipp%netscape.com
cb0424211b Revised include 1999-04-13 21:51:43 +00:00
kipp%netscape.com
2c74cc715a Support aspect scaling everywhere; elminate win32 ifdefs; use revised image loading apis 1999-04-13 21:51:20 +00:00
kipp%netscape.com
fa95252534 Use revised image loading api 1999-04-13 21:51:00 +00:00
kipp%netscape.com
24ff6b20c1 Fixed a slight bug with handling error codes 1999-04-13 21:50:47 +00:00
kipp%netscape.com
bdc62f7dd6 new 1999-04-13 21:50:25 +00:00
kipp%netscape.com
3f4e33030c nuked 1999-04-13 21:50:13 +00:00
kipp%netscape.com
0fa9f43a7a added files: mozilla/layout/html/base/src/nsHTMLImageLoader.cpp 1999-04-13 21:50:12 +00:00
kipp%netscape.com
b3cd5aa101 Use revised image loading apis 1999-04-13 21:49:58 +00:00
kipp%netscape.com
81c9f5e866 Added new source files 1999-04-13 21:49:41 +00:00
kipp%netscape.com
cb0b54647a Reworked to support mulitple frames per image loader 1999-04-13 21:49:28 +00:00
kipp%netscape.com
43f8bcd459 Revised api 1999-04-13 21:49:01 +00:00
kipp%netscape.com
83689cb3b4 Revised image loading apis 1999-04-13 21:48:49 +00:00
kipp%netscape.com
9fbbadd484 Added a bit to speed up frame destruction 1999-04-13 21:48:35 +00:00
joki%netscape.com
e4361b7994 Fix event handling on background areas of tags. 1999-04-13 21:29:08 +00:00
pinkerton%netscape.com
3e7ca58360 fix child frame detection and prepare for drag and drop. 1999-04-13 18:56:22 +00:00
bruce%cybersight.com
5b0e694071 Adding blank lines for native compilers. 1999-04-13 06:35:42 +00:00
troy%netscape.com
56f6173819 Made things a little more efficient by now making a copy of the reflow state
that's passed in, but instead casting the "const" away and setting the space
manager directly
1999-04-13 02:55:54 +00:00
troy%netscape.com
1aafacf365 Changed table code to call ReparentFrameView() when pushing/pulling frames 1999-04-13 02:38:09 +00:00
jdunn%netscape.com
66729caa47 Backing out my previous change, the AIX define is defined in CXXFLAGS when you
run configure.
1999-04-13 01:46:25 +00:00
sfraser%netscape.com
f0acea2009 Updated to conform to new IDL-ized selection interfaces. 1999-04-13 01:33:32 +00:00
sfraser%netscape.com
df0fb75ea2 nsIDOMSelection[Listener].h have moved to dom/public/range/ 1999-04-13 01:29:25 +00:00
sfraser%netscape.com
cbde030181 File Removed. 1999-04-13 01:28:49 +00:00
sfraser%netscape.com
7cb68edb39 File Removed. 1999-04-13 01:18:25 +00:00
bruce%cybersight.com
5dad5e047e Fix for native compilers, adding a blank line to end of the file. 1999-04-13 01:18:02 +00:00
sfraser%netscape.com
3e6d735bba No longer export nsSelection, nsSelectionRange, nsSelectionPoint 1999-04-13 01:17:49 +00:00
sfraser%netscape.com
e4b0d79daa Removal of nsSelectionRange, nsSelectionPoint, and fixing up resulting include problems. 1999-04-13 01:15:16 +00:00
sfraser%netscape.com
fd2a70df78 Fix a problem where the caret could be using a stale offset, after a node has been split. 1999-04-13 01:13:00 +00:00
troy%netscape.com
c67fa96f11 Removed SetInitialChildList() and now we inherit the base class version
which does the same thing
1999-04-13 01:11:46 +00:00
karnaze%netscape.com
dd92800942 bug 1596 1999-04-13 00:56:23 +00:00
joki%netscape.com
e594bb9b7c Send Click events to frames as well as content. 1999-04-13 00:27:58 +00:00
troy%netscape.com
22912b419f Changed MoveOverflowToChildList() and PushChildren() to call
ReparentFrameView()
1999-04-13 00:15:13 +00:00
troy%netscape.com
68629094d7 Removed Join() function from nsFrameList, because we already has a version
of AppendFrames() that did the same exact thing
1999-04-13 00:06:17 +00:00
troy%netscape.com
03e8dd2540 Removed some code from nsContainerFrame that is no longer needed now that'
we have nsFrameList
1999-04-12 23:46:02 +00:00
troy%netscape.com
fb7134b00b Fixed a problem in MoveOverflowToChildList() where Join() was being used
when InsertFrames() should have been used instead
1999-04-12 23:03:11 +00:00
kmcclusk%netscape.com
a2ffe366a4 Enabled frame-based comboboxes when widget rendering mode is gfx.
Major changes to nsComboboxControlFrame:
Removed commented out code + nsIPluggableEventListener references.
Implemented nsComboboxControlFrame::GetNamesValues
Implemented nsComboboxControlFrame::SetProperty GetProperty methods
Fixed references to previously freed memory in nsComboboxControlFrame::ReResolveStyleContext
Modified ua.css style rules for dropdown-visible, drodown-hidden to have -moz- prefix.
Added -moz-dropdown-btn-out and -moz-dropdown-btn-pressed, -moz-dropdown-list rules.
Modified nsListControlFrame.cpp to calculate the width of the dropdown list for combo boxes correctly
Added nsListControlFrame::GetProperty and SetProperty methods.
Modified nsCSSFrameConstructor::ConstructSelectFrame to setup combobox.
1999-04-12 22:14:31 +00:00
evaughan%netscape.com
d4c9d53169 Fixed bug to allow boxes to have elements inserted and removed from them dynamically. 1999-04-12 21:48:21 +00:00
joki%netscape.com
b6f2484b5b New api's into nsEventStateManager for content state change (hover,focus,active) 1999-04-12 21:24:07 +00:00
joki%netscape.com
81cd430b97 Event name change to remove unnecessary prefix. 1999-04-12 21:17:07 +00:00
jdunn%netscape.com
7af07e06fa ANSIC requires that structures need 'friend' status to access other structures
IF they are protected (or private).  fix for bug 4642
1999-04-12 20:12:15 +00:00
waterson%netscape.com
bb23be7a55 Added GetIID() so that this can be used with nsCOMPtr. 1999-04-12 18:10:08 +00:00
waterson%netscape.com
050221001c Added GetIID() method so this can be used with nsCOMPtr. 1999-04-12 18:08:43 +00:00
troy%netscape.com
238ac2da4a Added ReparentFrameView() and changed the block and inline code
to call it when pushing/pulling frames
1999-04-11 04:22:00 +00:00
troy%netscape.com
3f98c674e3 Changed ConstructRootFrame() to check if the device is scrollable when
determining whether to make the viewport scrollable
1999-04-11 03:10:20 +00:00
troy%netscape.com
56b81ad01e Changed DidReflow() so we size and position our view before we call
the child frame's DidReflow() function. This ensures that the parent view
is properly positioned before positioning the child views. This is
important when positioning the widgets
1999-04-11 00:56:28 +00:00
kipp%netscape.com
26c9966824 Allow negative values for clip rects as per css spec 1999-04-10 17:33:09 +00:00
kipp%netscape.com
4206c1a3b9 Fixed bug 4801 1999-04-10 17:32:46 +00:00
kipp%netscape.com
3b2b1ba2b2 Support clip property 1999-04-10 17:32:33 +00:00
kipp%netscape.com
c3502c77a3 Added SetClipRect helper method 1999-04-10 17:32:22 +00:00
kipp%netscape.com
b2a6cc42f1 Always init mMaxElementSize (bug 4836) - just in case 1999-04-10 17:32:04 +00:00
kipp%netscape.com
80ad2ee2bd Support clip property; fix bug 4836 and speed things up slightly by avoiding max-element-size computations when not needed 1999-04-10 17:31:45 +00:00
kipp%netscape.com
78fbf43078 Expose trapezoids 1999-04-10 17:30:57 +00:00
kipp%netscape.com
bb1586620d Use block-band-data for debug output 1999-04-10 17:30:46 +00:00
hyatt%netscape.com
5fb3fed6dc Fix for bug 3529. 1999-04-10 09:56:51 +00:00
troy%netscape.com
5eae13db9c Fix for bug #4833. Changed CreateGeneratedContentFrame() to make sure that
'position' is set to 'static'
1999-04-10 04:21:33 +00:00
sspitzer%netscape.com
5603bbb5f5 fixes to make the tests build 1999-04-10 00:34:44 +00:00
sspitzer%netscape.com
30bf4b542c fixes to make the test build 1999-04-10 00:32:53 +00:00
pinkerton%netscape.com
fc0abb60de Move all apple libs into MacOS target of interfaces.mcp. Only "apple" lib in each project should now be InterfacesStubs (with some minor exceptions). permission to checkin granted by cyeh. 1999-04-10 00:15:14 +00:00
amusil%netscape.com
49b390ae3d Fix for Bug# 4751. Added support for data param in addition to src param 1999-04-09 21:23:41 +00:00
karnaze%netscape.com
8fac3a9430 more/better table regression scripts 1999-04-09 21:12:34 +00:00
karnaze%netscape.com
e2a1885056 bug 2643, zero width cells 1999-04-09 21:09:52 +00:00
karnaze%netscape.com
5c121e8bd6 bug 4643, webshells reset scrolling value to prior value on reloading doc 1999-04-09 21:09:00 +00:00
karnaze%netscape.com
e469bec232 remove margin-right from <input type=text>, <input type=password>, assists with bug1968 1999-04-09 20:56:13 +00:00
troy%netscape.com
a4baddf3dc Fix for bug #4824. Added NULL pointer checks in GoToAnchor() 1999-04-09 04:28:15 +00:00
pollmann%netscape.com
21780034e4 Bugs 4714 4533 4387. A: Chofmann R: Harishd 1999-04-08 23:47:49 +00:00
vidur%netscape.com
7f4842ca46 Added missing entry into hint table. Fix for bug 4622 and more. 1999-04-08 23:22:25 +00:00
jfrancis%netscape.com
fece7c9e61 fix for another range gravity bug; rvwd and apprd kostello; appr chofmann 1999-04-08 06:00:44 +00:00
mjudge%netscape.com
9a83dd0a53 bug 4539 approved by hoffman. fix gives us nested selection batch changes. 1999-04-08 01:27:29 +00:00
mjudge%netscape.com
fae945861f indexes returned from prepareunicodestring are mContentOffset based. 3641 3772 Hoffman approved 1999-04-07 22:56:09 +00:00
mjudge%netscape.com
2bb61f6606 Simon reviewed. Hoffman approved bug number 4584 fixes clicking in alternate text. 1999-04-07 22:49:07 +00:00
karnaze%netscape.com
88df2ac956 test for empty cells 1999-04-07 05:31:47 +00:00
troy%netscape.com
8025cdb11b Added emebed as one the tags handled in CantRenderReplacedElement() 1999-04-07 05:16:47 +00:00
toshok%hungry.com
d751fd2af0 enable OJI on unix. 1999-04-07 05:14:40 +00:00
mcafee%netscape.com
616c553b24 Finishing clipboard ifdef so we can remove the old clipboard. 1999-04-07 03:56:07 +00:00
troy%netscape.com
1fea9f892b Added a check that the content objects match when determining if a
frame is generated content
1999-04-07 03:10:59 +00:00
rods%netscape.com
e7d6ba8fd3 Commented out NEW_CLIPBOARD_SUPPORT 1999-04-07 01:38:49 +00:00
ftang%netscape.com
0af90f4741 fix the ignore 1 for 10 problem for cjk-ideographics style 1999-04-07 00:32:49 +00:00
rods%netscape.com
46393b489c Turning on new clipboard support 1999-04-06 23:05:59 +00:00
ftang%netscape.com
cb00111a4d add one boolean to indicate word break or line break 1999-04-06 22:41:44 +00:00
karnaze%netscape.com
375818613a updated paths 1999-04-06 21:50:36 +00:00
karnaze%netscape.com
df45467ce6 updated paths 1999-04-06 21:42:05 +00:00
rods%netscape.com
2ddc8beb47 Added support to handle Drag & Drop events 1999-04-06 20:24:05 +00:00
jfrancis%netscape.com
25927591d7 fix for range gravity bug 1999-04-06 19:57:01 +00:00
joki%netscape.com
1b3046bc1d Fixing keyboard control of forms 1999-04-06 18:55:06 +00:00
karnaze%netscape.com
3a62df19c9 bug 4295 - anonymous table frame for caption is part of frame tree 1999-04-06 05:19:38 +00:00
troy%netscape.com
0439adf764 Changed ContentAppended() and ContentInserted() to work correctly
if the parent frame has :before or :after pseudo-elements
1999-04-06 04:58:05 +00:00
karnaze%netscape.com
49da190d0f preliminary work for bug 4534 1999-04-06 04:47:18 +00:00
troy%netscape.com
8c0d3b76c9 Changed FindFrameWithContent() to ignore frames associated with
generated content
1999-04-06 04:29:31 +00:00
troy%netscape.com
634f3c9b44 Added a comment 1999-04-06 02:57:47 +00:00
troy%netscape.com
2e4146ad87 Removed DidReflow() code that's no longer needed now that the new compositor
allows child views to extend outside their parent view
1999-04-06 02:41:50 +00:00
av%netscape.com
77d2952691 Cleaning up 1999-04-06 01:16:53 +00:00
rickg%netscape.com
c4b62ed8c6 tiny tweaks to keep in sync with new nsString 1999-04-06 00:29:40 +00:00
troy%netscape.com
d8e2981fbf Better handling of incremental reflow 1999-04-05 23:32:11 +00:00
nisheeth%netscape.com
46b2108fa1 Adding initial draft of documentation for the block and inline classes. 1999-04-05 21:54:08 +00:00
harishd%netscape.com
4e746a4f6d Added code in OpenBody() to handle multiple bodies.
Commenting out the precondition.
1999-04-05 20:53:54 +00:00
karnaze%netscape.com
821835bb73 table regression tests 1999-04-05 19:56:05 +00:00
ftang%netscape.com
e31de78625 Re-org the file and put different number system into different function. Merge two characters list implementation . add hebrew/armenian/georgian/cjk-ideographics implementation. 1999-04-05 18:25:26 +00:00
toshok%hungry.com
3223107a5e reorder libs to fix inter-archive dependencies. 1999-04-05 06:41:21 +00:00
troy%netscape.com
62cb7b680b Added NS_FRAME_GENERATED_CONTENT 1999-04-05 03:44:07 +00:00
troy%netscape.com
4e2f68cde3 Added rules for Q tag 1999-04-05 02:56:37 +00:00
troy%netscape.com
0cd13af7b0 Work on generated content 1999-04-05 02:53:07 +00:00
troy%netscape.com
a01ec4ae35 Changed nsHTMLImageLoader::StartLoadImage() to just use mURLSpec as the
absolute URL if mBaseURL is NULL, and not call NS_MakeAbsoluteURL.
This fixes a crash
1999-04-04 05:56:23 +00:00
morse%netscape.com
97b2920821 fix build bustage 1999-04-04 00:29:30 +00:00
karnaze%netscape.com
5797be9505 code clean up, use of macros for debugging 1999-04-04 00:06:48 +00:00
troy%netscape.com
89f4258895 Added include of -I$(PUBLIC)\wallet so we can find the include of
nsIWalletService.h
1999-04-03 23:55:15 +00:00
karnaze%netscape.com
481f4cd68e code clean up, use of macros for table debugging 1999-04-03 23:02:43 +00:00
morse%netscape.com
453fb56d86 moved single signon out of netlib 1999-04-03 22:56:18 +00:00
kipp%netscape.com
cd79fa3505 Set link handler so that style resolves properly for links around things like images 1999-04-03 21:54:32 +00:00
kipp%netscape.com
95756e85d5 Implement frame sliding during incremental reflow; fixed to not double factor in the delta-y 1999-04-03 21:54:00 +00:00
kipp%netscape.com
bf25700fa4 Added some debug code that allows finer grained append reflow during document loading for debugging incremental reflow 1999-04-03 19:00:23 +00:00
kipp%netscape.com
ce589ecd6e Reworked the state recovery logic for incremental reflow 1999-04-03 18:59:01 +00:00
kipp%netscape.com
46e3aa5c2a Removed some debris; added ComputeCollapsedTopMargin method 1999-04-03 18:58:32 +00:00
kipp%netscape.com
b693a7061b Made verifyreflow work again 1999-04-03 18:58:04 +00:00
kipp%netscape.com
40aded725e Removed some debris 1999-04-03 18:57:51 +00:00
kipp%netscape.com
f43163b5c4 Switch to a different (more accurate) BR handling hack... 1999-04-03 18:57:30 +00:00
kipp%netscape.com
500d6ef58f Fixed an oopsie that prevented enumerating the override and backstop sheets 1999-04-03 18:56:45 +00:00
peterl%netscape.com
e26a3e36aa updated prop values 1999-04-03 03:15:24 +00:00
peterl%netscape.com
f0b7fcff54 added -moz-border-radius 1999-04-03 03:15:01 +00:00
sdagley%netscape.com
dc3a70b347 Changed prompt for selecting a file from "FileWidget Title <here> mode = save" to "File Upload" to match 4.x. 1999-04-03 02:32:46 +00:00
sfraser%netscape.com
ea7a223c6f Turn off debug selection, and fix some debug code that crashed sometimes. 1999-04-03 01:46:58 +00:00
sfraser%netscape.com
df87ac03bf Added precondition when no content viewer. 1999-04-03 01:46:21 +00:00
peterl%netscape.com
ad074c6781 propogate opacity & visibility changes down the view heirarchy... 1999-04-02 22:57:25 +00:00
mcmullen%netscape.com
694d407546 Since I changed prefapi.h to use prtypes instead of the obsolete XP_ things, I have to change calls to match. 1999-04-02 20:41:58 +00:00
peterl%netscape.com
d5e687f7f6 backing out prevoius changes (unix didn't like it) 1999-04-02 19:57:07 +00:00
peterl%netscape.com
ad625281d0 initialize bitfields through a union to keep purify happy 1999-04-02 18:51:28 +00:00
peterl%netscape.com
ee221130d7 made some rudimentary connections for generated content into style data 1999-04-02 18:50:45 +00:00
peterl%netscape.com
ff014c1442 connected content properties to style context 1999-04-02 18:49:40 +00:00
peterl%netscape.com
37cbacb459 added nsStyleContent 1999-04-02 18:48:55 +00:00
sfraser%netscape.com
806972e747 Fix build bustage 1999-04-02 01:14:30 +00:00
sfraser%netscape.com
b3d54b4ca9 Remove caret->Refresh calls. The presshell now refreshes the caret after painting. 1999-04-02 00:01:05 +00:00
sfraser%netscape.com
1b7bc2f98b Added a method to the pres shell to control enabling clients to turn the caret on and off. 1999-04-01 23:58:11 +00:00
sfraser%netscape.com
1e9a850124 Caret changes to enable the caret to erase itself, and fix a bunch of caret problems. 1999-04-01 23:57:35 +00:00
sfraser%netscape.com
8a5fc246e3 Declare functions static to fix warnings. 1999-04-01 23:54:23 +00:00
sfraser%netscape.com
174ec2f784 #ifdef out the navigation printfs, and remove some unused variables. 1999-04-01 23:44:15 +00:00
jdunn%netscape.com
a5502eeae3 link in key libraries to build 1999-04-01 21:01:31 +00:00
mcmullen%netscape.com
c08fb50ed1 Since I changed prefapi.h to use prtypes instead of the obsolete XP_ things, I have to change calls to match. In this case, a macro had been used that was in one of the obsolete files 'PRIVATE'. Replaced this by its value 'static' 1999-04-01 20:39:30 +00:00
jdunn%netscape.com
f18151a29c fix problem on AIX-xlC compiler with protected structs. 1999-04-01 20:13:59 +00:00
rods%netscape.com
9e20dd4d27 Changed the clipboard support to use the new XIF Converter class and added more
error checking (this is all ifdef'ed at the moment)
1999-04-01 14:22:00 +00:00
kipp%netscape.com
c49f9d3f77 Don't make floaters a margin root (that was a mistake) 1999-04-01 01:38:00 +00:00
kipp%netscape.com
7799a4ecc0 Reflow floater frames using the block reflow context 1999-04-01 01:37:36 +00:00
jdunn%netscape.com
3896aca740 link in jsdom and raptorgfx for linking error 1999-04-01 00:20:11 +00:00
pinkerton%netscape.com
72d9aa697b better grippy/collapsed toolbar functionality after box conversion landing. Also more error message output in debug builds 1999-03-31 22:02:37 +00:00
vidur%netscape.com
bbca814f2d added files: mozilla/layout/xml/content/src/nsXMLProcessingInstruction.cpp, mozilla/layout/xml/content/src/nsXMLCDATASection.cpp 1999-03-31 20:50:28 +00:00
vidur%netscape.com
d801e996bd Added epilog and prolog to document. Added processing instructions and CDATASections for XML. Completed document Node methods. 1999-03-31 20:49:25 +00:00
sfraser%netscape.com
fa7a59405f Fix a problem with tab expansion when filling the offset indices array. 1999-03-31 20:12:42 +00:00
karnaze%netscape.com
430df9a7be bug 2620 - extra scroll bars on nested frameset documents. 1999-03-31 19:18:39 +00:00
kipp%netscape.com
2db0e89f04 new 1999-03-31 17:42:54 +00:00
evaughan%netscape.com
b5be496993 Moved navigator specific style information like .gif from xul.css and navigator.xul to a new file
called navigator.css this should hold all the basic navigator styles.
1999-03-31 08:04:37 +00:00
karnaze%netscape.com
dd8d8927b7 bugs 1318, 4429 - tables containing form controls as children 1999-03-31 06:47:40 +00:00
rjc%netscape.com
db35a587f7 Add references to "Wallet" shared libraries (debug and optimized) into Layout project. 1999-03-31 06:45:11 +00:00
karnaze%netscape.com
3166a2e26e bug 4141 - space activating a button 1999-03-31 06:02:12 +00:00
karnaze%netscape.com
a47eea1bd4 bug 4382 - comments inside <option> 1999-03-31 05:59:06 +00:00
troy%netscape.com
96804aa0ef Added back Nav compatibility hack for illegal hex values being mapped
to 0
1999-03-31 05:12:36 +00:00
jdunn%netscape.com
4241b16ff7 Fix compiler error on AIX...
Can't have 'protected' structures, so for AIX make them public and then
make sure that the AIX is defined in the Makefile.in
1999-03-31 04:21:53 +00:00
kipp%netscape.com
d79b83d93b Added some attribute selectors to make pre wrap, cols and width work 1999-03-31 04:13:55 +00:00
kipp%netscape.com
fb89b97fa4 Allow -moz-pre-wrap for white-space property 1999-03-31 04:13:28 +00:00
troy%netscape.com
55ab03b515 Fix for bug #4434 1999-03-31 04:13:24 +00:00
kipp%netscape.com
aa92be47b0 Support cols, wrap and width arguments 1999-03-31 04:13:04 +00:00
kipp%netscape.com
7829c0b04c Support MOZ_PRE_WRAP 1999-03-31 04:12:46 +00:00
kipp%netscape.com
94ac1b47ff Removed dead methods; made ComputeHorizontalValue and ComputeVerticalValue instance methods instead of static methods 1999-03-31 04:12:09 +00:00
kipp%netscape.com
a489ce58b2 Removed some dead code; Added support for eStyleUnit_Chars for width values 1999-03-31 04:11:40 +00:00
kipp%netscape.com
e1c16654f6 Removed some dead code 1999-03-31 04:11:02 +00:00
kipp%netscape.com
bdbcc0f971 Removed compact margin hackery 1999-03-31 04:10:51 +00:00
kipp%netscape.com
4853eb9e57 Removed unsupported css2 'compact' support ; fixed bug #2013 with floater placement 1999-03-31 04:10:27 +00:00
kipp%netscape.com
abc309263a landed HPUX patch from Kartik Subbarao <subbarao@computer.org> 1999-03-31 04:08:48 +00:00
kipp%netscape.com
9c9c6988c3 Added eStyleUnit_Chars 1999-03-31 04:08:07 +00:00