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

111 Коммитов

Автор SHA1 Сообщение Дата
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
Sylvestre Ledru 8aad132e5c Bug 1411004 - ./mach clang-format: Better handling of relative paths r=mystor=mystor
For example, this is addressing the issue:
./mach clang-format -p ./mfbt/

MozReview-Commit-ID: Le8mPTOEfA7

--HG--
extra : rebase_source : ed196a2a86793d6601f590ce04744ebc7f3cd303
2017-10-30 18:36:28 +01:00
Sebastian Hengst 8d87f8dc5c Backed out changeset 31f259ee387b (bug 1411004) for failing flake8 at tools/mach_commands.py:307:14 | indentation is not a multiple of four. r=backout
--HG--
extra : rebase_source : 9aa7815837319af97673a17aae6096b297b9564d
2017-10-31 16:20:11 +01:00
Sylvestre Ledru 751ec47c7c Bug 1411004 - ./mach clang-format: Better handling of relative paths r=mystor=mystor
For example, this is addressing the issue:
./mach clang-format -p ./mfbt/

MozReview-Commit-ID: Le8mPTOEfA7

--HG--
extra : rebase_source : 87ca393854f1dfc4f3959e91677a4cbc6fb80287
2017-10-30 18:36:28 +01:00
Sylvestre Ledru c671d028b0 Bug 1410967 - refresh the list of thirdparties r=andi
MozReview-Commit-ID: 8jGpovY87n2

--HG--
extra : rebase_source : 175caa1c42a4ea87022568d34fedef91b5b717b1
2017-10-23 19:34:55 +02:00
Jan Keromnes 1851e61177 Bug 1403527 - Add third-party URL Classifier sources to ThirdPartyPaths.txt. r=andi, r=sylvestre 2017-09-27 04:42:00 -04:00
Sylvestre Ledru 6c3ae427a5 No bug - Remove an non-breaking space r=me DONTBUILD
MozReview-Commit-ID: 7rA1KsMlURe
2017-09-01 11:41:39 +02:00
Sylvestre Ledru dfe64e69c7 No bug - Remove an non-breaking space r=me DONTBUILD
MozReview-Commit-ID: GsVer0pRUso
2017-09-01 11:39:35 +02:00
Sylvestre Ledru ec28351b8c Bug 1395584 - Ignore js/src/vm/Opcodes.h from the coding style reformat r=nbp
MozReview-Commit-ID: 7PQtdP9BTvb

--HG--
extra : rebase_source : 5f3e56e0403133e9aa72abc9bfa99919160be72c
2017-08-31 16:45:35 +02:00
Sylvestre Ledru 0e47d2469e No bug - Add comments to explain why they are ignored by clang-format r=me DONTBUILD
MozReview-Commit-ID: B8fsjYiWzkm

--HG--
extra : amend_source : c39c3ac8d446f29b0cc9c9d62be48328e3f29eda
2017-08-30 18:53:35 +02:00
Sylvestre Ledru fb75aa4149 Bug 1391233 - [clang-format] Ignore the tests in the reformat r=gps
MozReview-Commit-ID: WTTkwE9RE5

--HG--
extra : rebase_source : 30182d62d37f8ab2e23ce65b7bf62ef24d2c094c
2017-08-17 14:57:03 +02:00
Sylvestre Ledru eba3d254ab Bug 1391219 - Refresh .clang-format-ignore with the recent update of thirdparty libs r=andi
MozReview-Commit-ID: 4x0Bm40Ca2T

--HG--
extra : rebase_source : b22d956387fac0331e89577966d24cd351dcf0b1
2017-08-17 13:55:12 +02:00
Sylvestre Ledru ccf4ee0557 Bug 1342657 - clang-format: Ignore two files which are using some #define trick r=andi
MozReview-Commit-ID: 4xD2roDp7HO

--HG--
extra : rebase_source : 4e85a1d7498c66fd6243358ce685c296ad0d6724
2017-08-17 14:03:08 +02:00
Kartikaya Gupta 0c6d8a3242 Bug 1374730 - Follow-up to update some non-code mentions of webrender_traits to webrender_api. r=me and DONTBUILD
MozReview-Commit-ID: HNSJC0gHEZv
2017-07-26 09:56:52 -04:00
Jan Keromnes 01df6c73e3 Bug 1376488 - Remove some old paths from ThirdPartyPaths.txt. r=sylvestre, r=andi 2017-06-27 10:49:00 -04:00
Sylvestre Ledru 5a097c03b5 Bug 1374720 - Refresh .clang-format-ignore with the recent update of thirdparty libs r=andi
MozReview-Commit-ID: KBHRYHkILt8

