Ehsan Akhgari
|
2962d2eed1
|
Bug 579517 - Part 5: Add missing StandardInteger.h #includes where needed; r=bsmedberg
Landing on a CLOSED TREE
|
2012-08-08 17:08:17 -04: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 |
|
Rafael Ávila de Espíndola
|
7ab935bae1
|
Bug 783154 - Refactor the chrome hang code to use the same class as write poisoning. r=taras,benwa,vladan.
--HG--
extra : rebase_source : 1f43ac88ceabc698ba0a58715562db90af1c266f
|
2012-08-21 17:14:38 -04:00 |
|
Ed Morley
|
cdee31c862
|
Merge mozilla-central to mozilla-inbound
|
2012-08-21 21:16:49 +01:00 |
|
Vladan Djeric
|
19580422cb
|
Bug 779310: Remove string literals from slowSql reports. r=taras
|
2012-08-21 15:29:28 -04:00 |
|
Gavin Sharp
|
f4cb4de7c3
|
merge fx-team into mozilla-central
|
2012-08-21 10:27:25 -07:00 |
|
Phil Ringnalda
|
9dd734f9d1
|
Back out cbb72643bbae (bug 723362) for leaking
|
2012-08-20 20:28:19 -07:00 |
|
Chris Double
|
1e247811fb
|
Bug 782508 - Enable hardware decoder usage in Android libstagefright OMX plugin - r=cpeterson
|
2012-08-21 15:25:13 +12:00 |
|
Matt Woodrow
|
6f00bb4a63
|
Bug 782980 - Force synchronous repainting when we resize a widget. r=roc
|
2012-08-21 14:40:45 +12:00 |
|
Shane Caraveo
|
983d9c226d
|
Bug 779686 - implement docked chat content areas, r=felipe
--HG--
extra : transplant_source : c%29h%B5%89%27%F3S%C0%B6%CB%82%A27%3C%0D%AEL%14V
|
2012-08-20 17:52:26 -07:00 |
|
Jared Wein
|
346ea2fdee
|
Bug 779360 - Implement mozSocial.isVisible API for social sidebar window, r=felipe
--HG--
extra : transplant_source : %1FB%A6T%7B%9D%60T%E6%95%CD%A7%27%E5%00%60%A5%B8%84%F8
|
2012-08-20 14:18:50 -07:00 |
|
Michal Novotny
|
e0dd387b14
|
Bug 723362 - Make an asynchronous variant of nsCacheEntryDescriptor::Doom, r=hurley
|
2012-08-21 03:30:40 +02:00 |
|
Abhishek Potnis
|
5e9cb16f02
|
Bug 771086 - Fix 4 strict warnings in toolkit/mozapps/extensions/content/extensions.js r=Unfocused
|
2012-08-20 07:26:00 +12:00 |
|
Tim Taubert
|
690de38a33
|
merge m-c to fx-team
|
2012-08-19 21:07:15 -07:00 |
|
Yury
|
ac0e279269
|
Bug 777388 - Make PDF Viewer settings persistent. r=mak
|
2012-08-20 20:14:20 -04:00 |
|
Ryan VanderMeulen
|
f1e04816ea
|
Merge m-c to inbound.
|
2012-08-20 20:21:35 -04:00 |
|
Ekanan Ketunuti
|
5ee5d6e764
|
Bug 784279 - Replace body[dir=rtl] with :dir(rtl) in toolkit/. r=dao
--HG--
extra : rebase_source : eae89110540f65e9622d5b40c6cfd9c9b2bbf89d
|
2012-08-21 18:04:36 +07:00 |
|
Gian-Carlo Pascutto
|
9b64357c0e
|
Bug 779687 - Add detection for ARMv7 CPUs. r=dougt
|
2012-08-21 13:20:46 +02:00 |
|
Gian-Carlo Pascutto
|
781e4da933
|
Bug 779687 - Telemetry around Fennec OOM kills. r=blassey
|
2012-08-21 13:20:26 +02:00 |
|
David Rajchenbach-Teller
|
aae499be46
|
Bug 782303 - Serialize directory entries. r=froydnj
|
2012-08-18 12:26:35 -04:00 |
|
David Rajchenbach-Teller
|
78915f7eb1
|
Bug 776259 - Serialize file info. r=froydnj
|
2012-08-18 12:26:35 -04:00 |
|
David Rajchenbach-Teller
|
a9d944b960
|
Bug 771929 - Serialize numbers. r=froydnj
|
2012-08-18 12:26:35 -04:00 |
|
David Rajchenbach-Teller
|
9e6cb7e3a2
|
Bug 783284 - [OS.File] Rename *Time to *Date. r=froydnj
|
2012-08-18 08:25:49 -04:00 |
|
Marco Castelluccio
|
91695e4c7b
|
Bug 780528 - Webapp uninstallation on Linux through desktop action. r=karlt
|
2012-08-18 08:25:48 -04:00 |
|
Marco Castelluccio
|
e04562f81c
|
Bug 780530 - Notification after webapp uninstallation. r=mhommey
|
2012-08-18 08:25:48 -04:00 |
|
Shlomi Fish
|
d358a73d4a
|
Bug 781808 - Don't fail to remove inexistent .pyc files during sdk packaging. r=glandium
|
2012-08-18 11:20:04 +02:00 |
|
Geoff Lankow
|
50dfa01788
|
Bug 740289 - Check install.rdf has a valid combination of optionsType, optionsURL and/or options.xul in the add-on. r=Unfocused
|
2012-08-18 19:48:53 +12:00 |
|
Geoff Lankow
|
5b78ea6b33
|
Bug 704751 - toolkit/mozapps/extensions/content/extensions.js should not use sync XHR; r=Unfocused
|
2012-08-18 19:48:53 +12:00 |
|
Phil Ringnalda
|
b528f5812a
|
Bug 783738 - Use Components.results.NS_BINDING_ABORTED instead of hardcoding the value, r=gavin
|
2012-08-14 23:32:06 -07:00 |
|
Bill McCloskey
|
ca6a8c8bbc
|
Bug 783147 - Collect telemetry for SCC GC sweeping (r=mccr8)
|
2012-08-17 18:44:54 -07:00 |
|
Bill McCloskey
|
8bb5f2651f
|
Backout bug 783147 (12753a1a11b8 and 0a70fc2d7d25) for WinXP dbg M-3 failures
|
2012-08-17 12:55:52 -07:00 |
|
Bill McCloskey
|
b34884ecdf
|
Bug 783147 - Send telemetry about SCC GC times (r=mccr8)
|
2012-08-17 10:05:11 -07:00 |
|
Jesper Kristensen
|
e9cc4618f2
|
Bug 782115 - Dictionary add-ons should be compatible by default. r=Mossop
|
2012-08-16 22:05:30 -04:00 |
|
David Rajchenbach-Teller
|
99e34b8691
|
Bug 780501 - Path types for OS.File;r=froydnj
|
2012-08-16 22:05:30 -04:00 |
|
David Rajchenbach-Teller
|
481b4a6df6
|
Bug 771928 - Test OS.File pointer arithmetic. r=froydnj
|
2012-08-16 22:05:30 -04:00 |
|
David Rajchenbach-Teller
|
ea388b9318
|
Bug 771928 - OS.File pointer arithmetics. r=froydnj
|
2012-08-16 22:05:30 -04:00 |
|
Marcos S.
|
afd75d4fa4
|
Bug 758950 - Part 1: Use more for...of loops in Add-ons Manager frontend and backend code. r=Unfocused
|
2012-08-06 01:03:00 +12:00 |
|
Ed Morley
|
bbbbb7d130
|
Merge mozilla-central and fx-team
|
2012-08-17 19:22:11 +01:00 |
|
Mark Capella
|
e262621a27
|
Bug 783404 - Remove superfluous check that nsIDirectoryEnumerator returns a nsIFile, r=unfocused
|
2012-08-16 16:45:00 +12:00 |
|
Tim Taubert
|
4f66306ec3
|
merge m-c to fx-team
|
2012-08-16 11:10:41 -07:00 |
|
Atul Jangra
|
b58fc43688
|
Bug 767236 - Part 3: Name all anonymous functions in XPIProvider.jsm. r=Unfocused
|
2012-08-15 08:25:00 +12:00 |
|
George Wright
|
ac8f5e5cfd
|
Bug 740194 - [Skia] Implement a version of SkMemory for Mozilla that uses the infallible mozalloc allocators r=cjones
|
2012-08-15 23:51:34 -04:00 |
|
George Wright
|
e801206bf4
|
Backed out changeset c2475674e105
|
2012-08-15 17:26:45 -04:00 |
|
George Wright
|
72cd102f87
|
Bug 740194 - [Skia] Implement a version of SkMemory for Mozilla that uses the infallible mozalloc allocators r=cjones
--HG--
extra : rebase_source : 6dc39ae06b4cb38cd8e85e41c01077f815b8f8c8
|
2012-08-15 16:59:07 -04:00 |
|
Bill McCloskey
|
3970ae5992
|
Bug 765065 - Annotation for crash reports: "Are we GCing?" (r=bsmedberg)
|
2012-08-15 10:47:51 -07:00 |
|
Nathan Froyd
|
d243b95459
|
Bug 782373 - use HISTOGRAM_BOOLEAN more consistently; r=taras
--HG--
extra : rebase_source : 5ab66c02696a4e7a595504dcf4f72e3f44380325
|
2012-08-13 14:49:10 -04:00 |
|
Aryeh Gregor
|
963057b5ac
|
Bug 782252 - Use NS_FAILED instead of boolean test for ToInteger()/ToFloat(); r=ehsan
|
2012-08-13 16:49:48 +03:00 |
|
Aryeh Gregor
|
0a8f6b4783
|
Bug 782252 - Cast some nsresult to PRUint32; r=ehsan
|
2012-08-09 11:36:40 +03:00 |
|
Aryeh Gregor
|
072c3e10ea
|
Bug 782252 - Convert declared types to nsresult; r=ehsan
|
2012-08-06 15:02:31 +03:00 |
|
Andrew Hurle
|
97def80127
|
Bug 634139 - Add a service for finding the representative color in an image. r=MattN
--HG--
extra : rebase_source : 111c2a3e6b0abfd8b75b90afbe5e736f80ff2939
|
2012-08-03 14:18:00 -07:00 |
|