| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
We provided <(library) as a variable to support a peculiar
build configuration on Linux. We no longer support that build
configuration, so we can simplify this code to no longer use
a variable.
Review URL: http://codereview.chromium.org/7051014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86004 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The next step is a presubmit rule that will make people use the template.
We are doing this so that we can better track dependancy versions.
BUG=None
TEST=N/A
Review URL: http://codereview.chromium.org/6610030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78316 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update actions_in_current_group when removing an action so that it doesn't crash
afterwards.
BUG=61607,62609
TEST=manual (see bug)
Do not set text if it didn't change, because it registers a delete/insert undo-able action-couple.
Review URL: http://codereview.chromium.org/4683002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65609 0039d316-1c4b-4281-b951-d872f2087c98
|
|
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
|