--HG--
extra : rebase_source : ea91c22371aa18590500bedd1557b8a0dc1c9dc9
2017-06-20 19:33:12 +02:00
Mike Hommey 782725e19a Bug 1363992 - Remove jemalloc 4. r=njn
--HG--
extra : rebase_source : 9794320e96279cbb8b7b66db6720c959eaa6a95b
2017-05-11 13:23:07 +09:00
Kearwood Gilbert 8cedccb89e Bug 1341423 - Integrate OpenVR binding library r=daoshengmu
MozReview-Commit-ID: GaUnfbXgh9L

--HG--
rename : gfx/vr/openvr/openvr.h => gfx/vr/openvr/headers/openvr.h
extra : rebase_source : e7a0983371c1ed381ddf431e2d5a814c510d4967
2017-02-27 16:59:30 -08:00
Sylvestre Ledru a8237139e5 Bug 1343185 - Add the JNI generate files in the list of ignored elements r=mystor
MozReview-Commit-ID: IjrG03eunFU

--HG--
extra : rebase_source : 5935c79d678feaf45cd380318c5ab350a063022b
2017-02-28 08:27:33 +01:00
Sylvestre Ledru 958e31da87 Bug 1343068 - Add the JNI generate files in the list of ignored elements r=mystor
MozReview-Commit-ID: CcNVKLrUQW6

--HG--
extra : rebase_source : 6eae74e70ba09498bc29c78c6560a46ad27f1fb4
2017-02-27 23:27:53 +01:00
Sylvestre Ledru a860e0b001 Bug 1342652 - Update the clang-format-ignore with the recent changes in tools/rewriting/ThirdPartyPaths.txt r=mystor
MozReview-Commit-ID: IVBe0iT8mGu

--HG--
extra : rebase_source : 17db0bece3fd68220795397cac11f93fbc451974
2017-02-25 13:15:36 +01:00
Jeff Walden 645ca06a98 Bug 1332797 - Move mfbt/double-conversion source files into a new source/ subdirectory, to segregate upstream files from update.sh and our local patches. r=froydnj
--HG--
rename : mfbt/double-conversion/LICENSE => mfbt/double-conversion/source/LICENSE
rename : mfbt/double-conversion/README => mfbt/double-conversion/source/README
rename : mfbt/double-conversion/bignum-dtoa.cc => mfbt/double-conversion/source/bignum-dtoa.cc
rename : mfbt/double-conversion/bignum-dtoa.h => mfbt/double-conversion/source/bignum-dtoa.h
rename : mfbt/double-conversion/bignum.cc => mfbt/double-conversion/source/bignum.cc
rename : mfbt/double-conversion/bignum.h => mfbt/double-conversion/source/bignum.h
rename : mfbt/double-conversion/cached-powers.cc => mfbt/double-conversion/source/cached-powers.cc
rename : mfbt/double-conversion/cached-powers.h => mfbt/double-conversion/source/cached-powers.h
rename : mfbt/double-conversion/diy-fp.cc => mfbt/double-conversion/source/diy-fp.cc
rename : mfbt/double-conversion/diy-fp.h => mfbt/double-conversion/source/diy-fp.h
rename : mfbt/double-conversion/double-conversion.cc => mfbt/double-conversion/source/double-conversion.cc
rename : mfbt/double-conversion/double-conversion.h => mfbt/double-conversion/source/double-conversion.h
rename : mfbt/double-conversion/fast-dtoa.cc => mfbt/double-conversion/source/fast-dtoa.cc
rename : mfbt/double-conversion/fast-dtoa.h => mfbt/double-conversion/source/fast-dtoa.h
rename : mfbt/double-conversion/fixed-dtoa.cc => mfbt/double-conversion/source/fixed-dtoa.cc
rename : mfbt/double-conversion/fixed-dtoa.h => mfbt/double-conversion/source/fixed-dtoa.h
rename : mfbt/double-conversion/ieee.h => mfbt/double-conversion/source/ieee.h
rename : mfbt/double-conversion/strtod.cc => mfbt/double-conversion/source/strtod.cc
rename : mfbt/double-conversion/strtod.h => mfbt/double-conversion/source/strtod.h
rename : mfbt/double-conversion/utils.h => mfbt/double-conversion/source/utils.h
extra : rebase_source : e84171373b2f766698ea48d23484ed05463a4d8a
2017-01-23 15:11:50 -08:00
Sylvestre Ledru 501a9322a4 Bug 1313040 - Update the list of ignored directories/files with clang-format r=mystor
MozReview-Commit-ID: ByV08Oryu6h

--HG--
extra : rebase_source : cc54017b3f72a2fdeba703c2fdbc470e819d3407
2016-11-14 15:42:55 +01:00
Anthony Jones e0c2d4e3a7 Bug 967361 - Fix .clang-format-ignore on Windows. r=gps 2014-02-04 17:25:04 +13:00
Anthony Jones a4c0bcf9b0 Bug 965120 - Use .clang-format to set tree default format; r=gps 2014-01-30 14:27:44 +13:00
Anthony Jones 68d6317eab Bug 952379 - Add a clang-format-diff helper to mach; r=gps 2014-01-08 14:51:44 +13:00