SeaMonkey/StatusMeetings/2014-02-04

From MozillaWiki
Jump to: navigation, search

« last meeting | index | next meeting »

SeaMonkey Meeting Details

Agenda

  • Who's taking minutes? -> Ratty
  • Nominees for Friends of the Fish Tank:
    • Callek for fixing the L10n and other issues with our beta builds.

Action Items

(who needs to do what that hasn't been recorded in a bug) We should assign people to the open items.

NEW

OPEN

CLOSED

  • Decide about what RSS feed readers to add in bug 943318; suggestions by mcsmurf: Add AOL Reader and Feedly Assigned: IanN.
    • Added Feedly, AOL Reader and Digg as new web-based feed handlers.

Status of the SeaMonkey Buildbot Master and Tree

  • Python has been updated on all buildboxen!
  • We are perma-orange on comm-central, comm-aurora and comm-beta due to problems with tests
    • Windows en-US builds are being successfully compiled but tests are not working due to a dependency on python 2.7.3.
    • bug 908090 ImportError: No module named json, on SeaMonkey Linux/Windows (all) test runs, due to (still) using Python 2.5. We do have python 2.7 installed but our build system is picking up python 2.5 instead.
      • ewong's patch is waiting for review. It was manually patched on the master; but, was reverted and the buildmaster was reconfigured and so the changes are gone. Need to have the patch pushed officially in order for this bug to be fixed.
    • pymake is failing with "invalid syntax" again because of an outdated Python.
    • Priority on fixing this and l10n repacks after 2.24 release.(No ETA yet)
    • bug 943740 is tracking the progress (or lack of one) in building trunk and aurora on Linux & Mac from the downloading user's POV. (Windows nightlies are still appearing on schedule — or were until a day or two ago.)
  • No langpacks since 29th August on trunk. Needs investigating.
    • Windows and Mac trunk langpacks directories have been removed on the FTP server, maybe for lack of recent XPIs (later than 2.20a1). Latest Linux langpacks are dated 29 August. Callek told Tonymec on IRC he has a hunch about why but more pressing things to do first.
    • In Bug 902876 Comment 12 Mcsmurf is waiting for feedback from the build team on how to proceed.
    • Trunk, Aurora and Beta TBPLs are far more orange (or even red) than green; at the top of Aurora and Beta TBPLs there is a link to mozilla.org::ServerOps:DCOps bug 870207 which is RESOLVED WONTFIX since June. SeaMonkey::RelEng bug 884454 has been opened as a followup.
  • Buildmaster is up and running.
    • Callek is hand-approving requests for CLOSED TREE landings at the moment.
    • Due to the master having some mysql issues, Callek has put a halt on the mysql updates, which affects the tbpl. So nothing is showing in tbpl atm.
  • comm-* will be building out of mozilla-* eventually (bug 648979 etc.). Jcrammer is working on this.

Fixed Stuff Since Last Meeting

  • bug 740633 set up seamonkey HPs in scl3. Hardware installed and iLO configured. CentOS 6.3 installed.
    • sea-hp-linux64-13.community.scl3.mozilla.com is alive. 12 new machines are up.

Release Train

  • SeaMonkey 2.24 beta 1 was released February 3.
  • SeaMonkey 2.24 is scheduled for February 5.
  • Useful Firefox Release Schedule link: Releases Scheduling

Extensions and Plugins Compatibility Tracking

  • See Basics page. Please only list current changes here.
  • Addon Compatibility Listings
  • Ratty filed bug 957149 to push an updated version of DOMi to addons.mozilla.org to pick up the latest fixes. Depends on:
    • bug 798174 (DOMi2.0.15) DOM Inspector 2.0.15.
    • Mcsmurf will CC :crusell and ask him how he did the releases.
  • Lightning and addons.mozilla.org:
    • We should point out in release notes that users needs to install the Lightning beta versions for the SeaMonkey releases (as Lightning follows Thunderbird 17.0.x release schedule)
    • Problem: Linking to https://addons.mozilla.org/en-US/seamonkey/addon/lightning/versions/ will provide users with versions that do not put them on the addons beta update channel; also linking to a specific version would need updating with every release
    • Linking to https://addons.mozilla.org/en-US/seamonkey/addon/lightning/#beta-channel does not jump to the correct page position as addons.mozilla.org loads the user comments for the addon after pageload. So it first moves to the correct position (page anchor) and after that it loads the user comments
    • Ratty suggests setting up a landing page on http://www.seamonkey-project.org that points to the correct lightning version for each SM release.
  • Our build team needs to automate DOMI branch selection rather than having to tweak the client.py every 6 weeks. bug 763506

2.x (Last, Current, Next)

  • [From a previous meeting:] There is a problem with the metrics server, so no current data is available
  • See Basics page for the usual reminders.

2.23

open tracking (0) tracking requests (0) targeted (0) fixed (14)

2.Next

  • Current breakages:
  • Mozilla-central bugs that affect us:
    • Note: Please file bugs if you notice any landing on mozilla-central that might break us. Please don't depend on Ratty noticing such landings.
    • bug 805374 Remove Character Encoding menu entries that are not in the Encoding Standard. Tracked in:
      • bug 943732 Port the new Character Encoding menu to SeaMonkey.
    • Our front end Sync UI needs to be updated as the old backend is going away in Gecko/Firefox 31. See: New Firefox Sync has landed in Firefox Nightly.
    • A lot of these bugs are due to mozilla-central switching from synchronous APIs to Asynchronous APIs.
    • bug 831208 (asyncContentPrefsUse) Refactor asyncContentPrefs consumers to use the async API. Tracked in:
      • bug 909093 Update SeaMonkey to use nsIContentPrefService2. Mcsmurf and Neil@parkway are currently working on this.
    • bug 566746 (asyncFormHistory) Form history should use asynchronous storage API. Tracked in:
      • bug 912031 Use Asynchronous FormHistory.jsm in place of nsIFormHistory2 in Suite.
    • bug 769764 move proxy resolution to separate thread and remove sync api. Tracked in:
      • MailNews bug 791645 Rewrite calls to synchronous nsIProtocolProxyService::DeprecatedBlockingResolve with Async code before DeprecatedBlockingResolve disappears as well.
    • bug 793634 Force builds to be compatible with gtk 2.18/glib 2.22. Tracked in:
    • bug 795144 default --disable-gnomeui icon theme support
      • porting bug needed for the two configure.in changesets? Changes could be folded into bug 794772 above. *** IanN and Ewong are looking into this..
    • bug 627699 Port GTK2 to GTK3. Tracked in:
      • bug 882036 Port GTK2 to GTK3 - SeaMonkey Part.
      • A Red Hat person seems to be working on the GTK3 integration.
    • bug 846635 Use asynchronous getCharsetForURI in getShortcutOrURI. bug 834543 Add asynchronous version of setCharsetForURI and getCharsetForURI. Tracked in:
      • bug 896947 Use asynchronous version of setCharsetForURI and getCharsetForURI in getShortcutOrURI and other places.
    • bug 825588 Asynchronous JavaScript API for downloads and bug 851471 Decommission nsIDownloadManager. Tracked in:
      • bug 888915 Move SeaMonkey to the new JavaScript API for downloads when nsIDownloadManager is decommissioned.

Feature List, Planning

Bug statistics for the last two (full) weeks: 18 new, 8 fixed, 11 triaged.

  • Medium triaging effort.

Open reviews/flags: 30 review 7 super-review 4 ui-review 7 feedback

Roundtable - Personal Status Updates

Status Updates from developers - what are you working on, what's the progress, any other comments? (feel free to add yourself to the list if your name is missing and you have interesting status).

Aqualon

Callek

ewong

  • Checkin-needed:(waiting for tree to be opened.)
    • bug 665708 - Gopher links show "Launch Application" in SeaMonkey 2.1
    • bug 904338 - Empty port line when create a Blogs & Newsfeeds account
    • bug 957895 - Bug 633937 added unnecessary three strings to messages.properties. Remove them.
    • bug 958128 - Jumplists stop updating when PC is idle
  • Review:
    • bug 840427 - Migrate SeaMonkey builders to using mock
    • bug 853720 - After bug 827446, SeaMonkey doesn't know mozcrash.
    • bug 908090 - ImportError: No module named json, on SeaMonkey Linux/Windows (all) test runs, due to (still) using Python 2.5
    • bug 922076 - Switch tests to using moz.build and manifests
    • bug 934492 - Adjust the languages preference pane to take into account Bug 910192 which removes intl.charset.default and deduces the fallback from the locale
    • bug 938673 - Add context menu to status bar padlock icon
    • bug 949884 - disable pulseaudio in SeaMonkey
    • bug 956007 - Remove front end for removed x-user-def font preferences
  • Working On:
    • bug 110904 - attach signature fails silently on bad paths
    • bug 507676 - Port |Bug 435804 - Remaining rdf cleanup for FilterListDialog| to SeaMonkey
    • bug 837649 - [Tracking Bug] Stop OSX 10.5 support for SeaMonkey project
    • bug 837650 - Stop support for OSX 10.5 in suite/ tree
    • bug 863747 - Add option to disable Location bar history
    • bug 864291 - Remove "Personas" from UI and Help
    • bug 918474 - Default Search dropdown doesn't get refreshed after adding new search engine
    • bug 928632 - When the birth year is empty, SeaMonkey puts 1900 and in English language

IanN

  • Some testing, reviewing and commenting.
  • Fixed:
    • bug 943318 Remove Google as a content handler for feeds, because Reader and iGoogle are being discontinued
  • Pending check in:
  • Checked in pending review:
  • Waiting for feedback/review:
    • bug 837408 Add en-GB locale to gaia
    • bug 943335 [TB] Update icons used in searchplugins (Yahoo, eBay, Wikipedia, Amazon, Bing, Twitter)
  • Fixing review comments before checkin:
    • bug 757230 When using add button for permissions in Data Manager set a displayHost
    • bug 798147 Switch to correct pref pane if pref window already open
    • bug 778534 Use image instead of html:img in instant messaging
  • Working on:
    • Various SM Council documents.
    • bug 606683 Allow customization of toolbar in Composer and MailNews Composition
    • bug 639690 [META] Re-arrange code between editor and editorOverlay
    • bug 773979 [META] Switch to new drag and drop api in SeaMonkey
    • bug 657234 Move pasteQuote and pasteNoFormatting into contentAreaContextOverlay
    • File/Folder selection in windows.
  • To Do:
    • bug 639395 Get cmd_fontSize to reflect current state of selected content / content at caret.
    • Prefs-in-a-tab.
    • Create FAQ for Friends of the Fish Tank.
    • Help get composer standalone builds working with --enable-tests.

InvisibleSmiley

KaiRo

mcsmurf

Misak

Mnyromyr

Neil

Fixed on comm-central (now comm-aurora):

Fixed on comm-aurora (now comm-beta):

  • bug 937616 Click-to-play notifications should track plugins that are no longer present in the page.

Fixed on mozilla-central (now mozilla-aurora):

  • bug 284673 about:config hides capability policy preferences.

Fixed(!) on mozilla-aurora (now mozilla-beta):

  • bug 940907 Re-introduce the Character Encoding menu to the View Source window.

Working on:

  • bug 956657 Share more charset menu code between the view source window and the browser.
  • bug 943732 Port the new Character Encoding menu to SeaMonkey.
  • bug 948901 Character encoding menu doesn't work correctly in the FTP directory view.
  • bug 966911 Possible inconsistency in DOM/AString conversion.

Waiting for review:

  • bug 936785 LDAP address autocomplete does not work when writing new e-mail.

Still waiting for review:

  • bug 909093 Update SeaMonkey to use nsIContentPrefService2.

Px

Ratty

Waiting for check-in on CLOSED TREE:

Waiting for review/moa:

  • bug 920070 Add a few IDs to the File menuitems to make it easier for extensions to overlay.

Have review needs new patch:

  • bug 963132 Implement add to searchbar.
    • Part 1: Refactor the DOMLinkAdded event handler code in tabbrowser.
    • Part 2 Implement add to searchbar (search-engine autodiscovery).

Fixed since the last meeting:

  • bug 942548 The height of editor spell check dialog is too short so you can see only the top of the buttons at the bottom.
  • Port bug 960966 Remove TelemetryPing.js from telemetry. Suite patch bustage-fix.

Working on:

Investigating:

  • bug 103125 "Find in this Page" settings should persist between sessions.
  • Using the Mozilla geolocation service instead of Google.
  • Fix nsMessengerWinIntegration.cpp to support INCOMPLETE_EXTERNAL_LINKAGE.
  • Error: ReferenceError: Cu is not defined. Source file: chrome://global/content/bindings/tabbox.xml.

Other stuff:

  • Kickstarting some contributor work on:
    • New and improved graphics and general updating our themes (Patrick Dempsey).
      • bug 526210 Fix long standing issues with the SeaMonkey Modern Theme.
    • Adding a (slightly) modified Sunbird UI to Lightning. Essentially porting the Lightbird extension (Exalm).
  • Did some reviews.
  • Bug triage and Bug discussions.
  • Usual end user support and PR in newsgroups and Mozillazine.

rsx11m

Fixed on trunk:

  • bug 936898 Add global alert icons in missing sizes to the modern theme.

Waiting for reviews:

  • bug 958967 Change mixed content warning default from warn_viewing_mixed to warn_mixed_display_content and remove UI for old preference.

Still waiting for reviews:

  • bug 947972 Add checkbox to toggle https: background color in Location Bar preference pane.

Other:

  • Bug triage, testing, and commenting for SeaMonkey and MailNews Core.
  • End-user information and discussion on MozillaZine.

sgautherie

stefanh

Tobin

tonymec

Any other business?

  • There will be a German-speaking Mozilla meeting this weekend in Berlin so everyone who wants to can join (provided he/she understands German, of course smile ).