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 |
|
James Willcox
|
30e0f551ce
|
Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert,blassey
|
2012-07-20 15:20:51 -04:00 |
|
Ed Morley
|
320a116efd
|
Backout 4987ffd173a4 (bug 687267) for bustage
|
2012-07-23 14:47:54 +01:00 |
|
James Willcox
|
752928c2eb
|
Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert,blassey
--HG--
extra : rebase_source : 450055ae3e71ea84f74252d3bf100fe970d29d14
|
2012-07-20 15:20:51 -04:00 |
|
Ms2ger
|
cb94cc2ce1
|
Bug 776142 - Back out bug 687267 / changeset 8571114112b2 on a CLOSED TREE.
|
2012-07-22 14:02:18 +02:00 |
|
James Willcox
|
5517ea9fde
|
Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert
|
2012-07-20 15:20:51 -04:00 |
|
David Zbarsky
|
9a61d96c70
|
[Bug 774505] Don't include Layers.h everywhere r=cjones
|
2012-07-18 12:31:40 -04:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
David Zbarsky
|
21841cc405
|
Bug 756171 - Fix warning in LayerManagerOGLProgram.h. r=bgirard
|
2012-05-18 11:42:04 -04:00 |
|
Nicholas Cameron
|
79a33df6e6
|
Bug 716439; compile OGL shaders lazily. r=BenWa
|
2012-05-02 14:54:40 +12:00 |
|
Nicholas Cameron
|
72a96f7faf
|
Bug 716439; load a mask texture in the OGL backend. r=BenWa
|
2012-03-19 09:08:49 +13:00 |
|
Nicholas Cameron
|
c801f9b117
|
Bug 716439; managing mask layer shaders in OpenGL. r=BenWa
|
2012-03-19 09:07:25 +13:00 |
|
Nicholas Cameron
|
1b6756aa23
|
Bug 733894; changing the framework for representing shaders in the OGL
layers backend. r=BenWa
|
2012-03-19 09:07:25 +13:00 |
|
Krzysztof Kotlenga
|
86dd043f63
|
Bug 678940 - remove caching of uniform values. r=joe
|
2012-01-09 10:57:21 +01:00 |
|
Benoit Girard
|
639e3cffcd
|
Bug 692548 - Properly print OGL Shader compile errors on Android. r=jmuizelaar
|
2011-10-06 12:12:51 -07:00 |
|
Neil Rashbrook
|
fc981395e8
|
Bug 660525 Remove useless uses of PromiseFlatString (prev cset lacked the code changes) r=joedrew!
|
2011-06-13 19:02:35 -07:00 |
|
Matheus Kerschbaum
|
6eb93f7dd3
|
Bug 648911 - Remove support for non-libxul builds. r=ted,joedrew
|
2011-05-23 18:54:47 +02:00 |
|
Matt Woodrow
|
10a7c01a81
|
Bug 593733 - Support component alpha with GL layers. r=roc, r=joe, a=betaN
|
2011-01-18 08:22:25 +01:00 |
|
Markus Stange
|
cc800a0b7a
|
Bug 595180: Draw window resizer on Mac OS X. r=joe r=josh a=blocking2.0beta9+
|
2011-01-07 15:32:42 -05:00 |
|
Vladimir Vukicevic
|
df9d6bc2dd
|
b=574481; fix layers lifetime isues; part 3 - add lifetime mgmt to GL layers; r=bas
|
2010-08-06 22:09:18 -07:00 |
|
Matt Woodrow
|
8baacd5f75
|
b=580101; fix GLX GL context provider; r=vlad
|
2010-07-19 21:05:42 -07:00 |
|
Vladimir Vukicevic
|
e71cc8f81f
|
b=575469; implement CreateOffscreen and context sharing in GLContexts; r=bas
|
2010-07-18 22:01:14 -07:00 |
|
Chris Jones
|
ff424e7f8f
|
Followup to bug 572939: include fixes for Mesa-family drivers that were accidentally omitted earlier.
|
2010-06-22 19:24:52 -05:00 |
|
Robert O'Callahan
|
37a26c36a7
|
Bug 568041. Add user-data API and GetRoot to LayerManager. Move mVisibleRegion into Layer. r=bas,sr=vlad
|
2010-06-01 11:29:37 +12:00 |
|
Vladimir Vukicevic
|
4c3754729e
|
b=567626; fix up opengl layers; r=bas
|
2010-05-24 23:35:35 -07:00 |
|