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 |
|
Aryeh Gregor
|
963057b5ac
|
Bug 782252 - Use NS_FAILED instead of boolean test for ToInteger()/ToFloat(); r=ehsan
|
2012-08-13 16:49:48 +03:00 |
|
Aryeh Gregor
|
2e7996f8d1
|
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
|
2012-07-27 16:59:29 +03:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Gregor Wagner
|
bdf70a2faf
|
Bug 776764 - Allow permissionDB parent directory to not be the default profile directory. r=fabrice
|
2012-07-24 11:22:14 -07:00 |
|
Mounir Lamouri
|
8dd15b6732
|
Bug 774819 - Handle system principals in nsPermissionManager when taking principals. r=sicking
|
2012-07-18 08:24:01 -07:00 |
|
David Zbarsky
|
dc54928699
|
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 (extensions/cookie); r=mak
|
2012-07-12 14:07:26 -04:00 |
|
Mounir Lamouri
|
ea613037ec
|
Bug 769583 - Add methods to nsIPermissionManager to take principals instead of URIs. r=sicking
|
2012-07-09 12:26:12 +02:00 |
|
David Rajchenbach-Teller
|
6f078e357d
|
Bug 702344 - Async requests for nsPermissionManager::RemoveAll();r=mak
|
2012-04-30 18:21:50 +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 |
|
Rafael Ávila de Espíndola
|
fab5927386
|
Bug 711447 - Close connection in nsPermissionManager. r=dwitte.
--HG--
extra : rebase_source : 0df435f943142b7a09de36fdb03e01114ef20f15
|
2011-12-21 17:04:49 -05:00 |
|
Rafael Ávila de Espíndola
|
b9622317ab
|
Bug 688913 - Finalize statements in extensions/cookie and toolkit/components/contentprefs. r=mak.
|
2011-10-28 10:55:20 -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 |
|
Benjamin Stover
|
2cfa2fc739
|
Bug 674615 Remove nsPermissionManager's GetSingleton r=dwitte
|
2011-08-30 10:45:09 -07:00 |
|
Benjamin Smedberg
|
9432e1edba
|
Bug 666748 - Optionally support a pool of content processes instead of a single one. r=jdm The followup patch for 669640 must land together with this one.
|
2011-08-02 15:35:42 -04:00 |
|
Josh Matthews
|
d6d7c63173
|
Bug 621367 - nsPermissionManager doesn't allow enumerator access in content processes (r=dwitte)
|
2011-07-13 18:03:44 +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 |
|
Shawn Wilsher
|
4f383e2f5d
|
Bug 645099 - Stop using [deprecated] Storage methods in the permission manager
r=bz
|
2011-03-31 10:19:31 -07:00 |
|
Kyle Huey
|
61ff9410c4
|
Backed out changeset a5dbece71e4a due to test failures
|
2011-03-31 09:11:21 -04:00 |
|
Matheus Kerschbaum
|
1f81122982
|
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now. r=bsmedberg
|
2011-03-31 07:22:55 -04:00 |
|
Josh Matthews
|
d0f1f79e8b
|
Bug 619559 - Make permission manager notify observers in content processes. r=dwitte a=jst
|
2010-12-25 02:31:01 -05:00 |
|
Josh Matthews
|
8ab207648f
|
Bug 618716 - Fix warnings in nsPermissionManager.cpp r=dwitte a=jst
|
2010-12-12 14:36:00 -05:00 |
|
Chris Jones
|
703c658a1c
|
Bug 562424: Switch IPDL interfaces to infallible TArray. r=bent a=blocking
|
2010-11-08 20:49:00 -06:00 |
|
Dan Witte
|
f1c9396e04
|
Bug 605908 - test_parent.js leaks objects. Part 1: nsPermissionManager leak. r=jdm, a=sdwilsh
|
2010-10-21 11:36:14 -07:00 |
|
Alon Zakai
|
eda9c383ed
|
Add missing MOZ_IPC ifdef in e14e2cc7d786 a=bustage-fix
|
2010-10-09 20:07:57 -07:00 |
|
Alon Zakai
|
3fad238bbf
|
Bug 599428 - Optimize permissions IPC. r=dwitte a=blocking-fennec
|
2010-10-09 11:07:38 -07:00 |
|
Jonas Sicking
|
1fb16b80d7
|
Fix missing comments from patch for bug 546857
|
2010-08-21 18:48:01 +02:00 |
|
Bobby Holley
|
ae9d0e0ff2
|
Backout of changesets c866e73f3209 and baff7b7b32bc because of sicking's push-and-run bustage. a=backout
|
2010-08-20 23:42:24 -04:00 |
|
Jonas Sicking
|
c8ed6b7843
|
Fix missing comments from patch for bug 546857
|
2010-08-20 17:50:35 -07:00 |
|
Jonas Sicking
|
f56b8d6804
|
Bug 546857 Part 2: Allow permissions to be set on files. r=dwitte a=blocker
|
2010-08-19 16:06:07 -07:00 |
|
Josh Matthews
|
efd0cccb18
|
Bug 580450 - Clean up IPC::URI. r=dwitte
|
2010-07-26 15:59:34 -04:00 |
|
Chris Jones
|
d37c23f270
|
Bug 578262: Clean up style in and remove build warnings from new-ishly merged e10s code. r=bsmedberg
--HG--
rename : dom/ipc/ContentProcessChild.cpp => dom/ipc/ContentChild.cpp
rename : dom/ipc/ContentProcessChild.h => dom/ipc/ContentChild.h
rename : dom/ipc/ContentProcessParent.cpp => dom/ipc/ContentParent.cpp
rename : dom/ipc/ContentProcessParent.h => dom/ipc/ContentParent.h
rename : dom/ipc/ContentProcessProcess.cpp => dom/ipc/ContentProcess.cpp
rename : dom/ipc/ContentProcessProcess.h => dom/ipc/ContentProcess.h
rename : dom/ipc/PIFrameEmbedding.ipdl => dom/ipc/PBrowser.ipdl
rename : dom/ipc/PContentProcess.ipdl => dom/ipc/PContent.ipdl
|
2010-07-19 13:33:33 -05:00 |
|
Alon Zakai
|
84a215c2da
|
Bug 564535 - permission manager needs to be remoted [r=dwitte]
|
2010-07-15 10:04:25 -04:00 |
|
Dan Witte
|
549bcab5a9
|
test failure fix.
|
2009-10-16 16:16:31 -07:00 |
|
Sid Stamm
|
fb4694efc4
|
Bug 519263 - Session and time-based expiration for permissions in permissions manager. r=dwitte,
sr=mrbkap. First patch! Yay!!
|
2009-10-16 14:01:04 -07:00 |
|
Ehsan Akhgari
|
6d72d9f194
|
Bug 488811 - nsIPermissionManager.removeAll() should delete DB and re-init rather than just bailing; r=dwitte sr=bzbarsky
|
2009-04-18 10:12:09 +03:30 |
|
Fred Jendrzejewski
|
8759b06c00
|
Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
--HG--
extra : rebase_source : b963bf5de9d9c445b14620479691482512e0faf2
|
2009-01-22 17:15:34 +13:00 |
|
Arpad Borsos
|
8b11d938d2
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
|
dwitte@stanford.edu
|
55d30b30aa
|
Bug 416207 - Update cookie/permission services from changes to mozIStorageService::OpenDatabase. r=sdwilsh, sr=mconnor, a=beltzner
|
2008-02-28 00:23:12 -08:00 |
|
dwitte@stanford.edu
|
600200ad3e
|
tweaking debug warning to reduce noise.
|
2008-01-11 16:38:38 -08:00 |
|
dwitte@stanford.edu
|
d60af8c14d
|
move permission manager persistent storage from hostperm.1 to permissions.sqlite, use nsIURI::GetAsciiHost() for consistent host normalization, and expand type/permission limits. bugs 400092 and 400097 (patch in 400097), sr=shaver, pending r=sdwilsh, blocking-1.9+.
|
2007-12-04 22:37:36 -08:00 |
|
sayrer@gmail.com
|
58ca3d4a2a
|
Bug 396648. nsPermissionManager tries to open two files that usually don't exist. r/sr=biesi, a=bzbarsky
|
2007-09-20 22:09:54 -07:00 |
|
jwalden@mit.edu
|
e3c4baccae
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
dcamp@mozilla.com
|
a2de02967c
|
Bug 378685 - Permission manager should operate on innermost URI, r=dveditz sr=mconnor
|
2007-06-21 09:32:46 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|