Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1102)

Unified Diff: src/ports/SkGlobalInitialization_default.cpp

Issue 1667663004: add note about security and new subclasses (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ports/SkGlobalInitialization_default.cpp
diff --git a/src/ports/SkGlobalInitialization_default.cpp b/src/ports/SkGlobalInitialization_default.cpp
index a2b91b4a933537ce23f4f1d69dd4ff1d39af2a22..2b674ac7c578140fee133a72bd56fa3038628182 100644
--- a/src/ports/SkGlobalInitialization_default.cpp
+++ b/src/ports/SkGlobalInitialization_default.cpp
@@ -46,6 +46,14 @@
#include "SkTileImageFilter.h"
#include "SkXfermodeImageFilter.h"
+// Security note:
+//
+// As new subclasses are added here, they should be reviewed by chrome security before they
Oliver Chang 2016/02/03 23:53:58 could you please also add a note to extend the fil
reed1 2016/02/04 00:03:16 Done.
+// support deserializing cross-process.
+//
+// See SkReadBuffer::isCrossProcess() and SkPicture::PictureIOSecurityPrecautionsEnabled()
+//
+
/*
* None of these are strictly "required" for Skia to operate.
*
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698