dbaron%fas.harvard.edu
9a379bfc1d
Fix two stupid mistakes I made in the block regression test script. Not part of build. r=pollmann
2000-07-28 22:50:30 +00:00
waterson%netscape.com
4896ee6d33
Bug 46693. Check to see if we CanContinueTextRun() while walking over the frames to FindNextText(). This revives the logic that I nuked when fixing 19051, and keeps you from trying to walk over <br> or other frames to erroneously continue a text run. r=akkana.
2000-07-28 22:29:28 +00:00
anthonyd%netscape.com
940be572c5
bug fixes:
...
39529 - caret width not correct for single/muti line textfields, which relied on:
46445 - nsLookAndFeel needs to be a service.
r: mjudge@netscape.com , kin@netscape.com
a:beppe
2000-07-28 22:12:45 +00:00
bryner%uiuc.edu
47731d63e8
Fix for 46757. r=hyatt.
2000-07-28 22:09:45 +00:00
attinasi%netscape.com
c9c32a64e4
Fix for bug 36849: Script animation that changes location and clip simultaneously no longer will flicker.
...
ApplyRenderingChangeToTree now always does a NO_SYNC update of the views where it used to sometimes do a SYNC update. b=36849 r=kmcclusk
2000-07-28 21:54:49 +00:00
heikki%netscape.com
4df9edb205
Bugs 38399, 40889, 44211. Also fix two compiler warnings (mismatched signed/unsigned). r=jst (bug 44211 r=harishd).
2000-07-28 21:48:08 +00:00
attinasi%netscape.com
5b3ec0dcbb
Fixed bug 44396: LINK elements now act like links when they have generated content. b=44396 r=dbaron
2000-07-28 20:57:08 +00:00
attinasi%netscape.com
b9127374e1
Fixed bug 44199: fixed position background images were not being treated as fixed in all cases. b=44199 r=dbaron
2000-07-28 20:50:57 +00:00
kin%netscape.com
0d68adaf46
Fix for bug #46657 : an Undo past default text value in a TextWidget
...
Modified CreateAnonymousContent() to disable editor undo before
setting the default value, and then reenable it afterwards.
r=brade@netscape.com
2000-07-28 13:53:26 +00:00
dbaron%fas.harvard.edu
4105daa31a
Add to block regression tests. Does not affect build.
2000-07-28 12:34:56 +00:00
hyatt%netscape.com
e8d2d3f4dd
Oops. Checked in debugging code. Backing out.
2000-07-28 09:53:26 +00:00
hyatt%netscape.com
dccf9dcff0
Fix for 46129. r=waterson,attinasi,pierre
2000-07-28 09:36:51 +00:00
rbs%maths.uq.edu.au
fc667ea4ee
Enable the code to support for 'vertical-align: baseline' in table-cells. bug 10207. a:waterson@mozilla.org. was r:karnaze@netscape.com.
2000-07-28 09:19:26 +00:00
rbs%maths.uq.edu.au
af8754b765
Enable the code to export the baseline out of the block frame code to support 'vertical-article: baseline' in table-cells. bug 10207. a:waterson@mozilla.org. was r:buster@netscape.com.
2000-07-28 09:18:15 +00:00
waterson%netscape.com
1a2ffa3da2
Bug 44709. Maintain renumbering depth on stack, instead of in a global. r=roc+moz@cs.cmu.edu
2000-07-28 09:02:34 +00:00
warren%netscape.com
9d3410b0ca
Cleaning up slashes, adding a few missed files.
2000-07-28 06:49:43 +00:00
hyatt%netscape.com
5ae34b17f9
Fix for 46361, r=ben
2000-07-28 05:02:46 +00:00
pinkerton%netscape.com
dcbd627f07
Fix for 46749, regression from my earlier checkin. forgot to check for null before
...
looking for the menu parent. Doh!
2000-07-28 04:10:12 +00:00
danm%netscape.com
92d0a3a892
shut down a selection's autoscroll timer in the selection's destructor. bug 43470. r=saari@netscape.com
2000-07-28 03:48:26 +00:00
hyatt%netscape.com
cd1abc962e
Fix for 43778. r=ben
2000-07-28 02:22:59 +00:00
harishd%netscape.com
d65b30ae01
Migrating beta2+ fix
...
----------------------------
45975 - Making sure that the stack position doesn't become negative.
Note: This is a HACK for beta2. The real fix will go in for beta3.
r=jst
a=nisheeth
2000-07-28 01:01:08 +00:00
sfraser%netscape.com
913b8a4431
Fix typo, bug 46260. r=pinkerton.
2000-07-28 00:56:37 +00:00
attinasi%netscape.com
dece6a14f7
Trunk fix: bug 29061, where relative width value of '*' was getting 0 instead of 1. Simple fix, r=karnaze b=29061
2000-07-28 00:37:02 +00:00
hyatt%netscape.com
ae55d8736e
Fix for 41145.
2000-07-28 00:35:30 +00:00
hyatt%netscape.com
9f12a75d17
Fix for 41145. r=waterson
2000-07-28 00:35:02 +00:00
pinkerton%netscape.com
825776d19b
Fix for 31727, make submenus inherit the context menu-ness from their parents. Another
...
great patch from Dean Tessman.
2000-07-28 00:25:18 +00:00
dbaron%fas.harvard.edu
c2ca7000e2
Make the block regression tests easier to run on Linux. They no longer require setting any environment variables. r=pollmann Not part of build.
2000-07-27 23:42:34 +00:00
dbaron%fas.harvard.edu
0d22e864e2
Fix the way HTML's align attribute works for horizontal alignment of blocks. Use the -moz-center and -moz-right even in strict mode, and apply them to blocks in addition to tables. r=attinasi b=37083, 40038
2000-07-27 23:37:44 +00:00
dbaron%fas.harvard.edu
a09c77e4d1
Improve performance of testing for visited links CSS selector matching by reducing string conversion and by caching the state of the link on the link element. r=waterson b=25963
2000-07-27 23:17:53 +00:00
dbaron%fas.harvard.edu
a8ac67fd24
Improve performance of testing for visited links CSS selector matching by reducing string conversion and by caching the state of the link on the link element. r=waterson b=25963
2000-07-27 23:11:02 +00:00
hyatt%netscape.com
fdbd904ab4
Fixing duplicate style resolution problem in trees. r=ben
2000-07-27 09:10:52 +00:00
rbs%maths.uq.edu.au
2dda53aa2d
First check-in. Not intended for the build. Simple utility to assist external people who make MathML-enabled builds so that they can set an up-to-date start-page.
2000-07-27 09:04:00 +00:00
hyatt%netscape.com
0f1477e37e
Missed files. Fixs bustage.
2000-07-27 06:57:32 +00:00
hyatt%netscape.com
b436781bbc
Fix to prevent crawling of template. Meant to check this earlier today
...
with the original approved template landing. r,a=waterson
2000-07-27 06:20:57 +00:00
hyatt%netscape.com
c25a01be6a
Fix to reparent XBL style contexts. needed for attinasi's style context
...
reduction landing. r=ben
2000-07-27 06:20:13 +00:00
hyatt%netscape.com
c081bf084d
Fix to enable fast tree scrolling. Fix shortcut keys and arrow keys in
...
XP menus. Add API for obtaining offset rects for XUL elements. Fix
deletion bug in trees. (It's a barrel of nsbeta3 goodness.) r=ben
2000-07-27 06:19:30 +00:00
hyatt%netscape.com
5a97cb79c0
Fix to enable trees to blit. Performance work approved by waterson. r=waterson.
2000-07-27 06:17:58 +00:00
waterson%netscape.com
349ccf4344
Bug 19051. Checked in wrong patch for nsLineLayout.cpp; we want to check the display type, not the frame type, to determine if it's a block frame.
2000-07-27 05:20:09 +00:00
waterson%netscape.com
9bd4266798
Bug 19051. Remove code that computed and maintained nsTextRun. Instead, compute 'next text' when required by crawling the frame tree in nsLineLayout::FindNextText(). r=roc+moz@cs.cmu.edu
2000-07-27 05:16:08 +00:00
waterson%netscape.com
45a991a10b
Bug 37622, redux. Case insensitive compare that I meant to check in way back when, but didn't. This was really part of the first patch, but didn't make it in because I checked in from the wrong machine.
2000-07-27 05:09:40 +00:00
hyatt%netscape.com
343f922025
Fix for templates to grovel non-aggressively. r=waterson,a=waterson
2000-07-26 23:57:24 +00:00
mjudge%netscape.com
7317580268
46209 one of the last beta 2 blockers. adding ability to frames to tell if part of them is visible. idl change to allow nsISelectionController to give CheckVisibility. PresShell actually has the code for nsGfxTextControlFrame to call.
2000-07-26 11:31:12 +00:00
brendan%mozilla.org
b5ab3d86e3
Oops, nsXBLService implements two interfaces: nsIXBLService and nsIMemoryPressureObserver (r=dbaron@fas.harvard.edu).
2000-07-25 01:44:22 +00:00
ducarroz%netscape.com
71dd2a444f
Fix for bug 46152. Checkin fix for kin. Partially backup Rods' last change because the reflow function won't be called when the text control is nested into a box (textfield). R=ducarroz
2000-07-25 00:32:35 +00:00
rbs%maths.uq.edu.au
e1acbfa6ef
[not part of default build] gracefully handle cases where stretching failed to avoid jamming chars. a:waterson@mozilla.org
2000-07-25 00:08:15 +00:00
attinasi%netscape.com
1f499c4354
Accidental debug code removed: b=46090 r=ianh a=waterson
2000-07-24 23:09:30 +00:00
attinasi%netscape.com
6764a7f2d3
Fixed the way the HTML element's background is handled. b=2285 r=dbaron
2000-07-24 22:51:41 +00:00
nisheeth%netscape.com
9b09a0b6c1
Fix for nsbeta2+ bug 43472. r=rpotts. We no longer crash on exit on Full Circle enabled builds.
2000-07-23 06:51:39 +00:00
dprice%netscape.com
eafe83d871
corrected locale info
2000-07-22 09:09:39 +00:00
dprice%netscape.com
dd37e37d03
adding a chrome manifest for layout
...
NOT IN THE BUILD
2000-07-22 08:23:42 +00:00