Matt Woodrow
|
50d595bfce
|
Bug 781053 - Part 1 - Allow conversion of nsImageBoxFrame to an ImageLayer. r=roc
|
2012-09-25 08:29:14 +12:00 |
|
Phil Ringnalda
|
d5f54836b0
|
Back out 85d6cbd01d39, 56fc051c1932, a2ad17b87332 (bug 781053) for OS X debug assertions and crashes
|
2012-09-24 21:23:05 -07:00 |
|
Matt Woodrow
|
8c9574e068
|
Bug 781053 - Part 1 - Allow conversion of nsImageBoxFrame to an ImageLayer. r=roc
|
2012-09-25 08:29:14 +12:00 |
|
Chris Lord
|
8cbb24d8a8
|
Bug 788202 - Add optional subdocument traversal to nsIFrame::List. r=bz
Add subdocument frame traversal to nsIFrame::List, controlled via an optional
flag.
|
2012-09-19 15:36:35 +01:00 |
|
Chris Lord
|
8090b0471d
|
Backout bug 788202 for build failures.
|
2012-09-19 14:05:26 +01:00 |
|
Chris Lord
|
471684499c
|
Bug 788202 - Add optional subdocument traversal to nsIFrame::List. r=bz
Add subdocument frame traversal to nsIFrame::List, controlled via an optional
flag.
|
2012-09-19 12:39:53 +01:00 |
|
Matt Woodrow
|
1efdc4e5f4
|
Bug 788044 - Make inactive layer subtrees relative to the ContainerLayer, not the reference frame. r=roc
|
2012-09-17 10:25:33 +12:00 |
|
Arnaud Sourioux
|
f15f47d318
|
Bug 733186: Annotate ~1000 methods with MOZ_OVERRIDE in /layout r=dholbert r=dbaron
|
2012-09-14 09:10:08 -07:00 |
|
Ehsan Akhgari
|
243c878d26
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Ms2ger
|
c8ea20cf42
|
Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
|
2012-08-09 09:09:40 +02:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Ehsan Akhgari
|
2062cd8e93
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (layout parts); r=roc
|
2012-06-18 23:26:34 -04:00 |
|
Trevor Saunders
|
b9aec915ac
|
bug 759033 - nsAccessible -> Accessible and nsAccessibleWrap -> AccessibleWrap r=surkov
|
2012-05-28 21:18:45 -04:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Andreas Gal
|
7384114fc1
|
Do image scaling on the GPU (bug 650988, r=roc,cjones).
|
2012-05-03 07:05:55 -07:00 |
|
Boris Zbarsky
|
5681e1c0a9
|
Bug 721659. Update the width/height of an image synchronously when src is set to something that was preloaded. r=bholley
|
2012-03-19 18:22:02 -04:00 |
|
Daniel Holbert
|
3dbcc8aba7
|
Bug 732610 - Make nsIFrame::ComputeSize take a bitfield 'aFlags' instead of a bool 'aShrinkWrap'. r=dbaron
|
2012-03-16 11:01:05 -07:00 |
|
Alexander Surkov
|
c18ce78488
|
Bug 732389 - image map accessible tree is not updated when image map is changed, r=bz, tbsaunde
|
2012-03-15 16:16:02 -04:00 |
|
Bas Schouten
|
33c8caf378
|
Bug 715785: Make ImageContainers independent of LayerManagers. r=roc
|
2012-02-01 03:18:30 +01:00 |
|
Robert O'Callahan
|
e92dcbbfa7
|
Bug 721627. Don't return nsRefPtr/nsCOMPtr from nsDisplayImage methods. nsDisplayImage::GetImage is unused anyway. r=mats
|
2012-01-30 18:16:54 +13:00 |
|
Phil Ringnalda
|
1ba02a0c9b
|
Back out eb80ab6ee07b (bug 721627) and 06d02e7132b2 (bug 721294) for orange and red
|
2012-01-27 20:31:29 -08:00 |
|
Robert O'Callahan
|
5932a16359
|
Bug 721627. Don't return nsRefPtr/nsCOMPtr from nsDisplayImage methods. nsDisplayImage::GetImage is unused anyway. r=mats
|
2012-01-28 16:36:49 +13:00 |
|
Kyle Huey
|
643e5903e1
|
Bug 714752: Make imgIContainerObserver::FrameChanged take an imgIRequest*. r=joe sr=roc
|
2012-01-06 07:32:38 -05:00 |
|
Matt Woodrow
|
dbde918d59
|
Bug 695610 - Move ImageContainer caching into imgIContainer. r=joe
|
2011-11-09 16:14:41 +13:00 |
|
Olli Pettay
|
118e2c36b1
|
Bug 694503 - image map doesn't get updated when map element is removed as part of container subtree, r=bz
|
2011-10-29 13:44:50 +03:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Adam Dane [:hobophobe]
|
d59ccf3031
|
bug 591249 - event dragleave not properly dispatched if drag-and-drop aborted with ESC within iframe. r=smaug
|
2011-09-26 15:55:04 -05:00 |
|
Masayuki Nakano
|
a337f68916
|
Bug 660568 nsImageFrame::IconLoad must call Preferences::RemoveObservers() r=roc
|
2011-06-03 15:07:10 +09:00 |
|
Boris Zbarsky
|
f6944f63f4
|
Bug 598833 part 1. Move IntrinsicState from nsIContent to Element. r=smaug
|
2011-05-31 21:46:56 -04:00 |
|
Craig Topper
|
db634ce484
|
Bug 648885 - Part 3: Remove nsIImageMap. r=roc
|
2011-04-26 22:51:13 -07:00 |
|
Craig Topper
|
f52f8a4028
|
Bug 648885 - Part 2: Remove nsIImageFrame. r=roc
|
2011-04-25 23:52:19 -07:00 |
|
Craig Topper
|
b4991bd612
|
Bug 648885 - Part 1: Remove 'using namespace' from nsImageFrame.h. r=roc
|
2011-04-25 23:04:18 -07:00 |
|
Jan Küchler
|
8774547613
|
Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>.
|
2011-04-07 18:04:40 -07:00 |
|
|
|
ba9f6aab19
|
Bug 577914 mark DEBUG only variables as ifdef DEBUG in layout
r=dbaron
|
2010-07-11 15:47:45 +03:00 |
|
Matt Woodrow
|
d92ecd6c06
|
Bug 586683 - Part 4 - Move images into a separate ImageLayer when they are the only item in a ThebesLayer. r=roc a=blocking2.0
|
2011-01-18 10:47:18 +13:00 |
|
L. David Baron
|
b399ba859a
|
Avoid early return from nsImageFrame::BuildDisplayList, so we don't go blank for some selection cases. (Bug 599368) r=tnikkel a2.0=blocking2.0:final
|
2010-10-06 21:25:47 -07:00 |
|
Daniel Holbert
|
90758cebf8
|
Bug 594617: Make nsImageFrame::GetIntrinsicSize return its actual intrinsic size, and teach IsPercentageAware about SVG images. r=roc a=blocking
|
2010-09-14 16:20:32 -04:00 |
|
Daniel Holbert
|
e92330bdab
|
Bug 276431 Patch 3b: Make nsImageFrame compute its transform on-demand. r=roc a=blocking
|
2010-09-08 13:40:38 -07:00 |
|
Daniel Holbert
|
8da6512973
|
Bug 276431 part 3: Make nsImageFrame store an intrinsic ratio separate from its intrinsic size, and accept percentages in its intrinsic size. r=roc a=blocking
|
2010-09-08 13:40:38 -07:00 |
|
Daniel Holbert
|
41f131c17d
|
Bug 582004 part 2: Make imgIContainerObserver::FrameChanged take a const aDirtyRect argument. r=joe a=blocking
|
2010-08-13 21:09:48 -07:00 |
|
Alexander Surkov
|
0a6b10381a
|
Bug 573706 - make frame based accessible creation more pellucid, r=davidb, sr=roc
|
2010-06-28 21:02:03 +09:00 |
|
L. David Baron
|
dd7ed68b11
|
Use macros for frame state so that it's easy to change the size and easier to read the constants. (Bug 570837) r=roc
|
2010-06-08 22:28:14 -07:00 |
|
Craig Topper
|
076bc13756
|
Bug 557416: Remove unnecessary includes and forward declarations of nsPresContext. r=roc
|
2010-04-10 16:10:12 -04:00 |
|
fantasai
|
f76a01be55
|
Bug 508473 part III: Pass destruction root to frame destruction methods r=bz sr=roc
|
2009-12-24 00:21:15 -05:00 |
|
Daniel Holbert
|
0ec39376f1
|
bug 522779: use nsTArray::Contains() instead of checking nsTArray::IndexOf() against various sentinel values, in three places in layout. r=dbaron
|
2009-10-16 15:49:30 -07:00 |
|
Bobby Holley
|
464b4712e3
|
Bug 435296 - Decode-On-Draw. r=joe,roc,bz,dolske,peterw sr=vlad
|
2009-09-12 16:44:18 -06:00 |
|
Zack Weinberg
|
b6fe8205dd
|
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 |
|
Bobby Holley
|
be03741434
|
Bug 507902 - nsImageFrame static Icon Loads should not use the mListener of the first instantiated nsImageFrame.r=bz,joe
|
2009-08-12 16:23:38 +02:00 |
|
Joe Drew
|
2919d8a083
|
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
|
2009-07-20 18:50:15 -07:00 |
|
L. David Baron
|
57470b9272
|
Remove some unused AddRef/Release methods on frame classes. (Bug 488774) r+sr=roc
|
2009-04-22 10:13:48 -07:00 |
|