bzbarsky%mit.edu
4d094c04fc
Make nsILinkHandler take uris instead of strings. Bug 176904, r=darin, sr=jst
2002-11-20 00:44:26 +00:00
dbaron%fas.harvard.edu
68ec68e279
Fix bustage. b=179228
2002-11-19 16:00:01 +00:00
dbaron%fas.harvard.edu
402668cf1c
Remove static nsCOMPtr from nsTextControlFrame. b=179228 r=jkeiser sr=bzbarsky
2002-11-19 15:21:57 +00:00
glazman%netscape.com
c2eafb4d15
'larger' and 'smaller' CSS values for 'font-size' were not working outside of range xx-small to xx-large and that prevented users to use very big and very small fonts in both Composer and mail composition; b=63987, r=dbaron, sr=bzbarsky
2002-11-19 15:16:31 +00:00
bzbarsky%mit.edu
45d22c648f
Report the unknown namespace when we have an unknown namespace error.
...
Bug 180852, r=dbaron, rs=roc+moz
2002-11-19 15:12:02 +00:00
caillon%returnzero.com
ec408241f6
Attempt to fix nebiros bustage by moving style struct access into nsIInspectorCSSUtils
...
r/a=timeless,jkeiser,#mozilla
bug 147189
2002-11-19 07:41:07 +00:00
timeless%mozdev.org
6d709a791f
Bug 52285 Kill compiler warnings in layout/xul
...
patch by mozilla-bugs@nogin.org r=timeless sr=dbaron
2002-11-19 05:06:36 +00:00
bzbarsky%mit.edu
656772f1ec
<button> should be a containing block. Bug 180301, r=jkeiser, sr=dbaron
2002-11-19 03:39:44 +00:00
bzbarsky%mit.edu
d3cde4e823
<button> should not have preformatted whitespace. Bug 55285, r=jkeiser, sr=dbaron
2002-11-19 03:34:49 +00:00
karnaze%netscape.com
6999f8722b
bug 178855 - don't support fixed, absolute, floating tables that are the root content. sr=bzbarsky, r=dbaron.
2002-11-18 16:02:43 +00:00
dbaron%fas.harvard.edu
a6af7718a1
Fix typos in my previous checkin noticed by bzbarsky. b=147887
2002-11-18 15:21:14 +00:00
rods%netscape.com
8071dd246e
Make it so SetDocument doesn't get set when returning from PP
...
Bug 176201 r=dcone sr=jst
2002-11-18 14:34:09 +00:00
timeless%mozdev.org
7e61bc0fee
Bug 96229 keyboard (and right mouse in context menu) doesn't autocheck menuitem type="checkbox" and type="radio"
...
patch by neil@parkwaycc.co.uk r=aaronl sr=bz
2002-11-18 14:01:20 +00:00
peterlubczynski%netscape.com
7f43c8c427
Fixing bug 173938 with a hack for full-page plugins to be destroyed before the frame. r=av sr=jst
2002-11-18 07:48:10 +00:00
timeless%mozdev.org
8dd102cd4e
Bug 180583 nsTreeBodyFrame::GetImage doesn't null check loader
...
r=varga sr=bz
2002-11-17 20:11:08 +00:00
dbaron%fas.harvard.edu
eb64406d8d
Remove nsLineBox::RemoveFloatersFromSpaceManager, and use nsSpaceManager::PushState and nsSpaceManager::PopState instead. b=177342 r=roc sr=kin
2002-11-17 15:51:25 +00:00
dbaron%fas.harvard.edu
b2f992acb9
Consolidate all CSS pseudos and split them into three atom lists to distinguish between pseudo-classes, pseudo-elements, and fake-pseudo-elements used for anonymous boxes. b=147887 r,sr=roc,bz
2002-11-17 15:37:56 +00:00
timeless%mozdev.org
7875f468ed
Bug 58221 don't use strlen to check if a string is of length 0
...
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
bzbarsky%mit.edu
bdc9d8929a
Fix regression in rendering buttons that people manually size to less
...
than desired size. Bug 180085, r=jkeiser, sr=roc+moz
2002-11-16 19:32:49 +00:00
bzbarsky%mit.edu
9ba10e6a63
Backing out alecf for now, since this change makes mailcompose crash
...
(and we don't want smoketest blockers, now do we?)
2002-11-16 12:07:13 +00:00
bernd.mielke%snafu.de
d5f4059009
enable static caption-side testcases for layout regression tests, not part of any build
2002-11-16 11:01:59 +00:00
bernd.mielke%snafu.de
dcf2974bcc
fix spelling errors, bug 180287 patch by Martin Wulffeld
2002-11-16 10:46:53 +00:00
bernd.mielke%snafu.de
ef23e14bbf
Adding debug code to absolute containing blocks, the debug code will be invoked from the command line by
...
set GECKO_BLOCK_DEBUG_FLAGS=reflow bug 145592, r=bz, sr=waterson
2002-11-16 10:41:10 +00:00
alecf%netscape.com
3dc37760d5
prep work for fixing bug 180379 - stop creating extra nsCSSSelectors - instead of creating them on the stack then copying them to the heap, start with them newly on the heap.
...
r=bzbarsky, sr=dbaron
2002-11-16 05:37:24 +00:00
caillon%returnzero.com
8e703da896
Bug 180185, nsStyleText::WhiteSpaceIsSignificant() should take -moz-pre-wrap into account too
...
r=dbaron sr=bzbarsky
2002-11-15 03:14:56 +00:00
bryner%netscape.com
57525a010c
Fixing topcrash bug 179548 (crash when closing tab via mouse gesture) by null checking the event target frame before dispatching the event the second time, since the first dispatch can nuke the frame. r=dbaron, sr=bzbarsky.
2002-11-15 00:59:28 +00:00
bzbarsky%mit.edu
b2ce42e0d7
Fire onScroll after the scrolling has happened. Bug 179857, r=jkeiser, sr=jst
2002-11-14 20:00:13 +00:00
bzbarsky%mit.edu
394be78734
Fix regression bug 179896; need to use the cached ascent in this case
...
too. r=jkeiser, sr=roc+moz
2002-11-13 22:34:09 +00:00
bernd.mielke%snafu.de
1036c410b8
change default height of empty table cells to 1px in quirks mode and 0px in standards mode + some CallQueryInterface cleanup, bug 16012 r=karnaze sr=bzbarsky
2002-11-13 15:38:48 +00:00
bzbarsky%mit.edu
8eba2cda2b
Not sure why this didn't get properly checked in with the rest... Bug
...
167236, r=jkeiser, sr=roc+moz, moa=rods
2002-11-13 07:50:34 +00:00
cmanske%netscape.com
ca1d8bc561
Command Controller refactoring and cleanup, mostly by mjudge with help by cmanske, b=170353, r=brade, sr=sfraser. EditingSession cleanup and new commands in \editor, b=174439, r=mjudge, sr=sfraser
2002-11-12 23:03:27 +00:00
cmanske%netscape.com
2a7ea44ea1
New XBL for editor tag and editorshell removal. b=133598, r=akkana, sr=sfraser
2002-11-12 22:41:16 +00:00
bzbarsky%mit.edu
20bae565b3
Align text inputs, buttons, comboboxes to baseline with respect to the
...
text around them (bug 167236). Fix width sizing issues for <input
type="button/reset/submit"> (bugs 79927, 36364). Fix nonuniform heights
of form controls (bug 70251). Patch is on bug 167236, r=jkeiser,
sr=roc+moz, moa=rods
2002-11-12 19:17:51 +00:00
karnaze%netscape.com
a171e78ced
bug 119786 - don't consider a caption and row group frame to be siblings (caption and row group content are siblings). sr=kin, r=bernd.
2002-11-12 15:55:39 +00:00
dbaron%fas.harvard.edu
ca4ad476d2
Subclass the nsCSS* structs as nsRuleData* so members can be added to the latter without bloating the former, and to allow the former to go away eventually. Propagate whether a font family name comes from HTML through the style system and use it to set a bit on nsFont indicating that quirky behavior of Symbol fonts is acceptable. b=175372 r=bzbarsky sr=kin
2002-11-12 15:17:07 +00:00
dbaron%fas.harvard.edu
035c874b9a
Move the body background repainting hack from the reflow case to the framechange case, since roc's style hint processing changes make it no longer needed in the reflow case, but it's always been needed for the framechange case. b=175131 r=roc sr=kin
2002-11-12 11:17:55 +00:00
bzbarsky%mit.edu
34a5547d97
Fix ScrollFrameIntoView if we have nested views with the child bigger
...
than the parent. Bug 143815, r=roc+moz, sr=jst
2002-11-12 04:38:28 +00:00
bzbarsky%mit.edu
1943e78599
ApplyRenderingChangeToTree should walk {ib} "special siblings". Bug
...
146409, r=dbaron, sr=roc+moz
2002-11-12 04:21:33 +00:00
bzbarsky%mit.edu
5f0c6d63b3
Fix ReplaceChild() on positioned inlines to delegate to
...
nsAbsoluteContainingBlock.h. Bug 176915, r=dbaron, sr=rbs
2002-11-12 03:30:13 +00:00
roc+%cs.cmu.edu
2329bce13e
Backing out fix in bug 173072 (see bug 179459).
2002-11-11 13:58:06 +00:00
roc+%cs.cmu.edu
1bef9b8aed
Bug 173072. Fix XUL scrollbar regression by forcing a view update after reflow. r=bzbarsky,sr=dbaron
2002-11-10 18:21:05 +00:00
caillon%returnzero.com
6ad5938eec
Update "how to add a style property" to reflect reality: fix the CSS_PROP macro description, add info on nsIDOMCSS2Properties.idl, linkify the bullets in "Implementation" to jump to
...
anchors within the page.
This is a doc only change and not part of any build.
2002-11-09 19:08:23 +00:00
bzbarsky%mit.edu
2c43d2a805
Allow list labels to be negative. Bug 56088, r=caillon, smontagu, sr=roc+moz
2002-11-09 18:33:37 +00:00
bryner%netscape.com
7b5407b246
Add a second pass of event processing for system events, using DOM3 event group functionality. Bug 124990. Patch by joki, r=saari and bryner, sr=jst.
2002-11-09 00:25:25 +00:00
varga%netscape.com
a77fea4066
Fix for bug 145969. Can't persist open state of content view trees
...
r=varga, sr=jag, patch by Neil
2002-11-08 22:34:42 +00:00
bernd.mielke%snafu.de
338e3c8ebf
fix OS2 bustage sorry
2002-11-08 10:42:48 +00:00
bryner%netscape.com
8558cdf768
Stop building and packaging XBL form controls, since they aren't being actively worked on and aren't slated to be turned on anytime soon (bug 172288). r=jkeiser, sr=blake.
2002-11-08 06:09:17 +00:00
bernd.mielke%snafu.de
6c6097ec66
Implement for table captions caption-side: left and right, also <caption align="left"> and right, further vertical-align:top, middle and bottom for table captions bug 3166 r=karnaze sr=kin
2002-11-08 05:29:34 +00:00
alecf%netscape.com
0e8921e8a7
prep for fixing bug 176559 - use getService rather than createInstance so we stop creating element factories
...
sr=peterv/jst, r=bzbarsky
2002-11-07 21:23:09 +00:00
kyle.yuan%sun.com
8ef3978344
Bug 177965 Wrong option selected in select field when pressing first key
...
r=jkeiser, sr=bzbarsky
Use a static member function ComboboxFocusSet() to clear the gLastKeyTime, and have gLastKeyTime be a static member
2002-11-07 10:25:03 +00:00