Botond Ballo
|
4244af99c3
|
Bug 976605 - Turn GeckoCC::NotifyTransform[Begin|End] into an extensible APZ state change notification mechanism. r=kats
--HG--
extra : source : 5353e86dcfe8b2ff6f02e577a4c69a1de6808d9b
|
2014-04-15 13:39:20 -04:00 |
|
Ed Morley
|
7aeaee8395
|
Backed out changeset d5c38470ac06 (bug 976605)
|
2014-04-15 17:45:48 +01:00 |
|
Botond Ballo
|
a677317112
|
Bug 976605 - Turn GeckoCC::NotifyTransform[Begin|End] into an extensible APZ state change notification mechanism. r=kats
--HG--
extra : source : bfb4af538271dc2e3148caa461f594715529021a
|
2014-04-11 20:27:57 -04:00 |
|
Benoit Jacob
|
82a6b65cf9
|
Bug 987305 - Refactor EnumSerializer - r=nfroyd
|
2014-04-14 10:17:40 -04:00 |
|
Timothy Nikkel
|
b2a8f6d187
|
Bug 957668. Calculate and set display ports as margins in layer pixels. r=kats
|
2014-03-26 21:46:24 -04:00 |
|
Timothy Nikkel
|
79463c4f16
|
Bug 986413. Limit composition bounds used for display port calculation to root composition bounds. r=kats
|
2014-03-26 19:24:25 -04:00 |
|
Markus Stange
|
b31db64e73
|
Bug 984761 - IPDL serialization for FilterDescription. r=roc
|
2014-03-20 10:12:45 +08:00 |
|
Markus Stange
|
7f633f31e6
|
Bug 984761 - IPDL serialization for FilterPrimitiveDescription. r=roc
|
2014-03-20 10:12:45 +08:00 |
|
Markus Stange
|
24f1c186d5
|
Bug 984761 - IPDL serialization for AttributeMap. r=roc
|
2014-03-20 10:12:45 +08:00 |
|
Markus Stange
|
d38fdbebeb
|
Bug 984761 - IPDL serialization for the filter attribute name enum. r=bjacob
|
2014-03-20 10:12:44 +08:00 |
|
Markus Stange
|
491b734eae
|
Bug 984761 - IPDL serialization for the ColorSpace enum. r=bjacob
|
2014-03-20 10:12:43 +08:00 |
|
Markus Stange
|
bbdb28c62e
|
Bug 984761 - IPDL serialization for the PrimitiveType enum. r=bjacob
|
2014-03-20 10:12:43 +08:00 |
|
Markus Stange
|
5536342760
|
Bug 984761 - IPDL serialization for the AttributeType enum. r=bjacob
|
2014-03-20 10:12:42 +08:00 |
|
Markus Stange
|
19234151dc
|
Bug 984761 - IPDL serialization for gfx::Matrix5x4. r=bjacob
|
2014-03-20 10:12:42 +08:00 |
|
Markus Stange
|
d1abc50006
|
Bug 984761 - IPDL serialization for gfx::Point3D. r=bjacob
|
2014-03-20 10:12:42 +08:00 |
|
Markus Stange
|
f5027a96cc
|
Bug 984761 - IPDL serialization for gfx::Color. r=bjacob
|
2014-03-20 10:12:41 +08:00 |
|
Botond Ballo
|
856fce75aa
|
Bug 935219 - Fix composition bounds calculation and APZC hit testing (again). r=kats,tn
--HG--
extra : amend_source : 06c6bb658dfead6907250831bbe73fae6c20b45c
|
2014-03-10 17:56:59 -04:00 |
|
Kartikaya Gupta
|
1d942f014f
|
Bug 975962 - Remove plumbing that is no longer needed. r=botond
|
2014-03-07 08:41:23 -05:00 |
|
Botond Ballo
|
9c798dd5bb
|
Bug 958596 - Add a content description field to FrameMetrics and populate it if the apz.printtree pref is on. r=kats,tn
|
2014-01-22 16:37:57 -05:00 |
|
Kartikaya Gupta
|
ceb4722d3a
|
Bug 941995 - Disable double-tapping and click delay on pages that are device-width or narrower (B2G). r=mbrubeck,botond
|
2014-02-24 19:22:45 -05:00 |
|
Kartikaya Gupta
|
d0130b85ad
|
Bug 969455 - Forgot to update GfxMessageUtils.h when updating FrameMetrics.h in bug 963278. r=drs
|
2014-02-10 10:26:44 -05:00 |
|
David Zbarsky
|
77535232c8
|
Bug 952977: Convert SetBaseTransform to gfx::Matrix4x4 r=nical
|
2014-01-27 10:28:33 -05:00 |
|
Benoit Jacob
|
15ef84b8b5
|
Bug 959448 - Convert most of LayersTypes.h to typed enums - r=nrc
find content/media dom/ipc widget/ gfx/tests gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)LAYERS_\(NONE\|BASIC\|OPENGL\|D3D9\|D3D10\|D3D11\|CLIENT\|LAST\)\($\|[^A-Za-z0-9_]\)/\1LayersBackend::LAYERS_\2\3/g'
find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::BUFFER_\2\3/g'
find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(BUFFERED\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(DRAW\|DRAW_SNAPPED\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::CLIP_\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SURFACE_\(NONE\|OPAQUE\|SINGLE_CHANNEL_ALPHA\|COMPONENT_ALPHA\)\($\|[^A-Za-z0-9_]\)/\1SurfaceMode::SURFACE_\2\3/g'
find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(STRETCH\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::\2\3/g'
find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::SCALE_\2\3/g'
|
2014-01-23 13:26:41 -05:00 |
|
Benoit Jacob
|
28ff3ad25f
|
Bug 959380 - 4/5 - Make gfxContentType a typed enum - r=jrmuizel
find . -type f | grep -v '\./obj' | grep -v '\.hg' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)GFX_CONTENT_\(COLOR\|ALPHA\|COLOR_ALPHA\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1gfxContentType::\2\3/g'
|
2014-01-23 13:26:40 -05:00 |
|
Benoit Jacob
|
638dd1b5c9
|
Bug 959380 - 3/5 - Make gfxSurfaceType a typed enum - r=jrmuizel
find . -type f | grep -v '\./obj' | grep -v '\.hg' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)gfxSurfaceType\(Image\|PDF\|PS\|Xlib\|Xcb\|Glitz\|Quartz\|Win32\|BeOS\|DirectFB\|SVG\|OS2\|Win32Printing\|QuartzImage\|Script\|QPainter\|Recording\|VG\|GL\|DRM\|Tee\|XML\|Skia\|Subsurface\|D2D\|Max\)\($\|[^A-Za-z0-9_]\)/\1gfxSurfaceType::\2\3/g'
|
2014-01-23 13:26:40 -05:00 |
|
Benoit Jacob
|
981c6431d3
|
Bug 959380 - 2/5 - Make gfxImageFormat a typed enum - r=jrmuizel
find . -type f | grep -v \./obj | grep -v \.hg | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)gfxImageFormat\(ARGB32\|RGB24\|A8\|A1\|RGB16_565\|Unknown\)\($\|[^A-Za-z0-9_]\)/\1gfxImageFormat::\2\3/g'
|
2014-01-23 13:26:40 -05:00 |
|
Benoit Girard
|
8959b81753
|
Bug 950488 - Overhaul APZ handling of overflow:hidden. r=botond
--HG--
extra : rebase_source : 6ba93899e5ac446b5c4a4cacb18574dd05c54c62
|
2014-01-21 12:33:52 -05:00 |
|
Benoit Jacob
|
535a216635
|
Bug 958375 - 4/9 - Make SurfaceFormat a typed enum - r=Bas
Specifically:
r=Bas for manual changes
f=Bas for automatic changes
See attachments on the bug for the specific breakdown.
|
2014-01-10 14:06:16 -05:00 |
|
Kartikaya Gupta
|
73446f3e6c
|
Bug 915985 - Refactoring to introduce a ZoomConstraints class. r=botond
|
2014-01-06 13:26:44 -05:00 |
|
Robert O'Callahan
|
273ddfc1ac
|
Bug 945203. Part 1: Add Layers API to annotate layers with hit-test regions. r=kats
--HG--
extra : rebase_source : baa695c0d6104f620a5b45a83e5b230ef584abd9
|
2013-12-16 23:47:06 +13:00 |
|
David Zbarsky
|
19e7f7ce22
|
Bug 952977: Use gfx::Matrix in ipdl r=nical
|
2013-12-26 13:06:53 -05:00 |
|
Kartikaya Gupta
|
330e915734
|
Bug 949132 - Add a flag to FrameMetrics indicating a non-APZ scroll (original patch by mstange). r=tn
|
2013-12-16 12:04:45 -05:00 |
|
Martin Stransky
|
f09c774110
|
Bug 941595 - Build with system-cairo is broken. r=glandium
|
2013-12-10 10:37:03 -05:00 |
|
Birunthan Mohanathas
|
bd0f161288
|
Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo
|
2013-12-08 21:52:33 -05:00 |
|
Botond Ballo
|
c33a73dd59
|
Bug 912666 - Propagate the 'scrollgrab' attribute to FrameMetrics. r=kats,Cwiiis
|
2013-09-23 14:09:48 -05:00 |
|
Botond Ballo
|
20adb2fb8e
|
Bug 900092 - Remove FrameMetrics::ROOT_SCROLL_ID. r=kats,tn
|
2013-11-08 19:07:00 -05:00 |
|
Mike Hommey
|
931cb49886
|
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
|
2013-11-19 11:50:54 +09:00 |
|
Mike Hommey
|
db9e5129bc
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
f0d1cd1e10
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
f81885e53b
|
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
|
2013-11-19 11:47:14 +09:00 |
|
Kartikaya Gupta
|
8ef2108534
|
Bug 937688 - Get the guid from ReceiveInputEvent and use it in the callback to ContentReceivedTouch. r=botond
|
2013-11-13 13:20:31 -05:00 |
|
Mike Hommey
|
f1c0c07862
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Brian O'Keefe
|
0cbcd904c7
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
|
Mike Hommey
|
5072f65f8c
|
Bug 913268 - Make CPP_SOURCES a StrictOrderingOnAppendList. r=mshal
|
2013-10-24 08:00:23 +09:00 |
|
Ms2ger
|
df62fb8b0f
|
Bug 900980 - Part a: Move unconditional assignments to EXPORT_LIBRARY to moz.build; rs=gps
|
2013-10-03 09:11:13 +02:00 |
|
Ehsan Akhgari
|
affbbb3924
|
Bug 921753 - Part 5: Remove the gfx/2D.h #include from GfxMessageUtils.h; r=roc
This patch reduces the number of files that transitively #include
gfx/2d.h from 1208 to 1070.
|
2013-10-01 17:02:28 -04:00 |
|
Ehsan Akhgari
|
18ef76b0d7
|
Bug 921753 - Part 2: Move GraphicsFilters outside of gfxPattern.h so that we won't need to #include that header everywhere GraphicsFilter is needed; r=roc
This patch reduces the number of files that transitively #include
gfx/2d.h from 1582 to 1362.
|
2013-10-01 17:01:19 -04:00 |
|
Benoit Jacob
|
5a16c8030b
|
Bug 913872 - Take nested enums out of gfxASurface - 3/3 : remove the now-useless inclusions of gfxASurface.h - r=jrmuizel
|
2013-09-24 16:45:14 -04:00 |
|
Benoit Jacob
|
73b0788bc0
|
Bug 913872 - Take nested enums out of gfxASurface - 2/3 : manual changes - r=jrmuizel
|
2013-09-24 16:45:14 -04:00 |
|
Benoit Jacob
|
0f90257361
|
Bug 913872 - Take nested enums out of gfxASurface - 1/3 : automatic changes - r=jrmuizel
Generated by these regexes:
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/gfx[A-Za-z0-9_]*Surface\:\:[a-z]*\(\(ImageFormat\|SurfaceType\|ContentType\|MemoryLocation\)[0-9A-Za-z_]*\)/gfx\1/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/gfx[A-Za-z0-9_]*Surface\:\:[a-z]*\(\(CONTENT_\|MEMORY_\)[0-9A-Za-z_]*\)/GFX_\1/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(CONTENT_COLOR\|CONTENT_ALPHA\|CONTENT_COLOR_ALPHA\|CONTENT_SENTINEL\|MEMORY_IN_PROCESS_HEAP\|MEMORY_IN_PROCESS_NONHEAP\|MEMORY_OUT_OF_PROCESS\)\($\|[^A-Za-z0-9_]\)/\1GFX_\2\3/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(ImageFormatARGB32\|ImageFormatRGB24\|ImageFormatA8\|ImageFormatA1\|ImageFormatRGB16_565\|ImageFormatUnknown\|SurfaceTypeImage\|SurfaceTypePDF\|SurfaceTypePS\|SurfaceTypeXlib\|SurfaceTypeXcb\|SurfaceTypeGlitz\|SurfaceTypeQuartz\|SurfaceTypeWin32\|SurfaceTypeBeOS\|SurfaceTypeDirectFB\|SurfaceTypeSVG\|SurfaceTypeOS2\|SurfaceTypeWin32Printing\|SurfaceTypeQuartzImage\|SurfaceTypeScript\|SurfaceTypeQPainter\|SurfaceTypeRecording\|SurfaceTypeVG\|SurfaceTypeGL\|SurfaceTypeDRM\|SurfaceTypeTee\|SurfaceTypeXML\|SurfaceTypeSkia\|SurfaceTypeSubsurface\|SurfaceTypeD2D\|SurfaceTypeMax\)\($\|[^A-Za-z0-9_]\)/\1gfx\2\3/g'
|
2013-09-24 16:45:13 -04:00 |
|