summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | Issue #2165 - Disable LNK4217 and LNK4286 warnings when linking ICU as they'r...Job Bautista2023-03-26
| * | Issue #324 - Follow-up: Remove more traces of *INTL_API.Job Bautista2023-03-24
| * | Issue #2165 - Follow-up: Always build ICU as shared lib in Windows.Job Bautista2023-03-24
| * | Revert "Issue #2165 - Follow-up: No longer support bundling the ICU data file...Job Bautista2023-03-24
| * | Issue #2165 - Follow-up: No longer support bundling the ICU data file into pa...Job Bautista2023-03-19
| * | Issue #2165 - Build ICU as a shared library if we're building Spidermonkey sh...Job Bautista2023-03-19
| * | Issue #62 - Fix xul.dll link bustage related to JS::ubi::DominatorTree.Job Bautista2023-03-16
| * | Issue #62 - Fix xul.dll link bustage relating to JSErrorNotes.Job Bautista2023-03-16
| * | Issue #62 - Fix xul.dll link bustage related to MovableCellHasher.Job Bautista2023-03-16
| * | Issue #62 - Get --enable-shared-js and --enable-export-js working again, and ...Job Bautista2023-03-16
* | | Merge pull request 'Don't reconstruct the parent when tearing down `display:c...Moonchild2023-03-26
|\ \ \ | |_|/ |/| |
| * | Issue #2176 - Don't reconstruct the parent when tearing downMoonchild2023-03-26
* | | Merge pull request 'Don't discard event state mask when matching `::slotted()...Moonchild2023-03-24
|\ \ \ | |/ / |/| |
| * | Issue #2135 - Don't discard event state mask when matching ::slotted() or :ho...FranklinDM2023-03-24
* | | Issue #2161 - Ctrl + Enter should cause keypress event even though theMoonchild2023-03-23
|/ /
* | Merge branch 'css-slotted-pseudo-rebased'Moonchild2023-03-23
|\ \
| * | Issue #1592 - Follow-up: Don't post a restyle event if restyleElement is nullFranklinDM2023-03-23
| * | Issue #1592 - Part 10: Slot elements should restyle their parent on attribute...FranklinDM2023-03-23
| * | Issue #1592 - Part 9: Post a restyle event after changing the slot of a slott...FranklinDM2023-03-23
| * | Issue #1592 - Part 8: Test the assigned slot for type/class/ID/attribute inst...FranklinDM2023-03-23
| * | Issue #1592 - Part 7: Slottables cannot be matched from the outer tree.FranklinDM2023-03-23
| * | Issue #1592 - Part 6: Allow pseudo-classes with a forgiving selector list arg...FranklinDM2023-03-23
| * | Issue #1592 - Part 5: Use flattened element tree when looking for a parent wh...FranklinDM2023-03-23
| * | Issue #1592 - Part 4: Walk ::slotted()-containing rules for slottablesFranklinDM2023-03-23
| * | Issue #1592 - Part 3: Ensure only tree-abiding pseudo-elements will follow ::...FranklinDM2023-03-23
| * | Issue #1592 - Part 2: Parse ::slotted() pseudo-element as if it were a pseudo...FranklinDM2023-03-23
| * | Issue #1592 - Part 1c: Pass SelectorParsingFlags as a referenceFranklinDM2023-03-23
| * | Issue #1592 - Part 1b: Move <slot> UA rule to html.cssFranklinDM2023-03-23
| * | Issue #1592 - Part 1a: Prevent crashing if a slot element was selected via DO...FranklinDM2023-03-23
|/ /
* | Merge branch 'master' of https://repo.palemoon.org/MoonchildProductions/UXPMoonchild2023-03-23
|\ \
| * \ Merge pull request 'Follow-up: Fix :host matching from inside the shadow tree...Moonchild2023-03-23
| |\ \
| | * | Issue #1593 - Follow-up: Fix :host matching from inside the shadow treeFranklinDM2023-03-20
* | | | Issue #2061 - Follow-up: Silence compiler warnings for libjxlFranklinDM2023-03-23
|/ / /
* | | Issue #2171 - Skip over shadow nodes that don't have an owning node.Moonchild2023-03-23
* | | Merge pull request 'Port ByteCodeEmitter helper classes' (#2159) from martok/...Moonchild2023-03-22
|\ \ \
| * | | Issue #2155 - Fix wrong assertionMartok2023-03-15
| * | | Issue #2155 - Fix debug buildMartok2023-03-14
| * | | Issue #2155 - Remove now-unused functionsMartok2023-03-13
| * | | Issue #2155 - Fix BytecodeEmitter::emitArguments for our ParseNode treeMartok2023-03-13
| * | | Issue #2155 - Add PropOpEmitter, ElemOpEmitter, NameOpEmitter, CallOrNewEmitterMartok2023-03-13
| * | | Issue #2155 - Refactor BytecodeEmitter in preparation for *Emitter workMartok2023-03-13
| * | | Issue #2155 - Simplify BytecodeEmitter::isRestParameterMartok2023-03-13
| * | | Issue #2155 - Split TDZCheckCache, IfEmitter/InternalIfEmitter, JumpList from...Martok2023-03-13
* | | | Revert "[widget] Linux GTK3: Detach accessible from moz_container before it's...Moonchild2023-03-18
| |/ / |/| |
* | | Issue #2166 - Follow-up: Fix style nits.Moonchild2023-03-18
* | | Merge pull request 'Remove mozilla::AlignedStorage' (#2167) from FranklinDM/U...Moonchild2023-03-18
|\ \ \
| * | | Issue #2166 - Part 6: Remove mozilla::AlignedStorageFranklinDM2023-03-17
| * | | Issue #2166 - Part 5c: Use override keyword for all virtual methods of Recove...FranklinDM2023-03-17
| * | | Issue #2166 - Part 5b: Replace RInstructionStorage copy by a cloneInto functi...FranklinDM2023-03-17
| * | | Issue #2166 - Part 5a: Use alignas/alignof inside RInstructionStorageFranklinDM2023-03-17