Mobile/Platform/Notes/29-Sep-2015: Difference between revisions
< Mobile | Platform/Notes
Jump to navigation
Jump to search
(4 intermediate revisions by 3 users not shown) | |||
Line 56: | Line 56: | ||
===James W. (snorp)=== | ===James W. (snorp)=== | ||
* Landed all the gfx tiling changes | |||
* Working on iOS UIView (WebGL, widget stuff) | |||
<!-- ==== Past week ==== --> | <!-- ==== Past week ==== --> | ||
<!-- * <worked on> --> | <!-- * <worked on> --> | ||
Line 73: | Line 77: | ||
===Randall Barker=== | ===Randall Barker=== | ||
Last Week: | |||
* Worked on {{Bug|1122804}} - Have nsDisplayResolution items adjust event coordinates for hit testing and dispatching to content. And related issues. | |||
* Fixed try breakage with mochi generated mouse events. | |||
* Broke mouse events generated from touch events. | |||
This Week: | |||
* Find a solution that allows both mochi test generated mouse events and touch generated mouse events to both work at the same time. | |||
===Eugen Sawin=== | ===Eugen Sawin=== | ||
Line 80: | Line 91: | ||
* Performance | * Performance | ||
** Landed some minor import-delaying improvements | ** Landed some minor import-delaying improvements | ||
** JS optimization-off results (with import improvements applied) | ** JS optimization-off "compile" time results (with import improvements applied) | ||
*** [https://gist.githubusercontent.com/eamsen/de8fee86d2eb54b41194/raw/1fcfa8a01700ef06dc05d07384dd05cec81ead42/gistfile1.txt Enabled optimizations (default)] | *** [https://gist.githubusercontent.com/eamsen/de8fee86d2eb54b41194/raw/1fcfa8a01700ef06dc05d07384dd05cec81ead42/gistfile1.txt Enabled optimizations (default)] | ||
*** [https://gist.githubusercontent.com/eamsen/4c1668fb4053f1bf57d8/raw/e759ac2d1bcdc6fdb470e33cfe74008f401f5525/gistfile1.txt Disabled baseline-JIT] | *** [https://gist.githubusercontent.com/eamsen/4c1668fb4053f1bf57d8/raw/e759ac2d1bcdc6fdb470e33cfe74008f401f5525/gistfile1.txt Disabled baseline-JIT] ([http://phonedash.mozilla.org/#/org.mozilla.fennec/totalthrobber/local-blank/norejected/2015-09-15/2015-09-29/notcached/noerrorbars/standarderror/try autophone]) | ||
*** [https://gist.githubusercontent.com/eamsen/7bea669f2c19f71c6343/raw/856119bbf6504ce60043e5b342695467066f89d4/gistfile1.txt Disabled ION] | *** [https://gist.githubusercontent.com/eamsen/7bea669f2c19f71c6343/raw/856119bbf6504ce60043e5b342695467066f89d4/gistfile1.txt Disabled ION] | ||
*** [https://gist.githubusercontent.com/eamsen/394f8e2a23f0abd7efa3/raw/6a26fbfe7cb2efc81665f1f1ae35c365fd462554/gistfile1.txt Disabled baseline-JIT & ION] | *** [https://gist.githubusercontent.com/eamsen/394f8e2a23f0abd7efa3/raw/6a26fbfe7cb2efc81665f1f1ae35c365fd462554/gistfile1.txt Disabled baseline-JIT & ION] | ||
Line 94: | Line 105: | ||
===Dylan Roeh=== | ===Dylan Roeh=== | ||
Last Week: | |||
* Worked on {{bug|1156817}} - Android reftests run in a wacky environment that is not representative of anything | |||
** Ruled out a bunch of possible causes for widespread failure in reftest-sanity, but haven't figured out the cause yet. | |||
** Also tried to figure out why I can't run a reftest.list of my own creation. | |||
This Week: | |||
* Continued on same. | |||
** Down to one failure in reftest-sanity, but with an ugly workaround. | |||
[[Category:Wikipage templates]] | [[Category:Wikipage templates]] |
Latest revision as of 16:13, 29 September 2015
Details
- Tuesdays - 9:00am Pacific, 12:00pm Eastern, 16:00 UTC
- Dial-in: Audio-only conference# 99998
- People with Mozilla phones or softphones please dial x4000 Conf# 99998
- US/Toll-free: +1 800 707 2533, (pin 4000) Conf# 99998
- US/California/Mountain View: +1 650 903 0800, x4000 Conf# 99998
- US/California/San Francisco: +1 415 762 5700, x4000 Conf# 99998
- US/Oregon/Portland: +1 971 544 8000, x4000 Conf# 99998
- CA/British Columbia/Vancouver: +1 778 785 1540, x4000 Conf# 99998
- CA/Ontario/Toronto: +1 416 848 3114, x4000 Conf# 99998
- UK/London: +44 (0)207 855 3000, x4000 Conf# 99998
- FR/Paris: +33 1 84 88 37 37, x4000 Conf# 99998
- Gmail Chat (requires Flash and the Google Talk plugin): paste +1 650 903 0800 into the Gmail Chat box that doesn't look like it accepts phone numbers
- SkypeOut is free if you use the 800 number
- irc.mozilla.org #mobile for backchannel
- Mobile Vidyo Room
Schedule
Topics for This Week
Tracking Review
Beta
- Next Build:
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Aurora
- Next Build:
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Nightly
- Next Build:
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Stand ups
Suggested format:
- What did you do last week?
- What are working on this week?
- Anything blocking you?
James W. (snorp)
- Landed all the gfx tiling changes
- Working on iOS UIView (WebGL, widget stuff)
JChen
Fixed
Working on
Randall Barker
Last Week:
- Worked on bug 1122804 - Have nsDisplayResolution items adjust event coordinates for hit testing and dispatching to content. And related issues.
- Fixed try breakage with mochi generated mouse events.
- Broke mouse events generated from touch events.
This Week:
- Find a solution that allows both mochi test generated mouse events and touch generated mouse events to both work at the same time.
Eugen Sawin
- Media
- Landed bug 1190379 - Use AndroidDecoderModule to decode VP8/VP9
- Reviews (e.g., bug 1202286)
- Performance
- Landed some minor import-delaying improvements
- JS optimization-off "compile" time results (with import improvements applied)
- Misc
- Security bug
- Blocked on
- Gecko Profiler add-on does not retrieve profiles
- Mysterious Valgrind issues in bug 1193821
Fixed
Working on
Dylan Roeh
Last Week:
- Worked on bug 1156817 - Android reftests run in a wacky environment that is not representative of anything
- Ruled out a bunch of possible causes for widespread failure in reftest-sanity, but haven't figured out the cause yet.
- Also tried to figure out why I can't run a reftest.list of my own creation.
This Week:
- Continued on same.
- Down to one failure in reftest-sanity, but with an ugly workaround.