New issue
Advanced search Search tips

Issue 595909 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

DataUseTabModel should check the URL to differentiate history navigation

Project Member Reported by rajendrant@chromium.org, Mar 17 2016

Issue description

PAGE_TRANSITION_AUTO_TOPLEVEL is used to indicate a wide variety of
transitions. For example, New page transitions 
(https://codereview.chromium.org/1397673004), EmbedContentViewActivity.

In addition to transition == PAGE_TRANSITION_AUTO_TOPLEVE, URL should be 
checked to make sure its a history navigation.

 
Project Member

Comment 1 by bugdroid1@chromium.org, Mar 18 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/690edcb456f6b6271a0c9330c2680e9812a61590

commit 690edcb456f6b6271a0c9330c2680e9812a61590
Author: rajendrant <rajendrant@chromium.org>
Date: Fri Mar 18 02:16:57 2016

DataUseTabModel should check the URL to differentiate history navigation

PAGE_TRANSITION_AUTO_TOPLEVEL is used to indicate a wide variety of
transitions. For example, New page transitions
(https://codereview.chromium.org/1397673004), EmbedContentViewActivity.

BUG= 595909 

Review URL: https://codereview.chromium.org/1811173002

Cr-Commit-Position: refs/heads/master@{#381873}

[modify] https://crrev.com/690edcb456f6b6271a0c9330c2680e9812a61590/chrome/browser/android/data_usage/data_use_ui_tab_model.cc
[modify] https://crrev.com/690edcb456f6b6271a0c9330c2680e9812a61590/chrome/browser/android/data_usage/data_use_ui_tab_model.h
[modify] https://crrev.com/690edcb456f6b6271a0c9330c2680e9812a61590/chrome/browser/android/data_usage/data_use_ui_tab_model_unittest.cc

Status: Fixed (was: Started)

Sign in to add a comment