Jorg K
2d2bfbd374
Bug 1463266 - remove trailing spaces in ldap. rs=white-space-only
2019-03-21 12:08:01 +01:00
aceman
b099d9481b
Bug 1534530 - remove mensions of RDF in ldap. r=jorgk
2019-03-12 14:34:00 +01:00
Ben Campbell
6c097bd8ad
Bug 1529509 - set loadInfo property in newChannel() for nsLDAPProtocolHandler and ItipProtocolHandler. r=jorgk,MakeMyDay
2019-02-24 22:45:35 +01:00
Geoff Lankow
fca9678179
Port bug 1528971: Move newChannel2 being the only implementation within nsIProtocolHandler.idl; rs=bustage-fix
2019-02-21 18:58:12 +13:00
Magnus Melin
06179f8d01
Bug 1520643 - Port bug 1514594: correct previous changesets by changing 'const' to 'var', various misc. fixes. rs=bustage-fix,jorgk
2019-01-29 22:21:26 +01:00
Geoff Lankow
ed26cc6a11
Bug 1520643 - Port bug 1514594: Change import call sites using kmag's script. rs=bustage-fix,jorgk
2019-01-29 11:25:29 +01:00
Jorg K
4bf9c01517
Bug 1522847 - Port bug 1522596: Remove reference to nsIIPCSerializableURI and implement Serialize() for AB, mailto and LDAP URLs. r=mkmelin
2019-01-25 22:54:30 +01:00
Landry Breuil
c613971ee7
Bug 1517418 - Remove unneeded 'using namespace ...' from nsLDAPSecurityGlue.cpp. r=jorgk
2019-01-03 09:52:29 +01:00
Jorg K
8c9e4f32f5
Bug 1503839 - Port bug 1503207: replace include of nsWeakPtr.h with nsIWeakReferenceUtils.h, use nsWeakPtr. rs=bustage-fix
2018-11-01 13:43:06 +01:00
aceman
b341f591d7
Bug 1496518 - fix inclusions of nsIAuthModule. r=jorgk
2018-10-30 17:19:00 +01:00
Magnus Melin
8f9892b66e
Bug 1501589 - Port bug 1501404 (part 6): Replace use of NS_STARTTLSSOCKETPROVIDER_CONTRACTID. r=jorgk
2018-10-24 12:35:54 +03:00
Jorg K
bcbd5ac4bb
Bug 1501589 - Backed out changeset fc3bc776f223 to make way for a better solution. a=backout
2018-10-24 11:46:27 +02:00
Magnus Melin
90248a6508
Bug 1501589 - Port bug 1501404 (part 6): Replace use of NS_STARTTLSSOCKETPROVIDER_CONTRACTID. r=jorgk
2018-10-24 11:31:18 +03:00
Jorg K
17f3e9ffde
Bug 1493508 - Port bug 1473736: implement nsLDAPConnection::OnLookupByTypeComplete(). rs=bustage-fix DONTBUILD
...
--HG--
extra : amend_source : 6097f5ed8b5122f472b69aefa33ca1f4f41ef41d
2018-09-23 13:46:33 +02:00
Jorg K
995c6b9f93
Bug 1487082 - fix 'cannot be captured by a lambda' error in nsLDAPURL.cpp. r=bcampbell
2018-09-19 08:36:50 +02:00
Nicholas Nethercote
3c87e597f6
Bug 1486690 - Update Thunderbird for function renamings. r=jorgk DONTBUILD
...
Specifically:
- NS_strdup --> NS_xstrdup
- NS_strndup --> NS_xstrndup
- nsMemory::Clone --> moz_xmemdup
--HG--
extra : rebase_source : 7cba22879a2eec7ce4df01ab333f322e12cac8fd
2018-08-29 14:32:01 +10:00
Jorg K
f7d6ba29ae
Bug 1484867 - Replace remaining use of XPCOMUtils.generateQI() in ldap, editor, mailnews. rs=bustage-fix DONTBUILD
2018-08-21 09:49:55 +02:00
Jan Horak
addc0316b6
Bug 1460871 - Add request number for each ldap lookup to avoid adding results from older queries. r=jorgk DONTBUILD
...
The waiting until the query ends and ignoring results could lead to ignoring results from subsequent
lookup. I've removed the code which waited for the all results and replaced it by request number.
Every LDAP operation now has the request number set during creating and its value is compared to the
current request number (static variable). If they don't match the result is ignored in
nsAbQueryLDAPMessageListener::OnLDAPMessage.
MozReview-Commit-ID: 9ShVyHmCNS7
2018-08-03 18:28:16 +02:00
Jorg K
1f97b1b157
Bug 1477377 - Port bug 1476928: Remove CloneIgnoringRef() and CloneWithNewRef() methods. rs=bustage-fix
2018-07-23 19:45:32 +02:00
Jorg K
84e9e0d08f
Bug 1389173 - Implement better GetDisplay[Spec|Host|HostPort|PrePath] for LDAP and enhance related test. r=aceman
2017-08-10 10:58:00 +02:00
Jorg K
62452d9320
Bug 1470374 - Port bug 1469769: Replace NS_NOTREACHED with MOZ_ASSERT_UNREACHABLE in C-C. r=aceman,cpeterson
2018-06-22 22:06:38 +02:00
Jorg K
d9bfc6c250
Bug 1470046 - Follow-up: Fix copy/paste errors in CloneInternal() functions and fix test_nsLDAPURL.js by replacing clone. r=aceman
2018-06-21 22:01:17 +02:00
Jorg K
86c8134a9f
Bug 1470046 - Port Bug 1448330: replace nsIURI.clone with mutator call. rs=bustage-fix CLOSED TREE
...
--HG--
extra : amend_source : f2513bfe61669670754fd3ea6a9b614cab58ccbe
2018-06-21 09:48:54 +02:00
Jorg K
d586c24ac9
Bug 1463266 - replace tabs with spaces in ldap/. rs=white-space-only
...
[skip-blame]
2018-06-15 23:21:47 +02:00
Jorg K
aab54f9c9a
Bug 1463266 - replace tabs with spaces in comm-central in IDL files. rs=white-space-only
...
[skip-blame]
2018-06-03 11:02:27 +02:00
Jorg K
c07a05b54c
Bug 1459470 - Replace NS_PRECONDITION with NS_ASSERTION after removal in bug 1457813. r=aceman
2018-05-07 00:43:51 +02:00
Nicholas Omann
694bbec285
Bug 1162247 - Removed remaning #ifdef PR_LOGGING from mailnews and ldap. r=aceman DONTBUILD
2018-04-07 18:05:20 -05:00
Jorg K
cbb4dba0be
Backed out changeset c61d7d8e0fc5 (bug 1162247) for landing with the wrong bug number. a=backout
2018-04-15 09:29:42 +02:00
Nicholas Omann
d3039f2497
Bug 116247 - Removed remaning #ifdef PR_LOGGING from mailnews and ldap. r=aceman
2018-04-07 18:05:20 -05:00
Jorg K
32d30c651b
Bug 1447272 - Port Bug 1442239 to mailnews: Remove nsXXXUrl::Mutator::Read() methods. rs=bustage-fix
2018-03-20 13:04:45 +01:00
Jorg K
93a54cd073
Bug 1440693 - fix test test_nsLDAPURL.js. r=aceman
...
--HG--
extra : rebase_source : 15385654cda9d031df9317fd440dab23b6c882f8
2018-03-04 14:09:21 +01:00
Jorg K
5e601bcd62
Bug 1440693 - Port 1434163 to C-C: nsIURI attributes are read-only now. r=aceman
2018-03-04 12:12:07 +01:00
Philipp Kewisch
980ff7f29f
Bug 1436605 - more aggressive patch to replace the remaining Components.interface/Components.utils uses with Ci/Cu in C-C (without calendar). r=jorgk
...
MozReview-Commit-ID: 4gqWuv5OW3S
2018-02-28 22:29:42 +01:00
Florian Quèze
6289b61981
Bug 1436605 - script generated patch to replace the Components.interface/Components.utils uses with Ci/Cu in C-C (without calendar). r=philipp
2018-02-28 18:33:34 +01:00
Jorg K
5e1cf62d7a
Bug 1439883 - Port Bug 1435671: NS_MutateURI::Apply() is no longer templated (take 2). r=aceman
2018-02-21 15:32:34 +01:00
Jorg K
defcc26ef8
Bug 1399756 - remove trailing spaces in ldap. rs=white-space-only
...
[skip-blame]
2018-02-15 21:36:55 +01:00
Jorg K
e0e939454c
Bug 1437604 - remove NS_INTERFACE_MAP_END_THREADSAFE (comm-central part). rs=bustage-fix
2018-02-13 11:51:35 +01:00
Richard Marti
765c6aaae5
Bug 1436310 - Port bug 1432992 to mail: Remove definitions of Ci, Cr, Cc, and Cu. r=jorgk
2018-02-07 12:19:19 +01:00
Philipp Kewisch
5563e369fc
Bug 1434737 - Move to ChromeUtils.import() - Mail/Common/Ldap/Editor part. r=jorgk
...
MozReview-Commit-ID: 8jabalzJIdA
2018-01-31 23:41:33 +01:00
Jorg K
5b3af2fa7a
Bug 1432908 - Port bug 1432257 to C-C: Replace use of nsIStandardURL::Init. r=valentin,philipp
2018-01-28 22:45:51 +01:00
Jorg K
260cd7a3ee
Bug 1431913 - Port bug 1431204 to mailnews: Make nsIURI.spec readonly (JS part, follow-up). r=aceman
2018-01-22 10:23:21 +01:00
Jorg K
a5c457cc6f
Bug 1431913 - Port bug 1431204 to mailnews: Make nsIURI.spec readonly (JS part). rs=bustage-fix CLOSED TREE
2018-01-21 20:56:50 +01:00
Jorg K
fbe657d4dc
Bug 1431913 - Port bug 1431204 to mailnews: Make nsIURI.spec readonly. rs=bustage-fix
2018-01-21 20:56:48 +01:00
Florian Queze
d8733aa4e4
Bug 1421992 - script-generated patch to replace do_check_* functions with their Assert.* equivalents in C-C. rs=philipp
2017-12-20 15:44:11 +01:00
Jorg K
6894ea6448
Bug 1422541 - port bug 1420954 to mailnews [Make nsIURIMutator setters return nsIURIMutator]. rs=bustage-fix
2017-12-06 11:08:58 +01:00
aceman
ce64586341
Bug 1353919 - polish log module names into consistent naming style. r=jorgk
2017-12-04 14:10:00 +01:00
Jorg K
605ebefc24
Bug 1419657 - Follow-up: Fix incorrect indentation. rs=white-space-only DONTBUILD
2017-11-22 19:32:37 +01:00
Jorg K
250b56af02
Bug 1419657 - Port bug 1415205 to mailnews: Add add Mutate() to four mailnews URLs. rs=bustage-fix CLOSED TREE
2017-11-22 16:46:20 +01:00
Jorg K
cdd7f4ac97
Bug 1417696 - Port bug 1416343 to mailnews: Mark URI interfaces as [builtinclass]. rs=bustage-fix DONTBUILD
2017-11-15 15:12:00 +01:00
Edmund Wong
acee5d621a
Bug 1411069 - Port bug 1313150, follow-up: Remove |weak| parameter from nsIMutableArray methods (ldap, suite). r=jorgk
2017-10-23 20:03:00 +02:00