Jacek Szpot
|
09f9b9a1c3
|
Bug 792180 - Replace NS_{UN,}LIKELY with MOZ_{UN,}LIKELY; r=ehsan
|
2012-10-26 15:32:10 +02:00 |
|
Jacek Szpot
|
417ad3e375
|
Bug 800106: replace some NS_ALWAYS_INLINEs with MOZ_ALWAYS_INLINEs; r=ehsan
|
2012-10-23 13:31:22 +02:00 |
|
Ehsan Akhgari
|
f9abed15a8
|
Backout changeset 788a51ef6221 (bug 800106) because of Windows XP Kraken regression
|
2012-10-22 16:44:09 -04:00 |
|
Jacek Szpot
|
58855865c9
|
Bug 800106: replace some NS_ALWAYS_INLINEs with MOZ_ALWAYS_INLINEs; r=ehsan
|
2012-10-19 10:33:33 +02:00 |
|
Ehsan Akhgari
|
223ba0a5c5
|
Backout changeset 0f0797cdb55a (bug 800106) because of Kraken regressions on Windows XP
|
2012-10-15 14:19:55 -04:00 |
|
Jacek Szpot
|
ad76787332
|
Bug 800106: replace NS_ALWAYS_INLINE with MOZ_ALWAYS_INLINE; r=ehsan
|
2012-10-13 17:52:10 +02:00 |
|
Randell Jesup
|
3b4961b603
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04: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 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Marco Bonardo
|
97fc874a4a
|
Bug 742776 - Use a case sensitive match for the URI path in inline autocomplete query.
r=gavin a=desktop-only
|
2012-04-19 22:17:04 +02:00 |
|
Marco Bonardo
|
52fde4f398
|
Bug 613588 (Backend) - Load-on-demand livemarks.
r=dietrich,mano
|
2012-02-24 13:42:24 +01:00 |
|
Marco Bonardo
|
28cab020eb
|
Bug 723924 - Telemetry for time needed for a single frecency update.
r=dietrich
|
2012-02-07 16:01:07 +01:00 |
|
Michael Ventnor
|
711543c044
|
Bug 699751 - Change schema for new inline autocomplete.
Original patch by Michael Ventnor, further improved by David Dahl <ddahl@mozilla.com>.
r=mak
|
2012-01-19 12:31:23 +01:00 |
|
Marco Bonardo
|
50a7797537
|
Bug 695554 - Split a Database class out of the History service. (expected fake Ts_shutdown regressions!)
r=dietrich
|
2011-10-27 11:11:34 +02:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Jeff Muizelaar
|
73429ee3df
|
Bug 660662. Eliminate NS_(ceil|floor). r=roc
These just called the system versions.
|
2011-05-30 15:08:55 -04:00 |
|
Marco Bonardo
|
bf54e9abe6
|
Bug 658242 - Search in bookmarks doesn't find javascript: bookmarks.
r=dietrich
|
2011-07-26 15:12:38 +02:00 |
|
Marco Bonardo
|
f3a0abdb81
|
Bug 659740 - Frecency update causes SQL sort warning.
r=sdwilsh
|
2011-06-01 03:33:45 +02:00 |
|
Justin Lebar
|
7ba9155220
|
Bug 570975 - Clarify comment in MatchAutoCompleteFunction. rs=sdwilsh
|
2011-03-28 11:20:07 -04:00 |
|
Mitchell Field
|
8969bddd5d
|
Bug 595513 - Reduce makefile recursion in toolkit. r=khuey
|
2011-03-08 14:58:46 +11:00 |
|