Mobile/Notes/20-Oct-2010: Difference between revisions
Jump to navigation
Jump to search
Line 39: | Line 39: | ||
=== Performance === | === Performance === | ||
* Content Sink pref change loaded (Bug 604762) | |||
** Basically we make the child process less "responsive" and make it do more work before processing events | |||
** Saw page load perf bump by 3% | |||
=== Networking === | === Networking === |
Revision as of 15:52, 20 October 2010
Details
- Wednesdays - 9:30am Pacific, 12:30pm Eastern, 16:30 UTC
- 650-903-0800 or 650-215-1282 x92 Conf# 8605 (US/INTL)
- 1-800-707-2533 (pin 369) Conf# 8605 (US)
- irc.mozilla.org #mobile for backchannel
Schedule
Major Topics for This Week
Front-end
UX design
Maemo
Qt
Android
Electrolysis
- MacOS X - Content not rendering without user creating UI events
- Beta 2 Blocker
- Looks like mac isnt processing ipc messages it needs to
- Priority of child process (Alon can update everyone)
- Discussion in bug on dynamic verses constant child priority
- Constant priority makes the child slower (at least 3% on page load for one test).
- Dynamic priority is hard.
- I am bias.
General Platform
Video
Camera
Plugins
Performance
- Content Sink pref change loaded (Bug 604762)
- Basically we make the child process less "responsive" and make it do more work before processing events
- Saw page load perf bump by 3%