cmanske%netscape.com
ba3457173e
Added support for table selection and removed nsIDOMSelectionListener code no longer needed. r=mjudge
2000-03-16 23:45:39 +00:00
attinasi%netscape.com
238a26b3c8
Fixed build breakage - local API change snuck in to my checkin.
2000-03-16 23:37:00 +00:00
attinasi%netscape.com
f4996d880d
Removed code that was causing a reframe when the class of an element changed. This is unnecessary and causes performance problems (reframes are expensive). b=21225 r=dcone,pierre
2000-03-16 23:04:21 +00:00
attinasi%netscape.com
6b88da8d67
Put an Invalidate call in ::Reflow when the image has changed - image was not repainting before. b=21225 r=buster
2000-03-16 23:01:03 +00:00
attinasi%netscape.com
7a0779c318
Fixed a problem where loading an image into second browser window was not updating the dimensions. Also added temporary code to put the image type in the title, even though the image type is not really accurate yet. b=24478 r=dcone
2000-03-16 22:58:12 +00:00
rods%netscape.com
a75c6402a3
I had the GetDefaultChecked and GetChecked methods reversed.
...
b=31009 r=kmclusk
2000-03-16 22:57:08 +00:00
attinasi%netscape.com
5923ab2a01
Removed NavQuirk where FONT tags were ignored if an element was explicitly sized, since we couldn't know if it was explicitly sized by an *implicit* style rule or by another FONT tag. b=25810 r=dcone
2000-03-16 22:54:36 +00:00
pierre%netscape.com
0cf6f0ed24
#11859 "Loading remote stylesheet in editor fails". LoadAgentSheet() loads the page asynchronously if an observer if provided.
2000-03-16 11:44:00 +00:00
pinkerton%netscape.com
86ddf11ec6
fix the popup positioning code to work better when sliding a popup along its parent's alignment axis to fit it on screen. now cannot go off the top or the right but is pinned to it. r=hyatt.
2000-03-16 05:13:15 +00:00
bryner%uiuc.edu
5d1042264d
Change mousewheel debugging messages to use PR_LOG instead of being turned
...
on by an #ifdef. This will enable nightly build users to generate useful
debugging output.
2000-03-16 03:34:52 +00:00
karnaze%netscape.com
dbe37e3d39
new regression test not affecting the build.
2000-03-16 02:56:12 +00:00
karnaze%netscape.com
db828efb04
bug 30273 - removing the last remaining cell in a row caused the cell map to remove the row during an incremental reflow. r=attinasi.
2000-03-16 02:21:43 +00:00
dbaron%fas.harvard.edu
2a01a6ed63
Fix a leak of a device context. r=dcone@netscape.com
2000-03-16 01:21:58 +00:00
dbaron%fas.harvard.edu
53eced76c9
1) Make PRE line layout backwards compatible in quirks mode (related to bug 26998).
...
2) Don't use strings when I can use atoms.
3) Fix bug 28472 by correcting error in earlier checkin.
r=buster@netscape.com
2000-03-16 01:14:57 +00:00
rods%netscape.com
0b13972de8
added #include for nsIContent.h to fix bustage
2000-03-15 16:45:01 +00:00
rods%netscape.com
4350baa400
minor change so extended keyboard select works correctly
...
r=dcone
2000-03-15 15:56:26 +00:00
rods%netscape.com
6ba4a8f08d
factored out a GetScrolableView method, implemented extended selection for drag select and shift->up/down keys
...
added page up and down support, but it isn't supported by nsScrollFrame (works for Gfx)
should be generating the coorect DOM selection events now
r=dcone, b=14771, 30463
2000-03-15 15:55:30 +00:00
rods%netscape.com
10466a156a
turning off debug #defines
2000-03-15 15:47:11 +00:00
rods%netscape.com
0823c92935
removed ifdef's and replaceed them with if/then/else for GFX Lists and Dropdowns,
...
now they can be turned on with a boolean instead. This will help with debugging later
r=dcone, b=18895
2000-03-15 15:45:29 +00:00
troy%netscape.com
5386fb954a
b=24343 r=karnaze@netscape.com Changes so we properly lay out after changing
...
the font using the pref UI. Block and table code changed to handle
eReflowReason_StyleChange
2000-03-15 15:16:03 +00:00
rods%netscape.com
baa7954d45
preparing it for prime-time, in the build, but not being used.
...
b=18895, r=dcone
2000-03-15 15:08:54 +00:00
dveditz%netscape.com
ee84e699f6
fixing VC5 build (bug 31868)
2000-03-15 06:22:09 +00:00
bryner%uiuc.edu
963daa904a
Changing nsresult -> NS_IMETHODIMP.
2000-03-15 05:02:23 +00:00
karnaze%netscape.com
6314b604b5
fix warnings. submitted by jeroen@vangelderen.org, r=karnaze
2000-03-15 04:50:25 +00:00
troy%netscape.com
f903c2a88c
b=21903. Fixes a crash when absolutely positioning a form element. The
...
problem was no space manager was getting created for the form's frame
2000-03-15 04:38:08 +00:00
bryner%uiuc.edu
185eefdef5
Fixing build bustage. Sorry about that.
2000-03-15 04:29:00 +00:00
dcone%netscape.com
b2a2a91063
Put in a canonical pixel scale when images are being read in for the size. This reduces
...
the printer images sizes considerably. r=kmclusk.
2000-03-15 04:24:21 +00:00
bryner%uiuc.edu
8eb961e986
Clean up handling of mousewheel prefs by removing built-in caching, and
...
use a shutdown observer so we can release the prefs service if
necessary. r=sspitzer.
2000-03-15 04:03:44 +00:00
hyatt%netscape.com
7e9ae84f23
Landing new progressmeter.
2000-03-15 03:16:43 +00:00
blizzard%redhat.com
8957904eb0
fix for bug #18186 . remove work around in layout code and properly implement nsIFile::GetLastMofificationDate() on unix. r=vidur,jst,dougt a=waterson
2000-03-15 03:08:28 +00:00
karnaze%netscape.com
1457d3b50b
new regression tests not affecting the build
2000-03-15 02:11:44 +00:00
rhp%netscape.com
77ad4f848b
Changes to fix many bugs including quoting style size - vcard I18N fixes - compose fixes - etc - Bug #: 12505 25610 29806 30048 30744 31207 31589
2000-03-15 01:47:36 +00:00
rhp%netscape.com
22a6d08093
Checking in project change of large checkin.
2000-03-15 01:46:55 +00:00
karnaze%netscape.com
54920c4871
PDT+ bug 30559 - incorrect inclusion of table margin when placing row group. r=buster, a=rickg.
2000-03-14 14:42:25 +00:00
rods%netscape.com
96f9c32724
now passing back maxElementSize correctly
...
b=30015
2000-03-14 14:25:05 +00:00
rods%netscape.com
1b1bb591ab
preparing for GFX listboxes and dropdowns. This ifdefs the creation code so I
...
can turn them on and off.
b=18895
2000-03-14 12:03:21 +00:00
hyatt%netscape.com
2449b50b90
Enhancing XBL. Making tabs boxes. Moving code from titledbutton to button.
2000-03-14 11:09:46 +00:00
pierre%netscape.com
806e1232fc
#30127 "-moz-fixed not friendly with the cascade". Inherit NS_STYLE_FONT_USE_FIXED together with the font face.
2000-03-14 07:30:29 +00:00
troy%netscape.com
f2d178ca1c
b=24125. For INPUT elements we use value of NAME attribute as fallback
...
for alternate text
2000-03-14 05:30:00 +00:00
troy%netscape.com
add95c59d5
b=29893. Pollmann had added code to keep us from crashing. I made sure
...
that the correct tiling behavior happened in the case where the viewport
isn't scrollable
2000-03-14 04:55:42 +00:00
troy%netscape.com
9c0bc3c815
b=24506 r=buster@netscape.com When calculating the width of a block frame
...
and it's an unconstrained reflow, then make sure to include the right
margin
2000-03-14 04:03:33 +00:00
joki%netscape.com
0457a08e3c
Fix bug 25353, check if jsval is a string before converting it to one. a:rickg, r:vidur
2000-03-14 03:18:43 +00:00
akkana%netscape.com
9a46ef9071
Bug 20207, extra lines in textarea (r=buster)
2000-03-14 03:01:56 +00:00
jdunn%netscape.com
119f5cc180
just adding 'newlines' UGH!
2000-03-14 03:01:38 +00:00
hyatt%netscape.com
c2b1a299ab
Making menus give feedback even when disabled. r=ben
2000-03-13 10:37:57 +00:00
hyatt%netscape.com
e8aba19114
Fixing two bugs in menulist. r=ben
2000-03-13 10:20:34 +00:00
buster%netscape.com
80aac37961
bug 28553. removed pref that controlled previous fix, since that fix is good to go.
...
r=troy
a=rickg
2000-03-13 02:40:18 +00:00
buster%netscape.com
358fdaa1f4
bug 31108. fixed by manually positioning the view whenever reflow changes the frame
...
r=rickg
a=rickg
2000-03-13 02:38:06 +00:00
rickg%netscape.com
efeff569f4
removed calls to deprecated string methods
2000-03-12 11:18:18 +00:00
rickg%netscape.com
ae0bf903bb
removed calls to deprecated stringm ethods
2000-03-12 11:12:57 +00:00