New issue
Advanced search Search tips

Issue 768780 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task



Sign in to add a comment

Move avoid_double_hash_navigation EnsurePageCacheTemperature from to tab.Navigate()

Project Member Reported by yukiy@google.com, Sep 26 2017

Issue description

In cache_temperature.py EnsurePageCacheTemperature, avoiding in-page hash navigation operation (which called avoid_double_hash_navigation) is executed if there are any '#' in testing url.
But having it there is hacking, so move it to tab.Navigate().
If there are more appropriate place to put it, move this operation there.
 
Cc: falken@chromium.org shimazu@chromium.org kouhei@chromium.org
Components: Speed>Benchmarks
Labels: Hotlist-CodeHealth
shimazu@ can you take this bug?
Owner: shimazu@chromium.org
Status: Assigned (was: Available)
Sure!

Sign in to add a comment