Commit Graph

75 Commits

Author SHA1 Message Date
Akshay Kumar
aff7fc2c26 Bug 1508115 - Web Authentication - Support Windows Hello r=keeler,jcj,baku
This change adopts Windows Win32 WebAuthN APIs from https://github.com/Microsoft/webauthn

Differential Revision: https://phabricator.services.mozilla.com/D15752

--HG--
extra : moz-landing-system : lando
2019-01-21 01:10:44 +00:00
Ehsan Akhgari
1e14e832fa Bug 1518968 - Make third_party/* be considered as third-party directories; r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D16125

--HG--
extra : moz-landing-system : lando
2019-01-10 18:09:41 +00:00
Sylvestre Ledru
9ee6538956 Bug 1513205 - Remove tests from the ignore list r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D14170

--HG--
extra : moz-landing-system : lando
2018-12-13 20:36:45 +00:00
Sylvestre Ledru
5ab3722c7c Bug 1512961 - Add security/manager/ssl/StaticHPKPins.h to the clang-format-ignore list r=Ehsan
Depends on D14060

Differential Revision: https://phabricator.services.mozilla.com/D14061

--HG--
extra : moz-landing-system : lando
2018-12-10 19:29:50 +00:00
Ehsan Akhgari
6b07492159 Bug 1511319 - Ensure that tools/clang-tidy/test doesn't get reformatted using clang-format; r=sylvestre a=Aryx
Reformatting this directory can break some of the tests here.

Differential Revision: https://phabricator.services.mozilla.com/D13518
2018-11-30 06:36:07 -05:00
Noemi Erli
8f0db72fb6 Merge inbound to mozilla-central. a=merge 2018-11-30 11:35:05 +02:00
Sylvestre Ledru
125623fce9 Bug 1511284 - Also ignore breakpad client r=me CLOSED TREE
--HG--
extra : amend_source : 68654497f1fe2270636ac8343d7411df92e0622b
2018-11-30 08:00:43 +01:00
Andreea Pavel
7ea5c6772a Backed out changeset fa4a19e4e88b (bug 1511160) because dom/media/webaudio/blink/ is forked from the upsteam project 2018-11-30 04:40:37 +02:00
Daniel Varga
b3613ec011 Merge mozilla-inbound to mozilla-central. a=merge 2018-11-29 18:59:59 +02:00
Ehsan Akhgari
6f58cb6ac9 Bug 1510893 - Add the wayland-scanner generated source files to .clang-format-ignore r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D13363

--HG--
extra : moz-landing-system : lando
2018-11-29 08:25:42 +00:00
Ehsan Akhgari
565ce9bbad Bug 1510787 - Add security/sandbox/chromium-shim/ to the list of third-party sources r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D13318

--HG--
extra : moz-landing-system : lando
2018-11-29 08:25:27 +00:00
Ehsan Akhgari
c8c64d1b1d Bug 1510765 - Add netwerk/dns/nsIDNKitInterface.h to the list of third-party sources r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D13306

--HG--
extra : moz-landing-system : lando
2018-11-29 08:25:04 +00:00
Coroiu Cristina
e92b0f1d7f Merge inbound to mozilla-central a=merge 2018-11-29 06:27:40 +02:00
Coroiu Cristina
b8bc09a5b5 Merge mozilla-central to inbound a=merge on a CLOSED TREE
--HG--
rename : python/mozrelease/test/data/Firefox-62.0b11.update.json => python/mozrelease/test/data/Firefox-64.0b13.update.json
extra : rebase_source : 6eb078869182f40343e201993c0d0442ed96ad46
2018-11-29 00:34:07 +02:00
Ehsan Akhgari
e5dcf45610 Bug 1510526 - Add a few autogenerated files to .clang-format-ignore r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D13194

--HG--
extra : moz-landing-system : lando
2018-11-28 07:40:30 +00:00
Andrew McCreight
7981e427c9 Bug 1510478 - Disable clang-formatting for XPTCall stub files. r=Ehsan
Many of the inline assembly macros in these files get reformatted
poorly by clang-format, so don't format them for now. In followup
work, in bug 1510781, hopefully we can write a larger patch to only
disable clang-format for the specific macros and then format the rest
of the files.

The problematic include STUB_ENTRY and STUB_MANGLED_ENTRY.

Differential Revision: https://phabricator.services.mozilla.com/D13311

--HG--
extra : moz-landing-system : lando
2018-11-28 21:26:43 +00:00
Sylvestre Ledru
646d1b0f18 Bug 1510128 - Exclude irregexp from reformatting r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D13062

--HG--
extra : moz-landing-system : lando
2018-11-27 15:18:14 +00:00
Ehsan Akhgari
68aaa1c433 Bug 1510130 - Update the third-party directories under media with reality r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D13045

--HG--
extra : moz-landing-system : lando
2018-11-27 10:07:13 +00:00
Ehsan Akhgari
47b1067478 Bug 1510126 - Add tools/profiler/core/vtune to the list of third-party directories r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D13044

--HG--
extra : moz-landing-system : lando
2018-11-27 10:06:53 +00:00
Ehsan Akhgari
3f89298ae4 Bug 1510124 - Ignore files generated by protobuf in the tree r=sylvestre
These are autogenerated files so we shouldn't try to reformat them.

Differential Revision: https://phabricator.services.mozilla.com/D13043

--HG--
extra : moz-landing-system : lando
2018-11-27 10:06:05 +00:00
Sylvestre Ledru
79fce9d9bb Bug 1508069 - Add js/src/editline to the ignore list r=andi
Differential Revision: https://phabricator.services.mozilla.com/D12804

--HG--
extra : moz-landing-system : lando
2018-11-23 21:57:50 +00:00
Andrew McCreight
af73442cbd Bug 1508826 - Add mach_override.* and crc32c.c to ThirdPartyPaths.txt. r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D12608

--HG--
extra : moz-landing-system : lando
2018-11-22 00:29:25 +00:00
Kartikaya Gupta
d600969929 Bug 1507524 - Update miscellaneous things with the new WR location. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D12060

--HG--
extra : moz-landing-system : lando
2018-11-22 21:47:50 +00:00
Jan de Mooij
62b1515b58 Bug 1509025 - Remove js/src/jsapi-tests from .clang-format-ignore. r=sylvestre,tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D12630

--HG--
extra : moz-landing-system : lando
2018-11-22 14:51:50 +00:00
Karl Tomlinson
237046a29b Bug 1508905 Remove from clang-format-ignore WebAudio files forked from Blink r=Ehsan
Upstream of this fork has reformatted with clang-format, and so there seems
little value in leaving this fork in its original format.  It can be
reformatted to the new Mozilla style with clang-format, which will probably be
closer to the format upstream is now using.

Differential Revision: https://phabricator.services.mozilla.com/D12508

--HG--
extra : moz-landing-system : lando
2018-11-21 04:08:00 +00:00
Jan de Mooij
dfefd7badd Bug 1508176 - Some clang-format fixes for generated unicode files. r=tcampbell,sylvestre
* Add generated files to .clang-format-ignore.
* Remove the "clang-format off/on" annotations from generated files.
* Rename FOR_EACH_NON_BMP_CASE_FOLDING argument from macro to MACRO. See bug 1508180.

Differential Revision: https://phabricator.services.mozilla.com/D12536

--HG--
extra : moz-landing-system : lando
2018-11-21 18:30:44 +00:00
Jed Davis
a60b0462be Bug 1508889 - Remove ipc/chromium from the lists of third-party code. r=Ehsan
The ipc/chromium tree has been forked from its former upstream and
heavily modified, so it's safe to reformat and lint.

However, ipc/chromium/src/third_party (a copy of libevent) is following
its upstream, so that should remain exempt.

Differential Revision: https://phabricator.services.mozilla.com/D12498

--HG--
extra : moz-landing-system : lando
2018-11-21 03:11:37 +00:00
Ehsan Akhgari
5257184a66 Bug 1508773 - Add dom/media/platforms/ffmpeg/ffmpeg57 and dom/media/platforms/ffmpeg/ffmpeg58 to the list of third-party directories r=jya
Differential Revision: https://phabricator.services.mozilla.com/D12470

--HG--
extra : moz-landing-system : lando
2018-11-20 21:19:36 +00:00
Jeff Gilbert
5a9f4c3ab5 Bug 1510467 - Mark gfx/gl/GLConsts.h as generated in .clang-format-ignore. r=eakhgari
s/off/on once in GLContext.cpp.
2018-11-28 12:50:45 -08:00
Jan de Mooij
1465f71aab Bug 1510535 - Restore a few lines in .clang-format-ignore. r=tcampbell,sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D13205

--HG--
extra : amend_source : 4cd337db8a968d759273e3a43aab10b1b7ee9e3f
2018-11-28 09:33:44 +01:00
Razvan Maries
3b217cc771 Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2018-11-20 00:36:35 +02:00
Ted Campbell
471c4d6a77 Bug 1508067 - Use clang-format off in vm/Opcodes.h instead of file ignore. r=sylvestre,jandem
Differential Revision: https://phabricator.services.mozilla.com/D12240

--HG--
extra : moz-landing-system : lando
2018-11-19 09:27:17 +00:00
Sylvestre Ledru
9202a447a8 Bug 1508220 - Refresh the list of third party code in dom/media/ r=jya
DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D12249

--HG--
extra : moz-landing-system : lando
2018-11-19 14:41:33 +00:00
Sylvestre Ledru
b2efc1ce20 Bug 1506177 - Ignore the formating on all layout/style/ns*List.h file r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D11489

--HG--
extra : moz-landing-system : lando
2018-11-09 16:51:01 +00:00
Sylvestre Ledru
e591e1b38d Bug 1506117 - layout/style/nsCSSKeywordList.h: do not format r=andi
Differential Revision: https://phabricator.services.mozilla.com/D11471

--HG--
extra : moz-landing-system : lando
2018-11-09 13:45:40 +00:00
Andrew Osmond
84b064dcf0 Bug 1508270 - Add libwebp to the list of thirdparty code. r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D12296
2018-11-19 13:47:42 -05:00
Ehsan Akhgari
20ff7ac23e Bug 1511176 - Ignore the files used to generate the windows.h STL wrapper in clang-format r=sylvestre
Not doing so causes builds to break.

Differential Revision: https://phabricator.services.mozilla.com/D13469

--HG--
extra : moz-landing-system : lando
2018-11-29 21:22:51 +00:00
Sylvestre Ledru
f1bd7869c0 Bug 1511160 - Add dom/media/webaudio/blink/ to the thirdparty list of code r=andi
Differential Revision: https://phabricator.services.mozilla.com/D13466

--HG--
extra : moz-landing-system : lando
2018-11-29 21:02:28 +00:00
Sylvestre Ledru
ae8ecdb28d Bug 1468447 - Add closure-library to the list of thirdparty r=andi DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D10188

--HG--
extra : moz-landing-system : lando
2018-10-30 11:47:16 +00:00
Kearwood "Kip" Gilbert
b3309c2776 Bug 1501455 - Remove gfx/vr/gfxVROculus.cpp and gfx/vr/gfxVROpenVR.cpp r=daoshengmu
Now that the VRService thread is enabled by default, we
can remove these old files.

The OpenVR 3rd party code has been moved from gfx/vr/openvr
to gfx/vr/service/openvr to be closer to the OpenVRSession
implementation.

The Oculus header (ovr_capi_dynamic.h) has been moved from
gfx/vr/ovr_capi_dynamic.h to gfx/vr/service/oculus to be
closer to the OculusSession implementation.

Differential Revision: https://phabricator.services.mozilla.com/D9600

--HG--
rename : gfx/vr/ovr_capi_dynamic.h => gfx/vr/service/oculus/ovr_capi_dynamic.h
rename : gfx/vr/openvr/LICENSE => gfx/vr/service/openvr/LICENSE
rename : gfx/vr/openvr/README.md => gfx/vr/service/openvr/README.md
rename : gfx/vr/openvr/README.mozilla => gfx/vr/service/openvr/README.mozilla
rename : gfx/vr/openvr/headers/openvr.h => gfx/vr/service/openvr/headers/openvr.h
rename : gfx/vr/openvr/moz.build => gfx/vr/service/openvr/moz.build
rename : gfx/vr/openvr/src/README => gfx/vr/service/openvr/src/README
rename : gfx/vr/openvr/src/dirtools_public.cpp => gfx/vr/service/openvr/src/dirtools_public.cpp
rename : gfx/vr/openvr/src/dirtools_public.h => gfx/vr/service/openvr/src/dirtools_public.h
rename : gfx/vr/openvr/src/envvartools_public.cpp => gfx/vr/service/openvr/src/envvartools_public.cpp
rename : gfx/vr/openvr/src/envvartools_public.h => gfx/vr/service/openvr/src/envvartools_public.h
rename : gfx/vr/openvr/src/hmderrors_public.cpp => gfx/vr/service/openvr/src/hmderrors_public.cpp
rename : gfx/vr/openvr/src/hmderrors_public.h => gfx/vr/service/openvr/src/hmderrors_public.h
rename : gfx/vr/openvr/src/ivrclientcore.h => gfx/vr/service/openvr/src/ivrclientcore.h
rename : gfx/vr/openvr/src/openvr_api_public.cpp => gfx/vr/service/openvr/src/openvr_api_public.cpp
rename : gfx/vr/openvr/src/pathtools_public.cpp => gfx/vr/service/openvr/src/pathtools_public.cpp
rename : gfx/vr/openvr/src/pathtools_public.h => gfx/vr/service/openvr/src/pathtools_public.h
rename : gfx/vr/openvr/src/sharedlibtools_public.cpp => gfx/vr/service/openvr/src/sharedlibtools_public.cpp
rename : gfx/vr/openvr/src/sharedlibtools_public.h => gfx/vr/service/openvr/src/sharedlibtools_public.h
rename : gfx/vr/openvr/src/strtools_public.cpp => gfx/vr/service/openvr/src/strtools_public.cpp
rename : gfx/vr/openvr/src/strtools_public.h => gfx/vr/service/openvr/src/strtools_public.h
rename : gfx/vr/openvr/src/vrpathregistry_public.cpp => gfx/vr/service/openvr/src/vrpathregistry_public.cpp
rename : gfx/vr/openvr/src/vrpathregistry_public.h => gfx/vr/service/openvr/src/vrpathregistry_public.h
extra : moz-landing-system : lando
2018-10-24 22:22:41 +00:00
Sylvestre Ledru
d46aacf93b Bug 1498608 - Add js/src/builtin/intl/TimeZoneDataGenerated.h to .clang-format-ignore r=andi
Differential Revision: https://phabricator.services.mozilla.com/D8560

--HG--
extra : moz-landing-system : lando
2018-10-12 16:16:01 +00:00
Sylvestre Ledru
41b4041464 Bug 1489449 - Add prio and other thirdparty libs to the list of thirdparty code r=janx
Differential Revision: https://phabricator.services.mozilla.com/D5247

--HG--
extra : moz-landing-system : lando
2018-09-07 12:08:25 +00:00
Bryce Van Dyk
b965d1aa0e Bug 1486502 - Add widevine CDM headers to third party paths, clang-format ignore. r=sylvestre
We wish to keep the widevine headers in the same formatting as upstream to
ease comparison and as we do not modify these files. This patch adds the
existing headers, as well as another we anticipate pulling down for our next
bump (content_decryption_module_proxy.h) to the ignored paths. These files are
ignored individually rather than the whole directory they're in, as we also
have Mozilla code in that dir.

Differential Revision: https://phabricator.services.mozilla.com/D4347

--HG--
extra : moz-landing-system : lando
2018-08-27 16:25:54 +00:00
Sylvestre Ledru
10d5e709b0 Bug 1464452 - Add richtext to the list of thirdparties r=andi
MozReview-Commit-ID: 44BqrMb6Ko0

--HG--
extra : rebase_source : bfe343239322247519635ca76cfbb921e9587997
2018-05-25 09:01:11 -07:00
Nick Alexander
bf575d403e Bug 1444546 - Part 4: Use GENERATED_FILES for Android JNI wrapper generation. r=froydnj,jchen
MozReview-Commit-ID: 1IjoQdEMqr8

--HG--
extra : rebase_source : 9f2e539328d83aa15bce0357a8c7d2722d517b2a
2018-03-06 20:09:37 -08:00
Tom Ritter
9f13fdcfce Bug 1449244 Remove SphinxBase r=drno
MozReview-Commit-ID: AIcwcWAa4nV

--HG--
extra : rebase_source : 26a1f1379595917c20f042abfa2fbb25c634a9db
2018-03-27 12:04:10 -05:00
Sylvestre Ledru
3c051c8d75 Bug 1448412 - Update of the list of thirdparty r=tjr
MozReview-Commit-ID: CXhcAI6yRAN

--HG--
extra : rebase_source : db2ab62b404e0199e38076af1f430d966bf3adcc
2018-03-23 19:48:35 +01:00
Andi-Bogdan Postelnicu
a5f81f6a72 Bug 1448382 - Add js/src/vtune/ to the ThirdPartyPaths and .clang-format-ignore. r=sylvestre
MozReview-Commit-ID: 4Tni5V4K9Tv

--HG--
extra : rebase_source : cd2f899936b5e71211d71e3237d2619365cd63a2
2018-03-23 21:38:55 +02:00
Sylvestre Ledru
270e2db41d Bug 1445269 - Refresh tools/rewriting/ThirdPartyPaths.txt r=tjr
MozReview-Commit-ID: xui275DKni

--HG--
extra : rebase_source : 8df0979f7a286211f2947e4192fa3b11ec2ac387
2018-03-13 15:59:21 +01:00
Sylvestre Ledru
2666518b96 Bug 1430792 - ExampleStylesheet.h should not be formatted r=andi
MozReview-Commit-ID: 33I2vh3V4pj

--HG--
extra : rebase_source : 723b977df03cdb91df4b0665c2368e17cb247506
2018-01-16 16:37:01 +01:00