Bug 1508472 - Part 1: First batch of comment fix-ups in preparation for the tree reformat r=sylvestre

This is a best effort attempt at ensuring that the adverse impact of
reformatting the entire tree over the comments would be minimal.  I've used a
combination of strategies including disabling of formatting, some manual
formatting and some changes to formatting to work around some clang-format
limitations.

Differential Revision: https://phabricator.services.mozilla.com/D13046
This commit is contained in:
Ehsan Akhgari
2018-11-27 10:08:58 +00:00
parent bbfc430281
commit 6d06c0bc8f
54 changed files with 192 additions and 151 deletions

View File

@@ -5219,7 +5219,7 @@ HTMLInputElement::ParseDate(const nsAString& aValue, uint32_t* aYear,
uint32_t* aMonth, uint32_t* aDay) const
{
/*
* Parse the year, month, day values out a date string formatted as 'yyyy-mm-dd'.
* Parse the year, month, day values out a date string formatted as yyyy-mm-dd.
* -The year must be 4 or more digits long, and year > 0
* -The month must be exactly 2 digits long, and 01 <= month <= 12
* -The day must be exactly 2 digit long, and 01 <= day <= maxday