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

Issue 1094133004: Image maps should work for images with alt content (Closed)

Created:
5 years, 8 months ago by rhogan
Modified:
5 years, 7 months ago
Reviewers:
pdr., Rick Byers
CC:
blink-reviews, blink-reviews-paint_chromium.org, blink-reviews-rendering, Dominik Röttsches, dshwang, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, slimming-paint-reviews_chromium.org, zoltan1
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Image maps should work for images with alt content If the image associated with an image-map does not load successfully the click area defined by the map should still work. This requires us to watch for hits on the image map from within the inline block used to display the alt content. BUG=466116 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194542

Patch Set 1 #

Total comments: 2

Patch Set 2 : Updated #

Total comments: 4

Patch Set 3 : Updated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -35 lines) Patch
A + LayoutTests/fast/images/image-map-zoom-alt-content.html View 1 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/fast/images/image-map-zoom-alt-content-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A LayoutTests/fast/replaced/image-map-alt-content.html View 1 chunk +14 lines, -0 lines 0 comments Download
A LayoutTests/fast/replaced/image-map-alt-content-expected.txt View 1 chunk +4 lines, -0 lines 0 comments Download
M Source/core/layout/HitTestResult.h View 1 2 3 chunks +3 lines, -1 line 0 comments Download
M Source/core/layout/HitTestResult.cpp View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
M Source/core/layout/LayoutBlock.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutImage.cpp View 1 1 chunk +0 lines, -14 lines 0 comments Download
M Source/core/layout/LayoutInline.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/layout/LayoutObject.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutTextControl.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/layout/LayoutView.cpp View 1 chunk +1 line, -4 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayer.cpp View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
rhogan
5 years, 8 months ago (2015-04-24 15:54:14 UTC) #2
pdr.
https://codereview.chromium.org/1094133004/diff/1/Source/core/layout/HitTestResult.cpp File Source/core/layout/HitTestResult.cpp (right): https://codereview.chromium.org/1094133004/diff/1/Source/core/layout/HitTestResult.cpp#newcode162 Source/core/layout/HitTestResult.cpp:162: Instead of duplicating this logic here, what if we ...
5 years, 8 months ago (2015-04-24 21:48:23 UTC) #3
rhogan
On 2015/04/24 at 21:48:23, pdr wrote: > https://codereview.chromium.org/1094133004/diff/1/Source/core/layout/HitTestResult.cpp > File Source/core/layout/HitTestResult.cpp (right): > > https://codereview.chromium.org/1094133004/diff/1/Source/core/layout/HitTestResult.cpp#newcode162 ...
5 years, 8 months ago (2015-04-25 17:28:40 UTC) #4
pdr.
I see what you mean about setToShadowHostIfInUserAgentShadowRoot not getting called. I'm pretty sure it needs ...
5 years, 8 months ago (2015-04-26 02:59:16 UTC) #6
rhogan
On 2015/04/26 at 02:59:16, pdr wrote: > I see what you mean about setToShadowHostIfInUserAgentShadowRoot not ...
5 years, 7 months ago (2015-04-27 16:56:26 UTC) #7
pdr.
LGTM, thanks for sticking with this!
5 years, 7 months ago (2015-04-27 17:05:03 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1094133004/40001
5 years, 7 months ago (2015-04-27 17:05:16 UTC) #10
commit-bot: I haz the power
5 years, 7 months ago (2015-04-27 19:39:24 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=194542

Powered by Google App Engine
This is Rietveld 408576698