Randell Jesup
|
29ac5c0b8c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35: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 |
|
Gian-Carlo Pascutto
|
ee6d11560d
|
Bug 768871 - Provide an option to disable per-client randomization. r=dcamp
|
2012-08-15 09:07:10 +02:00 |
|
Gian-Carlo Pascutto
|
1055fd4f4a
|
Bug 673470 - Optimize input buffer size. Cache active tables. r=dcamp
|
2012-08-15 09:04:31 +02:00 |
|
Gian-Carlo Pascutto
|
fda672ce93
|
Bug 673470 - Replace the sqlite safeb store with a flat file. r=dcamp
|
2012-08-15 09:04:19 +02:00 |
|
Aryeh Gregor
|
bfa6d4f6a4
|
Bug 777292 - modules/libpref/, toolkit/: Fix incorrect conversions to nsresult; r=bsmedberg
|
2012-07-30 12:24:36 +03:00 |
|
Aryeh Gregor
|
56ba7bec2e
|
Bug 779442 - Fix a few more incorrect uses of nsresult; r=ehsan
|
2012-08-01 11:17:10 +03:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Mounir Lamouri
|
1c93133815
|
Bug 775796 - nsIUrlClassifierDBService.lookup() takes nsIPrincipal. r=bsmith
|
2012-07-22 12:30:30 -07:00 |
|
Mounir Lamouri
|
5e743da510
|
Bug 775796 - nsIURIClassifier.classify() should takes a principal. r=bsmith
|
2012-07-20 09:46:59 -07:00 |
|
David Zbarsky
|
53760e9f03
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (toolkit/url-classifier); r=bzbarsky
|
2012-07-17 23:46:21 -04:00 |
|
Ehsan Akhgari
|
fa08a3f6a1
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (url-classifier parts); r=dcamp
Pushed on a CLOSED TREE
|
2012-06-20 00:01:02 -04:00 |
|
Honza Bambas
|
f29e1ac591
|
Bug 720778 - Important threads should have a name for better debugability, r=bsmith, sr=bsmedberg+glandium
|
2012-06-12 19:06:20 +02:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Benjamin Smedberg
|
2187798a40
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
--HG--
extra : rebase_source : 844b008c5167e6ca39a7ba9eeec8b30672938704
|
2012-05-18 13:30:49 -04:00 |
|
Gian-Carlo Pascutto
|
e4215cce87
|
Backout 173f90d397a8 (Bug 673470). rs=dcamp a=mfinkle
|
2012-04-20 07:46:47 +02:00 |
|
Geoff Lankow
|
63ce20111b
|
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part C, remove uses of nsIPrefBranch2 in toolkit/ ; r=bsmedberg
|
2012-01-17 14:18:29 +13:00 |
|
Gian-Carlo Pascutto
|
f6fbcf288f
|
Bug 673470 - Replace the SQLite SafeBrowsing store with an optimized store. r=dcamp
|
2011-12-06 19:03:05 +01:00 |
|
Gian-Carlo Pascutto
|
f18313c7e1
|
Backout 44a0dc4fb9ff (Bug 673470) for Talos regression.
|
2012-02-01 20:10:02 +01:00 |
|
Gian-Carlo Pascutto
|
49058a9dcc
|
Bug 673470 - Replace the SQLite SafeBrowsing store with an optimized store. r=dcamp
|
2011-12-06 19:03:05 +01:00 |
|
Gian-Carlo Pascutto
|
681f5292d4
|
Bug 702217 - Fall back to SQLite when we fail PrefixSet construction. r=dcamp
|
2012-01-10 17:09:38 +01:00 |
|
Gian-Carlo Pascutto
|
1b15f1f905
|
Bug 702217 - Avoid double allocation in UrlClassifier. Handle OOM conditions. r=dcamp
|
2012-01-10 17:09:32 +01:00 |
|
Nathan Froyd
|
1de4e6fcb8
|
Bug 712427 - provide more information in SQL PRAGMA queries; r=mak
|
2012-01-05 18:46:35 -05:00 |
|
Jeff Walden
|
f73124604d
|
Bug 711799 - Add parentheses to a bunch of && expressions nested within || expressions. r=dholbert
|
2011-12-18 01:00:47 -05:00 |
|
Jeff Walden
|
279c3635c0
|
Bug 711799 - Fix a bunch of unused-variable warnings. r=dholbert
--HG--
extra : rebase_source : 91fc77dca316018652d4d99f6d4cc8d0f7195e6e
|
2011-12-18 01:00:42 -05:00 |
|
Nicholas Nethercote
|
5d2aefc5b3
|
Bug 705602 - Use mallocSizeOf in prefixset memory reporter. r=gpc.
--HG--
extra : rebase_source : f228466f7e082a152ceaafc8f8f1c4b71f5f550f
|
2011-12-13 20:54:18 -08:00 |
|
Gian-Carlo Pascutto
|
bc9b17a4b9
|
Bug 706740 - Fix leftover PRBool. r=me
|
2011-12-02 11:23:10 +01:00 |
|
Gian-Carlo Pascutto
|
097a7859a1
|
Bug 706740 - Backout bug 667075. r=dcamp
|
2011-12-02 10:47:43 +01:00 |
|
Gian-Carlo Pascutto
|
f9a0639792
|
Bug 702217 - Add very basic sanity checking to PrefixSet construction. Handle corrupted update errors. r=dcamp
|
2011-12-02 10:45:56 +01:00 |
|
Gian-Carlo Pascutto
|
f5931dd00e
|
Bug 698326 - Remove countMe argument to SizeOf in UrlClassifier. r=
|
2011-11-15 18:51:06 +01:00 |
|
Gian-Carlo Pascutto
|
4f47ecb803
|
Bug 698326 - Add memory reporter for the url-classifier. r=njn,jlebar
|
2011-11-13 11:25:48 +01:00 |
|
Marco Bonardo
|
710987a799
|
Backout 38abb03271de (bug 698326) due to xpcshell tests failure
|
2011-11-11 20:12:12 +01:00 |
|
Gian-Carlo Pascutto
|
3ca204c2dd
|
Bug 698326 - Add memory reporter for the url-classifier. r=njn,jlebar
|
2011-11-11 18:57:22 +01:00 |
|
Josh Aas
|
b987675695
|
Bug 695965: Fix use of uninitialized memory in nsUrlClassifierDBService::CheckClean. r=bent
|
2011-10-20 10:48:11 -04:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Gian-Carlo Pascutto
|
3088bb81fb
|
Bug 669410 - Add telemetry for PrefixSet usage. r=tglek
|
2011-09-08 22:17:34 +02:00 |
|
Gian-Carlo Pascutto
|
dd7d328f35
|
Bug 669410 - Prevent hash collisions from occuring in the same place in every client. r=tony
See also bug 669407.
|
2011-09-08 22:17:25 +02:00 |
|
Gian-Carlo Pascutto
|
93843771f3
|
Bug 669410 - Don't store host prefixes in memory. Rework prefix fetching from SQLite. r=tony
|
2011-09-08 22:17:14 +02:00 |
|
Gian-Carlo Pascutto
|
3609767baa
|
Bug 669410 - Make the url-classifier PrefixSet persistent on startup/shutdown. r=tony
|
2011-09-08 22:16:59 +02:00 |
|
Gian-Carlo Pascutto
|
f1b8592f7b
|
Bug 669410 - Reduce the SQLite caches' default size in url-classifier. r=dcamp
|
2011-09-08 22:15:37 +02:00 |
|
Gian-Carlo Pascutto
|
3846c30f61
|
Bug 669410 - Probe PrefixSet directly from the main thread. r=tony
|
2011-09-08 22:15:27 +02:00 |
|
Gian-Carlo Pascutto
|
3527a1530c
|
Bug 669410 - Use PrefixSet to speed up URL classification. r=tony
|
2011-09-08 22:15:18 +02:00 |
|
Gian-Carlo Pascutto
|
3099d386d0
|
Bug 669410 - Add PrefixSet datastructure for SafeBrowsing. r=dcamp
|
2011-09-08 22:15:08 +02:00 |
|
Benjamin Smedberg
|
8b637a1db3
|
Bug 675221 part D - Fix up URL classifier to stop using XPCOM proxies, r=dcamp
--HG--
extra : rebase_source : a482200a9095a9115ac8829af045a16fa2ba1b38
|
2011-08-19 11:50:04 -04:00 |
|
Gian-Carlo Pascutto
|
816a3f1ee5
|
Bug 667075 - Use nsIRandomGenerator instead of querying SQLite. r=dcamp
|
2011-07-30 09:24:22 +02:00 |
|
Kyle Huey
|
030b45ecfa
|
Backed out changeset 549e3276ed25
|
2011-07-06 11:08:52 -07:00 |
|
Kyle Huey
|
b675cd7a7b
|
Bug 668699: If urlclassifier is turned off, do not open the database. r=dcamp
|
2011-07-01 19:32:06 -07:00 |
|
Gian-Carlo Pascutto
|
4f3130d0a0
|
Bug 665930 - Safe Browsing: Fix fragmenting of numerical IPs. r=tony@ponderer.org
|
2011-06-29 22:02:15 -07:00 |
|
Gian-Carlo Pascutto
|
9181d2b1ff
|
Bug 665930 - Safe Browsing: Fix URL fragmenter in edge cases + tests. r=tony@ponderer.org
|
2011-06-29 22:01:34 -07:00 |
|