rlaunchpadlib 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +22 -0
- data/.rspec +3 -0
- data/.travis.yml +4 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +44 -0
- data/Rakefile +6 -0
- data/lib/rlaunchpadlib.rb +9 -0
- data/lib/rlaunchpadlib/client.rb +26 -0
- data/lib/rlaunchpadlib/person.rb +96 -0
- data/lib/rlaunchpadlib/project.rb +81 -0
- data/lib/rlaunchpadlib/project_group.rb +43 -0
- data/lib/rlaunchpadlib/version.rb +3 -0
- data/rlaunchpadlib.gemspec +28 -0
- data/spec/cassettes/client_get.yml +376 -0
- data/spec/cassettes/person.yml +80 -0
- data/spec/cassettes/person_archivesubscriptions.yml +52 -0
- data/spec/cassettes/person_branches.yml +822 -0
- data/spec/cassettes/person_bug_subscriber_packages.yml +48 -0
- data/spec/cassettes/person_bugs.yml +1088 -0
- data/spec/cassettes/person_merge_proposals.yml +101 -0
- data/spec/cassettes/person_requested_reviews.yml +180 -0
- data/spec/cassettes/project.yml +119 -0
- data/spec/cassettes/project_branches.yml +1931 -0
- data/spec/cassettes/project_bugs.yml +1027 -0
- data/spec/cassettes/project_group.yml +71 -0
- data/spec/cassettes/project_group_branches.yml +1985 -0
- data/spec/cassettes/project_group_bugs.yml +1068 -0
- data/spec/cassettes/project_group_merges.yml +317 -0
- data/spec/cassettes/project_merge_proposals.yml +1905 -0
- data/spec/cassettes/project_subscriptions.yml +48 -0
- data/spec/cassettes/project_timeline.yml +164 -0
- data/spec/rlaunchpadlib/lib/client_spec.rb +28 -0
- data/spec/rlaunchpadlib/lib/person_spec.rb +147 -0
- data/spec/rlaunchpadlib/lib/project_group_spec.rb +93 -0
- data/spec/rlaunchpadlib/lib/project_spec.rb +146 -0
- data/spec/spec_helper.rb +31 -0
- metadata +202 -0
@@ -0,0 +1,1068 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.launchpad.net/1.0/mozilla/?ws.op=searchTasks
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers: {}
|
10
|
+
response:
|
11
|
+
status:
|
12
|
+
code: 200
|
13
|
+
message: OK
|
14
|
+
headers:
|
15
|
+
Date:
|
16
|
+
- Sun, 18 May 2014 18:12:08 GMT
|
17
|
+
Server:
|
18
|
+
- zope.server.http (HTTP)
|
19
|
+
X-Powered-By:
|
20
|
+
- Zope (www.zope.org), Python (www.python.org)
|
21
|
+
Content-Length:
|
22
|
+
- '94927'
|
23
|
+
X-Xss-Protection:
|
24
|
+
- 1; mode=block
|
25
|
+
X-Content-Type-Options:
|
26
|
+
- nosniff
|
27
|
+
Strict-Transport-Security:
|
28
|
+
- max-age=15552000
|
29
|
+
Vary:
|
30
|
+
- Accept,Accept-Encoding
|
31
|
+
X-Frame-Options:
|
32
|
+
- SAMEORIGIN
|
33
|
+
X-Lazr-Notifications:
|
34
|
+
- "[]"
|
35
|
+
Content-Type:
|
36
|
+
- application/json
|
37
|
+
X-Cache:
|
38
|
+
- MISS from nutmeg.canonical.com
|
39
|
+
X-Cache-Lookup:
|
40
|
+
- MISS from nutmeg.canonical.com:3128
|
41
|
+
Via:
|
42
|
+
- 1.0 nutmeg.canonical.com:3128 (squid/2.7.STABLE7)
|
43
|
+
body:
|
44
|
+
encoding: UTF-8
|
45
|
+
string: '{"total_size": 474, "start": 0, "next_collection_link": "https://api.launchpad.net/1.0/mozilla?ws.op=searchTasks\u0026ws.size=75\u0026memo=75\u0026ws.start=75",
|
46
|
+
"entries": [{"date_closed": null, "date_assigned": null, "title": "Bug #230087
|
47
|
+
in Mozilla Firefox: \"firefox3 crashes when viewing big PNG files\"", "bug_link":
|
48
|
+
"https://api.launchpad.net/1.0/bugs/230087", "bug_watch_link": "https://api.launchpad.net/1.0/bugs/230087/+watch/42777",
|
49
|
+
"milestone_link": null, "http_etag": "\"549db6d6fe7d13b1781c141b25960e86507d3c32-f9fc8119ee757025913c5f03f18e5b13ea4a1ad1\"",
|
50
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
51
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
52
|
+
"status": "In Progress", "bug_target_name": "firefox", "importance": "Unknown",
|
53
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/230087",
|
54
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
55
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/230087/related_tasks",
|
56
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/230087",
|
57
|
+
"owner_link": "https://api.launchpad.net/1.0/~mnemo", "date_created": "2008-05-13T20:32:27.903568+00:00",
|
58
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
59
|
+
"2006-04-21T17:50:41.977555+00:00", "title": "Bug #40610 in Mozilla Firefox:
|
60
|
+
\"History wiped out if disk full when firefox exits\"", "bug_link": "https://api.launchpad.net/1.0/bugs/40610",
|
61
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/40610/+watch/30296",
|
62
|
+
"milestone_link": null, "http_etag": "\"0b3ebb01783a84d7cfe9040bd5d47d0ee95b8f5f-e47f491b63cdc6d82b2d01a34d03d87ec8ebdb61\"",
|
63
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
64
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
65
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Critical",
|
66
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/40610",
|
67
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
68
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/40610/related_tasks",
|
69
|
+
"date_confirmed": "2007-03-25T06:48:04.423995+00:00", "date_left_new": null,
|
70
|
+
"web_link": "https://bugs.launchpad.net/firefox/+bug/40610", "owner_link":
|
71
|
+
"https://api.launchpad.net/1.0/~rlrevell", "date_created": "2006-04-21T17:50:41.977555+00:00",
|
72
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
73
|
+
null, "title": "Bug #47751 in Mozilla Firefox: \"Dos problem with marquee
|
74
|
+
tag\"", "bug_link": "https://api.launchpad.net/1.0/bugs/47751", "bug_watch_link":
|
75
|
+
"https://api.launchpad.net/1.0/bugs/47751/+watch/30359", "milestone_link":
|
76
|
+
null, "http_etag": "\"579d5e72a52f43b98fec07926de3fa6de33f6b9b-dac902659b66922748f711f9c43062667da0c513\"",
|
77
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
78
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
79
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Critical",
|
80
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/47751",
|
81
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
82
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/47751/related_tasks",
|
83
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/47751",
|
84
|
+
"owner_link": "https://api.launchpad.net/1.0/~dfarning", "date_created": "2006-12-13T16:07:39.505849+00:00",
|
85
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
86
|
+
null, "title": "Bug #204550 in Mozilla Thunderbird: \"When moving an e-mail
|
87
|
+
inside thunderbird to a folder, assigned tags are removed\"", "bug_link":
|
88
|
+
"https://api.launchpad.net/1.0/bugs/204550", "bug_watch_link": "https://api.launchpad.net/1.0/bugs/204550/+watch/40909",
|
89
|
+
"milestone_link": null, "http_etag": "\"6eb87236fdd478077d7d02dbdd618b145907b934-a6264091f1dfb2a3486e18c0fd5563aadf0ad470\"",
|
90
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
91
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
92
|
+
"status": "Confirmed", "bug_target_name": "thunderbird", "importance": "Critical",
|
93
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/204550",
|
94
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
95
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/204550/related_tasks",
|
96
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/thunderbird/+bug/204550",
|
97
|
+
"owner_link": "https://api.launchpad.net/1.0/~txwikinger", "date_created":
|
98
|
+
"2008-03-21T09:35:39.542062+00:00", "date_incomplete": null, "is_complete":
|
99
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #234661
|
100
|
+
in Mozilla Firefox: \"firefox crashed, when downloading an file on full hd
|
101
|
+
\"", "bug_link": "https://api.launchpad.net/1.0/bugs/234661", "bug_watch_link":
|
102
|
+
"https://api.launchpad.net/1.0/bugs/234661/+watch/49334", "milestone_link":
|
103
|
+
null, "http_etag": "\"67fa84c93a44255eed3427ef0518bcb7c2f37285-afc89650d9e58a5399f8816e93237a93aa627180\"",
|
104
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
105
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
106
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Critical",
|
107
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/234661",
|
108
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
109
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/234661/related_tasks",
|
110
|
+
"date_confirmed": null, "date_left_new": "2008-06-02T17:09:14.408364+00:00",
|
111
|
+
"web_link": "https://bugs.launchpad.net/firefox/+bug/234661", "owner_link":
|
112
|
+
"https://api.launchpad.net/1.0/~asac", "date_created": "2008-06-02T17:09:12.356743+00:00",
|
113
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
114
|
+
null, "title": "Bug #279750 in Mozilla Thunderbird: \"thunderbird-bin crashed
|
115
|
+
with SIGSEGV @morkWriter::PutRowDict\"", "bug_link": "https://api.launchpad.net/1.0/bugs/279750",
|
116
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/279750/+watch/49418",
|
117
|
+
"milestone_link": null, "http_etag": "\"df2309412a9323eeb727f95d7f5b6c3b65e72de2-5d61a0dfc39a9d0e9a9c8117a45db204378320f8\"",
|
118
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
119
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
120
|
+
"status": "Confirmed", "bug_target_name": "thunderbird", "importance": "Critical",
|
121
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/279750",
|
122
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
123
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/279750/related_tasks",
|
124
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/thunderbird/+bug/279750",
|
125
|
+
"owner_link": "https://api.launchpad.net/1.0/~asac", "date_created": "2008-11-26T12:14:10.765917+00:00",
|
126
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
127
|
+
"2008-12-16T02:01:32.254716+00:00", "title": "Bug #308397 in Ubufox Extension:
|
128
|
+
\"localizable general.useragent.locale pref shipped by ubufox breaks mozilla
|
129
|
+
OS usage stats (ubuntu not counted)\"", "bug_link": "https://api.launchpad.net/1.0/bugs/308397",
|
130
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"644a7b4db937fc444f5f02a9e42b133f795c8734-02de57e23556b3cb49dfc3489b309b2661ec5230\"",
|
131
|
+
"date_left_closed": null, "date_fix_committed": "2008-12-16T02:04:57.207925+00:00",
|
132
|
+
"date_fix_released": null, "date_in_progress": "2008-12-16T02:04:57.207925+00:00",
|
133
|
+
"resource_type_link": "https://api.launchpad.net/1.0/#bug_task", "status":
|
134
|
+
"Fix Committed", "bug_target_name": "ubufox", "importance": "Critical", "assignee_link":
|
135
|
+
"https://api.launchpad.net/1.0/~chrisccoulson", "date_triaged": "2008-12-16T02:03:12.580185+00:00",
|
136
|
+
"self_link": "https://api.launchpad.net/1.0/ubufox/+bug/308397", "target_link":
|
137
|
+
"https://api.launchpad.net/1.0/ubufox", "bug_target_display_name": "Ubufox
|
138
|
+
Extension", "related_tasks_collection_link": "https://api.launchpad.net/1.0/ubufox/+bug/308397/related_tasks",
|
139
|
+
"date_confirmed": "2008-12-16T02:01:32.124310+00:00", "date_left_new": "2008-12-16T02:01:32.124310+00:00",
|
140
|
+
"web_link": "https://bugs.launchpad.net/ubufox/+bug/308397", "owner_link":
|
141
|
+
"https://api.launchpad.net/1.0/~asac", "date_created": "2008-12-16T02:01:17.900694+00:00",
|
142
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
143
|
+
null, "title": "Bug #323912 in Mozilla Firefox: \"Enabled Adblock Plus causes
|
144
|
+
a crash of Firefox on some page\"", "bug_link": "https://api.launchpad.net/1.0/bugs/323912",
|
145
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/323912/+watch/51559",
|
146
|
+
"milestone_link": null, "http_etag": "\"5843b5660cca2930a449af14a6d3ada3b6df1477-47d30bb5c780a3194e11e0fbca5c7b3510ea8113\"",
|
147
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
148
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
149
|
+
"status": "New", "bug_target_name": "firefox", "importance": "Critical", "assignee_link":
|
150
|
+
null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/323912",
|
151
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
152
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/323912/related_tasks",
|
153
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/323912",
|
154
|
+
"owner_link": "https://api.launchpad.net/1.0/~jorge", "date_created": "2009-02-05T12:09:30.730943+00:00",
|
155
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
156
|
+
null, "title": "Bug #358333 in Mozilla Firefox: \"system freeze on facebook
|
157
|
+
surfing\"", "bug_link": "https://api.launchpad.net/1.0/bugs/358333", "bug_watch_link":
|
158
|
+
"https://api.launchpad.net/1.0/bugs/358333/+watch/54822", "milestone_link":
|
159
|
+
null, "http_etag": "\"c133983304903a1fef63e5e48b2fb53fda30f59d-1ac5e6290e6616bed32e85981f885d4b4ed0215c\"",
|
160
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
161
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
162
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Critical",
|
163
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/358333",
|
164
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
165
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/358333/related_tasks",
|
166
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/358333",
|
167
|
+
"owner_link": "https://api.launchpad.net/1.0/~asac", "date_created": "2009-04-21T23:41:45.007323+00:00",
|
168
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
169
|
+
null, "title": "Bug #366103 in Mozilla Firefox: \"Double-clicking Firefox
|
170
|
+
launcher produces \"Firefox is already running\" error\"", "bug_link": "https://api.launchpad.net/1.0/bugs/366103",
|
171
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/366103/+watch/96461",
|
172
|
+
"milestone_link": null, "http_etag": "\"0d7b7a50327afb4fa9fa8b186a2c7d72306bcc4c-83951751cee5705fb65a4bc8bd3009268a7f43e6\"",
|
173
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
174
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
175
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Critical",
|
176
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/366103",
|
177
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
178
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/366103/related_tasks",
|
179
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/366103",
|
180
|
+
"owner_link": "https://api.launchpad.net/1.0/~mpt", "date_created": "2009-04-24T14:09:49.448973+00:00",
|
181
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
182
|
+
null, "title": "Bug #400088 in Mozilla Firefox: \"Firefox not able to terminate
|
183
|
+
correctly (FUTEX_WAIT_PRIVATE)\"", "bug_link": "https://api.launchpad.net/1.0/bugs/400088",
|
184
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/400088/+watch/57971",
|
185
|
+
"milestone_link": null, "http_etag": "\"66d21cbfeb847274c9c213f435a274e9f5d60a44-04aa0bb619eba27bc0fa60e05a52ec7144037bc2\"",
|
186
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
187
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
188
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Critical",
|
189
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/400088",
|
190
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
191
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/400088/related_tasks",
|
192
|
+
"date_confirmed": "2011-01-10T06:46:40.520499+00:00", "date_left_new": "2011-01-10T06:46:40.520499+00:00",
|
193
|
+
"web_link": "https://bugs.launchpad.net/firefox/+bug/400088", "owner_link":
|
194
|
+
"https://api.launchpad.net/1.0/~micahg", "date_created": "2009-07-20T07:45:49.952106+00:00",
|
195
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
196
|
+
null, "title": "Bug #410025 in Mozilla Firefox: \"Firefox crashed with SIGSEGV
|
197
|
+
in CNSAdapter_NSPR::JDFileDesc_To_FD()\"", "bug_link": "https://api.launchpad.net/1.0/bugs/410025",
|
198
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/410025/+watch/58910",
|
199
|
+
"milestone_link": null, "http_etag": "\"65b16e0c4475df0ff1b070868b5f7da41de8ebec-44ddf6ead1132442d75481cfa96e45f104da38d8\"",
|
200
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
201
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
202
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Critical",
|
203
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/410025",
|
204
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
205
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/410025/related_tasks",
|
206
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/410025",
|
207
|
+
"owner_link": "https://api.launchpad.net/1.0/~micahg", "date_created": "2009-08-13T07:34:30.235050+00:00",
|
208
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
209
|
+
null, "title": "Bug #507089 in Mozilla Thunderbird: \"thunderbird shredder
|
210
|
+
always segfaults on startup with LDAP auth in nsswitch\"", "bug_link": "https://api.launchpad.net/1.0/bugs/507089",
|
211
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/507089/+watch/76519",
|
212
|
+
"milestone_link": null, "http_etag": "\"94d1e1e3a337083ca2733928657dcb07cb5ba8a0-03edb72c1b6669f8f13d13da4db49af6a0829296\"",
|
213
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
214
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
215
|
+
"status": "Confirmed", "bug_target_name": "thunderbird", "importance": "Critical",
|
216
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/507089",
|
217
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
218
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/507089/related_tasks",
|
219
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/thunderbird/+bug/507089",
|
220
|
+
"owner_link": "https://api.launchpad.net/1.0/~gnomefreak", "date_created":
|
221
|
+
"2010-03-18T00:34:06.677886+00:00", "date_incomplete": null, "is_complete":
|
222
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1000885
|
223
|
+
in Mozilla Firefox: \"ff crashes on xslt transformation when using oracle
|
224
|
+
java plugin\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1000885",
|
225
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/1000885/+watch/98628",
|
226
|
+
"milestone_link": null, "http_etag": "\"a514d3731f6e6d113adb5a277e58401c2834e42f-215d2a94754ccf8acbe0c238a02747758a5fc83a\"",
|
227
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
228
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
229
|
+
"status": "New", "bug_target_name": "firefox", "importance": "Critical", "assignee_link":
|
230
|
+
null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/1000885",
|
231
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
232
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/1000885/related_tasks",
|
233
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/1000885",
|
234
|
+
"owner_link": "https://api.launchpad.net/1.0/~khadgaray", "date_created":
|
235
|
+
"2012-05-17T17:37:57.343174+00:00", "date_incomplete": null, "is_complete":
|
236
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1068495
|
237
|
+
in Mozilla Firefox: \"Firefox 16.0.1 Crash Report [@ unity_webapps_available_application_get_application_domain
|
238
|
+
]\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1068495", "bug_watch_link":
|
239
|
+
"https://api.launchpad.net/1.0/bugs/1068495/+watch/101759", "milestone_link":
|
240
|
+
null, "http_etag": "\"795c5a47f1fb287e7ef3c6ab4f00de1a080f0b73-38398c9d30a4c2c61f0c40936897310dcbfba820\"",
|
241
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
242
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
243
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Critical",
|
244
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/1068495",
|
245
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
246
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/1068495/related_tasks",
|
247
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/1068495",
|
248
|
+
"owner_link": "https://api.launchpad.net/1.0/~chrisccoulson", "date_created":
|
249
|
+
"2012-10-22T08:24:39.657598+00:00", "date_incomplete": null, "is_complete":
|
250
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1134409
|
251
|
+
in Mozilla Firefox: \"Various imagelib related crashes\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1134409",
|
252
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/1134409/+watch/104071",
|
253
|
+
"milestone_link": null, "http_etag": "\"1d66f54f169763c86bb71e8dd81975db03e3ad74-428ff04a02b79811c5b02a04510d2815db4f6701\"",
|
254
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
255
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
256
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Critical",
|
257
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/1134409",
|
258
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
259
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/1134409/related_tasks",
|
260
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/1134409",
|
261
|
+
"owner_link": "https://api.launchpad.net/1.0/~logan", "date_created": "2013-02-27T15:53:13.004586+00:00",
|
262
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
263
|
+
null, "title": "Bug #1160569 in Mozilla Firefox: \"[regression] GLib-CRITICAL
|
264
|
+
**: g_slice_set_config: assertion `sys_page_size == 0'' failed\"", "bug_link":
|
265
|
+
"https://api.launchpad.net/1.0/bugs/1160569", "bug_watch_link": "https://api.launchpad.net/1.0/bugs/1160569/+watch/104814",
|
266
|
+
"milestone_link": null, "http_etag": "\"6b1f745ff58c4ca22faa9999b2825925dc5a6c3d-eddd1b671034c7a122c54ac1872e1b21dada1892\"",
|
267
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
268
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
269
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Critical",
|
270
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/1160569",
|
271
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
272
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/1160569/related_tasks",
|
273
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/1160569",
|
274
|
+
"owner_link": "https://api.launchpad.net/1.0/~thad-fisch", "date_created":
|
275
|
+
"2013-04-14T02:22:05.647441+00:00", "date_incomplete": null, "is_complete":
|
276
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1165252
|
277
|
+
in Mozilla Firefox: \"Firefox becomes unresponsive when savings images\"",
|
278
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/1165252", "bug_watch_link":
|
279
|
+
"https://api.launchpad.net/1.0/bugs/1165252/+watch/105305", "milestone_link":
|
280
|
+
null, "http_etag": "\"c0fb1a6b51fe7250ae66cdc21253066432747c93-10fd13023572779caa2fba7906d822d8433d42d3\"",
|
281
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
282
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
283
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Critical",
|
284
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/1165252",
|
285
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
286
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/1165252/related_tasks",
|
287
|
+
"date_confirmed": "2013-07-30T11:16:46.371923+00:00", "date_left_new": "2013-07-30T11:16:46.371923+00:00",
|
288
|
+
"web_link": "https://bugs.launchpad.net/firefox/+bug/1165252", "owner_link":
|
289
|
+
"https://api.launchpad.net/1.0/~bkerensa", "date_created": "2013-05-19T19:57:32.713892+00:00",
|
290
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
291
|
+
"2006-01-13T14:14:34.130355+00:00", "title": "Bug #21753 in Mozilla Firefox:
|
292
|
+
\"Epiphany ''Move tab to window'' option doesn''t work in breezy\"", "bug_link":
|
293
|
+
"https://api.launchpad.net/1.0/bugs/21753", "bug_watch_link": "https://api.launchpad.net/1.0/bugs/21753/+watch/18426",
|
294
|
+
"milestone_link": null, "http_etag": "\"dc7b2912459e0b67e957ff132fc7f2aef274c3e2-63b1852bc1873452fa8f00a9f37a2e6168cd4891\"",
|
295
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
296
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
297
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "High",
|
298
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/21753",
|
299
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
300
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/21753/related_tasks",
|
301
|
+
"date_confirmed": "2006-06-15T06:54:16.270250+00:00", "date_left_new": null,
|
302
|
+
"web_link": "https://bugs.launchpad.net/firefox/+bug/21753", "owner_link":
|
303
|
+
"https://api.launchpad.net/1.0/~cwiiis", "date_created": "2005-09-15T21:01:14+00:00",
|
304
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
305
|
+
null, "title": "Bug #16465 in Mozilla Firefox: \"Firefox eats way too many
|
306
|
+
CPU cycles with certain pages\"", "bug_link": "https://api.launchpad.net/1.0/bugs/16465",
|
307
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/16465/+watch/26469",
|
308
|
+
"milestone_link": null, "http_etag": "\"55c24a5d6bc277b9084fc757eb18096e76157211-c8396a5de47de52285bf3213dcfcf54b2f5228a8\"",
|
309
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
310
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
311
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "High",
|
312
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/16465",
|
313
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
314
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/16465/related_tasks",
|
315
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/16465",
|
316
|
+
"owner_link": "https://api.launchpad.net/1.0/~pirast", "date_created": "2006-12-06T19:55:22.780786+00:00",
|
317
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
318
|
+
null, "title": "Bug #54285 in Mozilla Firefox: \"Title tooltips appear when
|
319
|
+
browser window not in focus\"", "bug_link": "https://api.launchpad.net/1.0/bugs/54285",
|
320
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/54285/+watch/31240",
|
321
|
+
"milestone_link": null, "http_etag": "\"38ae5882c9f6d178a4958043da5643dc2b12ed6d-95b46b843cc10f5796fec2a1406b9056acb619a8\"",
|
322
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
323
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
324
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "High",
|
325
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/54285",
|
326
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
327
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/54285/related_tasks",
|
328
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/54285",
|
329
|
+
"owner_link": "https://api.launchpad.net/1.0/~jhnjwng", "date_created": "2007-02-17T03:42:04.952132+00:00",
|
330
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
331
|
+
null, "title": "Bug #78538 in Mozilla Firefox: \"Feature Request: Allow Firefox
|
332
|
+
to work on multiple X11 screens\"", "bug_link": "https://api.launchpad.net/1.0/bugs/78538",
|
333
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/78538/+watch/31864",
|
334
|
+
"milestone_link": null, "http_etag": "\"4df772a142686b30d474a6a8f7ae2179b73c365d-2b78c58c721f1cd5c9a3ff9f0bf83934869776ec\"",
|
335
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
336
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
337
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "High",
|
338
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/78538",
|
339
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
340
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/78538/related_tasks",
|
341
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/78538",
|
342
|
+
"owner_link": "https://api.launchpad.net/1.0/~gnomefreak", "date_created":
|
343
|
+
"2007-02-18T02:04:25.416873+00:00", "date_incomplete": null, "is_complete":
|
344
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #119899
|
345
|
+
in Mozilla Thunderbird: \"After-the-fact Filters on custom header won''t match
|
346
|
+
for IMAP messages\"", "bug_link": "https://api.launchpad.net/1.0/bugs/119899",
|
347
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/119899/+watch/33201",
|
348
|
+
"milestone_link": null, "http_etag": "\"e6d77f54dabb5ca2615ec719bd84def036498c7b-b564bfbf4b2dc607f2d312ca2f5cecdbcf6d63ac\"",
|
349
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
350
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
351
|
+
"status": "Confirmed", "bug_target_name": "thunderbird", "importance": "High",
|
352
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/119899",
|
353
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
354
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/119899/related_tasks",
|
355
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/thunderbird/+bug/119899",
|
356
|
+
"owner_link": "https://api.launchpad.net/1.0/~ccheney", "date_created": "2007-06-13T17:18:52.924510+00:00",
|
357
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
358
|
+
null, "title": "Bug #140525 in Midbrowser : \"midbrowser hildonization tracker
|
359
|
+
bug\"", "bug_link": "https://api.launchpad.net/1.0/bugs/140525", "bug_watch_link":
|
360
|
+
null, "milestone_link": null, "http_etag": "\"c118fdbca0ed6be6d2ea1969b95df6f963af6de8-fbf50e4b1801c09672368ee787a690206d2d2039\"",
|
361
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
362
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
363
|
+
"status": "Incomplete", "bug_target_name": "midbrowser", "importance": "High",
|
364
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/midbrowser/+bug/140525",
|
365
|
+
"target_link": "https://api.launchpad.net/1.0/midbrowser", "bug_target_display_name":
|
366
|
+
"Midbrowser ", "related_tasks_collection_link": "https://api.launchpad.net/1.0/midbrowser/+bug/140525/related_tasks",
|
367
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/midbrowser/+bug/140525",
|
368
|
+
"owner_link": "https://api.launchpad.net/1.0/~carl-wong", "date_created":
|
369
|
+
"2007-09-17T20:59:42.270127+00:00", "date_incomplete": "2007-09-20T16:26:43.487826+00:00",
|
370
|
+
"is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
|
371
|
+
"Bug #154145 in Mozilla Thunderbird: \"Folder content disappeared in mozilla-thunderbird
|
372
|
+
after upgrading from 1.5 to 2.0\"", "bug_link": "https://api.launchpad.net/1.0/bugs/154145",
|
373
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/154145/+watch/39700",
|
374
|
+
"milestone_link": null, "http_etag": "\"14e400ceca11d23f8a42cb25a28edb0fa3f49f49-dd095625746d5943a547b00cf1a0ca1645b9586c\"",
|
375
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
376
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
377
|
+
"status": "Confirmed", "bug_target_name": "thunderbird", "importance": "High",
|
378
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/154145",
|
379
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
380
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/154145/related_tasks",
|
381
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/thunderbird/+bug/154145",
|
382
|
+
"owner_link": "https://api.launchpad.net/1.0/~oxmosys", "date_created": "2008-02-16T18:59:00.155470+00:00",
|
383
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
384
|
+
null, "title": "Bug #176902 in Mozilla Firefox: \"kpdf locks sound output\"",
|
385
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/176902", "bug_watch_link":
|
386
|
+
"https://api.launchpad.net/1.0/bugs/176902/+watch/39887", "milestone_link":
|
387
|
+
null, "http_etag": "\"6372c6fff86cc9d6172f10109477f18ecd6cc615-4f9755a4a2ed410aebeed1362f352a3098c1984e\"",
|
388
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
389
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
390
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "High",
|
391
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/176902",
|
392
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
393
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/176902/related_tasks",
|
394
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/176902",
|
395
|
+
"owner_link": "https://api.launchpad.net/1.0/~rec53", "date_created": "2008-02-22T23:37:47.068159+00:00",
|
396
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
397
|
+
null, "title": "Bug #159258 in Mozilla Firefox: \"Helper applications launched
|
398
|
+
by Firefox inherit ALL file descriptors\"", "bug_link": "https://api.launchpad.net/1.0/bugs/159258",
|
399
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/159258/+watch/40212",
|
400
|
+
"milestone_link": null, "http_etag": "\"7d0efbada97e41a663068f9d6c9dcb6700f68343-83809253db64283882b20cdf8b2a8a6de70b17f6\"",
|
401
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
402
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
403
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "High",
|
404
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/159258",
|
405
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
406
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/159258/related_tasks",
|
407
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/159258",
|
408
|
+
"owner_link": "https://api.launchpad.net/1.0/~kees", "date_created": "2008-03-03T21:52:23.144300+00:00",
|
409
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
410
|
+
null, "title": "Bug #264299 in Mozilla Thunderbird: \"ldap account login having
|
411
|
+
to be repeated\"", "bug_link": "https://api.launchpad.net/1.0/bugs/264299",
|
412
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/264299/+watch/46005",
|
413
|
+
"milestone_link": null, "http_etag": "\"8323986baa1258c2576482d02870e7bddb24351d-135b723d33bca148ce8027f3b13fbead240f4683\"",
|
414
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
415
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
416
|
+
"status": "Confirmed", "bug_target_name": "thunderbird", "importance": "High",
|
417
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/264299",
|
418
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
419
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/264299/related_tasks",
|
420
|
+
"date_confirmed": "2008-12-23T00:32:27.394839+00:00", "date_left_new": "2008-12-23T00:32:27.394839+00:00",
|
421
|
+
"web_link": "https://bugs.launchpad.net/thunderbird/+bug/264299", "owner_link":
|
422
|
+
"https://api.launchpad.net/1.0/~jorge", "date_created": "2008-09-08T17:18:52.042764+00:00",
|
423
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
424
|
+
null, "title": "Bug #102408 in Mozilla Firefox: \"Helper apps inherit open
|
425
|
+
file descriptors\"", "bug_link": "https://api.launchpad.net/1.0/bugs/102408",
|
426
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/102408/+watch/36678",
|
427
|
+
"milestone_link": null, "http_etag": "\"a6a87dfa4fbba97cd808a24934233266c3b429d3-fe1c7eb19289f900555e9050a7ca35a04f5edfeb\"",
|
428
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
429
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
430
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "High",
|
431
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/102408",
|
432
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
433
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/102408/related_tasks",
|
434
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/102408",
|
435
|
+
"owner_link": "https://api.launchpad.net/1.0/~gnomefreak", "date_created":
|
436
|
+
"2008-10-23T13:15:07.834340+00:00", "date_incomplete": null, "is_complete":
|
437
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #308397
|
438
|
+
in Mozilla Firefox: \"localizable general.useragent.locale pref shipped by
|
439
|
+
ubufox breaks mozilla OS usage stats (ubuntu not counted)\"", "bug_link":
|
440
|
+
"https://api.launchpad.net/1.0/bugs/308397", "bug_watch_link": "https://api.launchpad.net/1.0/bugs/308397/+watch/50046",
|
441
|
+
"milestone_link": null, "http_etag": "\"1df6833efd607dfe7b38af7b1e933a7f9ae9c0c8-e247a6fee57b3ef056b98c72bf1f70d01c9e0aee\"",
|
442
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
443
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
444
|
+
"status": "In Progress", "bug_target_name": "firefox", "importance": "High",
|
445
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/308397",
|
446
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
447
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/308397/related_tasks",
|
448
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/308397",
|
449
|
+
"owner_link": "https://api.launchpad.net/1.0/~asac", "date_created": "2008-12-16T02:17:08.638399+00:00",
|
450
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
451
|
+
null, "title": "Bug #263435 in Mozilla Firefox: \"Cannot use firefox keyboard
|
452
|
+
shortcuts when flash object is selected\"", "bug_link": "https://api.launchpad.net/1.0/bugs/263435",
|
453
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/263435/+watch/52852",
|
454
|
+
"milestone_link": null, "http_etag": "\"d44116da1cd47354357e2a7b97009e9ec6d99219-c1905f71afc98b9f93b36177ac2f3b49c3a3ad2e\"",
|
455
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
456
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
457
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "High",
|
458
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/263435",
|
459
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
460
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/263435/related_tasks",
|
461
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/263435",
|
462
|
+
"owner_link": "https://api.launchpad.net/1.0/~mikelward", "date_created":
|
463
|
+
"2009-03-05T04:20:26.212168+00:00", "date_incomplete": null, "is_complete":
|
464
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #320057
|
465
|
+
in Mozilla Thunderbird: \"Thunderbird hangs for 10secs when auto-completing
|
466
|
+
address\"", "bug_link": "https://api.launchpad.net/1.0/bugs/320057", "bug_watch_link":
|
467
|
+
"https://api.launchpad.net/1.0/bugs/320057/+watch/88288", "milestone_link":
|
468
|
+
null, "http_etag": "\"9aa027e5d887af6da3ee3968d9986f60f3e36fe2-714ad05fb7786bd8e68724d364d78ddac25174c3\"",
|
469
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
470
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
471
|
+
"status": "Confirmed", "bug_target_name": "thunderbird", "importance": "High",
|
472
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/320057",
|
473
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
474
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/320057/related_tasks",
|
475
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/thunderbird/+bug/320057",
|
476
|
+
"owner_link": "https://api.launchpad.net/1.0/~micahg", "date_created": "2009-05-24T06:21:49.546556+00:00",
|
477
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
478
|
+
"2009-08-10T01:47:23.209788+00:00", "title": "Bug #403581 in Ubufox Extension:
|
479
|
+
\"restart required notification and button not shown in ffox 3.5\"", "bug_link":
|
480
|
+
"https://api.launchpad.net/1.0/bugs/403581", "bug_watch_link": null, "milestone_link":
|
481
|
+
null, "http_etag": "\"bcacdfab76498ae9c2eae3dab850aab6782b6691-c3ec06f9134c37854e2fced9af14e7326d70c1cf\"",
|
482
|
+
"date_left_closed": null, "date_fix_committed": "2009-08-10T01:47:23.078348+00:00",
|
483
|
+
"date_fix_released": null, "date_in_progress": "2009-08-10T01:47:23.078348+00:00",
|
484
|
+
"resource_type_link": "https://api.launchpad.net/1.0/#bug_task", "status":
|
485
|
+
"Fix Committed", "bug_target_name": "ubufox", "importance": "High", "assignee_link":
|
486
|
+
"https://api.launchpad.net/1.0/~chrisccoulson", "date_triaged": "2009-08-10T01:47:23.078348+00:00",
|
487
|
+
"self_link": "https://api.launchpad.net/1.0/ubufox/+bug/403581", "target_link":
|
488
|
+
"https://api.launchpad.net/1.0/ubufox", "bug_target_display_name": "Ubufox
|
489
|
+
Extension", "related_tasks_collection_link": "https://api.launchpad.net/1.0/ubufox/+bug/403581/related_tasks",
|
490
|
+
"date_confirmed": "2009-08-10T01:47:23.078348+00:00", "date_left_new": "2009-08-10T01:47:23.078348+00:00",
|
491
|
+
"web_link": "https://bugs.launchpad.net/ubufox/+bug/403581", "owner_link":
|
492
|
+
"https://api.launchpad.net/1.0/~asac", "date_created": "2009-08-10T01:47:04.789593+00:00",
|
493
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
494
|
+
null, "title": "Bug #483929 in Mozilla Firefox: \"Restore Session doesn''t
|
495
|
+
follow Fitts Law\"", "bug_link": "https://api.launchpad.net/1.0/bugs/483929",
|
496
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/483929/+watch/62775",
|
497
|
+
"milestone_link": null, "http_etag": "\"74dd4fe630bcc8627e07866077212801f87b0d2a-aa0198a5dceb1a07679d55decaeae428811e92ed\"",
|
498
|
+
"date_left_closed": "2010-08-25T00:34:42.465569+00:00", "date_fix_committed":
|
499
|
+
null, "date_fix_released": null, "date_in_progress": null, "resource_type_link":
|
500
|
+
"https://api.launchpad.net/1.0/#bug_task", "status": "Confirmed", "bug_target_name":
|
501
|
+
"firefox", "importance": "High", "assignee_link": null, "date_triaged": null,
|
502
|
+
"self_link": "https://api.launchpad.net/1.0/firefox/+bug/483929", "target_link":
|
503
|
+
"https://api.launchpad.net/1.0/firefox", "bug_target_display_name": "Mozilla
|
504
|
+
Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/483929/related_tasks",
|
505
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/483929",
|
506
|
+
"owner_link": "https://api.launchpad.net/1.0/~micahg", "date_created": "2009-11-20T08:25:17.973997+00:00",
|
507
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
508
|
+
null, "title": "Bug #381017 in Mozilla Thunderbird: \"Cannot drag attachment
|
509
|
+
from mail attachment pane to desktop\"", "bug_link": "https://api.launchpad.net/1.0/bugs/381017",
|
510
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/381017/+watch/100630",
|
511
|
+
"milestone_link": null, "http_etag": "\"7336470f25d304fe54a7b6333a7d76ff4fe1e190-38eb9da38af9c63ac361b8fc5d6e5cf51be9c676\"",
|
512
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
513
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
514
|
+
"status": "Confirmed", "bug_target_name": "thunderbird", "importance": "High",
|
515
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/381017",
|
516
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
517
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/381017/related_tasks",
|
518
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/thunderbird/+bug/381017",
|
519
|
+
"owner_link": "https://api.launchpad.net/1.0/~micahg", "date_created": "2010-02-12T05:14:16.902232+00:00",
|
520
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
521
|
+
null, "title": "Bug #526482 in Mozilla Firefox: \"Firefox don''t save print
|
522
|
+
settings\"", "bug_link": "https://api.launchpad.net/1.0/bugs/526482", "bug_watch_link":
|
523
|
+
"https://api.launchpad.net/1.0/bugs/526482/+watch/78175", "milestone_link":
|
524
|
+
null, "http_etag": "\"939421af4b98e76fc0753611f1c1e1f2d3cc9ac8-e4103685618e3d4071beb159905ef4fdf353ac6c\"",
|
525
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
526
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
527
|
+
"status": "New", "bug_target_name": "firefox", "importance": "High", "assignee_link":
|
528
|
+
null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/526482",
|
529
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
530
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/526482/related_tasks",
|
531
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/526482",
|
532
|
+
"owner_link": "https://api.launchpad.net/1.0/~thaugseth", "date_created":
|
533
|
+
"2010-06-19T16:26:58.721040+00:00", "date_incomplete": null, "is_complete":
|
534
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #223238
|
535
|
+
in Mozilla Firefox: \"Extremely slow Ajax/Javascript/CSS performance in Firefox
|
536
|
+
3 using non-free nvidia-glx-new\"", "bug_link": "https://api.launchpad.net/1.0/bugs/223238",
|
537
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/223238/+watch/84365",
|
538
|
+
"milestone_link": null, "http_etag": "\"721d8c1267cb1cee5d11d05b8e946f643ea20cd0-b1eb69998168a20a36153516f0b206e46b482c87\"",
|
539
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
540
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
541
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "High",
|
542
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/223238",
|
543
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
544
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/223238/related_tasks",
|
545
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/223238",
|
546
|
+
"owner_link": "https://api.launchpad.net/1.0/~a-j-buxton", "date_created":
|
547
|
+
"2010-12-30T15:36:26.034691+00:00", "date_incomplete": null, "is_complete":
|
548
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #711305
|
549
|
+
in Mozilla Thunderbird: \"Thunderbird is already running, but is not responding.
|
550
|
+
To open a new window, you must first close the existing Thunderbird process,
|
551
|
+
or restart your system. Error received when clicking a mailto link in firefox.\"",
|
552
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/711305", "bug_watch_link":
|
553
|
+
"https://api.launchpad.net/1.0/bugs/711305/+watch/85235", "milestone_link":
|
554
|
+
null, "http_etag": "\"865250061310ba9f54f1b0e60b10aa1b7159e3c8-912e51f97a282414559f4fcb33222b43c0de1661\"",
|
555
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
556
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
557
|
+
"status": "Confirmed", "bug_target_name": "thunderbird", "importance": "High",
|
558
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/711305",
|
559
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
560
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/711305/related_tasks",
|
561
|
+
"date_confirmed": "2011-09-22T15:32:59.799528+00:00", "date_left_new": "2011-09-22T15:32:59.799528+00:00",
|
562
|
+
"web_link": "https://bugs.launchpad.net/thunderbird/+bug/711305", "owner_link":
|
563
|
+
"https://api.launchpad.net/1.0/~komputes", "date_created": "2011-02-01T16:53:25.037869+00:00",
|
564
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
565
|
+
null, "title": "Bug #731865 in Mozilla Firefox: \"Adobe Reader plugin cannot
|
566
|
+
be disabled\"", "bug_link": "https://api.launchpad.net/1.0/bugs/731865", "bug_watch_link":
|
567
|
+
"https://api.launchpad.net/1.0/bugs/731865/+watch/86097", "milestone_link":
|
568
|
+
null, "http_etag": "\"d277200bdb9cf0032fa3b5ed89d6cf43973d4199-6c901066c730d18068cb5fc29fc8c15553d7ad51\"",
|
569
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
570
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
571
|
+
"status": "New", "bug_target_name": "firefox", "importance": "High", "assignee_link":
|
572
|
+
null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/731865",
|
573
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
574
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/731865/related_tasks",
|
575
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/731865",
|
576
|
+
"owner_link": "https://api.launchpad.net/1.0/~kiki", "date_created": "2011-03-09T10:32:43.235661+00:00",
|
577
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
578
|
+
null, "title": "Bug #381017 in SeaMonkey: \"Cannot drag attachment from mail
|
579
|
+
attachment pane to desktop\"", "bug_link": "https://api.launchpad.net/1.0/bugs/381017",
|
580
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/381017/+watch/100630",
|
581
|
+
"milestone_link": null, "http_etag": "\"c1500c4f3152d6ce0adc5f1f0b660040e91b0370-0822c050d0e52a0350fa4048f48287f53cd71f0a\"",
|
582
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
583
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
584
|
+
"status": "Confirmed", "bug_target_name": "seamonkey", "importance": "High",
|
585
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/seamonkey/+bug/381017",
|
586
|
+
"target_link": "https://api.launchpad.net/1.0/seamonkey", "bug_target_display_name":
|
587
|
+
"SeaMonkey", "related_tasks_collection_link": "https://api.launchpad.net/1.0/seamonkey/+bug/381017/related_tasks",
|
588
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/seamonkey/+bug/381017",
|
589
|
+
"owner_link": "https://api.launchpad.net/1.0/~jan-ubuntu-h-i-s", "date_created":
|
590
|
+
"2011-03-26T06:23:32.471282+00:00", "date_incomplete": null, "is_complete":
|
591
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #744808
|
592
|
+
in Mozilla Firefox: \"image sprite is packed very asymmetrically - triggers
|
593
|
+
poor rendering performance in firefox3 and missing icons in firefox4 and konquerer\"",
|
594
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/744808", "bug_watch_link":
|
595
|
+
"https://api.launchpad.net/1.0/bugs/744808/+watch/87432", "milestone_link":
|
596
|
+
null, "http_etag": "\"65fc6481a17e93e25b01c42c783790f5f63b68e0-61160dc8eab6a8bf7e015ffd1f4299f767088e2e\"",
|
597
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
598
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
599
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "High",
|
600
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/744808",
|
601
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
602
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/744808/related_tasks",
|
603
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/744808",
|
604
|
+
"owner_link": "https://api.launchpad.net/1.0/~timothy-m", "date_created":
|
605
|
+
"2011-08-02T06:37:29.031979+00:00", "date_incomplete": null, "is_complete":
|
606
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #830173
|
607
|
+
in Mozilla Firefox: \"Shockwave Flash outdated version. Can''t update it.\"",
|
608
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/830173", "bug_watch_link":
|
609
|
+
"https://api.launchpad.net/1.0/bugs/830173/+watch/90068", "milestone_link":
|
610
|
+
null, "http_etag": "\"a45b4410e3f0c0c3dcd13835643f658536d59b5a-0d9aebf99a41381086261d317261735642aa6880\"",
|
611
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
612
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
613
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "High",
|
614
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/830173",
|
615
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
616
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/830173/related_tasks",
|
617
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/830173",
|
618
|
+
"owner_link": "https://api.launchpad.net/1.0/~micahg", "date_created": "2011-08-26T21:03:02.646152+00:00",
|
619
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
620
|
+
null, "title": "Bug #956618 in Mozilla Thunderbird: \"Nickname not over-riding
|
621
|
+
names in email address\"", "bug_link": "https://api.launchpad.net/1.0/bugs/956618",
|
622
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/956618/+watch/98799",
|
623
|
+
"milestone_link": null, "http_etag": "\"ae6d2da31f63aba2a0fd2ba18458eb02bd24c8b0-8557a125e477a741df23f01ce277a6583198ef39\"",
|
624
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
625
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
626
|
+
"status": "Confirmed", "bug_target_name": "thunderbird", "importance": "High",
|
627
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/956618",
|
628
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
629
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/956618/related_tasks",
|
630
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/thunderbird/+bug/956618",
|
631
|
+
"owner_link": "https://api.launchpad.net/1.0/~logan", "date_created": "2012-05-24T23:23:24.816649+00:00",
|
632
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
633
|
+
null, "title": "Bug #1027364 in Mozilla Thunderbird: \"Counter for new messages
|
634
|
+
in thunderbird don''t counts correctly\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1027364",
|
635
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/1027364/+watch/99939",
|
636
|
+
"milestone_link": null, "http_etag": "\"a5f2685caaa3d02a8d7401aa7893c4ddf2c9a775-47e1e27c6f7a81c26967b2b468084b87b39ced3e\"",
|
637
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
638
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
639
|
+
"status": "New", "bug_target_name": "thunderbird", "importance": "High", "assignee_link":
|
640
|
+
null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/1027364",
|
641
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
642
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/1027364/related_tasks",
|
643
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/thunderbird/+bug/1027364",
|
644
|
+
"owner_link": "https://api.launchpad.net/1.0/~r-ehl", "date_created": "2012-07-21T08:15:59.070294+00:00",
|
645
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
646
|
+
null, "title": "Bug #411358 in Mozilla Thunderbird: \"Thunderbird2 gconf gmt
|
647
|
+
problem ''Bad key or directory name'' because of plus symbol (+)\"", "bug_link":
|
648
|
+
"https://api.launchpad.net/1.0/bugs/411358", "bug_watch_link": "https://api.launchpad.net/1.0/bugs/411358/+watch/100094",
|
649
|
+
"milestone_link": null, "http_etag": "\"91864ab14d3c2f21b7c8efdf026cb7733ca1b46f-eb2a8affbfabea9e174d4da3abcdff5a02170d20\"",
|
650
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
651
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
652
|
+
"status": "Confirmed", "bug_target_name": "thunderbird", "importance": "High",
|
653
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/411358",
|
654
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
655
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/411358/related_tasks",
|
656
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/thunderbird/+bug/411358",
|
657
|
+
"owner_link": "https://api.launchpad.net/1.0/~kenno-xs4all", "date_created":
|
658
|
+
"2012-07-27T22:07:18.743916+00:00", "date_incomplete": null, "is_complete":
|
659
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #633352
|
660
|
+
in Mozilla Thunderbird: \"Cannot dismiss reminders for recurring events\"",
|
661
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/633352", "bug_watch_link":
|
662
|
+
"https://api.launchpad.net/1.0/bugs/633352/+watch/105355", "milestone_link":
|
663
|
+
null, "http_etag": "\"46642c5b19e85005206fac105b96d49832f39b8f-b83c93fd8c795416acc081f1d02f46994368fe8c\"",
|
664
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
665
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
666
|
+
"status": "Confirmed", "bug_target_name": "thunderbird", "importance": "High",
|
667
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/633352",
|
668
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
669
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/633352/related_tasks",
|
670
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/thunderbird/+bug/633352",
|
671
|
+
"owner_link": "https://api.launchpad.net/1.0/~internationils", "date_created":
|
672
|
+
"2013-05-22T11:37:42.210731+00:00", "date_incomplete": null, "is_complete":
|
673
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #927515
|
674
|
+
in Mozilla Thunderbird: \"Thunderbird stuck at 100% CPU\"", "bug_link": "https://api.launchpad.net/1.0/bugs/927515",
|
675
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/927515/+watch/105635",
|
676
|
+
"milestone_link": null, "http_etag": "\"c8944e34d20bfc34168a4bc00877216603f0955d-79401946f15d16933fa05230b8bdb4ef242d2623\"",
|
677
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
678
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
679
|
+
"status": "New", "bug_target_name": "thunderbird", "importance": "High", "assignee_link":
|
680
|
+
null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/927515",
|
681
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
682
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/927515/related_tasks",
|
683
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/thunderbird/+bug/927515",
|
684
|
+
"owner_link": "https://api.launchpad.net/1.0/~es20490446e", "date_created":
|
685
|
+
"2013-06-07T15:43:42.541982+00:00", "date_incomplete": null, "is_complete":
|
686
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1229172
|
687
|
+
in Mozilla Thunderbird: \"Thunderbird \"Spell check as you type\" stopped
|
688
|
+
working after update to 1:24.0+build1-0ubuntu0.12.04.1 (precise-updates)\"",
|
689
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/1229172", "bug_watch_link":
|
690
|
+
"https://api.launchpad.net/1.0/bugs/1229172/+watch/107386", "milestone_link":
|
691
|
+
null, "http_etag": "\"b40d67e1efcaaf84dd9b702f3da3a55eb503230e-f53ac7d6cf77f555d33c54a2f1f7d6c181e23db9\"",
|
692
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
693
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
694
|
+
"status": "Confirmed", "bug_target_name": "thunderbird", "importance": "High",
|
695
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/1229172",
|
696
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
697
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/1229172/related_tasks",
|
698
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/thunderbird/+bug/1229172",
|
699
|
+
"owner_link": "https://api.launchpad.net/1.0/~sparhawkthesecond", "date_created":
|
700
|
+
"2013-10-05T04:39:58.411909+00:00", "date_incomplete": null, "is_complete":
|
701
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1251182
|
702
|
+
in Mozilla Thunderbird: \"Thunderbird: Deleted emails get lost instead of
|
703
|
+
going to the Trash folder\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1251182",
|
704
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/1251182/+watch/108057",
|
705
|
+
"milestone_link": null, "http_etag": "\"0d2539a1f2f9a2452dcee3e7e9178b6f67ffecb0-0d3b6bd80511628c1e884e0c0d6522104317f4f6\"",
|
706
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
707
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
708
|
+
"status": "Confirmed", "bug_target_name": "thunderbird", "importance": "High",
|
709
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/1251182",
|
710
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
711
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/1251182/related_tasks",
|
712
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/thunderbird/+bug/1251182",
|
713
|
+
"owner_link": "https://api.launchpad.net/1.0/~krychek", "date_created": "2013-11-14T10:39:28.629016+00:00",
|
714
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
715
|
+
"2006-01-13T15:19:39.760641+00:00", "title": "Bug #27867 in Mozilla Firefox:
|
716
|
+
\"Background color is always white, top banner is never displayed in Firefox\"",
|
717
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/27867", "bug_watch_link":
|
718
|
+
"https://api.launchpad.net/1.0/bugs/27867/+watch/29392", "milestone_link":
|
719
|
+
null, "http_etag": "\"2196074bc9426c1e0098734dc5912bc3d4a64098-fe63702f937e12de82fd859d8ce83d27bcd9138e\"",
|
720
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
721
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
722
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Medium",
|
723
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/27867",
|
724
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
725
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/27867/related_tasks",
|
726
|
+
"date_confirmed": null, "date_left_new": "2008-05-14T05:40:38.821990+00:00",
|
727
|
+
"web_link": "https://bugs.launchpad.net/firefox/+bug/27867", "owner_link":
|
728
|
+
"https://api.launchpad.net/1.0/~vincent-trouilliez-modulonet", "date_created":
|
729
|
+
"2006-01-02T14:58:49+00:00", "date_incomplete": null, "is_complete": false},
|
730
|
+
{"date_closed": null, "date_assigned": "2006-02-23T15:33:05.201113+00:00",
|
731
|
+
"title": "Bug #32625 in Mozilla Thunderbird: \"Thunderbird offline extension
|
732
|
+
should use spam message download to\n get messages\"", "bug_link": "https://api.launchpad.net/1.0/bugs/32625",
|
733
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/32625/+watch/26743",
|
734
|
+
"milestone_link": null, "http_etag": "\"d7cdb1a6039c0248873ff3e6c9860fdd0262b551-ed5f384a6eadb64cc3b1c6fa47a49d0a433bb9a2\"",
|
735
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
736
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
737
|
+
"status": "New", "bug_target_name": "thunderbird", "importance": "Medium",
|
738
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/32625",
|
739
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
740
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/32625/related_tasks",
|
741
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/thunderbird/+bug/32625",
|
742
|
+
"owner_link": "https://api.launchpad.net/1.0/~sabdfl", "date_created": "2006-02-23T15:33:05.201113+00:00",
|
743
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
744
|
+
"2006-03-29T19:58:00.766870+00:00", "title": "Bug #18305 in Mozilla Firefox:
|
745
|
+
\"domain mismatch dialog not HIG-compliant\"", "bug_link": "https://api.launchpad.net/1.0/bugs/18305",
|
746
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/18305/+watch/27266",
|
747
|
+
"milestone_link": null, "http_etag": "\"dd6a361b44713a4baab53bd31a2e368684988214-19ec637353ca8be12be6aa9df06a9c7416c68691\"",
|
748
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
749
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
750
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Medium",
|
751
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/18305",
|
752
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
753
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/18305/related_tasks",
|
754
|
+
"date_confirmed": "2006-06-15T06:54:15.605737+00:00", "date_left_new": null,
|
755
|
+
"web_link": "https://bugs.launchpad.net/firefox/+bug/18305", "owner_link":
|
756
|
+
"https://api.launchpad.net/1.0/~surak", "date_created": "2006-03-29T19:58:00.766870+00:00",
|
757
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
758
|
+
"2006-03-29T20:52:46.936557+00:00", "title": "Bug #18995 in Mozilla Firefox:
|
759
|
+
\"[MASTER] \"Open With\" dialog not user-friendly\"", "bug_link": "https://api.launchpad.net/1.0/bugs/18995",
|
760
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/18995/+watch/54236",
|
761
|
+
"milestone_link": null, "http_etag": "\"db7abac001b0326eafa60ec47f4b9f6bb3c3bcc6-34765478bb0e476d1cf330527aa7720e4409bfc5\"",
|
762
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
763
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
764
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Medium",
|
765
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/18995",
|
766
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
767
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/18995/related_tasks",
|
768
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/18995",
|
769
|
+
"owner_link": "https://api.launchpad.net/1.0/~surak", "date_created": "2006-03-29T20:52:46.936557+00:00",
|
770
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
771
|
+
"2006-03-29T21:31:38.747539+00:00", "title": "Bug #10910 in Mozilla Firefox:
|
772
|
+
\"Default page size for printing is letter\"", "bug_link": "https://api.launchpad.net/1.0/bugs/10910",
|
773
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/10910/+watch/29660",
|
774
|
+
"milestone_link": null, "http_etag": "\"94db76416fd6a4d4f18e3b364ecc44bba3649d77-6c429319d84addbc856ae13fc7b75d32e3e90263\"",
|
775
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
776
|
+
null, "date_in_progress": "2009-02-19T20:27:50.116718+00:00", "resource_type_link":
|
777
|
+
"https://api.launchpad.net/1.0/#bug_task", "status": "In Progress", "bug_target_name":
|
778
|
+
"firefox", "importance": "Medium", "assignee_link": null, "date_triaged":
|
779
|
+
"2009-02-19T20:27:50.116718+00:00", "self_link": "https://api.launchpad.net/1.0/firefox/+bug/10910",
|
780
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
781
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/10910/related_tasks",
|
782
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/10910",
|
783
|
+
"owner_link": "https://api.launchpad.net/1.0/~surak", "date_created": "2006-03-29T21:31:38.747539+00:00",
|
784
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
785
|
+
"2006-03-29T21:55:46.141834+00:00", "title": "Bug #18150 in Mozilla Firefox:
|
786
|
+
\"Firefox shows Certificate Confirmation Dialog on wrong workspace\"", "bug_link":
|
787
|
+
"https://api.launchpad.net/1.0/bugs/18150", "bug_watch_link": "https://api.launchpad.net/1.0/bugs/18150/+watch/27278",
|
788
|
+
"milestone_link": null, "http_etag": "\"7e6f5d13147f01a024b17662843cc945726ba1f3-3707ae9c14acc385fdf350e5b25286b16fe731be\"",
|
789
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
790
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
791
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Medium",
|
792
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/18150",
|
793
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
794
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/18150/related_tasks",
|
795
|
+
"date_confirmed": "2006-06-15T06:54:15.978240+00:00", "date_left_new": null,
|
796
|
+
"web_link": "https://bugs.launchpad.net/firefox/+bug/18150", "owner_link":
|
797
|
+
"https://api.launchpad.net/1.0/~surak", "date_created": "2006-03-29T21:55:46.141834+00:00",
|
798
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
799
|
+
"2006-04-02T15:30:18.867419+00:00", "title": "Bug #37507 in Mozilla Firefox:
|
800
|
+
\"tip goes out of the screen\"", "bug_link": "https://api.launchpad.net/1.0/bugs/37507",
|
801
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/37507/+watch/27380",
|
802
|
+
"milestone_link": null, "http_etag": "\"2f1bf5c423555ce8f420ccb17d39fccda6f74e27-add2f6bc08d6120574f4dfc5fddf33f3491d9207\"",
|
803
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
804
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
805
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Medium",
|
806
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/37507",
|
807
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
808
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/37507/related_tasks",
|
809
|
+
"date_confirmed": "2006-06-15T06:54:18.599713+00:00", "date_left_new": null,
|
810
|
+
"web_link": "https://bugs.launchpad.net/firefox/+bug/37507", "owner_link":
|
811
|
+
"https://api.launchpad.net/1.0/~seb128", "date_created": "2006-04-02T15:30:18.867419+00:00",
|
812
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
813
|
+
"2006-04-12T14:48:39.189377+00:00", "title": "Bug #39136 in Mozilla Firefox:
|
814
|
+
\"firefox should render unrecognized text/* as text/plain\"", "bug_link":
|
815
|
+
"https://api.launchpad.net/1.0/bugs/39136", "bug_watch_link": "https://api.launchpad.net/1.0/bugs/39136/+watch/27578",
|
816
|
+
"milestone_link": null, "http_etag": "\"4d5f9dd517b5006c2e0492f0167d6c54031caecb-6bc93d8afc9f6755bee9513a763ea5c7a4e68c0c\"",
|
817
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
818
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
819
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Medium",
|
820
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/39136",
|
821
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
822
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/39136/related_tasks",
|
823
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/39136",
|
824
|
+
"owner_link": "https://api.launchpad.net/1.0/~ijackson", "date_created": "2006-04-12T14:48:39.189377+00:00",
|
825
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
826
|
+
"2006-04-22T13:38:24.105856+00:00", "title": "Bug #34229 in Mozilla Firefox:
|
827
|
+
\"Creating readable pdf\"", "bug_link": "https://api.launchpad.net/1.0/bugs/34229",
|
828
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/34229/+watch/27692",
|
829
|
+
"milestone_link": null, "http_etag": "\"07f491bdf9c1e129503c77756f5dc46453e86296-b4fcf3098f072a6b60cab88e6a9d67f5e0b79e4a\"",
|
830
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
831
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
832
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Medium",
|
833
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/34229",
|
834
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
835
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/34229/related_tasks",
|
836
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/34229",
|
837
|
+
"owner_link": "https://api.launchpad.net/1.0/~simosx", "date_created": "2006-04-22T13:38:24.105856+00:00",
|
838
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
839
|
+
"2006-04-26T18:09:20.201193+00:00", "title": "Bug #1085 in Mozilla Thunderbird:
|
840
|
+
\"selecting text in full header mode fails\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1085",
|
841
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/1085/+watch/56552",
|
842
|
+
"milestone_link": null, "http_etag": "\"18ca0bff81b816a935058300fe80accb230c7cf0-2adf36b27d87e76b06773796fd8ba836f566227e\"",
|
843
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
844
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
845
|
+
"status": "Confirmed", "bug_target_name": "thunderbird", "importance": "Medium",
|
846
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/1085",
|
847
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
848
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/1085/related_tasks",
|
849
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/thunderbird/+bug/1085",
|
850
|
+
"owner_link": "https://api.launchpad.net/1.0/~garycoady", "date_created":
|
851
|
+
"2006-04-26T18:09:20.201193+00:00", "date_incomplete": null, "is_complete":
|
852
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #44951
|
853
|
+
in Mozilla Thunderbird: \"Alternative email does not appear in a drop-down\"",
|
854
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/44951", "bug_watch_link":
|
855
|
+
"https://api.launchpad.net/1.0/bugs/44951/+watch/28077", "milestone_link":
|
856
|
+
null, "http_etag": "\"5bb0cb1862ff8bd7513affa3615314e5bf1224d2-60a536ccc0f1ba0a3656ab35bea2fbdbd98eb2a9\"",
|
857
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
858
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
859
|
+
"status": "Confirmed", "bug_target_name": "thunderbird", "importance": "Medium",
|
860
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/44951",
|
861
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
862
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/44951/related_tasks",
|
863
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/thunderbird/+bug/44951",
|
864
|
+
"owner_link": "https://api.launchpad.net/1.0/~dsas", "date_created": "2006-05-16T05:23:46.866264+00:00",
|
865
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
866
|
+
null, "title": "Bug #38131 in Mozilla Firefox: \"Firefox causes massive Xorg
|
867
|
+
CPU usage\"", "bug_link": "https://api.launchpad.net/1.0/bugs/38131", "bug_watch_link":
|
868
|
+
"https://api.launchpad.net/1.0/bugs/38131/+watch/28527", "milestone_link":
|
869
|
+
null, "http_etag": "\"4b3dbb2f5276f13f6888ed7b1c4c43ef7a673eb4-b5a08ec31d0967234828ae0ede6512edb3629b5e\"",
|
870
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
871
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
872
|
+
"status": "New", "bug_target_name": "firefox", "importance": "Medium", "assignee_link":
|
873
|
+
null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/38131",
|
874
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
875
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/38131/related_tasks",
|
876
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/38131",
|
877
|
+
"owner_link": "https://api.launchpad.net/1.0/~darkmagez", "date_created":
|
878
|
+
"2006-07-08T08:20:02.942368+00:00", "date_incomplete": null, "is_complete":
|
879
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #63814
|
880
|
+
in Mozilla Firefox: \"please include patch for a highly visible crash in epiphany\"",
|
881
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/63814", "bug_watch_link":
|
882
|
+
"https://api.launchpad.net/1.0/bugs/63814/+watch/29475", "milestone_link":
|
883
|
+
null, "http_etag": "\"60e37847aac25a615d23f0715a1ff12dfcea87e0-af958a1ec12173ff80eabfd07be9f6655c72e934\"",
|
884
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
885
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
886
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Medium",
|
887
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/63814",
|
888
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
889
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/63814/related_tasks",
|
890
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/63814",
|
891
|
+
"owner_link": "https://api.launchpad.net/1.0/~towsonu2003", "date_created":
|
892
|
+
"2006-10-04T08:29:56.502709+00:00", "date_incomplete": null, "is_complete":
|
893
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #78435
|
894
|
+
in Mozilla Thunderbird: \"temporary filenames should handle multiple extensions
|
895
|
+
(.tar.gz)\"", "bug_link": "https://api.launchpad.net/1.0/bugs/78435", "bug_watch_link":
|
896
|
+
"https://api.launchpad.net/1.0/bugs/78435/+watch/30646", "milestone_link":
|
897
|
+
null, "http_etag": "\"c04c4185b1f4915e531d2196882ef07b92e7f06e-26f1b89caeed5e6621583b1c00d651a848a65b23\"",
|
898
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
899
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
900
|
+
"status": "Confirmed", "bug_target_name": "thunderbird", "importance": "Medium",
|
901
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/78435",
|
902
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
903
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/78435/related_tasks",
|
904
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/thunderbird/+bug/78435",
|
905
|
+
"owner_link": "https://api.launchpad.net/1.0/~alex.latchford", "date_created":
|
906
|
+
"2007-01-08T17:46:24.401682+00:00", "date_incomplete": null, "is_complete":
|
907
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #70872
|
908
|
+
in Mozilla Firefox: \"MASTER Firefox makes X run out windows\"", "bug_link":
|
909
|
+
"https://api.launchpad.net/1.0/bugs/70872", "bug_watch_link": "https://api.launchpad.net/1.0/bugs/70872/+watch/31073",
|
910
|
+
"milestone_link": null, "http_etag": "\"b13031a82d3258ff3f6393096c819ce772cce3ef-a8700df01aca61408df44392bb27af57c036ac95\"",
|
911
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
912
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
913
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Medium",
|
914
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/70872",
|
915
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
916
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/70872/related_tasks",
|
917
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/70872",
|
918
|
+
"owner_link": "https://api.launchpad.net/1.0/~asac", "date_created": "2007-02-03T15:28:59.655812+00:00",
|
919
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
920
|
+
null, "title": "Bug #62802 in Mozilla Firefox: \"[-dev] include static libraries:
|
921
|
+
libxpcomglue.a, libxpcomglue_s.a\"", "bug_link": "https://api.launchpad.net/1.0/bugs/62802",
|
922
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/62802/+watch/31330",
|
923
|
+
"milestone_link": null, "http_etag": "\"5c241bf16b438c9ce0425b0f6e046cc607db389f-858e3f29e1610172a89b26f0573f9ac64a513a3b\"",
|
924
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
925
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
926
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Medium",
|
927
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/62802",
|
928
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
929
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/62802/related_tasks",
|
930
|
+
"date_confirmed": "2007-05-21T07:09:48.009080+00:00", "date_left_new": null,
|
931
|
+
"web_link": "https://bugs.launchpad.net/firefox/+bug/62802", "owner_link":
|
932
|
+
"https://api.launchpad.net/1.0/~asac", "date_created": "2007-02-22T13:05:54.809022+00:00",
|
933
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
934
|
+
null, "title": "Bug #90652 in Mozilla Thunderbird: \"MASTER mozilla-thunderbird
|
935
|
+
crashed [@NS_InitXPCOM3_P] [@nsVoidArray] [@??]\"", "bug_link": "https://api.launchpad.net/1.0/bugs/90652",
|
936
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/90652/+watch/31530",
|
937
|
+
"milestone_link": null, "http_etag": "\"38771f3bb3577b2a278aebcc6c5adc873fa1d47a-6f9d92cb29b9e413d9128bdabb7da0fecad6cc9a\"",
|
938
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
939
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
940
|
+
"status": "Confirmed", "bug_target_name": "thunderbird", "importance": "Medium",
|
941
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/thunderbird/+bug/90652",
|
942
|
+
"target_link": "https://api.launchpad.net/1.0/thunderbird", "bug_target_display_name":
|
943
|
+
"Mozilla Thunderbird", "related_tasks_collection_link": "https://api.launchpad.net/1.0/thunderbird/+bug/90652/related_tasks",
|
944
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/thunderbird/+bug/90652",
|
945
|
+
"owner_link": "https://api.launchpad.net/1.0/~nnkx00", "date_created": "2007-03-08T18:42:34.304247+00:00",
|
946
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
947
|
+
null, "title": "Bug #50839 in Mozilla Firefox: \"If the mouse is hold on a
|
948
|
+
flash animation keyboard and mouse scrolling stop to work\"", "bug_link":
|
949
|
+
"https://api.launchpad.net/1.0/bugs/50839", "bug_watch_link": "https://api.launchpad.net/1.0/bugs/50839/+watch/40726",
|
950
|
+
"milestone_link": null, "http_etag": "\"e62b2c03210e3cd1e39d01c84508615619788f63-ac476df864ec8a46edc8bdaaf35a72cbff0829ae\"",
|
951
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
952
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
953
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Medium",
|
954
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/50839",
|
955
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
956
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/50839/related_tasks",
|
957
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/50839",
|
958
|
+
"owner_link": "https://api.launchpad.net/1.0/~cimmo", "date_created": "2007-03-18T18:52:29.087594+00:00",
|
959
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
960
|
+
null, "title": "Bug #73536 in Mozilla Firefox: \"MASTER Firefox crashes on
|
961
|
+
instant X server shutdown\"", "bug_link": "https://api.launchpad.net/1.0/bugs/73536",
|
962
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/73536/+watch/32067",
|
963
|
+
"milestone_link": null, "http_etag": "\"1b2f361cde8b1652c9d170a83901ba42871014b3-83b4ec31c47e789eaf188c6c0e6e3629800f8d83\"",
|
964
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
965
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
966
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Medium",
|
967
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/73536",
|
968
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
969
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/73536/related_tasks",
|
970
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/73536",
|
971
|
+
"owner_link": "https://api.launchpad.net/1.0/~dries", "date_created": "2007-04-03T21:41:12.841353+00:00",
|
972
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
973
|
+
null, "title": "Bug #114441 in Mozilla Firefox: \"Gecko Engine does not support
|
974
|
+
the XHTML 1.1 ruby tag\"", "bug_link": "https://api.launchpad.net/1.0/bugs/114441",
|
975
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/114441/+watch/33029",
|
976
|
+
"milestone_link": null, "http_etag": "\"4a3af145829971f1e0e99ffd78b17463ece25ea1-06b82ff5f8fb50e6516fbc1416e20622464790fe\"",
|
977
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
978
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
979
|
+
"status": "In Progress", "bug_target_name": "firefox", "importance": "Medium",
|
980
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/114441",
|
981
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
982
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/114441/related_tasks",
|
983
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/114441",
|
984
|
+
"owner_link": "https://api.launchpad.net/1.0/~seb128", "date_created": "2007-05-30T19:22:35.375890+00:00",
|
985
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
986
|
+
null, "title": "Bug #32891 in Mozilla Firefox: \"Improve support for non-gnome
|
987
|
+
Input methods\"", "bug_link": "https://api.launchpad.net/1.0/bugs/32891",
|
988
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/32891/+watch/33300",
|
989
|
+
"milestone_link": null, "http_etag": "\"b31323f6aca9fb65ec513132dee421c63d564eda-2684ca30c06e6832fb5d4fbbd2e31e72d046a995\"",
|
990
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
991
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
992
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Medium",
|
993
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/32891",
|
994
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
995
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/32891/related_tasks",
|
996
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/32891",
|
997
|
+
"owner_link": "https://api.launchpad.net/1.0/~asac", "date_created": "2007-06-20T14:05:56.762984+00:00",
|
998
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
999
|
+
null, "title": "Bug #113086 in Mozilla Firefox: \"The sync request protocol
|
1000
|
+
(_NET_WM_SYNC_REQUEST in the EWMH spec) is not supported in some GTK apps\"",
|
1001
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/113086", "bug_watch_link":
|
1002
|
+
"https://api.launchpad.net/1.0/bugs/113086/+watch/33656", "milestone_link":
|
1003
|
+
null, "http_etag": "\"237a64aea44f24cbb1522c5e035c71e9788120fb-3c5d7d081787e36083800c48f0fc41bdd83b8e0d\"",
|
1004
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
1005
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
1006
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Medium",
|
1007
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/113086",
|
1008
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
1009
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/113086/related_tasks",
|
1010
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/113086",
|
1011
|
+
"owner_link": "https://api.launchpad.net/1.0/~asac", "date_created": "2007-07-23T10:17:17.058919+00:00",
|
1012
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
1013
|
+
null, "title": "Bug #29622 in Mozilla Firefox: \"Many web browsers not print
|
1014
|
+
the headers and footers.\"", "bug_link": "https://api.launchpad.net/1.0/bugs/29622",
|
1015
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/29622/+watch/34057",
|
1016
|
+
"milestone_link": null, "http_etag": "\"7c4001f8c4dd5632b23e303947ba481d7ad2d8a2-a48d3cf704c0aa8333d5a87cfe8720e32e90c984\"",
|
1017
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
1018
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
1019
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Medium",
|
1020
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/29622",
|
1021
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
1022
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/29622/related_tasks",
|
1023
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/29622",
|
1024
|
+
"owner_link": "https://api.launchpad.net/1.0/~asac", "date_created": "2007-07-30T12:44:52.102417+00:00",
|
1025
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
1026
|
+
null, "title": "Bug #125970 in Mozilla Firefox: \"MASTER - slow scroll with
|
1027
|
+
image as background-repeat\"", "bug_link": "https://api.launchpad.net/1.0/bugs/125970",
|
1028
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/125970/+watch/42555",
|
1029
|
+
"milestone_link": null, "http_etag": "\"873f35cb851876493c4c9810649904778fb296a2-7da9414ceeb4cb5aaabc1e18d14b9c9b5347d22c\"",
|
1030
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
1031
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
1032
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Medium",
|
1033
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/125970",
|
1034
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
1035
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/125970/related_tasks",
|
1036
|
+
"date_confirmed": "2008-06-02T16:52:13.910306+00:00", "date_left_new": null,
|
1037
|
+
"web_link": "https://bugs.launchpad.net/firefox/+bug/125970", "owner_link":
|
1038
|
+
"https://api.launchpad.net/1.0/~yelo3", "date_created": "2007-08-15T14:53:53.213911+00:00",
|
1039
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
1040
|
+
null, "title": "Bug #136985 in Mozilla Firefox: \"layerX/layerY wrong when
|
1041
|
+
mouse is over scrollbar\"", "bug_link": "https://api.launchpad.net/1.0/bugs/136985",
|
1042
|
+
"bug_watch_link": "https://api.launchpad.net/1.0/bugs/136985/+watch/35456",
|
1043
|
+
"milestone_link": null, "http_etag": "\"e84cf156834437ef239ab6434c6feaeff36ebf3a-e9ca9a0835e64003b71f8b71fa879526980543b0\"",
|
1044
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
1045
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
1046
|
+
"status": "New", "bug_target_name": "firefox", "importance": "Medium", "assignee_link":
|
1047
|
+
null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/136985",
|
1048
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
1049
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/136985/related_tasks",
|
1050
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/136985",
|
1051
|
+
"owner_link": "https://api.launchpad.net/1.0/~kay", "date_created": "2007-09-24T14:11:03.308659+00:00",
|
1052
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
1053
|
+
null, "title": "Bug #121734 in Mozilla Firefox: \"orig.tar.gz has binary-only
|
1054
|
+
files\"", "bug_link": "https://api.launchpad.net/1.0/bugs/121734", "bug_watch_link":
|
1055
|
+
"https://api.launchpad.net/1.0/bugs/121734/+watch/36059", "milestone_link":
|
1056
|
+
null, "http_etag": "\"346867651f2d2b7fe1dbb341ca09958b39d2c241-048064d6ed2fc2ff3f226cdc8da58a0d0a3f3ab8\"",
|
1057
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
1058
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
1059
|
+
"status": "Confirmed", "bug_target_name": "firefox", "importance": "Medium",
|
1060
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/firefox/+bug/121734",
|
1061
|
+
"target_link": "https://api.launchpad.net/1.0/firefox", "bug_target_display_name":
|
1062
|
+
"Mozilla Firefox", "related_tasks_collection_link": "https://api.launchpad.net/1.0/firefox/+bug/121734/related_tasks",
|
1063
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/firefox/+bug/121734",
|
1064
|
+
"owner_link": "https://api.launchpad.net/1.0/~asac", "date_created": "2007-10-05T14:49:37.675729+00:00",
|
1065
|
+
"date_incomplete": null, "is_complete": false}]}'
|
1066
|
+
http_version:
|
1067
|
+
recorded_at: Sun, 18 May 2014 18:12:14 GMT
|
1068
|
+
recorded_with: VCR 2.9.0
|