bsmedberg

Current Status - Posted on 2010-03-10

Done:

  • Async stream delivery, bug 551049 patches posted (review pending)
  • Got record and replay working again, woo
  • Debugged topcrash @ _filbuf, bug 546035, appears to be caused by messages racing with a crashed (or hung->crashed) plugin process
  • found a serious/common hang while debugging above, bug 551242

Next:

  • Backport to Lorentz branch
  • Review of IPC-prefservice
  • Review of IPC-chromeregistry

Coordination:

Older Posts

Member of Projects

Team Posts

bzbarsky

Done:

  • Finally pushed some security fix patches
  • Fixed bug 550882, then spent a while debugging why Tsspider regressed as a result.
  • Fixed the fact that Tsspider is measuring the wrong thing.
  • Reviewed bug 536466
  • Reviewed bug 550351
  • Various other reviews
  • Some JS profiling
  • Fixed bug 551118
  • Started bug 462076 review

Next:

  • Finish bug 462076 review
  • Do async redirect review
  • Window ids

jdm

Done:

New patch (hopefully final) up for review for remoting chrome registry (bug 542907) Static analysis for bug 551286 (NS_FINAL attribute for functions) Various investigations into multiprocess Jetpack design

Next:

More Jetpack investigation - properties/restrictions of evalIntoSandbox and scope, CPOWs

Coordination:

Need to talk with benjamn/bsmedberg about content->chrome CPOWs now that I have an actual usage case

fredinfinite23

Done:

  • Remoted link-visited info from content to chrome, bug 516728 patch posted (review pending)
  • Remoted link-visitedness fetches from content to chrome, bug 551181 patch posted (review pending)
  • Created an xpcom wrapper to test new IHistory async API, bug 546938 patches posted (review pending)
  • made HTTP POST requests work for e10s necko, bug 536273 patches posted (review pending)

Next:

  • Correct IHistory xpcshell test leaks (bug 551020)
  • Make xpcshell IHistory tests run on parent process too (bug 551014)
  • Write xpcshell unit tests for IPC remote prefs and observers (bug 506269)
  • Write tests for libpref

Coordination:

  • Need review from bzbarsky for Bug 551181
  • Need review from sdwilsh for Bug 516728
  • Need review from sdwilsh for Bug 546938
  • Need review from jduell for Bug 536273
  • Need review from bsmedberg for Bug 506269

bsmedberg

Done:

  • Async stream delivery, bug 551049 patches posted (review pending)
  • Got record and replay working again, woo
  • Debugged topcrash @ _filbuf, bug 546035, appears to be caused by messages racing with a crashed (or hung->crashed) plugin process
  • found a serious/common hang while debugging above, bug 551242

Next:

  • Backport to Lorentz branch
  • Review of IPC-prefservice
  • Review of IPC-chromeregistry

Coordination:

bhsieh

Done:

Got review for bug 514705 (content should inform chrome of navigation) and bug 520309 (replacement for fastload cache). Started new patches for both.

Made patch for bug 548810 (crash reporter bug in child process shutdown).

Next:

Get new patches, reviews, and land 514705 and 548810.

Get API approval for 520309, get implementation review.

bent

Done:

  • Structured clone, worker PostMessage up for review.
  • Tried unsuccessfully to get VMWare to record bug 541707.

Next:

  • Add some binary hooks to test builds to get VMWare recording automated from within the guest.
  • Add some hooks to runtests.py to start and stop recording around mochitest runs.
  • Cached identifiers for silverlight, Lorentz beta blocker.

pettay

Done:

  • Few changes to TabChildGlobal API (based on the feedback). All the comments very welcome https://wiki.mozilla.org/ContentProcessEvent_Handlers
  • reviews (editor, e10s, event handling)
  • Some more dialog handling in E10s
  • meeting with hybi wg chair (websocket protocol)

Next:

  • dialogs for e10s
  • CPOW for content process events listeners (depends on CPOW)

