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

Issue 100213: use EXTENSION_FUNCTION_VALIDATE (Closed)

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

Description

use EXTENSION_FUNCTION_VALIDATE in extension_tabs_module.cc BUG=11200 R=erikkay Committed: http://src.chromium.org/viewvc/14976

Patch Set 1 #

Total comments: 10

Patch Set 2 : CR changes #

Total comments: 3

Patch Set 3 : final CR change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -60 lines) Patch
M chrome/browser/extensions/extension_function.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_tabs_module.cc View 1 2 9 chunks +23 lines, -59 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
rafaelw
11 years, 7 months ago (2009-04-30 17:18:40 UTC) #1
Erik does not do reviews
http://codereview.chromium.org/100213/diff/1/3 File chrome/browser/extensions/extension_tabs_module.cc (right): http://codereview.chromium.org/100213/diff/1/3#newcode49 Line 49: EXTENSION_FUNCTION_VALIDATE(args->Get(L"ids", &ids_value) && use GetList instead http://codereview.chromium.org/100213/diff/1/3#newcode148 Line ...
11 years, 7 months ago (2009-04-30 17:28:38 UTC) #2
rafaelw
http://codereview.chromium.org/100213/diff/1/3 File chrome/browser/extensions/extension_tabs_module.cc (right): http://codereview.chromium.org/100213/diff/1/3#newcode49 Line 49: EXTENSION_FUNCTION_VALIDATE(args->Get(L"ids", &ids_value) && On 2009/04/30 17:28:39, Erik Kay ...
11 years, 7 months ago (2009-04-30 17:44:57 UTC) #3
Erik does not do reviews
LGTM http://codereview.chromium.org/100213/diff/1002/9 File chrome/browser/extensions/extension_tabs_module.cc (right): http://codereview.chromium.org/100213/diff/1002/9#newcode185 Line 185: Browser* browser = BrowserList::GetLastActive(); Not related to ...
11 years, 7 months ago (2009-04-30 17:52:08 UTC) #4
rafaelw
11 years, 7 months ago (2009-04-30 18:35:37 UTC) #5
http://codereview.chromium.org/100213/diff/1002/9
File chrome/browser/extensions/extension_tabs_module.cc (right):

http://codereview.chromium.org/100213/diff/1002/9#newcode190
Line 190: const DictionaryValue *args = static_cast<const
DictionaryValue*>(args_);
On 2009/04/30 17:52:08, Erik Kay wrote:
> move this line up next to the validate for clarity

Done.

Powered by Google App Engine
This is Rietveld 408576698