Moonchild
d0dbdf4e8b
[packager] Optimize archive accesses.
2020-11-16 21:10:25 +08:00
Moonchild
48a4d20592
Issue #1683 - Update libjar module.
2020-11-16 21:10:23 +08:00
Moonchild
390f3a6272
Issue #1683 - Update Brotli lib to 1.0.9
2020-11-16 21:10:22 +08:00
Moonchild
889311cd74
[libjar] Fix inflation logic.
...
This has been broken for 11 years. About time it's fixed.
Tag #1683
2020-11-16 21:10:20 +08:00
Moonchild
6d5eda3010
Issue #1682 - Remove vibrator DOM interface and support code.
...
Resolves #1682
2020-11-16 21:10:19 +08:00
Moonchild
8bc226c258
Issue #1391 - Disable DOM Filesystem/dirpicker APIs by default.
...
There don't seem to be any drawbacks to this; tested for the past month disabled
and there have been no issues with any sites visited. Adoption seems very low.
2020-11-16 21:10:18 +08:00
Moonchild
87982cb409
Issue #1679 - Part 2: Some small issues to address buildability.
...
- Explicitly |this| the Asserts in Cell.as<>
- Unified deprot in regexp-error.h
- Convert RegExpShared* inner() to a reinterpret_cast because for SOME reason
.as<> no longer works after the reimport (which is a static cast)
2020-11-13 09:15:22 +08:00
Matt A. Tobin
dbeab6d3af
Issue #1679 - Part 1: First pass account for some of the refactoring differences in regexp-shim.h
...
This is the patch Moonchild committed on the aborted branch before the plan was revised.
2020-11-13 09:15:20 +08:00
Matt A. Tobin
86402bf7e9
Bug 1466909 - Use AddLvalueReference for UniquePtr's operator*().
...
This is required for UniquePtr to accept <void>,
which is required for PseudoHandle = mozilla::UniquePtr<T, JS::FreePolicy>;
in turn for mozilla::SegmentedVector<PseudoHandle<void>> uniquePtrArena_;
Tag #1679
2020-11-13 09:15:18 +08:00
Matt A. Tobin
d646d4403f
Bug 1328948 - Add is(), as() to Cell.
...
Tag #1679
2020-11-13 09:15:16 +08:00
Matt A. Tobin
c44d7d2189
Issue #1677 - Part 7: Add unicode/uniset.h to check_spidermonkey_style.py for some reason
2020-11-13 09:15:14 +08:00
Matt A. Tobin
0789f637d1
Issue #1677 - Part 6: Implement NativeRegExpMacroAssembler for new regexp import based on irregexp/NativeRegExpMacroAssembler.cpp
2020-11-13 09:15:13 +08:00
Matt A. Tobin
e3a3e92316
Issue #1677 - Part 5: "Simplify" regexp re-import process (and re-import from later revision)
...
I am going on record to say Mozilla are utter fucking assholes for pulling this as part of their progression.
2020-11-13 09:15:11 +08:00
Matt A. Tobin
12c7f5df33
Issue #1677 - Part 4: Implement shim for regexp
2020-11-13 09:15:10 +08:00
Matt A. Tobin
fdb560b34d
Issue #1677 - Part 3: Create shim definitions for V8-specific code in new regexp implementation
2020-11-13 09:15:08 +08:00
Matt A. Tobin
a3bc68b4e9
Issue #1677 - Part 2: Add build files
2020-11-06 09:43:55 +08:00
Matt A. Tobin
6dc6ff456e
Issue #1677 - Part 1: Import new V8 regexp code with Mozilla's header modifications
2020-11-06 09:43:54 +08:00
Matt A. Tobin
5f32ee0c71
Issue #1676 - Part 21: Use js-cxxflags.mozbuild in testing code and js shell
2020-11-06 09:43:34 +08:00
Matt A. Tobin
b38a250130
Issue #1676 - Part 20: Split vtune sources out of js/src/moz.build
2020-11-06 09:43:32 +08:00
Matt A. Tobin
6da35ffb78
Issue #1676 - Part 19: Split ctypes sources out of js/src/moz.build
2020-11-06 09:43:31 +08:00
Matt A. Tobin
66308991b1
Issue #1676 - Part 18: Move and separate top level sources from vm sources in js/src/moz.build
2020-11-06 09:43:29 +08:00
Matt A. Tobin
fc371224e1
Issue #1676 - Part 17: Put remaining source files which have debug code ifdef'd behind MOZ_DEBUG
2020-11-06 09:43:28 +08:00
Matt A. Tobin
6fa51e7392
Issue #1676 - Part 16: Split WASM sources out of js/src/moz.build
...
Also puts WasmBinaryIterator.cpp which is debug code ifdef'd behind MOZ_DEBUG
2020-11-06 09:43:27 +08:00
Matt A. Tobin
81d575eff7
Issue #1676 - Part 15: Split threading sources out of js/src/moz.build
2020-11-06 09:43:25 +08:00
Matt A. Tobin
e6a6e0e7fd
Issue #1676 - Part 14: Split proxy sources out of js/src/moz.build
2020-11-06 09:43:24 +08:00
Matt A. Tobin
155a0fbe41
Issue #1676 - Part 13: Split perf sources out of js/src/moz.build
2020-11-06 09:43:23 +08:00
Matt A. Tobin
70db4edd43
Issue #1676 - Part 12: Split jit sources out of js/src/moz.build
2020-11-06 09:43:21 +08:00
Matt A. Tobin
96f685e827
Issue #1676 - Part 11: Split irregexp sources out of js/src/moz.build
2020-11-06 09:43:20 +08:00
Matt A. Tobin
25a9cb15e8
Issue #1676 - Part 10: Split gc sources out of js/src/moz.build
2020-11-06 09:43:19 +08:00
Matt A. Tobin
c509fb2251
Issue #1676 - Part 9: Move DIRS down in js/src/moz.build
2020-11-06 09:43:17 +08:00
Matt A. Tobin
69b861a491
Issue #1676 - Part 8: Fix up include for selfhosted.out.h
2020-11-06 09:43:16 +08:00
Matt A. Tobin
f7a8fe807e
Issue #1676 - Part 7: Split frontend sources out of js/src/moz.build
2020-11-06 09:43:14 +08:00
Matt A. Tobin
c25769b145
Issue #1676 - Part 6: Split ds sources out of js/src/moz.build
2020-11-06 09:43:13 +08:00
Matt A. Tobin
1f772961f7
Issue #1676 - Part 5: Split devtools sources out of js/src/moz.build
2020-11-06 09:43:12 +08:00
Matt A. Tobin
6c5f461881
Issue #1676 - Part 4: Split builtin sources out of js/src/moz.build
2020-11-06 09:43:10 +08:00
Matt A. Tobin
bf147b821c
Issue #80 - De-unify js/src
...
Three debug sources are producing link warnings and will be solved as Issue #1676 progresses.
This does not include JS Testing sources.
Specifically: js/src/gdb or js/src/jsapi-tests
2020-11-06 09:43:09 +08:00
Matt A. Tobin
55c2ff2df2
Issue #1676 - Part 3: Split DEFINES out of js/src/moz.build
2020-11-06 09:43:08 +08:00
Matt A. Tobin
209c7f2305
Issue #1676 - Part 2: Split CFLAGS and CXXFLAGS directives out of js/src/moz.build
2020-11-06 09:43:06 +08:00
Matt A. Tobin
b69cf124dc
Issue #1676 - Part 1: Split MozTesting directives out of js/src/moz.build
2020-11-06 09:43:05 +08:00
Moonchild
3e118e4948
[devtools] More gracefully (than a crash) handle stack capture failures.
2020-11-06 09:42:40 +08:00
athenian200
5026bdf5ee
Issue #1673 - Part 5: Fix brace style and missed -moz-tab-size reference.
2020-11-06 09:42:28 +08:00
athenian200
7373069560
Issue #1673 - Part 4: Unprefix -moz-tab-size.
...
While we do fail a couple of tests, the other mainstream browsers also fail them and I think our implementation of tab-size is good enough to be unprefixed at this point. Having this patch also makes testing easier.
2020-11-06 09:42:27 +08:00
athenian200
a64dc2a367
Issue #1673 - Part 3: Bring minimum tab advance up to spec.
...
This provides a clearer rule for the minimum tab advance that brings us to alignment with the spec and both major browsers.
2020-11-06 09:42:26 +08:00
athenian200
b739e46f74
Issue #1673 - Part 2: Make tab-size animatable and fix typos.
...
There were a few typos in the previous patch and this patch also makes tab-size animatable which didn't really require much of a change at all.
2020-11-06 09:42:24 +08:00
athenian200
633d50eb3f
Issue #1673 - Part 1: Allow tab-size to accept <length>.
...
Currently -moz-tab-size only accepts <number> values, and both Chrome and Firefox currently support <length> values and have for some time now. So with this you would be able to support sizes in px or em, for instance. This was implemented in Firefox 53 and was trivial to backport.
2020-11-06 09:42:23 +08:00
Moonchild
b28dba9f03
[Basilisk] Nuke vim configuration lines from the front-end (no code changes)
...
See MoonchildProductions/UXP#1656
2020-10-30 09:25:40 +08:00
Moonchild
77146fc40f
[Pale-Moon] Nuke vim configuration lines from the front-end (no code changes)
...
See MoonchildProductions/UXP#1656
2020-10-30 09:19:39 +08:00
Moonchild
a77ab3da7f
Issue #1656 - Nuke the remaining vim lines in UXP
...
Closes #1656
2020-10-30 09:09:20 +08:00
Moonchild
975b2cbf74
[layout] Re-order rowgroups if reflowing.
...
This logic was missing for tfoot. See existing code in second hunk.
2020-10-30 09:08:17 +08:00
Moonchild
cc0dab1b67
[layout] Avoid negative availSize.BSizes in paginated table reflow.
2020-10-30 09:08:15 +08:00