Guest User

Untitled

a guest
Oct 24th, 2017
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. 1. Create a manifest.json file in an empty folder with the contents of manifest.json, below.
  2. 2. Add a registry entry for the extension.
  3. - The entry needs to be added at HKEY_CURRENT_USER\Software\Mozilla\Firefox\Extensions.
  4. - The name of the entry should be "test_id@tests.mozilla.org" and the value is the path to the folder that holds
  5. the manifest.json file you created in step 1.
  6. 3. Start Firefox.
  7. 4. The extension will be installed as disabled, so go to about:addons and enable it.
  8. 5. Go to about:preferences. Verify that the expected output is shown.
  9. Expected:
  10. The field for home page should be disabled along with a message that you must disable your
  11. installed extension in order to change the default home page.
  12.  
  13. 6. Close Firefox.
  14. 7. Delete the registry key you created in #2 above.
  15. 8. Start Firefox.
  16. 9. Go to about:addons and verify that the addon is not there.
  17. 10. Go to about:preferences. Check the output.
  18. Expected:
  19. The default home page should be selected and no message about disabling an extension should be shown.
  20.  
  21. Actual (according to the reporter):
  22. The field for home page is be disabled along with a message that you must disable an
  23. extension in order to change the default home page. The name for the extension is missing.
  24.  
  25. 11. Restart Firefox.
  26. 12. Go to about:preferences. Report back what you see for the home page UI elements.
  27.  
  28. We are trying to verify if #11 fixes the problem as seen in #10.
Add Comment
Please, Sign In to add comment