Граф коммитов

227 Коммитов

Автор SHA1 Сообщение Дата
Magnus Melin f00443f3d5 Bug 1618834 - fix build failure - comm/ldap/xpcom/src/nsLDAPMessage.cpp:344:18: error: no member named 'IsUtf8' in namespace 'mozilla'. rs=bustage-fix 2020-02-28 18:37:59 +02:00
Khushil Mistry 4358c7fd70 Bug 1562313 - Convert JavaScript components to use static registration in ldap/. r=mkmelin DONTBUILD
--HG--
rename : ldap/xpcom/src/nsLDAPProtocolHandler.js => ldap/xpcom/src/LDAPProtocolHandler.jsm
2020-02-27 12:51:05 +02:00
Jorg K 0ffd5282d8 Bug 1610605 - remove use of nsAutoPtr from C-C: Part 1: Remove unneeded includes. r=me 2020-01-21 21:28:20 +01:00
Richard Marti 786867bc60 Bug 1605410 - Port bug 1570499: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=bcampell 2019-12-20 20:03:18 +01:00
Paul Morris 12565f66cf Bug 1604377 - Convert key3.db files to key4.db in test data (following bug 1594931). r=mkmelin 2019-12-17 21:19:15 +02:00
Ben Campbell 60f9e8b1c0 Bug 1601389 - Fix invalid-memory access in LDAP search. r=jorgk
--HG--
extra : histedit_source : 63fd657165e675aa114e1f9a5cc264ca44905478
2019-12-09 10:44:47 +13:00
Kai Engert ea1596b06e Bug 1576364 - Enable LDAP async IO on Windows. r=jorgk DONTBUILD 2019-11-07 11:38:31 +01:00
Ben Campbell 38b9ebd89f Bug 1576364 - Dispatch LDAP operations on socket thread. r=kaie 2019-11-06 01:58:00 +01:00
Jorg K 12b759150b Bug 1546364 - Reformat to Google coding style (again) in LDAP. rs=reformat
# ignore-this-changeset
2019-11-06 18:49:51 +01:00
Ben Campbell 7d8c30d20b Bug 1590976 - Fix errno <-> PRErrorCode mapping in libprldap. r=mkmelin 2019-10-24 18:37:17 +13:00
Jorg K 85e23a2036 Bug 1590861 - Silence WIN32_LEAN_AND_MEAN redefinition warnings in LDAP on Windows. r=me 2019-10-23 23:08:51 +02:00
Jorg K 85a12a93e6 Bug 1568473 - Follow-up: Reformat. rs=reformat 2019-10-23 21:20:33 +02:00
Petr Sumbera bd2ff079ac Bug 1568473 - remove include of xp_qsort.h on Solaris. r=mkmelin DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D39158
2019-07-24 10:35:05 +00:00
Jorg K b0d5c35e6d Bug 1463266 - remove \n in MOZ_LOG. r=me 2019-10-18 19:18:03 +02:00
Jorg K 02095fd650 Bug 1463266 - remove \n in MOZ_LOG and NS_ERROR. r=me DONTBUILD 2019-10-13 00:42:32 +02:00
Jorg K becdd368fb Bug 1463266 - remove \n in MOZ_LOG and NS_ERROR. r=me DONTBUILD 2019-10-09 11:43:54 +02:00
Jorg K 79cb172202 Port bug 1490601 to comm-central: s/IsUTF8/IsUtf8/. rs=bustage-fix 2019-09-19 00:59:16 +02:00
Ben Campbell 53f5a5f531 Bug 1562157 - Remove xpidl [array] use from nsIAbLDAPCard and nsILDAPService. r=jorgk 2019-09-11 22:36:10 +02:00
Ben Campbell 281585d815 Bug 1562157 - Remove remaining [array] use in nsILDAPBERMessage xpidl. r=jorgk 2019-09-11 22:35:07 +02:00
Ben Campbell 229b10bd51 Bug 1562157 - Remove [array] use in xpidl for nsILDAPBERMessage.getAttributes(). r=jorgk 2019-09-11 22:34:58 +02:00
Ben Campbell 7f8ea05df2 Bug 1562157 - Remove [array] use in nsILDAPBERValue xpidl. r=jorgk
--HG--
extra : rebase_source : 08ae4968124af71b1ce4dcb5a69dce1cf163d9f6
2019-09-03 00:13:30 +02:00
Paul Morris 7cb3fd44f2 Bug 1577835 - Reformat common/ and ldap/ code. r=mkmelin
# ignore-this-changeset

These changes were achieved by:

1. Using eslint to add curly brackets to control
statements that did not have them (if, else, etc.),
thanks to the eslint rule: "curly": ["error", "all"]

Done by running |mach eslint common/ --fix|

2. Reformatting the code using Prettier.

Done by deleting the common/ and ldap/ lines from
the .prettierignore file and running:
|mach eslint chat/ --fix|
2019-08-30 15:15:33 -04:00
Jorg K 53498ed1b5 Bug 1463266 - remove trailing spaces from IDL files. rs=white-space-only DONTBUILD
# ignore-this-changeset
2019-07-03 01:04:31 +02:00
Rob Lemley 54cae5d0a8 No Bug - Fix DEFFILE settings in ldap/c-sdk build. rs=jorgk
There's no need to prepend SRCDIR, mozbuild figures it out automatically.
It's presence breaks cross-compiling on Linux.
2019-06-03 18:47:09 +02:00
Jorg K 848770a276 Bug 1550945 - Part 4: Flesh out NS_NewMailnewsURI(). rs=bustage-fix
--HG--
extra : rebase_source : 39d7ec5cfe59e606e82283662299ec02099dd40e
2019-05-29 19:53:26 +02:00
Geoff Lankow 3195c35104 Bug 1549166 - Centralise configuration of ESLint environments for test directories; r=aceman 2019-05-20 14:09:54 +12:00
Jorg K 1d9914411d Bug 1546364 - Repeat running clang-format on ldap/ and mailnews/mime. rs=reformat
# ignore-this-changeset
2019-05-09 00:04:35 +02:00
Jorg K 9ac331f6db Bug 1546364 - replace tabs with spaces in ldap/ C files and fix comments badly formatted by reformatting. rs=white-space-only
# ignore-this-changeset
2019-05-09 00:04:18 +02:00
Geoff Lankow 583b543394 Bug 1549166 - Turn on ESLint in ldap; r=jorgk 2019-05-06 16:30:15 +12:00
Jorg K 102e2fbc66 Bug 1546364 - Reformat to Google coding style in ldap/. rs=reformat
# ignore-this-changeset
2019-04-24 00:27:10 +02:00
Mike Hommey 9a309af799 Bug 1541793 - Replace NSMODULE_DEFN component registration with a static initializer using XRE_AddStaticComponent. r=BenC,jorgk
Differential Revision: https://phabricator.services.mozilla.com/D26268

--HG--
extra : rebase_source : ab9506dc91c117dfbef5c7a532ee2e3d3af7b13d
2019-04-09 09:31:35 +02:00
Jorg K e951c6dc28 Bug 1463266 - fix typos in ldap/ using codespell. rs=comment-only,typo-fix 2019-03-29 21:18:31 +01:00
Jorg K d82794241b Port bug 1535226 - s/XP_WIN32/XP_WIN/ in #ifdef's in C-C. rs=bustage-fix DONTBUILD 2019-03-22 10:17:35 +01:00
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