Platform/2011-05-17: Difference between revisions

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


= JS =
= JS =
Debugger (Jim Blandy, Dave Camp, Jason Orendorff)
Architecture:
* Low-level, synchronous [https://wiki.mozilla.org/Debug_Object Debug object] API for single-threaded and in-process debugging, a replacement for JSD.  {{bug|636907}}), [http://hg.mozilla.org/users/jblandy_mozilla.com/jsdbg2/ jsdbg2 repository].
* High-level, asynchronous [https://wiki.mozilla.org/Remote_Debugging_Protocol remote debugging protocol] for in-process or out-of-process, single-thread or multithreaded debugging. [http://hg.mozilla.org/users/dcamp_campd.org/remote-debug/ remote-debug repo].
* In-browser debugger using the high-level protocol.
Plans: https://wiki.mozilla.org/DevTools/Features/Debugger
Milestone 1 is next Friday. It will be very basic: "stop at a debugger statement, view the stack, show the source".
Chat: #devtools


= Layout =
= Layout =

Revision as of 17:53, 17 May 2011

« previous week | index | next week »

Notices / Schedule

  • Next week, this agenda will be done on Monday. That means we won't be adding to it five minutes before (or during!) the meeting.
  • Ongoing discussion on tree checkins and build bustage in mozilla.dev.planning.
  • mozilla-aurora to mozilla-beta merge happening now, on schedule.

Firefox Development

(no updates today)

Platform

GFX

  • Benoit Girard (BenWa) has joined us full-time! To start, he's working on asynchronous plugin drawing on Mac OS X.
  • Joe is looking for suggestions for projects for graphics interns to do. If you've got graphics tasks that you'd like done, interns are a great resource!
  • Nothing to report for GLES layers, mostly due to WebGL security issues (e.g. bug 656277).

JS

Debugger (Jim Blandy, Dave Camp, Jason Orendorff)

Architecture:

Plans: https://wiki.mozilla.org/DevTools/Features/Debugger

Milestone 1 is next Friday. It will be very basic: "stop at a debugger statement, view the stack, show the source".

Chat: #devtools

Layout

Plugins

DOM

Network

  • Networking is now its own group led by Josh Aas. Members are Brian Smith, Jason Duell, Nick Hurley, Honza Bambas, Bjarne Herland, Michal Novotny, and Patrick McManus.
  • Improving testing capabilities is a top priority.
    • Looking into additional testing for things like high latency connections and certain forms of packet loss.
    • Looking into making use of Telemetry.
  • Working on mobile disk cache.
  • Fixing a number of IPv6 bugs in preparation for World IPv6 Day.
  • Starting SPDY implementation soon.

Tree Management

Stability Report

Roundtable