Ryan VanderMeulen
|
716f20bbce
|
Bustage fix for bug 480745 on a CLOSED TREE.
|
2012-08-16 19:28:16 -04:00 |
|
Ludovic Hirlimann
|
10a9b621f5
|
Bug 480745 - Remove XP_MAC from mozilla/security. r=bsmith, sr=kaie
|
2012-08-16 17:35:19 -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 |
|
Kai Engert
|
0fb8e60fce
|
Bug 496005 - some locales will not allow you Unload PKCS#11 Device, patch contributed by Makoto Kato, r=kaie, r=rrelyea
|
2012-08-15 21:54:44 +02:00 |
|
Aryeh Gregor
|
061fd9f9ca
|
Bug 782252 - Use NS_FAILED instead of boolean test for ToInteger()/ToFloat(); r=ehsan
|
2012-08-13 16:49:48 +03:00 |
|
Aryeh Gregor
|
4e199a1679
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
EKR
|
33e628cd9d
|
Bug 769930 - Split PSM and NSS builds so that we can build NSS early; original patch by glandium. r=khuey
--HG--
rename : security/manager/Makefile.in => security/build/Makefile.in
|
2012-06-30 10:15:57 -07:00 |
|
Honza Bambas
|
15daadba69
|
Bug 215450: Allow uploading of files greater than 2gb in size. Involves making input streams 64-bit capable. Significant work done by Makoto Kato, finished by Honza Bambas. r=hbambas,bsmedberg,jdrew,sicking
|
2012-08-10 22:44:11 -04:00 |
|
Wan-Teh Chang
|
11b6889a5b
|
Bug 780009: Update NSS to NSS_3_13_6_RTM. Note that this overwrites
the changes to the three Makefile.in files in dbm/ in the changeset
https://hg.mozilla.org/mozilla-central/rev/162130598df0 for bug 774032.
|
2012-08-10 18:36:28 -07:00 |
|
Ed Morley
|
b5f4776008
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-08-09 12:46:05 +01:00 |
|
Ms2ger
|
4c81482ae1
|
Bug 780387 - Part d: Stop using PRFloat64; r=bsmedberg
|
2012-08-09 09:09:42 +02:00 |
|
Ms2ger
|
75ab7efb95
|
Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
|
2012-08-09 09:09:40 +02:00 |
|
Aryeh Gregor
|
6e66d97fbf
|
Bug 777292 - security/manager/: Don't treat number of bytes as an nsresult; r=kaie
|
2012-07-30 12:24:36 +03:00 |
|
Aryeh Gregor
|
ebbeed4a32
|
Bug 777292 - security/manager/: Fix incorrect conversions to nsresult; r=kaie
|
2012-07-30 12:24:36 +03:00 |
|
Ed Morley
|
5162e724a0
|
Backout b4a63a0b90c2 (bug 778420), b849f1b3859a (bug 778420), d522b5a13b27 (bug 72964), 3a12c64bf53a (bug 778420), c07148142675 (bug 726053) for failures in test_bug435425.html on a CLOSED TREE
|
2012-08-07 00:57:27 +01:00 |
|
Bobby Holley
|
2adf92413a
|
Bug 778420 - Fix up tests that don't like the new enablePrivilege, r=jmaher.
--HG--
extra : rebase_source : 07565c66b279ba5a58b5902b697110f940c255fd
|
2012-08-06 22:38:19 +02:00 |
|
Bobby Holley
|
1895527d8c
|
Bug 778420 - Fix up tests that don't like the new enablePrivilege. r=jmaher
--HG--
extra : rebase_source : 1158df4a4eb917074204e649efd8f2b8e699f115
|
2012-08-03 22:19:54 +02:00 |
|
Ms2ger
|
c75eefb90d
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Ed Morley
|
f4181983a1
|
Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
|
2012-08-04 18:05:15 +01:00 |
|
Ms2ger
|
27245512cd
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Devdatta Akhawe
|
7aa2770d79
|
Bug 767676 - Implement Security UI Telemetry. r=honzab,bsmith,felipc,dtownsend
|
2012-08-02 18:51:17 -07:00 |
|
Honza Bambas
|
66c7e9bfac
|
Bug 768568, r=kaie
|
2012-07-31 20:59:17 +02:00 |
|
Wan-Teh Chang
|
a228f11c25
|
Bug 764393: update NSS to NSS_3_13_6_BETA1 to fix the chain-building
looping bug. (Also includes fixes for bugs 489188, 757189, 757197,
762351, 762353.)
|
2012-07-30 15:23:38 -07:00 |
|
Aryeh Gregor
|
c81630fddb
|
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
|
2012-07-27 16:59:29 +03:00 |
|
Ehsan Akhgari
|
3ad40dbf10
|
Merge the nullptr conversion from mozilla-central into mozilla-inbound
|
2012-07-30 10:28:15 -04:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Aryeh Gregor
|
8446afc043
|
Bug 777292 - Convert some nsresult to SECStatus; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Aryeh Gregor
|
88e2b537b5
|
Bug 777292 - Add casts and annoyed comments where we make up nsresult codes on the fly; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Aryeh Gregor
|
cf5fdebcf8
|
Bug 777292 - Convert an nsresult variable to PRStatus; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Patrick McManus
|
b12bc44d80
|
bug 767158 - remove blocking dns call in sspi r=honzab
--HG--
extra : rebase_source : a313576f1262f25b6d299f815cedb0d8acc0b03f
|
2012-07-26 11:09:05 -04:00 |
|
Joshua Cranmer
|
a1186c1020
|
Bug 773637 - Kill NS_SCRIPTABLE annotations, Part 1: Remove NS_*PARAM annotations. r=ehsan
--HG--
extra : rebase_source : a0b4bc50fece36d9a90fed61431635948bfa33b5
|
2012-07-06 15:14:07 -05:00 |
|
Mounir Lamouri
|
45fc42c9ca
|
Bug 775713 - Use principals in nsStrictTransportSecurityService to access the PermissionManager. r=bsmith,mayhemer
|
2012-07-23 11:06:36 -07: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 |
|
Nathan Froyd
|
bfff055672
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
Makoto Kato
|
1e533fbd2e
|
Bug 769533 - Part 1. Replace AppendWithConversion with others. r=jlebar
|
2012-07-06 18:43:28 +09:00 |
|
Brian Smith
|
f58ceab52a
|
Bug 766683: Export nsNSSShutdown.h from PSM so that other components can use it, r=kaie
--HG--
extra : rebase_source : 40d446da4bf866dc1e4ee45039889fe8e68e8f56
|
2012-06-28 13:15:13 -07:00 |
|
Kai Engert
|
14673863b8
|
Bug 762301, Don't retry after TLS-intolerance if TLS is the only enabled protocol, r=honzab
|
2012-06-13 13:39:23 +02:00 |
|
Honza Bambas
|
fc7084f564
|
Bug 720778 - Important threads should have a name for better debugability, r=bsmith, sr=bsmedberg+glandium
|
2012-06-12 19:06:20 +02:00 |
|
Olli Pettay
|
e160cfea86
|
Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst
|
2012-06-10 21:14:30 +03:00 |
|
Geoff Lankow
|
5cefea8480
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Ed Morley
|
ebcf2f1cc2
|
Merge mozilla-central to mozilla-inbound
|
2012-06-01 01:12:32 +01:00 |
|
Gervase Markham
|
6b6c8775e0
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
|
2012-05-31 10:33:35 +01:00 |
|
Kai Engert
|
6171a0e2b4
|
Bug 738458, Upgrade Mozilla to NSS 3.13.5 final, r=wtc + r=dveditz (by phone)
|
2012-05-31 22:18:45 +02: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 |
|
Brian Smith
|
9a5c49a16a
|
Bug 749890 - Do not do TLS intolerance handshake timeout after we know we've received the server hello, r=honzab
--HG--
extra : rebase_source : 068310dfad1562d72c74681f722c46fb64947d7d
|
2012-05-27 22:03:04 -07:00 |
|
Patrick McManus
|
ba5ffc3931
|
bug 737470 patch 1 use ASpdySession to generically dispatch current version of spdy r=honzab
--HG--
rename : netwerk/protocol/http/SpdySession.cpp => netwerk/protocol/http/SpdySession2.cpp
rename : netwerk/protocol/http/SpdySession.h => netwerk/protocol/http/SpdySession2.h
rename : netwerk/protocol/http/SpdyStream.cpp => netwerk/protocol/http/SpdyStream2.cpp
rename : netwerk/protocol/http/SpdyStream.h => netwerk/protocol/http/SpdyStream2.h
|
2012-05-25 17:37:01 -04:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Benjamin Smedberg
|
eaa4878487
|
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 |
|