| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Part 1. Move IsLocalRefURL to nsContentUtils to reuse this function. (port-rewrite)
`IsLocalRefURL` is originally designed to be used by URLValue only.
Since we need this function in SVGUseElement::LookupHref too, move it to nsContentUtils as a util function.
* Revert "Part 1. Move IsLocalRefURL to nsContentUtils to reuse this function. (port-rewrite)"
This reverts commit 19f010c62022e269f99066a8d90e3522fe31adaf.
* Part 1. Duplicate IsLocalRefURL to nsContentUtils to reuse this function.
`IsLocalRefURL` is originally designed to be used by URLValue only.
Since we need this function in SVGUseElement::LookupHref too, duplicate it to nsContentUtils as a util function.
This is a duplication because CSSValue uses stringbuffers and not nsStrings.
While Bug 1356060 - "Just use nsString in URLValueData" converts this use from stringbuffer to nsString, it builds on a bunch of vartype refactoring (nsString vs. nsAString, etc.) which is too much of a headache to deal with just to deduplicate this simple function.
* Part 2. Implement nsSVGEffects::GetBaseURLForLocalRef to export local-ref-url-resolving logic.
ResolveURLUsingLocalRef is designed to be internally used by nsSVGEffects::Get-{SVGEffect}-URI functions.
Since we also need it in SVGUseElement::LookupHref, make it public in nsSVGEffects.
* Part 3. Resolve local-ref in SVGUseElement::LookupHref by nsSVGEffects::GetBaseURLForLocalRef.
* Part 4. Reftest for using local-ref as xlink:href value.
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
+ Used "mFrame->GetType()" instead of "mFrame->Type()"
|
|
|
|
| |
single length as the percent basis
|
|
|
|
| |
margin/padding resolution, to align with other browsers
|
|
|
|
| |
grid-auto-min-sizing-definite-001-ref.html to be easier to understand & adjust
|
|
|
|
| |
This resolves #626
|
|\
| |
| | |
Fix Build Bustage - with "--enable-debug"
|
| | |
|
|/ |
|
|\
| |
| | |
Undo Mozilla Bug 1302937; Reinstate -moz-mac-lion-theme media query
|
| | |
|
|/ |
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
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
|
| | |
|
|\ \
| | |
| | | |
DOM - implement animationcancel event
|
| | |
| | |
| | |
| | |
| | |
| | | |
(added tests + style clean up)
Issue #55
|
| | |
| | |
| | |
| | |
| | |
| | | |
tests)
Issue #55
|
| | |
| | |
| | |
| | | |
Issue #55
|
| | |
| | |
| | |
| | | |
Issue #55
|
| | |
| | |
| | |
| | |
| | |
| | | |
Script
Issue #55
|
| | |
| | |
| | |
| | | |
Issue #55
|
| | |
| | |
| | |
| | |
| | |
| | | |
on Aurora 52
Issue #55
|
| | |
| | |
| | |
| | |
| | |
| | | |
tests)
Issue #55
|
| | |
| | |
| | |
| | | |
https://github.com/MoonchildProductions/moebius/pull/138
|
| | |
| | |
| | |
| | | |
its parent class's method
|
| | | |
|
| | |
| | |
| | |
| | | |
computed height has changed
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
https://github.com/MoonchildProductions/moebius/pull/195
|
| | |
| | |
| | |
| | |
| | |
| | | |
XMLDocument / Selection.type
https://github.com/MoonchildProductions/moebius/pull/121
|
| | |
| | |
| | |
| | | |
https://github.com/MoonchildProductions/moebius/pull/71
|
| | |
| | |
| | |
| | | |
MozReview-Commit-ID: UO4wssYHj7
|
| | |
| | |
| | |
| | |
| | |
| | | |
--HG--
extra : source : edfd9ffbd7208ef0a59f40a0d77d8dd53c905cb9
extra : intermediate-source : 3784b22ec536b08ce95201d73ae8806340c18b8c
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
nsSVGUtils::GetBBox(). r=jwatt, a=RyanVM
AnimVal() is a DOM getter, and it flushes animations, which we don't want
in GetBBox() which is called from display list building cide and
FrameLayerBuilder.
MozReview-Commit-ID: DWgm7wAV7C0
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|