Wes Kocher
|
8c30d76bc7
|
Backed out changeset ac77b26ec1ee (bug 915940) for PGO build bustage
|
2013-10-01 14:30:13 -07: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 |
|
Nicholas Cameron
|
6e9d987d30
|
Bug 915940. Memory reporter for memory image surfaces. r=njn,mattwoodrow
|
2013-09-24 10:59:26 +12:00 |
|
Ed Morley
|
5267298284
|
Merge mozilla-central and inbound
|
2013-10-01 12:01:45 +01:00 |
|
Ed Morley
|
a0f5a9b647
|
Merge latest green b2g-inbound changeset and mozilla-central
|
2013-10-01 10:56:53 +01:00 |
|
Masayuki Nakano
|
9c18a013ca
|
Bug 920377 part.26 Get rid of nsInputEvent r=roc
|
2013-10-01 16:23:02 +09:00 |
|
Kartikaya Gupta
|
04ebd67fc3
|
Bug 916379 - Remove a content repaint request that was clobbering the right frame metrics with the wrong one. r=BenWa
|
2013-09-30 20:58:36 -04:00 |
|
Ryan VanderMeulen
|
e5b66a5e17
|
Merge m-c to b2g-inbound.
|
2013-09-30 16:30:26 -04:00 |
|
Ed Morley
|
230067a182
|
Merge mozilla-central and b2g-inbound
|
2013-09-30 17:20:26 +01:00 |
|
Matt Woodrow
|
f60df94d8e
|
Bug 886999 - Backout c3a044164b5f for causing deadlocks (Bug 920979)
|
2013-09-30 14:31:50 +13:00 |
|
David Anderson
|
9579f654ae
|
Rename IPDL's RPC to Interrupt (bug 910020, r=bent).
--HG--
rename : ipc/ipdl/test/cxx/PTestRPCErrorCleanup.ipdl => ipc/ipdl/test/cxx/PTestInterruptErrorCleanup.ipdl
rename : ipc/ipdl/test/cxx/PTestRPCRaces.ipdl => ipc/ipdl/test/cxx/PTestInterruptRaces.ipdl
rename : ipc/ipdl/test/cxx/PTestRPCShutdownRace.ipdl => ipc/ipdl/test/cxx/PTestInterruptShutdownRace.ipdl
rename : ipc/ipdl/test/cxx/PTestRacyRPCReplies.ipdl => ipc/ipdl/test/cxx/PTestRacyInterruptReplies.ipdl
rename : ipc/ipdl/test/cxx/TestRPCErrorCleanup.cpp => ipc/ipdl/test/cxx/TestInterruptErrorCleanup.cpp
rename : ipc/ipdl/test/cxx/TestRPCErrorCleanup.h => ipc/ipdl/test/cxx/TestInterruptErrorCleanup.h
rename : ipc/ipdl/test/cxx/TestRPCRaces.cpp => ipc/ipdl/test/cxx/TestInterruptRaces.cpp
rename : ipc/ipdl/test/cxx/TestRPCRaces.h => ipc/ipdl/test/cxx/TestInterruptRaces.h
rename : ipc/ipdl/test/cxx/TestRPCShutdownRace.cpp => ipc/ipdl/test/cxx/TestInterruptShutdownRace.cpp
rename : ipc/ipdl/test/cxx/TestRPCShutdownRace.h => ipc/ipdl/test/cxx/TestInterruptShutdownRace.h
rename : ipc/ipdl/test/cxx/TestRacyRPCReplies.cpp => ipc/ipdl/test/cxx/TestRacyInterruptReplies.cpp
rename : ipc/ipdl/test/cxx/TestRacyRPCReplies.h => ipc/ipdl/test/cxx/TestRacyInterruptReplies.h
rename : ipc/ipdl/test/ipdl/error/rpcMessageCompress.ipdl => ipc/ipdl/test/ipdl/error/intrMessageCompress.ipdl
rename : ipc/ipdl/test/ipdl/error/tooWeakRPCAsync.ipdl => ipc/ipdl/test/ipdl/error/tooWeakInterruptAsync.ipdl
rename : ipc/ipdl/test/ipdl/ok/rpcProtocol.ipdl => ipc/ipdl/test/ipdl/ok/intrProtocol.ipdl
|
2013-09-30 17:27:45 -07:00 |
|
Cervantes Yu
|
ec406ac440
|
Bug 771765 - Support template content process, part 9: allocating a toplevel protocol should return itself. r=dzbarsky
Reverse the effect in bug 879475 part 14 since we need to keep track of open protocols in the Nuwa process.
|
2013-09-26 12:19:09 +08:00 |
|
Nicolas Silva
|
b42e1a2d95
|
Bug 921512 - Add a bit of documentation to layers. r=bjacob
|
2013-09-30 14:42:47 +02:00 |
|
Nicolas Silva
|
76ede3ac9e
|
Bug 916116 - Rename CompositableQuirks. r=bjacob
|
2013-09-30 14:14:38 +02:00 |
|
Matt Woodrow
|
ebc311f303
|
Bug 921233 - Enabled azure for main-thread drawing on OSX. r=jrmuizel
|
2013-09-30 12:17:35 +13:00 |
|
Ehsan Akhgari
|
019f6a95dd
|
Backed out changeset a73ffb0d0c97 because of build bustage
|
2013-09-29 17:20:07 -04:00 |
|
Ehsan Akhgari
|
996fe50ca8
|
Remove a number of unused variables, no bug
|
2013-09-29 16:42:12 -04:00 |
|
Ehsan Akhgari
|
cca7c5a263
|
Forward declare gfxMatrix as a struct, no bug
|
2013-09-28 18:20:45 -04:00 |
|
David Anderson
|
8cd94ee096
|
Combine AsyncChannel, SyncChannel, and RPCChannel into one class (bug 901789, r=cjones,bent).
--HG--
rename : ipc/glue/RPCChannel.cpp => ipc/glue/MessageChannel.cpp
rename : ipc/glue/RPCChannel.h => ipc/glue/MessageChannel.h
|
2013-09-27 18:42:08 -07:00 |
|
Ryan VanderMeulen
|
a4a2dd7d38
|
Backed out changeset a77f7d610829 (bug 821474) for leaks.
CLOSED TREE
|
2013-09-27 16:12:28 -04:00 |
|
Nicolas Silva
|
906d8861c1
|
Bug 821474 - Add memory reporting for Shmem and Memory texture clients. r=BenWa
|
2013-09-27 20:17:15 +02:00 |
|
Ed Morley
|
06889d0a28
|
Backed out changeset e28ae87bbc03 (bug 907463)
|
2013-09-27 11:37:03 +01:00 |
|
Ed Morley
|
7adc57d485
|
Backed out changeset 08d9bbb1044f (bug 907463)
|
2013-09-27 11:37:00 +01:00 |
|
Nicholas Cameron
|
9b93c116ef
|
Bug 907463. Dealloc shmem on ActorDestroy. r=nical
|
2013-09-27 21:48:42 +12:00 |
|
Nicholas Cameron
|
ec1a7c877c
|
Bug 907463. Backout OP_SOURCE optimisation from bug 907926. r=mattwoodrow
|
2013-09-18 15:39:34 +12:00 |
|
Masayuki Nakano
|
da7066887d
|
Bug 920377 part.13 Get rid of nsTouchEvent r=roc
|
2013-09-27 15:20:57 +09:00 |
|
Nicholas Cameron
|
9d41fbb53b
|
No bug. Fix windows build bustage on a CLOSED TREE. r=bustage
|
2013-09-27 13:19:36 +12:00 |
|
Nicholas Cameron
|
a8a95dc820
|
Bug 882113. Azurification of compositor classes. r=mattwoodrow
|
2013-09-27 12:37:19 +12:00 |
|
Nicolas Silva
|
5088531545
|
Bug 916118 - Backed out changeset bafb8bf3b279 on a CLOSED TREE
|
2013-09-26 19:06:12 +02:00 |
|
Nicolas Silva
|
00c40365a2
|
Bug 916118 - Simplify the deallocation flags in TextureClient/Host. r=nrc
|
2013-09-26 18:00:23 +02:00 |
|
Matt Woodrow
|
443460f257
|
Bug 886999 - Avoid touching the GL context from the main thread on mac, and lock the context when touching it from other threads. r=mstange
|
2013-09-26 15:49:59 +12:00 |
|
Masayuki Nakano
|
ee772d1cbc
|
Bug 912956 part.18 Remove nsGUIEvent.h r=roc
|
2013-09-25 20:21:22 +09:00 |
|
Masayuki Nakano
|
715f30b959
|
Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc
|
2013-09-25 20:21:18 +09:00 |
|
Masayuki Nakano
|
a362049807
|
Bug 912956 part.13 mozilla/TouchEvents.h should be included directly r=roc
|
2013-09-25 20:21:16 +09:00 |
|
Robert O'Callahan
|
330ecd95d9
|
Bug 920429. Fix busted boolean expression. r=mattwoodrow
--HG--
extra : rebase_source : fe144360e5f7b3399219d15cabc93c07a547c814
|
2013-09-25 23:11:23 +12:00 |
|
Robert O'Callahan
|
d3c8187161
|
Bug 914426. Don't try to dump DeprecatedTextureHost contents unless HTML tree dumping is enabled. Also, be lenient about null values and unknown formats. r=nrc
--HG--
extra : rebase_source : bc7aff0dacdea4a7c71bdb659774fd96a25fa529
|
2013-09-09 17:08:42 -07:00 |
|
Benoit Jacob
|
bc69449da1
|
Bug 919219 - fix the b2g build - no review, bustage, CLOSED TREE
|
2013-09-24 18:09:20 -04:00 |
|
Jim Mathies
|
0db025652f
|
Bug 915213 - Add a apzc hit test helper for metrofx. r=kats
|
2013-09-24 16:17:26 -05:00 |
|
Jim Mathies
|
033e6a7012
|
Bug 915213 - Add a new apzc ReceiveInput method that transforms gecko events inline. r=kats
|
2013-09-24 16:17:26 -05:00 |
|
Jim Mathies
|
79e6b8b00e
|
Bug 915213 - Break up apzc ReceiveInput method so the logic can be shared. r=kats
|
2013-09-24 16:17:26 -05: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 |
|
Benoit Jacob
|
89bfa53c22
|
Bug 919219 - Split nsMainThreadSurfaceRef out of gfxASurface.h, into ImageContainer.h - r=jrmuizel
|
2013-09-24 16:45:13 -04:00 |
|
Ed Morley
|
0341739cfa
|
Backed out changeset 505fe9841b16 (bug 915940) on suspicion of Windows PGO-only compilation failures
|
2013-09-24 16:49:11 +01:00 |
|
Benoit Girard
|
69db6d5c6f
|
Bug 919712 - Add labels in IPC message wait. r=benjamin
|
2013-09-24 11:40:01 -04:00 |
|
Benoit Jacob
|
6a40be8e8c
|
Bug 900020 - fix compilation - no review, bustage
|
2013-09-24 08:21:55 -04:00 |
|
Benoit Jacob
|
9281a899f8
|
Bug 900020 - Renew the surface when we hit an incomplete default framebuffer in the compositor - r=nrc
|
2013-09-24 07:54:07 -04:00 |
|
Masayuki Nakano
|
0b6d808310
|
Bug 912956 part.2 Rename nsEvent.h to mozilla/EventForwards.h and sort out it r=roc
--HG--
rename : widget/nsEvent.h => widget/EventForwards.h
|
2013-09-24 19:04:14 +09:00 |
|
Nicholas Cameron
|
e2fcbff76b
|
No bug. Fixbuild bustage in CanvasClient.cpp. r=bustage
|
2013-09-24 13:59:59 +12:00 |
|