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

Issue 372075: Use renderer spellchecker for windows. (Closed)

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

Description

Use renderer spellchecker for windows. BUG=25677 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31875

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : minor comment fix #

Total comments: 3

Patch Set 4 : '' #

Patch Set 5 : typedef to ipc/, mac fixes #

Patch Set 6 : '' #

Total comments: 2

Patch Set 7 : inline #

Unified diffs Side-by-side diffs Delta from patch set Stats (+229 lines, -133 lines) Patch
M base/file_util.h View 2 3 4 5 6 3 chunks +8 lines, -12 lines 0 comments Download
M base/file_util.cc View 2 3 4 5 6 2 chunks +27 lines, -0 lines 0 comments Download
M base/file_util_posix.cc View 1 2 3 4 5 6 2 chunks +9 lines, -33 lines 0 comments Download
M base/file_util_win.cc View 1 2 3 4 5 6 1 chunk +1 line, -4 lines 0 comments Download
M build/common.gypi View 1 2 3 4 5 6 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/profile.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.cc View 1 2 3 4 5 6 2 chunks +14 lines, -2 lines 0 comments Download
M chrome/browser/spellcheck_host.h View 1 2 3 4 5 6 5 chunks +13 lines, -5 lines 0 comments Download
M chrome/browser/spellcheck_host.cc View 1 2 3 4 5 6 5 chunks +60 lines, -24 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 6 5 chunks +15 lines, -8 lines 0 comments Download
M chrome/common/notification_type.h View 4 5 6 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 4 5 6 5 chunks +5 lines, -14 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/renderer/render_thread.h View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/renderer/render_thread.cc View 1 2 3 4 5 6 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/renderer/render_view.cc View 2 chunks +14 lines, -6 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck.h View 1 2 3 4 5 6 4 chunks +3 lines, -7 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck.cc View 1 2 3 4 5 6 5 chunks +8 lines, -6 lines 0 comments Download
M ipc/ipc.gyp View 5 6 1 chunk +1 line, -0 lines 0 comments Download
A ipc/ipc_platform_file.h View 5 6 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Evan Stade
11 years, 1 month ago (2009-11-10 00:12:35 UTC) #1
jam
lgtm with these comments http://codereview.chromium.org/372075/diff/2001/3004 File base/platform_file.h (right): http://codereview.chromium.org/372075/diff/2001/3004#newcode24 Line 24: typedef PlatformFile PlatformFileForTransit; Adding ...
11 years, 1 month ago (2009-11-11 02:01:37 UTC) #2
jam
lgtm with these comments http://codereview.chromium.org/372075/diff/2001/3004 File base/platform_file.h (right): http://codereview.chromium.org/372075/diff/2001/3004#newcode24 Line 24: typedef PlatformFile PlatformFileForTransit; Adding ...
11 years, 1 month ago (2009-11-11 02:01:56 UTC) #3
Evan Stade
http://codereview.chromium.org/372075/diff/2001/3004 File base/platform_file.h (right): http://codereview.chromium.org/372075/diff/2001/3004#newcode24 Line 24: typedef PlatformFile PlatformFileForTransit; On 2009/11/11 02:01:37, John Abd-El-Malek ...
11 years, 1 month ago (2009-11-11 20:25:59 UTC) #4
brettw
On 2009/11/11 20:25:59, Evan Stade wrote: > http://codereview.chromium.org/372075/diff/2001/3004 > File base/platform_file.h (right): > > http://codereview.chromium.org/372075/diff/2001/3004#newcode24 ...
11 years, 1 month ago (2009-11-12 00:28:58 UTC) #5
Evan Stade
updated location of the typedef, fixed unit tests, all trybots are green.
11 years, 1 month ago (2009-11-12 21:25:25 UTC) #6
jam
lgtm http://codereview.chromium.org/372075/diff/2001/3004 File base/platform_file.h (right): http://codereview.chromium.org/372075/diff/2001/3004#newcode24 Line 24: typedef PlatformFile PlatformFileForTransit; On 2009/11/11 20:26:00, Evan ...
11 years, 1 month ago (2009-11-12 21:59:17 UTC) #7
Evan Stade
heh, 5 of the last 10 changes to file_util.h are me. +Mark Mentovai: are you ...
11 years, 1 month ago (2009-11-12 22:02:47 UTC) #8
Mark Mentovai
Seems fine. http://codereview.chromium.org/372075/diff/9016/9036 File ipc/ipc_platform_file.cc (right): http://codereview.chromium.org/372075/diff/9016/9036#newcode10 Line 10: const PlatformFileForTransit& transit) { It's almost ...
11 years, 1 month ago (2009-11-12 22:15:30 UTC) #9
Evan Stade
11 years, 1 month ago (2009-11-12 22:17:13 UTC) #10
http://codereview.chromium.org/372075/diff/9016/9036
File ipc/ipc_platform_file.cc (right):

http://codereview.chromium.org/372075/diff/9016/9036#newcode10
Line 10: const PlatformFileForTransit& transit) {
On 2009/11/12 22:15:30, Mark Mentovai wrote:
> It's almost worth inlining this in the .h and not even adding a .cc, but it's
> your call.

when I did that, the trybots complained about duplicate symbols

Powered by Google App Engine
This is Rietveld 408576698