This has two desirable side effects. The first and more important is that it prevents a scrollbar item from sitting between scroll layer items and preventing them from merging into one and thus preventing the creation of an async scrollable layer. The second is that scrollbars should be on top of the content they are scrolling in general, and this will make that happen in more cases.
========
https://hg.mozilla.org/integration/gaia-central/rev/6c837312e085
Author: Jed Parsons <jedp@me.com>
Desc: Merge pull request #11816 from jedp/903134-mozbrowsererror
Bug 903134 - Clean up Trusted UI on mozbrowsererror; r=ferjm
========
https://hg.mozilla.org/integration/gaia-central/rev/2fd233067990
Author: Jed Parsons <jedp@me.com>
Desc: Bug 903134 - Clean up Trusted UI on mozbrowsererror, mozbrowserclose
========
https://hg.mozilla.org/integration/gaia-central/rev/ccee6c59b8c4
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 969413 - Make the edit mode bottom margin rule apply only to the relevant elements r=julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/7e89291b08ea
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #16107 from yor-mozilla-com/fix969996
Fix for bug 969996 r=rik
========
https://hg.mozilla.org/integration/gaia-central/rev/d1393f863c8b
Author: Yan Or <yor@mozilla.com>
Desc: Fix for bug 969996
Delay chunk rendering by grouping chunks into larger
sets before calling renderChunk. First set size will
be the same as the current FIRST_CHUNK_SIZE (6). Subsequent
sets will cap at INCREMENTAL_RENDER_SIZE (60).
The goal is to reduce reflows on rendering the call log.
Also fixed the following bugs:
_groupCounter never gets incremented if there's only one log entry per day
Change currDate and prevDate comparison to more readable form
Added unit tests for call log rendering of various sizes.
========
https://hg.mozilla.org/integration/gaia-central/rev/3376c0645ebd
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #16370 from Rik/dsds-notification-965853
Bug 965853 - Display SIM indication in missed call notification r=etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/9212080ca7cd
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 965853 - Display SIM indication in missed call notification
Refactored mock_call to handle several handlers for one event type
Moved a few files to jshint linting