| Commit message (Expand) | Author | Age | Lines |
* | Issue #80 - Resolve issues with compiling on insane gcc configurations with n... | Moonchild | 2020-05-01 | -0/+3 |
* | Issue #80 - De-unify layout/style | Moonchild | 2020-04-30 | -15/+39 |
* | Bug 1425769 - Base class for ShadowRoot and Document to manage style state | Matt A. Tobin | 2020-04-17 | -4/+4 |
* | Issue #80 - De-unify dom/base | Matt A. Tobin | 2020-04-17 | -0/+1 |
* | Bug 1417829 - Remove unresolved pseudoclass | Matt A. Tobin | 2020-04-17 | -3/+0 |
* | Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions] | Matt A. Tobin | 2020-04-17 | -0/+66 |
* | Bug 1409975 - Implement node distribution for shadow tree slots | Matt A. Tobin | 2020-04-17 | -0/+6 |
* | Bug 1416999 - Remove document.registerElement | Matt A. Tobin | 2020-04-17 | -14/+14 |
* | Bug 1373798 - Move HTML dir attribute state into event state flags | Matt A. Tobin | 2020-04-17 | -7/+25 |
* | Bug 1332353 - Make it clearer when a stylesheet is really owned by its mDocument | Matt A. Tobin | 2020-04-17 | -24/+69 |
* | Bug 1355351 - Make pseudo-elements return the correct style via getComputedStyle | Matt A. Tobin | 2020-04-17 | -4/+43 |
* | Bug 1330843 - Allow JS to create NAC pseudo-elements | Matt A. Tobin | 2020-04-17 | -2/+14 |
* | Bug 1346623 - Allow anonymous content created with nsIDocument::InsertAnonymo... | Matt A. Tobin | 2020-04-16 | -0/+61 |
* | Bug 1331322 - Allow tagging of pseudo-implementing native anonymous content w... | Matt A. Tobin | 2020-04-16 | -0/+2 |
* | Issue #1375 - Fix unified sources | Matt A. Tobin | 2020-04-14 | -4/+7 |
* | Bug 1321284 - Crash in nsCSSFrameConstructor::GetInsertionPrevSibling when tr... | Matt A. Tobin | 2020-04-14 | -0/+80 |
* | Fix a whitespace issue in nsComputedDOMStyle.cpp | wolfbeast | 2020-02-12 | -3/+3 |
* | [CSS] Add stub for font-variation-settings | wolfbeast | 2020-02-11 | -0/+42 |
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into for... | athenian200 | 2020-01-27 | -8/+2 |
|\ |
|
| * | Bug 1271549 - Remove details and summary preference. | Gaming4JC | 2020-01-26 | -8/+2 |
* | | Issue #1356 - Remove -moz-user-input disabled to improve event handling. | athenian200 | 2020-01-16 | -6/+1 |
|/ |
|
* | Bug 1322938 - Basic implementation of HTMLDialogElement. | Gaming4JC | 2020-01-07 | -0/+21 |
* | Issue #1345 - Implement non-standard legacy CSSStyleSheet rules | JustOff | 2020-01-07 | -0/+29 |
* | Issue #1118 - Part 6: Fix various tests that are no longer correct. | wolfbeast | 2019-12-22 | -1/+0 |
* | Issue #1219 - Align computed DOM styles with mainstream behvior. | wolfbeast | 2019-12-20 | -37/+42 |
* | MoonchildProductions#1251 - Part 1: Restore initial Solaris support, fixed up. | athenian200 | 2019-10-21 | -0/+3 |
* | Issue #1230 - Part 1: Fix Back-computing percentages for intrinsic sizing in ... | Gaming4JC | 2019-09-28 | -4/+4 |
* | Issue #1211: Allow the loading of TYPE_FONT from file: URLs. | wolfbeast | 2019-08-14 | -1/+14 |
* | Handle URL token in a closer way to the CSS3 spec | JustOff | 2019-04-20 | -3/+22 |
* | Issue #187: Remove solaris conditional code. | wolfbeast | 2019-03-30 | -3/+0 |
* | Remove various hard-coded Accept: headers | wolfbeast | 2019-03-07 | -4/+0 |
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2019-02-03 | -190/+151 |
|\ |
|
| * | issue #908 - implement missing parts of CSS mask | yami | 2019-02-02 | -190/+151 |
* | | Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS | wolfbeast | 2019-01-18 | -11/+0 |
|/ |
|
* | Telemetry: Remove stubs and related code | adeshkp | 2019-01-12 | -3/+0 |
* | Make MAX_CSS_VAR_LENGTH unsigned to avoid warnings. | wolfbeast | 2019-01-04 | -1/+1 |
* | Limit the CSS string length for resolved variables to sane values. | wolfbeast | 2018-12-01 | -0/+9 |
* | Remove all C++ Telemetry Accumulation calls. | wolfbeast | 2018-09-03 | -9/+0 |
* | Merge pull request #567 from SpockMan02/moz-mac-lion-theme | Moonchild | 2018-06-30 | -8/+24 |
|\ |
|
| * | Undo Mozilla Bug 1302937; Reinstate -moz-mac-lion-theme media query | SpockMan02 | 2018-06-27 | -8/+24 |
* | | Remove unnecessary GCC version checks | trav90 | 2018-06-29 | -1/+1 |
|/ |
|
* | Merge pull request #297 from janekptacijarabaci/css_text-justify_1 | Moonchild | 2018-04-29 | -1/+68 |
|\ |
|
| * | moebius#90: CSS - implement text-justify property | janekptacijarabaci | 2018-04-01 | -1/+68 |
* | | Merge pull request #296 from janekptacijarabaci/js_dom_animationcancel_1 | Moonchild | 2018-04-29 | -140/+373 |
|\ \ |
|
| * | | Bug 1264125: Fire transitioncancel event when a transition is canceled (added... | janekptacijarabaci | 2018-03-14 | -3/+67 |
| * | | Bug 1202333: AnimationEvent elapsedTime should reflect playbackRate (added te... | janekptacijarabaci | 2018-03-14 | -6/+0 |
| * | | moebius#89: DOM - implement animationcancel event | janekptacijarabaci | 2018-03-14 | -69/+79 |
| * | | Bug 1264125: Queue CSS related event when setting null target effect | janekptacijarabaci | 2018-03-14 | -13/+45 |
| * | | Bug 1264125: Call the queueing events when canceling transition via Style or ... | janekptacijarabaci | 2018-03-14 | -7/+20 |
| * | | Bug 1264125: Queue transitioncancel when animation status is idle | janekptacijarabaci | 2018-03-14 | -31/+45 |