New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 606164 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

OnRequestREloadImageForContextNode code is doing Blink-ey things

Project Member Reported by dglazkov@chromium.org, Apr 24 2016

Issue description

This code seems to be up a layer from where it needs to be. Need to investigate where the right place should be:

  WebNode context_node = frame->contextMenuNode();
  if (!context_node.isNull() && context_node.isElementNode()) {
    frame->reloadImage(context_node);
  }

 

Comment 1 by tkent@chromium.org, Jun 23 2016

Components: -Blink>Architecture Blink>Internals
Renaming Blink>Architecture to Blink>Internals

Owner: ----
Status: Available (was: Assigned)
Cc: hirosh...@chromium.org megjab...@chromium.org
Components: Blink>Image
Memo: the code above is currently in
ChromeRenderFrameObserver::RequestReloadImageForContextNode() in
chrome/renderer/chrome_render_frame_observer.cc.

Related to this code path:
esprehn@ left comments about ReloadImage() interface, which were not reflected:
  https://codereview.chromium.org/1112513005#msg39

Also, this code path is not tested (including HTMLImageElement::ForceReload()
that is called inside ReloadImage()).
(I'm adding a test that covers HTMLImageElement::ForceReload() but not the code
above)
Project Member

Comment 4 by sheriffbot@chromium.org, May 11 2018

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Components: -Blink>Internals Blink>Loader
Status: Available (was: Untriaged)

Sign in to add a comment