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

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


* Blockers (5, +4, http://tinyurl.com/dgbhmn)
* Blockers (0, -4, http://tinyurl.com/dgbhmn)
** {{bug|489038}} - Selecting and/or deleting tags in the Library causes Firefox 3.5b4pre to hog the CPU and become unresponsive (dietrich), has various patches to increase Library responsivness.
* Blockers Nominations (0, -1, http://tinyurl.com/qdglq2)
** {{bug|493538}} - Crash in [@ nsNavHistory::RecalculateFrecenciesInternal(mozIStorageStatement*, int)] (mak), found cause, patches on the way, needs review edilee
* Needs branch landing (0, -1, http://tinyurl.com/c4droh)
** {{bug|490035}} - "Script is busy" warning from places flush script on initial migration (mak), has patch for batch migration (make it really faster). Interrupt the thread work to allow UI updating could be hard though, helpwanted.
* Wanted3.5 (15, -18, http://tinyurl.com/cg78qy)
** {{bug|491719}} - Ctrl+H and Ctrl+Maj+H both display an empty history (ddahl), ready to land
* Wanted3.5 Nominations (3, NA changed, http://tinyurl.com/rajq4e)
** {{bug|491520}} - Tag autocomplete prevents changing the case of tags, when adding tags (mak), has new patch needs review/hints from gavin
* Possible Wontfix (51, +6, http://tinyurl.com/ajqgm7)
* Blockers Nominations (1, +1, http://tinyurl.com/qdglq2)
* Places bugs on m-c but not yet on 1.9.1 (34, -5, http://tinyurl.com/oxno27)
* Needs branch landing (1, +1, http://tinyurl.com/c4droh)
* Waiting for approval1.9.1 (2, -7, http://tinyurl.com/qbxnjy)
* Wanted3.5 (33, -1, http://tinyurl.com/cg78qy)
* Requiring tests (in-testsuite?) (86, +3, http://tinyurl.com/d3eqav)
* Wanted3.5 Nominations (#, # changed, http://tinyurl.com/rajq4e)
* Possible Wontfix (45, -1, http://tinyurl.com/ajqgm7)
* Places bugs on m-c but not yet on 1.9.1 (39, +8, http://tinyurl.com/oxno27)
* Waiting for approval1.9.1 (9, +5, http://tinyurl.com/qbxnjy)
* Requiring tests (in-testsuite?) (83, +1, http://tinyurl.com/d3eqav)


* Bug Triage (1408, +8 change), http://tinyurl.com/a3j9p6)
* Bug Triage (1423, +15 change), http://tinyurl.com/a3j9p6)
[[Image:Places-Triage-Chart-June-01-2009.png]]
[[Image:Places-Triage-Chart-June-01-2009.png]]


Line 37: Line 32:


* sdwilsh
* sdwilsh
** {{bug|455555}} - async location bar queries (just got more complicated [READ: threadsafety issues with stuff we use].  ETA unknown, but will update dependency tree)
** {{bug|483980}} - Allow history/bookmark observer components to register with a startup category (ready to land!)


* mak
* mak
Line 49: Line 44:


* adw
* adw
** bookmarks initialization is not fault tolerant {{bug|478912}} - Posted another new WIP with a new approach.  Next: tests.
** Bookmarks initialization is not fault tolerant {{bug|478912}} - First-pass review by Marco, need to address his comments.
** clear recent history/privacy blockers
** Async query containers {{bug|490714}}
*** CRH deletes places, not visits {{bug|491883}} awaiting Johnathan's review.  Patches are really simple.
*** Been working on this, will post new WIP.
*** Places toolkit {{bug|491983}} (removeVisitsByTimeframe) landed on trunk.  Awaiting Dietrich's review of 1.9.1 patch.
*** Will blog about it, include a tryserver build so people can try it out.
*** selected option in privacy pref pane not sticky blocker {{bug|490199}} - Landed on trunk and branch.  (Follow-up {{bug|493527}} nominated for blocking3.5...)
*** Need to file a Storage bug about locale-aware SQL collation.
** clear recent history dialog polish - requesting review or approval1.9.1
*** listbox has unnecessary scrollbar {{bug|489958}} awaiting Johnathan's review.
*** ampersand usage {{bug|490649}}
*** persist details expansion {{bug|491638}}
*** dialog too wide {{bug|490655}}
*** focus ring issue on Pinstripe {{bug|489700}}


* ddahl
* ddahl
** {{bug|491719}} blocker - French Localization uncovered SQL binding issue: Patch up, needs tiny tweak, one final test where I alter the build's locale file. Then check-in. Branch patch will differ by one colon char (i think)
** {{bug|492379}} Downgrade script nearly finshed, needs more attention!
** {{bug|492379}} Good start on downgrade script for nightly users. I hope to be back on this (and finish) tomorrow.
** Worked with Alice on setting up generated places sqlite dbs - ran into a snag with the Python build on the server.
** Working with Vlad on "startup timeline" {{bug|480735}} timing all startup code to improve ts.
** Linux Firefox icon - may have to drop all for this (for a short burst) as the window for this patch is short - according to faaborg. {{bug|495250}}
 


* dietrich
* dietrich

Latest revision as of 16:03, 1 June 2009

« previous week | index | next week »

Places Team Meeting Details

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

Work Priorities

Places-Triage-Chart-June-01-2009.png

QA Issues

  • Tracy
    • will get on track with verifying fixes as they land (next nightly)
    • focus will remain on 1.9.1 branch 'til final release.

Status updates

  • sdwilsh
    • bug 483980 - Allow history/bookmark observer components to register with a startup category (ready to land!)
  • mak
    • working on blockers (see above for status)
    • done reviews
    • bug 483980 - Allow history/bookmark observer components to register with a startup category. Looking into this, fixed leaks and a possible Places bug.
    • bug 493538 - Crash in [@ nsNavHistory::RecalculateFrecenciesInternal(mozIStorageStatement*, int)]. Most likely blocker.
    • bug 392193 - first run migration / import from ie, opera and safari browser can be slow, migration should use "run in batch". Landed with awesome numbers.
    • bug 488966 - Add a last_visit_date column with an index to moz_places. Need to prepare unbitrot patch for 1.9.1.


  • adw
    • Bookmarks initialization is not fault tolerant bug 478912 - First-pass review by Marco, need to address his comments.
    • Async query containers bug 490714
      • Been working on this, will post new WIP.
      • Will blog about it, include a tryserver build so people can try it out.
      • Need to file a Storage bug about locale-aware SQL collation.
  • ddahl
    • bug 492379 Downgrade script nearly finshed, needs more attention!
    • Worked with Alice on setting up generated places sqlite dbs - ran into a snag with the Python build on the server.
    • Working with Vlad on "startup timeline" bug 480735 timing all startup code to improve ts.
    • Linux Firefox icon - may have to drop all for this (for a short burst) as the window for this patch is short - according to faaborg. bug 495250


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