Networking/Archive/IndividualPriorities

From MozillaWiki
Jump to navigation Jump to search

General Priorities

These priorities apply to all team members at all times:

  1. Security bugs rated sg:moderate or higher.
  2. Review requests older than one week.

These should be taken care of before any other work is done.

Individual Priorities

Only networking team members should be changing priorities. If you have questions about priorities or anything else on this list please email the relevant person or Josh Aas (networking team manager).

Michal Novotny

  1. reviews/feedbacks
  2. bug 746920, Uninitialised value use in nsDiskCacheMap::FlushRecords
  3. bug 689247, Intermittent leak
  4. bug 695399, Remove synchronous cache API (nsICacheSession::openCacheEntry)
  5. bug 723362, Make nsCacheEntryDescriptor::Doom asynchronous
  6. bug 741179, crash in nsDiskCacheBlockFile::Write
  7. bug 725993, Random up to a minute-long unresponsive GUI watching HTML5 YouTube
  8. bug 656758, Firefox Crash in nsUrlClassifierDBService::CheckClean @ nsSocketInputStream::Read
  9. bug 597260, Firefox Crash Report [@ nsFileOutputStream::Write(char const*, unsigned int, unsigned int*) ]
  10. bug 403860, nsICacheService.visitEntries is unsafe to call from JS (or pretty much anywhere, really)
  11. bug 713480, Compressed entries stored as files are padded with zero bytes to the length of uncompressed size
  12. bug 648232, Clear Recent History should be async
  13. bug 701909, Disk cache seems to cause exceptionally slow startups
  14. bug 649564, Intermittent failure in test_socks.js
  15. bug 235853, [PAC] Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution
  16. bug 558253, Proxy Auto Config (PAC) Extended functions for multi-resolution and ipv6
  17. bug 666059, Only use memory cache for private browsing
  18. Stop deleting disk cache after a crash
  19. Help with mobile disk cache

Jason Duell

  1. review 738914
  2. 695636 Update close steps to adhere to WS spec.
  3. 664163 Track down mysterious e10s necko IPDL bug.
  4. 738484 Location headers and related bugs (waiting on brian's cache changes so I don't mess up his patches)
  5. 742614 Allocation of string is not checked in WebSockets text frame parsing
  6. 713023 713026 - Fix websockets proxy code: started debugging
  7. benchmark Websocket latency peformance vs Chrome
  8. Looking into websocket crash oranges 712215, 716841, 718565, 718145
  9. Better error messages for HTTP CORRUPT error 688345.
  10. 704848 reduce space required by nsEffectiveTLDService with more preprocessing
  11. 711886 (write test for) Refuse connection if server replies with non-matching subprotocol
  12. fix websockets oranges about connecting (un)cleanly: many bugs, probably related
  13. 698692 Make WebSocket.close() prevent any more events from firing
  14. 504553 WebSocket in Workers
  15. 711793 Delay websocket reconnection after abnormal termination
  16. 704447 Improve large blob support for WebSockets
  17. write Necko e10s documentation

Brian Smith

Last Week:

  • MIA

This Week:

  1. Clean up remaining TLS 1.1 work in NSS
  2. Security Bugs
  3. Reviews
    1. Review DTLS patch (bug 681065)

Next Week:

  • Fix libssl test framework bug 702322

After That:

  • Work on PSM testing infrastructure
  • libpkix enabled by default (bug 651246)
  • Prototyping certificate whitelisting mechanism
  • Review OCSP stapling

Honza Bambas

