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

Issue 4997002: IE CEEE: Explicitly assign window properties/methods into the script host glo... (Closed)

Created:
10 years, 1 month ago by Eric Dingle
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

IE CEEE: Explicitly assign window properties/methods into the script host global namespace instead of automatically. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=66144

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -23 lines) Patch
M ceee/ie/plugin/scripting/ceee_bootstrap.js View 1 chunk +54 lines, -1 line 0 comments Download
M ceee/ie/plugin/scripting/content_script_manager.cc View 2 chunks +9 lines, -3 lines 2 comments Download
M ceee/ie/plugin/scripting/content_script_manager_unittest.cc View 1 chunk +20 lines, -19 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Eric Dingle
10 years, 1 month ago (2010-11-15 16:27:56 UTC) #1
Sigurður Ásgeirsson
lgtm http://codereview.chromium.org/4997002/diff/1/ceee/ie/plugin/scripting/content_script_manager.cc File ceee/ie/plugin/scripting/content_script_manager.cc (right): http://codereview.chromium.org/4997002/diff/1/ceee/ie/plugin/scripting/content_script_manager.cc#newcode160 ceee/ie/plugin/scripting/content_script_manager.cc:160: if (FAILED(hr)) thanks... Can you see whether the ...
10 years, 1 month ago (2010-11-15 16:33:30 UTC) #2
Eric Dingle
10 years, 1 month ago (2010-11-15 16:37:51 UTC) #3
Thanks! Submitting.

http://codereview.chromium.org/4997002/diff/1/ceee/ie/plugin/scripting/conten...
File ceee/ie/plugin/scripting/content_script_manager.cc (right):

http://codereview.chromium.org/4997002/diff/1/ceee/ie/plugin/scripting/conten...
ceee/ie/plugin/scripting/content_script_manager.cc:160: if (FAILED(hr))
This method is private and only called internally. The caller (also a private
method) does log errors on failure :)

On 2010/11/15 16:33:30, Ruðrugis wrote:
> thanks...
> Can you see whether the caller logs errors, and if not, add logging to the
error
> cases here?

Powered by Google App Engine
This is Rietveld 408576698