Nicolas Silva
|
e3ef6e63f3
|
Bug 916118 - Backed out changeset bafb8bf3b279 on a CLOSED TREE
|
2013-09-26 19:06:12 +02:00 |
|
Nicolas Silva
|
bc11135ff0
|
Bug 916118 - Simplify the deallocation flags in TextureClient/Host. r=nrc
|
2013-09-26 18:00:23 +02:00 |
|
Carsten "Tomcat" Book
|
9edc250e46
|
merge b2g-inbound to mc
|
2013-09-26 13:32:33 +02:00 |
|
Matt Woodrow
|
741531f1fc
|
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 |
|
Benoit Jacob
|
a5065f0a3e
|
Bug 914823 - Reorder the ScreenBuffer teardown so that the SurfaceFactory is destroyed last - r=jgilbert
|
2013-09-25 20:18:30 -04:00 |
|
Nicolas Silva
|
b60c9a5438
|
Bug 919936 - MemoryTextureClient/Host serialization unittests. r=BenWa
|
2013-09-25 13:47:14 +02:00 |
|
Masayuki Nakano
|
f90a5b1125
|
Bug 912956 part.18 Remove nsGUIEvent.h r=roc
|
2013-09-25 20:21:22 +09:00 |
|
Masayuki Nakano
|
4983de6d4c
|
Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc
|
2013-09-25 20:21:18 +09:00 |
|
Masayuki Nakano
|
743fbc6e59
|
Bug 912956 part.13 mozilla/TouchEvents.h should be included directly r=roc
|
2013-09-25 20:21:16 +09:00 |
|
Robert O'Callahan
|
c67503e67b
|
Bug 920429. Fix busted boolean expression. r=mattwoodrow
--HG--
extra : rebase_source : fe144360e5f7b3399219d15cabc93c07a547c814
|
2013-09-25 23:11:23 +12:00 |
|
Robert O'Callahan
|
fe273715cd
|
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 |
|
Nicolas Silva
|
ffae4af8c4
|
backout changeset 148585:ab5af752fa81 for build bustage
|
2013-09-25 12:03:47 +02:00 |
|
Nicolas Silva
|
45d560a494
|
Bug 919936 - MemoryTextureClient/Host serialization unittests. r=BenWa
|
2013-09-25 11:43:08 +02:00 |
|
Phil Ringnalda
|
b121657ba8
|
Merge m-c to a CLOSED TREE m-i
|
2013-09-24 21:22:56 -07:00 |
|
Wes Kocher
|
4c8aedc06e
|
Merge b2g-i to m-c
|
2013-09-24 19:58:09 -07:00 |
|
Benoit Jacob
|
c566455dd4
|
Bug 919219 - fix the b2g build - no review, bustage, CLOSED TREE
|
2013-09-24 18:09:20 -04:00 |
|
Jim Mathies
|
42bb5727c7
|
Bug 915213 - Add a apzc hit test helper for metrofx. r=kats
|
2013-09-24 16:17:26 -05:00 |
|
Jim Mathies
|
7dbdca5904
|
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
|
4c3d3b4205
|
Bug 915213 - Break up apzc ReceiveInput method so the logic can be shared. r=kats
|
2013-09-24 16:17:26 -05:00 |
|
Michael Wu
|
5d2dd3df6a
|
Bug 919845 - Really make Fira Sans the default font, r=jfkthame
|
2013-09-24 10:57:25 -07:00 |
|
Benoit Jacob
|
eb8b1d73bb
|
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
|
42848d261c
|
Bug 913872 - Take nested enums out of gfxASurface - 2/3 : manual changes - r=jrmuizel
|
2013-09-24 16:45:14 -04:00 |
|
Benoit Jacob
|
55d6cf1e20
|
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
|
0bda204d81
|
Bug 919219 - Trim gfxASurface more - r=jrmuizel
|
2013-09-24 16:45:13 -04:00 |
|
Benoit Jacob
|
475818f81c
|
Bug 919225 - Move the gfxIntSize typedef to nsSize.h to allow limiting the amount of useless #including that it forces - r=jrmuizel
|
2013-09-24 16:45:13 -04:00 |
|
Benoit Jacob
|
e5f7d1d148
|
Bug 919219 - Split nsMainThreadSurfaceRef out of gfxASurface.h, into ImageContainer.h - r=jrmuizel
|
2013-09-24 16:45:13 -04:00 |
|
Nicholas Cameron
|
7a289d7142
|
Bug 915940. Only report memory allocated from gfxWindowsSurfaces if it is actually allocated. r=jrmuizel
|
2013-09-25 14:14:39 +12:00 |
|
David Zbarsky
|
9eca84e4d8
|
Bug 879475: Allocing an actor for a bridged or opened protocol should return bool r=jlebar
Conflicts:
dom/ipc/ContentChild.cpp
dom/ipc/ContentChild.h
|
2013-09-23 17:54:25 -04:00 |
|
Ryan VanderMeulen
|
26ad3fc54b
|
Merge m-c to inbound.
--HG--
rename : widget/gtk2/nsGtkIMModule.cpp => widget/gtk/nsGtkIMModule.cpp
|
2013-09-23 17:10:33 -04:00 |
|
Ryan VanderMeulen
|
d6fb49befa
|
Merge inbound to m-c.
|
2013-09-23 17:01:29 -04:00 |
|
Ryan VanderMeulen
|
6dc98c3880
|
Merge fx-team to m-c.
|
2013-09-23 17:00:26 -04:00 |
|
Ryan VanderMeulen
|
77ac175742
|
Merge b2g-inbound to m-c.
|
2013-09-23 16:57:55 -04:00 |
|
Martin Stransky
|
158c3250f0
|
Bug 914607 - Remove MOZ_WIDGET_GTK2. r=karlt
|
2013-09-23 09:21:35 -04:00 |
|
Sotaro Ikeda
|
6322ff8a35
|
Bug 918839 - Extend ThebesLayerBuffer's height to more than 32. r=jmuizelaar
|
2013-09-23 09:04:35 -04:00 |
|
Ehsan Akhgari
|
7233ba7103
|
Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg
|
2013-09-23 13:25:00 -04:00 |
|
Ed Morley
|
f1a11dfd16
|
Backed out changeset 505fe9841b16 (bug 915940) on suspicion of Windows PGO-only compilation failures
|
2013-09-24 16:49:11 +01:00 |
|
Benoit Girard
|
c6760a62f1
|
Bug 919712 - Add labels in IPC message wait. r=benjamin
|
2013-09-24 11:40:01 -04:00 |
|
Benoit Jacob
|
57f2bcf3fa
|
Bug 900020 - fix compilation - no review, bustage
|
2013-09-24 08:21:55 -04:00 |
|
Benoit Jacob
|
fa992cb104
|
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
|
0fbfe07d7e
|
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 |
|
Jacek Caban
|
6fb25a94f8
|
Bug 919479 - cairo fails to compile on mingw r=BenWa
|
2013-09-24 10:39:58 +02:00 |
|
Anthony Jones
|
e8c48e7df8
|
Bug 918138 - Move Borrowed*Context to a separate header file; r=mattwoodrow
|
2013-09-23 15:28:16 +12:00 |
|
Matt Woodrow
|
13f0eec037
|
Bug 750434 - Fix space before #include. CLOSED TREE
|
2013-09-23 15:19:38 +12:00 |
|
Matt Woodrow
|
fe4c62f822
|
Bug 750434 - Followup to fix windows builds. r=bustage CLOSED TREE
|
2013-09-23 15:15:17 +12:00 |
|
Steven Michaud
|
e2fcdb5476
|
Bug 884014 - Can't build QuartzSupport with 10.9 SDK. r=bgirard
|
2013-09-20 10:56:45 -05:00 |
|
Matt Woodrow
|
81ca97be57
|
Bug 907926 - Enable Azure content for windows. r=nrc
|
2013-09-19 09:32:15 +12:00 |
|
Matt Woodrow
|
ea50fadeaf
|
Bug 917703 - Mark gfxSubimageSurface as opaque if it is within the opaque rect of the parent surface. r=roc
|
2013-09-20 21:50:05 +12:00 |
|
Matt Woodrow
|
86badaa8b5
|
Bug 917703 - Avoid copying to a sub image in CreateSamplingRestrictedDrawable if possible. r=roc
|
2013-09-19 17:23:31 +12:00 |
|
Bas Schouten
|
7f63a5d4a3
|
Bug 911393 - Do not fallback for EXTEND_PAD when not needed. r=jrmuizel
|
2013-09-19 17:23:30 +12:00 |
|
Matt Woodrow
|
bc43913916
|
Bug 907926 - Avoid calling CurrentSurface when we can. r=Bas
|
2013-09-19 17:23:30 +12:00 |
|