varga%nixcorp.com
a7c1766801
Fix for bug 274808. Crash when dragging onto a tree [@ nsXULTreeBuilder::GetTemplateActionCellFor ]
...
r=varga sr=bryner patch by Neil Deakin <enndeakin@sympatico.ca>
2005-01-19 22:06:23 +00:00
tor%cs.brown.edu
5eda4d1698
null check
2005-01-19 22:05:47 +00:00
tor%cs.brown.edu
1ea7fb7545
Make cairo text "live".
2005-01-19 19:15:31 +00:00
tor%cs.brown.edu
850c148d4c
Bug 277034 - Large SVG documents don't display scrollbars. r+sr=roc.
2005-01-19 16:11:03 +00:00
aaronleventhal%moonset.net
8df1f0d4ed
Attempt to fix Neil's bustage
2005-01-19 03:34:38 +00:00
aaronleventhal%moonset.net
84910111ef
Bug 167145. When PreventDefault() called for onkeydown event, do the same for onkeypress that follows. r=bryner, sr=neil
2005-01-19 02:38:59 +00:00
neil%parkwaycc.co.uk
a3392e7e6c
Bug 276002 Change nsContenUtils::Get/FormatLocalizedString to use nsXPIDLString to save on nsAutoString copies r=dbaron sr=bryner
2005-01-18 23:46:59 +00:00
dbaron%dbaron.org
acdc28470a
Add comment.
2005-01-18 23:32:48 +00:00
aaronleventhal%moonset.net
d4e3820058
Bug 249136. Focus lost when key pressed in newly loading foreground tab. r=bryner, sr=jst
2005-01-17 14:43:41 +00:00
tor%cs.brown.edu
cf11a5d11d
Bug 273740 - GradientFrame should use HasAttr rather than HasAttribute.
...
Patch by scootermorris@comcast.net , r=jwatt.
2005-01-17 05:00:01 +00:00
neil%parkwaycc.co.uk
c9cb84e772
Bug 278546 Unchecked null pointer crash in nsPresShell::GetViewToScroll when pressing an arrow key while the sidebar's Tabs menubutton has focus r+sr=bz
2005-01-16 21:25:15 +00:00
bzbarsky%mit.edu
44b523ef12
Adding for real...
2005-01-16 20:30:52 +00:00
bzbarsky%mit.edu
9c1f0e3919
Adding regression test
2005-01-16 20:30:06 +00:00
bzbarsky%mit.edu
5ccdd10262
Adding regression test.
2005-01-16 20:29:21 +00:00
mats.palmgren%bredband.net
54108dc6db
Add NS_FRAME_INDEPENDENT_SELECTION to ListControlFrame (and children) and skip such frames (TextControlFrame also) in GetContentAndOffsetsFromPoint() when the point is only "near" (not inside) the frame. b=268497 r=bzbarsky sr=dbaron
2005-01-16 18:44:01 +00:00
mats.palmgren%bredband.net
dfca1807f8
Translate events to child frame's closest view before delegating them. b=180015 r+sr=bzbarsky
2005-01-16 18:10:05 +00:00
bmlk%gmx.de
e285ba07db
if a non percent min width is specified it should be the lower bound of the MEW bug 273361 r/sr=dbaron
2005-01-16 16:17:31 +00:00
mats.palmgren%bredband.net
bacfc09a21
Don't create page breaks when 'display:none'. b=277035 r+sr=dbaron
2005-01-16 15:30:37 +00:00
tor%cs.brown.edu
b42313c34a
Bug 274886 - attributes corresponding to SVGLength properties are always set.
...
Patch by jonathan.watt@strath.ac.uk , r=tor.
2005-01-16 01:44:52 +00:00
bzbarsky%mit.edu
72172ccbd5
When direction is not normal (bottom to top, especially), we don't properly
...
account for resizing of child boxes if it happens during Layout(). Bug 126620,
r+sr=dbaron
2005-01-15 19:35:19 +00:00
bzbarsky%mit.edu
7e84577a31
Restore placeholder-based positioning of fixed-pos frames to the way it used to
...
work. Bug 268111, r+sr=dbaron
2005-01-15 19:29:14 +00:00
neil%parkwaycc.co.uk
f29d0d0920
Bug 274703 sizeToContent doesn't compute the correct size in certain cases e.g. after setting description text r=jst sr=bz
2005-01-15 18:01:22 +00:00
bzbarsky%mit.edu
1d87c3297f
Include the part number inside a multipart document in the state key, so that
...
state restoration works correctly on each part. Bug 47350, patch by Hideo
Saito <saito@densan.co.jp>, r=bzbarsky, sr=js
2005-01-15 17:47:23 +00:00
tor%cs.brown.edu
eaafd1eda4
Use cairo_matrix_t instead of cairo_matrix.
2005-01-15 15:06:21 +00:00
bryner%brianryner.com
e464405de3
Add a mechansim to extend the list of agent or user stylesheets. Bug 179006, r+sr=bzbarsky.
2005-01-15 00:10:19 +00:00
bryner%brianryner.com
cf6382ba15
Less-than-ideal fix for the problem where XTF insertion points don't work if the insertion point has only inline frame ancestors (which are not in the primary frame map) in the anonymous content tree. Track the insertion point content node as we're constructing anonymous content frames and insert the explicit content when we reach the insertion point. Bug 269023, r=bzbarsky, sr=dbaron.
2005-01-14 23:12:20 +00:00
timeless%mozdev.org
f903739060
Bug 277371 remove mozilla/dom/src/jsurl/nsIEvaluateStringProxy.idl
...
rs=jst
2005-01-14 09:19:12 +00:00
dbaron%dbaron.org
66727fb5fb
Restore CVS dead state to file that was CVS removed long ago (and has been in Attic since).
2005-01-14 00:28:29 +00:00
jshin%mailaps.org
729785e7e8
bug 275672 : Right-most character (that means end of line) should not have extra space for justification patch by masayuki@d-toybox.com, r+sr=roc
2005-01-13 19:21:18 +00:00
bzbarsky%mit.edu
e0d76e033b
Make sure to clear out content when we have it specified as none or initial,
...
even if we're ending up computing the difference from a cached struct. Bug
273719, r+sr=dbaron
2005-01-13 03:49:20 +00:00
bryner%brianryner.com
a8073f18a3
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
2005-01-12 19:45:38 +00:00
bzbarsky%mit.edu
6e03c5f591
Adding regression test.
2005-01-12 08:36:17 +00:00
bzbarsky%mit.edu
38e3d448d9
Make DocumentViewerImpl::CopyImageContents also put the image URI on the
...
clipboard in the text flavor; a big step toward having a single "copy image"
command that puts it on the clipboard in all relevant flavors in a meaningful
way. Bug 135300, patch by O. Atsushi (Torisugari) <torisugari@gmail.com>,
r=bzbarsky, sr=jst
2005-01-12 04:11:26 +00:00
bzbarsky%mit.edu
b5c3568bed
Fix HTML nodes to not claim to be in the XHTML namespace (unless they are, of
...
course). Bug 103225, r+sr=jst
2005-01-12 02:41:36 +00:00
tor%cs.brown.edu
2ee09dadd6
Bug 277433 - plugin finder landing broke svg embed. r+sr=jst, a=asa
2005-01-10 05:56:13 +00:00
tor%cs.brown.edu
bf95b6e6c8
Bug 277392 - crash deleting svg object with markers. r=jwatt, a=asa
2005-01-10 05:55:03 +00:00
bzbarsky%mit.edu
cbe2e05d5d
Make scrollbox report the correct maximum width. Bug 276286, patch by bernd,
...
r+sr=bzbarsky, a=asa
2005-01-09 21:23:43 +00:00
neil%parkwaycc.co.uk
0cad062d52
Fix deleting active menuitem from crashing b=250276 p=vlad r=ben sr=shaver a=asa
2005-01-07 23:59:12 +00:00
tor%cs.brown.edu
fcc6992879
Bug 277034 - large svg documents don't display scrollbars. r+sr=bzbarsky
2005-01-05 05:49:35 +00:00
jst%mozilla.jstenback.com
4e2e132935
Landing the low-level code for using the plugin finder service from the aviary branch. Bug 244125 etc.
2005-01-05 00:21:06 +00:00
bzbarsky%mit.edu
aed64e9bfb
Don't pass null frames to nsHTMLReflowState::GetContainingBlockFor. Bug
...
273458, r+sr=dbaron
2005-01-04 20:17:25 +00:00
bzbarsky%mit.edu
99df5c71c0
Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
...
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
2005-01-04 19:31:31 +00:00
bzbarsky%mit.edu
8246413d48
Remove incorrect code that unnecessarily pushes pseudo-frame state and causes
...
frames to be lost. Bug 271422, r=bernd, sr=roc
2005-01-03 23:39:38 +00:00
bzbarsky%mit.edu
1601d80e99
Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst.
2005-01-03 22:51:17 +00:00
mats.palmgren%bredband.net
8a4a940c11
Improve handling of 'display' property for <noscript>. b=236450 r+sr=bzbarsky
2005-01-03 19:37:54 +00:00
dbaron%dbaron.org
57972475fb
Fix initializer-reordering warning.
2005-01-03 19:29:09 +00:00
mats.palmgren%bredband.net
1b25fb91da
Propagate NS_FRAME_HAS_CHILD_WITH_VIEW to the area frame. b=276236 r=bzbarsky sr=dbaron
2005-01-03 07:27:11 +00:00
bmlk%gmx.de
6ce209705a
remove forgotten prescontext bug 276719 p=bugmail@q1n.org r/sr=dbaron
2005-01-02 15:46:53 +00:00
mats.palmgren%bredband.net
6c587f43e6
Swap the order between the legend and area frames in a fieldset to fix selection and tabbing problems. b=236071 r+sr=bzbarsky
2005-01-02 14:30:24 +00:00
bmlk%gmx.de
3818dd1bf9
improve the splitting of row groups in pagination mode, bug 272830 r/sr=bzbarsky
2005-01-01 18:23:33 +00:00
neil%parkwaycc.co.uk
74e2aa375a
Bug 276100 GetOriginToView has unused PresContext argument p=bugmail@q1n.org r+sr=dbaron
2005-01-01 17:26:29 +00:00
gerv%gerv.net
709d4de4d5
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-01-01 16:48:30 +00:00
cbiesinger%web.de
c654114bb6
fixing mathml bustage from bug 270708
2004-12-31 03:00:21 +00:00
bugzilla%arlen.demon.co.uk
3d7261604c
Bug 270708 remove nsPresContext variable from AttributeChanged and cleaned up comment in nsIFrame.h
...
p=bugmail@q1n.org r=pkwarren sr=bzbarsky
2004-12-31 01:13:27 +00:00
bugzilla%arlen.demon.co.uk
70482809ca
Bug 113580 switch uses of getAttribute to hasAttributeValue whenever possible
...
p=bugmail@q1n.org r=dbaron sr=bzbarsky
2004-12-31 00:41:58 +00:00
rbs%maths.uq.edu.au
fe00b25319
Check the visibilty before painting the fraction line and the radical bar, b=275823, r+sr=roc
2004-12-30 22:49:23 +00:00
cbiesinger%web.de
236378d1f1
Bug 250493 make nsHTMLFramesetFrame::Init check for failure
...
patch by Zbigniew Braniecki <gandalf@firefox.pl> r+sr=bz
2004-12-30 22:05:22 +00:00
cbiesinger%web.de
b71e2a3790
38447 layout,content,dom and xpwidget part: Implement Handling of URI Values on
...
CSS "cursor" Properties
for dom,layout,content: r+sr=bz
for widget: r+sr=roc
2004-12-30 21:56:11 +00:00
cbiesinger%web.de
fbf5e17933
263671 make nsStyleUserInterface::CalcDifference return correct style hints if
...
more than one property differs. also handle dynamic cursor changes correctly.
r+sr=bz
2004-12-28 13:48:25 +00:00
bmlk%gmx.de
a11cf38d3a
style lookup correction for border collapse computation under rtl conditions, bug 267420 r=fantasai sr=dbaron
2004-12-27 18:43:55 +00:00
bmlk%gmx.de
ca3e9f85c3
remove unused prescontext from PlaceFrameView, PlaceChildsView, ConsiderChildOverflow bug 276092 r/sr=dbaron
2004-12-27 15:05:18 +00:00
bmlk%gmx.de
d3197a9276
remove unused prescontext argument from GetOffsetFromView bug 276015 r/sr=dbaron
2004-12-26 19:48:54 +00:00
dbaron%dbaron.org
d1da171a4f
Restore old code that prevents printing or previewing XUL documents, since it still doesn't work. b=240490 r+sr=roc
2004-12-24 22:27:57 +00:00
tor%cs.brown.edu
39d72b5be3
Bug 261800 - getBBox for non-text elements. r=scooter
2004-12-24 16:26:10 +00:00
bmlk%gmx.de
56da8513d7
dont take colgroup pseudoframes into account when creating row- or rowgroup pseudo frames bug 267725 p=basic@mozillanews.org r=bernd sr=bzbarsky
2004-12-24 07:35:33 +00:00
mats.palmgren%bredband.net
a0ded7b0cd
Enable 'text-align' values that were derived from HTML align for tables again in Standards mode. b=273857 r=bernd sr=dbaron
2004-12-23 22:02:54 +00:00
ginn.chen%sun.com
3ead8bc443
Bug 274685 [print]Mozilla can't print frame correctly
...
patch=leon.sha@sun.com r=roc sr=roc
2004-12-22 03:26:29 +00:00
smontagu%smontagu.org
6a9211d8aa
Fix a crash in printing pages with non-visible elements. Bug 275262, r+sr=roc
2004-12-21 11:51:13 +00:00
ginn.chen%sun.com
f5d4c7abbd
Bug 274857 Pressing Ctrl+Backspace twice in an RTL textarea crashes the browser
...
r=roc sr=roc
2004-12-21 05:17:52 +00:00
dbaron%dbaron.org
1a43dc79c0
Fix misspellings of 'pseudo' in comments. Bug 106386. Patch by Alex Vincent <ajvincent@gmail.com>. r=timeless sr=peterv
2004-12-19 21:45:51 +00:00
tor%cs.brown.edu
9fd7c6b3b7
Bug 216568 - <svg:image> implementation. r=pavlov
2004-12-17 23:45:30 +00:00
tor%cs.brown.edu
90aa11cb79
Simplify clipping.
2004-12-17 21:27:11 +00:00
dbaron%dbaron.org
972b29f4a1
Remove nsFormControlHelper::GetLocalizedString, improve string bundle methods in nsContentUtils, and convert callers. b=273829 r+sr=bryner
2004-12-17 20:40:48 +00:00
robin.lu%sun.com
864e562e03
back out patch for bug 262236 on request
2004-12-16 06:40:04 +00:00
dbaron%dbaron.org
0bb526779c
Add comment.
2004-12-16 01:20:57 +00:00
bsmedberg%covad.net
60567bb185
Bug 275605 - libxul step 3 (all of tier 9, except libmozjs.so which will remain separate indefinitely) r=darin
2004-12-15 04:07:01 +00:00
bryner%brianryner.com
6d1dd410b1
Move nsIContent::GetClassAttributeName() onto nsIStyledContent (bug 274402). r+sr=jst.
2004-12-14 03:54:01 +00:00
robin.lu%sun.com
f395533f29
fix bug 262236 can't select incontinuous list items. patched by nian.liu@sun.com r=aaron sr=neil
2004-12-13 07:34:54 +00:00
bryner%brianryner.com
076b2a64a6
deCOMtaminate nsIContent::GetNameSpaceID. Bug 272079, r+sr=jst
2004-12-13 04:14:28 +00:00
mats.palmgren%bredband.net
89ce93ffdf
Fix a crash when the next-in-flow is on the same line (::first-letter). b=268119 r+sr=roc
2004-12-12 18:15:53 +00:00
cbiesinger%web.de
e21c6632f7
bug 36322 patch by Masayuki Nakano <masayuki@d-toybox.com> r+sr=roc
...
Japanese text justification
2004-12-12 16:14:43 +00:00
mats.palmgren%bredband.net
1bc8d8f6fc
Correct a mistake in the shrink-to-fit code. b=201897 r=bzbarsky sr=dbaron
2004-12-12 15:57:22 +00:00
bmlk%gmx.de
ccc66b8940
sync iframe and object frame MEW with their reported widths, bug 263050 r/sr=dbaron
2004-12-11 12:31:39 +00:00
dbaron%dbaron.org
5652476270
Bring back to dead state in CVS even though it's been in the Attic for years.
2004-12-10 23:50:32 +00:00
jst%mozilla.jstenback.com
5cf54610bc
Dropping 'Impl' from class names to keep things more sane. rs=peterv@propagandism.org
2004-12-10 19:48:22 +00:00
tor%cs.brown.edu
b64db91538
Bug 216559 - CSS3 currentColor. Patch by scootermorris@comcast.net.
...
r=bz, sr=dbaron.
2004-12-09 23:51:25 +00:00
dbaron%dbaron.org
958a20f89e
Fix make install bustage.
2004-12-09 23:39:48 +00:00
bsmedberg%covad.net
79241940e8
Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees.
2004-12-09 19:28:35 +00:00
bzbarsky%mit.edu
23bcd45fd7
Move handling of "dir" and "bdo" into ua.css so it doesn't get turned off when
...
author styles are disabled. Bug 261361, patch by fantasai
<fantasai.bugs@inkedblade.net>, r=dbaron, sr=bzbarsky
2004-12-09 16:08:43 +00:00
tor%cs.brown.edu
b3e2c4245d
Bug 238050 - implement SVG markers. r=scooter, moz common files sr=dbaron
2004-12-09 03:16:15 +00:00
dbaron%dbaron.org
90d6a9c5a1
Fix --disable-xul bustage by building nsXULAtoms even when MOZ_XUL is false. b=272151
2004-12-08 21:34:22 +00:00
dbaron%dbaron.org
3b62b736d5
Bug 272151: reorganize files within layout, r+sr=roc: cvs removing obsolete files
2004-12-08 19:55:19 +00:00
dbaron%dbaron.org
f70d9a3c2f
Bug 272151: reorganize files within layout, r+sr=roc: cvs removing files that were copied to new locations in the repository
2004-12-08 19:45:40 +00:00
dbaron%dbaron.org
9db368a6af
Bug 272151: reorganize files within layout, r+sr=roc
2004-12-08 19:41:48 +00:00
dbaron%dbaron.org
953fdd4a1f
Bug 272151: reorganize files within layout, r+sr=roc: add new Makefiles.
2004-12-07 18:09:28 +00:00
danm-moz%comcast.net
367df133c4
single window mode aviary branch merge. bug 172962, 265962 r=bzbarsky,jst
2004-12-07 16:09:25 +00:00
dbaron%dbaron.org
69a2452703
Remove long-unused nsIMutableStyleContext. b=272151
2004-12-07 06:50:11 +00:00
roc+%cs.cmu.edu
fd107b6789
Bug 266890. Remove nsScrollPortFrame since it's the only subclass of nsScrollBoxFrame, just merge everything up to nsScrollBoxFrame. r+sr=bryner
2004-12-07 03:51:26 +00:00
roc+%cs.cmu.edu
4aabdbcc0b
Bug 266890. Remove nsScrollPortFrame since it's the only subclass of nsScrollBoxFrame, just merge everything up to nsScrollBoxFrame. r+sr=bryner
2004-12-07 03:42:00 +00:00
dbaron%dbaron.org
21f82eae38
Remove unneeded include. b=272151
2004-12-07 02:57:37 +00:00
dbaron%dbaron.org
9a95dcefd4
Remove unneeded include. b=272151
2004-12-07 02:56:10 +00:00
dbaron%dbaron.org
615caad017
Remove unneeded include. b=272151
2004-12-07 02:49:12 +00:00
dbaron%dbaron.org
468d2b70e8
Remove unneeded include. b=272151
2004-12-07 02:28:38 +00:00
mats.palmgren%bredband.net
f27126d0af
Fix abs.pos. shrink-to-fit regressions. b=201897 (rubber-stamp) r=bzbarsky sr=dbaron
2004-12-06 00:27:21 +00:00
tor%cs.brown.edu
eb65692ec1
Bug 272899 - svg base type creation cleanup. r=jwatt.
2004-12-05 22:12:43 +00:00
bzbarsky%mit.edu
3ae57649b4
Disable undo for password inputs to prevent replay attacks. Bug 271154,
...
r+sr=dbaron
2004-12-05 18:26:13 +00:00
dbaron%dbaron.org
1eb85d49b9
Fix DOM round-tripping of -moz-initial. b=219903 r+sr=bzbarsky
2004-12-04 22:10:07 +00:00
bsmedberg%covad.net
e946f44738
Centralize layout/ and content/ locale files. See bug 271324.
2004-12-04 20:10:51 +00:00
dbaron%dbaron.org
00dad6c498
Convert callers of old GetStyleData API that have snuck back in. b=197205 r+sr=roc
2004-12-04 06:31:02 +00:00
bzbarsky%mit.edu
f6fea6e11a
Fix comment. More bug 157395.
2004-12-03 04:48:32 +00:00
bzbarsky%mit.edu
6de447be6a
:empty should not match nodes that have whitespace children. Introduce a
...
:-moz-only-whitespace pseudo-class to do what :empty used to do (so we can use
it in quirk.css and the like). Bug 157395, patch by Justin Wood
<116057@bacon.qcc.mass.edu>, r+sr=bzbarsky
2004-12-03 04:25:21 +00:00
tor%cs.brown.edu
26931c5a71
Bug 163068 - backend support for zoom and pan. r=jwatt
2004-12-02 23:13:13 +00:00
dbaron%dbaron.org
9643fc6c04
Back out 252703 due to Txul / Ts regression.
2004-12-02 01:26:20 +00:00
dbaron%dbaron.org
21dccaeace
Fix theme switching bugs related to insufficient change handling when entry points to themes are stylesheet links (processing instructions or XBL stylesheet elements) or xul:image src attributes by giving the chrome: protocol its own URL implementation that remembers the URL to which the chrome: URL was resolved and uses that resolved URL as part of equality testing. Fix various fastload issues arising from this change. b=252703 r=darin sr=bzbarsky
2004-12-01 22:39:17 +00:00
gerv%gerv.net
670fb87360
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-12-01 22:27:03 +00:00
bmlk%gmx.de
3afdea9ca5
switch the frame sorting from the frame constructor to the table frame + a couple of build warning fixes, bug 269648, r/sr=bzbarsky
2004-12-01 18:47:34 +00:00
tor%cs.brown.edu
63185ce368
Bug 272425 - fix nsSVGInnerSVGFrame transformation ordering. r=jwatt.
2004-12-01 16:23:12 +00:00
aaronleventhal%moonset.net
d3e9a04f62
Bug 269212. CSS select:focus outline too large on combobox, extending past the right side. Make sure to FinishAndStoreOverflow() even if returning early from nsComboboxFrame::Reflow(). r+sr=roc
2004-12-01 16:17:44 +00:00
bzbarsky%mit.edu
05b01d4b46
Fix painting of backgrounds on scrollable rowgroups (which aren't kids of the
...
table, so require slightly more complicated computation of the coordinate
transformations). Bug 267592, r=fantasai, sr=roc
2004-12-01 03:51:35 +00:00
dbaron%dbaron.org
f162e6b75d
Do size adjustments for empty cells only when 'empty-cells' says empty cells don't have borders. b=271955 r=bernd sr=roc
2004-12-01 03:50:03 +00:00
bzbarsky%mit.edu
5d84790d77
Put an update view batch around zoom-setting so we don't get drawing
...
artifacts. Bug 270032, r+sr=roc
2004-12-01 03:28:44 +00:00
dbaron%dbaron.org
2b702a8ce5
Fix make install, patch from crispin@flowerday.cx. b=272151
2004-11-30 22:19:45 +00:00
dbaron%dbaron.org
18184d121e
Back out 266930 because SVG still modifies the ua.css in dist.
2004-11-30 19:41:55 +00:00
smontagu%smontagu.org
52ff1c323f
Prevent the right-to-left directional hook from overlapping the caret and make both directions thinner. Bug 264903, r=mkaply, aaronleventhal, sr=rbs.
2004-11-30 19:28:00 +00:00
dbaron%dbaron.org
c21915db9d
Remove unused iscoord parameter from CSS_PROP_* macros. b=205790 r+sr=bzbarsky
2004-11-30 19:24:34 +00:00
bzbarsky%mit.edu
da145480c7
Fix asserts by making sure that border-spacing is always computed to coord
...
values. Bug 270325, r+sr=dbaron
2004-11-30 18:30:58 +00:00
dbaron%dbaron.org
e2aa2edb92
Use preprocessor instead of separate files for platform-specific parts of forms.css. b=272151 r+sr=bryner
2004-11-30 06:04:04 +00:00
dbaron%dbaron.org
f94a5bc660
Avoid switches by using new nsStyleSides methods. b=272033 r+sr=bzbarsky
2004-11-30 05:31:37 +00:00
bzbarsky%mit.edu
8aee5bd06a
Fixing build bustage. Bug 263581.
2004-11-29 22:29:06 +00:00
bzbarsky%mit.edu
8134fe17e1
Final fix for bug 263581 -- pre-dirty wrapped lines with dirty continuations,
...
if needed, before entering the loop over lines. r+sr=roc
2004-11-29 22:02:11 +00:00
smontagu%smontagu.org
5bff65e904
Bug 263309 PresShell::CompleteMove simulates a mouse click and assumes LTRness, patch by Eyal Rozenberg <eyalroz@technion.ac.il>, r+sr=roc.
2004-11-29 20:28:46 +00:00
tor%cs.brown.edu
73a9432572
Set surface origin.
2004-11-29 18:53:37 +00:00
ginn.chen%sun.com
8c0e241876
Bug 256835 [crash]ctrl+left cause crash in bugzilla
...
[@ nsTextFrame::PeekOffset ] [@ ntdll.dll - nsFrame::GetFrameFromDirection ]
r=aaronleventhal sr=dbaron
2004-11-29 02:13:17 +00:00
mats.palmgren%bredband.net
5984611143
Skip leading space inside :not(). b=271916 r+sr=dbaron
2004-11-28 15:04:13 +00:00
mats.palmgren%bredband.net
2ea386e9aa
Fix margin-right for ::first-letter. b=60289 r=rbs sr=dbaron
2004-11-28 02:17:42 +00:00
mats.palmgren%bredband.net
760b1b170b
Implement CSS2.1 10.3.7, shrink-to-fit for abs.pos. elements. b=201897 r=bzbarsky sr=dbaron
2004-11-26 23:28:09 +00:00
mats.palmgren%bredband.net
6a6fc8d7ac
Making invalid selectors ignore the following rule in more cases. b=265542 r=bzbarsky sr=dbaron
2004-11-26 21:05:45 +00:00
mats.palmgren%bredband.net
f98dac5a17
Look for ::first-letter frames in relative positioned inlines too. b=264799 r=bzbarsky sr=dbaron
2004-11-26 20:39:30 +00:00
roc+%cs.cmu.edu
c59dda520c
Bug 271869. mBorderWidths need not be per-nsStyleBorder/nsStyleOutline, put it in the prescontext instead. r+sr=dbaron
2004-11-26 18:40:58 +00:00
ginn.chen%sun.com
59cfede2d2
Bug 256833 Right arrow skips some text after <HR>
...
r=aaronleventhal sr=dbaron
2004-11-26 05:51:36 +00:00
dbaron%dbaron.org
cbf3debd30
Comment why resize reflow optimization is broken.
2004-11-26 02:31:58 +00:00
roc+%cs.cmu.edu
b527d8f5e6
Bug 270804. Lines that we skipped reflowing during shrink-wrap-width block reflow may need to be reflowed if the shrink-wrap-width changes. r+sr=dbaron
2004-11-26 02:03:24 +00:00
roc+%cs.cmu.edu
4858a7c4ff
Bustage fix.
2004-11-25 16:52:46 +00:00
roc+%cs.cmu.edu
13a6502805
Bug 209694. Major rework of margin-collapsing and clearance to match CSS 2.1 rules. Also includes major incremental reflow fixes for those situations. See the bug for details. rubber-stamp r+sr=dbaron
2004-11-25 14:51:00 +00:00
tor%cs.brown.edu
8155af99e0
Fix canvas clipping order.
2004-11-25 12:35:33 +00:00
tor%cs.brown.edu
8786143978
Clip to canvas boundaries.
2004-11-25 03:42:55 +00:00
bzbarsky%mit.edu
17ca54b983
Fixing build bustage. Bug 263374
2004-11-25 02:58:01 +00:00
bzbarsky%mit.edu
0b677b9e39
First cut at not having a O(N^2) algorithm for WrappedLinesAreDirty(). Bug
...
263581, r+sr=dbaron
2004-11-25 02:54:58 +00:00
bzbarsky%mit.edu
1cb3693088
Add a utility method for finding the containing block to nsHTMLReflowState, and
...
make use of it in fixing the text-decoration drawing on blocks to deal with
negative text-indent. Bug 263374, r+sr=dbaron
2004-11-25 02:43:28 +00:00
roc+%cs.cmu.edu
40a410c03c
Bug 264839. Don't let columns try a line-by-line search for the optimal height if we appear to be crawling through a frame that's continuously breakable. r+sr=dbaron
2004-11-25 00:11:35 +00:00