Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(770)

Issue 668168: ChromeFrame now uses host provided popup blocker.... (Closed)

Created:
10 years, 9 months ago by stoyan
Modified:
9 years, 7 months ago
Reviewers:
amit, ananta
CC:
chromium-reviews, amit, ben+cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

ChromeFrame now uses host provided popup blocker. It does not work in all scenarions since from Chrome side an empty string is passed as target url. Note in IE6 "Tools/Popup Blocker" menu is not visible if ChromeFrame is the activedocument. Have to support some IOleCommandTarget command.. BUG=34823 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=40897

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+226 lines, -142 lines) Patch
M chrome/browser/automation/automation_provider.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/automation/automation_provider_win.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/external_tab_container.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/external_tab_container.cc View 2 chunks +10 lines, -10 lines 0 comments Download
M chrome/test/automation/automation_messages.h View 1 chunk +41 lines, -0 lines 0 comments Download
M chrome/test/automation/automation_messages_internal.h View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/test/automation/automation_proxy_uitest.h View 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/test/automation/automation_proxy_uitest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome_frame/chrome_active_document.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome_frame/chrome_active_document.cc View 1 2 4 chunks +29 lines, -6 lines 0 comments Download
M chrome_frame/chrome_frame_activex_base.h View 1 2 4 chunks +97 lines, -92 lines 0 comments Download
M chrome_frame/chrome_frame_automation.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome_frame/chrome_frame_automation.cc View 4 chunks +14 lines, -5 lines 0 comments Download
M chrome_frame/chrome_frame_delegate.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome_frame/chrome_launcher.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
stoyan
10 years, 9 months ago (2010-03-05 19:21:06 UTC) #1
amit
LGTM Just curious about the cookie change from intptr_t to uint64, is this for future ...
10 years, 9 months ago (2010-03-05 19:45:21 UTC) #2
ananta
LGTM with Amit's suggestion incorporated.
10 years, 9 months ago (2010-03-05 20:07:09 UTC) #3
stoyan
10 years, 9 months ago (2010-03-05 20:18:10 UTC) #4
Sending things with platform dependent size over the wire is not a good idea.

http://codereview.chromium.org/668168/diff/23/27
File chrome_frame/chrome_active_document.cc (right):

http://codereview.chromium.org/668168/diff/23/27#newcode714
chrome_frame/chrome_active_document.cc:714: HRESULT hr =
popup_manager_->EvaluateNewWindow(
On 2010/03/05 19:45:21, amit wrote:
> if (popup_manager)?

Done.

Powered by Google App Engine
This is Rietveld 408576698