Josh Matthews
|
b36633903e
|
Bug 769288 - Part 1: Make PSM more amenable to storing concurrent private and non-private data. r=bsmith
|
2012-12-06 22:05:27 -05:00 |
Ed Morley
|
6800e12c21
|
Backout d9336f8c0f6c, 761ff8b47a4e, 072da0be4236, ee2822d2eab9, 38cd815da29a, a80ec6b90878 & 9e9281ce1b63 (bug 769288) on suspicion of causing bug 821701 on a CLOSED TREE
|
2012-12-14 15:07:48 +00:00 |
Josh Matthews
|
0f271f8e13
|
Bug 769288 - Part 1: Make PSM more amenable to storing concurrent private and non-private data. r=bsmith
|
2012-12-06 22:05:27 -05:00 |
Ehsan Akhgari
|
1dcb5ba1bb
|
Backed out 7 changesets (bug 769288) because of leaks
Backed out changeset b2fb475b6e4e (bug 769288)
Backed out changeset 912331d0c2fd (bug 769288)
Backed out changeset 6d8d78bd56a9 (bug 769288)
Backed out changeset e75cd1e1fca3 (bug 769288)
Backed out changeset e10c24f10bd2 (bug 769288)
Backed out changeset 7b0fdedb4fa9 (bug 769288)
Backed out changeset 42b468942a84 (bug 769288)
|
2012-12-12 00:05:49 -05:00 |
Josh Matthews
|
92dd4d5edc
|
Bug 769288 - Part 1: Make PSM more amenable to storing concurrent private and non-private data. r=bsmith
|
2012-12-06 22:05:27 -05:00 |
Josh Matthews
|
94a15456b1
|
Backed out changeset fca88031cd47 (bug 769288)
|
2012-12-08 00:21:58 -05:00 |
Josh Matthews
|
b5f51a281f
|
Bug 769288 - Part 1: Make PSM more amenable to storing concurrent private and non-private data. r=bsmith
|
2012-12-06 22:05:27 -05:00 |
Josh Matthews
|
753a9e6a62
|
Backed out changeset 3008e6e5476f (bug 769288)
|
2012-12-07 19:45:57 -05:00 |
Josh Matthews
|
1aa569d5fd
|
Bug 769288 - Part 1: Make PSM more amenable to storing concurrent private and non-private data. r=bsmith
|
2012-12-07 19:09:41 -05:00 |
Brian Smith
|
5f9db1687c
|
Bug 802378: Make PSM coding patterns more consistent, and more consistent with Mozilla Coding Style, r=keeler
--HG--
extra : rebase_source : 8b7ebf227a490cfde7376a61e2952a07a900e2d2
|
2012-10-17 13:48:36 -07:00 |
Patrick McManus
|
aef514efbd
|
bug 803267 - speculative backout of 802378 to test crash stats r=backout
|
2012-10-23 16:42:19 -04:00 |
Daniel Holbert
|
d482396014
|
Bug 803236: Reorder nsSTSHostEntry constructors' init lists to fix build warning, and mark that directory & its sibling 'pki' as warning-free. r=bsmith
|
2012-10-18 15:42:10 -07:00 |
Brian Smith
|
80f3ffb006
|
Bug 802378: Make PSM coding patterns more consistent, and more consistent with Mozilla Coding Style, r=keeler
--HG--
extra : rebase_source : 46fde9231dd69356221c0c5a7042a7b2d3dd0cf6
|
2012-10-17 13:48:36 -07:00 |
Ehsan Akhgari
|
61482c1186
|
Bug 722978 - Port the certificate exception UI to the new per-window private browsing API; r=jdm
--HG--
extra : rebase_source : a49d0c630a170a950dd830ad484e084a29f8b51f
|
2012-10-12 23:38:19 -04:00 |
Ehsan Akhgari
|
e368dc9c85
|
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 |
Marek Stepien
|
6101150c5e
|
Bug 636245 - Allow localizers to change the Device Manager window size. r=kaie
|
2012-08-15 21:00:50 -04:00 |
Aryeh Gregor
|
ebbeed4a32
|
Bug 777292 - security/manager/: Fix incorrect conversions to nsresult; r=kaie
|
2012-07-30 12:24:36 +03:00 |
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
Devdatta Akhawe
|
7aa2770d79
|
Bug 767676 - Implement Security UI Telemetry. r=honzab,bsmith,felipc,dtownsend
|
2012-08-02 18:51:17 -07:00 |
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
Ehsan Akhgari
|
f8b5cb234b
|
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 (security parts); blanket-r=bzbarsky
|
2012-07-19 00:37:09 -04:00 |
Brian Smith
|
a53de0d5cc
|
Bug 758314 - Allow end-user to override error when MD5 cert is encountered, r=kaie
--HG--
rename : mobile/android/base/resources/layout-land-v14/tabs_panel_toolbar_menu.xml => mobile/android/base/resources/layout-land-v14/tabs_panel_toolbar.xml
extra : rebase_source : ed78fedd30fcd329a24de652a6d906e78759dc7c
|
2012-07-10 19:42:50 -07:00 |
Gervase Markham
|
6b6c8775e0
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
|
2012-05-31 10:33:35 +01:00 |
Gervase Markham
|
68d38d677f
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
|
2012-05-29 16:52:43 +01:00 |
Benjamin Smedberg
|
dee00f8b91
|
Bug 675702: Call nsICertVerificationListener on the main thread, rev. 1, r=bsmith, r=mayhemer
|
2011-11-02 21:06:51 -07:00 |
Brian Smith
|
a42b4e1ae9
|
Bug 675221: Remove XPCOM Proxies from PSM UI prompts, r=kaie
|
2011-11-02 21:02:48 -07:00 |
Ehsan Akhgari
|
92064e6d3f
|
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
|
d2b70213ac
|
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 |
flod
|
8af0aed670
|
Bug 649266 - Certificate window is broken with long text labels. r=kaie
|
2011-08-18 11:56:34 +02:00 |
Kai Engert
|
2f2f94e0c9
|
Bug 442150 - "Backup all" button not enabled after cert import, r=johnath/gavin
|
2011-07-20 17:04:49 +02:00 |
Ms2ger
|
8c78d3f478
|
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
|
2011-07-15 12:31:34 +02:00 |
Neil Rashbrook
|
f6c4f47b40
|
Bug 660529 Remove useless use of PromiseFlatString r=kaie
|
2011-07-04 22:06:24 +01:00 |
Ed Morley
|
8aaddd0334
|
Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted
|
2011-06-12 03:49:00 -04:00 |
Ian Neal
|
1a8c41e26f
|
Bug 260364 - Fixup radiogroups to use new .value functionality of radio.xml pki patch r=kaie
|
2011-06-10 16:56:17 +01:00 |
Ed Morley
|
26fe71a427
|
Bug 648545 - Remove outdated instances of META_COMPONENT from mozilla-central; r=kaie
|
2011-04-29 12:36:17 +02:00 |
Tyler Colgan
|
1c084db66c
|
Bug 507387 - Update license blocks to use "Mozilla Foundation" instead of "Mozilla Corporation"; r=gerv f=sgautherie.bz
DONTBUILD
|
2011-03-10 21:17:00 -08:00 |
Guillermo López
|
23de54cbc1
|
Bug 488037: certManager entities should use the .label/.accesskey convention, r=johnath, a=bsmedberg
--HG--
extra : rebase_source : d817fe39ff9df258fa6824b0fdbee0e10947983c
|
2010-10-29 16:54:01 -04:00 |
Saint Wesonga
|
54ca873537
|
Bug 413363 - Dialog for importing your certificates in Certificate Manager has wrong title. r=kaie
|
2010-08-18 09:00:05 +02:00 |
glen beasley
|
9d932051e4
|
Bug 511320 - When FIPS mode change fails, inform the user. r=kaie
|
2010-07-18 22:27:23 +02:00 |
Marek Stępień
|
7c24f6e03d
|
Bug 527713 - Use nsIPromptService's alert instead of window.alert. r=kaie
|
2010-07-18 16:41:54 +02:00 |
Benjamin Smedberg
|
29e089defb
|
Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module.
|
2010-06-25 19:41:09 -04:00 |
Benjamin Smedberg
|
0df0345c66
|
Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
--HG--
rename : content/base/public/nsIChromeRegistry.idl => chrome/public/nsIChromeRegistry.idl
|
2010-06-21 11:41:42 -04:00 |
Benjamin Smedberg
|
a7e67d32ad
|
Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work.
|
2010-06-10 14:11:40 -04:00 |
Ehsan Akhgari
|
b2361e058e
|
Bug 523742 - Disable the Get Certificate button on the cert exception dialog when the cert is being retrieved in the background; r=johnath
|
2010-06-03 21:31:08 -04:00 |
Jason Orendorff
|
578fc3cdd3
|
Bug 533592, part 1 - Remove uses of and support for xpcnativewrappers=no/yes in manifests. (The default has been yes for some time and we will now only have that behavior.) r=mrbkap.
--HG--
extra : rebase_source : 996d2abecb15f44293abd470a28a3fe2706e130e
|
2010-05-27 12:33:54 -07:00 |
Kai Engert
|
8944ab6865
|
Bug 173729, Deleting a builtin cert should behave better
Improve wording to reduce confusion
r=rrelyea
|
2010-05-03 13:34:41 +02:00 |
Kai Engert
|
5fd09f7dab
|
Bug 469555, revert revision 7a3f4933c44f, because of regression bugs 554009 and 559677
r=honzab (in bug 559677)
|
2010-05-03 13:33:49 +02:00 |
hasse@jasajudeju.se
|
93dec03fb8
|
Bug 454501 - Fix access keys in the PKCS#11 Device. r=kaie
|
2010-06-25 15:55:54 +02:00 |
timeless@mozdev.org
|
5f92125469
|
Bug 101378 Make psm dialogs non modal
r=kaie
--HG--
extra : rebase_source : 356662cc5a67c6296569312405df0476ca10fa5e
|
2010-03-12 07:50:10 +01:00 |
timeless@mozdev.org
|
9c5655d775
|
Bug 469555 Support searching for certificates
r=kaie
--HG--
extra : rebase_source : 262d11f8512bf8f61e4b084b079f33a36407a65e
|
2010-03-12 07:50:09 +01:00 |