summaryrefslogtreecommitdiffstats
path: root/third_party/undoview/README.chromium
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-28 02:32:12 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-28 02:32:12 +0000
commit6803ce1b07793a2c81ab26241198df8cb98d4b0a (patch)
tree2fa55b661f2770ae99d2d3a0b9b56f319d751619 /third_party/undoview/README.chromium
parente65dda8abfda0fc35d837e275771b53719946cd3 (diff)
downloadchromium_src-6803ce1b07793a2c81ab26241198df8cb98d4b0a.zip
chromium_src-6803ce1b07793a2c81ab26241198df8cb98d4b0a.tar.gz
chromium_src-6803ce1b07793a2c81ab26241198df8cb98d4b0a.tar.bz2
Landing http://codereview.chromium.org/3387008 for sadrul:
linux: Add support for undo in the omnibox. GtkTextView does not support undo. So borrow the relevant code from GtkSourceView. BUG=18210 TEST=None Patch from sadrul <sadrul@chromium.org> Review URL: http://codereview.chromium.org/3429025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60744 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/undoview/README.chromium')
-rw-r--r--third_party/undoview/README.chromium9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/undoview/README.chromium b/third_party/undoview/README.chromium
new file mode 100644
index 0000000..260d8e3
--- /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.
+