hyatt%netscape.com
dea38a3d0e
Fixing tree regression from a table checkin.
2000-01-17 01:10:41 +00:00
tor%cs.brown.edu
64b8a4ed6f
build bustage fix for older C++ compilers; false -> PR_FALSE; r=cls
2000-01-16 17:06:08 +00:00
dbaron%fas.harvard.edu
d23f14ddac
Fix performance problem pointed out by Jim Nance that there is excessive creation and destruction of clip regions during painting. The fix stops using PushState() and PopState() to undo a translation, since that causes the creation and destruction of a clip region.
...
r=troy
2000-01-16 15:13:46 +00:00
bryner%uiuc.edu
b5c2dccae8
Removing another stray printf. Sorry about that.
2000-01-16 05:41:17 +00:00
bryner%uiuc.edu
7abbbef1d4
Taking out one printf I forgot about, and #ifdef'ing another one for me.
2000-01-16 05:39:30 +00:00
bryner%uiuc.edu
694f805643
Make trees capable of scrolling by full pages with the mouse wheel.
...
General cleanup and additions to mousewheel debugging code (which is
#ifdef DEBUG_scroll). r=hyatt.
2000-01-16 05:30:49 +00:00
bruce%cybersight.com
604b295419
End of lines are good. Fixing ports bustage.
2000-01-16 04:56:08 +00:00
karnaze%netscape.com
583c152d41
fixed printing assertions; more throughly check cell map usage for contuining frames;
...
fixed bug 24057; r=kmcclusk,cmanske; could not run mail smoke tests due to prior bustage.
2000-01-15 20:10:00 +00:00
brade%netscape.com
d00faf77f3
initialize all fields in event structure for menu events; r=joki
2000-01-15 17:25:14 +00:00
brade%netscape.com
86c0a41f57
initialize all fields of mouseEvent; r=joki
2000-01-15 17:22:09 +00:00
brade%netscape.com
a6d671ec0e
remove function DispatchKeyPressEvent (not used); initialize the modifier keys in the event structure; r=joki
2000-01-15 17:21:20 +00:00
brade%netscape.com
659cea5806
remove function DispatchKeyPressEvent (not used) r=joki
2000-01-15 17:21:10 +00:00
erik%netscape.com
15cc55cd8c
bug 8801; use same default size for all generics (serif, monospace, etc);
...
set default size to 16px; allow pref to be specified in either px or pt;
as discussed in mozilla.layout; r=ftang
2000-01-15 16:30:13 +00:00
jfrancis%netscape.com
570669defd
speeding up selection by directly creating ranges, rather than going through CreateInstance(). See bug 19273.
2000-01-15 14:52:24 +00:00
hyatt%netscape.com
08696dbb4f
Still trying to fix Wensleydale. Stupid crack baby compiler.
2000-01-15 07:18:01 +00:00
hyatt%netscape.com
e8cca37c4e
Fix wensleydale bustage.
2000-01-15 06:41:04 +00:00
troy%netscape.com
7c37ba5e00
r=troy@netscape.com Changed from karnaze@netscape.com reviewed by me that
...
fix assertions we were hitting when printing the CNN page
2000-01-15 05:50:27 +00:00
troy%netscape.com
8fa6ace6ad
Fixed problems with incremental reflow code that wasn't checking the display
...
type to tell whether the frame was a row frame. This was causing problems on
www.cnn.com, because for some odd reason there is a text frame inserted in the
row group. That caused us to incorrectly calculate the max-element-size
2000-01-15 05:39:58 +00:00
troy%netscape.com
3d41b6f70c
Removed some debug assertions that are no longer valid
2000-01-15 05:38:24 +00:00
hyatt%netscape.com
2692a46faf
Landing XBL scrollbars.
2000-01-15 05:31:45 +00:00
danm%netscape.com
86d8d3bea8
adding a parameter to nsIBrowserWindow::SizeWindowTo. part of bug 15555. r:hyatt
2000-01-15 02:30:34 +00:00
pollmann%netscape.com
71013738a9
Bug 14419 (1 of 4): Fix typo!
2000-01-15 02:21:51 +00:00
vidur%netscape.com
e6ad550a8a
Fix for bug 23020. Relative URLs used in image.src and location.href should be resolved taking into account the base document URL of the calling context. R=pollmann
2000-01-15 02:02:27 +00:00
tao%netscape.com
36794ca76e
bug 23400: Need to expose api GetDocumentCharacterSet() to JS. r=vidur.
2000-01-15 02:01:05 +00:00
pollmann%netscape.com
f29f50a8b8
Bug 14419 (1 of 4): Make option text read/write (implementation) r=harishd
2000-01-15 01:42:56 +00:00
pollmann%netscape.com
c5d216006b
Fix warning r=harishd
2000-01-15 01:41:27 +00:00
nisheeth%netscape.com
d99ef26184
r=pollmann. Fix for bug 22237.
2000-01-15 01:41:22 +00:00
sspitzer%netscape.com
920287de74
backing out andreas and warren
2000-01-14 22:01:56 +00:00
dcone%netscape.com
bee947629d
Fixed some problems with rounded borders. r=rods
2000-01-14 14:43:05 +00:00
dcone%netscape.com
a70ef8651c
Added a container for the printContext. r= rods b = 21470
2000-01-14 14:30:41 +00:00
karnaze%netscape.com
17940b230c
fix for skipping last regression file, not affecting the build.
2000-01-14 13:47:35 +00:00
hyatt%netscape.com
0b8fd87711
Forgot to check in a file.
2000-01-14 11:20:15 +00:00
hyatt%netscape.com
05088ea910
Fix for bug #20452 . r=pav
2000-01-14 10:34:27 +00:00
hyatt%netscape.com
34045289f4
Fix for bug #23828 . r=pav.
2000-01-14 10:04:12 +00:00
hyatt%netscape.com
f8eb92f3b3
added files: mozilla/layout/base/src/nsPresState.cpp
2000-01-14 09:59:49 +00:00
hyatt%netscape.com
e37730de69
Partial fix for 18604. r=pav
2000-01-14 09:57:31 +00:00
hyatt%netscape.com
489fa24f63
Fixes for bugs 17460 and 21656. r=travis
2000-01-14 09:28:54 +00:00
warren%netscape.com
d6a205f1ec
Changes from andreas.otte@primus-online.de for numerous URL parsing bugs. r=warren
2000-01-14 08:50:03 +00:00
rbs%maths.uq.edu.au
d9d117bd67
[MATHML] *Restructuration to put member data into a mPresentationData struct. *Added support for accent and accentunder, with provision for embellished operators. *Changed usage of GetBoundingMetrics() to the X Windows character coordinate system
2000-01-14 08:38:25 +00:00
rbs%maths.uq.edu.au
00cf03d93d
[MATHML] Add two atoms: fontstyle, accentunder
2000-01-14 08:28:35 +00:00
rbs%maths.uq.edu.au
9228d7a6e5
Add Maxwell Equations test case contributed by Robert Miner, and fix of some rules in mathml.css
2000-01-14 08:25:57 +00:00
karnaze%netscape.com
6d95e58539
new regression test not affecting the build.
2000-01-14 05:10:36 +00:00
hyatt%netscape.com
b78a98232e
Adding a new interface for retrieving/setting state information on form
...
controls.
2000-01-14 00:43:39 +00:00
norris%netscape.com
dc4317097d
Work on 13838 missing property checks
...
r=mstoltz
2000-01-14 00:08:44 +00:00
rods%netscape.com
111a73a59a
The combobox would be scrolled into view if some portion of it is visible.
...
b 23068 r=attintasi
2000-01-13 23:52:53 +00:00
rods%netscape.com
c826c2abb6
Fixed two bugs, it puts the entire native file path into the text control instead of just the file name
...
and now it obeys the "size" attribute
b=19010 r=attintasi
2000-01-13 23:34:01 +00:00
nisheeth%netscape.com
3ad784a259
Fix for bug 23781.
2000-01-13 23:32:47 +00:00
saari%netscape.com
3382cd2fea
changes to fix bugs with keyboard + mouse navigation of xpmenus. xpmenus still
...
are broken in general with keyboard navigation, but this checkin fixes many
of the issues raised in bug 22221. R=hyatt
2000-01-13 23:20:28 +00:00
jdunn%netscape.com
a5a22f8218
Fix somemore of slamm's warnings
...
r= rods@netscape.com
2000-01-13 23:19:20 +00:00
jdunn%netscape.com
ebe64a5fd6
newline required at the end of files...
2000-01-13 23:07:43 +00:00
karnaze%netscape.com
04507b9f66
new regression test not affecting the build.
2000-01-13 21:27:02 +00:00
hyatt%netscape.com
b90f886b82
*** empty log message ***
2000-01-13 20:58:24 +00:00
hyatt%netscape.com
2fc2b04690
Fix for chinatimes/tinderbox crasher. r=karnaze
2000-01-13 20:22:19 +00:00
hyatt%netscape.com
d308f51d39
Fix for the mailnews sorting/folder switching bug.
2000-01-13 19:20:55 +00:00
hyatt%netscape.com
4f07483dcf
Fix for the mailnews sorting/folder switching crasher.
2000-01-13 19:20:25 +00:00
hyatt%netscape.com
4140b3c2ed
Fixing Win32 build bustage.
2000-01-13 16:25:04 +00:00
brade%netscape.com
7ee5171309
use proper key for discontiguous selection on Mac (r=jfrancis)
2000-01-13 16:07:03 +00:00
brade%netscape.com
4139a0f457
use proper key for disconguous selection on Mac (r=jfrancis)
2000-01-13 16:01:04 +00:00
brade%netscape.com
ab4e8fd4ac
initialize modifier keys for locally declared events; r=blizzard@mozilla.org
2000-01-13 15:56:30 +00:00
troy%netscape.com
80c0f6a811
b=22937, r=karnaze@netscape.com Fixed problem in paginated reflow
2000-01-13 15:47:58 +00:00
brade%netscape.com
58b13d6b47
initialize to nsnull; r=vidur
2000-01-13 14:53:51 +00:00
hyatt%netscape.com
a55bebe0dd
Cleaning up makefile
2000-01-13 11:50:18 +00:00
hyatt%netscape.com
6be1991e03
Fix for 18444
2000-01-13 11:49:18 +00:00
hyatt%netscape.com
fd051365d5
Fix for 18444
2000-01-13 11:43:54 +00:00
hyatt%netscape.com
b085b68818
Fix for 23049
2000-01-13 11:33:51 +00:00
hyatt%netscape.com
bf035c92ac
Fixing mac bustage.
2000-01-13 10:58:18 +00:00
hyatt%netscape.com
a92098d13f
XBL anonymous content can (in theory) now be built.
2000-01-13 09:43:42 +00:00
hyatt%netscape.com
ec05063f56
More XBL work.
2000-01-13 09:21:09 +00:00
hyatt%netscape.com
fe1ed2622e
Stubbing out some more XBL functions for future implementation.
2000-01-13 08:54:16 +00:00
karnaze%netscape.com
369b89f5d0
bugs 19061, 9879 - each top level row group gets its own cell map; CellData reduced to 4 bytes.
2000-01-13 05:29:38 +00:00
nisheeth%netscape.com
014a910d9a
The timers used by the asynchronous reflow code were not compiling on the Mac earlier. Fixed them so that they compile on all platforms.
2000-01-13 04:27:05 +00:00
pollmann%netscape.com
a283b25029
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
2000-01-13 02:59:22 +00:00
waterson%netscape.com
f2b51a01e0
Revert to eager scrollbar update. pav made me.
2000-01-13 02:41:38 +00:00
hyatt%netscape.com
5e81cec3d4
added files: mozilla/layout/xbl/src/nsXBLBinding.cpp
2000-01-13 02:24:51 +00:00
hyatt%netscape.com
c28c54c2fd
more xbl work.
2000-01-13 02:23:54 +00:00
troy%netscape.com
0129f52c00
b=23388. Make sure mIsTopMarginRoot is set correctly in nsBlockReflowState
...
constructor
2000-01-13 02:05:31 +00:00
waterson%netscape.com
fe198b7f36
Add .cvsignore file.
2000-01-12 23:03:47 +00:00
troy%netscape.com
2c7016acd1
b=20772. Changed ColumnsAreValidFor() so that it correctly handles the case
...
where the cell's desired width shrinks
2000-01-12 21:53:55 +00:00
nisheeth%netscape.com
5bac2cf869
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.
2000-01-12 21:52:58 +00:00
mjudge%netscape.com
0015473d9a
small changes for 22752 ctrl left and right. r=cmanske
2000-01-12 21:39:36 +00:00
pepper%netscape.com
29c745c92f
Added necessary newline at the end of the file so that HP builds don't choke.
...
r=jdunn
2000-01-12 21:34:41 +00:00
nisheeth%netscape.com
009325d72d
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.
2000-01-12 17:43:18 +00:00
putterman%netscape.com
ff3328ee49
This should fix the build bustage.
2000-01-12 17:20:16 +00:00
erik%netscape.com
5149d913ac
bug 8801; automatically reflow document(s) when font prefs change;
...
r=ftang
2000-01-12 16:10:48 +00:00
rods%netscape.com
a27e248f0e
the call to Init was in the wrong place
...
b 23697 r=dcone
2000-01-12 16:02:12 +00:00
dcone%netscape.com
6d2eebb5b7
Small error in background rendering that index is 0 instead if i. r=rods. b=23704
2000-01-12 15:36:24 +00:00
rods%netscape.com
f6a6c74660
added border-box and font-family to the default "input"
...
removed extra background-color for select
r=kmcclusk b 17303
2000-01-12 15:35:10 +00:00
hyatt%netscape.com
4087213049
added files: mozilla/layout/xbl/src/nsXBLService.cpp
2000-01-12 11:24:06 +00:00
hyatt%netscape.com
38588cfce2
Fixing Linux bustage.
2000-01-12 11:22:40 +00:00
hyatt%netscape.com
40a2d467f4
XBL files are fully parsed! YES!
2000-01-12 10:55:56 +00:00
hyatt%netscape.com
6235f8d962
More tweaks.
2000-01-12 10:55:37 +00:00
hyatt%netscape.com
fb4b11f8c8
More massaging to allow for XML docs with no webshells.
2000-01-12 10:50:02 +00:00
nisheeth%netscape.com
0bc4c0eb6c
Ifdef out the call to nsFrame::CreateAndPostReflowCommand() on the Mac build for now.
2000-01-12 10:41:15 +00:00
hyatt%netscape.com
854eb17304
XML content sink should not require a non-null webshell. XBL doesn't use
...
webshells. r=me
2000-01-12 10:33:00 +00:00
hyatt%netscape.com
bf39c76727
Typo in progid.
2000-01-12 10:27:57 +00:00
hyatt%netscape.com
f987db70e4
More about XML document loading using XBL.
2000-01-12 10:20:11 +00:00
hyatt%netscape.com
effdd1b9c6
Making sure the XBL namespace is registered by the XBL service. r=yoyoma
2000-01-12 10:09:31 +00:00
hyatt%netscape.com
69df4a2d4a
Teaching XBL how to load files. r=mini-me
2000-01-12 09:57:45 +00:00
hyatt%netscape.com
4efd17c17e
More implementation fun. r=neo
2000-01-12 09:44:18 +00:00
hyatt%netscape.com
2b86365742
More impl work. r=smith
2000-01-12 09:32:29 +00:00