Need patch/work:

  1. bug 745254
  2. Compare Firefox with other browsers using Wireshark on some common or known not-well performing pages
    • According my first quick tests I have to say we load pages in many cases faster then Chrome (aurora channel to dev channel compare)
    • next: find pages we load significantly slower
  3. bug 730424 window.applicationCache.status not getting updated when resources finish loading
  4. bug 725587 Firefox jumps randomly from IPv6 to IPv4 and vice versa in dual-stack environment
  5. bug 705755 Reintroduce handling of SSL short write after SSL thread removal
    • update based on review comments
  6. bug 715837 Crash @ mozilla::net::HttpChannelParent::RecvMarkOfflineCacheEntryAsForeign
  7. bug 654081 Remote @font-face fails when used with appcache
  8. bug 536324 Change nsIChannel to support 64-bit content-length
  9. bug 451081 Add flag to protocol handler to distinguish that trust domain is the whole spec (finish this!)
  1. bug 697021 Body search of multipart mail
  2. bug 188988 encrypted emails are not searched

Have patch:

  1. bug 720778 Important threads should have a name for better debugability
    • patches submitted for the first review
  2. bug 729182 Create a profiler with nice visual results
    • deps on 720778 (thread names)
    • the core waits for a second review round
    • published the visualizer web app

Analyze:

  1. bug 671468 Firefox crash @ nsSocketOutputStream::Write (Yandex)
  2. bug 702487 crash [@ PK11PasswordPromptRunnable::RunOnTargetThread]
  3. bug 621446 Crash [@ mozilla::net::HttpChannelParent::RecvRedirect2Verify ]
    • no results from the debugging patch so far (landed on Gecko 12)
    • I'll probably add a null check and close it

Few bugs I released but would like to work on them eventually if not finished until then by someone else.

Nick Hurley

  1. Cache work
  2. Stone Ridge
  3. Get Node 0.7.0 onto build servers for SPDY testing
  4. Bugs

Patrick McManus

  1. bug 739600, IPv6 issue.
  2. tcp/tls preconnect for cache access 729133 awaits review - idl and search box preconnect 723628 awaits sr - 735543 preconnect around search box click r+ depends on other two
  3. SPDY: standardization issues, v3 implementation, server push, create split to allow 2 revs, followup on test infra (freakout that auto tests are a month late),
  4. Get HTTP pipelining patches into the tree.. needs measurements.. reviews complete. pending nightly==14 to not step on spdy.. also 737155 r? as a followon
  5. 735190 yfrog encoding crash on mobile
  6. review telemetry results for spdy and dns and see if there is anything there to proceed on
  7. lame-network project - improving networking in less than ideal networking conditions
  8. review details of http 511.. should we be doing that (lame-network)
  9. should we be doing https proxying (lame-network)
  10. captive portals (lame-network)
  11. mozilla lightning mentorship
  12. google summer of code network dashboard mentorship (jitten)
  13. http/1 connection and rwin mgmt project

Steve Workman

  • DASH Design/Implementation
    • Integrate libdash code (from ITEC, Austria) for MPD Parsing
    • DONE: Parse XML into DOM
    • DONE: Parse DOM into MPD classes from libdash (converting stdlib types etc.)
    • DONE Create DASHMediaResource, nsDASHEncoder and nsDASHReader as proxy classes to manage audio and video substreams for WebM/DASH
    • Experiment switching between video streams
    • Create MatroskaManager/Parser; read a single URL to nsMediaCache
  • Framework for DNS Host resolver changes bug 14328 and bug 545866
    • Exploring a set of APIs/interfaces to abstract nsHostResolver from the API call used for resolution; something like the nsDNSRecord being a Runnable called from nsHostResolver threads.
    • DONE: Upload (for feedback) a base framework for multiple resolution types/functions (using existing cache and thread pool) bug 735967
  • DNS Prefetching Optimizations
    • Hints API
  • Other DNS bugs
    • Commented on bug 699055 "fix getaddrinfo detection", an NSPR bug
  • (Q2 2012 - not official goal) DNS Host Resolver Investigation (for TTL, More Record Types, DNSSec)

Josh Aas (Manager)

  • Empty

Unassigned Priorities

  • TLS False Start, bug 658222
  • TLS compression
  • HTTP Preconnections
  • concurrent cache reads?
  • HTTP semantics object cache (talk to Joe Drew)
  • bug 562917 Captive portal detection