summaryrefslogtreecommitdiffstats
path: root/layout/style
Commit message (Expand)AuthorAgeLines
* Issue #1647 - Part 1: Implement percentage for CSS opacity keywordsathenian2002020-09-16-14/+29
* Issue #1629 - Part 5: Remove pointless local variables.athenian2002020-09-09-8/+7
* Issue #1629 - Part 4: Ensure isExplicitlyEnabled is false upon sheet creation.athenian2002020-09-06-2/+5
* Issue #1629 - Part 2: Implement the Explicitly Enabled flag.athenian2002020-08-13-13/+28
* Issue #1525 - Kill marquee elementMoonchild2020-06-01-789/+0
* Issue #1564 - Split off nsIdentifierMapEntry in its own headerwolfbeast2020-05-25-0/+1
* Revert "Merge pull request #1357 from athenian200/form-disabled-issue"athenian2002020-05-20-1/+6
* Issue #1543 - Follow-up: avoid displaying the Alt text if an image is loading.Moonchild2020-05-12-1/+0
* Issue #80 - Resolve issues with compiling on insane gcc configurations with n...Moonchild2020-05-01-0/+3
* Issue #80 - De-unify layout/styleMoonchild2020-04-30-15/+39
* Bug 1425769 - Base class for ShadowRoot and Document to manage style stateMatt A. Tobin2020-04-17-4/+4
* Issue #80 - De-unify dom/baseMatt A. Tobin2020-04-17-0/+1
* Bug 1417829 - Remove unresolved pseudoclassMatt A. Tobin2020-04-17-3/+0
* Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions]Matt A. Tobin2020-04-17-0/+66
* Bug 1409975 - Implement node distribution for shadow tree slotsMatt A. Tobin2020-04-17-0/+6
* Bug 1416999 - Remove document.registerElementMatt A. Tobin2020-04-17-14/+14
* Bug 1373798 - Move HTML dir attribute state into event state flagsMatt A. Tobin2020-04-17-7/+25
* Bug 1332353 - Make it clearer when a stylesheet is really owned by its mDocumentMatt A. Tobin2020-04-17-24/+69
* Bug 1355351 - Make pseudo-elements return the correct style via getComputedStyleMatt A. Tobin2020-04-17-4/+43
* Bug 1330843 - Allow JS to create NAC pseudo-elementsMatt A. Tobin2020-04-17-2/+14
* Bug 1346623 - Allow anonymous content created with nsIDocument::InsertAnonymo...Matt A. Tobin2020-04-16-0/+61
* Bug 1331322 - Allow tagging of pseudo-implementing native anonymous content w...Matt A. Tobin2020-04-16-0/+2
* Issue #1375 - Fix unified sourcesMatt A. Tobin2020-04-14-4/+7
* Bug 1321284 - Crash in nsCSSFrameConstructor::GetInsertionPrevSibling when tr...Matt A. Tobin2020-04-14-0/+80
* Fix a whitespace issue in nsComputedDOMStyle.cppwolfbeast2020-02-12-3/+3
* [CSS] Add stub for font-variation-settingswolfbeast2020-02-11-0/+42
* Merge branch 'master' of https://github.com/MoonchildProductions/UXP into for...athenian2002020-01-27-8/+2
|\
| * Bug 1271549 - Remove details and summary preference.Gaming4JC2020-01-26-8/+2
* | Issue #1356 - Remove -moz-user-input disabled to improve event handling.athenian2002020-01-16-6/+1
|/
* Bug 1322938 - Basic implementation of HTMLDialogElement.Gaming4JC2020-01-07-0/+21
* Issue #1345 - Implement non-standard legacy CSSStyleSheet rulesJustOff2020-01-07-0/+29
* Issue #1118 - Part 6: Fix various tests that are no longer correct.wolfbeast2019-12-22-1/+0
* Issue #1219 - Align computed DOM styles with mainstream behvior.wolfbeast2019-12-20-37/+42
* MoonchildProductions#1251 - Part 1: Restore initial Solaris support, fixed up.athenian2002019-10-21-0/+3
* Issue #1230 - Part 1: Fix Back-computing percentages for intrinsic sizing in ...Gaming4JC2019-09-28-4/+4
* Issue #1211: Allow the loading of TYPE_FONT from file: URLs.wolfbeast2019-08-14-1/+14
* Handle URL token in a closer way to the CSS3 specJustOff2019-04-20-3/+22
* Issue #187: Remove solaris conditional code.wolfbeast2019-03-30-3/+0
* Remove various hard-coded Accept: headerswolfbeast2019-03-07-4/+0
* Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2019-02-03-190/+151
|\
| * issue #908 - implement missing parts of CSS maskyami2019-02-02-190/+151
* | Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTSwolfbeast2019-01-18-11/+0
|/
* Telemetry: Remove stubs and related codeadeshkp2019-01-12-3/+0
* Make MAX_CSS_VAR_LENGTH unsigned to avoid warnings.wolfbeast2019-01-04-1/+1
* Limit the CSS string length for resolved variables to sane values.wolfbeast2018-12-01-0/+9
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-9/+0
* Merge pull request #567 from SpockMan02/moz-mac-lion-themeMoonchild2018-06-30-8/+24
|\
| * Undo Mozilla Bug 1302937; Reinstate -moz-mac-lion-theme media querySpockMan022018-06-27-8/+24
* | Remove unnecessary GCC version checkstrav902018-06-29-1/+1
|/
* Merge pull request #297 from janekptacijarabaci/css_text-justify_1Moonchild2018-04-29-1/+68
|\