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

Issue 828726 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Oct 10
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

MessageListView::GetNotificationCount is called from the loops in MessageCenterView

Project Member Reported by tetsui@chromium.org, Apr 4 2018

Issue description

As the document says, MessageListView::GetNotificationCount() is O(n). However, it is called from the loops in MessageCenterView, so they all take O(n^2) where n is number of notifications.
 
Status: WontFix (was: Assigned)
Working on NewMessageListView ( Issue 769219 ) which does not have this problem.

Sign in to add a comment