Changes

Jump to: navigation, search

Add-ons/Reviewers/Guide/Reviewing

871 bytes added, 23:20, 25 January 2017
Step 3: Code Review
In general you should apply your judgement and try to identify code that may appear suspicious or out of place. Try to understand what everything does and how it all fits together.
 
== WebExtensions Policies and Actions ==
 
This is a draft of WebExtensions Policies as WebExtensions are relatively new.
 
{| width="80%" cellspacing="0" cellpadding="1" border="0"
|-
! style="border-bottom: 2px solid black" scope="col" | Issue
! style="border-bottom: 2px solid black" scope="col" | Action
! style="border-bottom: 2px solid black" scope="col" | Notes
|- style="vertical-align: top;"
| style="padding: .5ex 1ex 1ex 0; border-bottom: 1px solid black;" | Abuse of chrome.storage.sync
| style="padding: .5ex 1ex 1ex 0; border-bottom: 1px solid black;" | Reject
| style="padding: .5ex 1ex 1ex 0; border-bottom: 1px solid black;" | It's noted in the docs that chrome.storage.sync is for storing preferences and other small amounts of data. It is not provided with any expectations of performance, stability or being able to store large amounts of data.
|}
= Step 4: Feature Review =
Confirm
1,158
edits

Navigation menu