Difference between revisions of "WebKit worklist"

From Second Life Wiki
Jump to navigation Jump to search
Line 11: Line 11:
* Patch QtWebKit to get the target string on a link. (Owner: Torch)
* Patch QtWebKit to get the target string on a link. (Owner: Torch)
* Why are scrollbars on OS X black? (Owner: Torch)
* Why are scrollbars on OS X black? (Owner: Torch)
* The cache is being written inside the application bundle on the Mac. The current mozilla implementation puts it in ~/Library/ Application Support/SecondLife/browser_profile (along with some other  mozilla-specific stuff), but a more appropriate place would probably be in a subdirectory of ~/Library/Caches/SecondLife.


Done:
Done:
Line 18: Line 17:
* Update readme's
* Update readme's
* switch to using stdint.h like in the chromium branch rather then ints defined by different libraries (moz, qt, etc).  Any objections?
* switch to using stdint.h like in the chromium branch rather then ints defined by different libraries (moz, qt, etc).  Any objections?
* The cache is being written inside the application bundle on the Mac. The current mozilla implementation puts it in ~/Library/ Application Support/SecondLife/browser_profile (along with some other  mozilla-specific stuff), but a more appropriate place would probably be in a subdirectory of ~/Library/Caches/SecondLife.

Revision as of 10:27, 2 January 2009

WebKit is an HTML rendering library. Linden Lab is working with Torch Mobile to integrate WebKit into Second Life.

Work items

Ad hoc punchlist for coordinating between Torch Mobile and Linden Lab

To Do:

  • Document some Flash strategies (Owner: Linden)
  • Write up some autotests to verify behavior (Owner: Torch 1/2 done)
  • CookieJar, The default Qt cookie jar does not work on all sites. A better cookie jar is needed. (Owner: Torch)
  • Patch QtWebKit to get the target string on a link. (Owner: Torch)
  • Why are scrollbars on OS X black? (Owner: Torch)

Done:

  • Win32 Binaries for QtWebKit
  • Windows readmes and assistance
  • Update readme's
  • switch to using stdint.h like in the chromium branch rather then ints defined by different libraries (moz, qt, etc). Any objections?
  • The cache is being written inside the application bundle on the Mac. The current mozilla implementation puts it in ~/Library/ Application Support/SecondLife/browser_profile (along with some other mozilla-specific stuff), but a more appropriate place would probably be in a subdirectory of ~/Library/Caches/SecondLife.