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

Issue 79026: added windows.getWindows() and tabs.moveTab() (Closed)

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

Description

added windows.getWindows() and tabs.moveTab() Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13919

Patch Set 1 #

Total comments: 14

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+316 lines, -63 lines) Patch
M chrome/browser/extensions/extension_function_dispatcher.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_tabs_module.h View 1 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_tabs_module.cc View 1 10 chunks +129 lines, -17 lines 0 comments Download
M chrome/renderer/renderer_resources.grd View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/resources/extension_process_bindings.js View 1 4 chunks +40 lines, -1 line 0 comments Download
M chrome/test/data/extensions/test/TabsAPI/1/tabs_api.html View 1 1 chunk +136 lines, -44 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
rafaelw
two more api functions
11 years, 8 months ago (2009-04-16 22:13:34 UTC) #1
Aaron Boodman
lgtm http://codereview.chromium.org/79026/diff/1/5 File chrome/browser/extensions/extension_tabs_module.cc (right): http://codereview.chromium.org/79026/diff/1/5#newcode225 Line 225: const DictionaryValue *args_hash = static_cast<const DictionaryValue*>(args_); Nit: ...
11 years, 8 months ago (2009-04-16 22:25:10 UTC) #2
Matt Perry
http://codereview.chromium.org/79026/diff/1/5 File chrome/browser/extensions/extension_tabs_module.cc (right): http://codereview.chromium.org/79026/diff/1/5#newcode13 Line 13: // Forward declare static helper functions defined below. ...
11 years, 8 months ago (2009-04-16 22:25:40 UTC) #3
Aaron Boodman
http://codereview.chromium.org/79026/diff/1/7 File chrome/renderer/resources/extension_process_bindings.js (right): http://codereview.chromium.org/79026/diff/1/7#newcode78 Line 78: validate(arguments, arguments.callee.params); On 2009/04/16 22:25:40, Matt Perry wrote: ...
11 years, 8 months ago (2009-04-16 22:58:54 UTC) #4
rafaelw
http://codereview.chromium.org/79026/diff/1/5 File chrome/browser/extensions/extension_tabs_module.cc (right): http://codereview.chromium.org/79026/diff/1/5#newcode43 Line 43: // schema validation should prevent this. On 2009/04/16 ...
11 years, 8 months ago (2009-04-16 23:11:26 UTC) #5
Matt Perry
11 years, 8 months ago (2009-04-16 23:20:22 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698