Platform/2014-02-25: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 98: Line 98:
<!-- {{readonly}} -->
<!-- {{readonly}} -->
===Firefox OS Devices/Porting (ericchou)===
===Firefox OS Devices/Porting (ericchou)===
<!-- Read only update this week? Uncomment the following line-->
{{readonly}}
<!-- {{readonly}} -->
 
* Gonk, porting and partner issues (Danny Liang, Shawn Ku, Vincent Liu, Viral Wang)
** Flatfish
*** Failed to backup /system by extract-files.sh ({{bug|974757}}, being reviewed)
*** Created a new repository for device/allwinner/flatfish on github ({{bug|958452}}, landed)
*** Added a manifest file to support Flatfish device ({{bug|960491}}, landed)
** Tarako
*** Unable to flash Tarako - stuck in fastboot trying to flash/send 'system' ({{bug|973046}}, WIP)
*** Video/Audio got stucks when playing some mpeg4 files ({{bug|974250}})
*** Sometimes typing keyboard continuously, the report of key events are not correct. ({{bug|972776}})
** Nexus 5
*** App uses front-facing camera crashes on Nexus-5 ({{bug|974919}}, investigated. This has been marked as a dup)
** RIL-related
*** Enhance GSM/UMTS Signal Strength on Emulator. ({{bug|970212}}, landed)
*** Preferred Network types for LTE ({{bug|973771}})
**** Discussed with RIL team. Gecko needs to deprecate code regarding ril.radio.preferredNetworkType, and gaia still has some work to do for preference.
 
* Media Playback (Blake Wu, Bruce Sun, Star Cheng)
** Video thumbnail generation rule and API discussion
*** We've reached an agreement to use createResizedImage() API for generating video thumbnail. ({{bug|942078}})
** Presented the design of PlatformDecoderModule for FirefoxOS to EPMs/PMs. ({{bug|941302}})
*** https://docs.google.com/file/d/0B-vpFpmbGj9lbnpfYVg4bHZwTm8/edit?pli=1
** Potential bad A/V sync because of not considering audio latency ({{bug|942988}}, patch is being reviewed)
** Color conversion between HAL_PIXEL_FORMAT_YCbCr_420_SP_VENUS and RGB565 ({{bug|961627}}, kk-porting blocker, r+)
*** Reverse engineering on VENUS color format transform was done, however our legal (Jishnu) suggested not to do reverse engineering.
*** Since QC has already had a solution, Michael Vines removed the dependency with the kk-porting meta bug so this was no longer a blocker.
** We should be able to handle the video if its display width and height are not the same as its data width and height. ({{bug|970774}}, Bruce gave some feedback)
 
* Bluetooth (Ben Tian, Eric Chou, Jamin Liu, Shawn Huang)
** WebBluetooth API discussion
*** The API we have discussed includes overall architecture design, power on/off, parameter setter/getter, discovering and pairing related API. We target to release our API and start to implement it on our local branch by the end of next week.
** AVRCP doesn't work right ({{bug|961984}}, kk-porting blocker, investigated and delegated to Gaia::Music)
** Implemented GATT Client API in gecko Bluetooth in order to support BT 4.0 (bluedroid only) ({{bug|933357}}, WIP)
** Modified test cases to map the interface change on emulator ({{bug|860698}}, WIP)
 
* Camera (Ben Tian)
** Bug fixing
*** Jpeg thumbnail size is too small. ({{bug|971531}}, 1.3T+, POVB)
*** Camera preview looks very noisy through viewfinder during photo composition ({{bug|972142}}, nominating as 1.3+)
 
* Stability (Alphan Chen)
** Implementation of about::service ({{bug|964636}})
*** Got feedback+ from reviewer and still worked on making the interface more generic.
** Study MTP (Media Transfer Protocol)
 
* Device Storage (Alan Huang)
** Implementation of SD card related API
*** "storageStatus" ({{bug|971615}}, landed)
*** "mount", "unmount" ({{bug|971612}}, WIP)


===Firefox OS Media Apps (hema)===
===Firefox OS Media Apps (hema)===

Revision as of 15:30, 25 February 2014


« previous week | index | next week »

Engineering Meeting Details

  • Tuesday 2014-02-25 - 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

Actions

Hot Bugs

(Important bugs for which we need to find owners or additional help. If known, please include suggested team or knowledge needed to advance the bug.)

Orange Factor
Stability
Other

The Need To Know

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

Notices/Schedule (lsblakk/bajaj)

Next Merge: July 8, 2024 Next Release: July 9, 2024
Trains
Central: 129 Aurora: 54 Beta: 128 Release: 127
?? bugs (?? bugs last week)
?? bugs (?? bugs last week)
Unresolved Aurora 54 Trackers (non-security, not tracked for Beta) Unresolved Beta 128 Trackers (non-security)

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.)

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.)

Accessibility (dbolter)

Add-on SDK (dtownsend)

App Tools (prouget)

B2G Services (dougt)

