gecko/gfx
Rafael Ávila de Espíndola 9ca4b64c4b Bug 678222 - Fix build with clang and c++0x; r=roc
Change AppUnitsPerDevPixel to return a PRUint32. It should never return
negative values and it is used in initializer lists that expect unsigned
values, which is not valid c++0x.
I have also change the member variables to be unsigned and converted
a sentinel value to use 0 instead of -1. UINT32_MAX should work fine too
if you like it better.
2011-08-11 19:19:03 -04:00
..
2d Bug 505115 - Part 8a - Add BasePoint3D and gfxPoint3D. r=roc 2011-08-03 15:04:20 +12:00
angle Merging mozilla-central into mozilla-inbound. 2011-08-11 13:09:54 +02:00
cairo Bug 671428. cairo: Crash even earlier to try to figure out what went wrong with the image surface. r=bjacob 2011-08-10 19:34:18 -04:00
harfbuzz bug 669175 - [harfbuzz] fix indexing in reverse_range() to avoid pathological perf & incorrect results. r=behdad 2011-07-06 08:01:41 +01:00
ipc Fix DOS line endings rs=joedrew! 2011-05-26 20:41:33 +01:00
layers Bug 657401. Ensure that when our double-buffering logic expects layers to clip to their visible regions, we actually do. r=tnikkel 2011-08-12 10:44:50 +12:00
ots bug 660088 - [OTS] parse and serialize the 'name' table instead of discarding it and using fake names. r=jdaggett 2011-06-16 07:31:36 +01:00
qcms Bug 676747. qcms: Fix a warning about using the wrong function type. r=bgirard 2011-08-05 09:49:45 -04:00
src Bug 678222 - Fix build with clang and c++0x; r=roc 2011-08-11 19:19:03 -04:00
tests Bug 669851 - Update reftest annotations for tests that no longer have Android-specific failures 2011-08-02 19:57:42 -07:00
thebes Bug 678022: Fix build with clang and c++0x. In c++0x one cannot use -1 in a position in an initializer list that is unsigned. Use UINT_MAX instead. r=roc 2011-08-10 16:09:22 -04:00
ycbcr Bug 670329 - Avoid bumping ARM target because of NEON code in gfx. r=jmuizelaar 2011-07-15 10:15:28 +02:00
Makefile.in Bug 651858 - Part 1: Add the Azure API and Direct2D backend. r=jrmuizel sr=roc 2011-06-24 19:41:16 +02:00