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

Issue 2814443003: Fix a bug in TextInputManager::GetCompositionRangeInfo (Closed)

Created:
3 years, 8 months ago by EhsanK
Modified:
3 years, 8 months ago
Reviewers:
Charlie Reis
CC:
chromium-reviews, yusukes+watch_chromium.org, shuchen+watch_chromium.org, jam, nona+watch_chromium.org, darin-cc_chromium.org, James Su
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix a bug in TextInputManager::GetCompositionRangeInfo After the CL: https://codereview.chromium.org/2235283003 which implemented composition range information tracking on the browser side for Mac, the method TIM::GetCompositionRangeInfo was changed to take the RenderWidgetHostView for which the information is required. However, the view pointer is not actually used and the method returns the stored information for |active_view_| instead. BUG=NONE Review-Url: https://codereview.chromium.org/2814443003 Cr-Commit-Position: refs/heads/master@{#463391} Committed: https://chromium.googlesource.com/chromium/src/+/79819af0cb936831671dd43047159d472f9a05ed

Patch Set 1 #

Total comments: 3

Patch Set 2 : Removed the argument |view| #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -9 lines) Patch
M content/browser/renderer_host/text_input_manager.h View 1 1 chunk +2 lines, -4 lines 0 comments Download
M content/browser/renderer_host/text_input_manager.cc View 1 1 chunk +1 line, -5 lines 0 comments Download

Messages

Total messages: 14 (8 generated)
EhsanK
Hello Charlie, Could you please review this CL? There is a question to answer as ...
3 years, 8 months ago (2017-04-10 14:50:29 UTC) #2
Charlie Reis
Thanks! LGTM with the note below. https://codereview.chromium.org/2814443003/diff/1/content/browser/renderer_host/text_input_manager.cc File content/browser/renderer_host/text_input_manager.cc (left): https://codereview.chromium.org/2814443003/diff/1/content/browser/renderer_host/text_input_manager.cc#oldcode80 content/browser/renderer_host/text_input_manager.cc:80: return active_view_ ? ...
3 years, 8 months ago (2017-04-10 18:31:21 UTC) #3
EhsanK
Thanks Charlie! The argument is removed in the latest patch. I will CQ soon. https://codereview.chromium.org/2814443003/diff/1/content/browser/renderer_host/text_input_manager.cc ...
3 years, 8 months ago (2017-04-10 18:37:11 UTC) #5
Charlie Reis
Thanks! LGTM.
3 years, 8 months ago (2017-04-10 19:55:37 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2814443003/20001
3 years, 8 months ago (2017-04-10 20:54:46 UTC) #11
commit-bot: I haz the power
3 years, 8 months ago (2017-04-10 21:11:37 UTC) #14
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/79819af0cb936831671dd4304715...

Powered by Google App Engine
This is Rietveld 408576698