Developer Tools (robcee)

DOM (jst/overholt)

  • No update this week.

Firefox Desktop (gavin)

Firefox Metro (bbondy/jmathies/mbrubeck)

Firefox Mobile (mfinkle/blassey)

Firefox OS Communications (scravag)

Firefox OS Devices/Porting (ericchou)

<Read Only>

  • Gonk, porting and partner issues (Danny Liang, Shawn Ku, Vincent Liu, Viral Wang)
    • Flatfish
      • Failed to backup /system by extract-files.sh (bug 974757, being reviewed)
      • Created a new repository for device/allwinner/flatfish on github (bug 958452, landed)
      • Added a manifest file to support Flatfish device (bug 960491, landed)
    • Tarako
      • Unable to flash Tarako - stuck in fastboot trying to flash/send 'system' (bug 973046, WIP)
      • Video/Audio got stucks when playing some mpeg4 files (bug 974250)
      • Sometimes typing keyboard continuously, the report of key events are not correct. (bug 972776)
    • Nexus 5
      • App uses front-facing camera crashes on Nexus-5 (bug 974919, investigated. This has been marked as a dup)
    • RIL-related
      • Enhance GSM/UMTS Signal Strength on Emulator. (bug 970212, landed)
      • Preferred Network types for LTE (bug 973771)
        • Discussed with RIL team. Gecko needs to deprecate code regarding ril.radio.preferredNetworkType, and gaia still has some work to do for preference.
  • Media Playback (Blake Wu, Bruce Sun, Star Cheng)
    • Video thumbnail generation rule and API discussion
      • We've reached an agreement to use createResizedImage() API for generating video thumbnail. (bug 942078)
    • Presented the design of PlatformDecoderModule for FirefoxOS to EPMs/PMs. (bug 941302)
    • Potential bad A/V sync because of not considering audio latency (bug 942988, patch is being reviewed)
    • Color conversion between HAL_PIXEL_FORMAT_YCbCr_420_SP_VENUS and RGB565 (bug 961627, kk-porting blocker, r+)
      • Reverse engineering on VENUS color format transform was done, however our legal (Jishnu) suggested not to do reverse engineering.
      • Since QC has already had a solution, Michael Vines removed the dependency with the kk-porting meta bug so this was no longer a blocker.
    • We should be able to handle the video if its display width and height are not the same as its data width and height. (bug 970774, Bruce gave some feedback)
  • Bluetooth (Ben Tian, Eric Chou, Jamin Liu, Shawn Huang)
    • WebBluetooth API discussion
      • The API we have discussed includes overall architecture design, power on/off, parameter setter/getter, discovering and pairing related API. We target to release our API and start to implement it on our local branch by the end of next week.
    • AVRCP doesn't work right (bug 961984, kk-porting blocker, investigated and delegated to Gaia::Music)
    • Implemented GATT Client API in gecko Bluetooth in order to support BT 4.0 (bluedroid only) (bug 933357, WIP)
    • Modified test cases to map the interface change on emulator (bug 860698, WIP)
  • Camera (Ben Tian)
    • Bug fixing
      • Jpeg thumbnail size is too small. (bug 971531, 1.3T+, POVB)
      • Camera preview looks very noisy through viewfinder during photo composition (bug 972142, nominating as 1.3+)
  • Stability (Alphan Chen)
    • Implementation of about::service (bug 964636)
      • Got feedback+ from reviewer and still worked on making the interface more generic.
    • Study MTP (Media Transfer Protocol)
  • Device Storage (Alan Huang)
    • Implementation of SD card related API

Firefox OS Media Apps (hema)

Firefox OS Media Recording (cjku)

Firefox OS Performance (mlee)

Firefox OS Productivity (doliver)

Firefox OS Telephony/WIFI/NFC (kenhkchang)

<Read Only>

  • To fix 1.3 bugs,
    • bug 963054 - [fugu][DSDS] follow-up for radio control: radio of slot 2 is not on even there's a sim card
    • bug 960894 - Utilize one single RIL worker in DSDS
  • QC Blocker list,
    • bug 881174 - B2G CDMA: support conference (3-way) call.
    • bug 960865 - B2G RIL: support dun apn type.
    • bug 969218 - B2G RIL: using promise for telephony.dial() and dialEmergency()
    • bug 975813 - Support IPv6 in Network Manager
    • bug 900429 - (b2g-ril-cdma) Personalization state for CDMA.
    • bug 973771 - B2G RIL: Preferred Network types for LTE.
    • bug 881174 - B2G CDMA: support conference (3-way) call
    • bug 960865 - B2G RIL: support dun apn type
    • bug 973842 - support adding routes in secondary routing tables
    • bug 961571 - B2G RIL: support ims apn type
  • NFC,
    • bug 933588 - B2G NFC: Rewrite NFC Worker in C++.
    • bug 969254 - [Flame] Devices doesn't support NFC required nci hal library.

Firefox OS Systems - Front End (gwagner)

