Marco Bonardo
|
552921d7dc
|
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
|
0fd9123eac
|
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
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Marco Bonardo
|
7bf2e7218c
|
Bug 738762 - Pass redirect and error information to global history.
r=bz
|
2012-03-29 15:07:09 +02:00 |
|
Matheus Kerschbaum
|
93480c6366
|
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg
|
2011-04-02 19:14:00 -07:00 |
|
Doug Turner
|
76581669ab
|
Bug 516728 - Remote link-visited information. r=sdwilsh, sr=bz
--HG--
extra : rebase_source : bb818d7c563451232e7729f49c4fd2276dd47dd0
|
2010-07-02 08:50:41 -07:00 |
|
Kyle Huey
|
4c5d7e4fe3
|
Backed out changeset ca5a1f26565f
|
2010-07-27 16:51:15 -07:00 |
|
Doug Turner
|
aa9fff45d3
|
Bug 516728 - Remote link-visited information. r=sdwilsh, sr=bz
|
2010-07-02 08:50:41 -07:00 |
|
Benjamin Stover
|
727ca6c5da
|
Bug 556400 - Set titles asynchronously. r=mak r=sdwilsh sr=bz
|
2010-07-13 18:00:41 -07:00 |
|
Benjamin Stover
|
e4051ec461
|
Bug 556400 - Add visits Asynchronously. r=mak r=sdwilsh sr=bz
|
2010-07-13 18:00:33 -07:00 |
|
Dave Townsend
|
f1d4bafdbd
|
Backed out changeset f9a700607b86 from bug556400 due to possible browser-chrome failures.
--HG--
extra : transplant_source : %AC%2C%060%A3Shzk%F0%19i%87%AB%D8%87%B8%5E%80%A6
|
2010-07-02 20:01:44 -07:00 |
|
Dave Townsend
|
1603750c26
|
Backed out changeset 07a9dcc28c5c from bug 566738 due to possible browser-chrome failures.
--HG--
extra : transplant_source : %0C%19%86%CE%D8%F3%95%7FV%BA%3DsM%06%D4%EF%C8%B7%8Dq
|
2010-07-02 20:00:45 -07:00 |
|
Benjamin Stover
|
c41accdd7c
|
Bug 566738 - Make setting titles asynchronous. r=sdwilsh r=mak sr=bz
|
2010-06-30 16:19:33 -07:00 |
|
Benjamin Stover
|
97eb3d6fee
|
Bug 556400 - Make adding visits asynchronous. r=sdwilsh r=mak sr=bz
|
2010-06-30 16:08:28 -07:00 |
|
Shawn Wilsher
|
1c29b0d28e
|
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 |
|