Jim Mathies
|
83a42584b3
|
Bug 817076 - Update various services paths to point to the gre. r=gps
|
2012-12-05 16:36:27 -06:00 |
|
Kyle Huey
|
0469a02b25
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
|
2012-10-31 09:13:28 -07:00 |
|
Vicamo Yang
|
a78b5b38c7
|
Backout 67cb43bb8865: Breaks B2G Marionette
|
2012-10-31 16:35:11 +08:00 |
|
Kyle Huey
|
9a3674d80a
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 12:28:11 -07:00 |
|
Ed Morley
|
4144129728
|
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
|
2012-10-30 17:02:31 +00:00 |
|
Kyle Huey
|
50b5d3f681
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 08:26:12 -07:00 |
|
Gregory Szorc
|
423024c917
|
Bug 781307 - Remove rules from services/ Makefile.in's; r=glandium
|
2012-08-09 13:12:29 -07:00 |
|
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02: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 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Benjamin Smedberg
|
dd1b0e7adc
|
Bug 737164 part C - switch various in-tree callers which are using fallible strings to keep using them
--HG--
extra : rebase_source : f5b42ba1f5745b256ba4e4ca67c883696904f9c1
|
2012-05-08 13:55:24 -04:00 |
|
Gregory Szorc
|
64742da9c1
|
Bug 751291 - Rename CryptoUtils._sha1 -> CryptoUtils.UTF8AndSHA1; r=rnewman
|
2012-05-02 12:28:03 -07:00 |
|
Gregory Szorc
|
9139619075
|
Bug 745396 - Refactor Sync utility functions into services-{common,crypto}; r=rnewman
|
2012-04-16 12:19:01 -07:00 |
|
Geoff Lankow
|
c59ab7ad07
|
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part G, remove remaining uses of nsIPrefBranch2; r=bsmedberg
|
2012-01-18 23:23:28 +13:00 |
|
Panagiotis Koutsourakis
|
9c7dfb9706
|
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
|
2012-02-04 17:32:24 +00:00 |
|
Gregory Szorc
|
43d5591fc4
|
Bug 716784 - Enable FAIL_ON_WARNINGS in services; r=ted
--HG--
extra : rebase_source : 0cfc3ee690f88cc7468e4f350b568b4955a817b2
|
2012-01-10 10:38:17 -08:00 |
|
Gregory Szorc
|
961a7602ea
|
Bug 707984 - Normalize line endings in services tree; a=rnewman
|
2011-12-06 11:08:37 -08:00 |
|
Gregory Szorc
|
1a1f7b30ae
|
Bug 698248 - Remove unused FORCE_USE_PIC variable; r=khuey
|
2011-11-01 15:45:23 -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 |
|
Geoff Brown
|
fcf5c93a68
|
Bug 668349 - Changes to xpcshell.ini; r=jmaher
|
2011-08-22 09:00:50 +01:00 |
|
Michael Wu
|
b34f351453
|
Bug 671185 - Incorrect return of NS_ERROR_* codes in functions returning PRBool, r=mak,ehsan,taras,biesi,pike,khuey,dholbert,josh,bjacob,bsmith
|
2011-07-25 21:57:58 -07: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 |
|
Joel Maher
|
193c66083d
|
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
|
2011-05-20 11:54:01 -04:00 |
|
Joel Maher
|
5998b5a4cd
|
Bug 616999. Xpcshell manifest support; harness changes. r=ted, a=test-only
|
2011-05-20 11:54:01 -04:00 |
|
Richard Newman
|
e59b732914
|
Bug 651596: eliminate IWeaveCrypto. r=philiKON
|
2011-04-20 14:27:19 -07:00 |
|
Philipp von Weitershausen
|
f28bda026b
|
Bug 644905 - Set resource aliases in manifest. r=rnewman
|
2011-03-25 00:57:23 -07:00 |
|
Philipp von Weitershausen
|
0cbe3f0dd3
|
Merge fx-sync
|
2011-03-07 13:37:54 -08:00 |
|
Richard Newman
|
88df880802
|
Bug 638297: don't zero-pad buffers, reject short IVs. r=philiKON
|
2011-03-07 11:53:10 -08:00 |
|
Philipp von Weitershausen
|
61e2df35ee
|
Merge fx-sync
|
2011-03-03 12:57:57 -08:00 |
|
Richard Newman
|
f6f788b8a4
|
Bug 638297: reuse buffers for generateRandomBytes. r=philiKON
|
2011-03-03 12:20:43 -08:00 |
|
Richard Newman
|
bf83f7c757
|
Bug 638297: share buffers for encryption and decryption. r=philiKON
|
2011-03-03 11:10:52 -08:00 |
|
Richard Newman
|
49ec368023
|
Bug 638297: object reuse in WeaveCrypto. r=philiKON
|
2011-03-03 11:10:40 -08:00 |
|
Richard Newman
|
52db8608c2
|
Bug 618496: memoization of PK11SymKey. r=philiKON
|
2011-03-02 15:18:46 -08:00 |
|
Richard Newman
|
cdb5761dfb
|
Bug 618496: Revisit memoization of SECItems. r=philiKON
|
2011-03-02 15:09:28 -08:00 |
|
Philipp von Weitershausen
|
4012ec2906
|
Merge fx-sync
|
2011-03-02 16:32:28 -08:00 |
|
Richard Newman
|
2b46b4da5e
|
Bug 618496: remove algorithm adaptability in WeaveCrypto. r=philiKON
|
2011-03-02 10:08:43 -08:00 |
|
Philipp von Weitershausen
|
6e13f1b6f3
|
Merge fx-sync
|
2011-03-01 21:55:52 -08:00 |
|
Richard Newman
|
686e74cbe3
|
Bug 618496: stripping out unused WeaveCrypto attributes. r=philiKON
|
2011-03-01 21:37:44 -08:00 |
|
Richard Newman
|
4093641ad8
|
Bug 602110: duplicate declaration of nss_t.SECOidTag. r=philiKON a=mconnor
|
2011-03-01 11:32:16 -08:00 |
|
Richard Newman
|
74df0a04ca
|
Bug 627097: Audit usage of js-ctypes in Sync/WeaveCrypto. r=philiKON
|
2011-01-25 21:31:41 -08:00 |
|
Richard Newman
|
0b37a22351
|
Bug 617650: avoid unrooting string in makeSECItem. r=philiKON
|
2011-01-19 16:17:58 -08:00 |
|
Philipp von Weitershausen
|
56ed182429
|
Back out Bug 610914 as it causes Bug 618068.
|
2010-12-10 16:18:57 -08:00 |
|
Richard Newman
|
901929364b
|
Bug 610914: performance improvements for WeaveCrypto.
|
2010-12-06 11:52:30 -08:00 |
|
Richard Newman
|
f0b19a496e
|
Bug 603489, 614489: simplified crypto. r=mconnor
|
2010-11-29 16:41:17 -08:00 |
|
Brian Smith
|
a3e5ff1a68
|
bug 629090: Prevent g^x mod p == 1 in Sync J-PAKE. r=mconnor and r=philipp. a=blocker
--HG--
extra : rebase_source : ca7b5d6f0744858ada042d7d3dc9804ea35ab9aa
|
2011-02-09 13:57:28 -08:00 |
|
Philipp von Weitershausen
|
cd229a3326
|
Merge backout
|
2010-10-28 17:09:58 -07:00 |
|
Philipp von Weitershausen
|
72f5932f42
|
Backed out changeset fb506072dca8 due to crashes
Bug 570619 - Move crypto off the main thread
|
2010-10-28 17:05:53 -07:00 |
|
Mike Hommey
|
93677ce050
|
Bug 583209 - Use ctypes.libraryName and don't use a full path to load libnss3 from weavecrypto. [r=dwitte]
|
2010-10-15 11:45:31 +02:00 |
|
Philipp von Weitershausen
|
1fd27817df
|
Bug 570619 - Move crypto off the main thread [r=mconnor,sdwilsh]
Provide a ThreadedCrypto object that defers method calls to another thread while keeping the synchronous API.
|
2010-10-14 21:22:29 +02:00 |
|