Commit Graph

8414 Commits

Author SHA1 Message Date
karnaze%netscape.com
ff253260b5 bugs 19061, 9879 - each top level row group gets its own cell map; CellData reduced to 4 bytes.
git-svn-id: svn://10.0.0.236/trunk@57635 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 05:29:38 +00:00
nisheeth%netscape.com
a7972696d1 The timers used by the asynchronous reflow code were not compiling on the Mac earlier. Fixed them so that they compile on all platforms.
git-svn-id: svn://10.0.0.236/trunk@57629 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 04:27:05 +00:00
pollmann%netscape.com
1f1acffd70 Bug 16253: Update form margins to be the same as Nav and IE's (this checkin has no effect on layout until 23388 is fixed) r=harishd
git-svn-id: svn://10.0.0.236/trunk@57614 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 02:59:22 +00:00
waterson%netscape.com
e0f8c77c19 Revert to eager scrollbar update. pav made me.
git-svn-id: svn://10.0.0.236/trunk@57610 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 02:41:38 +00:00
hyatt%netscape.com
2161740ef1 added files: mozilla/layout/xbl/src/nsXBLBinding.cpp
git-svn-id: svn://10.0.0.236/trunk@57608 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 02:24:51 +00:00
hyatt%netscape.com
89ae85c8dd more xbl work.
git-svn-id: svn://10.0.0.236/trunk@57607 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 02:23:54 +00:00
troy%netscape.com
1b4ab66907 b=23388. Make sure mIsTopMarginRoot is set correctly in nsBlockReflowState
constructor


git-svn-id: svn://10.0.0.236/trunk@57601 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 02:05:31 +00:00
troy%netscape.com
4e81ba6679 b=20772. Changed ColumnsAreValidFor() so that it correctly handles the case
where the cell's desired width shrinks


git-svn-id: svn://10.0.0.236/trunk@57573 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 21:53:55 +00:00
nisheeth%netscape.com
8978d5a35b r=troy. nsContainerFrame::ReflowDirtyChild() always generates a reflow command targeted at its child. nsInlineFrame::ReflowDirtyChild() always passes up the reflow request to its parent. nsBlockFrame::ReflowDirtyChild() no longer has code for checking whether its parent is an area frame.
git-svn-id: svn://10.0.0.236/trunk@57571 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 21:52:58 +00:00
mjudge%netscape.com
a21138136b small changes for 22752 ctrl left and right. r=cmanske
git-svn-id: svn://10.0.0.236/trunk@57564 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 21:39:36 +00:00
pepper%netscape.com
b3f2c9de75 Added necessary newline at the end of the file so that HP builds don't choke.
r=jdunn


git-svn-id: svn://10.0.0.236/trunk@57562 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 21:34:41 +00:00
nisheeth%netscape.com
77cbdbf5e2 Removing the "ifndef XP_MAC" around the call to nsFrame::CreateAndPostReflowCommand(). The real problem, identified by Scott Putterman, was that the definition of this function was in a debug only section in nsFrame.cpp. He has moved the function out of the debug only section.
git-svn-id: svn://10.0.0.236/trunk@57555 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 17:43:18 +00:00
putterman%netscape.com
6f88f28b10 This should fix the build bustage.
git-svn-id: svn://10.0.0.236/trunk@57554 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 17:20:16 +00:00
erik%netscape.com
ed6e764e4a bug 8801; automatically reflow document(s) when font prefs change;
r=ftang


git-svn-id: svn://10.0.0.236/trunk@57553 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 16:10:48 +00:00
rods%netscape.com
1dd43b69a7 the call to Init was in the wrong place
b 23697 r=dcone


git-svn-id: svn://10.0.0.236/trunk@57552 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 16:02:12 +00:00
dcone%netscape.com
8185600b2d Small error in background rendering that index is 0 instead if i. r=rods. b=23704
git-svn-id: svn://10.0.0.236/trunk@57549 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 15:36:24 +00:00
rods%netscape.com
f9c33eabfc added border-box and font-family to the default "input"
removed extra background-color for select
r=kmcclusk b 17303


git-svn-id: svn://10.0.0.236/trunk@57548 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 15:35:10 +00:00
hyatt%netscape.com
383e9d4b90 added files: mozilla/layout/xbl/src/nsXBLService.cpp
git-svn-id: svn://10.0.0.236/trunk@57545 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 11:24:06 +00:00
hyatt%netscape.com
6f36c3bf53 Fixing Linux bustage.
git-svn-id: svn://10.0.0.236/trunk@57544 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 11:22:40 +00:00
hyatt%netscape.com
29ed6c8ea4 XBL files are fully parsed! YES!
git-svn-id: svn://10.0.0.236/trunk@57543 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 10:55:56 +00:00
hyatt%netscape.com
d165e0ee5c More tweaks.
git-svn-id: svn://10.0.0.236/trunk@57542 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 10:55:37 +00:00
hyatt%netscape.com
f823b03f70 More massaging to allow for XML docs with no webshells.
git-svn-id: svn://10.0.0.236/trunk@57541 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 10:50:02 +00:00
nisheeth%netscape.com
af4a0a5bb4 Ifdef out the call to nsFrame::CreateAndPostReflowCommand() on the Mac build for now.
git-svn-id: svn://10.0.0.236/trunk@57540 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 10:41:15 +00:00
hyatt%netscape.com
0911a05ccb XML content sink should not require a non-null webshell. XBL doesn't use
webshells.  r=me


