Difference between revisions of "Website:Documentation Changes for 2.0"

From Camino Wiki
Jump to navigation Jump to search
(add page links so I can add "(done)" to them for sam)
Line 2: Line 2:
  
 
==Hidden Prefs==
 
==Hidden Prefs==
 +
http://caminobrowser.org/documentation/hiddenprefs/<br>
 
Switch to using about:config for Gecko-style prefs (except accept-lang override); {{bug|515807}}
 
Switch to using about:config for Gecko-style prefs (except accept-lang override); {{bug|515807}}
 
* gfx.color_management.enabled (requires restart, poor perf, no CM with Flash < 10)
 
* gfx.color_management.enabled (requires restart, poor perf, no CM with Flash < 10)
Line 14: Line 15:
  
 
==Annoyances==
 
==Annoyances==
 +
http://caminobrowser.org/documentation/annoyances/<br>
 
* Flashblock whitelist
 
* Flashblock whitelist
  
 
==Bookmarks==
 
==Bookmarks==
 +
http://caminobrowser.org/documentation/bookmarks/<br>
 
* Put some sort of link to "finding bookmarks" which lives in Find (or vice versa)
 
* Put some sort of link to "finding bookmarks" which lives in Find (or vice versa)
 
* Middle-click?
 
* Middle-click?
Line 36: Line 39:
  
 
==Find==
 
==Find==
 +
http://caminobrowser.org/documentation/find/<br>
  
 
==Downloading==
 
==Downloading==
 +
http://caminobrowser.org/documentation/download/<br>
 
* Shift-click, plus other keyboard shortcuts
 
* Shift-click, plus other keyboard shortcuts
  
 
==Tabbed Browsing==
 
==Tabbed Browsing==
 +
http://caminobrowser.org/documentation/tabs/<br>
 
* Rearranging Tabs
 
* Rearranging Tabs
 
* Seeing all tabs in the current window (tabsposé)
 
* Seeing all tabs in the current window (tabsposé)
  
 
==Setup==
 
==Setup==
 +
http://caminobrowser.org/documentation/setup/<br>
 
* QT 7.6
 
* QT 7.6
 
* F4M 2.2.1.11 or newer
 
* F4M 2.2.1.11 or newer
Line 53: Line 60:
  
 
==Search==
 
==Search==
 +
http://caminobrowser.org/documentation/search/<br>
  
 
==Keyboard Shortcuts==
 
==Keyboard Shortcuts==
 +
http://caminobrowser.org/documentation/shortcuts/<br>
 
* <s>Delete as back is broken</s> ''or not''
 
* <s>Delete as back is broken</s> ''or not''
 
* Zoom and Text Size have switched; alternates plus toggle
 
* Zoom and Text Size have switched; alternates plus toggle
Line 62: Line 71:
  
 
==General changes & FAQ==
 
==General changes & FAQ==
 +
http://caminobrowser.org/documentation/faq/<br>
 
* Remove the Text Encoding FAQ (I think this is fixed on trunk)
 
* Remove the Text Encoding FAQ (I think this is fixed on trunk)
 
* Remove Norwegian FAQ (10.3 only)
 
* Remove Norwegian FAQ (10.3 only)
Line 68: Line 78:
 
* Mention Recently closed pages somewhere
 
* Mention Recently closed pages somewhere
 
* Mention content zoom somewhere (customizing?)
 
* Mention content zoom somewhere (customizing?)
 +
 
===Migration===
 
===Migration===
 +
http://caminobrowser.org/documentation/firefox/<br>
 +
http://caminobrowser.org/documentation/safari/<br>
 
* Fx3 data formats for bookmarks (history?)
 
* Fx3 data formats for bookmarks (history?)
 
