Confirmed users
1,643
edits
(→Media) |
|||
Line 50: | Line 50: | ||
* {{Bug|933711}} - [B2G][Helix][stability][fengximing]When the Firefox phone goes to sleep, wait for long time, if you wake up the phone, it took too much time to enter the lock screen. /Morris | * {{Bug|933711}} - [B2G][Helix][stability][fengximing]When the Firefox phone goes to sleep, wait for long time, if you wake up the phone, it took too much time to enter the lock screen. /Morris | ||
** At nsFrameMessageManager::ReceiveMessage, we have about 600 event listeners at most. And bug 900221 would cause the time of 600 listeners iteration costs about 500ms which will slow down wake up procedure. I revert bug 900221 and looks like problem resolved. | ** At nsFrameMessageManager::ReceiveMessage, we have about 600 event listeners at most. And bug 900221 would cause the time of 600 listeners iteration costs about 500ms which will slow down wake up procedure. I revert bug 900221 and looks like problem resolved. | ||
* {{Bug|709490}} - Run WebGL on Web Worker with Off-Main-Thread-Compositing / Morris | * {{Bug|709490}} - Run WebGL on Web Worker with Off-Main-Thread-Compositing / Morris | ||
** Update to address comment as well | ** Update to address comment as well | ||
* {{Bug|920921}} - [Flatfish]: Flatfish has bad performance on Homescreen wiping /Jerry | * {{Bug|920921}} - [Flatfish]: Flatfish has bad performance on Homescreen wiping /Jerry | ||
**Trace Layer inactive/active mechanism | **Trace Layer inactive/active mechanism | ||
**Test {{Bug|940842}} for pre-render. Compare BenWa's implement with mine. | **Test {{Bug|940842}} for pre-render. Compare BenWa's implement with mine. | ||
* {{Bug|939962}} - Gallery app will get OOM process killed upon saving an edited photo after flashing or resetting the device | * {{Bug|939962}} - Gallery app will get OOM process killed upon saving an edited photo after flashing or resetting the device | ||
**Dump memory footprint when using gallery. | **Dump memory footprint when using gallery. | ||
***We always get pmem OOM on buri device and fall back to ashmem. | ***We always get pmem OOM on buri device and fall back to ashmem. | ||
* Flatfish performance followup /peter | * Flatfish performance followup /peter | ||
** https://etherpad.mozilla.org/hdperf | ** https://etherpad.mozilla.org/hdperf | ||
* KitKat graphic porting plan /peter | * KitKat graphic porting plan /peter | ||
* {{Bug|929432}} - [B2G][Helix][Browser][ChenHoulai] Open youtube in the browser, there is an extra horizontal line on the top when in full-screen mode /Peter | * {{Bug|929432}} - [B2G][Helix][Browser][ChenHoulai] Open youtube in the browser, there is an extra horizontal line on the top when in full-screen mode /Peter | ||
** Found the problem and work on patch now | ** Found the problem and work on patch now | ||
* {{Bug|944564}} - [B2G] Page transition in Homescreen can't reach 60fps stably. /vlin | * {{Bug|944564}} - [B2G] Page transition in Homescreen can't reach 60fps stably. /vlin | ||
** Breaking down 3 problems cause this. | ** Breaking down 3 problems cause this. |