Confirmed users
183
edits
(Add status updates) |
|||
| Line 32: | Line 32: | ||
===paolo=== | ===paolo=== | ||
Past weeks: | |||
* Downloads Panel | |||
** Feedback on {{bug|801232}} - Support per-window private browsing in the Downloads Panel. | |||
* Snappy | |||
** {{bug|789932}} - nsExternalAppHandler downloads files on the main thread. | |||
** {{bug|740468}} - Replace old synchronous favicons calls in the bookmarks export service. | |||
** {{bug|700250}} - Deprecate synchronous methods to add a visit: remove calls in Places tests | |||
* Build Configuration | |||
** Configured [https://developer.mozilla.org/en-US/docs/Eclipse_CDT Eclipse C++ autocomplete] | |||
** Configured <tt>ccache</tt> (minimal improvement in clobber build time) | |||
** Configured <tt>clang</tt> (no significant improvement in build time, clearer compiler warnings) | |||
** Configured <tt>gold</tt> then reverted to <tt>ld</tt> | |||
*** <tt>gold</tt> uses more memory on my system and always fails. | |||
*** <tt>ld</tt> may fail but succeeds if I free some more memory. | |||
This week: | |||
* Land {{bug|789932}} - nsExternalAppHandler downloads files on the main thread. | |||
** May break things in subtle ways! | |||
* Land {{bug|700250}} - Deprecate synchronous methods to add a visit: remove calls in Places tests | |||
* More feedback on {{bug|801232}} - Support per-window private browsing in the Downloads Panel. | |||
* Continue on [[User:P.A./Download_architecture_improvements|download architecture improvements]] | |||
===mak=== | ===mak=== | ||