Platform/2014-07-22

From MozillaWiki
Jump to navigation Jump to search


« previous week | index | next week »

Engineering Meeting Details

  • Tuesday 2014-07-22 - 11:00 am Pacific Standard Time
  • Dial-in: Audio-only conference# 98411
    • People with Mozilla phones or softphones please dial x4000 Conf# 98411
    • US/Toll-free: +1 800 707 2533, (pin 4000) Conf# 98411
    • US/California/Mountain View: +1 650 903 0800, x4000 Conf# 98411
    • US/California/San Francisco: +1 415 762 5700, x4000 Conf# 98411
    • US/Oregon/Portland: +1 971 544 8000, x4000 Conf# 98411
    • CA/British Columbia/Vancouver: +1 778 785 1540, x4000 Conf# 98411
    • CA/Ontario/Toronto: +1 416 848 3114, x4000 Conf# 98411
    • UK/London: +44 (0)207 855 3000, x4000 Conf# 98411
    • FR/Paris: +33 1 84 88 37 37, x4000 Conf# 98411
    • Gmail Chat (requires Flash and the Google Talk plugin): paste +1 650 903 0800 into the Gmail Chat box that doesn't look like it accepts phone numbers
    • SkypeOut is free if you use the 800 number
  • Engineering Vidyo Room / Air Mozilla / MTV Warp Core / TOR Finch / SFO Warfield / PDX Hair of the Dog
  • join irc.mozilla.org #planning for back channel

Need To Know

(Release and system issues that may impact engineering this week.)

Notices/Schedule (lsblakk/sylvestre)

Next Merge: July 8, 2024 Next Release: July 9, 2024
Trains
Central: 129 Aurora: 54 Beta: 128 Release: 127


Build Changes (gps)

(Build changes of which engineers should be aware.)

RelEng (catlee)

(Repo, test, and other information for engineers from the release engineering team.)

Upcoming Outages/Upgrades

(System outages/upgrades and tree closures that impact engineering.)

Quality Programs

(An opportunity to hear about status with the various quality programs that do not have a formal team structure.)

OrangeFactor (ryanvm)

CritSmash (dbolter)

MemShrink (njn)

  • Jan de Mooij enabled optimized Latin1 strings in the JS engine. This saves over 4 MiB when starting Firefox and loading Gmail using a Latin1 locale. (And it's still a win on non-Latin1 locales and pages because they still use lots of Latin1 strings, identifiers, etc, and Firefox's own JS code is still written mostly in Latin1.) This also speeds up some string-intensive operations such as some regexp operations.
  • (BTW, this change is also a textbook example of how to break up a large change into lots of small, manageable pieces, which leads to faster reviews, clearer progress, and easier bisection of introduced defects. See the tracking bug for details.)
  • Lots of B2G 2.0 memory usage regressions have been getting fixed recently (e.g. here and here) involving too many people to list individually. Great stuff.

Stability (kairo/bsmedberg)

Team Stand-ups

(In <2 mins, what did your team accomplish last week, on what is your team working on this week, and on what, if anything, is your team blocked? No questions during the stand-ups. All questions should be asked during the roundtable.)

A-Team (jgriffin)

