bernd.mielke%snafu.de
3c695c3a92
Initialize text-indent at the table boundary, this cuts inheritance of text-indent inside tables. plus removal of a conflicting border specification bug 140682 r=hixie sr=bzbarsky
2002-11-23 17:56:44 +00:00
jrgm%netscape.com
ca35008707
null-check fix for bug 181463 'Clicking on slider with hidden thumb crashes browser' [plus a little bit of whitespace cleanup], r=varga, sr=brendan
2002-11-23 05:20:05 +00:00
smontagu%netscape.com
3454eca8cf
Make Bidi symmetric swapping handle characters outside BMP. Bug 122800, r=mkaply, sr=darin
2002-11-22 23:49:29 +00:00
rods%netscape.com
fc2ac2e358
more tests
2002-11-22 22:46:10 +00:00
rods%netscape.com
f7d30431b1
more tests
2002-11-22 22:39:51 +00:00
rods%netscape.com
b5e31d9566
Instead of at the end of of the PO it needs to be in the middel of reflow
...
where we bail out earlier, basically same fix different location
Bug 149710 r=dcone sr=jst
2002-11-22 13:06:58 +00:00
rods%netscape.com
63bf52851b
The search for the selected frames was not looking in all the child lisst for each frame
...
Bug 181228 r=dcone sr=jst
2002-11-22 13:02:05 +00:00
caillon%returnzero.com
19753c3f94
181420, Use nsIPrefBranch instead of nsIPref.
...
r=rbs sr=bzbarsky
2002-11-22 11:29:31 +00:00
darin%netscape.com
9b3557c713
fixes bug 157133 "HTTP Interfaces need to be frozen" r=dougt sr=bzbarsky
2002-11-22 07:40:16 +00:00
jfrancis%netscape.com
1596f3d24d
fix for 142855: cf_html paste functioanlity. r=brade, cmanske; sr=kin
2002-11-22 03:24:29 +00:00
karnaze%netscape.com
fd984ba297
bug 91491 - Invalidate the correct area when there is a caption. Invalidate max of area before reflow and area after. sr=kin, r=bernd.
2002-11-21 15:28:02 +00:00
dbaron%fas.harvard.edu
298772a977
Correct my incorrect comments relating to combined area, and explain what combined area is for. Comment changes only. b=172896
2002-11-21 15:20:20 +00:00
kin%netscape.com
3ce45e2b5c
Fix for bug #176251 (Problems with nsContentIterator PRE traversal)
...
content/base/public/nsIContentIterator.h
content/base/src/nsContentIterator.cpp
content/base/src/nsGeneratedIterator.cpp
content/build/nsContentCID.h
content/build/nsContentModule.cpp
embedding/components/find/src/nsFind.cpp
layout/html/style/src/nsFrameContentIterator.cpp
- Removed MakePre() and MakePost() from the nsIContentIterator interface.
- Traversal must now be specified at time of creation.
- Fixed nsContentIterator Init() methods so that they correctly calculate
mFirst and mLast.
- Modified PositionAt() to check if the node is in the traversal range.
r=jfrancis@netscape.com sr=sfraser@netscape.com
2002-11-21 15:07:49 +00:00
jkeiser%netscape.com
d42ae22cd1
Make textareas and inputs restore again (bug 179330), r=bryner@netscape.com, sr=kin@netscape.com
2002-11-20 23:19:45 +00:00
caillon%returnzero.com
a14626117b
Fixing an NS_PRECONDITION to reference the correct variable. Followup to last night's checkin for bug 147189. r/sr=bzbarsky
2002-11-20 06:35:33 +00:00
timeless%mozdev.org
0d62313f70
Bug 180578 nsImageBoxFrame::UpdateLoadFlags doesn't null check loader
...
r=biesi sr=bz
2002-11-20 03:58:36 +00:00
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