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

Side by Side Diff: tools/auto_bisect/test_data/closed.json

Issue 697713003: Aborting bisect early when the bug specified in the bisect config is closed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "version": "1.0",
3 "encoding": "UTF-8",
4 "feed": {
5 "xmlns": "http://www.w3.org/2005/Atom",
6 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/",
7 "xmlns$gd": "http://schemas.google.com/g/2005",
8 "xmlns$issues": "http://schemas.google.com/projecthosting/issues/2009",
9 "id": {
10 "$t": "http://code.google.com/feeds/issues/p/chromium/issues/full"
11 },
12 "updated": {
13 "$t": "2014-10-31T23:44:30.795Z"
14 },
15 "title": {
16 "$t": "Issues - chromium"
17 },
18 "subtitle": {
19 "$t": "Issues - chromium"
20 },
21 "link": [
22 {
23 "rel": "alternate",
24 "type": "text/html",
25 "href": "http://code.google.com/p/chromium/issues/list"
26 },
27 {
28 "rel": "http://schemas.google.com/g/2005#feed",
29 "type": "application/atom+xml",
30 "href": "https://code.google.com/feeds/issues/p/chromium/issues/full"
31 },
32 {
33 "rel": "http://schemas.google.com/g/2005#post",
34 "type": "application/atom+xml",
35 "href": "https://code.google.com/feeds/issues/p/chromium/issues/full"
36 },
37 {
38 "rel": "self",
39 "type": "application/atom+xml",
40 "href": "https://code.google.com/feeds/issues/p/chromium/issues/full?alt=jso n&max-results=1&id=422382"
41 }
42 ],
43 "generator": {
44 "$t": "ProjectHosting",
45 "version": "1.0",
46 "uri": "http://code.google.com/feeds/issues"
47 },
48 "openSearch$totalResults": {
49 "$t": 1
50 },
51 "openSearch$startIndex": {
52 "$t": 1
53 },
54 "openSearch$itemsPerPage": {
55 "$t": 1
56 },
57 "entry": [
58 {
59 "gd$etag": "W/\"CUUFSX47eCl7ImA9XRdQGEk.\"",
60 "id": {
61 "$t": "http://code.google.com/feeds/issues/p/chromium/issues/full/422382"
62 },
63 "published": {
64 "$t": "2014-10-10T17:07:06.000Z"
65 },
66 "updated": {
67 "$t": "2014-10-20T22:13:38.000Z"
68 },
69 "title": {
70 "$t": "11.1% regression in indexeddb_perf at 298653:298680"
71 },
72 "content": {
73 "$t": "See the link to graphs below.",
74 "type": "html"
75 },
76 "link": [
77 {
78 "rel": "replies",
79 "type": "application/atom+xml",
80 "href": "http://code.google.com/feeds/issues/p/chromium/issues/422382/comm ents/full"
81 },
82 {
83 "rel": "alternate",
84 "type": "text/html",
85 "href": "http://code.google.com/p/chromium/issues/detail?id=422382"
86 },
87 {
88 "rel": "self",
89 "type": "application/atom+xml",
90 "href": "https://code.google.com/feeds/issues/p/chromium/issues/full/42238 2"
91 }
92 ],
93 "author": [
94 {
95 "name": {
96 "$t": "gov...@chromium.org"
97 },
98 "uri": {
99 "$t": "/u/104724762920274240672/"
100 }
101 }
102 ],
103 "issues$closedDate": {
104 "$t": "2014-10-20T22:10:22.000Z"
105 },
106 "issues$id": {
107 "$t": 422382
108 },
109 "issues$label": [
110 {
111 "$t": "Type-Bug-Regression"
112 },
113 {
114 "$t": "Performance-Sheriff"
115 },
116 {
117 "$t": "Pri-2"
118 }
119 ],
120 "issues$owner": {
121 "issues$uri": {
122 "$t": "/u/104724762920274240672/"
123 },
124 "issues$username": {
125 "$t": "gov...@chromium.org"
126 }
127 },
128 "issues$stars": {
129 "$t": 0
130 },
131 "issues$state": {
132 "$t": "closed"
133 },
134 "issues$status": {
135 "$t": "WontFix"
136 }
137 }
138 ]
139 }
140 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698