Blocklisting/Admin: Difference between revisions

GFX blocks
(Plugin blocks on kinto)
(GFX blocks)
Line 23: Line 23:
# Notify your reviewer/QA that the block is ready for testing.
# Notify your reviewer/QA that the block is ready for testing.


<sup>1</sup> Data for the blocklist can be found in the [https://firefox.settings.services.mozilla.com/v1/buckets/blocklists/collections/addons/records public JSON endpoint], or on [https://addons.mozilla.org/en-US/firefox/blocked/ addons.mozilla.org].
<sup>1</sup> Data for the blocklist can be found in the [https://firefox.settings.services.mozilla.com/v1/buckets/blocklists/collections/addons/records public JSON endpoint].
===Testing===
===Testing===


Line 79: Line 79:
# Notify your reviewer/QA that the block is ready for testing.
# Notify your reviewer/QA that the block is ready for testing.


<sup>1</sup> Data for the blocklist can be found in the [https://firefox.settings.services.mozilla.com/v1/buckets/blocklists/collections/plugins/records public JSON endpoint], or on [https://addons.mozilla.org/en-US/firefox/blocked/ addons.mozilla.org].
<sup>1</sup> Data for the blocklist can be found in the [https://firefox.settings.services.mozilla.com/v1/buckets/blocklists/collections/plugins/records public JSON endpoint].
===Testing===
===Testing===


===Deploying===
===Deploying===
# Click on '''blocklist-preview bucket''' :: '''addons'''
# Click on '''blocklist-preview bucket''' :: '''plugins'''


== Graphics card blocks ==
== Graphics card blocks ==
Line 91: Line 91:
# In the Blocklist Gfx #1 section, set the data that should have been detailed on the blocklist bug.
# In the Blocklist Gfx #1 section, set the data that should have been detailed on the blocklist bug.


===XML Examples===
===Staging===
<pre><gfxBlacklistEntry  blockID="g95">
# Click on '''staging bucket''' :: '''gfx'''
  <os>WINNT 6.1</os>
# Click on "Create" (or edit/delete icons if you need to change an existing record)
  <vendor>0x1002</vendor>
# Enter in the appropriate fields, which should be detailed in the bug report. Example below (see the current list<sup>1</sup> for more examples)
  <devices>
#* Keep the '''Enabled checkbox''' checked.
    <device>0x9802</device>
#* The '''name''' and '''bug''' fields are used for internal record keeping and won't be shown to users. '''bug''' should be a Bugzilla URL.
    <device>0x9803</device>
# When done, click on '''Create Record'''. This saves the block in the '''staging''' bucket.
    <device>0x9803</device>
# If you don't need to make more changes to the block, click on '''Request review''' back in the main bucket view. The block should be moved to the '''blocklists-preview''' bucket.
    <device>0x9804</device>
# Notify your reviewer/QA that the block is ready for testing.
    <device>0x9805</device>
 
    <device>0x9806</device>
<sup>1</sup> Data for the blocklist can be found in the [https://firefox.settings.services.mozilla.com/v1/buckets/blocklists/collections/plugins/records public JSON endpoint].
    <device>0x9807</device>
===Testing===
  </devices>
 
  <feature>DIRECT3D_9_LAYERS</feature>
===Deploying===
  <featureStatus>BLOCKED_DEVICE</featureStatus>
# Click on '''blocklist-preview bucket''' :: '''gfx'''
  <driverVersion>1.0.0.0</driverVersion>
  <driverVersionComparator>GREATER_THAN_OR_EQUAL</driverVersionComparator>
</gfxBlacklistEntry></pre>
canmove, Confirmed users
1,448

edits