Places/Status Meetings/2009-07-06: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with '<small>« previous week | index | next week »</small> '''Places...')
 
 
(5 intermediate revisions by 3 users not shown)
Line 10: Line 10:
== Work Priorities ==
== Work Priorities ==


* TSnap bugs (55, http://is.gd/1isPz)
* TSnap bugs (56, +1, http://is.gd/1isPz)
* TSnap fixed (18, http://is.gd/1isOe)
* TSnap fixed (18, 0, http://is.gd/1isOe)
* Requiring tests (in-testsuite?) (84, -3, http://tinyurl.com/d3eqav)
* Requiring tests (in-testsuite?) (84, 0, http://tinyurl.com/d3eqav)


* Blocking 3.5.0.x (0, -, http://is.gd/1ivgs)
* Blocking 3.5.0.x (0, -, http://is.gd/1ivgs)
* Blocking 3.5.0.x Noms (0, -, http://is.gd/1ivhd)
* Blocking 3.5.0.x Noms (0, -, http://is.gd/1ivhd)
* Wanted 3.5.0.x (0, 0, http://is.gd/1ivdV)
* Wanted 3.5.0.x (2, 0, http://is.gd/1ivdV)
* Wanted 3.5.0.x Noms (0, 0, http://is.gd/1ivcd)
* Wanted 3.5.0.x Noms (9, 0, http://is.gd/1ivcd)
* Needs 3.5.0.x approval (0, 0, http://is.gd/1ivFH)
* Needs 3.5.0.x approval (0, 0, http://is.gd/1ivFH)
<!-- fixed1.9.1.1 doesn't exist yet
<!-- fixed1.9.1.1 doesn't exist yet
* Needs 3.5.0.x landing (0, 0, OLDURL:http://tinyurl.com/c4droh)
* Needs 3.5.0.x landing (0, 0, OLDURL:http://tinyurl.com/c4droh)
-->
-->
* Trunk delta from branch (64, 30, http://tinyurl.com/oxno27)
* Trunk delta from branch (67, +3, http://tinyurl.com/oxno27)
* Possible Wontfix (53, +2, http://tinyurl.com/ajqgm7)
* Possible Wontfix (72, +19, http://tinyurl.com/ajqgm7)


* Bug Triage (1380, -49 change), http://tinyurl.com/a3j9p6)
* Bug Triage (1390, +10, http://tinyurl.com/a3j9p6)
[[Image:Chart.png]]
[[Image:Places-Triage-Chart-July-6-2009.png]]


== QA Issues ==
== QA Issues ==
Line 33: Line 33:


* sdwilsh
* sdwilsh
** {{bug|455555}} - Use asynchronous queries for places autocomplete (reviewable patch end of the day likely)
** {{bug|483980}} - Allow history/bookmark observer components to register with a startup category (help wanted)
** {{bug|483980}} - Allow history/bookmark observer components to register with a startup category (help wanted)


Line 43: Line 44:
* adw
* adw
** Async query containers {{bug|490714}}
** Async query containers {{bug|490714}}
*** Working on pushing sorting down to SQL:  {{bug|499990}} - adding locale-aware collation to Storage (patches up, working with sdwilsh) and {{bug|499985}} - the Places portion, using the new collation
*** Working on pushing sorting down to SQL:  {{bug|499990}} - adding locale-aware collation to Storage is pretty much done.  This week: {{bug|499985}} - the Places portion, using the new collation.
*** [http://blog.mozilla.com/adw/2009/06/08/going-places-quickly/ Blogged] about it a few weeks ago.
** Jetpack simple storage stuff: {{bug|499871}}
** Jetpack simple storage stuff: {{bug|499871}} and {{bug|499872}}
** Met with [http://surfmind.com/ andyed] over the weekend.  He's really interested in Places stats from a cognitive psychology and HCI perspective, e.g., how do people use tags and folders?  How is a user's session related to tabs and can we leverage that information to make a better experience?  He's been keeping track of his analyses at [[Places/Stats]].


* ddahl
* ddahl
** memory tests/ talos code on Windows - testing all browsers, implementation is done. need to capture environment and blog about it.
** Spent most of the week implementing JEP 17: {{bug|501259}} - (I thought it would take a day)
** Working with Vlad on "startup timeline" {{bug|480735}} timing all startup code to improve ts.
** More tweaks to {{bug|480430}} places db generation. Alice is starting to automate it now. One more tweak this week for the "timestamp" update
** Further work on {{bug|480430}} places db generation. Alice is starting to automate it now. w00t!
** Opened {{bug|500474}} to play with an experimental schema in Places. Should be attaching some code this week. Designing the schema using Django.db: https://wiki.mozilla.org/Firefox/Sprints/ExperimentalPlacesSchema


* dietrich
* dietrich
Line 86: Line 83:


* {{bug|489173}} Issue with size of places.sqlite and Google Toolbar
* {{bug|489173}} Issue with size of places.sqlite and Google Toolbar
* https://wiki.mozilla.org/Places:Plan needs to be updated and get better to show our roadmap.

Latest revision as of 16:07, 6 July 2009

« previous week | index | next week »

Places Team Meeting Details

  • Mondays at 9:00am Pacific
  • irc.mozilla.org #places

Work Priorities

Places-Triage-Chart-July-6-2009.png

QA Issues

Status updates

  • sdwilsh
    • bug 455555 - Use asynchronous queries for places autocomplete (reviewable patch end of the day likely)
    • bug 483980 - Allow history/bookmark observer components to register with a startup category (help wanted)
  • mak
    • bug 500391: some Tsnappiness fixes here: get tags with subquery when searching for searchTerms, get parent with bookmarks queries, avoid getChild() XPCOM costs when rebuilding Places trees sections. Needs cleanup.
    • bug 457708: unbitrotted, added a test to check if we can use dynamic containers with async queries. should be ready for review soon, then will be possible to port livemarks to it (bitrotted patch available).
    • lazy working on Migration component JS porting in spare time.
    • Will be away 11-26 Jul
  • adw
    • Async query containers bug 490714
      • Working on pushing sorting down to SQL: bug 499990 - adding locale-aware collation to Storage is pretty much done. This week: bug 499985 - the Places portion, using the new collation.
    • Jetpack simple storage stuff: bug 499871
  • ddahl
    • Spent most of the week implementing JEP 17: bug 501259 - (I thought it would take a day)
    • More tweaks to bug 480430 places db generation. Alice is starting to automate it now. One more tweak this week for the "timestamp" update

Documentation

  • MDC
    • the migration guide needs history api and dynamic container examples. (dietrich)
    • the design documents linked from MDC need to be written. can probably cull from the old design overview docs.
    • Documentation non-existent:
      • dynamic containers (MaK77)
        • will do as soon as they are working properly

Roundtable

  • bug 489173 Issue with size of places.sqlite and Google Toolbar