Places/Status Meetings/2009-06-29: Difference between revisions
< Places | Status Meetings
Jump to navigation
Jump to search
(Created page with '<small>« previous week | index | next week »</small> '''Places...') |
|||
(10 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
<small>[[Places/Status_Meetings/2009-06- | <small>[[Places/Status_Meetings/2009-06-8|« previous week]] | [[Places/Status_Meetings|index]] | [[Places/Status_Meetings/2009-07-06|next week »]]</small> | ||
'''Places Team Meeting Details''' | '''Places Team Meeting Details''' | ||
Line 10: | Line 10: | ||
== Work Priorities == | == Work Priorities == | ||
* | * TSnap bugs (55, http://is.gd/1isPz) | ||
* | * TSnap fixed (18, http://is.gd/1isOe) | ||
* | * Requiring tests (in-testsuite?) (84, -3, http://tinyurl.com/d3eqav) | ||
* | |||
* | * Blocking 3.5.0.x (0, -, http://is.gd/1ivgs) | ||
* 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 Noms (0, 0, http://is.gd/1ivcd) | |||
* Needs 3.5.0.x approval (0, 0, http://is.gd/1ivFH) | |||
<!-- fixed1.9.1.1 doesn't exist yet | |||
* Needs 3.5.0.x landing (0, 0, OLDURL:http://tinyurl.com/c4droh) | |||
--> | |||
* Trunk delta from branch (64, 30, http://tinyurl.com/oxno27) | |||
* Possible Wontfix (53, +2, http://tinyurl.com/ajqgm7) | * Possible Wontfix (53, +2, http://tinyurl.com/ajqgm7) | ||
* Bug Triage ( | * Bug Triage (1380, -49 change), http://tinyurl.com/a3j9p6) | ||
[[Image:Chart.png]] | [[Image:Chart.png]] | ||
Line 26: | Line 31: | ||
* Tracy | * Tracy | ||
** | ** keeping up with 3.5rc churn | ||
** recent test days have about produced about 35 BFT level litmus results to triage. | |||
== Status updates == | == Status updates == | ||
* sdwilsh | * sdwilsh | ||
** {{bug|483980}} - Allow history/bookmark observer components to register with a startup category ( | ** {{bug|483980}} - Allow history/bookmark observer components to register with a startup category (help wanted) | ||
* mak | * mak | ||
** | ** working on TSnappiness bugs | ||
* 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 | ||
*** [http://blog.mozilla.com/adw/2009/06/08/going-places-quickly/ Blogged] about it a few weeks ago. | |||
** | ** 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. | ||
** Working with Vlad on "startup timeline" {{bug|480735}} timing all startup code to improve ts. | |||
** Working with Vlad on "startup timeline" {{bug|480735}} timing all startup code to improve ts | ** 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 |
Latest revision as of 00:02, 30 June 2009
« previous week | index | next week »
Places Team Meeting Details
- Mondays at 9:00am Pacific
- irc.mozilla.org #places
Work Priorities
- TSnap bugs (55, http://is.gd/1isPz)
- TSnap fixed (18, http://is.gd/1isOe)
- Requiring tests (in-testsuite?) (84, -3, http://tinyurl.com/d3eqav)
- Blocking 3.5.0.x (0, -, http://is.gd/1ivgs)
- 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 Noms (0, 0, http://is.gd/1ivcd)
- Needs 3.5.0.x approval (0, 0, http://is.gd/1ivFH)
- Trunk delta from branch (64, 30, http://tinyurl.com/oxno27)
- Possible Wontfix (53, +2, http://tinyurl.com/ajqgm7)
- Bug Triage (1380, -49 change), http://tinyurl.com/a3j9p6)
QA Issues
- Tracy
- keeping up with 3.5rc churn
- recent test days have about produced about 35 BFT level litmus results to triage.
Status updates
- sdwilsh
- bug 483980 - Allow history/bookmark observer components to register with a startup category (help wanted)
- mak
- working on TSnappiness bugs
- adw
- 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
- Blogged about it a few weeks ago.
- Jetpack simple storage stuff: bug 499871 and bug 499872
- Met with 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.
- Async query containers bug 490714
- ddahl
- memory tests/ talos code on Windows - testing all browsers, implementation is done. need to capture environment and blog about it.
- Working with Vlad on "startup timeline" bug 480735 timing all startup code to improve ts.
- 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
- Firefox:FrontEndPerformance
- reviews, blockers, etc.
Documentation
- Bugs with dev-doc-needed (http://is.gd/iVWS)
- 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.
- Bookmarks (dietrich, not started)
- Annotations (sdwilsh, not started)
- Documentation non-existent:
- dynamic containers (MaK77)
- will do as soon as they are working properly
- dynamic containers (MaK77)
- WMO
- Places:Live_Bookmarks (decide on owner)
- need documentation on how to write SQL queries against the places back-end, for core developers (Places/Places_SQL_queries_best_practices)
- Invariants and triggers (sdwilsh)
- Needs porting from WMO to MDC:
- Places:Transactions (decide on owner)
Roundtable
- A Places (or non-Places-specific that we use for Places...) dashboard that shows live changes, bugzilla queries, graphs would be nice to have
- bug 489173 Issue with size of places.sqlite and Google Toolbar