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

Issue 383004: A quick fix for Issue 26880.... (Closed)

Created:
11 years, 1 month ago by Hironori Bono
Modified:
9 years, 7 months ago
Reviewers:
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, ben+cc_chromium.org, John Grabowski, pam+watch_chromium.org, darin (slow to review)
Visibility:
Public.

Description

A quick fix for Issue 26880. As Firefox does, we need to use Carbon APIs to finish an ongoing composition because Leopard does not have Cocoa API [NSTextInputContext discardMarkedText:]. I'm wondering if this code can be compiled on Snow Leopard having xcode 4.2 installed, this change enclose this Carbon call with #ifdef and #endif. BUG=26880 TEST=Enable a Chinese IME, type "baobao", click outside from the candidate window, and check if the candidate window is closed.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -22 lines) Patch
M chrome/browser/renderer_host/render_widget_host_view_mac.mm View 4 chunks +33 lines, -22 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698