aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/builtins/cpp/WritableStreamDefaultControllerBuiltins.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-08-19fix buffer.slice(0, 0) (#1114)Gravatar Zilin Zhu 1-0/+1
2022-07-27Upgrade WebKitGravatar Jarred Sumner 1-0/+2
2022-06-22change the directory structurejarred/renameGravatar Jarred Sumner 1-0/+104
r' /> Alexander Batischev 6-22/+30 2023-03-26Bump copyright noticesGravatar Alexander Batischev 3-6/+6 2023-03-26CI: bump Rust to 1.68.1Gravatar Alexander Batischev 4-10/+10 2023-03-24Update Russian and Ukrainian translationsGravatar Alexander Batischev 2-10/+15 2023-03-23Chore(deps): bump cxx-build from 1.0.92 to 1.0.93Gravatar dependabot[bot] 1-3/+3 Bumps [cxx-build](https://github.com/dtolnay/cxx) from 1.0.92 to 1.0.93. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.92...1.0.93) --- updated-dependencies: - dependency-name: cxx-build dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 2023-03-21Chore(deps): bump curl-sys from 0.4.60+curl-7.88.1 to 0.4.61+curl-8.0.1Gravatar dependabot[bot] 2-3/+3 Bumps [curl-sys](https://github.com/alexcrichton/curl-rust) from 0.4.60+curl-7.88.1 to 0.4.61+curl-8.0.1. - [Release notes](https://github.com/alexcrichton/curl-rust/releases) - [Commits](https://github.com/alexcrichton/curl-rust/compare/curl-sys-0.4.60...curl-sys-0.4.61) --- updated-dependencies: - dependency-name: curl-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 2023-03-20Chore(deps): bump bitflags from 2.0.1 to 2.0.2Gravatar dependabot[bot] 1-3/+3 Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 2023-03-20Chore(deps): bump cxx from 1.0.92 to 1.0.93Gravatar dependabot[bot] 1-15/+26 Bumps [cxx](https://github.com/dtolnay/cxx) from 1.0.92 to 1.0.93. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.92...1.0.93) --- updated-dependencies: - dependency-name: cxx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 2023-03-18Avoid calling virtual functions from destructorGravatar Alexander Batischev 1-3/+3 This fixes a cppcheck warning about `~EnvVar` calling virtual `set()` and `unset()`: in destructors, these calls would be resolved to `EnvVar`'s implementations, not implementations from the derived class. But we don't need to override those implementations anyway; the `EnvVar` is structures in such a way that the only thing that changes in derived classes is the `on_change_fn`. This also means that there is no need for `on_change()` setter to be `virtual` either. 2023-03-18Do not shadow variablesGravatar Alexander Batischev 1-26/+26 This fixes a cppcheck warning. 2023-03-18Use std algorithm instead of a raw loopGravatar Alexander Batischev 1-6/+4 This fixes a cppcheck warning. 2023-03-18Mark overriden virtual functions with `override`Gravatar Alexander Batischev 1-6/+6 This fixes a cppcheck warning. 2023-03-18Avoid passing `std::string` by valueGravatar Alexander Batischev 3-7/+7 This fixes a cppcheck warning. In test/test_helpers/envvar.cpp we still pass by value, but now it makes sense performance-wise because we're moving from it. 2023-03-18Mark single-argument constructors `explicit`Gravatar Alexander Batischev 3-3/+3 This fixes a cppcheck warning. 2023-03-18Reduce scope of some variables in testsGravatar Alexander Batischev 3-24/+19 This fixes a cppcheck warning. 2023-03-18Use proper Catch2 macros to test for true/falseGravatar Alexander Batischev 1-2/+2 This fixes a cppcheck warning. 2023-03-18tr.po: remove old translationGravatar Alexander Batischev 1-1/+1 It wasn't removed when updating the file. See https://github.com/newsboat/newsboat/pull/2377#discussion_r1140978931 2023-03-18Chore(deps): bump libc from 0.2.139 to 0.2.140Gravatar dependabot[bot] 1-2/+2 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.139 to 0.2.140. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.139...0.2.140) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 2023-03-17Update Italian translationGravatar Mauro Scomparin 1-5/+6 Translated changed and added strings 2023-03-16chore(l10n): Update Polish translationGravatar Carno 1-5/+5 Ref: https://github.com/newsboat/newsboat/pull/2371#issuecomment-1470827042 2023-03-16Update Dutch translationGravatar Dennis van der Schagt 1-6/+8 2023-03-16Update Turkish translationsGravatar Emir SARI 1-6/+6 2023-03-16Chore(deps): bump bitflags from 1.3.2 to 2.0.1Gravatar dependabot[bot] 2-5/+11 Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.3.2 to 2.0.1. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/1.3.2...2.0.1) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 2023-03-15Fix keybinds not working outside feedlist (#2358)Gravatar Alexander Batischev 17-16/+69 * Fix keybinds not working outside feedlist This patch makes it so by default, the main "input widget" of a form is focused, or the entire form is focused if there's no input widget (as is the case in e.g. the help dialog). Fixes #2351. * Remove obselete quoting for STFL The quoting was previously needed because we were directly including the text in an STFL form specification. This is no longer necessary now that we use the `stfl_set()` call. * Focus form's "main" widget after exiting QnA This fixes a problem with 4498a054f3a0211cf66e6940ad27babcfd0d167e that was discovered by Dennis van der Schagt: the original issue still occurred when the user exited the command line. This is caused by `FormAction` attempting to focus "feeds" widget; in feedlist, this works fine, but in other dialogs there is no such widget, so STFL focuses "qnainput" instead, which then consumed all future inputs. This commit fixes the problem by teaching each `FormAction` about its main widget's name, so it knows what to focus upon finishing QnA. Fixes #2351. * *Always* focus form's "main widget" after QnA This commit essentially reworks e487c02fea794b11456acc353b029fbb380ff0ad with ideas from b1028db4a9eaf3215b99c7b725555e6b2544fd24: instead of remembering which widget was focused before QnA, Newsboat just always focuses the "main" one. This work is by Dennis van der Schagt, I'm only committing it :) Fixes #2351. * Fix file browser's main widget name --------- Co-authored-by: Dennis van der Schagt <dennisschagt@gmail.com> 2023-03-15Update German translationsGravatar Lysander Trischler 1-52/+52 The German language allows short list items to start in lower or uppercase. I could not figure out if any version is slightly preferred over the other. Most of the keymap entries were using lowercase, however, some also started in uppercase (not counting for nouns which are always capitalized). As the original English descriptions also use uppercase I decided to switch to uppercase in order to help avoiding mixed styles in the future for new keymap entries. Also, I noticed that two different forms for "previous" ("vorherig" and "vorhergehend") had been used, so I normalized them all to the shorter version. Finally, there was a typo in "als" where the "l" was missing. I'm only mentioning this to avoid potential confusion with the review by any non-German reviewers. 2023-03-15CI: bump Rust to 1.68.0Gravatar Alexander Batischev 4-10/+10 2023-03-15Update .pot and .po filesGravatar Alexander Batischev 19-3707/+3997 2023-03-13Chore(deps): bump chrono from 0.4.23 to 0.4.24Gravatar dependabot[bot] 1-2/+2 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.23 to 0.4.24. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.23...v0.4.24) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>