Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #438: Do not round the translation of an SVG frame. | wolfbeast | 2019-08-14 | -6/+36 |
| | | | | This doesn't solve the blurriness yet, but is part of the problem. | |||
* | Issue #1211: Allow the loading of TYPE_FONT from file: URLs. | wolfbeast | 2019-08-14 | -1/+14 |
| | | | | | | | This bypasses the CORS restriction of unique file: URLs in the case of fonts loaded through CSS. Resolves #1211. | |||
* | Outdated comment removal (no code changes) | win7-7 | 2019-08-02 | -1/+0 |
| | | | | No code changes. | |||
* | 1332245 - Move nsScriptError from js/xpconnect to dom/bindings. | Gaming4JC | 2019-07-18 | -0/+10 |
| | ||||
* | Revert "Capture delayed events and cancel as necessary." | wolfbeast | 2019-07-18 | -16/+0 |
| | | | | | | | | | Tag #1052 (backout). Backed out for creating issues like #1191 and other issue-less problems with e.g. losing the caret from text boxes. Of note: this was also backed out from m-c for similar reasons in Bug 1332433. This fixes #1191. This reverts commit 3424afccaebc71c4acd4fa9eadf519c408c5965b. | |||
* | Fix comments for Frameproperties | win7-7 | 2019-07-12 | -2/+2 |
| | | | | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1373884 Fixes comments for Frameproperties. These comments went unnoticed earlier. No code changes. | |||
* | Iterate the frame property list once to collect which child list properties ↵ | win7-7 | 2019-07-08 | -36/+80 |
| | | | | | | we have Look into optimizing out the hashtable lookups from nsContainerFrame | |||
* | Avoid multiple hashtable lookups in DisplayItemData destructor | win7-7 | 2019-07-07 | -2/+7 |
| | | | | | | | | | | | UXP has: MOZ_RELEASE_ASSERT(sAliveDisplayItemDatas && sAliveDisplayItemDatas >Contains(this)); sAliveDisplayItemDatas->RemoveEntry(this); and this gets hit during frame destruction. Combine these checks. | |||
* | Attach FrameProperties to each frame instead of using a shared hashtable | win7-7 | 2019-06-26 | -944/+726 |
| | | | | Dispense the shared hashtable and instead attach the frame property list directly to nsIFrame. | |||
* | Revert "Improve origin-clean algorithm" | wolfbeast | 2019-06-04 | -5/+3 |
| | | | | This reverts commit e69b3f567c4b8957cc09ba4359e84939f77781c5. | |||
* | Improve origin-clean algorithm | wolfbeast | 2019-05-27 | -3/+5 |
| | ||||
* | Lots of time spent maintaining nsDisplayLayerEventRegions (#1116) | win7-7 | 2019-05-24 | -0/+4 |
| | | | | | | | | * Simplify the dispatch-to-content region Simplify the dispatch-to-content region in nsDisplayLayerEventRegions::AddFrame() and AddInactiveScrollPort() if it starts to get large. * tabs to spaces | |||
* | Issue #1101 - Support gzip-compressed SVGs in OpenType+SVG fonts | Gaming4JC | 2019-05-23 | -0/+31 |
| | ||||
* | Merge pull request #1071 from win7-7/nsDisplayListBuilder | Moonchild | 2019-05-03 | -2/+2 |
|\ | | | | | nsFrameList::GetLength() calls in nsDisplayListBuilder::MarkFramesForDisplayList() are slow | |||
| * | patch to Bug 1377329 | win7-7 | 2019-05-02 | -2/+2 |
| | | ||||
* | | unnecessary space at the end removed | win7-7 | 2019-05-02 | -1/+0 |
| | | ||||
* | | patch to Bug 1363423 | win7-7 | 2019-05-02 | -0/+5 |
|/ | ||||
* | Capture delayed events and cancel as necessary. | wolfbeast | 2019-04-26 | -0/+16 |
| | | | | Tag #1052 | |||
* | Handle URL token in a closer way to the CSS3 spec | JustOff | 2019-04-20 | -14/+33 |
| | ||||
* | Issue #991 Part 5: DOM and layout | Ascrod | 2019-04-13 | -79/+15 |
| | ||||
* | Add nullcheck in nsSVGUtils::PaintFrameWithEffects | wolfbeast | 2019-04-06 | -3/+6 |
| | | | | | | Some SVGs define a mask but an invalid mask frame. Check to make sure we have a `maskFrame` that isn't null before trying to use it. This resolves #1034 | |||
* | Revert "add a nullptr check in nsSVGUtils::PaintFrameWithEffects" | wolfbeast | 2019-04-06 | -1/+1 |
| | | | | This reverts commit 00baf283622b47ad7926c6e62364854d3dfbc00a. | |||
* | add a nullptr check in nsSVGUtils::PaintFrameWithEffects | yami | 2019-04-03 | -1/+1 |
| | ||||
* | Bug 1360343 - ensure maskSurface is not null before dereference, since it ↵ | cku | 2019-04-03 | -1/+2 |
| | | | | | | | | | can be null because of OOM or gfx device reset. r=dvander MozReview-Commit-ID: HX2qsWLZpMg --HG-- extra : rebase_source : 046befc11151461a682842c31e2ce39247a5e1d8 | |||
* | Remove 18 yo OS/2 and AIX bustage workaround. | wolfbeast | 2019-03-31 | -19/+73 |
| | | | | Tag #186 | |||
* | Issue #187: Remove solaris conditional code. | wolfbeast | 2019-03-30 | -3/+0 |
| | ||||
* | Grab caching capturing content with local variable. | wolfbeast | 2019-03-23 | -5/+5 |
| | ||||
* | The result of adding any percentage factor to a size that is zero should ↵ | JustOff | 2019-03-21 | -4/+5 |
| | | | | also be zero | |||
* | Handle the special case of a flex frame being the absolute containing block ↵ | JustOff | 2019-03-14 | -6/+148 |
| | | | | correctly from the CSS align code | |||
* | Remove various hard-coded Accept: headers | wolfbeast | 2019-03-07 | -4/+0 |
| | | | | | | | Since we're now handling this in the network back-end, there's no need for this anymore. Tag #993. | |||
* | Add nullcheck for frames in FindNearestCommonAncestorFrame | wolfbeast | 2019-02-18 | -0/+4 |
| | | | | This resolves #978. | |||
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2019-02-03 | -433/+574 |
|\ | ||||
| * | issue #908 - implement missing parts of CSS mask | yami | 2019-02-02 | -433/+574 |
| | | ||||
* | | Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS | wolfbeast | 2019-01-18 | -14/+0 |
|/ | ||||
* | Telemetry: Remove stubs and related code | adeshkp | 2019-01-12 | -195/+0 |
| | ||||
* | Make MAX_CSS_VAR_LENGTH unsigned to avoid warnings. | wolfbeast | 2019-01-04 | -1/+1 |
| | | | | Follow-up for #891. Tag #457. | |||
* | Remove AndroidMediaDecoder and friends | trav90 | 2018-12-16 | -9/+0 |
| | | | | They are no longer supported and don't work with newer Android versions anyway. | |||
* | Avoid useless FrameNeedsReflow call. | wolfbeast | 2018-12-13 | -0/+3 |
| | ||||
* | Only disallow lazy frame construction for direct children of display: ↵ | trav90 | 2018-12-09 | -6/+34 |
| | | | | contents elements | |||
* | Limit the CSS string length for resolved variables to sane values. | wolfbeast | 2018-12-01 | -0/+9 |
| | | | | This resolves #891 | |||
* | Make sure we remove our RefreshDriver observers in CompleteAsyncScroll. | wolfbeast | 2018-11-02 | -2/+12 |
| | | | | Follow-up to fdbac095968bc952fec6a03765a7156940ae4733 | |||
* | Ensure that the scroll frame deregisters its refresh driver observers ↵ | wolfbeast | 2018-10-31 | -22/+30 |
| | | | | | | (mAsyncScroll & mAsyncSmoothMSDScroll) before it's destroyed. Tag #345 | |||
* | [css-grid] Reftests for 88671bcc3633af5a5e34715518e0804ca892fac7 | JustOff | 2018-10-20 | -0/+348 |
| | ||||
* | [css-grid] Don't shrink-wrap the inline size when we have an available size ↵ | JustOff | 2018-10-20 | -3/+5 |
| | | | | when measuring block size | |||
* | Use device pixels instead of CSS pixels for table borders. | wolfbeast | 2018-10-07 | -38/+41 |
| | | | | This resolves #821 (regression). | |||
* | Make caret width normal/thick behind CJK char configurable. | wolfbeast | 2018-10-07 | -1/+7 |
| | | | | Fixes #820 (regression). | |||
* | Clean up a number of unused variables. | wolfbeast | 2018-09-29 | -6/+0 |
| | | | | Tag #21. | |||
* | Fix wrong SVG sizes with non-integer values for viewBox width/height. | wolfbeast | 2018-09-14 | -4/+5 |
| | | | | Includes a standalone reftest. | |||
* | Bug 1470260 - Part 2: Make RefreshDriverTimer ref-counted and hold a strong ↵ | wolfbeast | 2018-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 ↵ | wolfbeast | 2018-09-10 | -0/+4 |
| | | | | TickRefreshDriver call. |