Mobile/Notes/20-Oct-2010: Difference between revisions
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
** needs testing | ** needs testing | ||
* need to figure out l10n for java files | * need to figure out l10n for java files | ||
* Android build bustage post mortem, but DougT | |||
** Asked to push Tim's patch | |||
** Applied it, and corrected small conflict | |||
** Pushed to try. | |||
** Android didn't compile. | |||
** Got a new patch from Tim. | |||
** Pushed to try | |||
** For some reason, try didn't build Android this time. | |||
** Locally imported patch to my android builder | |||
** Built cleanly. | |||
** Pushed to M-C, and left | |||
** Failure Points: | |||
*** My mozconfig was for the emulator (disabled thumb2) | |||
*** Shouldn't have just left. | |||
**** High confidence on things would "just work" | |||
*** Try restricted builds for no good reason. | |||
== Electrolysis == | == Electrolysis == |
Revision as of 16:03, 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
- new dlopen plus making sqlite not be stupid got our install size way down
- everyone thank mwu
- patch to make breakpad work with new dlopen waiting for review from mwu
- expect to land today
- file picker for chrome landed yesterday, content support landed today
- needs testing
- need to figure out l10n for java files
- Android build bustage post mortem, but DougT
- Asked to push Tim's patch
- Applied it, and corrected small conflict
- Pushed to try.
- Android didn't compile.
- Got a new patch from Tim.
- Pushed to try
- For some reason, try didn't build Android this time.
- Locally imported patch to my android builder
- Built cleanly.
- Pushed to M-C, and left
- Failure Points:
- My mozconfig was for the emulator (disabled thumb2)
- Shouldn't have just left.
- High confidence on things would "just work"
- Try restricted builds for no good reason.
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%
Networking
Graphics
Startup
Layout
Content
Release Engineering
QA
Other
- DougT spent 2-3 days fixing talos.
- The Fennec CLH was registered using a prefix that loaded before talos CLHs.
- Alot of voodoo trying to get the right options, right config file, right files on disk.
- TPan doesn't work on desktop
- Tp4 doesn't produce the correct starting output on desktop
- Not all bad news, Ts does work on desktop
- I am pretty sure that these failures would also fail on the n900 given their subsystems (linux, apache) are basically the same.
- What I want is a way to locally test performance using the tools we currently have.