Coordination:

  • Need CPOW

cjones

Done:

  • Work on IPDL semantic changes
  • Protect browser against plugin crashes during nested glib loop
  • Better RPCChannel debugging info
  • Unittest orange in TestDeadlockDetector (maybe)
  • Dump-on-plugin-hang, although v1 bounced in review
  • Landed infallible alloc
  • Configurable RPC race resolution policies
  • Infallible mozilla::vector
  • Infallible mozilla::{ deque, map, queue, set, stack } wrappers around STL bases

Next:

  • Dump-on-plugin-hang v2
  • Use new mozilla:: data structures in IPDL code
  • OOPP beta blockers
  • IPDL semantics

Coordination:

Review-request queue getting a bit long, mostly to :bent and :bs

jduell

Done:

  • reviewed bug 546756 (xpcshell syntax errors), bug 534764 (NSPRLOGFILE for e10s), bug 543726 (change to HttpChannel cache IDL), bug 536279 (request/reponse HTTP headers for e10s). Started review o f bug 546581 (base class for Http channels).
  • made some progress on e10s HTTP notifications

Next:

  • more e10s reviews: bug 546581 (base class), bug 536273 (HTTP POSTs),
  • pile of non-e10s reviews to do
  • HTTP notifications
  • testXUL bootstrap

mnandigama

Done:

  • Looked at the regression ranges [ Regbugfixes/(Genbugfixes+Regbug_fixes) ] by component and by top 10 files [ by total bug fixes ] in each component and by overall top ten files [ by total bug fixes ] to identify any SPC spread exceptions.

  • Identified a bunch of source files that are part of 1.9.1 and no longer exist in trunk. What would have happened to the corresponding tests. Are they refactored ? retired or running as usual. If they are running as usual, then are they still testing what they are supposed to test ? In order to answer this question, I need to generate test case to source file mapping which would be many to many using modified code coverage test run scripts.

Next:

Design a test routine that executes tests one by one and collects test case to source file mapping.

karlt

Done:

  • crash reporting for X errors (bug 517133).
  • plugin process crash with nspluginwrapper (bug 548434).
  • Next:

  • mousewheel scrolling with XEmbed plugins (bug 526393).
  • michal

    Done:

    bug 537164 - e10s HTTP: caching bug 549241 - Channel classifier

    Next:

    bug 537164 - e10s HTTP: caching bug 549241 - Channel classifier bug 536317 - e10s HTTP: implement Cancel bug 486199 - SCTP

    honzab

    Done:

    Made some progress on sec UI for e10s, but still in the design phase Bug 543726 HTML5: test_foreign.html fails Some e10s discussions

    Next:

    Bug 534667 app cache for e10s sec UI

    Coordination:

    Async redirect API

    sdwilsh

    Done:

    • Landed bug 461199, but had to back it out due to a performance regression.
    • Reviewed bug 507414 (async storage statement perf win)
    • Reviewed bug 482874 (friendly 404 error pages)

    Next:

    Coordination:

    maybe bz for help with dealing with the regression.

    benjamn

    Done:

    • Progress on window-closing related bugs (543528, 523885) unrelated to electrolysis.
    • CPOW patches continuing to get simpler as supporting patches land.

    Next:

    • Exploring high latency, low bandwidth talos infrastructure to support regression testing of HTML5 speculative parsing.

    Coordination:

    Reviews, s'il vous plait!

    antoine

    Done:

    Work on bug 516749, finalized the parent/chrome side.

    Next:

    Fix a remaining bug with casting, and check all prompts that should use the new IPDL protocol.

    jimm

    Done:

    win32 windowless plugin drawing patch is working and passing tests. (bug 522299)

    Next:

    create a stand alone shared dib class based on the above work. integrate with shmem if possible.

    jrmuizel

    Done:

    Very basic event forwarding on windows

    Next:

    Get more complex events working