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

Issue 3190005: Add two new entry points to the Chrome Frame DLL to allow for non-admin regis... (Closed)

Created:
10 years, 4 months ago by robertshield
Modified:
9 years, 6 months ago
Reviewers:
amit, stoyan
CC:
chromium-reviews, amit, tommi (sloooow) - chröme
Visibility:
Public.

Description

Add two new entry points to the Chrome Frame DLL to allow for non-admin registration. BUG=53127 TEST=Can register the CF DLL with non-admin privileges when calling into the alternate registration entry points. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=58197

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 6

Patch Set 4 : '' #

Total comments: 1

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -32 lines) Patch
M chrome_frame/bho.rgs View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/chrome_active_document.rgs View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome_frame/chrome_frame_activex.rgs View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/chrome_frame_npapi.rgs View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/chrome_protocol.rgs View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome_frame/chrome_tab.cc View 1 2 3 4 5 11 chunks +67 lines, -15 lines 0 comments Download
M chrome_frame/chrome_tab.def View 1 2 3 1 chunk +11 lines, -9 lines 0 comments Download
M chrome_frame/chrome_tab.rgs View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
robertshield
10 years, 4 months ago (2010-08-24 17:58:55 UTC) #1
stoyan
lgtm
10 years, 4 months ago (2010-08-24 20:44:54 UTC) #2
stoyan
lgtm http://codereview.chromium.org/3190005/diff/6001/7006 File chrome_frame/chrome_tab.cc (right): http://codereview.chromium.org/3190005/diff/6001/7006#newcode350 chrome_frame/chrome_tab.cc:350: STDAPI CustomRegistration(UINT reg_flags, BOOL reg, bool is_system) { ...
10 years, 4 months ago (2010-08-24 20:55:29 UTC) #3
amit
lgtm http://codereview.chromium.org/3190005/diff/6001/7006 File chrome_frame/chrome_tab.cc (right): http://codereview.chromium.org/3190005/diff/6001/7006#newcode618 chrome_frame/chrome_tab.cc:618: if (win_util::GetWinVersion() < win_util::WINVERSION_VISTA) { Does this mean ...
10 years, 4 months ago (2010-08-24 21:07:43 UTC) #4
robertshield
Thanks, ptal. http://codereview.chromium.org/3190005/diff/6001/7006 File chrome_frame/chrome_tab.cc (right): http://codereview.chromium.org/3190005/diff/6001/7006#newcode350 chrome_frame/chrome_tab.cc:350: STDAPI CustomRegistration(UINT reg_flags, BOOL reg, bool is_system) ...
10 years, 3 months ago (2010-08-30 18:55:52 UTC) #5
stoyan
lgtm
10 years, 3 months ago (2010-08-30 19:39:07 UTC) #6
stoyan
http://codereview.chromium.org/3190005/diff/13001/14006 File chrome_frame/chrome_tab.cc (right): http://codereview.chromium.org/3190005/diff/13001/14006#newcode619 chrome_frame/chrome_tab.cc:619: if (win_util::GetWinVersion() < win_util::WINVERSION_VISTA) return SetOrDeleteMimeHandlerKey(enable, HKLM);
10 years, 3 months ago (2010-08-30 19:39:13 UTC) #7
robertshield
Fyi, I made a minor update to chrome_tab.cc because AtlSetPerUserRegistration isn't available in the ATL ...
10 years, 3 months ago (2010-09-01 14:56:36 UTC) #8
stoyan
10 years, 3 months ago (2010-09-01 15:03:48 UTC) #9
OK.

Powered by Google App Engine
This is Rietveld 408576698