David Zbarsky
|
8d8553ee41
|
Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst
|
2009-08-24 16:02:07 -04:00 |
|
Mats Palmgren
|
90fe0851f3
|
Bug 233463, patch 4 - Make nsIFrame::mNextSibling private. r=bzbarsky
|
2009-09-18 13:09:36 +02:00 |
|
Mats Palmgren
|
7ca7fe2f91
|
Bug 233463, patch 3 - Make Destroy/RemoveFrame() methods void and assert that the frame to remove is present. r=bzbarsky
|
2009-09-18 13:09:36 +02:00 |
|
Mats Palmgren
|
948203eb7d
|
Replace PR_MIN/PR_MAX with NS_MIN/NS_MAX. b=512106 r=roc
|
2009-09-16 17:01:36 +02:00 |
|
Robert Longson
|
84ff613d07
|
Bug 512890 - crashtest for ABORT: NULL content node with SVG filter, em units.
|
2009-09-14 21:19:46 +01:00 |
|
Robert Longson
|
806975ddab
|
Bug 512890 - ABORT: NULL content node with SVG filter, em units. r=roc
|
2009-09-14 21:12:37 +01:00 |
|
Bobby Holley
|
2d5ec55945
|
Bug 435296 - Decode-On-Draw. r=joe,roc,bz,dolske,peterw sr=vlad
|
2009-09-12 16:44:18 -06:00 |
|
Zack Weinberg
|
17eb5a6efc
|
Bug 497495 part 3: Add methods to every nsFrame subclass that expose the as-allocated identity of every frame object. Also some cleanups to the QueryFrame implementation. r=dbaron sr=roc
|
2009-09-12 17:49:24 +01:00 |
|
Paul Nickerson
|
9b57e868e6
|
Bug 515288 - crashtest for SVG element without current doc in getCTM.
|
2009-09-10 21:37:56 +01:00 |
|
Robert Longson
|
b0f7801cf3
|
Bug 515288 - Crash with getScreenCTM() on outer svg with no current document. r=roc
|
2009-09-10 21:25:48 +01:00 |
|
Martijn Wargers
|
a052c8af96
|
Bug 508247 - crashtest for non SVG element in path for getCTM.
|
2009-09-08 20:34:16 +01:00 |
|
Robert Longson
|
e22fe524e4
|
Bug 509940 - Images with fill=none are not displayed. r=jwatt
|
2009-08-31 12:26:23 +01:00 |
|
Robert Longson
|
666c268994
|
Bug 508247 - Crash if non SVG element encountered in path for getCTM. r=jwatt
|
2009-08-31 11:33:29 +01:00 |
|
Daniel Holbert
|
3da6629849
|
Bug 513262 - Remove unused helper function "GetFrameForContent" from nsSVGUtils. r=roc
|
2009-08-28 11:02:58 -07:00 |
|
Jonathan Watt
|
ed42a30cb8
|
Bug 508179. Implement 'pointer-events:none;' for all elements. r=roc, r=dbaron.
|
2009-08-26 20:53:35 -07:00 |
|
Robert O'Callahan
|
75dc1beb9c
|
Backed out changeset e2927bb26412
|
2009-08-26 14:49:18 -07:00 |
|
Zack Weinberg
|
18c763f2c5
|
Bug 497495 part 3a: rationalize the queryframe-implementation macro naming scheme, restructure the implementation to detect duplicate entries, and a couple fixes to the frame ID enumeration. r=dbaron sr=roc
Bug 497495 part 3b: update users of queryframe macros (strictly mechanical change). r=dbaron
--HG--
extra : rebase_source : ee672a17934227b408b83dc6b5cc4e4909652f72
|
2009-08-26 09:27:42 -07:00 |
|
Benjamin Smedberg
|
2e9438fd2f
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
|
Boris Zbarsky
|
36622c6995
|
Backed out changeset 4aa19414e651 (bug 488249) to fix test orange.
--HG--
extra : rebase_source : ae1c0155ec32b0887eff27ded77c6ba2b37dda64
|
2009-08-24 20:51:57 -04:00 |
|
David Zbarsky
|
932e28482f
|
Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst
|
2009-08-24 16:02:07 -04:00 |
|
Zack Weinberg
|
2cd31f70f9
|
Bug 510651: Fold nsIFrameDebug into nsFrame. r=dbaron sr=mrbkap
|
2009-08-20 14:52:48 -07:00 |
|
Brian Birtles
|
60e3fae385
|
Bug 507067: Fix GetAnimVal and GetBaseVal's handling of em/ex/etc. units inside display:none elements by using nsComputedDOMStyle's method for resolving style contexts for such elements. r=dbaron
|
2009-08-20 14:52:47 -07:00 |
|
Serge Gautherie
|
fb78d65280
|
Bug 508760 - Remove MSVC6 support from the tree; (Fv1) layout/svg/base/src/*; r=longsonr
|
2009-08-19 15:08:31 +02:00 |
|
timeless@mozdev.org
|
72de25b884
|
Bug 507367 incorrect null check in nsSVGPatternFrame::GetTargetGeometry
r=jwatt
|
2009-08-12 11:49:55 +02:00 |
|
Robert O'Callahan
|
cba39f15c7
|
Bug 504524. Change signature of nsIFrame: of nsIFrame::CharacterDataChanged to support passing of the full CharacterDataChangeInfo struct. r=bz
--HG--
extra : rebase_source : cdab9444f579d6b93e142ad8681152ecd180f818
|
2009-08-05 13:38:10 +12:00 |
|
Boris Zbarsky
|
f2936464e5
|
Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron
|
2009-07-30 13:23:32 -04:00 |
|
Michael Kohler
|
404670f1f3
|
Bug 106386 - Correct misspellings in source code (old); Part 2; r=timeless
|
2009-07-27 10:47:02 +02:00 |
|
Robert O'Callahan
|
14dbcb0874
|
Bug 371839. Simplify SetSelected signature and semantics, and reimplement it in nsTextFrame much more efficiently. r=bzbarsky
--HG--
extra : rebase_source : 18c390e3ebd09de82b1a23699c56b741f928ca37
|
2009-07-27 10:05:41 +12:00 |
|
Jonathan Watt
|
93d4d6c74c
|
Bug 435356. Stop using nsIDOMSVGMatrix internally. r=longsonr
|
2009-07-23 10:35:59 +02:00 |
|
Robert O'Callahan
|
edefa6fb61
|
Bug 339548. Part 14: hide windowed plugins in CSS transforms and SVG foreignObject contexts; we can't display them properly, so let's not display them at all. r=dbaron
|
2009-07-22 12:45:14 +12:00 |
|
Jonathan Watt
|
7ba9615f7a
|
Backout bug 435356 to fix nsSVGMatrix leaks.
|
2009-07-22 00:55:48 +02:00 |
|
Jonathan Watt
|
766d192858
|
Bug 435356. Stop using nsIDOMSVGMatrix internally. r=longsonr
|
2009-07-21 22:34:37 +02:00 |
|
Joe Drew
|
6c441f55f7
|
Bug 753 - Remove nsIImage, gfxIImageFrame, and their implementations, and expose an equivalent api on imgIContainer. r=roc,josh,bz,longsonr,vlad,karlt,jimm,bsmedberg,mfinkle,peterw,peterv sr=vlad,roc
--HG--
rename : gfx/src/shared/gfxImageFrame.cpp => modules/libpr0n/src/imgFrame.cpp
rename : gfx/src/shared/gfxImageFrame.h => modules/libpr0n/src/imgFrame.h
|
2009-07-20 18:50:15 -07:00 |
|
Robert Longson
|
04852f4c7a
|
Bug 500174 - pointer-events=all not registering on non-visible stroke. r=roc
|
2009-07-12 19:50:45 +01:00 |
|
Robert Longson
|
1ec16f3591
|
reenable crashtest for bug 492186
|
2009-06-27 11:26:32 +01:00 |
|
Ryo Onodera
|
95bc019eac
|
Bug 366697 - getCTM() shouldn't return the same matrix as .getScreenCTM() for nested SVG elements. r=longsonr
|
2009-06-26 21:13:07 +01:00 |
|
Jesse Ruderman
|
ece7abd9f0
|
Instrument nsSVGRenderingObserverList for trace-refcnt (bug 499613). r=roc
|
2009-06-24 14:19:02 -07:00 |
|
Robert O'Callahan
|
67b25a2f2a
|
Bug 499608. Fix leak of nsSVGRenderingObserverList frame property. r=jwatt
--HG--
extra : rebase_source : 46c93829cd467ca651df225003586d84043e173d
|
2009-06-24 20:47:21 +12:00 |
|
timeless@mozdev.org
|
e6bce749e6
|
Bug 494690. Remove unused function UncompressIndex. r=jwatt
|
2009-06-18 13:40:13 +02:00 |
|
Jonathan Watt
|
0c1ff4dba4
|
Bug 498275. Stop using nsIDOMSVGMatrix in nsSVGForeignObjectFrame + fixes. r=longsonr
|
2009-06-18 13:31:25 +02:00 |
|
Robert Longson
|
6affada1d1
|
disable crashtest for bug 492186 temporarily
|
2009-06-18 00:36:36 +01:00 |
|
Robert Longson
|
52302767f0
|
Bug 492186 - Crash with altGlyphDef and getBBox. r=roc
|
2009-06-17 22:29:55 +01:00 |
|
Robert Longson
|
7b3cd99d48
|
Bug 496989 - Simplify text/glyph interface. r=jwatt
|
2009-06-17 22:05:02 +01:00 |
|
Robert Longson
|
9cb0b9bebf
|
Bug 481614 - implement clip property. r=jwatt
|
2009-06-17 21:51:40 +01:00 |
|
Shawn Wilsher
|
c75ae311ff
|
Backed out changeset f3fcd36fcbd1 (bug 119061) for linux orange.
|
2009-06-11 16:57:09 -07:00 |
|
Jonathan Watt
|
befc705ae5
|
Bug 119061. SVG elements to which the :hover pseudo class apply do not restyle when moved under the mouse pointer. r=roc
|
2009-06-11 21:49:34 +02:00 |
|
Jonathan Watt
|
c6553d47fd
|
Bug 488460. Invalidation cleanup. r=longsonr
|
2009-06-11 17:23:43 +02:00 |
|
Jonathan Watt
|
f703960fe8
|
Bug 495938. Stop using nsIDOMSVGRect objects on the stack. r=longsonr
|
2009-06-11 17:21:03 +02:00 |
|
Arpad Borsos
|
be212f351c
|
Bug 495296 - kill nsISVGTextContentMetrics; r+sr=roc
|
2009-05-29 12:15:40 +02:00 |
|
Ryo Onodera
|
5e72993bff
|
Bug 489485. nsRect::ToNearest/Inner/OuterPixels should be nonstatic. r+sr=roc
--HG--
extra : rebase_source : 13778709270ab926e951a7782fce3632370ef7c7
|
2009-05-08 14:31:04 +12:00 |
|