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

Issue 8823009: Remove Hunspell on OS X - step 1 (Closed)

Created:
9 years ago by jeremy
Modified:
9 years ago
Reviewers:
Robert Sesek
CC:
chromium-reviews, Avi (use Gerrit), ajwong+watch_chromium.org, creis+watch_chromium.org, brettw-cc_chromium.org, Hironori Bono
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Remove Hunspell on OS X - step 1 This CL removes Hunspell-related options from the spelling context menu on the Mac and tries to bring the menu more inline with the native platform menu. Notably: * Spelling submenu observer is split into Hunspell and Mac implementation files. * strings are split into mac/non-mac variants (saving a bit of space on non-mac platforms?) and the titles are brought more in line with OS X (probably need more work to make this match on all OS X versions). * Menu is reordered on Mac to more closely match the Cocoa spelling submenu. BUG=69944 TEST=Spelling submenu should continue to work on non-Mac platforms. On Mac it should contain 3 items - "Show Spelling and Grammar", "Check Spelling while you Type" and "Language Settings..." Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113457

Patch Set 1 #

Total comments: 16

Patch Set 2 : Fix review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -258 lines) Patch
M chrome/app/generated_resources.grd View 1 2 chunks +24 lines, -9 lines 0 comments Download
M chrome/browser/tab_contents/spellchecker_submenu_observer.h View 1 2 chunks +8 lines, -0 lines 0 comments Download
D chrome/browser/tab_contents/spellchecker_submenu_observer.cc View 1 chunk +0 lines, -230 lines 0 comments Download
A + chrome/browser/tab_contents/spellchecker_submenu_observer_hunspell.cc View 3 chunks +0 lines, -18 lines 0 comments Download
A chrome/browser/tab_contents/spellchecker_submenu_observer_mac.cc View 1 1 chunk +136 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
jeremy
9 years ago (2011-12-06 22:15:06 UTC) #1
Robert Sesek
http://codereview.chromium.org/8823009/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/8823009/diff/1/chrome/app/generated_resources.grd#newcode784 chrome/app/generated_resources.grd:784: <message name="IDS_CONTENT_CONTEXT_SHOW_SPELLING_PANEL" desc="The name of the Show Spelling Panel ...
9 years ago (2011-12-07 16:21:17 UTC) #2
jeremy
Ready for another look, thanks! http://codereview.chromium.org/8823009/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/8823009/diff/1/chrome/app/generated_resources.grd#newcode784 chrome/app/generated_resources.grd:784: <message name="IDS_CONTENT_CONTEXT_SHOW_SPELLING_PANEL" desc="The name ...
9 years ago (2011-12-07 18:28:44 UTC) #3
Robert Sesek
lgtm
9 years ago (2011-12-07 19:20:44 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeremy@chromium.org/8823009/7001
9 years ago (2011-12-07 19:21:27 UTC) #5
commit-bot: I haz the power
9 years ago (2011-12-07 20:36:57 UTC) #6
Change committed as 113457

Powered by Google App Engine
This is Rietveld 408576698