git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
There should be a way to associate bugs with analysis tasks
[WebKit-https.git]
/
Websites
/
perf.webkit.org
/
public
/
v2
/
manifest.js
diff --git
a/Websites/perf.webkit.org/public/v2/manifest.js
b/Websites/perf.webkit.org/public/v2/manifest.js
index
7cca009
..
0bae01b
100755
(executable)
--- a/
Websites/perf.webkit.org/public/v2/manifest.js
+++ b/
Websites/perf.webkit.org/public/v2/manifest.js
@@
-1,3
+1,5
@@
+App.Model = DS.Model;
+
App.NameLabelModel = DS.Model.extend({
name: DS.attr('string'),
label: function ()