diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-19 17:55:31 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-19 17:55:31 +0000 |
commit | 8d5a7d9b4bf5e42ad889e7ea36feff67f4d78a00 (patch) | |
tree | e4331294db06c147f607583fcc21a6aa5a43ba3e /third_party/npapi | |
parent | 2d88e7d8b4c382e0ef178c52a87450c226150ef2 (diff) | |
download | chromium_src-8d5a7d9b4bf5e42ad889e7ea36feff67f4d78a00.zip chromium_src-8d5a7d9b4bf5e42ad889e7ea36feff67f4d78a00.tar.gz chromium_src-8d5a7d9b4bf5e42ad889e7ea36feff67f4d78a00.tar.bz2 |
Enforce all the source files to be encoded in UTF-8.
Many files used random encoding. All of them were in comments or unit test files
that were not compiled. In any case, not using unicode everywhere complexify the
tools so enforcing it makes presubmit checks much simpler.
R=joi@chromium.org
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10797029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147480 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/npapi')
-rw-r--r-- | third_party/npapi/README.chromium | 4 | ||||
-rw-r--r-- | third_party/npapi/npspy/extern/plugin/npruntime.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/third_party/npapi/README.chromium b/third_party/npapi/README.chromium index 2aa0ae4..87806a5 100644 --- a/third_party/npapi/README.chromium +++ b/third_party/npapi/README.chromium @@ -2,3 +2,7 @@ Name: Netscape Plugin Application Programming Interface (NPAPI) Short Name: npapi URL: http://mxr.mozilla.org/mozilla-central/source/modules/plugin/base/public/ Version: unknown +Security Critical: yes + +Modifications: +- Converted to utf-8 with: vim +"argdo write ++enc=utf-8" *.h diff --git a/third_party/npapi/npspy/extern/plugin/npruntime.h b/third_party/npapi/npspy/extern/plugin/npruntime.h index 29eae21..58c6f60 100644 --- a/third_party/npapi/npspy/extern/plugin/npruntime.h +++ b/third_party/npapi/npspy/extern/plugin/npruntime.h @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* - * Copyright © 2004, Apple Computer, Inc. and The Mozilla Foundation. + * Copyright © 2004, Apple Computer, Inc. and The Mozilla Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |