Trevor Saunders
|
244a675d42
|
bug 542039 - accessible object types r=surkov, roc
|
2012-09-28 17:53:44 -04:00 |
Josh Matthews
|
c8eb573b6f
|
Bug 505385 - Part 18: Reduce number of notifications - START_REQUEST/START_CONTAINER -> SIZE_AVAILABLE, remove START_DECODE and START_FRAME. Rename remaining ones for clarity. r=joe
|
2012-10-12 12:11:23 -04:00 |
Josh Matthews
|
f905bcf9ea
|
Bug 505385 - Part 13: Remove OnStopContainer and make OnStopDecode a true decode notification. r=joe
|
2012-10-12 12:11:22 -04:00 |
Josh Matthews
|
b84562cef3
|
Bug 505385 - Part 11: Create a new imgINotificationObserver interface to replace all uses of imgIContainerObserver and imgIDecoderObserver outside of image/. r=joe
|
2012-10-12 12:11:22 -04:00 |
Josh Matthews
|
138935b14a
|
Back out bug 585385 for build bustage.
|
2012-10-11 21:58:24 -04:00 |
Josh Matthews
|
fcd1ce5c84
|
Bug 505385 - Part 18: Reduce number of notifications - START_REQUEST/START_CONTAINER -> SIZE_AVAILABLE, remove START_DECODE and START_FRAME. Rename remaining ones for clarity. r=joe
|
2012-10-11 21:34:24 -04:00 |
Josh Matthews
|
1d3700a537
|
Bug 505385 - Part 13: Remove OnStopContainer and make OnStopDecode a true decode notification. r=joe
|
2012-10-11 21:34:23 -04:00 |
Josh Matthews
|
abbb0715c2
|
Bug 505385 - Part 11: Create a new imgINotificationObserver interface to replace all uses of imgIContainerObserver and imgIDecoderObserver outside of image/. r=joe
|
2012-10-11 21:34:23 -04:00 |
Matt Woodrow
|
17610240f2
|
Bug 781053 - Part 1 - Allow conversion of nsImageBoxFrame to an ImageLayer. r=roc
|
2012-09-25 08:29:14 +12:00 |
Ed Morley
|
aba3a8f5ef
|
Revert mozilla-inbound to e4dd1fa6d222 for crashes and test failures on a CLOSED TREE
|
2012-09-27 16:34:46 +01:00 |
Matt Woodrow
|
af81361caa
|
Bug 781053 - Part 1 - Allow conversion of nsImageBoxFrame to an ImageLayer. r=roc
|
2012-09-25 08:29:14 +12:00 |
Phil Ringnalda
|
8166187203
|
Back out 85d6cbd01d39, 56fc051c1932, a2ad17b87332 (bug 781053) for OS X debug assertions and crashes
--HG--
extra : rebase_source : ab24a2f8e9eddcf33ea39344abb7afbf400bf6e0
|
2012-09-24 21:23:05 -07:00 |
Matt Woodrow
|
636d5256a9
|
Bug 781053 - Part 1 - Allow conversion of nsImageBoxFrame to an ImageLayer. r=roc
|
2012-09-25 08:29:14 +12:00 |
Chris Lord
|
b38c2c5cad
|
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
|
d5bcfa09f8
|
Backout bug 788202 for build failures.
|
2012-09-19 14:05:26 +01:00 |
Chris Lord
|
f89f65818b
|
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
|
ad9a9edc59
|
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
|
a84a1b22ad
|
Bug 733186: Annotate ~1000 methods with MOZ_OVERRIDE in /layout r=dholbert r=dbaron
|
2012-09-14 09:10:08 -07:00 |
Ehsan Akhgari
|
e368dc9c85
|
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
|
75ab7efb95
|
Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
|
2012-08-09 09:09:40 +02:00 |
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
Ehsan Akhgari
|
65884fba1f
|
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
--HG--
extra : rebase_source : 9f3da1b47dcb9d7cc950488b9b70aa682b6984de
|
2012-06-18 23:26:34 -04:00 |
Trevor Saunders
|
5d33ad118a
|
bug 759033 - nsAccessible -> Accessible and nsAccessibleWrap -> AccessibleWrap r=surkov
--HG--
rename : accessible/src/atk/nsAccessibleWrap.cpp => accessible/src/atk/AccessibleWrap.cpp
rename : accessible/src/atk/nsAccessibleWrap.h => accessible/src/atk/AccessibleWrap.h
rename : accessible/src/base/nsAccessible.cpp => accessible/src/generic/Accessible.cpp
rename : accessible/src/base/nsAccessible.h => accessible/src/generic/Accessible.h
rename : accessible/src/mac/nsAccessibleWrap.h => accessible/src/mac/AccessibleWrap.h
rename : accessible/src/mac/nsAccessibleWrap.mm => accessible/src/mac/AccessibleWrap.mm
rename : accessible/src/msaa/nsAccessibleWrap.cpp => accessible/src/msaa/AccessibleWrap.cpp
rename : accessible/src/msaa/nsAccessibleWrap.h => accessible/src/msaa/AccessibleWrap.h
rename : accessible/src/other/nsAccessibleWrap.cpp => accessible/src/other/AccessibleWrap.cpp
rename : accessible/src/other/nsAccessibleWrap.h => accessible/src/other/AccessibleWrap.h
|
2012-05-28 21:18:45 -04:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Andreas Gal
|
7db0b87ef1
|
Do image scaling on the GPU (bug 650988, r=roc,cjones).
|
2012-05-03 07:05:55 -07:00 |
Boris Zbarsky
|
7cd871dc54
|
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
|
98b0d12882
|
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
|
b9dc078740
|
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
|
7244d2b180
|
Bug 715785: Make ImageContainers independent of LayerManagers. r=roc
|
2012-02-01 03:18:30 +01:00 |
Robert O'Callahan
|
e18485abb6
|
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
|
b6aa88fd9e
|
Back out eb80ab6ee07b (bug 721627) and 06d02e7132b2 (bug 721294) for orange and red
|
2012-01-27 20:31:29 -08:00 |
Robert O'Callahan
|
24159c1296
|
Bug 721627. Don't return nsRefPtr/nsCOMPtr from nsDisplayImage methods. nsDisplayImage::GetImage is unused anyway. r=mats
--HG--
extra : rebase_source : 113647a8bf8101b7c4d7058bd205be734f38125d
|
2012-01-28 16:36:49 +13:00 |
Kyle Huey
|
d382eb7335
|
Bug 714752: Make imgIContainerObserver::FrameChanged take an imgIRequest*. r=joe sr=roc
|
2012-01-06 07:32:38 -05:00 |
Matt Woodrow
|
2c52d928ce
|
Bug 695610 - Move ImageContainer caching into imgIContainer. r=joe
|
2011-11-09 16:14:41 +13:00 |
Olli Pettay
|
fca647ee86
|
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
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
Adam Dane [:hobophobe]
|
2c59e05b59
|
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
|
22b9771448
|
Bug 660568 nsImageFrame::IconLoad must call Preferences::RemoveObservers() r=roc
|
2011-06-03 15:07:10 +09:00 |
Boris Zbarsky
|
f137314503
|
Bug 598833 part 1. Move IntrinsicState from nsIContent to Element. r=smaug
|
2011-05-31 21:46:56 -04:00 |
Craig Topper
|
16c85e6947
|
Bug 648885 - Part 3: Remove nsIImageMap. r=roc
--HG--
extra : rebase_source : 179eb2e28f555d2a6159f92aa5ccd6d0af900b2b
|
2011-04-26 22:51:13 -07:00 |
Craig Topper
|
74ee06a1c9
|
Bug 648885 - Part 2: Remove nsIImageFrame. r=roc
--HG--
extra : rebase_source : 3097ee732ab2ba3b7a79253f7f71c09eed22d033
|
2011-04-25 23:52:19 -07:00 |
Craig Topper
|
bed7dbbf93
|
Bug 648885 - Part 1: Remove 'using namespace' from nsImageFrame.h. r=roc
--HG--
extra : rebase_source : a05f252ff6efb2069d4f8096ebb70eb3ad9cc4c7
|
2011-04-25 23:04:18 -07:00 |
Jan Küchler
|
c510bc3046
|
Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
extra : rebase_source : 34884bfcafd885feaf73300bc7246cd192062a48
|
2011-04-07 18:04:40 -07:00 |
timeless@mozdev.org
|
d1aead5bd7
|
Bug 577914 mark DEBUG only variables as ifdef DEBUG in layout
r=dbaron
|
2010-07-11 15:47:45 +03:00 |
Matt Woodrow
|
0f65fdc7c4
|
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
|
3b2ace5191
|
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
|
dde3a3fc36
|
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
|
36cca45d1e
|
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
|
aba0326d04
|
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
|
2c2ed663ed
|
Bug 582004 part 2: Make imgIContainerObserver::FrameChanged take a const aDirtyRect argument. r=joe a=blocking
|
2010-08-13 21:09:48 -07:00 |