Difference between revisions of "User:Sardisson/Camino Tools"

From Camino Wiki
Jump to navigation Jump to search
Line 27: Line 27:
  
 
==Utils for Migration from Other Browsers==
 
==Utils for Migration from Other Browsers==
* Firefox migrator (see [[Website:Welcome_Firefox_Users%21]])
+
* Firefox migrator (see [[Website:Migrating from Firefox]])
 
** copies history, cookies, hostperm.1, userContent.css, optionally prefs.js/user.js
 
** copies history, cookies, hostperm.1, userContent.css, optionally prefs.js/user.js
 
** kick-starts the bookmark import (is this AppleScriptable at all?)
 
** kick-starts the bookmark import (is this AppleScriptable at all?)
Line 35: Line 35:
 
** is this possible?  
 
** is this possible?  
  
* Safari Cookie Migrator (see [[Website:Welcome_Safari_Users%21]])
+
* Safari Cookie Migrator (see [[Website:Migrating_from_Safari]])
 
** Transforms Safari's Cookies.plist into Gecko's cookies.txt
 
** Transforms Safari's Cookies.plist into Gecko's cookies.txt

Revision as of 23:54, 13 December 2006

hostperm.1 UI

I'd like a UI (prefPane) for all of hostperm.1.

Things I'd like to be able to do:

  1. Search by site
  2. Sort by site, selector, and policy
  3. Live editing (uses the appropriate APIs)
    • Edit existing rules (change policy, change selector?, edit site??)
    • Delete existing rules
    • Add new rules

Basically, something like the cookies Exceptions List sheet, but for all selectors and with some UI for adding new sites/rules.

Pseudo-clean profile for QA

It's important for QA purposes to have a clean profile (no hostperm.1, no wacky prefs settings, etc.), but for doing bits of QA, it's also handy for me to have my bookmarks (and User Agent!)

It would be nice to have a little script that creates a clean profile in a fixed location in AppSup, copies my bookmarks file and User Agent there, and then sets the CAMINO_PROFILE_DIR var to that folder for that Terminal window.... Bonus points if the last action is to ask me which Camino to launch (trunk build, branch build, current version, /Volumes/Camino/Camino.app)

Utils for users to use for QA

  • Camino-Profile-Dir tester --> Troubleshoot Camino (done; sardisson)
    • Needs a snazzy icon (ss)
      I just got this image of an el Camino with the hood up and a little Camino icon holding a wrench (sardisson)
      Needs to be different enough (at 20-24px) from Camino that I can tell it apart from the 2-3 Caminos also in my Dock at any given time
  • CaminoConflictCatcher

See QA:Triage_Policies_and_Procedures#Common_QA_Troubleshooting_Tips for info on these.

Utils for Migration from Other Browsers

  • Firefox migrator (see Website:Migrating from Firefox)
    • copies history, cookies, hostperm.1, userContent.css, optionally prefs.js/user.js
    • kick-starts the bookmark import (is this AppleScriptable at all?)
    • runs the Fx->Keychain util (below; if it is ever created)
  • Fx password store to Camino Keychain entry migrator
    • is this possible?