This is a cautionary move: when uploaded to infrastructure,
background.apk will not look so bad; but browser.apk is likely to
confuse folks. (These files will be in the same directory as
fennec-*apk, and sort earlier than that file.)
I considered including "tests" in the name, but decided not to make a
long name even longer.
This also renames the Android package. This is purely cosmetic, since
the package has no consumers (infrastructure, mach, etc). But this looks
nicer in IDEs: the generated classes fit into the class hierarchy.
This installs:
* Remove unused imports
* Add missing '@Override' annotations
* Add missing '@Override' annotations to implementations of interface methods
* Add missing '@Deprecated' annotations
* Remove unnecessary casts
* Remove unnecessary '$NON-NLS$' tags
* Organize imports
* Remove trailing white spaces on all lines
The installation is "per project", when it could in theory be shared,
because it's quite difficult to actually arrange the sharing. We'd need
to write into an Eclipse workspace (which we don't currently even know).
The most important part here is 4 spaces, no tabs. We can iterate on
other things over time.
The installation is "per project", when it could in theory be shared,
because it's quite difficult to actually arrange the sharing. We'd need
to write into an Eclipse workspace (which we don't currently even know).
The set of resources of all the Android library projects are processed
at once. That means that the bi-directional dependency between the main
project resources and the crash reporter resources causes no build time
problems. Therefore, this patch moves all the main project resources
into a library project (FennecResources) and adds an optional additional
library project (FennecCrashReporterResources).
========
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
========
https://hg.mozilla.org/integration/gaia-central/rev/344ecc65d805
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #15242 from mpizza/Bug_958003_demo_keyboard
Bug 958003 - resizeWindow() if we receive inputContext before init, r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/aebe543ef888
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 958003 - [Keyboard][V1.4] FxOS cannot pops up third party keyboard after process manager kills it
-- after OOM keyboard will not get 'oninputcontextchange' at first time while keyboard app is using
-- so can not only depens on 'oninputcontextchange' to show keyboard layouts.