Mark Banner
|
f3d066d2c6
|
Bug 1405317 - When inserting trees of bookmarks, avoid updating the last modified date when marking annotations. r=mak
MozReview-Commit-ID: Ik8DKwtiXoM
|
2017-10-03 21:18:10 +01:00 |
|
Kit Cambridge
|
1817f9012b
|
Bug 1314084 - Implement nsIAnnotationService::getObservers. r=mak
MozReview-Commit-ID: 42y8d1fbfJO
|
2016-10-31 11:13:14 -07:00 |
|
Kit Cambridge
|
c9599d3a5e
|
Bug 1285408 - Add change source tracking for bookmarks. r=markh
MozReview-Commit-ID: I6IWhMWR1bG
|
2016-08-11 13:13:22 -07:00 |
|
Asaf Romano
|
d22bebd8c5
|
Bug 895839 - Remove support for binary annotations. r=mak. sr=gavin.
|
2013-08-03 14:06:47 +03:00 |
|
Marco Bonardo
|
90839931b0
|
Bug 822710 (part 1) - Implement a new getAnnotationsHavingName method.
r=Mano sr=gavin
|
2012-12-21 15:19:04 +01: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 |
|
Mitchell Field
|
8969bddd5d
|
Bug 595513 - Reduce makefile recursion in toolkit. r=khuey
|
2011-03-08 14:58:46 +11:00 |
|