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

Issue 5275007: Add the ability to remove blocked plugin containers from the page. For now,... (Closed)

Created:
10 years ago by Chris Evans
Modified:
9 years, 6 months ago
Reviewers:
Bernhard Bauer
CC:
chromium-reviews, brettw-cc_chromium.org, darin (slow to review)
Visibility:
Public.

Description

Add an "x" to remove the blocked plug-in placeholder. The feature already exists in the context menu, but now it works well enough to promote to the main placeholder UI. BUG=63695 TEST=see bug Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71528

Patch Set 1 #

Total comments: 3

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -2 lines) Patch
M chrome/renderer/blocked_plugin.h View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M chrome/renderer/blocked_plugin.cc View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/renderer/resources/blocked_plugin.html View 1 2 3 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
Chris Evans
Seems to make all those irritating sites usable in "block mode.
10 years ago (2010-11-29 09:41:33 UTC) #1
Bernhard Bauer
Could you add a screenshot? http://codereview.chromium.org/5275007/diff/1/chrome/renderer/blocked_plugin.cc File chrome/renderer/blocked_plugin.cc (right): http://codereview.chromium.org/5275007/diff/1/chrome/renderer/blocked_plugin.cc#newcode95 chrome/renderer/blocked_plugin.cc:95: container->element().setAttribute("height", "0"); Is setting ...
10 years ago (2010-11-29 15:57:53 UTC) #2
darin (slow to review)
Yeah, how about using "visibility: hidden" instead so that the plugin still takes up space? ...
10 years ago (2010-11-29 17:05:12 UTC) #3
cevans
On Mon, Nov 29, 2010 at 7:57 AM, <bauerb@chromium.org> wrote: > Could you add a ...
10 years ago (2010-11-29 18:29:21 UTC) #4
cevans
On Mon, Nov 29, 2010 at 10:29 AM, Chris Evans <cevans@google.com> wrote: > On Mon, ...
10 years ago (2010-11-29 18:29:35 UTC) #5
cevans
On Mon, Nov 29, 2010 at 9:05 AM, Darin Fisher <darin@chromium.org> wrote: > Yeah, how ...
10 years ago (2010-11-29 19:10:56 UTC) #6
cevans
FWIW, I've been deliberately running across sites with Flash ads all morning, and I can't ...
10 years ago (2010-11-29 20:07:08 UTC) #7
Bernhard Bauer
http://codereview.chromium.org/5275007/diff/1/chrome/renderer/resources/outdated_plugin.html File chrome/renderer/resources/outdated_plugin.html (right): http://codereview.chromium.org/5275007/diff/1/chrome/renderer/resources/outdated_plugin.html#newcode29 chrome/renderer/resources/outdated_plugin.html:29: #outer:hover img { Nit: Could you join these two ...
10 years ago (2010-11-29 21:02:49 UTC) #8
darin (slow to review)
On Mon, Nov 29, 2010 at 11:10 AM, Chris Evans <cevans@google.com> wrote: > On Mon, ...
10 years ago (2010-11-29 23:43:46 UTC) #9
Chris Evans
Selectors merged. http://codereview.chromium.org/5275007/diff/1/chrome/renderer/resources/outdated_plugin.html File chrome/renderer/resources/outdated_plugin.html (right): http://codereview.chromium.org/5275007/diff/1/chrome/renderer/resources/outdated_plugin.html#newcode29 chrome/renderer/resources/outdated_plugin.html:29: #outer:hover img { On 2010/11/29 21:02:49, Bernhard ...
10 years ago (2010-11-30 03:17:46 UTC) #10
Bernhard Bauer
On 2010/11/30 03:17:46, Chris Evans wrote: > Selectors merged. > > http://codereview.chromium.org/5275007/diff/1/chrome/renderer/resources/outdated_plugin.html > File chrome/renderer/resources/outdated_plugin.html ...
10 years ago (2010-11-30 11:11:18 UTC) #11
cevans
On Mon, Nov 29, 2010 at 3:43 PM, Darin Fisher <darin@chromium.org> wrote: > On Mon, ...
10 years ago (2010-11-30 18:52:10 UTC) #12
Chris Evans
Ok so here's the final piece which adds the "x" to the UI. I've used ...
9 years, 11 months ago (2011-01-14 22:59:11 UTC) #13
Bernhard Bauer
9 years, 11 months ago (2011-01-14 23:07:52 UTC) #14
On Fri, Jan 14, 2011 at 23:59,  <cevans@chromium.org> wrote:
> Ok so here's the final piece which adds the "x" to the UI. I've used a
> nicely-blended, not-in-your-face "x" image, based on previous discussions.
> It's
> a reuse of an existing one which is nice. I've uploaded a new screenshot to
> the
> bug.

LGTM. I think we could add it to the click-to-play UI as well (and get
rid of the crosshair cursor while we're at it ;-)

>
> http://codereview.chromium.org/5275007/
>

Powered by Google App Engine
This is Rietveld 408576698