mochitest-browser-chrome --run-by-dir, bug 992911

  • 14 test bugs need to be fixed before we can land this:
    • bug 525284 - browser_bug400731.js is fragile, not always passing
    • bug 947574 - Intermittent browser_426329.js | This test exceeded the timeout threshold. It should be rewritten or split up
    • bug 963075 - browser_pdfjs_[main|views].js leaks until shutdown when run as a standalone directory
    • bug 1001820 - browser_uitour.js fails on linux 32+64 while running as a standalone directory
    • bug 1002439 - browser_bug248970.js is almost perma fail when run by directory on osx opt
    • bug 1017187 - browser_yahoo_behavior.js leaks until shutdown when running components/search directory by itself
    • bug 1026310 - Intermittent browser_UITour_panel_close_annotation.js | Timeout waiting for invisibility: Tooltip should have disappeared when the subview opened
    • bug 1041527 - (has a patch already) - browser_tabview_*_perwindowpb.js
    • bug 1041537 - browser_Browser.js fails quite frequently on linux and windows debug runs when running the fuel/test/ directory by itself
    • bug 1041544 - browser_certViewer.js leaks until shutdown when run as a directory instead of a full suite
    • bug 1041549 - browser_overflow_anchor.js leaks windows when run as a subdirectory instead of a full suite
    • bug 1041569 - browser_windowRestore_perwindowpb.js leaks until shutdown when run as a directory instead of a full suite
    • bug 1041583 - browser_bug627234_perwindowpb.js leaked 2 windows until shutdown while running as a subdir instead of a full suite
    • bug 1041594 - browser_mozAudioChannel_muted.js crashes when run as a directory instead of a full suite

Accessibility (dbolter)

App Tools (prouget)

B2G Services (dougt)

Cloud Services (mmayo)

Developer Tools (robcee)

DOM (jst/overholt)

Electrolysis (e10s) (blassey)

Some highlights:

Firefox Desktop (gavin)

Firefox Mobile (mfinkle/blassey)

Firefox OS Communications (scravag)

Firefox OS Connectivity (vchang)

https://wiki.mozilla.org/TPE_CONNECTIVITY_GROUP/2014-07-22

Firefox OS Devices/Porting (ericchou)

Firefox OS Media Recording(pchang)

Firefox OS Media (slee)

Firefox OS Media Apps (hema)

Firefox OS Performance (mlee)

Firefox OS Productivity (doliver)

Firefox OS RIL (htsai)

<Read Only>

Work In Progress

  • bug 1038176 - SMS app launch latency regressed in v2.0 2.0+
    • Work with Gaia on profiling
  • bug 843452 - B2G RIL: use ipdl as IPC in MozMobileConnection. feature-b2g:2.1
  • bug 935843 - B2G RIL: Parse EF_IMG from SIM feature-b2g:2.1
  • bug 1031193 - [B2G][GAIA] API compatibility to unify both sendMMI() and dial() feature-b2g:2.1
    • API proposed
  • bug 1032858 - Add support for RIL_REQUEST_GET_CELL_INFO_LIST to expose neighboring cell data
  • bug 1036851 - Add 'ready' event to telephony to signal the completion of initialization
  • bug 977474 - [B2G] [NetworkCommandOptions] Combine the prefixLength, prefix and maskLength into one
  • bug 1038606 - implement a nsITelephonyService for Simulator

Landings From the Past Week

  • bug 1031640 - B2G RIL: incorrect STK TR for handling SEND_SS/SEND_USSD/SEND_SHORT_MESSAGE/SEND_DTMF in ril_worker.js.
  • bug 1033142 - B2G RIL: add support for mvno type 'gid' in matchMvno() function
  • bug 1022490 - [dolphin][perf] improve the performance of exporting Contacts to USIM card (china unicom) 1.4+
  • bug 1029721 - CDMA call waiting call is not logged in call history 2.0+

Firefox OS Systems - Front End (gwagner)

Firefox OS Systems - Platform (timdream)

GFX (milan)

JS (naveed)

Layout (jet/dbaron)

Media (mreavy)

Necko (dougt/jduell)

Performance (vladan)

Seceng (grobinson)

<Read Only>

  • bug 985252 - Sandboxing is now enabled for GMP processes on Windows. Next step is to ratchet down permissions, so that the sandbox is more effective.

Shumway (tschneidereit)

WebAPI (overholt)

Roundtable

(Comments and questions that arise during the course of the meeting or otherwise do not have a section.)

<Read only beyond this point>

Friends of the Tree

Mailing List Threads

(Threads that are likely to be of interest to engineering from various mailing lists.)

Good Reads

(Links to blog posts, books, videos, etc. that you think will be of interest to others.)

irc #planning Log From This Meeting