| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
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.
|
|
|
|
| |
This resolves #626
|
| |
|
|
|
|
|
| |
- Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS)
- Stub out several profiler-only functions.
|
|
|
|
|
|
| |
firing onload in nsDocumentViewer::LoadComplete
Issue #357
|
|
|
|
|
|
| |
pixel ratio is set to its current value
Issue #357
|
|
|
|
| |
Tag #288
|
| |
|
|
|
|
| |
completely and use ICU.
|
|
|
|
|
| |
https://github.com/MoonchildProductions/moebius/pull/146
https://github.com/MoonchildProductions/Pale-Moon/pull/1400
|
|\
| |
| | |
CSS - implement text-justify property
|
| | |
|
| |
| |
| |
| | |
https://github.com/MoonchildProductions/moebius/pull/138
|
| |
| |
| |
| | |
https://github.com/MoonchildProductions/moebius/pull/195
|
| |
| |
| |
| | |
https://github.com/MoonchildProductions/moebius/pull/71
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\|
| |
| |
| | |
html_input_datetime_1
|
| |
| |
| |
| |
| |
| |
| |
| | |
function. r=jwatt, a=RyanVM
--HG--
extra : source : 86d41b5efe074f6988085082df9ef537eee0813a
extra : intermediate-source : ea406489f93a0a8fa05ff568acdff07ce6b118c4
|
| | |
|
| |
| |
| |
| | |
with an intrinsic ratio
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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.
|
|/ |
|
| |
|
|
|
|
| |
settings changes.
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|