bzbarsky%mit.edu
d10fed0486
Make incremental reflow of abs pos elements less eager to actually reflow
...
them. Bug 277760, r+sr=roc
2005-01-23 21:44:46 +00:00
aaronleventhal%moonset.net
e20fafca39
Bug 256003. Remove -moz-user-focus from html.css, forms.css, ua.css. It's been deprecated from use in HTML. Patch by Martijn Wargers. r=bryner, sr=roc
2005-01-23 03:48:00 +00:00
kjh-5727%comcast.net
8ca7be0027
Make nsIFontMetrics::GetFont() non-virtual. Bug 230605, r=bryner, sr=bzbarsky.
2005-01-22 16:00:07 +00:00
bzbarsky%mit.edu
fdeecd24cb
Make CSS scanner build when CSS error reporting is disabled too. Bug 279323,
...
patch by Alex Vincent <ajvincent@gmail.com>, r=dbaron, sr=bzbarsky
2005-01-22 04:52:05 +00:00
tor%cs.brown.edu
174d02dc37
Bug 279291 - svg text events should respect visibility and pointer-events.
...
r=afri
2005-01-21 20:29:37 +00:00
tor%cs.brown.edu
ac9a58fec4
Bug 279239 - distorted <svg:image> on some images with GDI+. r=afri
2005-01-21 16:44:04 +00:00
mrbkap%gmail.com
0aa15357ff
bug 71191: Cannot apply bindings on the root element in a document. r+sr=bzbarsky
2005-01-21 04:42:30 +00:00
bzbarsky%mit.edu
28a21441af
Fix crash if insertion point has display:none. Bug 277523, r+sr=bryner
2005-01-20 19:54:06 +00:00
bzbarsky%mit.edu
5237da9666
Fix test for none/hidden border styles to work correctly. Bug 275139, r+sr=dbaron
2005-01-20 16:49:57 +00:00
tor%cs.brown.edu
4fb5a0419c
Lower tolerance for hit testing.
2005-01-20 14:41:00 +00:00
tor%cs.brown.edu
7e6f1ce252
Speed up ContainsPoint with an early reject test.
2005-01-20 04:44:50 +00:00
tor%cs.brown.edu
54614c958c
Bug 111993 - Rx and ry attributes of SVG <rect/> element should
...
distinguish between unset attribute and "0".
Patch by jonathan.watt@strath.ac.uk , r=scooter.
2005-01-20 03:41:29 +00:00
bzbarsky%mit.edu
d222ecb623
Flush out reflows before processing invalidates and paint events. Fixes a
...
variety of flicker issues of various sorts, especially when we're not quite
keeping up with the rate of updates in DHTML or in editor. Bug 244366 and
various dependencies, r+sr=roc
2005-01-20 03:39:09 +00:00
dbaron%dbaron.org
5f1af5dd7b
Re-remove files that were checked into after being cvs removed to restore things to a consistent state. (These files were in Attic but not in the cvs 'dead' state, so they appeared when checking out by date.)
2005-01-19 22:48:57 +00:00
varga%nixcorp.com
876c4276af
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
216b26fb6b
null check
2005-01-19 22:05:47 +00:00
tor%cs.brown.edu
ecfea7dfbf
Make cairo text "live".
2005-01-19 19:15:31 +00:00
tor%cs.brown.edu
db7fffa8fc
Bug 277034 - Large SVG documents don't display scrollbars. r+sr=roc.
2005-01-19 16:11:03 +00:00
aaronleventhal%moonset.net
b1e4b5aac8
Attempt to fix Neil's bustage
2005-01-19 03:34:38 +00:00
aaronleventhal%moonset.net
257db7bba6
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
51faac852b
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
055c5e33e4
Add comment.
2005-01-18 23:32:48 +00:00
aaronleventhal%moonset.net
3babd6babd
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
6fa7ce5112
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
ac13ac9ed9
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
fae298768a
Adding for real...
2005-01-16 20:30:52 +00:00
bzbarsky%mit.edu
19a56609bd
Adding regression test
2005-01-16 20:30:06 +00:00
bzbarsky%mit.edu
5731a9bb18
Adding regression test.
2005-01-16 20:29:21 +00:00
mats.palmgren%bredband.net
fed71d1962
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
1834124485
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
e4c85d93f2
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
6d8ce3a27b
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
56f3fda1c0
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
c8666e94f7
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
39ac155fd9
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
b7a62cd4fd
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
d185bdf1ce
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
c690983e70
Use cairo_matrix_t instead of cairo_matrix.
2005-01-15 15:06:21 +00:00
bryner%brianryner.com
c998609f8c
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
ebd4f77f17
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
2678104ecc
Bug 277371 remove mozilla/dom/src/jsurl/nsIEvaluateStringProxy.idl
...
rs=jst
2005-01-14 09:19:12 +00:00
dbaron%dbaron.org
a049af5194
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
ca7d08ac13
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
2b22277f0e
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
5e2d6d2947
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
2005-01-12 19:45:38 +00:00
bzbarsky%mit.edu
5392de6065
Adding regression test.
2005-01-12 08:36:17 +00:00
bzbarsky%mit.edu
2fc5bf37c3
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
7e99afbcf0
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
268c1b9704
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
4518974b6c
Bug 277392 - crash deleting svg object with markers. r=jwatt, a=asa
2005-01-10 05:55:03 +00:00
bzbarsky%mit.edu
faebb2c7a8
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
eacf2c8722
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
9f1d37d18f
Bug 277034 - large svg documents don't display scrollbars. r+sr=bzbarsky
2005-01-05 05:49:35 +00:00
jst%mozilla.jstenback.com
e7cfe79af9
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
a77b73bb3a
Don't pass null frames to nsHTMLReflowState::GetContainingBlockFor. Bug
...
273458, r+sr=dbaron
2005-01-04 20:17:25 +00:00
bzbarsky%mit.edu
e425259e0d
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
f69a8d311f
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
3203d0d58e
Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst.
2005-01-03 22:51:17 +00:00
mats.palmgren%bredband.net
3a23ac3a17
Improve handling of 'display' property for <noscript>. b=236450 r+sr=bzbarsky
2005-01-03 19:37:54 +00:00
dbaron%dbaron.org
49a6406104
Fix initializer-reordering warning.
2005-01-03 19:29:09 +00:00
mats.palmgren%bredband.net
2c06b92330
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
e4402cbb7f
remove forgotten prescontext bug 276719 p=bugmail@q1n.org r/sr=dbaron
2005-01-02 15:46:53 +00:00
mats.palmgren%bredband.net
a9c3918a21
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
e1cb62637e
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
416f37d27d
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
213fc7b2cb
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-01-01 16:48:30 +00:00
cbiesinger%web.de
c26e45ddcf
fixing mathml bustage from bug 270708
2004-12-31 03:00:21 +00:00
bugzilla%arlen.demon.co.uk
c2ea7ec445
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
b02aed565c
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
598d0a7839
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
959caa768e
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
e42c2d976d
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
3e18607e52
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
bd74f594d5
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
917905359e
remove unused prescontext from PlaceFrameView, PlaceChildsView, ConsiderChildOverflow bug 276092 r/sr=dbaron
2004-12-27 15:05:18 +00:00
bmlk%gmx.de
ef4604f958
remove unused prescontext argument from GetOffsetFromView bug 276015 r/sr=dbaron
2004-12-26 19:48:54 +00:00
dbaron%dbaron.org
54a8b8baac
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
a422720abc
Bug 261800 - getBBox for non-text elements. r=scooter
2004-12-24 16:26:10 +00:00
bmlk%gmx.de
3a96ba1c83
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
eb3f6e5a0d
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
9b38a42a41
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
03e05c8243
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
6e38ce08b3
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
1cc6b3262a
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
a22fc82221
Bug 216568 - <svg:image> implementation. r=pavlov
2004-12-17 23:45:30 +00:00
tor%cs.brown.edu
1662b29bb8
Simplify clipping.
2004-12-17 21:27:11 +00:00
dbaron%dbaron.org
48a696beb8
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
3aa8b0b9fa
back out patch for bug 262236 on request
2004-12-16 06:40:04 +00:00
dbaron%dbaron.org
d07d031b2b
Add comment.
2004-12-16 01:20:57 +00:00
bsmedberg%covad.net
81a0de68d5
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
31bef82154
Move nsIContent::GetClassAttributeName() onto nsIStyledContent (bug 274402). r+sr=jst.
2004-12-14 03:54:01 +00:00
robin.lu%sun.com
b80941eab1
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
184cc47ec5
deCOMtaminate nsIContent::GetNameSpaceID. Bug 272079, r+sr=jst
2004-12-13 04:14:28 +00:00
mats.palmgren%bredband.net
db3a3e5e60
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
de8491fa61
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
85c2a3ef15
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
0d02815814
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
5d7d525c53
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
b7a9a380c8
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
b8ade7319c
Bug 216559 - CSS3 currentColor. Patch by scootermorris@comcast.net.
...
r=bz, sr=dbaron.
2004-12-09 23:51:25 +00:00
dbaron%dbaron.org
d619b0de9a
Fix make install bustage.
2004-12-09 23:39:48 +00:00
bsmedberg%covad.net
7ccf6e4965
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
185d89d991
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
f776408b63
Bug 238050 - implement SVG markers. r=scooter, moz common files sr=dbaron
2004-12-09 03:16:15 +00:00
dbaron%dbaron.org
5932d2d601
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
59b5ba4eef
Bug 272151: reorganize files within layout, r+sr=roc: cvs removing obsolete files
2004-12-08 19:55:19 +00:00
dbaron%dbaron.org
c7b24df1a9
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
1bb228eed5
Bug 272151: reorganize files within layout, r+sr=roc
2004-12-08 19:41:48 +00:00
dbaron%dbaron.org
178b5e327a
Bug 272151: reorganize files within layout, r+sr=roc: add new Makefiles.
2004-12-07 18:09:28 +00:00
danm-moz%comcast.net
9c74d7196f
single window mode aviary branch merge. bug 172962, 265962 r=bzbarsky,jst
2004-12-07 16:09:25 +00:00
dbaron%dbaron.org
b6d5e1a8a3
Remove long-unused nsIMutableStyleContext. b=272151
2004-12-07 06:50:11 +00:00
roc+%cs.cmu.edu
90fed78dbe
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
118cfea877
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
d7329496e2
Remove unneeded include. b=272151
2004-12-07 02:57:37 +00:00
dbaron%dbaron.org
cac7454d5e
Remove unneeded include. b=272151
2004-12-07 02:56:10 +00:00
dbaron%dbaron.org
9d167cfdab
Remove unneeded include. b=272151
2004-12-07 02:49:12 +00:00
dbaron%dbaron.org
d3a8d12bbe
Remove unneeded include. b=272151
2004-12-07 02:28:38 +00:00
mats.palmgren%bredband.net
eda219e867
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
e9d689d528
Bug 272899 - svg base type creation cleanup. r=jwatt.
2004-12-05 22:12:43 +00:00
bzbarsky%mit.edu
5ba288dcc4
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
4ee16ec79d
Fix DOM round-tripping of -moz-initial. b=219903 r+sr=bzbarsky
2004-12-04 22:10:07 +00:00
bsmedberg%covad.net
51c415d3ed
Centralize layout/ and content/ locale files. See bug 271324.
2004-12-04 20:10:51 +00:00
dbaron%dbaron.org
290b497a94
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
e36e6f6682
Fix comment. More bug 157395.
2004-12-03 04:48:32 +00:00
bzbarsky%mit.edu
e766f067db
: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
f58a738f95
Bug 163068 - backend support for zoom and pan. r=jwatt
2004-12-02 23:13:13 +00:00
dbaron%dbaron.org
55053e0158
Back out 252703 due to Txul / Ts regression.
2004-12-02 01:26:20 +00:00
dbaron%dbaron.org
a84646c6dd
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
b92568bebe
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-12-01 22:27:03 +00:00
bmlk%gmx.de
ece9c8c5ee
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
5f42683584
Bug 272425 - fix nsSVGInnerSVGFrame transformation ordering. r=jwatt.
2004-12-01 16:23:12 +00:00
aaronleventhal%moonset.net
3f39d3f81d
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
4f0f52ec29
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
1c0ce88514
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
9c442f7374
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
2e5d0b2138
Fix make install, patch from crispin@flowerday.cx. b=272151
2004-11-30 22:19:45 +00:00
dbaron%dbaron.org
9147a05c70
Back out 266930 because SVG still modifies the ua.css in dist.
2004-11-30 19:41:55 +00:00
smontagu%smontagu.org
65e7b883f1
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
3882ed0f37
Remove unused iscoord parameter from CSS_PROP_* macros. b=205790 r+sr=bzbarsky
2004-11-30 19:24:34 +00:00
bzbarsky%mit.edu
3abdaecd3c
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
10efb45442
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
32654cf7f5
Avoid switches by using new nsStyleSides methods. b=272033 r+sr=bzbarsky
2004-11-30 05:31:37 +00:00
bzbarsky%mit.edu
840f52dca9
Fixing build bustage. Bug 263581.
2004-11-29 22:29:06 +00:00
bzbarsky%mit.edu
aed56e9c77
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
814e95f33b
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
2f90658727
Set surface origin.
2004-11-29 18:53:37 +00:00
ginn.chen%sun.com
94c556479f
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
017629698f
Skip leading space inside :not(). b=271916 r+sr=dbaron
2004-11-28 15:04:13 +00:00
mats.palmgren%bredband.net
bd324be109
Fix margin-right for ::first-letter. b=60289 r=rbs sr=dbaron
2004-11-28 02:17:42 +00:00
mats.palmgren%bredband.net
116d66e879
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
0dd497ef90
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
6925dad5f1
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
76c942edd9
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
490667ee95
Bug 256833 Right arrow skips some text after <HR>
...
r=aaronleventhal sr=dbaron
2004-11-26 05:51:36 +00:00
dbaron%dbaron.org
ee24e6fe62
Comment why resize reflow optimization is broken.
2004-11-26 02:31:58 +00:00
roc+%cs.cmu.edu
0d32299f76
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
ccb352a215
Bustage fix.
2004-11-25 16:52:46 +00:00
roc+%cs.cmu.edu
fcfeb6506e
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
fc246c8217
Fix canvas clipping order.
2004-11-25 12:35:33 +00:00
tor%cs.brown.edu
693a5c8f20
Clip to canvas boundaries.
2004-11-25 03:42:55 +00:00
bzbarsky%mit.edu
1ba771db23
Fixing build bustage. Bug 263374
2004-11-25 02:58:01 +00:00
bzbarsky%mit.edu
3d40130828
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
b35b2a6d92
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
d093e95518
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
bryner%brianryner.com
1435145ce6
Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.
2004-11-24 22:48:45 +00:00
dbaron%dbaron.org
f749b59b77
Make page up and page down leave at most two lines in common between pages. b=175380 r+sr=roc
2004-11-24 22:05:36 +00:00
roc+%cs.cmu.edu
352f29c25c
Bug 269905. Remember emptiness state on line boxes, but be selective about to to minimize the invalidation burden. r+sr=dbaron
2004-11-24 13:22:10 +00:00
neil%parkwaycc.co.uk
d13fb54f7e
Don't use QueryInterface to get a scrollable view from a view b=258521 r+sr=roc
2004-11-24 00:19:21 +00:00
darin%meer.net
373f51f2c6
fixes bug 263360 "Make CallCreateInstance use NS_GetComponentManager instead of nonfrozen/deprecated nsComponentManager symbols" r=bsmedberg sr=dbaron
2004-11-23 20:53:38 +00:00
bzbarsky%mit.edu
09f3d48d46
Fixing build bustage. I have no idea how gcc 3.2 managed to build this... Bug
...
269697
2004-11-23 18:23:12 +00:00
tor%cs.brown.edu
d237a09cb8
Bug 271174 - build problem with SUNWspro compilers. r=darin
2004-11-23 18:01:01 +00:00
tor%cs.brown.edu
94f0c87456
Bug 271174 - build problem with SUNWspro compilers. r=darin
2004-11-23 17:58:30 +00:00
bzbarsky%mit.edu
35e3f1fd67
Use nsContentUtils for error-reporting for <area> parsing. Bug 269697,
...
r+sr=jst
2004-11-23 17:45:37 +00:00
bzbarsky%mit.edu
7198a5985b
Add methods to get screen coordinates of frames and views. Bug 268576,
...
r+sr=roc
2004-11-23 17:26:19 +00:00
bzbarsky%mit.edu
ee3a61b53f
deCOMify nsIStyledContent::GetID (make it return we a weak pointer to the ID
...
atom). Bug 244249, patch by jpl24 <jlurz24@gmail.com>, r=sicking, sr=bzbarsky
2004-11-23 17:21:37 +00:00
tor%cs.brown.edu
d5bc110e6d
Bug 237020 - use/symbol implementation. r=jwatt, shared moz files sr=roc.
2004-11-23 13:51:57 +00:00
smontagu%smontagu.org
835b927b77
Make form controls, scroll boxes and columns inherit "unicode-bidi" correctly. Also force file inputs to have left-to-right directionality. Bug 267459, r=dbaron, sr=bzbarsky.
2004-11-23 09:42:23 +00:00
bzbarsky%mit.edu
940caccd19
Don't DisableRefresh() at destruction, since that operates on the whole
...
viewmanager tree. Bug 267557, r+sr=roc, a=asa
2004-11-22 02:59:19 +00:00
tor%cs.brown.edu
71cdc82785
Bug 267195 - implement svg opacity property. r=scooter
2004-11-19 22:52:15 +00:00
aaronleventhal%moonset.net
3ce09ae1e5
Bug 265940. Textfield doesn't scroll horizontally to left after backspace or left arrow. r=mats, sr=roc, a=asa
2004-11-19 03:49:20 +00:00
jshin%mailaps.org
38ba67c1cc
get rid of the previous check-in (I didn't realize that the tree was frozen. I'm sorry)
2004-11-19 03:32:28 +00:00
jshin%mailaps.org
a2da74d97c
bug 36322 : Japanese text justification, patch by masayuki@d-toybox.com (r/sr=roc)
2004-11-19 03:21:12 +00:00
shaver%mozilla.org
c5b21b0df3
Bug 267352: make sure frame construction events are flushed before starting
...
to print, to fix regression (form inputs print blank) from 228557. r=darin,
sr=jst, a=roc.
2004-11-17 16:38:01 +00:00
rbs%maths.uq.edu.au
d07f10ee3b
Beautify ::first-letter by using MathML's GetBoundingMetrics, b=21616, r+sr=bzbarsky
2004-11-17 04:12:02 +00:00
rbs%maths.uq.edu.au
261b545ca8
Crash due to buffer overrun on malformed URL with soft-hyphen characters, b=267669, r+sr=bz
2004-11-16 22:43:06 +00:00
bryner%brianryner.com
aa485af068
Full fix for xtf Tp regression -- avoid QI'ing non-XTF elements in CreateAnonymousFrames. Bug 270136, r+sr=bzbarsky
2004-11-16 18:07:13 +00:00
bryner%brianryner.com
e1299b38af
Testing whether this QI is responsible for the Tp increase on btek.
2004-11-16 08:28:26 +00:00
bryner%brianryner.com
c8c7c2864f
Attempt to fix Tp regression by only doing checking for XTF if the namespace is not one that we support internally.
2004-11-16 07:27:39 +00:00
bzbarsky%mit.edu
b76552bec3
Remove effectively dead code in GetFloatContainingBlock(). Bug 267036,
...
r+sr=dbaron
2004-11-16 02:20:37 +00:00
timeless%mozdev.org
0f180ad01f
Bug 269922 /Users/timeless/mozilla/layout/html/base/src/nsObjectFrame.cpp:3931: warning: `void ConvertTwipsToPixels(nsPresContext&, nsRect&, nsRect&)' defined but not used
...
r=bz sr=bz
2004-11-15 18:12:35 +00:00
tor%cs.brown.edu
d6f777663c
Bug 267650 - crash if <svg:text> is stroked and has fill='none'.
...
Patch by jonathan.watt@strath.ac.uk , r=tor.
2004-11-15 13:55:34 +00:00
roc+%cs.cmu.edu
9d0a9b302b
Changing IsFrameEmpty to IsSelfEmpty as dbaron requested and I forgot to do before checking in.
2004-11-15 05:01:11 +00:00
tor%cs.brown.edu
aca19bf47b
Bug 269891 - crash in stroke-dasharray sharing. r+sr=bzbarsky
2004-11-15 04:43:11 +00:00
roc+%cs.cmu.edu
8c7ac60ba1
Bug 261064. Compute static absolute positions more accurately. Also, ensure that static absolutely positioned frames are moved when their placeholders move. Also, ensure that absolutely positioned frames positioned relative to the left or bottom edge of their container move when the container size changes. r+sr=dbaron (rubberstamp)
2004-11-14 20:22:58 +00:00
bmlk%gmx.de
abb2d4c0d0
update the block overflow area if we shorten a cell in fixed layout, bug 266868 r/sr=roc
2004-11-14 14:47:59 +00:00
aaronleventhal%moonset.net
4fc5e6f6dd
Bug 258514. Clicked anchor with location hash set to element id gives first child anchor focus rectangle & selection not always updated correctly. r+sr=bryner
2004-11-12 21:58:12 +00:00
neil%parkwaycc.co.uk
9b8ff00412
Install (symlink) ua.css rather than always copying it b=266930 r=bsmedberg sr=dbaron
2004-11-11 23:26:02 +00:00
smontagu%smontagu.org
277ea6beac
Make layout debugger show pseudo-styles. Bug 268235, r+sr=roc.
2004-11-11 17:48:09 +00:00
bmlk%gmx.de
78ae01e142
Split row groups works only for paginated media bug 268231 r/sr=bzbarsky
2004-11-11 17:27:38 +00:00
aaronleventhal%moonset.net
49c338e123
Part of bug 250269. Outline missing on some elements. r+sr=roc
2004-11-11 15:21:52 +00:00