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

Issue 7084033: Catch exception when register extension with inputUI. (Closed)

Created:
9 years, 6 months ago by Peng
Modified:
9 years, 5 months ago
Reviewers:
bryeung, James Hawkins
CC:
chromium-reviews, arv (Not doing code reviews), Rick Byers, Alex Nicolaou
Visibility:
Public.

Description

Catch exception when register extension with inputUI. BUG=Load virutal keyboard failed in desktop touchui build TEST=manually Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=87334

Patch Set 1 : Update #

Total comments: 2

Patch Set 2 : Update #

Total comments: 1

Patch Set 3 : Remove the global variable imeEnabled #

Patch Set 4 : Refine comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -20 lines) Patch
M chrome/browser/resources/keyboard/ime.js View 1 2 3 5 chunks +9 lines, -19 lines 0 comments Download
M chrome/browser/resources/keyboard/main.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Peng
9 years, 6 months ago (2011-05-30 15:25:07 UTC) #1
bryeung
LGTM, from the logic side I'm not sure about using globals this way though.
9 years, 6 months ago (2011-05-30 15:29:27 UTC) #2
James Hawkins
http://codereview.chromium.org/7084033/diff/2001/chrome/browser/resources/keyboard/ime.js File chrome/browser/resources/keyboard/ime.js (right): http://codereview.chromium.org/7084033/diff/2001/chrome/browser/resources/keyboard/ime.js#newcode197 chrome/browser/resources/keyboard/ime.js:197: if (!imeEnabled) { Why is this check necessary since ...
9 years, 6 months ago (2011-05-30 22:07:15 UTC) #3
Peng
Hi James, I updated the code. Please review it again. Thanks. http://codereview.chromium.org/7084033/diff/2001/chrome/browser/resources/keyboard/ime.js File chrome/browser/resources/keyboard/ime.js (right): ...
9 years, 6 months ago (2011-05-31 14:55:34 UTC) #4
James Hawkins
http://codereview.chromium.org/7084033/diff/7001/chrome/browser/resources/keyboard/ime.js File chrome/browser/resources/keyboard/ime.js (right): http://codereview.chromium.org/7084033/diff/7001/chrome/browser/resources/keyboard/ime.js#newcode235 chrome/browser/resources/keyboard/ime.js:235: imeEnabled = false; I really agree that using a ...
9 years, 6 months ago (2011-05-31 16:38:16 UTC) #5
Peng
On 2011/05/31 16:38:16, James Hawkins wrote: > http://codereview.chromium.org/7084033/diff/7001/chrome/browser/resources/keyboard/ime.js > File chrome/browser/resources/keyboard/ime.js (right): > > http://codereview.chromium.org/7084033/diff/7001/chrome/browser/resources/keyboard/ime.js#newcode235 ...
9 years, 6 months ago (2011-05-31 17:07:10 UTC) #6
James Hawkins
LGTM, thanks.
9 years, 6 months ago (2011-05-31 17:12:37 UTC) #7
commit-bot: I haz the power
9 years, 6 months ago (2011-05-31 18:49:45 UTC) #8
Change committed as 87334

Powered by Google App Engine
This is Rietveld 408576698