Marco Bonardo
|
374fed0d12
|
Bug 799609 - Disable Places in B2G - Part 2 - Allow docshell and content to build without Places
Expose NotifyVisited API and fix code so it can be built with alternative history implementations.
r=jlebar
|
2012-11-09 10:55:54 +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 |
|
Marco Bonardo
|
2661a442bb
|
Bug 738762 - Pass redirect and error information to global history.
r=bz
|
2012-03-29 15:07:09 +02:00 |
|
Matheus Kerschbaum
|
9014e25ac7
|
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg
|
2011-04-02 19:14:00 -07:00 |
|
Doug Turner
|
441c334203
|
Bug 516728 - Remote link-visited information. r=sdwilsh, sr=bz
|
2010-07-02 08:50:41 -07:00 |
|
Kyle Huey
|
f082e55344
|
Backed out changeset ca5a1f26565f
|
2010-07-27 16:51:15 -07:00 |
|
Doug Turner
|
c7198b605f
|
Bug 516728 - Remote link-visited information. r=sdwilsh, sr=bz
|
2010-07-02 08:50:41 -07:00 |
|
Benjamin Stover
|
6e0041fa50
|
Bug 556400 - Set titles asynchronously. r=mak r=sdwilsh sr=bz
|
2010-07-13 18:00:41 -07:00 |
|
Benjamin Stover
|
6fb93cf6e0
|
Bug 556400 - Add visits Asynchronously. r=mak r=sdwilsh sr=bz
|
2010-07-13 18:00:33 -07:00 |
|
Dave Townsend
|
3197cf7343
|
Backed out changeset f9a700607b86 from bug556400 due to possible browser-chrome failures.
|
2010-07-02 20:01:44 -07:00 |
|
Dave Townsend
|
979328717e
|
Backed out changeset 07a9dcc28c5c from bug 566738 due to possible browser-chrome failures.
|
2010-07-02 20:00:45 -07:00 |
|
Benjamin Stover
|
d77c8e68e2
|
Bug 566738 - Make setting titles asynchronous. r=sdwilsh r=mak sr=bz
|
2010-06-30 16:19:33 -07:00 |
|
Benjamin Stover
|
5fd5d0dce9
|
Bug 556400 - Make adding visits asynchronous. r=sdwilsh r=mak sr=bz
|
2010-06-30 16:08:28 -07:00 |
|
Shawn Wilsher
|
b5d0ea68d7
|
Bug 461199 (Part 2) - Create an API for asynchronous isVisited checks that content/layout can use
Create a new API (IHistory) to check for the visitedness of a URI.
r=mak
r=bz
sr=bsmedberg
|
2009-08-20 11:56:10 -07:00 |
|