Adam Dane [:hobophobe]
|
55d43a506b
|
Bug 785774 - Make multipart test rely on signaling instead of wishful thinking. r=joe
|
2012-08-28 20:23:22 -05:00 |
|
Josh Matthews
|
9992fafc63
|
Back out bug 722861.
|
2012-08-27 15:31:29 -04:00 |
|
Josh Matthews
|
081b3a0cda
|
Bug 722861 - Add privacy information to image requests, and use a separate cache for private requests. r=joe
|
2012-06-26 00:20:12 -04:00 |
|
Josh Matthews
|
60701478a5
|
Bug 722861 - Tests for imgLoader privacy-respecting changes.
|
2012-06-26 00:04:59 -04:00 |
|
Robert Lickenbrock
|
2c1b05114e
|
Bug 784756 - Remove an unnecessary loop from DecodeWorker::DecodeABitOf() that caused it to always take 5ms, even when decoding didn't take that long. r=joe
|
2012-08-24 11:24:36 -07:00 |
|
Ben Turner
|
2e0265c8ef
|
Bug 784726 - 'Remove old IPC::URI'. r=cjones+khuey.
--HG--
rename : ipc/glue/IPCSerializableParams.ipdlh => ipc/glue/InputStreamParams.ipdlh
extra : transplant_source : %A6%BC%8B%8D%3A_%7Df%2B%FE%AA%94%81%AB%CAW%15K%A7%03
|
2012-08-23 12:33:46 -07:00 |
|
James May
|
e9ca723fb4
|
Bug 702555 - Remove obsolete, broken debug method PrintImageDecoders() in imgLoader. r=jlebar
|
2012-08-23 11:40:02 -07:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
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
|
430eb94bb3
|
Bug 782372 - Fix clang build. r=nical
|
2012-08-20 14:39:10 +12:00 |
|
Nicolas Silva
|
54dd2bf57f
|
Bug 782372 - Splits ImageLayers.h into ImageLayers.h ImageContainer.h and ImageTypes.h, r=bgirard
|
2012-08-19 15:33:25 -04:00 |
|
Ed Morley
|
0faf37ae87
|
Bug 685516 - Mark more tests as random; rs=khuey
|
2012-08-17 14:31:30 +01:00 |
|
Ed Morley
|
d8f8eb0094
|
Merge mozilla-central to mozilla-inbound
|
2012-08-16 16:16:10 +01:00 |
|
Kyle Huey
|
b72011d862
|
Bug 651866: Disable test.
|
2012-08-16 08:03:12 -07:00 |
|
Aryeh Gregor
|
0d98414665
|
Bug 782608 - Use NS_FAILED instead of boolean test (image/); r=jlebar
|
2012-08-14 12:10:41 +03:00 |
|
Ed Morley
|
57fe127515
|
Merge mozilla-central to mozilla-inbound
|
2012-08-15 19:00:48 +01:00 |
|
Kyle Huey
|
433d46efea
|
Merge m-c to b-s.
|
2012-08-15 06:25:20 -07:00 |
|
Kyle Huey
|
cd9dcb6d64
|
Bug 685516: Disable some more tests.
|
2012-08-14 21:05:24 -07:00 |
|
Kyle Huey
|
697d217729
|
Bug 697230: Part 2 - Push onload blocking logic down into imagelib. r=joe sr=bz
|
2012-08-13 15:58:53 -07:00 |
|
Kyle Huey
|
f454c29dd5
|
Bug 685516: Disable a bunch of failing tests on Android XUL. r=jrmuizel
|
2012-08-13 11:22:11 -07:00 |
|
Kyle Huey
|
61a225be38
|
Bug 685516: Instead of decoding small images synchronously and large images asynchronously, always decode synchronously for some time, and post the remainder to the event loop if necessary. r=joe
|
2012-08-13 11:12:15 -07:00 |
|
Kyle Huey
|
09fff59fe9
|
Bug 693319: Factor out some common code in RasterImage for dealing with decode flag changes. r=bholley
|
2012-08-13 09:35:32 -07:00 |
|
Kyle Huey
|
77dbbdff97
|
Bug 683290: Make RasterImage::GetFrame actually honor the flags it is passed. r=bholley
|
2012-08-13 09:34:32 -07:00 |
|
Mark Capella
|
9aedb93f44
|
Bug 772272 - Remove do_load_httpd_js from xpcshell tests, Misc Folders, r=ted
Content, DOM, Image, JS, RDF, and URILoader folders
|
2012-08-14 10:06:17 -04:00 |
|
Honza Bambas
|
5fe7a22e2c
|
Bug 215450: Allow uploading of files greater than 2gb in size. Involves making input streams 64-bit capable. Significant work done by Makoto Kato, finished by Honza Bambas. r=hbambas,bsmedberg,jdrew,sicking
|
2012-08-10 22:44:11 -04:00 |
|
Aryeh Gregor
|
0af5675bda
|
Bug 782252 - Cast more setjmp()/longjmp() nsresult usage; r=ehsan
|
2012-08-07 20:17:27 +03:00 |
|
Aryeh Gregor
|
982100775b
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Ms2ger
|
aa7cd71f5c
|
Bug 780387 - Part e: Stop using PRSize; r=bsmedberg
|
2012-08-09 09:10:11 +02:00 |
|
Ms2ger
|
8fcd7f8f16
|
Bug 780387 - Part d: Stop using PRFloat64; r=bsmedberg
|
2012-08-09 09:09:42 +02:00 |
|
Aryeh Gregor
|
56ba7bec2e
|
Bug 779442 - Fix a few more incorrect uses of nsresult; r=ehsan
|
2012-08-01 11:17:10 +03:00 |
|
Aryeh Gregor
|
5662d18449
|
Bug 780469 - Reduce unnecessary includes in some content/ header files; r=bz
|
2012-08-06 15:02:08 +03:00 |
|
Mike Hommey
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Nathan Froyd
|
04278abbe6
|
Bug 778282 - remove libs:: rule from image/test/browser/Makefile.in; r=glandium
|
2012-07-27 16:40:28 -04:00 |
|
Ehsan Akhgari
|
c80897316e
|
Merge the nullptr conversion from mozilla-central into mozilla-inbound
|
2012-07-30 10:28:15 -04:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Aryeh Gregor
|
1b5c2616f8
|
Bug 777292 - Cast the result of setjmp() to nsresult where it's incorrectly used that way; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Aryeh Gregor
|
58769bb9d6
|
Bug 777292 - Don't use |= on nsresult; r=ehsan
|
2012-07-27 17:03:08 +03:00 |
|
Nicolas Silva
|
8f06b10d98
|
Bug 773462 - Rename calls to ImageContainer::SetCurrentImage into ImageContainer::SetCurrentImageInTransaction when the method is used within a layer transaction. r=roc
|
2012-07-26 14:11:22 -04:00 |
|
Adam Dane [:hobophobe]
|
a9084085ee
|
Bug 767779 - Test slow-loading GIF with trailing garbage. r=joe
|
2012-07-18 16:32:24 -05:00 |
|
Adam Dane [:hobophobe]
|
2beffd54b8
|
Bug 767779 - Stop eating animation frames for non-multipart. r=joe
|
2012-07-21 20:07:15 -05:00 |
|
Justin Lebar
|
56db9a6e24
|
Bug 772987 - Part 2: Use Static{Auto,Ref}Ptr where appropriate. r=mounir
--HG--
extra : rebase_source : 4e3e72ba53cd0177160f80231eebeb4972119eec
|
2012-07-26 15:33:45 -04:00 |
|
Glenn Randers-Pehrson
|
6fe320fcae
|
Bug 745202 - Disable palette-index-checking when using the system PNG decoder. r=joe
|
2012-07-23 20:02:20 -04:00 |
|
Joshua Cranmer
|
de30491499
|
Bug 773637 - Kill NS_SCRIPTABLE attributes, Part 2: Remove NS_SCRIPTABLE. r=ehsan
--HG--
extra : rebase_source : 83020e0a1961ed5b33d5e0599419c6b7b82caa87
|
2012-07-06 15:31:49 -05:00 |
|
Joshua Cranmer
|
e1cdfe2f05
|
Bug 773637 - Kill NS_SCRIPTABLE annotations, Part 1: Remove NS_*PARAM annotations. r=ehsan
--HG--
extra : rebase_source : a0b4bc50fece36d9a90fed61431635948bfa33b5
|
2012-07-06 15:14:07 -05:00 |
|
Jeff Gilbert
|
66568302fb
|
Bug 775793 - Clarify BMP decoding for unexpected alpha pixels - r=bbondy
|
2012-07-23 13:20:57 -07:00 |
|
Ryan VanderMeulen
|
7400ff2726
|
Merge m-c to inbound.
|
2012-07-21 14:32:18 -04:00 |
|
Brian R. Bondy
|
e115de2b4d
|
Bug 775794. r=jgilbert
|
2012-07-21 13:57:35 -04:00 |
|
Olli Pettay
|
e974117eee
|
Backout Bug 767779 to fix major image painting problems, r=backout
--HG--
extra : rebase_source : c9f7dcb012d7a1b9e2f6b9e0b1560e9cf55ee1ab
|
2012-07-21 14:03:29 +03:00 |
|
Adam Dane [:hobophobe]
|
84ae631ffc
|
Bug 767779 - Test slow-loading GIF with trailing garbage. r=joe
|
2012-07-18 16:32:24 -05:00 |
|
Adam Dane [:hobophobe]
|
dfb5bdd5a7
|
Bug 767779 - Stop eating animation frames for non-multipart. r=joe
|
2012-07-16 20:40:46 -05:00 |
|
Eddy Bruel
|
4ccae27521
|
bug 722555 - Add RGBA support to BMP encoder; r=jgilbert
|
2012-07-17 16:20:14 +02:00 |
|