Login
All Projects
Recent Posts (All Users)
Posted on 2010-03-13
sicking
Done:
- Emptied review queue apart from two old requests
- Landed notification for new window created
- Reviewing HTML5 parser
Next:
- Finish HTML5 parser review
- XBL2
Posted on 2010-03-13
mrbkap
Done:
- Got XPCWrappedNativeScope::GetWrapperFor checked in.
- Helped ddahl with his JS console project.
- Reviewed sicking's new-window-notification patch.
- Wrote a patch for a new XHR bug.
Next:
- More CPOW reviewin'.
- Clear other reviews out of my queue.
- Finish patches for bug 386635 and bug 523994 (which will clear the way for bug 533882 and other BLAZINGLY FAST 'this' work).
Posted on 2010-03-13
Taraman
Done:
- Reviewed Bug 552042
- Reviewed Bug 544682
- Started Review of Bug 523555
- Started getting infos on German Government OpenSource-Funding
Next:
- Finish Review of Bug 523555
Posted on 2010-03-12
ddahl
Done:
DevTools status.
The current console patches are found on bug 545266 and bug 546708 - also try builds will start once things are actually usable - I hope end of next week. It turns out that trying to attach (and keep attached) an arbitrary object on a nsIDOMWindow is a it of a pain - from outside the window's constructor. sicking told me about his patch for detecting new windows (before content scripts run) and attaching objects to them: bug 549539 - which landed late today. Yay. With this patch on trunk it should be trivial now to detect window construction and attach a console.
Whoops, forgot to mention that the console does log to the output, but once you navigate away, the console object attached to the window is destroyed.
I gave up on the html document approach for now, I think it can be worked out, just was spending too much time on it. For now, it is just a XUL vbox element where the output is appended to.
Next:
Work with the new window detection hooks to implement the observer that keeps window consoles re-appearing. Every load of the browser creates a new nsIDOMWindow - news to me, anyway.
Posted on 2010-03-12
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
Posted on 2010-03-12
Mossop
Done:
- Wired up installs and blocked installs from webpages
- Converted the xpinstall test suite to work with the new APIs
- Started preparing the project branch for performance testing
Next:
- Finish support for extensions that don't need restarts
- Personas and plugins support
- Background auto-updates
- Convert the old EM test suite to the new APIs
- Make sure the API docs are in sync with the code
- Make a list of things not yet implemented for QA
- Put together a plan for a trunk landing
Posted on 2010-03-11
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
Posted on 2010-03-11
armenzg
Done:
- March 11th downtime
- unit test on talos meeting
- POC patch for unit test on talos
Next:
- Blue Mountain with no real snow :'(
Posted on 2010-03-11
mfinkle
Done:
- Create browser-tests for new Form Autocomplete
- Create WIP patch for Open in New Tab via context panel (bug 551711)
- Create patch for auto-updating add-ons (bug 551709)
- Added status flags to Fennec 1.1 planning page (https://wiki.mobile.org/Mobile/Planning)
- Create presentation for Firefox Mobile Add-ons
- Work with Caitlin on the new Firefox Mobile add-on challenge
Next:
- Continue WIP patches
- Create a WIP for start page redesign
- Work with Romaxa on portrait and volume keys bugs
- Get Vivien, Felipe, Romaxa and Robert together to get a solid approach to link-tapping
Posted on 2010-03-11
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
Posted on 2010-03-10
Fallen
Done:
Categorized 1.0 bugs, see https://wiki.mozilla.org/Calendar:1.0ProductPlanning for a preview --146 Bugs proposed for 1.0 --26 of these are already ASSIGNED, some have a patch --More bugs might go away, this is only a draft
Wrote patches for bug 407915, bug 543698
Next:
- Triage through proposed bugs
- Evaluate GSoC Projects
Posted on 2010-03-10
sgautherie
Posted on 2010-03-10
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
Posted on 2010-03-10
andreasn
Done:
- Reviewed #538335
- Worked on #538335
- Migration assistant mockups and css
Next:
- Mac folders #545555
- New messages #523972
- Finish migration assistant
- Windows theme #545557 (if time permits)
Posted on 2010-03-09
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.
Posted on 2010-03-09
dmandelin
Done:
Get V8 benchmarks running Analyze opcode and type usage in JS
Next:
Get JM running on content in a browser Study PICs for JM
Posted on 2010-03-09
lsblakk
Done:
- Addonsmgr tested in staging
- Try-as-branch non-affecting code checked in
Next:
- Cleaning up production patches for Addonsmgr
- Downtime on Thursday to turn it on
- Fix MailNotifier to handle extra headers in Try emails
- Testing to make sure Try builds are non-merging
- Run unittests manually on 10.5/10.6 boxes
Posted on 2010-03-09
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.
Posted on 2010-03-09
bienvenu
Done:
Next:
Posted on 2010-03-09
bwinton
Done:
- Review bug 545217, bug 544644, bug 530779, and bug 515907.
- Worked on bug 545563.
- Turned 37.
Next:
- More bug 545563 work.
- More reviews.
- Get ISPDB working under Gozer's setup.
- Turn 38, although maybe I'll delay this one until next year.
Posted on 2010-03-09
peterv
Done:
Unsuccessfully tried reproducing bug 528518, wrote patch Tracked down leaks with gal's patch for bug 549806 Faster unwrapping
Next:
Track down leaks with gal's patch for bug 549806 Faster unwrapping Reviews
Posted on 2010-03-09
hsivonen
Done:
- tp4 perf regression.
- Got zero-failure mochitests runs on the tryserver on Mac and Linux and only known-random failures on Windows with rev 8a435c8dfb77 (March 3) as the qparent!
- isindex submission.
Next:
- Address review comments.
- File bugs about random oranges not already on file.
- Bug 536097 - spinning in nsHtml5TreeBuilder::startTag()?
- Keep running mochitests with new qparents to keep track of the success/failure status on new tests on mozilla-central.
Posted on 2010-03-09
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)
Posted on 2010-03-09
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
Posted on 2010-03-09
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
Posted on 2010-03-08
aki
Done:
- deb l10n repacks -> dpkg-deb
- winmo ts poc verification
- fennec 1.0.1 blocker list
- mobile-releng mtg
- try mobile for real
- partial winmo mozconfig change (no xulrunner)
Next:
- continue winmo mozconfig (no xulrunner)
- work on fennec 1.0.1 blockers
- winmo symbols
- sd6
- pick up winmo tests as they're available (10th?)
Posted on 2010-03-08
ctalbert
Done:
- Got heartbeat daemon working.
- Presented Automation Roadmap to QA Team
- Hammered away on mobile automation bugs
Next:
- Complete mobile automation bugs
- Clean out review queue
- Help Joel land patches for mobile test refactoring
- Meet with Henrik and Heather on Mozmill plans going forward
Posted on 2010-03-08
KaiRo
Done:
- Created candidate builds for SeaMonkey 1.1.19, stopped 1.1.x nightlies in preparation for 1.x EOL.
- Windows leak stats fix could land (bug 547540), updated SeaMonkey master to unpatched and current buildbotcustom.
- Ported a places interface change to SeaMonkey history (bug 550234).
- Made more progress on places bookmarks support (bug 498596).
- Started a discussion on m.d.a.seamonkey about bookmarks manager style.
- Made use of more cached services in SeaMonkey Services.jsm work (bug 548715).
- Did a few build system reviews.
Next:
- Continue GLS and/or alternative discussions.
- Try to move forward expansion of SeaMonkey build machine pools (bug 537323 and others).
- Get places perf (bug 547815) and Services.jsm (bug 548715) patches into the tree.
- Move forward on places bookmarks, react to newsgroup discussions, find a way to split work into smaller patches (bug 498596).
- Wait for places interface change to re-land and stick on toolkit before checking in our fix (bug 550234).
- See how we can get a SUMO installation (bug 543373).
- Try to get "SeaMonkey 2.0 contributors" blog series going again.
- Continue saying "thank you" more often to everyone helping the project, from RelEng and SrvOps via platform contributors to our own contributors.
Posted on 2010-03-08
simon.at.orcl
Done:
submitted patches for: bug 529813 bug 550291 bug 435854
Next:
Still looking at basic usability and performance bugs
Posted on 2010-03-08
mykmelez
Done:
* Jetpack
o finalized some reboot API design specs
o finished reviewing l10n proposal
o helped drive release of 0.1rc2
o helped drive release of 0.1
o confirmed the fix for bug 532569 resolves issues with content iframes in browser chrome
o made progress implementing the Panel API
* MROW
o updated Bookmark Toolbar Icons to work with recent Mac style changes on trunk
Next:
* Jetpack
o helped drive release of 0.1
o finalize the rest of the reboot API design specs
o implement the Panel API
Posted on 2010-03-08
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.
Posted on 2010-03-08
vivien
Done:
- Hack around xresponse for getting some scrolling performances data between different fennec
- Analysing data for the scrollbars indicators in fennec
- Working on a touch hit patch for fennec
Next:
- Finalizing the hit patch for fennec and ask review for some layout problem i have
- try mfinkle's approach to avoid perfs regression on kinetic scrolling
- Correct the 400ms double click delay patch which sounds make fennec feel more responsive
Posted on 2010-03-07
jlebar
Next:
bug 550565 - Favicon + pushstate bug 529208 - Limi Packages (maybe?)
Posted on 2010-03-06
anirvana
Done:
Bug 436260 - Implementation of timezones display should be changed
Review needed
Next:
Bug 521185 - Australia/Canberra timezone missing
Bug 366921 - problem with importing exported event (csv)
Posted on 2010-03-04
tarasglek
Done:
Had some fun diagnosing extension costs during startup: bug 533038
(Two weeks ago) proof of concept binary reordering did boost startup speed: bug 531406
Had my password reset so I can post updates again
Next:
Working on a valgrind plugin to determine a cold-startup optimized binary layout(getting close): bug 549749
Posted on 2010-03-04
robin_bb
Done:
- Was taken off TB+EDS work. Not gonna augment TB until much later.
Next:
- Maybe Qt work with Fennec.
Posted on 2010-03-04
heidrun
Done:
Translation of GDATA Translation of Keyboard shortcuts
Next:
Writing some kind of manual to the Calendar panes and Event Dialogues
Posted on 2010-03-04
sid0
Done:
Mozmill:
- Landed several fixes as part of bug 530055 -- one (hopefully last) fix is up for review.
Default fonts:
- Landed bug 520824 in time for b1.
- Worked on bug 465633.
Build system:
- Filed and submitted a patch to bug 545085.
Next:
- Finish off bug 465633.
Posted on 2010-03-03
karlt
Done:
Next:
Posted on 2010-03-02
kmacinnis
Done:
Puppetization doc / bz handed to ops Nagios checks bz -> ops Firefighting: disk, logs, et al
Next:
Metrics via JMX
Posted on 2010-03-02
dmose
Done:
- Drove 3.1b1 to code/string frozen
- More 3.1 bug list work
- reviewed, cleaned up, landed Mac serif -> sans serif font patch (bug 520824)
- wrote up first draft of multi-platform font patch (bug 465533); sid0 was gracious enough to pick it up and run with it.
- MoMo board meeting/strategy work
- 3.1 feature work driving
Next:
- Fast pass to shear down bug list
- Funnel conversion work
- 3.1b2 driving
Posted on 2010-03-02
Standard8
Done:
- 3.1b1 reviews and bug fixes.
- Test Firedrill release to check out our processes.
- Released Thunderbird 3.0.2. Found an issue, built & released Thunderbird 3.0.3
- Preparation for 3.1b1 build & release
- Trunk bustage fixes
- Worked with Sid so that status reporting of crashes for all types of tests works better on tinderboxes (i.e. reports orange, crash and stack, rather than just reporting a bustage). Current Status of test reporting
- Created Thunderbird Bugzilla Helper jetpack
Next:
- Start figuring out the plan for 3.0.4
- 3.1b1 build and release
- Reviews
- General catching up
Posted on 2010-03-02
deinspanjer
Done:
Pushed updateType feature to production for AMO ADU Pushed Socorro HBase storage to production Finished first draft of CDA Kettle data access layer
Posted on 2010-03-02
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
Posted on 2010-03-01
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
Posted on 2010-03-01
atul
Done:
- Finished documentation for Jetpack SDK; temporary location of latest tip is at https://ubiquity.mozilla.com/jetpack-sdk-docs/
- Busted out the 0.1 RC! Woot! http://groups.google.com/group/mozilla-labs-jetpack/browse_thread/thread/c0a799369e8a1961
- Finished reading The Checklist Manifesto http://www.amazon.com/Checklist-Manifesto-How-Things-Right/dp/0805091742
- Presented on Herdict, HTML5 synced presos, and Jetpack SDK at Labs Night
Next:
- Fix issues with 0.1rc1 and release Jetpack SDK 0.1 - see tracking bug 549017
- Talk with Holmes about Universal Subtitles jetpack-based addon
- Finally get around to prototyping the Herdict/FF integration addon
- Work with Firefox team on Jetpack hack session on Wednesday
All Users
- aki
- anant
- andreasn
- anirvana
- antoine
- armenzg
- asuth
- atul
- Aza
- bcombee
- bcutler
- beltzner
- benjamn
- bent
- bhearsum
- bhsieh
- bienvenu
- blassey
- blizzard
- bsmedberg
- bwinton
- bzbarsky
- Callek
- cjones
- clarkbw
- crowder
- ctalbert
- damons
- dascher
- davidb
- ddahl
- deinspanjer
- dholbert
- dietrich
- dmandelin
- dmose
- dria
- Fallen
- fredinfinite23
- gandalf
- gozer
- harth
- heidrun
- honzab
- hsivonen
- hskupin
- jaypatel
- jcranmer
- jdm
- jduell
- jenzed
- jiami
- jimm
- jlebar
- jmaher
- jorendorff
- jresig
- jrmuizel
- jst
- justin
- jvillalobos
- KaiRo
- karlt
- kevin
- kinetik
- kkovash
- kmacinnis
- lsblakk
- ludovic
- MarcoZ
- mconnor
- mfinkle
- mhanson
- michal
- MikeK
- mnandigama
- Mossop
- mrbkap
- mwu
- mykmelez
- neilio
- nth10sd
- Pascal
- peterv
- pettay
- philor
- rebron
- robin_bb
- roland
- sdwilsh
- sethb
- sgautherie
- sicking
- sid0
- simon.at.orcl
- Standard8
- stas
- Taraman
- tarasglek
- timr
- tmz
- Tristan
- Unfocused
- vivien
- vladimir
- wsmwk
- zpao