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

Issue 159779: Use LoadString instead of the ATL-dependent AtlGetStringResourceImage.... (Closed)

Created:
11 years, 4 months ago by James Hawkins
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Use LoadString instead of the ATL-dependent AtlGetStringResourceImage. BUG=5022 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22299

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : Included process.h to get _beginthreadex. #

Total comments: 4

Patch Set 5 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -10 lines) Patch
M webkit/tools/test_shell/test_shell_win.cc View 1 2 3 4 4 chunks +10 lines, -10 lines 1 comment Download

Messages

Total messages: 9 (0 generated)
James Hawkins
11 years, 4 months ago (2009-08-03 03:28:24 UTC) #1
James Hawkins
Fixed a couple typos.
11 years, 4 months ago (2009-08-03 03:32:49 UTC) #2
darin (slow to review)
LGTM w/ one nit: http://codereview.chromium.org/159779/diff/1006/9 File webkit/tools/test_shell/test_shell_win.cc (right): http://codereview.chromium.org/159779/diff/1006/9#newcode689 Line 689: TCHAR localized[MAX_LOADSTRING]; nit: we ...
11 years, 4 months ago (2009-08-03 05:57:10 UTC) #3
James Hawkins
http://codereview.chromium.org/159779/diff/1006/9 File webkit/tools/test_shell/test_shell_win.cc (right): http://codereview.chromium.org/159779/diff/1006/9#newcode689 Line 689: TCHAR localized[MAX_LOADSTRING]; On 2009/08/03 05:57:10, darin wrote: > ...
11 years, 4 months ago (2009-08-03 06:15:11 UTC) #4
darin (slow to review)
http://codereview.chromium.org/159779/diff/1006/9 File webkit/tools/test_shell/test_shell_win.cc (right): http://codereview.chromium.org/159779/diff/1006/9#newcode689 Line 689: TCHAR localized[MAX_LOADSTRING]; On 2009/08/03 06:15:11, James Hawkins wrote: ...
11 years, 4 months ago (2009-08-03 06:35:56 UTC) #5
Peter Kasting
LGTM with Darin's comment re: TCHAR addressed. One question below. http://codereview.chromium.org/159779/diff/1006/9 File webkit/tools/test_shell/test_shell_win.cc (right): http://codereview.chromium.org/159779/diff/1006/9#newcode696 ...
11 years, 4 months ago (2009-08-03 17:55:28 UTC) #6
darin (slow to review)
On Mon, Aug 3, 2009 at 10:55 AM, <pkasting@chromium.org> wrote: > LGTM with Darin's comment ...
11 years, 4 months ago (2009-08-03 18:13:08 UTC) #7
James Hawkins
11 years, 4 months ago (2009-08-03 18:30:51 UTC) #8
Peter Kasting
11 years, 4 months ago (2009-08-03 18:41:37 UTC) #9
LGTM

http://codereview.chromium.org/159779/diff/1010/13
File webkit/tools/test_shell/test_shell_win.cc (right):

http://codereview.chromium.org/159779/diff/1010/13#newcode523
Line 523: DWORD fileURLLength = sizeof(fileURL)/sizeof(fileURL[0]);
Nit: I'd just change this to INTERNET_MAX_URL_LENGTH, it seems more readable and
less error-prone.

Powered by Google App Engine
This is Rietveld 408576698