Confirmed users, Bureaucrats and Sysops emeriti
3,599
edits
(16 intermediate revisions by 10 users not shown) | |||
Line 57: | Line 57: | ||
=== Platform-specific Support Update === | === Platform-specific Support Update === | ||
* Final Windows 7 SDK came out on Friday, testing in progress | * Final Windows 7 SDK came out on Friday, testing in progress ({{bug|505504}}) | ||
* Windows 7 integration work continues | ** May require updating to vc9 ({{bug|416117}} and {{bug|508861}}) | ||
* Windows 7 integration work continues (see jumplists, taskbar previews in {{bug|474052}}) | |||
=== JS === | === JS === | ||
Line 79: | Line 80: | ||
*** {{bug|496923}} (unassigned): Integrate ECMAScript 5 conformance test suite | *** {{bug|496923}} (unassigned): Integrate ECMAScript 5 conformance test suite | ||
*** {{bug|509733}} (unassigned): ES5 chimera arguments object | *** {{bug|509733}} (unassigned): ES5 chimera arguments object | ||
* DWARF Call Frame Info | * DWARF Call Frame Info ({{bug|464750}}) | ||
** needed for breakpad stacks with -fomit-frame-pointer optimization | ** needed for breakpad stacks with -fomit-frame-pointer optimization | ||
** Linux dumper re-architect is landed in Google's SVN repository | ** Linux dumper re-architect is landed in Google's SVN repository | ||
Line 96: | Line 97: | ||
=== Tree Management === | === Tree Management === | ||
* Branching for mozilla-1.9.2 {{bug|504143}} | * Branching for mozilla-1.9.2 {{bug|504143}} | ||
** Planning to bring up all normal Firefox builds (linux, linux 64-bit, mac, win32) + l10n, maemo/winmo + l10n. WinCE to come with or shortly after {{bug|485109}}. Anything else? | ** Planning to bring up all normal Firefox builds (linux, linux 64-bit, mac, win32) + l10n, maemo/winmo + l10n. WinCE to come with or shortly after {{bug|485109}}. Anything else? | ||
** | ** Please do not check in to the new mozilla-1.9.2 repositories; we're still cloning mozilla-central and l10n repositories today or tomorrow. | ||
** When are we doing this? Before or after Mobile "go to build"? | ** When are we doing this? Before or after Mobile "go to build"? | ||
*** impact of possible Fennec respins | *** impact of possible Fennec respins | ||
*** No downtime is needed. | *** No downtime is needed. | ||
** Will show up on [http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox3.6 http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox3.6] | ** Will show up on [http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox3.6 http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox3.6] | ||
* Fun and games with colo outage Sunday; fast recovery | |||
* Now that tp4 rolled out in production, planning to: | * Now that tp4 rolled out in production, planning to: | ||
** turn off fast-talos machines {{bug|509744}} | ** turn off fast-talos machines {{bug|509744}} | ||
** stop running tp3 | ** stop running tp3 {{bug|509759}} | ||
* Last batch of new slaves added late last week; will monitor waittimes to see about adding more | * Last batch of new slaves added late last week; will monitor waittimes to see about adding more | ||
=== Roundtable === | === Roundtable === | ||
* WebGL update | |||
* breakpad-on-ARM owner? | |||
* Update on Code Coverage (timr) | * Update on Code Coverage (timr) | ||
** [http://people.mozilla.com/~mnandigama/codecoverage_html/ | ** Latest results: [http://people.mozilla.com/~mnandigama/codecoverage_html/ c/c++] and [http://people.mozilla.com/~mnandigama/jscoverage-report/jscoverage.html JS] | ||
** We had a good discussions with the Content and JS teams last week. Some issues we are looking into are: Specific files with surprisingly low coverage. How coverage for in-lined code is handled. Annotating the coverage results pages with info like: a file was recently re-designed and therefore previous bug data may no longer be valid. Setting up coverage on additional platforms. | |||
** We had a good discussions with the Content and JS teams last week. Some issues we are looking into | ** Also see the new [http://mkngama.blogspot.com/2009/08/code-coverage-results-study-faqs.html FAQ] and [[CodeCoverage/Firefly|new Code Cov one stop shopping wiki]] | ||
** Also see the new [http://mkngama.blogspot.com/2009/08/code-coverage-results-study-faqs.html FAQ] and [ | ** Other next steps: Identify with the Dev teams which files should be targeted for additional testing. Work with other teams like the Firefox team to understand how this info could be used. Feel free to contact Murali or myself if you want to dig into the data with us. | ||
** Other next steps: Identify with the Dev teams which files should be targeted for additional testing. Work with other teams like the Firefox team to understand how this info could be used. | * Content intern project progress | ||
* unittests on debug builds coming ({{bug|372581}}) | |||
** dbaron is planning to treat stuff that breaks unittests on debug builds as "orange", and thus deserve to have NS_ABORT_IF_FALSE summarily changed to NS_ASSERTION if it fires during our tests (and likewise NS_ASSERTIONs that fire during xpcshell tests changing to NS_WARNING) | |||
** we're having issues with extremely slow tests (mochitest-browser-chrome), and huge log files (~ 3.8 GB, mostly assertions) |