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

Issue 1589013: Switch renderer in Moniker patch... (Closed)

Created:
10 years, 8 months ago by amit
Modified:
9 years ago
CC:
chromium-reviews, tfarina (gmail-do not use)
Visibility:
Public.

Description

Switch renderer in Moniker patch Step one of the changes. Inspect data and cause a switch in the moniker patch. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=44038

Patch Set 1 #

Total comments: 5

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Total comments: 75

Patch Set 9 : '' #

Total comments: 18

Patch Set 10 : '' #

Patch Set 11 : '' #

Total comments: 18

Patch Set 12 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1282 lines, -1511 lines) Patch
M chrome_frame/bho.h View 4 5 6 7 8 9 1 chunk +1 line, -1 line 1 comment Download
M chrome_frame/bho.cc View 4 5 6 7 8 9 2 chunks +6 lines, -17 lines 0 comments Download
A chrome_frame/bind_status_callback_impl.h View 8 9 1 chunk +98 lines, -0 lines 0 comments Download
A chrome_frame/bind_status_callback_impl.cc View 8 9 1 chunk +228 lines, -0 lines 0 comments Download
M chrome_frame/chrome_active_document.h View 4 5 6 7 8 9 2 chunks +3 lines, -3 lines 0 comments Download
M chrome_frame/chrome_active_document.cc View 4 5 6 7 8 9 10 11 11 chunks +11 lines, -16 lines 0 comments Download
M chrome_frame/chrome_frame.gyp View 4 5 6 7 8 9 3 chunks +10 lines, -1 line 0 comments Download
M chrome_frame/chrome_frame_activex_base.h View 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
A chrome_frame/stream_impl.h View 6 7 8 9 1 chunk +44 lines, -0 lines 0 comments Download
A chrome_frame/stream_impl.cc View 6 7 8 1 chunk +95 lines, -0 lines 0 comments Download
M chrome_frame/test/test_with_web_server.cc View 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M chrome_frame/test/urlmon_moniker_integration_test.cc View 4 5 6 7 8 9 9 chunks +27 lines, -23 lines 0 comments Download
M chrome_frame/test/urlmon_moniker_tests.h View 4 5 6 7 8 9 3 chunks +110 lines, -80 lines 0 comments Download
M chrome_frame/test/urlmon_moniker_unittest.cc View 4 5 6 7 8 9 1 chunk +198 lines, -175 lines 0 comments Download
M chrome_frame/urlmon_bind_status_callback.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +95 lines, -64 lines 0 comments Download
M chrome_frame/urlmon_bind_status_callback.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +234 lines, -229 lines 0 comments Download
M chrome_frame/urlmon_moniker.h View 4 5 6 7 8 9 8 chunks +20 lines, -241 lines 0 comments Download
M chrome_frame/urlmon_moniker.cc View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +94 lines, -431 lines 0 comments Download
D chrome_frame/urlmon_moniker_base.h View 4 5 6 7 8 9 1 chunk +0 lines, -156 lines 0 comments Download
M chrome_frame/urlmon_upload_data_stream.h View 4 5 6 7 8 9 2 chunks +2 lines, -49 lines 0 comments Download
M chrome_frame/urlmon_url_request.cc View 4 5 6 7 8 9 1 chunk +1 line, -15 lines 0 comments Download
M chrome_frame/urlmon_url_request_private.h View 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
M chrome_frame/utils.h View 4 5 6 7 8 9 2 chunks +1 line, -5 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
tfarina (gmail-do not use)
http://codereview.chromium.org/1589013/diff/1/2 File chrome_frame/urlmon_bind_status_callback.cc (right): http://codereview.chromium.org/1589013/diff/1/2#newcode30 chrome_frame/urlmon_bind_status_callback.cc:30: } nit: // namespace http://codereview.chromium.org/1589013/diff/1/2#newcode581 chrome_frame/urlmon_bind_status_callback.cc:581: nit: remove extra ...
10 years, 8 months ago (2010-04-02 21:39:31 UTC) #1
amit
10 years, 8 months ago (2010-04-02 22:48:37 UTC) #2
stoyan
http://codereview.chromium.org/1589013/diff/11001/12001 File chrome_frame/urlmon_bind_status_callback.cc (right): http://codereview.chromium.org/1589013/diff/11001/12001#newcode17 chrome_frame/urlmon_bind_status_callback.cc:17: HRESULT CloneMoniker(IBindCtx* bind_ctx, IMoniker* moniker, IMoniker** out) { Who ...
10 years, 8 months ago (2010-04-02 23:54:16 UTC) #3
tommi (sloooow) - chröme
I haven't looked at the change in detail but I notice you added use of ...
10 years, 8 months ago (2010-04-06 15:04:52 UTC) #4
amit
Changes done, new tests added. Please continue with the review.
10 years, 8 months ago (2010-04-07 01:59:21 UTC) #5
ananta
Looks great. http://codereview.chromium.org/1589013/diff/4002/29015 File chrome_frame/bho.cc (right): http://codereview.chromium.org/1589013/diff/4002/29015#newcode323 chrome_frame/bho.cc:323: DCHECK(patch_method == PATCH_METHOD_IBROWSER || Should we remove ...
10 years, 8 months ago (2010-04-07 18:56:14 UTC) #6
amit
The experiment of initially returning CF_NULL as a mimetype and then switching does not work. ...
10 years, 8 months ago (2010-04-08 02:42:47 UTC) #7
tommi (sloooow) - chröme
http://codereview.chromium.org/1589013/diff/4002/29024 File chrome_frame/bind_status_callback_impl.cc (right): http://codereview.chromium.org/1589013/diff/4002/29024#newcode46 chrome_frame/bind_status_callback_impl.cc:46: HRESULT BSCBImpl::DetachBind() { maybe it should be called ReleaseBind ...
10 years, 8 months ago (2010-04-08 17:05:51 UTC) #8
stoyan
http://codereview.chromium.org/1589013/diff/4004/47020 File chrome_frame/test/urlmon_moniker_integration_test.cc (right): http://codereview.chromium.org/1589013/diff/4004/47020#newcode115 chrome_frame/test/urlmon_moniker_integration_test.cc:115: *flags = BINDF_PULLDATA | BINDF_NOWRITECACHE; Hm, are you sure ...
10 years, 8 months ago (2010-04-08 18:49:35 UTC) #9
stoyan
http://codereview.chromium.org/1589013/diff/4004/47003 File chrome_frame/urlmon_bind_status_callback.cc (right): http://codereview.chromium.org/1589013/diff/4004/47003#newcode239 chrome_frame/urlmon_bind_status_callback.cc:239: bool data_fully_available = !!(bscf & can you rename this ...
10 years, 8 months ago (2010-04-08 19:02:00 UTC) #10
amit
Thanks for the comments so far, new patch is up, please continue. http://codereview.chromium.org/1589013/diff/4002/29022 File chrome_frame/stream_impl.h ...
10 years, 8 months ago (2010-04-08 22:52:38 UTC) #11
stoyan
http://codereview.chromium.org/1589013/diff/74002/44032 File chrome_frame/urlmon_bind_status_callback.cc (right): http://codereview.chromium.org/1589013/diff/74002/44032#newcode29 chrome_frame/urlmon_bind_status_callback.cc:29: // onto the steam pointer. steam -> stream http://codereview.chromium.org/1589013/diff/74002/44034 ...
10 years, 8 months ago (2010-04-08 23:28:55 UTC) #12
ananta
Getting closer. Comments mostly nits below. http://codereview.chromium.org/1589013/diff/74002/44048 File chrome_frame/test/urlmon_moniker_integration_test.cc (right): http://codereview.chromium.org/1589013/diff/74002/44048#newcode264 chrome_frame/test/urlmon_moniker_integration_test.cc:264: /* Can these ...
10 years, 8 months ago (2010-04-08 23:29:37 UTC) #13
stoyan
lgtm (with the offline-not-yet-uploaded-fixes)
10 years, 8 months ago (2010-04-08 23:32:34 UTC) #14
amit
Comments addressed, please contine. On Thu, Apr 8, 2010 at 4:32 PM, <stoyan@chromium.org> wrote: > ...
10 years, 8 months ago (2010-04-08 23:49:01 UTC) #15
ananta
LGTM
10 years, 8 months ago (2010-04-09 00:12:13 UTC) #16
tfarina (gmail-do not use)
http://codereview.chromium.org/1589013/diff/6003/70014 File chrome_frame/bho.h (right): http://codereview.chromium.org/1589013/diff/6003/70014#newcode1 chrome_frame/bho.h:1: // Copyright (c) 2009 The Chromium Authors. All rights ...
10 years, 8 months ago (2010-04-09 00:35:51 UTC) #17
amit
On 2010/04/09 00:12:13, ananta wrote: > LGTM Thanks for the comments so far. I have ...
10 years, 8 months ago (2010-04-09 01:12:39 UTC) #18
tommi (sloooow) - chröme
10 years, 8 months ago (2010-04-09 01:44:55 UTC) #19
sounds good.  lgtm!

On Thu, Apr 8, 2010 at 9:12 PM, <amit@chromium.org> wrote:

> On 2010/04/09 00:12:13, ananta wrote:
>
>> LGTM
>>
>
> Thanks for the comments so far. I have checked in this patch (disabled by
> default) since I want to have QA look at it tomorrow. Comments are still
> welcome
> and I will address them in subsequent CLs.
>
>
>
> http://codereview.chromium.org/1589013/show
>

Powered by Google App Engine
This is Rietveld 408576698