Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove SPS profiler. | wolfbeast | 2018-05-24 | -48/+2 |
| | | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions. | |||
* | Remove gfxCrashReporterUtils. | wolfbeast | 2018-05-20 | -14/+0 |
| | | | | Tag #20. | |||
* | Remove MOZ_B2G leftovers and some dead B2G-only components. | wolfbeast | 2018-05-12 | -12/+1 |
| | ||||
* | Merge pull request #295 from janekptacijarabaci/_native_52ESR_events_auxclick_1 | Moonchild | 2018-04-29 | -0/+1 |
|\ | | | | | UI Events - implement auxclick | |||
| * | Implement auxclick | janekptacijarabaci | 2018-02-04 | -0/+1 |
| | | | | | | | | | | | | Bug(s): https://bugzilla.mozilla.org/show_bug.cgi?id=1304044 (native in moebius) | |||
* | | Bug 1388020. r=nical, a=RyanVM | Andrew Osmond | 2018-04-19 | -5/+2 |
| | | ||||
* | | Bug 1440717 - Use RefPtr for CompositingRenderTargetOGL::mGL. r=Bas, a=ritu | Nicolas Silva | 2018-04-19 | -2/+2 |
| | | | | | | | | | | | | --HG-- extra : source : b6d2d55223d2aa5cb85bbdf33075d1d38f2a9a30 extra : intermediate-source : 0ec90964e0bc479412a4da8a61d48b665211736e | |||
* | | Bug 1388020. r=nical, a=RyanVM | Andrew Osmond | 2018-03-14 | -39/+73 |
| | | ||||
* | | Bug 1428947 - Check plane width & stride constraints. r=mattwoodrow, a=ritu | Dan Glastonbury | 2018-03-14 | -10/+13 |
| | | | | | | | | | | | | | | MozReview-Commit-ID: 328ETwMdVnq --HG-- extra : rebase_source : e16b28d137de080f9d8495c6937e24ac16b16ab1 | |||
* | | Add more NS_BUILD_REFCNT_LOGGING in AtomicRefCountedWithFinalize. | wolfbeast | 2018-02-08 | -2/+8 |
| | | ||||
* | | Avoid potentially unsafe snprintf usage in FPSCounter. | wolfbeast | 2018-02-08 | -6/+21 |
| | | | | | | | | | | | | snprintf returns the number of bytes it would have written when it runs out of space. This patch makes sure we properly handle this unlikely event in FPSCounter. This patch also makes sure we don't print out the contents of an uninitialized buffer. | |||
* | | Check for too large allocation size in BasicPlanarYCbCrImage::CopyData (DiD) | wolfbeast | 2018-02-05 | -1/+8 |
|/ | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+143658 |