git-svn-id: svn://10.0.0.236/trunk@57539 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 10:33:00 +00:00
hyatt%netscape.com
f7d6cbf8fa Typo in progid.
git-svn-id: svn://10.0.0.236/trunk@57538 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 10:27:57 +00:00
hyatt%netscape.com
72694f8813 More about XML document loading using XBL.
git-svn-id: svn://10.0.0.236/trunk@57537 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 10:20:11 +00:00
hyatt%netscape.com
9083eebb9b Making sure the XBL namespace is registered by the XBL service. r=yoyoma
git-svn-id: svn://10.0.0.236/trunk@57536 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 10:09:31 +00:00
hyatt%netscape.com
51eaea6e56 Teaching XBL how to load files. r=mini-me
git-svn-id: svn://10.0.0.236/trunk@57535 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 09:57:45 +00:00
hyatt%netscape.com
34222a1835 More implementation fun. r=neo
git-svn-id: svn://10.0.0.236/trunk@57534 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 09:44:18 +00:00
hyatt%netscape.com
89b73ee6fb More impl work. r=smith
git-svn-id: svn://10.0.0.236/trunk@57533 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 09:32:29 +00:00
hyatt%netscape.com
b13a44e3e9 Adding XBL impl. r=trinity
git-svn-id: svn://10.0.0.236/trunk@57532 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 09:28:48 +00:00
hyatt%netscape.com
6a6a1dde45 adding XBL impl. r=trinity
git-svn-id: svn://10.0.0.236/trunk@57531 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 09:28:15 +00:00
hyatt%netscape.com
16717ba255 Adding the XBL implementation (stubbed).
git-svn-id: svn://10.0.0.236/trunk@57529 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 09:25:48 +00:00
hyatt%netscape.com
4bcaa44758 Adding the XBL service implementation (stubbed). r=trinity
git-svn-id: svn://10.0.0.236/trunk@57528 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 09:25:28 +00:00
nisheeth%netscape.com
59dbaae9fb r=troy. Reflow commands are now coalesced by block and inline frames. This fixes bug 985 in which we now generate 6 reflow commands instead of 257.
git-svn-id: svn://10.0.0.236/trunk@57522 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 08:28:24 +00:00
hyatt%netscape.com
922c7667cc Fix for bug #18294. r=keanu
git-svn-id: svn://10.0.0.236/trunk@57521 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 08:16:32 +00:00
sspitzer%netscape.com
474de77d86 fixing my old enemy "the classic .get() with nsCOMPtr on solaris (and linux, if you have --enable-pedantic) turned on" bustage.
git-svn-id: svn://10.0.0.236/trunk@57518 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 07:39:00 +00:00
beard%netscape.com
ceea114c6b fixes nsIAtom leaks, bug=15906, r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@57514 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 06:54:58 +00:00
waterson%netscape.com
373ae7ac00 Don't force the sliderframe to 'eagerly' repaint. Allow it to be redrawn with the next Compositor pass. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@57510 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 05:29:24 +00:00
troy%netscape.com
885f08d717 b=23707. Made sure HR frame correctly computes max-element-size
when it has an 'auto' width


git-svn-id: svn://10.0.0.236/trunk@57509 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 04:52:19 +00:00
pierre%netscape.com
35e03cffb3 17303 "Text input fields in chrome should use sans serif font". Clear the NS_STYLE_FONT_USE_FIXED flag when setting a font different from -moz-fixed. r=rods (rods checked in the other part of that fix in nsHTMLFontElement.cpp)
git-svn-id: svn://10.0.0.236/trunk@57465 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 00:19:14 +00:00
norris%netscape.com
5c8d9b369d Fix warning.
git-svn-id: svn://10.0.0.236/trunk@57463 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 23:55:18 +00:00
dcone%netscape.com
5e51c18847 Set the container for the printContext. Fixes an Assert, but not the entire bug. r=Rods b=21470
git-svn-id: svn://10.0.0.236/trunk@57449 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 22:32:23 +00:00
bryner%uiuc.edu
ceb3e53c0f This fixes mousewheel scrolling inside trees. I also cleaned up the code
in nsEventStateManager, moving the view/frame locating code to its own
function - this will be helpful for implementing page up/down scrolling
for trees.  r=alecf.


git-svn-id: svn://10.0.0.236/trunk@57447 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 22:30:22 +00:00
sspitzer%netscape.com
82a785e528 fixes to turn bug #22916 into a blank window bug (instead of a crasher)
r=troy


git-svn-id: svn://10.0.0.236/trunk@57443 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 22:15:20 +00:00
ftang%netscape.com
48f8574d1b fix word breaking problem. r=mjudge. treat all word breaking as the same.
git-svn-id: svn://10.0.0.236/trunk@57440 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 22:07:13 +00:00
waterson%netscape.com
892aa6ef31 Bug 22915. Add 'text/cached-xul' as a content type that the nsXULDocument can handle. r=mscott
git-svn-id: svn://10.0.0.236/trunk@57431 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 21:12:52 +00:00
rods%netscape.com
4a4558506b reworked some more of the fieldset's reflow (not in build yet)
git-svn-id: svn://10.0.0.236/trunk@57419 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 20:40:06 +00:00
rods%netscape.com
f996dd3823 Listbox was handle clicks in the combobox incorrectly and this caused the
dropdown to rollup too soon.
b=23484 r=kmcclusk


git-svn-id: svn://10.0.0.236/trunk@57418 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 20:36:37 +00:00
rods%netscape.com
81946ff625 click events for checkbox and radiobuttons now handled via content (DOM0
instead of the frame
b=23592 r=kmcclusk


git-svn-id: svn://10.0.0.236/trunk@57417 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 20:33:36 +00:00