summaryrefslogtreecommitdiffstats
path: root/layout/base
Commit message (Collapse)AuthorAgeLines
* Merge pull request #1071 from win7-7/nsDisplayListBuilderMoonchild2019-05-03-2/+2
|\ | | | | nsFrameList::GetLength() calls in nsDisplayListBuilder::MarkFramesForDisplayList() are slow
| * patch to Bug 1377329win7-72019-05-02-2/+2
| |
* | unnecessary space at the end removedwin7-72019-05-02-1/+0
| |
* | patch to Bug 1363423win7-72019-05-02-0/+5
|/
* Capture delayed events and cancel as necessary.wolfbeast2019-04-26-0/+16
| | | | Tag #1052
* Grab caching capturing content with local variable.wolfbeast2019-03-23-5/+5
|
* The result of adding any percentage factor to a size that is zero should ↵JustOff2019-03-21-4/+5
| | | | also be zero
* Add nullcheck for frames in FindNearestCommonAncestorFramewolfbeast2019-02-18-0/+4
| | | | This resolves #978.
* issue #908 - implement missing parts of CSS maskyami2019-02-02-58/+319
|
* Telemetry: Remove stubs and related codeadeshkp2019-01-12-183/+0
|
* Only disallow lazy frame construction for direct children of display: ↵trav902018-12-09-6/+10
| | | | contents elements
* Make caret width normal/thick behind CJK char configurable.wolfbeast2018-10-07-1/+7
| | | | Fixes #820 (regression).
* Clean up a number of unused variables.wolfbeast2018-09-29-6/+0
| | | | Tag #21.
* Bug 1470260 - Part 2: Make RefreshDriverTimer ref-counted and hold a strong ↵wolfbeast2018-09-10-20/+21
| | | | ref on it on the stack when nsRefreshDriver::Tick can be reached.
* Bug 1470260 - Part 1: Ensure that 'this' stays alive for the duration of the ↵wolfbeast2018-09-10-0/+4
| | | | TickRefreshDriver call.
* Remove all C++ telemetry autotimerswolfbeast2018-09-04-9/+2
|
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-66/+0
| | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this.
* Avoid using memset on a not-trivial type like nsTabSizestrav902018-08-18-1/+6
| | | | | | nsTabSizes is non-trivial only because of the user-defined constructor. The idea desired here is certainly to zero all the members without listing them -- but the very act of doing so with a user-defined constructor, makes the idea impossible. Arguably this is something that is permissible in the language, and that the warning should be tailored to permit. I don't think this falls afoul of any of the issues flagged in https://gcc.gnu.org/ml/gcc-patches/2017-06/msg01527.html for example. In the meantime, just explicitly zeroing the three member fields is easy and fixes the warnings.
* Add pref to control CanOptimizeToImageLayer for large downscale factors.wolfbeast2018-07-14-0/+5
| | | | This resolves #626
* Fix Build Bustage - with "--enable-debug"janekptacijarabaci2018-07-12-1/+1
|
* Remove SPS profiler.wolfbeast2018-05-24-47/+0
| | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions.
* Bug 1379762 part 2. Use a more reliable test to figure out when we can skip ↵janekptacijarabaci2018-05-15-1/+14
| | | | | | firing onload in nsDocumentViewer::LoadComplete Issue #357
* Bug 1379762 part 1. Don't call MediaFeaturesChanged if our override device ↵janekptacijarabaci2018-05-15-4/+9
| | | | | | pixel ratio is set to its current value Issue #357
* Remove MOZ_WIDGET_GONK [1/2]wolfbeast2018-05-12-1/+1
| | | | Tag #288
* Remove MOZ_B2G leftovers and some dead B2G-only components.wolfbeast2018-05-12-95/+1
|
* Issue #325 Part 13: Remove Mozilla implementation of the bidi engine ↵wolfbeast2018-05-04-3010/+182
| | | | completely and use ICU.
* Building with "--enable-debug" - fix some warningsjanekptacijarabaci2018-05-02-2/+3
| | | | | https://github.com/MoonchildProductions/moebius/pull/146 https://github.com/MoonchildProductions/Pale-Moon/pull/1400
* Merge pull request #297 from janekptacijarabaci/css_text-justify_1Moonchild2018-04-29-1/+2
|\ | | | | CSS - implement text-justify property
| * moebius#90: CSS - implement text-justify propertyjanekptacijarabaci2018-04-01-1/+2
| |
* | moebius#138: Optimize operations on root of deeply-nested frame treejanekptacijarabaci2018-04-24-11/+153
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/138
* | moebius#195: DOM - PointerEvent - improvementsjanekptacijarabaci2018-04-23-0/+2
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/195
* | moebius#71: DOM - Pointer Events - improvementsjanekptacijarabaci2018-04-20-367/+95
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/71
* | Use natural border width rounding.wolfbeast2018-04-18-2/+2
| | | | | | | | | | | | | | Round subpixel border widths to nearest integer instead of nearest-below integer. Split caret widths off from border widths and continue to use rounding to nearest-below integer for that. Bump Goanna version for visual rendering change.
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-03-30-22/+151
|\| | | | | | | html_input_datetime_1
| * Bug 1426087 - Decrement nsDocumentViewer::mDestroyRefCount in a separate ↵Bob Owen2018-03-14-1/+8
| | | | | | | | | | | | | | | | function. r=jwatt, a=RyanVM --HG-- extra : source : 86d41b5efe074f6988085082df9ef537eee0813a extra : intermediate-source : ea406489f93a0a8fa05ff568acdff07ce6b118c4
| * HTML - implement the labels attribute (follow up)janekptacijarabaci2018-03-12-2/+4
| |
| * CSS - Grid - transferred min-size contribution of percentage size grid item ↵janekptacijarabaci2018-03-12-19/+137
| | | | | | | | with an intrinsic ratio
| * Don't build EME-specific subroutines without EME.wolfbeast2018-02-24-0/+2
| | | | | | | | | | | | | | | | | | | | | | - Checks for restricted or encrypted content - Dispatching 'encrypted' events - Dispatching 'key needed' events - HTML Media Element media keys system - EME telemetry - HTML Media Element EME API This is the main bulk for #26, isolating EME-specific code.
* | Bug 1286182: Implement the layout for <input type=date>janekptacijarabaci2018-02-14-2/+2
|/
* Bug 1261175.wolfbeast2018-02-07-0/+6
|
* Make the '-moz-windows-accent-color-applies' media query live to Windows 10 ↵wolfbeast2018-02-04-0/+3
| | | | settings changes.
* CSS gradients: add a special case for transparent stops.wolfbeast2018-02-02-0/+38
| | | | | | | This causes transparent stops to behave like "true transparent" instead of "transparent black", even in RGBA space. i.e.: the gradient will transition to a transparent version of the color adjacent to the transparent color stop (on either side if not on the edge).
* CSS: Stop using premultiplied color space for gradients.wolfbeast2018-02-02-84/+4
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+175676