* [http://rafaelklaus.com/en/caminoscript.php CamiNoScript]
 
* [http://rafaelklaus.com/en/caminoscript.php CamiNoScript]
Line 74: Line 87:
  
 
===Bugzilla===
 
===Bugzilla===
 +
http://caminobrowser.org/documentation/bugzilla/<br>
 
* <s>look for "Mozilla caught an objc exception" in Console.log for nsObjCExceptionLogAbort crash stacks</s> ''no longer fatal''
 
* <s>look for "Mozilla caught an objc exception" in Console.log for nsObjCExceptionLogAbort crash stacks</s> ''no longer fatal''
 
* Need to rewrite crash (and hang?) instructions for Breakpad
 
* Need to rewrite crash (and hang?) instructions for Breakpad

Revision as of 19:13, 14 October 2009

Instead of having to go through all of cb.o/support and finding what needs to be changed (ugh), this page will be an on-going list of changes that need to be made due to checkins since 1.6.

Hidden Prefs

http://caminobrowser.org/documentation/hiddenprefs/
Switch to using about:config for Gecko-style prefs (except accept-lang override); Bug 515807

  • gfx.color_management.enabled (requires restart, poor perf, no CM with Flash < 10)
  • Switch mouse zoom from text size to full content zoom
  • AA all text, regardless of OS setting (gfx.use_text_smoothing_setting; requires restart)
  • inline autocomplete hidden pref switched from NSUserDefaults to browser.urlbar.autoFill
  • camino.use_aqua_selects (default true; set to false to honor author styles)
  • FocusDownloads browser.download.manager.focusWhenStarting to false
  • don't show dl window: browser.download.manager.showWhenStarting to false
  • Breakpad defaults:
    • BreakpadSendAndExit -string NO (show Apple crash UI also)

Annoyances

http://caminobrowser.org/documentation/annoyances/

  • Flashblock whitelist

Bookmarks

http://caminobrowser.org/documentation/bookmarks/

  • Put some sort of link to "finding bookmarks" which lives in Find (or vice versa)
  • Middle-click?
  • Export Fx bookmarks to HTML first
  • Alternates for Bookmarking ([1])

Privacy & Security

http://caminobrowser.org/documentation/security/

  • Explain the new security exceptions model and error pages
  • Explain cert import
  • Mention software update as a way to keep yourself secure
  • Brief sb description (at #safebrowsing), ending in a line "For more information on this phishing, malware, and this feature, see the Documentation." and link to docs/security/safebrowsing/
  • form on docs/security/safebrowsing/ to get users to the Google diagnostic for malware sites
  • report-submitted.php

http://caminobrowser.org/documentation/security/safebrowsing/ (done)
http://caminobrowser.org/documentation/security/test-phishing/ (done)
http://caminobrowser.org/documentation/security/test-malware/ (done)

Find

http://caminobrowser.org/documentation/find/

Downloading

http://caminobrowser.org/documentation/download/

  • Shift-click, plus other keyboard shortcuts

Tabbed Browsing

http://caminobrowser.org/documentation/tabs/

  • Rearranging Tabs
  • Seeing all tabs in the current window (tabsposé)

Setup

http://caminobrowser.org/documentation/setup/

  • QT 7.6
  • F4M 2.2.1.11 or newer
  • Shockwave 11.0r470 or newer
  • Flash 10.0 or newer
  • PDFBP 2.3.1 or newer
  • Real 11 (need to check it out first)

Search

http://caminobrowser.org/documentation/search/

Keyboard Shortcuts

http://caminobrowser.org/documentation/shortcuts/

  • Delete as back is broken or not
  • Zoom and Text Size have switched; alternates plus toggle
  • Cmd-Ctrl-T for Tab Overview (Window)
  • Cmd-DownArrow for opening selected files in the Downloads window
  • Cmd-A to select all files in the Downloads window

General changes & FAQ

http://caminobrowser.org/documentation/faq/

  • Remove the Text Encoding FAQ (I think this is fixed on trunk)
  • Remove Norwegian FAQ (10.3 only)
  • Replace Talkback FAQ with a new Breakpad FAQ
  • Update tab theme docs for 24px tabs
  • Mention Recently closed pages somewhere
  • Mention content zoom somewhere (customizing?)

Migration

http://caminobrowser.org/documentation/firefox/
http://caminobrowser.org/documentation/safari/

  • Fx3 data formats for bookmarks (history?)
  • CamiNoScript
  • CookieThief 1.1 required

Bugzilla

http://caminobrowser.org/documentation/bugzilla/

  • look for "Mozilla caught an objc exception" in Console.log for nsObjCExceptionLogAbort crash stacks no longer fatal
  • Need to rewrite crash (and hang?) instructions for Breakpad