Chromium Code Reviews
Help | Chromium Project | Sign in
(2)

Issue 3105004: Adds support for showing the match preview on views. It's behind the (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
4 years, 9 months ago by sky
Modified:
4 years ago
Reviewers:
Jay Civelli
CC:
chromium-reviews, brettw-cc_chromium.org, ben+cc_chromium.org, Ben Goodger (Google)
Visibility:
Public.

Description

Adds support for showing the match preview on views. It's behind the flag --enable-match-preview. There is still a lot of details to get it working good enough, but this is a good point to check some stuff in. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55665

Patch Set 1 #

Patch Set 2 : Cleanup #

Total comments: 7

Patch Set 3 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+601 lines, -45 lines) Patch
M chrome/browser/browser.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browser.cc View 2 chunks +11 lines, -0 lines 0 comments Download
A chrome/browser/tab_contents/match_preview.h View 1 2 1 chunk +80 lines, -0 lines 0 comments Download
A chrome/browser/tab_contents/match_preview.cc View 1 2 1 chunk +192 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.h View 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_delegate.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_delegate.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/tabs/tab_strip_model.h View 1 4 chunks +36 lines, -1 line 0 comments Download
M chrome/browser/tabs/tab_strip_model.cc View 1 2 4 chunks +35 lines, -8 lines 0 comments Download
M chrome/browser/views/frame/browser_view.h View 1 6 chunks +26 lines, -2 lines 0 comments Download
M chrome/browser/views/frame/browser_view.cc View 1 2 10 chunks +183 lines, -33 lines 0 comments Download
M chrome/browser/views/location_bar/location_bar_view.cc View 2 chunks +8 lines, -0 lines 0 comments Download
chrome/chrome_browser.gypi View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/notification_type.h View 1 chunk +4 lines, -0 lines 0 comments Download
Commit: CQ not working?

Messages

Total messages: 5 (0 generated)
sky
4 years, 9 months ago (2010-08-10 20:23:28 UTC) #1
sky
Jay, I'm sending this your way as Ben is in meetings all day. Thanks, -Scott
4 years, 9 months ago (2010-08-10 20:45:51 UTC) #2
Jay Civelli
http://codereview.chromium.org/3105004/diff/4001/5003 File chrome/browser/tab_contents/match_preview.cc (right): http://codereview.chromium.org/3105004/diff/4001/5003#newcode22 chrome/browser/tab_contents/match_preview.cc:22: TabContentsDelegateImpl(MatchPreview* match_preview) Should be explicit. http://codereview.chromium.org/3105004/diff/4001/5003#newcode137 chrome/browser/tab_contents/match_preview.cc:137: preview_contents_.reset(NULL); Isn't ...
4 years, 9 months ago (2010-08-10 21:26:17 UTC) #3
sky
New snapshot uploaded. -Scott http://codereview.chromium.org/3105004/diff/4001/5003 File chrome/browser/tab_contents/match_preview.cc (right): http://codereview.chromium.org/3105004/diff/4001/5003#newcode137 chrome/browser/tab_contents/match_preview.cc:137: preview_contents_.reset(NULL); On 2010/08/10 21:26:17, Jay ...
4 years, 9 months ago (2010-08-10 22:07:12 UTC) #4
Jay Civelli
4 years, 9 months ago (2010-08-10 22:10:12 UTC) #5
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld ec887be