Networking/Archive/IndividualPriorities: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 19: Line 19:


# reviews/feedbacks
# reviews/feedbacks
# {{bug|816642}}, Avoid fragmenting cache files
# {{bug|835099}}, Avoid fragmenting cache files on MacOSX
# {{bug|763555}}, Do not do I/O while holding the cache lock
# {{bug|763555}}, Do not do I/O while holding the cache lock
# {{bug|808532}}, File not found error for HTTP URL (2), can be fixed by a forced reload
# {{bug|723582}}, Don't make nsCacheService::IsStorageEnabledForPolicy{,_Locked} block on the entire cache service
# {{bug|723582}}, Don't make nsCacheService::IsStorageEnabledForPolicy{,_Locked} block on the entire cache service
# {{bug|572011}}, Crash @ nsDiskCacheStreamIO::FlushBufferToFile
# {{bug|741179}}, crash in nsDiskCacheBlockFile::Write
# {{bug|741179}}, crash in nsDiskCacheBlockFile::Write
# {{bug|752266}}, Firefox startup crash in nsFileInputStream::Read
# {{bug|752266}}, Firefox startup crash in nsFileInputStream::Read

Revision as of 13:04, 30 January 2013

Please see Networking/TeamPriorities for team priorities.

General Priorities for All Team Members

These priorities apply to all team members at all times:

  1. Resolve 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

These priority lists should reflect the work that each individual is planning to do, in the order in which they plan to do it.

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 835099, Avoid fragmenting cache files on MacOSX
  3. bug 763555, Do not do I/O while holding the cache lock
  4. bug 723582, Don't make nsCacheService::IsStorageEnabledForPolicy{,_Locked} block on the entire cache service
  5. bug 741179, crash in nsDiskCacheBlockFile::Write
  6. bug 752266, Firefox startup crash in nsFileInputStream::Read
  7. bug 656758, Firefox Crash in nsUrlClassifierDBService::CheckClean @ nsSocketInputStream::Read
  8. bug 597260, Firefox Crash Report [@ nsFileOutputStream::Write(char const*, unsigned int, unsigned int*) ]
  9. bug 403860, nsICacheService.visitEntries is unsafe to call from JS (or pretty much anywhere, really)
  10. bug 713480, Compressed entries stored as files are padded with zero bytes to the length of uncompressed size
  11. bug 648232, Clear Recent History should be async
  12. bug 701909, Disk cache seems to cause exceptionally slow startups
  13. bug 558253, Proxy Auto Config (PAC) Extended functions for multi-resolution and ipv6
  14. bug 689247, Intermittent leak
  15. Stop deleting disk cache after a crash
  16. Help with mobile disk cache

Jason Duell

  1. 781392 mochi.tests hitting proxy error on B2G hardware
  2. 782542 Secure necko IPDL usage
  3. 794978 Always delete app's cookies even if the cookies have not been loaded yet
  4. 799212 - Cookies: add test for webapps-clear-data with browserOnly=true
  5. More reviews
  6. 711886 (write test for) Refuse connection if server replies with non-matching subprotocol
  7. 792238 - Convert IPC::SerializedLoadContext to use newer IPDL parameter style
  8. benchmark Websocket latency peformance vs Chrome
  9. Better error messages for HTTP CORRUPT error 688345.
  10. 698692 Make WebSocket.close() prevent any more events from firing
  11. 704447 Improve large blob support for WebSockets
  12. write Necko e10s documentation

Honza Bambas

  1. bug 830588 Disable heuristic caching for appcache loads
  2. bug 822833 move application cache database access off of the main thread
  3. bug 729182 Finalize visual event tracer
    • land it as is, cover the API with some new #defines
    • merge this with the gecko profiler, on the level of instrumentation as well as visualization (discussed with Benoit)
  4. bug 466524 allow ssl in xpcshell tests
  5. bug 600307 Rewrite and cleanup DOMStorage code
    • third review round patch submitted, should not be subject to any more large changes

Untriaged:

  1. bug 784816 Implement startTLS for MozTCPSocket
  2. bug 828183 Firefox enables insecure NTLM (pre-NTLMv2) authentication
  3. bug 833834 Refetch app caches with https:// manifests to get security info
  4. bug 825618 applicationCache status and eventing ± completely broken
  5. bug 423758 Firefox can't authenticate to IIS when minimum NTLM level set to v2
  6. bug 602814 Sites requiring an NTLM authentication don't work through a proxy
  7. bug 705755 Reintroduce handling of SSL short write after SSL thread removal
    • update based on review comments
  8. Dromaeo regression caused by bug 753990
  9. bug 671468 Firefox crash @ nsSocketOutputStream::Write (Yandex)
  10. bug 451081 Add flag to protocol handler to distinguish that trust domain is the whole spec (finish this!)
  11. bug 758869 Debugger attached to a running Gecko application doesn't see thread names
  12. bug 318253 NTLM Proxy authentification dialog pops up over and over
  13. bug 687758 Remote @font-face fails when used with appcache
  14. bug 744713 Add support for putting "total size" into appcache manifest
  15. bug 715905 Separate HTTP proxy CONNECT logic to its own class
    • Consider risk/value and amount of work prior to start coding this

in stock

Nick Hurley

  1. Help set up DASH demos.
  2. Stone Ridge
  3. Bugs

Patrick McManus

Major items (mostly serial)

  1. TLS false start (q3 goal) 658222 713933
  2. pinterest derived work 813707 (tracker) 792438 (block on head scripts) 813712 (connect some blockers) and 813715 (throttle bw of high parallelism)
  3. HTTP2 prototype of SPDY with DNS SRV for IETF work
  4. OCSP stapling with cache anticipation
  5. OCSP GET w/local HTTP stack and cache for persistence (assuming sec ok)
  6. SPDY push
  7. SPDY/4 (dep: spec stable at this point)
  8. TLS Cached Info for eliminating cert chain spills (dep: sec-ok, and stable spec)
  9. Research on UDP based transports
  10. Prioritization scheduling of partial resources to reduce ready-to-use time

Smaller items (as time allows in no particular order)

  1. Telemetry for OCSP {Pass/Fail, Time}
  2. Telemetry for OCSP Cache Anticipation
  3. Telemetry for TLS Cipher Choice
  4. 804605 CNAME/NTLM regression of mine
  5. Fixes to priority levels of existing requests (ping, favicon, etc..)
  6. Read Handlers For SDPY need to be always engaged
  7. SPDY: standardization issues
  8. SPDY Test infrastructure

Steve Workman

  • DASH Design/Implementation
    • DONE bug 734546 Add DASH Support (WebM): Initial Code Drop
      • Includes non-adaptive playback from DASH MPD manifests.
    • DONE bug 792404 Add adaptation algorithm to DASH code
      • Initial Adaptation based on download rate of HTTP requests.
    • In review bug 816726 Add support for seeking in DASH-WebM streams
    • In progress bug 792935 Add DASH-WebM cases to mochitests
    • Other DASH-supporting bugs.

Randall Dow :randix

  • 758338, Mobile vs desktop network perf test case investigation.
  • 621429 - Proxy configuration : "Use system proxy settings" assumes no proxy if IE is set to auto-detect itself. [REVIEW]
  • 790370, WPAD investigation, various Windows versions. [DONE]

Josh Aas (Manager)

  • Empty