Changeset 179764 in webkit
- Timestamp:
- Feb 6, 2015, 2:47:31 PM (12 years ago)
- Location:
- trunk/Websites/perf.webkit.org
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
public/include/manifest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Websites/perf.webkit.org/ChangeLog
r179763 r179764 1 2015-02-06 Ryosuke Niwa <rniwa@webkit.org> 2 3 Unreviewed. Commit the forgotten change. 4 5 * public/include/manifest.php: 6 1 7 2015-02-06 Ryosuke Niwa <rniwa@webkit.org> 2 8 -
trunk/Websites/perf.webkit.org/public/include/manifest.php
r179591 r179764 33 33 'builders' => $this->builders(), 34 34 'bugTrackers' => $this->bug_trackers($repositories_table), 35 'd efaultDashboard' => config('defaultDashboard'),35 'dashboards' => config('dashboards'), 36 36 ); 37 37 return $this->manifest;
Note:
See TracChangeset
for help on using the changeset viewer.