Type in one or more words (or pieces of words) to search for:
- The Basics
- Examples of Simple Queries
- Fields You Can Search On
- Advanced Features
- Advanced Shortcuts
- Examples of Complex Queries
"Is this going to be a stand-up fight, sir, or another bug hunt?"
- Private First Class William L. Hudson, "Aliens".
This is an overview of how to effectively use search in Bugzilla. For more general information about Bugzilla usage, including the jargon and shorthand that the Mozilla community uses in bug discussions, please look at Introduction toBugzilla page on Wiki.m.o.
The Basics
- If you just put a word or series of words in the search box, Bugzilla will search the Product, Component, Keywords, Alias, Summary, Whiteboard, and Comment fields for your word or words.
- Typing just a number in the search box will take you directly to the bug with that ID. Also, just typing the alias of a bug will take you to that bug.
- Adding more terms narrows down the search, it does not expand it. (In other words, Bugzilla searches for bugs that match all your criteria, not bugs that match any of your criteria.)
- Searching is case-insensitive. So table, Table, and TABLE are all the same.
- Bugzilla does not just search for the exact word you put in, but also for any word that contains that word. So, for example, searching for "cat" would also find bugs that contain it as part of other words—for example, a bug mentioning "catch" or "certificate". It will not find partial words in the Comment or Keywords fields, though—only full words are matched, there.
- By default, only open bugs are searched. If you want to know how to also search closed bugs, see the Advanced Shortcuts section.
- If you want to search specific fields, you do it like field:value, where field is one of the field names lower down in this document and value is the value you want to search for in that field. If you put commas in the value, then it is interpreted as a list of values, and bugs that match any of those values will be searched for.
Examples of Simple Queries
Here are some examples of how to write some simple queries. Examples for more complex queries can be found lower in this page.
- All open bugs where userA@company.com is in the CC list
(no need to mention open bugs, this is the default):
cc:userA@company.com - All unconfirmed bugs in product productA (putting the
bug status at the first position make it being automatically
considered as a bug status):
UNCONFIRMED product:productA - All open and closed bugs reported by userB@company.com
(we must specify ALL as the first word, else only open bugs
are taken into account):
ALL reporter:userB@company.com - All open bugs with severity blocker or critical with the
target milestone set to 2.5:
severity:blocker,critical milestone:2.5 - All open bugs in the component Research & Development
with priority P1 or P2 (we must use quotes for the component as its name
contains whitespaces):
component:"Research & Development" priority:P1,P2
Fields You Can Search On
You can specify any of these fields like field:value in the search box, to search on them. You can also abbreviate the field name, as long as your abbreviation matches only one field name. So, for example, searching on stat:VERIFIED will find all bugs in the VERIFIED status. Some fields have multiple names, and you can use any of those names to search for them.
For custom fields, they can be used and abbreviated based on the part of their name after the cf_ if you'd like, in addition to their standard name starting with cf_. So for example, cf_colo_site can be referred to as colo_site, also. However, if this causes a conflict between the standard Bugzilla field names and the custom field names, the standard field names always take precedence.
| Field | Field Names For Search |
|---|---|
| %Complete |
percentage_complete
|
| a11y-review |
cf_a11y_review_project_flag
|
| Accessibility Severity |
cf_accessibility_severity
|
| Alias |
alias
|
| Any field |
anything
|
| Assignee |
assigned_toassigneeowner
|
| Assignee Last Login Date |
assignee_last_login
|
| Attachment description |
attachmentdescattachdescattachment
|
| Attachment mime type |
attachmentmimetypeattachmimetype
|
| b2g-ota-blocker |
cf_b2g_ota_blocker
|
| backlog |
cf_backlog
|
| blocking-b2g |
cf_blocking_b2g
|
| blocking-basecamp |
cf_blocking_basecampblocking-basecamp
|
| blocking-fennec1.0 |
cf_blocking_fennec10blocking-fennec1.0
|
| blocking-fx |
cf_blocking_fxblocking-fx
|
| blocking-kilimanjaro |
cf_blocking_kilimanjaroblocking-kilimanjaro
|
| blocking-seamonkey2.1 |
cf_blocking_seamonkey21blocking-seamonkey2.1
|
| blocking-thunderbird3.0 |
cf_blocking_thunderbird30blocking-thunderbird3.0
|
| blocking-thunderbird3.1 |
cf_blocking_thunderbird31blocking-thunderbird3.1
|
| blocking-thunderbird3.2 |
cf_blocking_thunderbird32blocking-thunderbird3.2
|
| blocking-thunderbird5.0 |
cf_blocking_thunderbird33blocking-thunderbird3.3
|
| blocking1.9.1 |
cf_blocking_191blocking1.9.1
|
| blocking1.9.2 |
cf_blocking_192blocking1.9.2
|
| blocking2.0 |
cf_blocking_20blocking2.0
|
| Blocks |
blocked
|
| bmo-component-move |
cf_bmo_component_move
|
| Bug ID |
bug_id
|
| Bug Interest |
bug_interest_ts
|
| CC |
cc
|
| Change Request |
cf_cab_review
|
| Classification |
classification
|
| Closed |
cf_last_resolved
|
| colo-trip |
cf_colo_site
|
| Comment |
descriptionlongdesccomment
|
| Comment Tag |
comment_tag
|
| Commenter |
commenter
|
| Component |
component
|
| Content |
content
|
| Crash Signature |
cf_crash_signaturesig
|
| data-science-status |
cf_data_science_status
|
| Days since bug changed |
days_elapsed
|
| Deadline |
deadline
|
| Depends on |
dependson
|
| Due Date |
cf_due_date
|
| Duplicate of |
dup_id
|
| Duplicates |
duplicates
|
| Ever confirmed |
everconfirmed
|
| feature-b2g |
cf_feature_b2g
|
| Filed via |
filed_via
|
| Flag Requestee |
requestee
|
| Flag Setter |
setter
|
| Flags |
flag
|
| geckoview |
cf_geckoview
|
| Group |
group
|
| Hardware |
platform
|
| Has STR |
cf_has_str
|
| Hours Left |
remaining_time
|
| Hours Worked |
work_time
|
| Install Update Workflow |
cf_install_update_workflow
|
| Is Triaged |
is_triaged
|
| Iteration |
cf_fx_iteration
|
| Keywords |
keywordskw
|
| Last Visit |
last_visit_ts
|
| Locale |
cf_locale
|
| Machine State |
cf_machine_state
|
| Mentor |
bug_mentormentor
|
| Mozilla Project |
cf_mozilla_project
|
| Number of CC |
cc_count
|
| Number of Duplicates |
dupe_count
|
| Number of See Also |
see_also_count
|
| Office/Space |
cf_office
|
| Opened |
creation_ts
|
| Orig. Est. |
estimated_time
|
| OS |
op_sysos
|
| Performance Impact |
cf_performance_impact
|
| platform-rel |
cf_platform_rel
|
| Points |
cf_fx_points
|
| Priority |
priority
|
| Product |
product
|
| Product Support Area (PSA) |
cf_data_science_product_support_area
|
| QA Contact |
qa_contact
|
| QA Whiteboard |
cf_qa_whiteboard
|
| Rank |
cf_rank
|
| Regressed by |
regressed_by
|
| Regressions |
regressionsregresses
|
| Reporter |
reporter
|
| Resolution |
resolution
|
| Restrict Comments |
restrict_comments
|
| Root Cause |
cf_root_cause
|
| See Also |
see_also
|
| Severity |
severity
|
| Size Estimate |
cf_size_estimate
|
| Status |
status
|
| Summary |
short_descsummary
|
| Tags |
tag
|
| Target Milestone |
target_milestonemilestone
|
| Team Name |
team_name
|
| Time Since Assignee Touched |
owner_idle_time
|
| tracking-fennec |
cf_blocking_fennecblocking-fennec
|
| Triage Owner |
triage_owner
|
| Type |
type
|
| Updated |
delta_ts
|
| URL |
url
|
| User Story |
cf_user_story
|
| ux-b2g |
cf_ux_b2g
|
| Version |
version
|
| Votes |
votes
|
| Webcompat Priority |
cf_webcompat_priority
|
| Webcompat Score |
cf_webcompat_score
|
| webextensions |
cf_blocking_webextensionsblocking-webextensions
|
| Whiteboard |
whiteboardsw
|
| Field | Field Names For Search |
|---|---|
| relnote-b2g (inactive) |
cf_tracking_relnote_b2g
|
| relnote-firefox |
cf_tracking_firefox_relnote
|
| relnote-thunderbird |
cf_tracking_thunderbird_relnote
|
| status-b2g-master (inactive) |
cf_status_b2g_master
|
| status-b2g-v1.1hd (inactive) |
cf_status_b2g_1_1_hd
|
| status-b2g-v1.2 (inactive) |
cf_status_b2g_1_2
|
| status-b2g-v1.3 (inactive) |
cf_status_b2g_1_3
|
| status-b2g-v1.3T (inactive) |
cf_status_b2g_1_3t
|
| status-b2g-v1.4 (inactive) |
cf_status_b2g_1_4
|
| status-b2g-v2.0 (inactive) |
cf_status_b2g_2_0
|
| status-b2g-v2.0M (inactive) |
cf_status_b2g_2_0m
|
| status-b2g-v2.1 (inactive) |
cf_status_b2g_2_1
|
| status-b2g-v2.1S (inactive) |
cf_status_b2g_2_1_s
|
| status-b2g-v2.2 (inactive) |
cf_status_b2g_2_2
|
| status-b2g-v2.2r (inactive) |
cf_status_b2g_2_2r
|
| status-b2g-v2.5 (inactive) |
cf_status_b2g_2_5
|
| status-b2g-v2.6 (inactive) |
cf_status_b2g_2_6
|
| status-b2g18 (inactive) |
cf_status_b2g18
|
| status-b2g18-v1.0.0 (inactive) |
cf_status_b2g18_1_0_0
|
| status-b2g18-v1.0.1 (inactive) |
cf_status_b2g18_1_0_1
|
| status-b2g30 (inactive) |
cf_status_b2g30
|
| status-bmo-push |
cf_status_bmo_push
|
| status-conduit-push |
cf_status_conduit_push
|
| status-firefox-beta |
cf_status_firefox_beta
|
| status-firefox-esr |
cf_status_firefox_esr
|
| status-firefox-esr10 (inactive) |
cf_status_esr10status-esr1.0
|
| status-firefox-esr102 (inactive) |
cf_status_firefox_esr102
|
| status-firefox-esr115 |
cf_status_firefox_esr115
|
| status-firefox-esr128 (inactive) |
cf_status_firefox_esr128
|
| status-firefox-esr140 |
cf_status_firefox_esr140
|
| status-firefox-esr153 |
cf_status_firefox_esr153
|
| status-firefox-esr17 (inactive) |
cf_status_firefox_esr17
|
| status-firefox-esr24 (inactive) |
cf_status_firefox_esr24
|
| status-firefox-esr31 (inactive) |
cf_status_firefox_esr31
|
| status-firefox-esr38 (inactive) |
cf_status_firefox_esr38
|
| status-firefox-esr45 (inactive) |
cf_status_firefox_esr45
|
| status-firefox-esr52 (inactive) |
cf_status_firefox_esr52
|
| status-firefox-esr60 (inactive) |
cf_status_firefox_esr60
|
| status-firefox-esr68 (inactive) |
cf_status_firefox_esr68
|
| status-firefox-esr78 (inactive) |
cf_status_firefox_esr78
|
| status-firefox-esr91 (inactive) |
cf_status_firefox_esr91
|
| status-firefox-nightly |
cf_status_firefox_nightly
|
| status-firefox-release |
cf_status_firefox_release
|
| status-firefox10 (inactive) |
cf_status_firefox10status-firefox1.0
|
| status-firefox100 (inactive) |
cf_status_firefox100status-firefox1.0.0
|
| status-firefox101 (inactive) |
cf_status_firefox101status-firefox1.0.1
|
| status-firefox102 (inactive) |
cf_status_firefox102status-firefox1.0.2
|
| status-firefox103 (inactive) |
cf_status_firefox103status-firefox1.0.3
|
| status-firefox104 (inactive) |
cf_status_firefox104status-firefox1.0.4
|
| status-firefox105 (inactive) |
cf_status_firefox105status-firefox1.0.5
|
| status-firefox106 (inactive) |
cf_status_firefox106status-firefox1.0.6
|
| status-firefox107 (inactive) |
cf_status_firefox107status-firefox1.0.7
|
| status-firefox108 (inactive) |
cf_status_firefox108status-firefox1.0.8
|
| status-firefox109 (inactive) |
cf_status_firefox109status-firefox1.0.9
|
| status-firefox11 (inactive) |
cf_status_firefox11status-firefox1.1
|
| status-firefox110 (inactive) |
cf_status_firefox110status-firefox1.1.0
|
| status-firefox111 (inactive) |
cf_status_firefox111status-firefox1.1.1
|
| status-firefox112 (inactive) |
cf_status_firefox112status-firefox1.1.2
|
| status-firefox113 (inactive) |
cf_status_firefox113status-firefox1.1.3
|
| status-firefox114 (inactive) |
cf_status_firefox114status-firefox1.1.4
|
| status-firefox115 (inactive) |
cf_status_firefox115status-firefox1.1.5
|
| status-firefox116 (inactive) |
cf_status_firefox116status-firefox1.1.6
|
| status-firefox117 (inactive) |
cf_status_firefox117status-firefox1.1.7
|
| status-firefox118 (inactive) |
cf_status_firefox118status-firefox1.1.8
|
| status-firefox119 (inactive) |
cf_status_firefox119status-firefox1.1.9
|
| status-firefox12 (inactive) |
cf_status_firefox12status-firefox1.2
|
| status-firefox120 (inactive) |
cf_status_firefox120status-firefox1.2.0
|
| status-firefox121 (inactive) |
cf_status_firefox121status-firefox1.2.1
|
| status-firefox122 (inactive) |
cf_status_firefox122status-firefox1.2.2
|
| status-firefox123 (inactive) |
cf_status_firefox123status-firefox1.2.3
|
| status-firefox124 (inactive) |
cf_status_firefox124status-firefox1.2.4
|
| status-firefox125 (inactive) |
cf_status_firefox125status-firefox1.2.5
|
| status-firefox126 (inactive) |
cf_status_firefox126status-firefox1.2.6
|
| status-firefox127 (inactive) |
cf_status_firefox127status-firefox1.2.7
|
| status-firefox128 (inactive) |
cf_status_firefox128status-firefox1.2.8
|
| status-firefox129 (inactive) |
cf_status_firefox129status-firefox1.2.9
|
| status-firefox13 (inactive) |
cf_status_firefox13status-firefox1.3
|
| status-firefox130 (inactive) |
cf_status_firefox130status-firefox1.3.0
|
| status-firefox131 (inactive) |
cf_status_firefox131status-firefox1.3.1
|
| status-firefox132 (inactive) |
cf_status_firefox132status-firefox1.3.2
|
| status-firefox133 (inactive) |
cf_status_firefox133status-firefox1.3.3
|
| status-firefox134 (inactive) |
cf_status_firefox134status-firefox1.3.4
|
| status-firefox135 (inactive) |
cf_status_firefox135status-firefox1.3.5
|
| status-firefox136 (inactive) |
cf_status_firefox136status-firefox1.3.6
|
| status-firefox137 (inactive) |
cf_status_firefox137status-firefox1.3.7
|
| status-firefox138 (inactive) |
cf_status_firefox138status-firefox1.3.8
|
| status-firefox139 (inactive) |
cf_status_firefox139status-firefox1.3.9
|
| status-firefox14 (inactive) |
cf_status_firefox14status-firefox1.4
|
| status-firefox140 (inactive) |
cf_status_firefox140status-firefox1.4.0
|
| status-firefox141 (inactive) |
cf_status_firefox141status-firefox1.4.1
|
| status-firefox142 (inactive) |
cf_status_firefox142status-firefox1.4.2
|
| status-firefox143 (inactive) |
cf_status_firefox143status-firefox1.4.3
|
| status-firefox144 (inactive) |
cf_status_firefox144status-firefox1.4.4
|
| status-firefox145 (inactive) |
cf_status_firefox145status-firefox1.4.5
|
| status-firefox146 (inactive) |
cf_status_firefox146status-firefox1.4.6
|
| status-firefox147 (inactive) |
cf_status_firefox147status-firefox1.4.7
|
| status-firefox148 (inactive) |
cf_status_firefox148status-firefox1.4.8
|
| status-firefox149 (inactive) |
cf_status_firefox149status-firefox1.4.9
|
| status-firefox15 (inactive) |
cf_status_firefox15status-firefox1.5
|
| status-firefox150 (inactive) |
cf_status_firefox150status-firefox1.5.0
|
| status-firefox151 (inactive) |
cf_status_firefox151status-firefox1.5.1
|
| status-firefox152 (inactive) |
cf_status_firefox152status-firefox1.5.2
|
| status-firefox153 (inactive) |
cf_status_firefox153status-firefox1.5.3
|
| status-firefox154 |
cf_status_firefox154status-firefox1.5.4
|
| status-firefox155 |
cf_status_firefox155status-firefox1.5.5
|
| status-firefox156 |
cf_status_firefox156status-firefox1.5.6
|
| status-firefox16 (inactive) |
cf_status_firefox16status-firefox1.6
|
| status-firefox17 (inactive) |
cf_status_firefox17status-firefox1.7
|
| status-firefox18 (inactive) |
cf_status_firefox18status-firefox1.8
|
| status-firefox19 (inactive) |
cf_status_firefox19status-firefox1.9
|
| status-firefox20 (inactive) |
cf_status_firefox20status-firefox2.0
|
| status-firefox21 (inactive) |
cf_status_firefox21status-firefox2.1
|
| status-firefox22 (inactive) |
cf_status_firefox22status-firefox2.2
|
| status-firefox23 (inactive) |
cf_status_firefox23status-firefox2.3
|
| status-firefox24 (inactive) |
cf_status_firefox24status-firefox2.4
|
| status-firefox25 (inactive) |
cf_status_firefox25status-firefox2.5
|
| status-firefox26 (inactive) |
cf_status_firefox26status-firefox2.6
|
| status-firefox27 (inactive) |
cf_status_firefox27status-firefox2.7
|
| status-firefox28 (inactive) |
cf_status_firefox28status-firefox2.8
|
| status-firefox29 (inactive) |
cf_status_firefox29status-firefox2.9
|
| status-firefox30 (inactive) |
cf_status_firefox30status-firefox3.0
|
| status-firefox31 (inactive) |
cf_status_firefox31status-firefox3.1
|
| status-firefox32 (inactive) |
cf_status_firefox32status-firefox3.2
|
| status-firefox33 (inactive) |
cf_status_firefox33status-firefox3.3
|
| status-firefox34 (inactive) |
cf_status_firefox34status-firefox3.4
|
| status-firefox35 (inactive) |
cf_status_firefox35status-firefox3.5
|
| status-firefox36 (inactive) |
cf_status_firefox36status-firefox3.6
|
| status-firefox37 (inactive) |
cf_status_firefox37status-firefox3.7
|
| status-firefox38 (inactive) |
cf_status_firefox38status-firefox3.8
|
| status-firefox38.0.5 (inactive) |
cf_status_firefox38_0_5
|
| status-firefox39 (inactive) |
cf_status_firefox39status-firefox3.9
|
| status-firefox40 (inactive) |
cf_status_firefox40status-firefox4.0
|
| status-firefox41 (inactive) |
cf_status_firefox41status-firefox4.1
|
| status-firefox42 (inactive) |
cf_status_firefox42status-firefox4.2
|
| status-firefox43 (inactive) |
cf_status_firefox43status-firefox4.3
|
| status-firefox44 (inactive) |
cf_status_firefox44status-firefox4.4
|
| status-firefox45 (inactive) |
cf_status_firefox45status-firefox4.5
|
| status-firefox46 (inactive) |
cf_status_firefox46status-firefox4.6
|
| status-firefox47 (inactive) |
cf_status_firefox47status-firefox4.7
|
| status-firefox48 (inactive) |
cf_status_firefox48status-firefox4.8
|
| status-firefox49 (inactive) |
cf_status_firefox49status-firefox4.9
|
| status-firefox5 (inactive) |
cf_status_firefox5status-firefox5
|
| status-firefox50 (inactive) |
cf_status_firefox50status-firefox5.0
|
| status-firefox51 (inactive) |
cf_status_firefox51status-firefox5.1
|
| status-firefox52 (inactive) |
cf_status_firefox52status-firefox5.2
|
| status-firefox53 (inactive) |
cf_status_firefox53status-firefox5.3
|
| status-firefox54 (inactive) |
cf_status_firefox54status-firefox5.4
|
| status-firefox55 (inactive) |
cf_status_firefox55status-firefox5.5
|
| status-firefox56 (inactive) |
cf_status_firefox56status-firefox5.6
|
| status-firefox57 (inactive) |
cf_status_firefox57status-firefox5.7
|
| status-firefox58 (inactive) |
cf_status_firefox58status-firefox5.8
|
| status-firefox59 (inactive) |
cf_status_firefox59status-firefox5.9
|
| status-firefox6 (inactive) |
cf_status_firefox6status-firefox6
|
| status-firefox60 (inactive) |
cf_status_firefox60status-firefox6.0
|
| status-firefox61 (inactive) |
cf_status_firefox61status-firefox6.1
|
| status-firefox62 (inactive) |
cf_status_firefox62status-firefox6.2
|
| status-firefox63 (inactive) |
cf_status_firefox63status-firefox6.3
|
| status-firefox64 (inactive) |
cf_status_firefox64status-firefox6.4
|
| status-firefox65 (inactive) |
cf_status_firefox65status-firefox6.5
|
| status-firefox66 (inactive) |
cf_status_firefox66status-firefox6.6
|
| status-firefox67 (inactive) |
cf_status_firefox67status-firefox6.7
|
| status-firefox67.0.1 (inactive) |
cf_status_firefox67_0_1
|
| status-firefox68 (inactive) |
cf_status_firefox68status-firefox6.8
|
| status-firefox69 (inactive) |
cf_status_firefox69status-firefox6.9
|
| status-firefox7 (inactive) |
cf_status_firefox7status-firefox7
|
| status-firefox70 (inactive) |
cf_status_firefox70status-firefox7.0
|
| status-firefox71 (inactive) |
cf_status_firefox71status-firefox7.1
|
| status-firefox72 (inactive) |
cf_status_firefox72status-firefox7.2
|
| status-firefox73 (inactive) |
cf_status_firefox73status-firefox7.3
|
| status-firefox74 (inactive) |
cf_status_firefox74status-firefox7.4
|
| status-firefox75 (inactive) |
cf_status_firefox75status-firefox7.5
|
| status-firefox76 (inactive) |
cf_status_firefox76status-firefox7.6
|
| status-firefox77 (inactive) |
cf_status_firefox77status-firefox7.7
|
| status-firefox78 (inactive) |
cf_status_firefox78status-firefox7.8
|
| status-firefox79 (inactive) |
cf_status_firefox79status-firefox7.9
|
| status-firefox8 (inactive) |
cf_status_firefox8status-firefox8
|
| status-firefox80 (inactive) |
cf_status_firefox80status-firefox8.0
|
| status-firefox81 (inactive) |
cf_status_firefox81status-firefox8.1
|
| status-firefox82 (inactive) |
cf_status_firefox82status-firefox8.2
|
| status-firefox83 (inactive) |
cf_status_firefox83status-firefox8.3
|
| status-firefox84 (inactive) |
cf_status_firefox84status-firefox8.4
|
| status-firefox85 (inactive) |
cf_status_firefox85status-firefox8.5
|
| status-firefox86 (inactive) |
cf_status_firefox86status-firefox8.6
|
| status-firefox87 (inactive) |
cf_status_firefox87status-firefox8.7
|
| status-firefox88 (inactive) |
cf_status_firefox88status-firefox8.8
|
| status-firefox89 (inactive) |
cf_status_firefox89status-firefox8.9
|
| status-firefox9 (inactive) |
cf_status_firefox9status-firefox9
|
| status-firefox90 (inactive) |
cf_status_firefox90status-firefox9.0
|
| status-firefox91 (inactive) |
cf_status_firefox91status-firefox9.1
|
| status-firefox92 (inactive) |
cf_status_firefox92status-firefox9.2
|
| status-firefox93 (inactive) |
cf_status_firefox93status-firefox9.3
|
| status-firefox94 (inactive) |
cf_status_firefox94status-firefox9.4
|
| status-firefox95 (inactive) |
cf_status_firefox95status-firefox9.5
|
| status-firefox96 (inactive) |
cf_status_firefox96status-firefox9.6
|
| status-firefox97 (inactive) |
cf_status_firefox97status-firefox9.7
|
| status-firefox98 (inactive) |
cf_status_firefox98status-firefox9.8
|
| status-firefox99 (inactive) |
cf_status_firefox99status-firefox9.9
|
| status-flowstate-0.1 (inactive) |
cf_status_flowstate01status-flowstate0.1
|
| status-flowstate-0.2 (inactive) |
cf_status_flowstate02status-flowstate0.2
|
| status-flowstate-0.3 (inactive) |
cf_status_flowstate03status-flowstate0.3
|
| status-fxios-v1.0 (inactive) |
cf_status_fxios_v1_0
|
| status-fxios-v1.0.5 (inactive) |
cf_status_fxios_v1_0_5
|
| status-fxios-v1.1 (inactive) |
cf_status_fxios_v1_1
|
| status-fxios-v10.0 (inactive) |
cf_status_fxios_v10_0
|
| status-fxios-v10.1 (inactive) |
cf_status_fxios_v10_1
|
| status-fxios-v10.2 (inactive) |
cf_status_fxios_v10_2
|
| status-fxios-v10.5 (inactive) |
cf_status_fxios_v10_5
|
| status-fxios-v10.6 (inactive) |
cf_status_fxios_v10_6
|
| status-fxios-v11.0 (inactive) |
cf_status_fxios_v11_0
|
| status-fxios-v11.1 (inactive) |
cf_status_fxios_v11_1
|
| status-fxios-v12.0 (inactive) |
cf_status_fxios_v12_0
|
| status-fxios-v12.1 (inactive) |
cf_status_fxios_v12_1
|
| status-fxios-v12.2 (inactive) |
cf_status_fxios_v12_2
|
| status-fxios-v13.0 (inactive) |
cf_status_fxios_v13_0
|
| status-fxios-v13.1 (inactive) |
cf_status_fxios_v13_1
|
| status-fxios-v13.2 (inactive) |
cf_status_fxios_v13_2
|
| status-fxios-v13.3 (inactive) |
cf_status_fxios_v13_3
|
| status-fxios-v14.0 (inactive) |
cf_status_fxios_v14_0
|
| status-fxios-v14.1 (inactive) |
cf_status_fxios_v14_1
|
| status-fxios-v14.2 (inactive) |
cf_status_fxios_v14_2
|
| status-fxios-v14.3 (inactive) |
cf_status_fxios_v14_3
|
| status-fxios-v15.0 (inactive) |
cf_status_fxios_v15_0
|
| status-fxios-v15.1 (inactive) |
cf_status_fxios_v15_1
|
| status-fxios-v16.0 (inactive) |
cf_status_fxios_v16_0
|
| status-fxios-v2.0 (inactive) |
cf_status_fxios_v2_0
|
| status-fxios-v3.0 (inactive) |
cf_status_fxios_v3_0
|
| status-fxios-v4.0 (inactive) |
cf_status_fxios_v4_0
|
| status-fxios-v5.0 (inactive) |
cf_status_fxios_v5_0
|
| status-fxios-v5.1 (inactive) |
cf_status_fxios_v5_1
|
| status-fxios-v5.2 (inactive) |
cf_status_fxios_v5_2
|
| status-fxios-v5.3 (inactive) |
cf_status_fxios_v5_3
|
| status-fxios-v6.0 (inactive) |
cf_status_fxios_v6_0
|
| status-fxios-v6.1 (inactive) |
cf_status_fxios_v6_1
|
| status-fxios-v7.0 (inactive) |
cf_status_fxios_v7_0
|
| status-fxios-v7.1 (inactive) |
cf_status_fxios_v7_1
|
| status-fxios-v7.2 (inactive) |
cf_status_fxios_v7_2
|
| status-fxios-v7.3 (inactive) |
cf_status_fxios_v7_3
|
| status-fxios-v7.4 (inactive) |
cf_status_fxios_v7_4
|
| status-fxios-v7.5 (inactive) |
cf_status_fxios_v7_5
|
| status-fxios-v7.6 (inactive) |
cf_status_fxios_v7_6
|
| status-fxios-v8.0 (inactive) |
cf_status_fxios_v8_0
|
| status-fxios-v8.1 (inactive) |
cf_status_fxios_v8_1
|
| status-fxios-v8.2 (inactive) |
cf_status_fxios_v8_2
|
| status-fxios-v8.3 (inactive) |
cf_status_fxios_v8_3
|
| status-fxios-v8.4 (inactive) |
cf_status_fxios_v8_4
|
| status-fxios-v9.0 (inactive) |
cf_status_fxios_v9_0
|
| status-fxios-v9.1 (inactive) |
cf_status_fxios_v9_1
|
| status-fxios-v9.2 (inactive) |
cf_status_fxios_v9_2
|
| status-fxios-v9.3 (inactive) |
cf_status_fxios_v9_3
|
| status-fxios-v9.4 (inactive) |
cf_status_fxios_v9_4
|
| status-geckoview62 (inactive) |
cf_status_geckoview62status-geckoview6.2
|
| status-geckoview63 (inactive) |
cf_status_geckoview63status-geckoview6.3
|
| status-geckoview64 (inactive) |
cf_status_geckoview64status-geckoview6.4
|
| status-geckoview65 (inactive) |
cf_status_geckoview65status-geckoview6.5
|
| status-geckoview66 (inactive) |
cf_status_geckoview66status-geckoview6.6
|
| status-nss |
cf_status_nssstatus-nss
|
| status-seamonkey2.1 (inactive) |
cf_status_seamonkey21status-seamonkey2.1
|
| status-seamonkey2.10 (inactive) |
cf_status_seamonkey210status-seamonkey2.1.0
|
| status-seamonkey2.11 (inactive) |
cf_status_seamonkey211status-seamonkey2.1.1
|
| status-seamonkey2.12 (inactive) |
cf_status_seamonkey212status-seamonkey2.1.2
|
| status-seamonkey2.13 (inactive) |
cf_status_seamonkey213status-seamonkey2.1.3
|
| status-seamonkey2.14 (inactive) |
cf_status_seamonkey214status-seamonkey2.1.4
|
| status-seamonkey2.15 (inactive) |
cf_status_seamonkey215status-seamonkey2.1.5
|
| status-seamonkey2.16 (inactive) |
cf_status_seamonkey216status-seamonkey2.1.6
|
| status-seamonkey2.17 (inactive) |
cf_status_seamonkey217status-seamonkey2.1.7
|
| status-seamonkey2.18 (inactive) |
cf_status_seamonkey218status-seamonkey2.1.8
|
| status-seamonkey2.19 (inactive) |
cf_status_seamonkey219status-seamonkey2.1.9
|
| status-seamonkey2.2 (inactive) |
cf_status_seamonkey22status-seamonkey2.2
|
| status-seamonkey2.20 (inactive) |
cf_status_seamonkey220status-seamonkey2.2.0
|
| status-seamonkey2.21 (inactive) |
cf_status_seamonkey221status-seamonkey2.2.1
|
| status-seamonkey2.22 (inactive) |
cf_status_seamonkey222status-seamonkey2.2.2
|
| status-seamonkey2.23 (inactive) |
cf_status_seamonkey223status-seamonkey2.2.3
|
| status-seamonkey2.24 (inactive) |
cf_status_seamonkey224status-seamonkey2.2.4
|
| status-seamonkey2.25 (inactive) |
cf_status_seamonkey225status-seamonkey2.2.5
|
| status-seamonkey2.26 (inactive) |
cf_status_seamonkey226status-seamonkey2.2.6
|
| status-seamonkey2.27 (inactive) |
cf_status_seamonkey227status-seamonkey2.2.7
|
| status-seamonkey2.28 (inactive) |
cf_status_seamonkey228status-seamonkey2.2.8
|
| status-seamonkey2.29 (inactive) |
cf_status_seamonkey229status-seamonkey2.2.9
|
| status-seamonkey2.3 (inactive) |
cf_status_seamonkey23status-seamonkey2.3
|
| status-seamonkey2.30 (inactive) |
cf_status_seamonkey230status-seamonkey2.3.0
|
| status-seamonkey2.31 (inactive) |
cf_status_seamonkey231status-seamonkey2.3.1
|
| status-seamonkey2.32 (inactive) |
cf_status_seamonkey232status-seamonkey2.3.2
|
| status-seamonkey2.33 (inactive) |
cf_status_seamonkey233status-seamonkey2.3.3
|
| status-seamonkey2.34 (inactive) |
cf_status_seamonkey234status-seamonkey2.3.4
|
| status-seamonkey2.35 (inactive) |
cf_status_seamonkey235status-seamonkey2.3.5
|
| status-seamonkey2.36 (inactive) |
cf_status_seamonkey236status-seamonkey2.3.6
|
| status-seamonkey2.37 (inactive) |
cf_status_seamonkey237status-seamonkey2.3.7
|
| status-seamonkey2.38 (inactive) |
cf_status_seamonkey238status-seamonkey2.3.8
|
| status-seamonkey2.39 (inactive) |
cf_status_seamonkey239status-seamonkey2.3.9
|
| status-seamonkey2.4 (inactive) |
cf_status_seamonkey24status-seamonkey2.4
|
| status-seamonkey2.40 (inactive) |
cf_status_seamonkey240status-seamonkey2.4.0
|
| status-seamonkey2.41 (inactive) |
cf_status_seamonkey241status-seamonkey2.4.1
|
| status-seamonkey2.42 (inactive) |
cf_status_seamonkey242status-seamonkey2.4.2
|
| status-seamonkey2.43 (inactive) |
cf_status_seamonkey243status-seamonkey2.4.3
|
| status-seamonkey2.44 (inactive) |
cf_status_seamonkey244status-seamonkey2.4.4
|
| status-seamonkey2.45 (inactive) |
cf_status_seamonkey245status-seamonkey2.4.5
|
| status-seamonkey2.46 (inactive) |
cf_status_seamonkey246status-seamonkey2.4.6
|
| status-seamonkey2.47 (inactive) |
cf_status_seamonkey247status-seamonkey2.4.7
|
| status-seamonkey2.48 (inactive) |
cf_status_seamonkey248status-seamonkey2.4.8
|
| status-seamonkey2.49esr (inactive) |
cf_status_seamonkey249status-seamonkey2.4.9
|
| status-seamonkey2.5 (inactive) |
cf_status_seamonkey25status-seamonkey2.5
|
| status-seamonkey2.50 (inactive) |
cf_status_seamonkey250status-seamonkey2.5.0
|
| status-seamonkey2.51 (inactive) |
cf_status_seamonkey251status-seamonkey2.5.1
|
| status-seamonkey2.52 (inactive) |
cf_status_seamonkey252status-seamonkey2.5.2
|
| status-seamonkey2.53 |
cf_status_seamonkey253status-seamonkey2.5.3
|
| status-seamonkey2.54 (inactive) |
cf_status_seamonkey254status-seamonkey2.5.4
|
| status-seamonkey2.55 (inactive) |
cf_status_seamonkey255status-seamonkey2.5.5
|
| status-seamonkey2.56 (inactive) |
cf_status_seamonkey256status-seamonkey2.5.6
|
| status-seamonkey2.57esr |
cf_status_seamonkey257esr
|
| status-seamonkey2.58 (inactive) |
cf_status_seamonkey258status-seamonkey2.5.8
|
| status-seamonkey2.59 (inactive) |
cf_status_seamonkey259status-seamonkey2.5.9
|
| status-seamonkey2.6 (inactive) |
cf_status_seamonkey26status-seamonkey2.6
|
| status-seamonkey2.60 (inactive) |
cf_status_seamonkey260status-seamonkey2.6.0
|
| status-seamonkey2.63 (inactive) |
cf_status_seamonkey263status-seamonkey2.6.3
|
| status-seamonkey2.7 (inactive) |
cf_status_seamonkey27status-seamonkey2.7
|
| status-seamonkey2.8 (inactive) |
cf_status_seamonkey28status-seamonkey2.8
|
| status-seamonkey2.9 (inactive) |
cf_status_seamonkey29status-seamonkey2.9
|
| status-thunderbird-beta |
cf_status_thunderbird_beta
|
| status-thunderbird-esr10 (inactive) |
cf_status_thunderbird_esr10
|
| status-thunderbird-esr17 (inactive) |
cf_status_thunderbird_esr17
|
| status-thunderbird-nightly |
cf_status_thunderbird_nightly
|
| status-thunderbird-release |
cf_status_thunderbird_release
|
| status-thunderbird10 (inactive) |
cf_status_thunderbird10status-thunderbird1.0
|
| status-thunderbird100 (inactive) |
cf_status_thunderbird_100
|
| status-thunderbird101 (inactive) |
cf_status_thunderbird_101
|
| status-thunderbird102 (inactive) |
cf_status_thunderbird_102
|
| status-thunderbird103 (inactive) |
cf_status_thunderbird_103
|
| status-thunderbird104 (inactive) |
cf_status_thunderbird_104
|
| status-thunderbird105 (inactive) |
cf_status_thunderbird_105
|
| status-thunderbird106 (inactive) |
cf_status_thunderbird_106
|
| status-thunderbird107 (inactive) |
cf_status_thunderbird_107
|
| status-thunderbird108 (inactive) |
cf_status_thunderbird_108
|
| status-thunderbird109 (inactive) |
cf_status_thunderbird_109
|
| status-thunderbird11 (inactive) |
cf_status_thunderbird11status-thunderbird1.1
|
| status-thunderbird110 (inactive) |
cf_status_thunderbird_110
|
| status-thunderbird111 (inactive) |
cf_status_thunderbird_111
|
| status-thunderbird112 (inactive) |
cf_status_thunderbird_112
|
| status-thunderbird113 (inactive) |
cf_status_thunderbird_113
|
| status-thunderbird114 (inactive) |
cf_status_thunderbird_114
|
| status-thunderbird115 (inactive) |
cf_status_thunderbird_115
|
| status-thunderbird116 (inactive) |
cf_status_thunderbird_116
|
| status-thunderbird117 (inactive) |
cf_status_thunderbird_117
|
| status-thunderbird118 (inactive) |
cf_status_thunderbird_118
|
| status-thunderbird119 (inactive) |
cf_status_thunderbird_119
|
| status-thunderbird12 (inactive) |
cf_status_thunderbird12status-thunderbird1.2
|
| status-thunderbird120 (inactive) |
cf_status_thunderbird_120
|
| status-thunderbird121 (inactive) |
cf_status_thunderbird_121
|
| status-thunderbird122 (inactive) |
cf_status_thunderbird_122
|
| status-thunderbird123 (inactive) |
cf_status_thunderbird_123
|
| status-thunderbird124 (inactive) |
cf_status_thunderbird_124
|
| status-thunderbird125 (inactive) |
cf_status_thunderbird_125
|
| status-thunderbird126 (inactive) |
cf_status_thunderbird_126
|
| status-thunderbird127 (inactive) |
cf_status_thunderbird_127
|
| status-thunderbird128 (inactive) |
cf_status_thunderbird_128
|
| status-thunderbird129 (inactive) |
cf_status_thunderbird_129
|
| status-thunderbird13 (inactive) |
cf_status_thunderbird13status-thunderbird1.3
|
| status-thunderbird130 (inactive) |
cf_status_thunderbird_130
|
| status-thunderbird131 (inactive) |
cf_status_thunderbird_131
|
| status-thunderbird132 (inactive) |
cf_status_thunderbird_132
|
| status-thunderbird133 (inactive) |
cf_status_thunderbird_133
|
| status-thunderbird134 (inactive) |
cf_status_thunderbird_134
|
| status-thunderbird135 (inactive) |
cf_status_thunderbird_135
|
| status-thunderbird136 (inactive) |
cf_status_thunderbird_136
|
| status-thunderbird137 (inactive) |
cf_status_thunderbird_137
|
| status-thunderbird138 (inactive) |
cf_status_thunderbird_138
|
| status-thunderbird139 (inactive) |
cf_status_thunderbird_139
|
| status-thunderbird14 (inactive) |
cf_status_thunderbird14status-thunderbird1.4
|
| status-thunderbird140 (inactive) |
cf_status_thunderbird_140
|
| status-thunderbird141 (inactive) |
cf_status_thunderbird_141
|
| status-thunderbird142 (inactive) |
cf_status_thunderbird_142
|
| status-thunderbird143 (inactive) |
cf_status_thunderbird_143
|
| status-thunderbird144 (inactive) |
cf_status_thunderbird_144
|
| status-thunderbird145 (inactive) |
cf_status_thunderbird_145
|
| status-thunderbird146 (inactive) |
cf_status_thunderbird_146
|
| status-thunderbird147 (inactive) |
cf_status_thunderbird_147
|
| status-thunderbird148 (inactive) |
cf_status_thunderbird_148
|
| status-thunderbird149 (inactive) |
cf_status_thunderbird_149
|
| status-thunderbird15 (inactive) |
cf_status_thunderbird15status-thunderbird1.5
|
| status-thunderbird150 (inactive) |
cf_status_thunderbird_150
|
| status-thunderbird151 (inactive) |
cf_status_thunderbird_151
|
| status-thunderbird152 (inactive) |
cf_status_thunderbird_152
|
| status-thunderbird153 (inactive) |
cf_status_thunderbird_153
|
| status-thunderbird154 |
cf_status_thunderbird_154
|
| status-thunderbird155 |
cf_status_thunderbird_155
|
| status-thunderbird156 |
cf_status_thunderbird_156
|
| status-thunderbird16 (inactive) |
cf_status_thunderbird16status-thunderbird1.6
|
| status-thunderbird17 (inactive) |
cf_status_thunderbird17status-thunderbird1.7
|
| status-thunderbird18 (inactive) |
cf_status_thunderbird18status-thunderbird1.8
|
| status-thunderbird19 (inactive) |
cf_status_thunderbird19status-thunderbird1.9
|
| status-thunderbird20 (inactive) |
cf_status_thunderbird20status-thunderbird2.0
|
| status-thunderbird21 (inactive) |
cf_status_thunderbird21status-thunderbird2.1
|
| status-thunderbird22 (inactive) |
cf_status_thunderbird22status-thunderbird2.2
|
| status-thunderbird23 (inactive) |
cf_status_thunderbird23status-thunderbird2.3
|
| status-thunderbird24 (inactive) |
cf_status_thunderbird24status-thunderbird2.4
|
| status-thunderbird25 (inactive) |
cf_status_thunderbird25status-thunderbird2.5
|
| status-thunderbird26 (inactive) |
cf_status_thunderbird26status-thunderbird2.6
|
| status-thunderbird27 (inactive) |
cf_status_thunderbird27status-thunderbird2.7
|
| status-thunderbird28 (inactive) |
cf_status_thunderbird28status-thunderbird2.8
|
| status-thunderbird29 (inactive) |
cf_status_thunderbird29status-thunderbird2.9
|
| status-thunderbird3.0 (inactive) |
cf_status_thunderbird30status-thunderbird3.0
|
| status-thunderbird3.1 (inactive) |
cf_status_thunderbird31status-thunderbird3.1
|
| status-thunderbird3.2 (inactive) |
cf_status_thunderbird32status-thunderbird3.2
|
| status-thunderbird30 (inactive) |
cf_status_thunderbird_30
|
| status-thunderbird31 (inactive) |
cf_status_thunderbird_31
|
| status-thunderbird32 (inactive) |
cf_status_thunderbird_32
|
| status-thunderbird33 (inactive) |
cf_status_thunderbird_33
|
| status-thunderbird34 (inactive) |
cf_status_thunderbird_34
|
| status-thunderbird35 (inactive) |
cf_status_thunderbird_35
|
| status-thunderbird36 (inactive) |
cf_status_thunderbird_36
|
| status-thunderbird37 (inactive) |
cf_status_thunderbird_37
|
| status-thunderbird38 (inactive) |
cf_status_thunderbird_38
|
| status-thunderbird39 (inactive) |
cf_status_thunderbird_39
|
| status-thunderbird40 (inactive) |
cf_status_thunderbird_40
|
| status-thunderbird41 (inactive) |
cf_status_thunderbird_41
|
| status-thunderbird42 (inactive) |
cf_status_thunderbird_42
|
| status-thunderbird43 (inactive) |
cf_status_thunderbird_43
|
| status-thunderbird44 (inactive) |
cf_status_thunderbird_44
|
| status-thunderbird45 (inactive) |
cf_status_thunderbird_45
|
| status-thunderbird46 (inactive) |
cf_status_thunderbird_46
|
| status-thunderbird47 (inactive) |
cf_status_thunderbird_47
|
| status-thunderbird48 (inactive) |
cf_status_thunderbird_48
|
| status-thunderbird49 (inactive) |
cf_status_thunderbird_49
|
| status-thunderbird5.0 (inactive) |
cf_status_thunderbird33status-thunderbird3.3
|
| status-thunderbird50 (inactive) |
cf_status_thunderbird_50
|
| status-thunderbird51 (inactive) |
cf_status_thunderbird_51
|
| status-thunderbird52 (inactive) |
cf_status_thunderbird_52
|
| status-thunderbird53 (inactive) |
cf_status_thunderbird_53
|
| status-thunderbird54 (inactive) |
cf_status_thunderbird_54
|
| status-thunderbird55 (inactive) |
cf_status_thunderbird_55
|
| status-thunderbird56 (inactive) |
cf_status_thunderbird_56
|
| status-thunderbird57 (inactive) |
cf_status_thunderbird_57
|
| status-thunderbird58 (inactive) |
cf_status_thunderbird_58
|
| status-thunderbird59 (inactive) |
cf_status_thunderbird_59
|
| status-thunderbird6 (inactive) |
cf_status_thunderbird6status-thunderbird6
|
| status-thunderbird60 (inactive) |
cf_status_thunderbird_60
|
| status-thunderbird61 (inactive) |
cf_status_thunderbird_61
|
| status-thunderbird62 (inactive) |
cf_status_thunderbird_62
|
| status-thunderbird63 (inactive) |
cf_status_thunderbird_63
|
| status-thunderbird64 (inactive) |
cf_status_thunderbird_64
|
| status-thunderbird65 (inactive) |
cf_status_thunderbird_65
|
| status-thunderbird66 (inactive) |
cf_status_thunderbird_66
|
| status-thunderbird67 (inactive) |
cf_status_thunderbird_67
|
| status-thunderbird68 (inactive) |
cf_status_thunderbird_68
|
| status-thunderbird69 (inactive) |
cf_status_thunderbird_69
|
| status-thunderbird7 (inactive) |
cf_status_thunderbird7status-thunderbird7
|
| status-thunderbird70 (inactive) |
cf_status_thunderbird_70
|
| status-thunderbird71 (inactive) |
cf_status_thunderbird_71
|
| status-thunderbird72 (inactive) |
cf_status_thunderbird_72
|
| status-thunderbird73 (inactive) |
cf_status_thunderbird_73
|
| status-thunderbird74 (inactive) |
cf_status_thunderbird_74
|
| status-thunderbird75 (inactive) |
cf_status_thunderbird_75
|
| status-thunderbird76 (inactive) |
cf_status_thunderbird_76
|
| status-thunderbird77 (inactive) |
cf_status_thunderbird_77
|
| status-thunderbird78 (inactive) |
cf_status_thunderbird_78
|
| status-thunderbird79 (inactive) |
cf_status_thunderbird_79
|
| status-thunderbird8 (inactive) |
cf_status_thunderbird8status-thunderbird8
|
| status-thunderbird80 (inactive) |
cf_status_thunderbird_80
|
| status-thunderbird81 (inactive) |
cf_status_thunderbird_81
|
| status-thunderbird82 (inactive) |
cf_status_thunderbird_82
|
| status-thunderbird83 (inactive) |
cf_status_thunderbird_83
|
| status-thunderbird84 (inactive) |
cf_status_thunderbird_84
|
| status-thunderbird85 (inactive) |
cf_status_thunderbird_85
|
| status-thunderbird86 (inactive) |
cf_status_thunderbird_86
|
| status-thunderbird87 (inactive) |
cf_status_thunderbird_87
|
| status-thunderbird88 (inactive) |
cf_status_thunderbird_88
|
| status-thunderbird89 (inactive) |
cf_status_thunderbird_89
|
| status-thunderbird9 (inactive) |
cf_status_thunderbird9status-thunderbird9
|
| status-thunderbird90 (inactive) |
cf_status_thunderbird_90
|
| status-thunderbird91 (inactive) |
cf_status_thunderbird_91
|
| status-thunderbird92 (inactive) |
cf_status_thunderbird_92
|
| status-thunderbird93 (inactive) |
cf_status_thunderbird_93
|
| status-thunderbird94 (inactive) |
cf_status_thunderbird_94
|
| status-thunderbird95 (inactive) |
cf_status_thunderbird_95
|
| status-thunderbird96 (inactive) |
cf_status_thunderbird_96
|
| status-thunderbird97 (inactive) |
cf_status_thunderbird_97
|
| status-thunderbird98 (inactive) |
cf_status_thunderbird_98
|
| status-thunderbird99 (inactive) |
cf_status_thunderbird_99
|
| status-thunderbird_esr102 (inactive) |
cf_status_thunderbird_esr102
|
| status-thunderbird_esr115 |
cf_status_thunderbird_esr115
|
| status-thunderbird_esr128 (inactive) |
cf_status_thunderbird_esr128
|
| status-thunderbird_esr140 |
cf_status_thunderbird_esr140
|
| status-thunderbird_esr153 |
cf_status_thunderbird_esr153
|
| status-thunderbird_esr24 (inactive) |
cf_status_thunderbird_esr24
|
| status-thunderbird_esr31 (inactive) |
cf_status_thunderbird_esr31
|
| status-thunderbird_esr38 (inactive) |
cf_status_thunderbird_esr38
|
| status-thunderbird_esr45 (inactive) |
cf_status_thunderbird_esr45
|
| status-thunderbird_esr52 (inactive) |
cf_status_thunderbird_esr52
|
| status-thunderbird_esr60 (inactive) |
cf_status_thunderbird_esr60
|
| status-thunderbird_esr68 (inactive) |
cf_status_thunderbird_esr68
|
| status-thunderbird_esr78 (inactive) |
cf_status_thunderbird_esr78
|
| status-thunderbird_esr91 (inactive) |
cf_status_thunderbird_esr91
|
| status1.9.1 (inactive) |
cf_status_191status1.9.1
|
| status1.9.2 (inactive) |
cf_status_192status1.9.2
|
| status2.0 (inactive) |
cf_status_20status2.0
|
| tracking-b2g (inactive) |
cf_tracking_b2g
|
| tracking-b2g-v1.2 (inactive) |
cf_tracking_b2g_v1_2
|
| tracking-b2g-v1.3 (inactive) |
cf_tracking_b2g_v1_3
|
| tracking-b2g18 (inactive) |
cf_tracking_b2g18
|
| tracking-bmo-push |
cf_tracking_bmo_push
|
| tracking-conduit-push |
cf_tracking_conduit_push
|
| tracking-e10s (inactive) |
cf_tracking_e10s
|
| tracking-firefox-beta |
cf_tracking_firefox_beta
|
| tracking-firefox-esr |
cf_tracking_firefox_esr
|
| tracking-firefox-esr10 (inactive) |
cf_tracking_esr10tracking-esr1.0
|
| tracking-firefox-esr102 (inactive) |
cf_tracking_firefox_esr102
|
| tracking-firefox-esr115 |
cf_tracking_firefox_esr115
|
| tracking-firefox-esr128 (inactive) |
cf_tracking_firefox_esr128
|
| tracking-firefox-esr140 |
cf_tracking_firefox_esr140
|
| tracking-firefox-esr153 |
cf_tracking_firefox_esr153
|
| tracking-firefox-esr17 (inactive) |
cf_tracking_firefox_esr17
|
| tracking-firefox-esr24 (inactive) |
cf_tracking_firefox_esr24
|
| tracking-firefox-esr31 (inactive) |
cf_tracking_firefox_esr31
|
| tracking-firefox-esr38 (inactive) |
cf_tracking_firefox_esr38
|
| tracking-firefox-esr45 (inactive) |
cf_tracking_firefox_esr45
|
| tracking-firefox-esr52 (inactive) |
cf_tracking_firefox_esr52
|
| tracking-firefox-esr60 (inactive) |
cf_tracking_firefox_esr60
|
| tracking-firefox-esr68 (inactive) |
cf_tracking_firefox_esr68
|
| tracking-firefox-esr78 (inactive) |
cf_tracking_firefox_esr78
|
| tracking-firefox-esr91 (inactive) |
cf_tracking_firefox_esr91
|
| tracking-firefox-nightly |
cf_tracking_firefox_nightly
|
| tracking-firefox-release |
cf_tracking_firefox_release
|
| tracking-firefox10 (inactive) |
cf_tracking_firefox10tracking-firefox1.0
|
| tracking-firefox100 (inactive) |
cf_tracking_firefox100tracking-firefox1.0.0
|
| tracking-firefox101 (inactive) |
cf_tracking_firefox101tracking-firefox1.0.1
|
| tracking-firefox102 (inactive) |
cf_tracking_firefox102tracking-firefox1.0.2
|
| tracking-firefox103 (inactive) |
cf_tracking_firefox103tracking-firefox1.0.3
|
| tracking-firefox104 (inactive) |
cf_tracking_firefox104tracking-firefox1.0.4
|
| tracking-firefox105 (inactive) |
cf_tracking_firefox105tracking-firefox1.0.5
|
| tracking-firefox106 (inactive) |
cf_tracking_firefox106tracking-firefox1.0.6
|
| tracking-firefox107 (inactive) |
cf_tracking_firefox107tracking-firefox1.0.7
|
| tracking-firefox108 (inactive) |
cf_tracking_firefox108tracking-firefox1.0.8
|
| tracking-firefox109 (inactive) |
cf_tracking_firefox109tracking-firefox1.0.9
|
| tracking-firefox11 (inactive) |
cf_tracking_firefox11tracking-firefox1.1
|
| tracking-firefox110 (inactive) |
cf_tracking_firefox110tracking-firefox1.1.0
|
| tracking-firefox111 (inactive) |
cf_tracking_firefox111tracking-firefox1.1.1
|
| tracking-firefox112 (inactive) |
cf_tracking_firefox112tracking-firefox1.1.2
|
| tracking-firefox113 (inactive) |
cf_tracking_firefox113tracking-firefox1.1.3
|
| tracking-firefox114 (inactive) |
cf_tracking_firefox114tracking-firefox1.1.4
|
| tracking-firefox115 (inactive) |
cf_tracking_firefox115tracking-firefox1.1.5
|
| tracking-firefox116 (inactive) |
cf_tracking_firefox116tracking-firefox1.1.6
|
| tracking-firefox117 (inactive) |
cf_tracking_firefox117tracking-firefox1.1.7
|
| tracking-firefox118 (inactive) |
cf_tracking_firefox118tracking-firefox1.1.8
|
| tracking-firefox119 (inactive) |
cf_tracking_firefox119tracking-firefox1.1.9
|
| tracking-firefox12 (inactive) |
cf_tracking_firefox12tracking-firefox1.2
|
| tracking-firefox120 (inactive) |
cf_tracking_firefox120tracking-firefox1.2.0
|
| tracking-firefox121 (inactive) |
cf_tracking_firefox121tracking-firefox1.2.1
|
| tracking-firefox122 (inactive) |
cf_tracking_firefox122tracking-firefox1.2.2
|
| tracking-firefox123 (inactive) |
cf_tracking_firefox123tracking-firefox1.2.3
|
| tracking-firefox124 (inactive) |
cf_tracking_firefox124tracking-firefox1.2.4
|
| tracking-firefox125 (inactive) |
cf_tracking_firefox125tracking-firefox1.2.5
|
| tracking-firefox126 (inactive) |
cf_tracking_firefox126tracking-firefox1.2.6
|
| tracking-firefox127 (inactive) |
cf_tracking_firefox127tracking-firefox1.2.7
|
| tracking-firefox128 (inactive) |
cf_tracking_firefox128tracking-firefox1.2.8
|
| tracking-firefox129 (inactive) |
cf_tracking_firefox129tracking-firefox1.2.9
|
| tracking-firefox13 (inactive) |
cf_tracking_firefox13tracking-firefox1.3
|
| tracking-firefox130 (inactive) |
cf_tracking_firefox130tracking-firefox1.3.0
|
| tracking-firefox131 (inactive) |
cf_tracking_firefox131tracking-firefox1.3.1
|
| tracking-firefox132 (inactive) |
cf_tracking_firefox132tracking-firefox1.3.2
|
| tracking-firefox133 (inactive) |
cf_tracking_firefox133tracking-firefox1.3.3
|
| tracking-firefox134 (inactive) |
cf_tracking_firefox134tracking-firefox1.3.4
|
| tracking-firefox135 (inactive) |
cf_tracking_firefox135tracking-firefox1.3.5
|
| tracking-firefox136 (inactive) |
cf_tracking_firefox136tracking-firefox1.3.6
|
| tracking-firefox137 (inactive) |
cf_tracking_firefox137tracking-firefox1.3.7
|
| tracking-firefox138 (inactive) |
cf_tracking_firefox138tracking-firefox1.3.8
|
| tracking-firefox139 (inactive) |
cf_tracking_firefox139tracking-firefox1.3.9
|
| tracking-firefox14 (inactive) |
cf_tracking_firefox14tracking-firefox1.4
|
| tracking-firefox140 (inactive) |
cf_tracking_firefox140tracking-firefox1.4.0
|
| tracking-firefox141 (inactive) |
cf_tracking_firefox141tracking-firefox1.4.1
|
| tracking-firefox142 (inactive) |
cf_tracking_firefox142tracking-firefox1.4.2
|
| tracking-firefox143 (inactive) |
cf_tracking_firefox143tracking-firefox1.4.3
|
| tracking-firefox144 (inactive) |
cf_tracking_firefox144tracking-firefox1.4.4
|
| tracking-firefox145 (inactive) |
cf_tracking_firefox145tracking-firefox1.4.5
|
| tracking-firefox146 (inactive) |
cf_tracking_firefox146tracking-firefox1.4.6
|
| tracking-firefox147 (inactive) |
cf_tracking_firefox147tracking-firefox1.4.7
|
| tracking-firefox148 (inactive) |
cf_tracking_firefox148tracking-firefox1.4.8
|
| tracking-firefox149 (inactive) |
cf_tracking_firefox149tracking-firefox1.4.9
|
| tracking-firefox15 (inactive) |
cf_tracking_firefox15tracking-firefox1.5
|
| tracking-firefox150 (inactive) |
cf_tracking_firefox150tracking-firefox1.5.0
|
| tracking-firefox151 (inactive) |
cf_tracking_firefox151tracking-firefox1.5.1
|
| tracking-firefox152 (inactive) |
cf_tracking_firefox152tracking-firefox1.5.2
|
| tracking-firefox153 (inactive) |
cf_tracking_firefox153tracking-firefox1.5.3
|
| tracking-firefox154 |
cf_tracking_firefox154tracking-firefox1.5.4
|
| tracking-firefox155 |
cf_tracking_firefox155tracking-firefox1.5.5
|
| tracking-firefox156 |
cf_tracking_firefox156tracking-firefox1.5.6
|
| tracking-firefox16 (inactive) |
cf_tracking_firefox16tracking-firefox1.6
|
| tracking-firefox17 (inactive) |
cf_tracking_firefox17tracking-firefox1.7
|
| tracking-firefox18 (inactive) |
cf_tracking_firefox18tracking-firefox1.8
|
| tracking-firefox19 (inactive) |
cf_tracking_firefox19tracking-firefox1.9
|
| tracking-firefox20 (inactive) |
cf_tracking_firefox20tracking-firefox2.0
|
| tracking-firefox21 (inactive) |
cf_tracking_firefox21tracking-firefox2.1
|
| tracking-firefox22 (inactive) |
cf_tracking_firefox22tracking-firefox2.2
|
| tracking-firefox23 (inactive) |
cf_tracking_firefox23tracking-firefox2.3
|
| tracking-firefox24 (inactive) |
cf_tracking_firefox24tracking-firefox2.4
|
| tracking-firefox25 (inactive) |
cf_tracking_firefox25tracking-firefox2.5
|
| tracking-firefox26 (inactive) |
cf_tracking_firefox26tracking-firefox2.6
|
| tracking-firefox27 (inactive) |
cf_tracking_firefox27tracking-firefox2.7
|
| tracking-firefox28 (inactive) |
cf_tracking_firefox28tracking-firefox2.8
|
| tracking-firefox29 (inactive) |
cf_tracking_firefox29tracking-firefox2.9
|
| tracking-firefox30 (inactive) |
cf_tracking_firefox30tracking-firefox3.0
|
| tracking-firefox31 (inactive) |
cf_tracking_firefox31tracking-firefox3.1
|
| tracking-firefox32 (inactive) |
cf_tracking_firefox32tracking-firefox3.2
|
| tracking-firefox33 (inactive) |
cf_tracking_firefox33tracking-firefox3.3
|
| tracking-firefox34 (inactive) |
cf_tracking_firefox34tracking-firefox3.4
|
| tracking-firefox35 (inactive) |
cf_tracking_firefox35tracking-firefox3.5
|
| tracking-firefox36 (inactive) |
cf_tracking_firefox36tracking-firefox3.6
|
| tracking-firefox37 (inactive) |
cf_tracking_firefox37tracking-firefox3.7
|
| tracking-firefox38 (inactive) |
cf_tracking_firefox38tracking-firefox3.8
|
| tracking-firefox38.0.5 (inactive) |
cf_tracking_firefox38_0_5
|
| tracking-firefox39 (inactive) |
cf_tracking_firefox39tracking-firefox3.9
|
| tracking-firefox40 (inactive) |
cf_tracking_firefox40tracking-firefox4.0
|
| tracking-firefox41 (inactive) |
cf_tracking_firefox41tracking-firefox4.1
|
| tracking-firefox42 (inactive) |
cf_tracking_firefox42tracking-firefox4.2
|
| tracking-firefox43 (inactive) |
cf_tracking_firefox43tracking-firefox4.3
|
| tracking-firefox44 (inactive) |
cf_tracking_firefox44tracking-firefox4.4
|
| tracking-firefox45 (inactive) |
cf_tracking_firefox45tracking-firefox4.5
|
| tracking-firefox46 (inactive) |
cf_tracking_firefox46tracking-firefox4.6
|
| tracking-firefox47 (inactive) |
cf_tracking_firefox47tracking-firefox4.7
|
| tracking-firefox48 (inactive) |
cf_tracking_firefox48tracking-firefox4.8
|
| tracking-firefox49 (inactive) |
cf_tracking_firefox49tracking-firefox4.9
|
| tracking-firefox5 (inactive) |
cf_tracking_firefox5tracking-firefox5
|
| tracking-firefox50 (inactive) |
cf_tracking_firefox50tracking-firefox5.0
|
| tracking-firefox51 (inactive) |
cf_tracking_firefox51tracking-firefox5.1
|
| tracking-firefox52 (inactive) |
cf_tracking_firefox52tracking-firefox5.2
|
| tracking-firefox53 (inactive) |
cf_tracking_firefox53tracking-firefox5.3
|
| tracking-firefox54 (inactive) |
cf_tracking_firefox54tracking-firefox5.4
|
| tracking-firefox55 (inactive) |
cf_tracking_firefox55tracking-firefox5.5
|
| tracking-firefox56 (inactive) |
cf_tracking_firefox56tracking-firefox5.6
|
| tracking-firefox57 (inactive) |
cf_tracking_firefox57tracking-firefox5.7
|
| tracking-firefox58 (inactive) |
cf_tracking_firefox58tracking-firefox5.8
|
| tracking-firefox59 (inactive) |
cf_tracking_firefox59tracking-firefox5.9
|
| tracking-firefox6 (inactive) |
cf_tracking_firefox6tracking-firefox6
|
| tracking-firefox60 (inactive) |
cf_tracking_firefox60tracking-firefox6.0
|
| tracking-firefox61 (inactive) |
cf_tracking_firefox61tracking-firefox6.1
|
| tracking-firefox62 (inactive) |
cf_tracking_firefox62tracking-firefox6.2
|
| tracking-firefox63 (inactive) |
cf_tracking_firefox63tracking-firefox6.3
|
| tracking-firefox64 (inactive) |
cf_tracking_firefox64tracking-firefox6.4
|
| tracking-firefox65 (inactive) |
cf_tracking_firefox65tracking-firefox6.5
|
| tracking-firefox66 (inactive) |
cf_tracking_firefox66tracking-firefox6.6
|
| tracking-firefox67 (inactive) |
cf_tracking_firefox67tracking-firefox6.7
|
| tracking-firefox67.0.1 (inactive) |
cf_tracking_firefox67_0_1
|
| tracking-firefox68 (inactive) |
cf_tracking_firefox68tracking-firefox6.8
|
| tracking-firefox69 (inactive) |
cf_tracking_firefox69tracking-firefox6.9
|
| tracking-firefox7 (inactive) |
cf_tracking_firefox7tracking-firefox7
|
| tracking-firefox70 (inactive) |
cf_tracking_firefox70tracking-firefox7.0
|
| tracking-firefox71 (inactive) |
cf_tracking_firefox71tracking-firefox7.1
|
| tracking-firefox72 (inactive) |
cf_tracking_firefox72tracking-firefox7.2
|
| tracking-firefox73 (inactive) |
cf_tracking_firefox73tracking-firefox7.3
|
| tracking-firefox74 (inactive) |
cf_tracking_firefox74tracking-firefox7.4
|
| tracking-firefox75 (inactive) |
cf_tracking_firefox75tracking-firefox7.5
|
| tracking-firefox76 (inactive) |
cf_tracking_firefox76tracking-firefox7.6
|
| tracking-firefox77 (inactive) |
cf_tracking_firefox77tracking-firefox7.7
|
| tracking-firefox78 (inactive) |
cf_tracking_firefox78tracking-firefox7.8
|
| tracking-firefox79 (inactive) |
cf_tracking_firefox79tracking-firefox7.9
|
| tracking-firefox8 (inactive) |
cf_tracking_firefox8tracking-firefox8
|
| tracking-firefox80 (inactive) |
cf_tracking_firefox80tracking-firefox8.0
|
| tracking-firefox81 (inactive) |
cf_tracking_firefox81tracking-firefox8.1
|
| tracking-firefox82 (inactive) |
cf_tracking_firefox82tracking-firefox8.2
|
| tracking-firefox83 (inactive) |
cf_tracking_firefox83tracking-firefox8.3
|
| tracking-firefox84 (inactive) |
cf_tracking_firefox84tracking-firefox8.4
|
| tracking-firefox85 (inactive) |
cf_tracking_firefox85tracking-firefox8.5
|
| tracking-firefox86 (inactive) |
cf_tracking_firefox86tracking-firefox8.6
|
| tracking-firefox87 (inactive) |
cf_tracking_firefox87tracking-firefox8.7
|
| tracking-firefox88 (inactive) |
cf_tracking_firefox88tracking-firefox8.8
|
| tracking-firefox89 (inactive) |
cf_tracking_firefox89tracking-firefox8.9
|
| tracking-firefox9 (inactive) |
cf_tracking_firefox9tracking-firefox9
|
| tracking-firefox90 (inactive) |
cf_tracking_firefox90tracking-firefox9.0
|
| tracking-firefox91 (inactive) |
cf_tracking_firefox91tracking-firefox9.1
|
| tracking-firefox92 (inactive) |
cf_tracking_firefox92tracking-firefox9.2
|
| tracking-firefox93 (inactive) |
cf_tracking_firefox93tracking-firefox9.3
|
| tracking-firefox94 (inactive) |
cf_tracking_firefox94tracking-firefox9.4
|
| tracking-firefox95 (inactive) |
cf_tracking_firefox95tracking-firefox9.5
|
| tracking-firefox96 (inactive) |
cf_tracking_firefox96tracking-firefox9.6
|
| tracking-firefox97 (inactive) |
cf_tracking_firefox97tracking-firefox9.7
|
| tracking-firefox98 (inactive) |
cf_tracking_firefox98tracking-firefox9.8
|
| tracking-firefox99 (inactive) |
cf_tracking_firefox99tracking-firefox9.9
|
| tracking-flowstate-0.1 (inactive) |
cf_tracking_flowstate01tracking-flowstate0.1
|
| tracking-flowstate-0.2 (inactive) |
cf_tracking_flowstate02tracking-flowstate0.2
|
| tracking-flowstate-0.3 (inactive) |
cf_tracking_flowstate03tracking-flowstate0.3
|
| tracking-fxios |
cf_tracking_fxiostracking-fxios
|
| tracking-geckoview62 (inactive) |
cf_tracking_geckoview62tracking-geckoview6.2
|
| tracking-geckoview63 (inactive) |
cf_tracking_geckoview63tracking-geckoview6.3
|
| tracking-geckoview64 (inactive) |
cf_tracking_geckoview64tracking-geckoview6.4
|
| tracking-geckoview65 (inactive) |
cf_tracking_geckoview65tracking-geckoview6.5
|
| tracking-geckoview66 (inactive) |
cf_tracking_geckoview66tracking-geckoview6.6
|
| tracking-nss |
cf_tracking_nsstracking-nss
|
| tracking-p11 (inactive) |
cf_tracking_p11tracking-p1.1
|
| tracking-seamonkey2.10 (inactive) |
cf_tracking_seamonkey210tracking-seamonkey2.1.0
|
| tracking-seamonkey2.11 (inactive) |
cf_tracking_seamonkey211tracking-seamonkey2.1.1
|
| tracking-seamonkey2.12 (inactive) |
cf_tracking_seamonkey212tracking-seamonkey2.1.2
|
| tracking-seamonkey2.13 (inactive) |
cf_tracking_seamonkey213tracking-seamonkey2.1.3
|
| tracking-seamonkey2.14 (inactive) |
cf_tracking_seamonkey214tracking-seamonkey2.1.4
|
| tracking-seamonkey2.15 (inactive) |
cf_tracking_seamonkey215tracking-seamonkey2.1.5
|
| tracking-seamonkey2.16 (inactive) |
cf_tracking_seamonkey216tracking-seamonkey2.1.6
|
| tracking-seamonkey2.17 (inactive) |
cf_tracking_seamonkey217tracking-seamonkey2.1.7
|
| tracking-seamonkey2.18 (inactive) |
cf_tracking_seamonkey218tracking-seamonkey2.1.8
|
| tracking-seamonkey2.19 (inactive) |
cf_tracking_seamonkey219tracking-seamonkey2.1.9
|
| tracking-seamonkey2.2 (inactive) |
cf_tracking_seamonkey22tracking-seamonkey2.2
|
| tracking-seamonkey2.20 (inactive) |
cf_tracking_seamonkey220tracking-seamonkey2.2.0
|
| tracking-seamonkey2.21 (inactive) |
cf_tracking_seamonkey221tracking-seamonkey2.2.1
|
| tracking-seamonkey2.22 (inactive) |
cf_tracking_seamonkey222tracking-seamonkey2.2.2
|
| tracking-seamonkey2.23 (inactive) |
cf_tracking_seamonkey223tracking-seamonkey2.2.3
|
| tracking-seamonkey2.24 (inactive) |
cf_tracking_seamonkey224tracking-seamonkey2.2.4
|
| tracking-seamonkey2.25 (inactive) |
cf_tracking_seamonkey225tracking-seamonkey2.2.5
|
| tracking-seamonkey2.26 (inactive) |
cf_tracking_seamonkey226tracking-seamonkey2.2.6
|
| tracking-seamonkey2.27 (inactive) |
cf_tracking_seamonkey227tracking-seamonkey2.2.7
|
| tracking-seamonkey2.28 (inactive) |
cf_tracking_seamonkey228tracking-seamonkey2.2.8
|
| tracking-seamonkey2.29 (inactive) |
cf_tracking_seamonkey229tracking-seamonkey2.2.9
|
| tracking-seamonkey2.3 (inactive) |
cf_tracking_seamonkey23tracking-seamonkey2.3
|
| tracking-seamonkey2.30 (inactive) |
cf_tracking_seamonkey230tracking-seamonkey2.3.0
|
| tracking-seamonkey2.31 (inactive) |
cf_tracking_seamonkey231tracking-seamonkey2.3.1
|
| tracking-seamonkey2.32 (inactive) |
cf_tracking_seamonkey232tracking-seamonkey2.3.2
|
| tracking-seamonkey2.33 (inactive) |
cf_tracking_seamonkey233tracking-seamonkey2.3.3
|
| tracking-seamonkey2.34 (inactive) |
cf_tracking_seamonkey234tracking-seamonkey2.3.4
|
| tracking-seamonkey2.35 (inactive) |
cf_tracking_seamonkey235tracking-seamonkey2.3.5
|
| tracking-seamonkey2.36 (inactive) |
cf_tracking_seamonkey236tracking-seamonkey2.3.6
|
| tracking-seamonkey2.37 (inactive) |
cf_tracking_seamonkey237tracking-seamonkey2.3.7
|
| tracking-seamonkey2.38 (inactive) |
cf_tracking_seamonkey238tracking-seamonkey2.3.8
|
| tracking-seamonkey2.39 (inactive) |
cf_tracking_seamonkey239tracking-seamonkey2.3.9
|
| tracking-seamonkey2.4 (inactive) |
cf_tracking_seamonkey24tracking-seamonkey2.4
|
| tracking-seamonkey2.40 (inactive) |
cf_tracking_seamonkey240tracking-seamonkey2.4.0
|
| tracking-seamonkey2.41 (inactive) |
cf_tracking_seamonkey241tracking-seamonkey2.4.1
|
| tracking-seamonkey2.42 (inactive) |
cf_tracking_seamonkey242tracking-seamonkey2.4.2
|
| tracking-seamonkey2.43 (inactive) |
cf_tracking_seamonkey243tracking-seamonkey2.4.3
|
| tracking-seamonkey2.44 (inactive) |
cf_tracking_seamonkey244tracking-seamonkey2.4.4
|
| tracking-seamonkey2.45 (inactive) |
cf_tracking_seamonkey245tracking-seamonkey2.4.5
|
| tracking-seamonkey2.46 (inactive) |
cf_tracking_seamonkey246tracking-seamonkey2.4.6
|
| tracking-seamonkey2.47 (inactive) |
cf_tracking_seamonkey247tracking-seamonkey2.4.7
|
| tracking-seamonkey2.48 (inactive) |
cf_tracking_seamonkey248tracking-seamonkey2.4.8
|
| tracking-seamonkey2.49esr (inactive) |
cf_tracking_seamonkey249tracking-seamonkey2.4.9
|
| tracking-seamonkey2.5 (inactive) |
cf_tracking_seamonkey25tracking-seamonkey2.5
|
| tracking-seamonkey2.50 (inactive) |
cf_tracking_seamonkey250tracking-seamonkey2.5.0
|
| tracking-seamonkey2.51 (inactive) |
cf_tracking_seamonkey251tracking-seamonkey2.5.1
|
| tracking-seamonkey2.52 (inactive) |
cf_tracking_seamonkey252tracking-seamonkey2.5.2
|
| tracking-seamonkey2.53 |
cf_tracking_seamonkey253tracking-seamonkey2.5.3
|
| tracking-seamonkey2.54 (inactive) |
cf_tracking_seamonkey254tracking-seamonkey2.5.4
|
| tracking-seamonkey2.55 (inactive) |
cf_tracking_seamonkey255tracking-seamonkey2.5.5
|
| tracking-seamonkey2.56 (inactive) |
cf_tracking_seamonkey256tracking-seamonkey2.5.6
|
| tracking-seamonkey2.57esr |
cf_tracking_seamonkey257esr
|
| tracking-seamonkey2.58 (inactive) |
cf_tracking_seamonkey258tracking-seamonkey2.5.8
|
| tracking-seamonkey2.59 (inactive) |
cf_tracking_seamonkey259tracking-seamonkey2.5.9
|
| tracking-seamonkey2.6 (inactive) |
cf_tracking_seamonkey26tracking-seamonkey2.6
|
| tracking-seamonkey2.60 (inactive) |
cf_tracking_seamonkey260tracking-seamonkey2.6.0
|
| tracking-seamonkey2.63 (inactive) |
cf_tracking_seamonkey263tracking-seamonkey2.6.3
|
| tracking-seamonkey2.7 (inactive) |
cf_tracking_seamonkey27tracking-seamonkey2.7
|
| tracking-seamonkey2.8 (inactive) |
cf_tracking_seamonkey28tracking-seamonkey2.8
|
| tracking-seamonkey2.9 (inactive) |
cf_tracking_seamonkey29tracking-seamonkey2.9
|
| tracking-thunderbird-beta |
cf_tracking_thunderbird_beta
|
| tracking-thunderbird-esr10 (inactive) |
cf_tracking_thunderbird_esr10
|
| tracking-thunderbird-esr17 (inactive) |
cf_tracking_thunderbird_esr17
|
| tracking-thunderbird-nightly |
cf_tracking_thunderbird_nightly
|
| tracking-thunderbird-release |
cf_tracking_thunderbird_release
|
| tracking-thunderbird10 (inactive) |
cf_tracking_thunderbird10tracking-thunderbird1.0
|
| tracking-thunderbird100 (inactive) |
cf_tracking_thunderbird_100
|
| tracking-thunderbird101 (inactive) |
cf_tracking_thunderbird_101
|
| tracking-thunderbird102 (inactive) |
cf_tracking_thunderbird_102
|
| tracking-thunderbird103 (inactive) |
cf_tracking_thunderbird_103
|
| tracking-thunderbird104 (inactive) |
cf_tracking_thunderbird_104
|
| tracking-thunderbird105 (inactive) |
cf_tracking_thunderbird_105
|
| tracking-thunderbird106 (inactive) |
cf_tracking_thunderbird_106
|
| tracking-thunderbird107 (inactive) |
cf_tracking_thunderbird_107
|
| tracking-thunderbird108 (inactive) |
cf_tracking_thunderbird_108
|
| tracking-thunderbird109 (inactive) |
cf_tracking_thunderbird_109
|
| tracking-thunderbird11 (inactive) |
cf_tracking_thunderbird11tracking-thunderbird1.1
|
| tracking-thunderbird110 (inactive) |
cf_tracking_thunderbird_110
|
| tracking-thunderbird111 (inactive) |
cf_tracking_thunderbird_111
|
| tracking-thunderbird112 (inactive) |
cf_tracking_thunderbird_112
|
| tracking-thunderbird113 (inactive) |
cf_tracking_thunderbird_113
|
| tracking-thunderbird114 (inactive) |
cf_tracking_thunderbird_114
|
| tracking-thunderbird115 (inactive) |
cf_tracking_thunderbird_115
|
| tracking-thunderbird116 (inactive) |
cf_tracking_thunderbird_116
|
| tracking-thunderbird117 (inactive) |
cf_tracking_thunderbird_117
|
| tracking-thunderbird118 (inactive) |
cf_tracking_thunderbird_118
|
| tracking-thunderbird119 (inactive) |
cf_tracking_thunderbird_119
|
| tracking-thunderbird12 (inactive) |
cf_tracking_thunderbird12tracking-thunderbird1.2
|
| tracking-thunderbird120 (inactive) |
cf_tracking_thunderbird_120
|
| tracking-thunderbird121 (inactive) |
cf_tracking_thunderbird_121
|
| tracking-thunderbird122 (inactive) |
cf_tracking_thunderbird_122
|
| tracking-thunderbird123 (inactive) |
cf_tracking_thunderbird_123
|
| tracking-thunderbird124 (inactive) |
cf_tracking_thunderbird_124
|
| tracking-thunderbird125 (inactive) |
cf_tracking_thunderbird_125
|
| tracking-thunderbird126 (inactive) |
cf_tracking_thunderbird_126
|
| tracking-thunderbird127 (inactive) |
cf_tracking_thunderbird_127
|
| tracking-thunderbird128 (inactive) |
cf_tracking_thunderbird_128
|
| tracking-thunderbird129 (inactive) |
cf_tracking_thunderbird_129
|
| tracking-thunderbird13 (inactive) |
cf_tracking_thunderbird13tracking-thunderbird1.3
|
| tracking-thunderbird130 (inactive) |
cf_tracking_thunderbird_130
|
| tracking-thunderbird131 (inactive) |
cf_tracking_thunderbird_131
|
| tracking-thunderbird132 (inactive) |
cf_tracking_thunderbird_132
|
| tracking-thunderbird133 (inactive) |
cf_tracking_thunderbird_133
|
| tracking-thunderbird134 (inactive) |
cf_tracking_thunderbird_134
|
| tracking-thunderbird135 (inactive) |
cf_tracking_thunderbird_135
|
| tracking-thunderbird136 (inactive) |
cf_tracking_thunderbird_136
|
| tracking-thunderbird137 (inactive) |
cf_tracking_thunderbird_137
|
| tracking-thunderbird138 (inactive) |
cf_tracking_thunderbird_138
|
| tracking-thunderbird139 (inactive) |
cf_tracking_thunderbird_139
|
| tracking-thunderbird14 (inactive) |
cf_tracking_thunderbird14tracking-thunderbird1.4
|
| tracking-thunderbird140 (inactive) |
cf_tracking_thunderbird_140
|
| tracking-thunderbird141 (inactive) |
cf_tracking_thunderbird_141
|
| tracking-thunderbird142 (inactive) |
cf_tracking_thunderbird_142
|
| tracking-thunderbird143 (inactive) |
cf_tracking_thunderbird_143
|
| tracking-thunderbird144 (inactive) |
cf_tracking_thunderbird_144
|
| tracking-thunderbird145 (inactive) |
cf_tracking_thunderbird_145
|
| tracking-thunderbird146 (inactive) |
cf_tracking_thunderbird_146
|
| tracking-thunderbird147 (inactive) |
cf_tracking_thunderbird_147
|
| tracking-thunderbird148 (inactive) |
cf_tracking_thunderbird_148
|
| tracking-thunderbird149 (inactive) |
cf_tracking_thunderbird_149
|
| tracking-thunderbird15 (inactive) |
cf_tracking_thunderbird15tracking-thunderbird1.5
|
| tracking-thunderbird150 (inactive) |
cf_tracking_thunderbird_150
|
| tracking-thunderbird151 (inactive) |
cf_tracking_thunderbird_151
|
| tracking-thunderbird152 (inactive) |
cf_tracking_thunderbird_152
|
| tracking-thunderbird153 (inactive) |
cf_tracking_thunderbird_153
|
| tracking-thunderbird154 (inactive) |
cf_tracking_thunderbird_154
|
| tracking-thunderbird155 |
cf_tracking_thunderbird_155
|
| tracking-thunderbird156 |
cf_tracking_thunderbird_156
|
| tracking-thunderbird16 (inactive) |
cf_tracking_thunderbird16tracking-thunderbird1.6
|
| tracking-thunderbird17 (inactive) |
cf_tracking_thunderbird17tracking-thunderbird1.7
|
| tracking-thunderbird18 (inactive) |
cf_tracking_thunderbird18tracking-thunderbird1.8
|
| tracking-thunderbird19 (inactive) |
cf_tracking_thunderbird19tracking-thunderbird1.9
|
| tracking-thunderbird20 (inactive) |
cf_tracking_thunderbird20tracking-thunderbird2.0
|
| tracking-thunderbird21 (inactive) |
cf_tracking_thunderbird21tracking-thunderbird2.1
|
| tracking-thunderbird22 (inactive) |
cf_tracking_thunderbird22tracking-thunderbird2.2
|
| tracking-thunderbird23 (inactive) |
cf_tracking_thunderbird23tracking-thunderbird2.3
|
| tracking-thunderbird24 (inactive) |
cf_tracking_thunderbird24tracking-thunderbird2.4
|
| tracking-thunderbird25 (inactive) |
cf_tracking_thunderbird25tracking-thunderbird2.5
|
| tracking-thunderbird26 (inactive) |
cf_tracking_thunderbird26tracking-thunderbird2.6
|
| tracking-thunderbird27 (inactive) |
cf_tracking_thunderbird27tracking-thunderbird2.7
|
| tracking-thunderbird28 (inactive) |
cf_tracking_thunderbird28tracking-thunderbird2.8
|
| tracking-thunderbird29 (inactive) |
cf_tracking_thunderbird29tracking-thunderbird2.9
|
| tracking-thunderbird30 (inactive) |
cf_tracking_thunderbird_30
|
| tracking-thunderbird31 (inactive) |
cf_tracking_thunderbird_31
|
| tracking-thunderbird32 (inactive) |
cf_tracking_thunderbird_32
|
| tracking-thunderbird33 (inactive) |
cf_tracking_thunderbird_33
|
| tracking-thunderbird34 (inactive) |
cf_tracking_thunderbird_34
|
| tracking-thunderbird35 (inactive) |
cf_tracking_thunderbird_35
|
| tracking-thunderbird36 (inactive) |
cf_tracking_thunderbird_36
|
| tracking-thunderbird37 (inactive) |
cf_tracking_thunderbird_37
|
| tracking-thunderbird38 (inactive) |
cf_tracking_thunderbird_38
|
| tracking-thunderbird39 (inactive) |
cf_tracking_thunderbird_39
|
| tracking-thunderbird40 (inactive) |
cf_tracking_thunderbird_40
|
| tracking-thunderbird41 (inactive) |
cf_tracking_thunderbird_41
|
| tracking-thunderbird42 (inactive) |
cf_tracking_thunderbird_42
|
| tracking-thunderbird43 (inactive) |
cf_tracking_thunderbird_43
|
| tracking-thunderbird44 (inactive) |
cf_tracking_thunderbird_44
|
| tracking-thunderbird45 (inactive) |
cf_tracking_thunderbird_45
|
| tracking-thunderbird46 (inactive) |
cf_tracking_thunderbird_46
|
| tracking-thunderbird47 (inactive) |
cf_tracking_thunderbird_47
|
| tracking-thunderbird48 (inactive) |
cf_tracking_thunderbird_48
|
| tracking-thunderbird49 (inactive) |
cf_tracking_thunderbird_49
|
| tracking-thunderbird50 (inactive) |
cf_tracking_thunderbird_50
|
| tracking-thunderbird51 (inactive) |
cf_tracking_thunderbird_51
|
| tracking-thunderbird52 (inactive) |
cf_tracking_thunderbird_52
|
| tracking-thunderbird53 (inactive) |
cf_tracking_thunderbird_53
|
| tracking-thunderbird54 (inactive) |
cf_tracking_thunderbird_54
|
| tracking-thunderbird55 (inactive) |
cf_tracking_thunderbird_55
|
| tracking-thunderbird56 (inactive) |
cf_tracking_thunderbird_56
|
| tracking-thunderbird57 (inactive) |
cf_tracking_thunderbird_57
|
| tracking-thunderbird58 (inactive) |
cf_tracking_thunderbird_58
|
| tracking-thunderbird59 (inactive) |
cf_tracking_thunderbird_59
|
| tracking-thunderbird6 (inactive) |
cf_tracking_thunderbird6tracking-thunderbird6
|
| tracking-thunderbird60 (inactive) |
cf_tracking_thunderbird_60
|
| tracking-thunderbird61 (inactive) |
cf_tracking_thunderbird_61
|
| tracking-thunderbird62 (inactive) |
cf_tracking_thunderbird_62
|
| tracking-thunderbird63 (inactive) |
cf_tracking_thunderbird_63
|
| tracking-thunderbird64 (inactive) |
cf_tracking_thunderbird_64
|
| tracking-thunderbird65 (inactive) |
cf_tracking_thunderbird_65
|
| tracking-thunderbird66 (inactive) |
cf_tracking_thunderbird_66
|
| tracking-thunderbird67 (inactive) |
cf_tracking_thunderbird_67
|
| tracking-thunderbird68 (inactive) |
cf_tracking_thunderbird_68
|
| tracking-thunderbird69 (inactive) |
cf_tracking_thunderbird_69
|
| tracking-thunderbird7 (inactive) |
cf_tracking_thunderbird7tracking-thunderbird7
|
| tracking-thunderbird70 (inactive) |
cf_tracking_thunderbird_70
|
| tracking-thunderbird71 (inactive) |
cf_tracking_thunderbird_71
|
| tracking-thunderbird72 (inactive) |
cf_tracking_thunderbird_72
|
| tracking-thunderbird73 (inactive) |
cf_tracking_thunderbird_73
|
| tracking-thunderbird74 (inactive) |
cf_tracking_thunderbird_74
|
| tracking-thunderbird75 (inactive) |
cf_tracking_thunderbird_75
|
| tracking-thunderbird76 (inactive) |
cf_tracking_thunderbird_76
|
| tracking-thunderbird77 (inactive) |
cf_tracking_thunderbird_77
|
| tracking-thunderbird78 (inactive) |
cf_tracking_thunderbird_78
|
| tracking-thunderbird79 (inactive) |
cf_tracking_thunderbird_79
|
| tracking-thunderbird8 (inactive) |
cf_tracking_thunderbird8tracking-thunderbird8
|
| tracking-thunderbird80 (inactive) |
cf_tracking_thunderbird_80
|
| tracking-thunderbird81 (inactive) |
cf_tracking_thunderbird_81
|
| tracking-thunderbird82 (inactive) |
cf_tracking_thunderbird_82
|
| tracking-thunderbird83 (inactive) |
cf_tracking_thunderbird_83
|
| tracking-thunderbird84 (inactive) |
cf_tracking_thunderbird_84
|
| tracking-thunderbird85 (inactive) |
cf_tracking_thunderbird_85
|
| tracking-thunderbird86 (inactive) |
cf_tracking_thunderbird_86
|
| tracking-thunderbird87 (inactive) |
cf_tracking_thunderbird_87
|
| tracking-thunderbird88 (inactive) |
cf_tracking_thunderbird_88
|
| tracking-thunderbird89 (inactive) |
cf_tracking_thunderbird_89
|
| tracking-thunderbird9 (inactive) |
cf_tracking_thunderbird9tracking-thunderbird9
|
| tracking-thunderbird90 (inactive) |
cf_tracking_thunderbird_90
|
| tracking-thunderbird91 (inactive) |
cf_tracking_thunderbird_91
|
| tracking-thunderbird92 (inactive) |
cf_tracking_thunderbird_92
|
| tracking-thunderbird93 (inactive) |
cf_tracking_thunderbird_93
|
| tracking-thunderbird94 (inactive) |
cf_tracking_thunderbird_94
|
| tracking-thunderbird95 (inactive) |
cf_tracking_thunderbird_95
|
| tracking-thunderbird96 (inactive) |
cf_tracking_thunderbird_96
|
| tracking-thunderbird97 (inactive) |
cf_tracking_thunderbird_97
|
| tracking-thunderbird98 (inactive) |
cf_tracking_thunderbird_98
|
| tracking-thunderbird99 (inactive) |
cf_tracking_thunderbird_99
|
| tracking-thunderbird_esr102 (inactive) |
cf_tracking_thunderbird_esr102
|
| tracking-thunderbird_esr115 |
cf_tracking_thunderbird_esr115
|
| tracking-thunderbird_esr128 (inactive) |
cf_tracking_thunderbird_esr128
|
| tracking-thunderbird_esr140 |
cf_tracking_thunderbird_esr140
|
| tracking-thunderbird_esr153 |
cf_tracking_thunderbird_esr153
|
| tracking-thunderbird_esr24 (inactive) |
cf_tracking_thunderbird_esr24
|
| tracking-thunderbird_esr31 (inactive) |
cf_tracking_thunderbird_esr31
|
| tracking-thunderbird_esr38 (inactive) |
cf_tracking_thunderbird_esr38
|
| tracking-thunderbird_esr45 (inactive) |
cf_tracking_thunderbird_esr45
|
| tracking-thunderbird_esr52 (inactive) |
cf_tracking_thunderbird_esr52
|
| tracking-thunderbird_esr60 (inactive) |
cf_tracking_thunderbird_esr60
|
| tracking-thunderbird_esr68 (inactive) |
cf_tracking_thunderbird_esr68
|
| tracking-thunderbird_esr78 (inactive) |
cf_tracking_thunderbird_esr78
|
| tracking-thunderbird_esr91 (inactive) |
cf_tracking_thunderbird_esr91
|
| tracking-win (inactive) |
cf_tracking_wintracking-win
|
| user-doc-firefox (inactive) |
cf_tracking_firefox_sumo
|
Advanced Features
- If you want to search for a phrase or something that contains spaces, commas, colons or quotes, you must put it in quotes, like: "yes, this is a phrase". You must also use quotes to search for characters that would otherwise be interpreted specially by quicksearch. For example, "this|that" would search for the literal string this|that and would not be parsed as "this OR that". Also, "-field:value" would search for the literal phrase -field:value and would not be parsed as "NOT field:value".
- You can use AND, NOT,
and OR in searches.
You can also use - to mean "NOT", and | to mean "OR".
There is no special character for "AND", because by default any search
terms that are separated by a space are joined by an "AND".
Examples:
-
NOT:
Use -summary:foo to exclude bugs with foo in the summary.
NOT summary:foo would have the same effect. -
AND:
foo bar searches for bugs that contains both foo and bar.
foo AND bar would have the same effect. -
OR:
foo|bar would search for bugs that contain foo OR bar.
foo OR bar would have the same effect.
You cannot use | nor OR to enumerate possible values for a given field. You must use commas instead. So field:value1,value2 does what you expect, but field:value1|value2 would be treated as field:value1 OR value2, which means value2 is not bound to the given field.
OR has higher precedence than AND; AND is the top level operation. For example:
Searching for url|location bar|field -focus means (url OR location) AND (bar OR field) AND (NOT focus)
-
NOT:
-
The default operator, colon (:), performs a substring
match of the value. The following operators are supported:
-
: (substring):
summary:foo will search for bugs where the summary contains foo. -
= (equals):
summary=foo will search for bugs where the summary is exactly foo. -
!= (notequals):
summary!=foo will search for bugs where the summary is not foo. -
> (greaterthan):
creation_ts>-2w will search for bugs where that were created between two weeks ago and now, excluding bugs exactly two weeks old. -
>= (greaterthaneq):
creation_ts>=-2w will search for bugs where that were created between two weeks ago and now, including bugs exactly two weeks old. -
< (lessthan):
creation_ts<-2w will search for bugs where that were created more than two weeks ago, excluding bugs exactly two weeks old. -
<= (lessthaneq):
creation_ts<=-2w will search for bugs where that were created more than two weeks ago, including bugs exactly two weeks old.
-
: (substring):
Advanced Shortcuts
In addition to using field names to search specific fields, there are certain characters or words that you can use as a "shortcut" for searching certain fields:
| Field | Shortcut(s) |
|---|---|
| Status | Make the first word of your search the name of any status, or even an abbreviation of any status, and bugs in that status will be searched. ALL is a special shortcut that means "all statuses". OPEN is a special shortcut that means "all open statuses". Adding a '+' to the end of a status name will set the result limit to 0. |
| Resolution | Make the first word of your search the name of any resolution, or even an abbreviation of any resolution, and bugs with that resolution will be searched. For example, making FIX the first word of your search will find all bugs with a resolution of FIXED. Adding a '+' to the end of a resolution name will set the result limit to 0. |
| Priority | "P1" (as a word anywhere in
the search) means "find bugs with the highest priority.
"P2" means the second-highest priority, and so on.
Searching for "P1-3" will find bugs in any of the three highest priorities, and so on. |
| Assignee | @value |
| Product or Component | :value |
| Keywords | !value |
| Flags | flag?requestee |
| Comment or Summary | #value |
| Comment Searching |
Allows overriding of the comment searching preference. "++comments" enables full-text search (all comments, slow) "--comments" disables full-text search "++description" enables description search (initial comment only) "--description" disables description search |
| Summary |