Nicolas Silva
|
60b2edf9b9
|
Bug 773440 - Remove one video frame copy when using async-video. r=roc
|
2012-08-23 10:56:36 -04:00 |
|
Matt Woodrow
|
5090815af5
|
Bug 780260 - Remove PRInt32 types added by the previous changeset. r=ehsan
|
2012-08-23 14:02:51 +12:00 |
|
Matt Woodrow
|
84d47c77e1
|
Bug 780260 - Add serial numbers to Images and use it to check if an image has been painted to its BasicShadowableImageLayer already. r=cjones
|
2012-08-23 12:08:26 +12: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 |
|
Matt Woodrow
|
8a1b8efbbd
|
Bug 782372 - Fix clang build. r=nical
|
2012-08-20 14:39:10 +12:00 |
|
Nicolas Silva
|
e0905a590a
|
Bug 782372 - Splits ImageLayers.h into ImageLayers.h ImageContainer.h and ImageTypes.h, r=bgirard
|
2012-08-19 15:33:25 -04:00 |
|
Karl Tomlinson
|
3856f8dc11
|
b=782185 use extend_pad when compositing image layers even for Quartz and X11 r=roc
|
2012-08-14 23:47:49 +12:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
James Willcox
|
12af787121
|
Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert,blassey
|
2012-07-20 15:20:51 -04:00 |
|
Ed Morley
|
c289f9f162
|
Backout 4987ffd173a4 (bug 687267) for bustage
|
2012-07-23 14:47:54 +01:00 |
|
James Willcox
|
a60fcafab7
|
Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert,blassey
|
2012-07-20 15:20:51 -04:00 |
|
Ms2ger
|
45a14cadbf
|
Bug 776142 - Back out bug 687267 / changeset 8571114112b2 on a CLOSED TREE.
|
2012-07-22 14:02:18 +02:00 |
|
James Willcox
|
18e78b0b0f
|
Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert
|
2012-07-20 15:20:51 -04:00 |
|
Nicolas Silva
|
48fba6e085
|
Bug 598868: Add support for pushing video frames directly to the compositor thread, bypassing the content thread. r=cjones
|
2012-07-13 15:38:09 -04:00 |
|
Chris Jones
|
38b53b6b01
|
Bug 765734, part 4: Add an RAII helper to open/close SurfaceDescriptors and mark usage of SurfaceDescriptor as ReadOnly or ReadWrite. r=BenWa,nrc sr=roc
|
2012-07-12 05:51:58 -07:00 |
|
Chris Jones
|
2e644eb828
|
Bug 765734, part 2: Migrate ImageLayers to SurfaceDescriptor. r=mattwoodrow,roc
|
2012-07-12 05:51:57 -07:00 |
|
Chris Jones
|
bd9ed9eaff
|
Bug 765734, part 0.2: Remove \r from basic layers files. r=nrc
|
2012-07-12 05:51:57 -07:00 |
|
Nicholas Cameron
|
c18435ed17
|
Bug 768723; Reorganise BasicLayers.cpp into multiple files; r=roc
|
2012-06-29 18:01:34 +12:00 |
|