summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authortonikitoo <tonikitoo@igalia.com>2016-08-02 11:52:28 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-02 11:52:28 -0700
commitea3ff9eaaa508b9cbc7f52bc92d189eacbc7a935 (patch)
tree286510e2a2aae68e7c1495d7cbed0b6880a805ba /AUTHORS
parent6faf9f9508b858e27fde9a7f75ff6962048326ca (diff)
downloadpdfium-ea3ff9eaaa508b9cbc7f52bc92d189eacbc7a935.tar.xz
Introduce ::getPropertyInternal method to avoid duplicationchromium/2819chromium/2818chromium/2817
Document.cpp implements "getter" methods for some of the Document object properties. Some of the body of such methods are identical. Patch introduces a ::getPropertyInternal private method that gets rid of this duplication. Namely the following properties' getters are cleaned up: - "author", "creationDate", "creator", "keywords", - "modDate", "producer", "subject" and "title" No behavior change. Review-Url: https://codereview.chromium.org/2202283002
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 7336dfd3d5..142576870f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -9,6 +9,7 @@
# See python fnmatch module documentation for more information.
Andrey Khalyavin <halyavin@chromium.org>
+Antonio Gomes <tonikitoo@igalia.com>
Brett Wilson <brettw@chromium.org>
Bruce Dawson <brucedawson@chromium.org>
Chery Cherian <cherycherian@gmail.com>