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

Issue 46063005: rebaseline_server: tiny fix to un-break UI when ng-repeate (key, value) has duplicate values (Closed)

Created:
7 years, 1 month ago by epoger
Modified:
7 years, 1 month ago
Reviewers:
jcgregorio
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

rebaseline_server: tiny fix to un-break UI when ng-repeate (key, value) has duplicate values See https://github.com/angular/angular.js/pull/2505 (SkipBuildbotRuns) TBR=jcgregorio Committed: https://code.google.com/p/skia/source/detail?r=11972

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M gm/rebaseline_server/static/view.html View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
epoger
Committed patchset #1 manually as r11972 (presubmit successful).
7 years, 1 month ago (2013-10-26 15:01:10 UTC) #1
epoger
committed TBR=jcgregorio
7 years, 1 month ago (2013-10-26 15:01:40 UTC) #2
jcgregorio
On 2013/10/26 15:01:40, epoger wrote: > committed TBR=jcgregorio LGTM Looks like a safe change to ...
7 years, 1 month ago (2013-10-28 14:24:22 UTC) #3
epoger
On 2013/10/28 14:24:22, jcgregorio wrote: > On 2013/10/26 15:01:40, epoger wrote: > > committed TBR=jcgregorio ...
7 years, 1 month ago (2013-10-28 20:56:27 UTC) #4
jcgregorio
7 years, 1 month ago (2013-10-28 21:00:37 UTC) #5
Message was sent while issue was closed.
On 2013/10/28 20:56:27, epoger wrote:
> On 2013/10/28 14:24:22, jcgregorio wrote:
> > On 2013/10/26 15:01:40, epoger wrote:
> > > committed TBR=jcgregorio
> > 
> > LGTM
> > 
> > Looks like a safe change to me, but under what circumstances could you get
> > duplicates?
> 
> The old code failed if there were duplicate *values* among the key-value
pairs,
> like this map of configs to number-of-instances-of-that-config:
> 
> {"565": 32, "8888": 32, "pdf": 15}
> 
> Why yes, I was surprised to find that this was a problem.

OK, that's very surprising behavior, and good to know, thanks!

Powered by Google App Engine
This is Rietveld 408576698