summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* Merge branch 'jsbuild-work'Matt A. Tobin2020-11-04-571/+770
|\
| * Issue #1676 - Part 21: Use js-cxxflags.mozbuild in testing code and js shellMatt A. Tobin2020-11-04-21/+6
| * Issue #1676 - Part 20: Split vtune sources out of js/src/moz.buildMatt A. Tobin2020-11-04-7/+19
| * Issue #1676 - Part 19: Split ctypes sources out of js/src/moz.buildMatt A. Tobin2020-11-04-16/+29
| * Issue #1676 - Part 18: Move and separate top level sources from vm sources in...Matt A. Tobin2020-11-04-25/+14
| * Issue #1676 - Part 17: Put remaining source files which have debug code ifdef...Matt A. Tobin2020-11-04-2/+6
| * Issue #1676 - Part 16: Split WASM sources out of js/src/moz.buildMatt A. Tobin2020-11-04-22/+40
| * Issue #1676 - Part 15: Split threading sources out of js/src/moz.buildMatt A. Tobin2020-11-04-15/+32
| * Issue #1676 - Part 14: Split proxy sources out of js/src/moz.buildMatt A. Tobin2020-11-04-8/+24
| * Issue #1676 - Part 13: Split perf sources out of js/src/moz.buildMatt A. Tobin2020-11-04-13/+30
| * Issue #1676 - Part 12: Split jit sources out of js/src/moz.buildMatt A. Tobin2020-11-04-216/+232
| * Issue #1676 - Part 11: Split irregexp sources out of js/src/moz.buildMatt A. Tobin2020-11-04-8/+24
| * Issue #1676 - Part 10: Split gc sources out of js/src/moz.buildMatt A. Tobin2020-11-03-14/+30
| * Issue #1676 - Part 9: Move DIRS down in js/src/moz.buildMatt A. Tobin2020-11-03-15/+13
| * Issue #1676 - Part 8: Fix up include for selfhosted.out.hMatt A. Tobin2020-11-03-1/+1
| * Issue #1676 - Part 7: Split frontend sources out of js/src/moz.buildMatt A. Tobin2020-11-03-16/+28
| * Issue #1676 - Part 6: Split ds sources out of js/src/moz.buildMatt A. Tobin2020-11-03-2/+18
| * Issue #1676 - Part 5: Split devtools sources out of js/src/moz.buildMatt A. Tobin2020-11-03-7/+26
| * Issue #1676 - Part 4: Split builtin sources out of js/src/moz.buildMatt A. Tobin2020-11-03-59/+78
| * Issue #80 - De-unify js/srcMatt A. Tobin2020-11-03-17/+17
| * Issue #1676 - Part 3: Split DEFINES out of js/src/moz.buildMatt A. Tobin2020-11-03-36/+37
| * Issue #1676 - Part 2: Split CFLAGS and CXXFLAGS directives out of js/src/moz....Matt A. Tobin2020-11-03-34/+45
| * Issue #1676 - Part 1: Split MozTesting directives out of js/src/moz.buildMatt A. Tobin2020-11-03-45/+49
* | [devtools] More gracefully (than a crash) handle stack capture failures.Moonchild2020-10-31-1/+3
* | Merge pull request 'Fix up -moz-tab-size and unprefix it.' (#1674) from athen...Moonchild2020-10-30-334/+397
|\ \ | |/ |/|
| * Issue #1673 - Part 5: Fix brace style and missed -moz-tab-size reference.athenian2002020-10-29-255/+212
| * Issue #1673 - Part 4: Unprefix -moz-tab-size.athenian2002020-10-28-10/+38
| * Issue #1673 - Part 3: Bring minimum tab advance up to spec.athenian2002020-10-28-11/+30
| * Issue #1673 - Part 2: Make tab-size animatable and fix typos.athenian2002020-10-28-10/+7
| * Issue #1673 - Part 1: Allow tab-size to accept <length>.athenian2002020-10-28-62/+124
* | Issue #1656 - Nuke the remaining vim lines in UXPMoonchild2020-10-26-59/+0
* | Update docs for change of repository host.Moonchild2020-10-23-1/+1
* | Update docs for change of repository host.Moonchild2020-10-23-2/+2
* | [layout] Re-order rowgroups if reflowing.Moonchild2020-10-23-2/+14
* | [layout] Avoid negative availSize.BSizes in paginated table reflow.Moonchild2020-10-23-9/+11
* | Bump platform version for added features.Moonchild2020-10-23-1/+1
* | [netwerk] Make nsIncrementalStreamLoader's GetNumBytesRead threadsafe.Moonchild2020-10-23-10/+14
* | [DOM] When failing to create a channel and an image request, make sure to setMoonchild2020-10-22-1/+9
|/
* [DOM Fetch] Detect broken pipes and propagate that write error to the caller.Moonchild2020-10-21-0/+11
* [DOM Fetch] Improve stability of Fetch API.Moonchild2020-10-21-4/+9
* Merge branch 'master' of https://github.com/MoonchildProductions/UXPMoonchild2020-10-20-12/+138
|\
| * Merge pull request #1670 from athenian200/caret_colorMoonchild2020-10-20-12/+138
| |\
| | * Merge branch 'master' of https://github.com/MoonchildProductions/UXP into car...athenian2002020-10-18-8210/+397
| | |\ | | |/ | |/|
| | * Issue #1668 - Part 2: Visited color and auto support for caret-color property.athenian2002020-10-18-8/+27
| | * Issue #1668 - Part 1: Implement support for caret-color property.athenian2002020-10-18-11/+118
* | | Issue #1671 - Unprefix ::-moz-selectionMoonchild2020-10-20-5/+17
|/ /
* | Issue #1643 - Follow-up: Ensure we properly clear our pointers when theMoonchild2020-10-16-9/+24
* | Issue #1606 - Add support for multi-monitor DPI awareness v2 (W10 1706+)Moonchild2020-10-06-11/+33
* | [devtools] Teach devtools about overflow-wrap: anywhereMoonchild2020-10-03-0/+2
* | Issue #1666 - Implement overflow-wrap: anywhereMoonchild2020-10-03-4/+11