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

Issue 1912993002: MacViews: Implement NSResponder deletion action messages. (Closed)

Created:
4 years, 8 months ago by karandeepb
Modified:
4 years, 7 months ago
Reviewers:
tapted
CC:
chromium-reviews, tfarina, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MacViews: Implement NSResponder deletion action messages. This CL adds support for the following deletion editing commands: -deleteToBeginningOfLine: -deleteToBeginningOfParagraph: -deleteToEndOfParagraph: -deleteToEndOfLine: Tests are added for the same as well as for the commands deleteWordForward: and deleteWordBackward:. BUG=586985 Committed: https://crrev.com/e0d60fbe0459693abc293f4093ed802513855b29 Cr-Commit-Position: refs/heads/master@{#390892}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Rebase. #

Patch Set 3 : Address review comments. #

Total comments: 12

Patch Set 4 : Address nits. #

Patch Set 5 : Change "Depends on Patchset". #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -0 lines) Patch
M ui/views/cocoa/bridged_content_view.mm View 1 2 3 2 chunks +25 lines, -0 lines 0 comments Download
M ui/views/cocoa/bridged_native_widget_unittest.mm View 1 2 3 4 chunks +136 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 16 (8 generated)
karandeepb
PTAL Trent. Thanks. https://codereview.chromium.org/1912993002/diff/1/ui/views/cocoa/bridged_content_view.mm File ui/views/cocoa/bridged_content_view.mm (right): https://codereview.chromium.org/1912993002/diff/1/ui/views/cocoa/bridged_content_view.mm#newcode697 ui/views/cocoa/bridged_content_view.mm:697: int command = [self selectedRange].length ? ...
4 years, 8 months ago (2016-04-22 02:02:46 UTC) #3
tapted
https://codereview.chromium.org/1912993002/diff/1/ui/views/cocoa/bridged_content_view.mm File ui/views/cocoa/bridged_content_view.mm (right): https://codereview.chromium.org/1912993002/diff/1/ui/views/cocoa/bridged_content_view.mm#newcode697 ui/views/cocoa/bridged_content_view.mm:697: int command = [self selectedRange].length ? IDS_DELETE_FORWARD On 2016/04/22 ...
4 years, 8 months ago (2016-04-26 05:46:55 UTC) #4
karandeepb
PTAL Trent. Have made this dependent on CL https://codereview.chromium.org/1923793002 https://codereview.chromium.org/1912993002/diff/1/ui/views/cocoa/bridged_content_view.mm File ui/views/cocoa/bridged_content_view.mm (right): https://codereview.chromium.org/1912993002/diff/1/ui/views/cocoa/bridged_content_view.mm#newcode697 ui/views/cocoa/bridged_content_view.mm:697: ...
4 years, 7 months ago (2016-04-29 01:52:48 UTC) #7
tapted
lgtm % nits https://codereview.chromium.org/1912993002/diff/1/ui/views/cocoa/bridged_native_widget_unittest.mm File ui/views/cocoa/bridged_native_widget_unittest.mm (right): https://codereview.chromium.org/1912993002/diff/1/ui/views/cocoa/bridged_native_widget_unittest.mm#newcode652 ui/views/cocoa/bridged_native_widget_unittest.mm:652: TEST_F(BridgedNativeWidgetTest, TextInput_DeleteWordForward) { On 2016/04/29 01:52:48, ...
4 years, 7 months ago (2016-04-29 04:15:40 UTC) #8
karandeepb
https://codereview.chromium.org/1912993002/diff/40001/ui/views/cocoa/bridged_content_view.mm File ui/views/cocoa/bridged_content_view.mm (right): https://codereview.chromium.org/1912993002/diff/40001/ui/views/cocoa/bridged_content_view.mm#newcode681 ui/views/cocoa/bridged_content_view.mm:681: // views::Textfields are single-line only, map Paragraph and Document ...
4 years, 7 months ago (2016-05-02 02:53:42 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1912993002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1912993002/100001
4 years, 7 months ago (2016-05-02 04:06:07 UTC) #12
commit-bot: I haz the power
Committed patchset #5 (id:100001)
4 years, 7 months ago (2016-05-02 04:53:03 UTC) #14
commit-bot: I haz the power
4 years, 7 months ago (2016-05-02 04:53:54 UTC) #16
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/e0d60fbe0459693abc293f4093ed802513855b29
Cr-Commit-Position: refs/heads/master@{#390892}

Powered by Google App Engine
This is Rietveld 408576698