Firefox OS Systems - Platform (timdream)

<Read Only>

  • Tarako: (Steve) Working with Thinker et al on ringtone latency issue. It seems that Gaia workaround is not possible.
  • 3rd-party keyboard support (Rudy): Gecko issue resolved (bug 968991), feature to be enabled AFTER 1.4. A 1.4+ bug is caused by workaround removed in Messages app. Will communicate and get that focus management workaround back and worked out a focus management plan for Gecko/Gaia in 1.5.
  • Lock Screen (Greg): Emergency call as an app patch ready for review (will land on bubble-tea). Working on widget management and sync with TV discussion.
  • Built-in keyboard update (Tim, Rudy): Working on converting app pattern. Will land on master because the test app is not included in the production build. Jan will help and David will only be able to be consulted.
  • DSDS (EJ, Arthur): A 1.4+ feature landed (“always ask”). Waiting on [PVOB] dependency for bug 962380. Working on 1.4 committed features, bug 921391 and bug 975918 (call forwarding and voice mail.
  • Format SD card (Ian): Working on Gaia UI of SD card status and mount/unmount UI.
  • NFC (Greg): No update on Gaia. Small UI fixes landed on master.
  • Build script (Yuren, George): Working on shared script handling and copy to build_stage.
  • Window management (Alive): Working on opening new sheet for haida (will land on bubble-tea first), suspended app resuming. 1.4+ regression to be fixed.
  • System refactor (Alive, etc): Stage 1 bug WIP on bubble-tea.
  • Gecko Profiler GUI (Alive): added more features.
  • Settings (Fred, Arthur, Evan): AMD patches will land to bubble-tea temporary. 6 tests remaining to be done (Travis-CI timing issue), will be landed on master.
  • Gaia Audio Channel Service (Dominic, Alive): UX have produced the first draft, in discussion. Next: Prioritize the items in the planning phase of 1.5.
  • Music (Dominic): Fixing some 1.3 and 1.4 blockers.
  • Message/DSDS (Steve): Working on 1.4 required features. DSDS features is wrapping up.
  • Calendar (Evan): Fixing some top-10 bugs.
  • JS Marionette (Evan): Broke TPBL due to dependency issue, fixing.

GFX (milan)

  • focus for the graphics team for the next three weeks:
    • 942750 - no checkerboarding (likely includes enabling tiling)
    • 957323 - hardware composer fence on B2G 1.4
    • 854795 - image downsize on decode
    • KitKat support (Nexus 5 for now)

Identity (jedp)

JS (naveed)

Layout (jet/dbaron)

Media (mreavy)

  • The former Talkilla team now reports to mreavy, and the project has been renamed "Loop" (codename, NOT a product name)
  • Landed final support for B2G getUserMedia video (rotation (bug 970183) and front/back camera support (bug 898949))
  • If you're using a Mac with WebRTC in speakerphone mode and it echoes badly, try adding this pref: media.peerconnection.capture_delay: 50 (bug 974537)
  • Fixed "black screens on TokBox conferences" (one-way video was broken) bug 972097 and uplifted to aurora & beta
  • Continue to add more stuff to about:webrtc (only shows interesting stuff while the call is active)

Necko (dougt/jduell)

Performance (vladan)

No update this week

Seceng (mmc)

<Read Only>

  • Support for OCSP (bug 915931) and certificate error overrides (bug 975122) were added to insanity::pkix, the new certificate verification library replacing NSS's certificate verification. insanity::pkix for TLS is still pref'd-off (security.use_insanity_verification=false). It is expected to be enabled soon, after EV support (bug 921895) and OCSP caching (bug 915932) are added, and after more testing is done. If you don't care about your own HTTPS security and you play with this, please report any issues, particularly compatibility issues, in the "Core :: Security: PSM" component ASAP.
  • Signed packaged app installation, based on insanity::pkix, was uplifted to Aurora 29 (bug 896620). While it is unclear which release packaged app installation will officially get enabled for, with this you can already play Cut-the-Rope in Firefox 29 Aurora and Firefox 30 Nightly (tested on Windows):
    • Go to https://marketplace.firefox.com/app/cut-the-rope?src=search
    • Using Firefox Developer Tools, remove the disabled="" attribute and the "incompatible" class from the app install button (labeled "free"). This will enable the button.
    • Click the button.
    • You will be prompted to install the app. Approve the install.
    • You will get a system tray notification. Click "run the app" in the notification.
    • The app will start up full screen. Play the game for a while.
    • Exit the game.
    • "Show Desktop."
    • Observe that the "Cut the Rope" application shortcut is on the desktop.
    • Double-click the shortcut to start the game again.
    • Play the game some more.
    • Occasionally look up so it looks like you're paying attention to the rest of the updates in this meeting.

Shumway (mbx)

WebAPI (overholt)

Quality Programs

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

CritSmash (dbolter)

MemShrink (njn)

OrangeFactor (ryanvm)

Stability (kairo/bsmedberg)

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