Mobile/Platform/Notes/13-Jan-2016: Difference between revisions
< Mobile | Platform/Notes
(Created page with "__NOTOC__ == Details == * Tuesdays - 9:00am Pacific, 12:00pm Eastern, 16:00 UTC {{conf|99998}} * irc.mozilla.org #mobile for backchannel * [https://v.mozilla.com/flex.html?ro...") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 73: | Line 73: | ||
===Randall Barker=== | ===Randall Barker=== | ||
Last Week: | |||
* Landed {{Bug|1229752}} - When C++ APZ scroll offset diverges from the Gecko scroll offset, it is not being applied properly to the event position | |||
* Landed {{Bug|1233056}} - Long tapping on a link will select a different link from the page | |||
Next Week: | |||
* More APZ. | |||
===Eugen Sawin=== | ===Eugen Sawin=== | ||
Line 79: | Line 85: | ||
===Dylan Roeh=== | ===Dylan Roeh=== | ||
* Continued working on test issues re: {{bug|1148544}} - Spend less time figuring out UA overrides | |||
[[Category:Wikipage templates]] | [[Category:Wikipage templates]] | ||
== Roundtable == | |||
* JNI overview | |||
** [http://www.jnchen.com/blog/2015/01/new-smart-jni-reference-classes-for-fennec Smart reference classes] | |||
*** LocalRef, GlobalRef, etc. | |||
** [https://bugzilla.mozilla.org/page.cgi?id=splinter.html&bug=1238761&attachment=8706639 Example to add native methods in Java] | |||
** Examples to implement native methods in C++ ([https://bugzilla.mozilla.org/page.cgi?id=splinter.html&bug=1238761&attachment=8706641 example 1]) ([https://bugzilla.mozilla.org/page.cgi?id=splinter.html&bug=1238761&attachment=8706641 example 2]) | |||
*** Init | |||
*** WeakPtr | |||
*** Proxy | |||
** Gotchas | |||
*** Lifetime | |||
*** Threading |
Latest revision as of 17:04, 13 January 2016
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)
JChen
Fixed
Working on
Randall Barker
Last Week:
- Landed bug 1229752 - When C++ APZ scroll offset diverges from the Gecko scroll offset, it is not being applied properly to the event position
- Landed bug 1233056 - Long tapping on a link will select a different link from the page
Next Week:
- More APZ.
Eugen Sawin
Fixed
Working on
Dylan Roeh
- Continued working on test issues re: bug 1148544 - Spend less time figuring out UA overrides
Roundtable
- JNI overview
- Smart reference classes
- LocalRef, GlobalRef, etc.
- Example to add native methods in Java
- Examples to implement native methods in C++ (example 1) (example 2)
- Init
- WeakPtr
- Proxy
- Gotchas
- Lifetime
- Threading
- Smart reference classes