Index: third_party/undoview/README.chromium |
diff --git a/third_party/undoview/README.chromium b/third_party/undoview/README.chromium |
index 6a9b3bffe9856c519ac7693c677fa3d8fda98672..032e2b33c082f1a5c1b6059b8d1b0ce1d820b9c0 100644 |
--- a/third_party/undoview/README.chromium |
+++ b/third_party/undoview/README.chromium |
@@ -1,11 +1,13 @@ |
Name: undoview |
-Short Name: gtksourceview |
-URL: http://projects.gnome.org/gtksourceview/ |
+Short Name: undoview |
+URL: http://projects.gnome.org/gtksourceview, http://www.gtk.org |
Version: unknown |
+License: LGPL 2.1 |
+Security Critical: yes |
-This contains GtkUndoView, which is GtkTextView with undo/redo |
-support. The code to add the support is borrowed from GtkSourceView. |
-However since SV has a lot of other stuff we don't want, we borrow |
-only the undo support and add it to GtkTextView to create a |
-GtkUndoView. |
+This directory provides a new class, GtkUndoView. It is based on GtkTextView |
+from the GTK+ project, but with undo/redo support added. The code to add this |
+support is borrowed from the GtkSourceView project. Since GtkSourceView has a |
+lot of other stuff we don't want, we borrow only the undo/redo support and add |
+it to GtkTextView to create GtkUndoView. |