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

Issue 6245001: Fixed initial rendering of toolbar. (Closed)

Created:
9 years, 11 months ago by Vitaly Buka (NO REVIEWS)
Modified:
9 years ago
CC:
chromium-reviews, ceee-reviews_chromium.org
Visibility:
Public.

Description

Fixed initial rendering of toolbar. IE will create empty properly rendered toolbar instead of white box. Then chrome frame will be placed above. BUG=none TEST=none

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -34 lines) Patch
M ceee/ie/plugin/toolband/tool_band.h View 1 2 3 4 5 4 chunks +22 lines, -3 lines 1 comment Download
M ceee/ie/plugin/toolband/tool_band.cc View 1 2 3 4 5 chunks +9 lines, -31 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Vitaly Buka (NO REVIEWS)
9 years, 11 months ago (2011-01-13 00:09:00 UTC) #1
Cindy Lau
LGTM, but you should probably wait for Siggi to review.
9 years, 11 months ago (2011-01-13 00:16:22 UTC) #2
Vitaly Buka corp
Sure. On 2011/01/13 00:16:22, Cindy Lau wrote: > LGTM, but you should probably wait for ...
9 years, 11 months ago (2011-01-13 02:42:53 UTC) #3
Sigurður Ásgeirsson
lgtm with a couple of nits. http://codereview.chromium.org/6245001/diff/1/ceee/ie/plugin/toolband/tool_band.cc File ceee/ie/plugin/toolband/tool_band.cc (right): http://codereview.chromium.org/6245001/diff/1/ceee/ie/plugin/toolband/tool_band.cc#newcode308 ceee/ie/plugin/toolband/tool_band.cc:308: // for painting ...
9 years, 11 months ago (2011-01-13 14:42:55 UTC) #4
Vitaly Buka (NO REVIEWS)
http://codereview.chromium.org/6245001/diff/1/ceee/ie/plugin/toolband/tool_band.cc File ceee/ie/plugin/toolband/tool_band.cc (right): http://codereview.chromium.org/6245001/diff/1/ceee/ie/plugin/toolband/tool_band.cc#newcode308 ceee/ie/plugin/toolband/tool_band.cc:308: // for painting toolband background while chrome frame is ...
9 years, 11 months ago (2011-01-14 00:06:30 UTC) #5
Sigurður Ásgeirsson
9 years, 11 months ago (2011-01-14 14:00:43 UTC) #6
lgtm++

http://codereview.chromium.org/6245001/diff/23001/ceee/ie/plugin/toolband/too...
File ceee/ie/plugin/toolband/tool_band.h (right):

http://codereview.chromium.org/6245001/diff/23001/ceee/ie/plugin/toolband/too...
ceee/ie/plugin/toolband/tool_band.h:53: // WS_CHILD | WS_VISIBLE |
TBSTYLE_TRANSPARENT | CCS_NODIVIDER are critical
one last nit: can I ask you to move this to a typedef, e.g. 
typedef ... 
  ToolbandWindowImpl;

or some such for readability?

Powered by Google App Engine
This is Rietveld 408576698