forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* `FromDoubleT()` -> `FromSecondsSinceUnixEpoch()` * `ToDoubleT()` -> `InSecondsFSinceUnixEpoch()` * `FromJsTime()` -> `FromMillisecondsSinceUnixEpoch()` * `ToJsTime*()` -> `InMillisecondsFSinceUnixEpoch*()` * `FromJavaTime()` -> `FromMillisecondsSinceUnixEpoch()` * `ToJavaTime()` -> `InMillisecondsSinceUnixEpoch()` These are more descriptive of the functionality. No other changes, aside from typecasting fixes in the following files: * chrome/browser/ash/arc/fileapi/arc_documents_provider_root.cc * third_party/blink/renderer/modules/notifications/notification_data.cc * third_party/blink/renderer/modules/notifications/notification_data_test.cc Further cleanup will happen separately, since this CL as-is isn't really reviewable, only stampable. Bug: none No-Try: True Change-Id: I9ba11d4a5ff0692e6060e3aa47327a6dfc37bbe5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4956111 Owners-Override: Gabriel Charette <gab@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by: Gabriel Charette <gab@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/main@{#1213083}
- Loading branch information
Showing
631 changed files
with
3,679 additions
and
2,710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.