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

Unified Diff: third_party/undoview/README.chromium

Issue 3387008: linux: Add support for undo in the omnibox. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Corrected entry in DEPS. Created 10 years, 3 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 | « third_party/undoview/LICENSE ('k') | third_party/undoview/undo_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/undoview/README.chromium
diff --git a/third_party/undoview/README.chromium b/third_party/undoview/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..260d8e34309fc8b4ba51d5d267e1a48646963ae5
--- /dev/null
+++ b/third_party/undoview/README.chromium
@@ -0,0 +1,9 @@
+Name: undoview
+URL: http://projects.gnome.org/gtksourceview/
+
+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.
+
« no previous file with comments | « third_party/undoview/LICENSE ('k') | third_party/undoview/undo_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698