/third_party/node/doc/guides/ |
D | backporting-to-release-lines.md | 1 # How to backport a pull request to a release line 15 line (e.g. `backport-requested-vN.x`), specifying to our tooling that this 17 requesting that a backport pull request be made. 27 ## How to submit a backport pull request 29 For the following steps, let's assume that a backport is needed for the v10.x 31 branch. In order to submit a backport pull request to another branch, simply 45 # Assume we want to backport PR #10157 46 git checkout -b backport-10157-to-v10.x v10.x-staging 77 1. Include the backport target in the pull request title in the following 78 format: `[v10.x backport] <commit title>`. [all …]
|
D | adding-new-napi-api.md | 37 * Experimental APIs **must** be considered for backport. 43 * If a backport is merited, an API **must** have a down-level
|
D | maintaining-V8.md | 40 * A fix needing backport is tagged w/ *merge-request-x.x* tag. This can be done 157 * Fixed, but needs backport. The bug may need porting to one or more branches. 184 backport the fix: 188 * A tracking bug is needed to request a backport. 228 `git node v8 backport <sha>` to cherry-pick a commit. 271 backport to `v6.x` as the other LTS branches weren't affected by this bug. 298 to shepherd through the backport process. External contributors are welcome to 299 collaborate on the backport process as well. Some of the bugs may be
|
D | releases.md | 164 backport PR with `Landed in ...`. Update the label on the original PR from 165 `backport-requested-vN.x` to `backported-to-vN.x`. 178 …abel=semver-major,semver-minor,dont-land-on-v1.x,backport-requested-v1.x,backport-blocked-v1.x,bac… 198 …abel=semver-major,semver-minor,dont-land-on-v1.x,backport-requested-v1.x,backport-blocked-v1.x,bac… 202 them. Otherwise, add the `backport-requested-vN.x` label to the original PR 204 backport PR. You can refer the owner of the PR to the "[Backporting to Release 749 `backport-requested-vN.x` label must be deleted. 792 * `backport-blocked-vN.x` 793 * `backport-open-vN.x` 794 * `backport-requested-vN.x`
|
/third_party/mesa3d/bin/ |
D | commit_in_branch.py | 134 backport = branch_has_backport_of_commit(upstream, branch, args.commit) variable 135 if backport: 137 … 'Commit ' + args.commit + ' was backported to branch ' + branch + ' as commit ' + backport)
|
/third_party/flutter/skia/src/core/ |
D | SkPicture.cpp | 217 SkPictureData* SkPicture::backport() const { in backport() function in SkPicture 286 std::unique_ptr<SkPictureData> data(this->backport()); in serialize() 297 std::unique_ptr<SkPictureData> data(picture->backport()); in Flatten()
|
/third_party/skia/src/core/ |
D | SkPicture.cpp | 220 SkPictureData* SkPicture::backport() const { in backport() function in SkPicture 289 std::unique_ptr<SkPictureData> data(this->backport()); in serialize() 300 std::unique_ptr<SkPictureData> data(picture->backport()); in Flatten()
|
/third_party/mesa3d/bin/pick/ |
D | ui.py | 87 async def backport(self) -> None: member in CommitWidget 89 await self.commit.backport(self.ui) 98 asyncio.ensure_future(self.backport())
|
D | core.py | 190 async def backport(self, ui: 'UI') -> bool: member in Commit
|
/third_party/libwebsockets/READMEs/ |
D | README.release-policy.md | 16 And we only backport fixes to the last stable release, although we will make 89 you need to either backport it yourself or use a later lws version. 106 backport it to a few recent releases, not just the last one. This is pretty 109 ![backport to multiple stable branches](../doc-assets/lws-relpol-5.svg)
|
/third_party/curl/m4/ |
D | curl-override.m4 | 58 dnl This is a backport of Autoconf's 2.60 with the 74 dnl This is a backport of Autoconf's 2.60 with the
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V012.md | 130 * [[`da8501edf6`](https://github.com/nodejs/node/commit/da8501edf6)] - deps: backport bd1777fd from… 131 * [[`9207a00f8e`](https://github.com/nodejs/node/commit/9207a00f8e)] - deps: backport 85adf43e from… 132 * [[`9627f34230`](https://github.com/nodejs/node/commit/9627f34230)] - deps: backport 98239224 from… 133 * [[`5df21b2e36`](https://github.com/nodejs/node/commit/5df21b2e36)] - deps: backport 9a4fd268 from… 134 * [[`e75de35057`](https://github.com/nodejs/node/commit/e75de35057)] - deps: backport 3eb6764a from… 135 * [[`a113e02f16`](https://github.com/nodejs/node/commit/a113e02f16)] - deps: backport 3a9bfec from … 212 * [[`46c8e2165f`](https://github.com/nodejs/node/commit/46c8e2165f)] - deps: backport 1f8555 from v… 248 * [[`f41a3c73e7`](https://github.com/nodejs/node/commit/f41a3c73e7)] - tools: backport tools/instal… 268 * [[`d9399569bd`](https://github.com/nodejs/node/commit/d9399569bd)] - build: backport tools/releas… 269 * [[`78c5b4c8bd`](https://github.com/nodejs/node/commit/78c5b4c8bd)] - build: backport config for n… [all …]
|
D | CHANGELOG_V010.md | 147 * [[`fcb9145e29`](https://github.com/nodejs/node/commit/fcb9145e29)] - deps: backport 3a9bfec from … 236 * [[`ff58dcdd74`](https://github.com/nodejs/node/commit/ff58dcdd74)] - tools: backport tools/instal… 252 * [[`c559c7911d`](https://github.com/nodejs/node/commit/c559c7911d)] - build: backport tools/releas… 253 * [[`268d2b4637`](https://github.com/nodejs/node/commit/268d2b4637)] - build: backport config for n… 269 * [[`5d829a63ab`](https://github.com/nodejs/node/commit/5d829a63ab)] - doc: backport README.md (Rod… 288 * [[`517986c2f4`](https://github.com/nodejs/node/commit/517986c2f4)] - win: backport bringing back … 289 * [[`10f251e8dd`](https://github.com/nodejs/node/commit/10f251e8dd)] - win: backport set env before… 400 * v8: backport CVE-2013-6668 420 * deps: backport 4ed5fde4f from v8 upstream (Fedor Indutny) 426 * timers: backport f8193ab (Julien Gilli) [all …]
|
D | CHANGELOG_V4.md | 185 * [[`9c3e246ffe`](https://github.com/nodejs/node/commit/9c3e246ffe)] - **deps**: backport 4e18190 f… 186 * [[`43d1ac3a62`](https://github.com/nodejs/node/commit/43d1ac3a62)] - **deps**: backport bff3074 f… 188 * [[`85800c4ba4`](https://github.com/nodejs/node/commit/85800c4ba4)] - **deps**: backport e28183b5 … 198 …://github.com/nodejs/node/commit/751f1ac08e)] - ***Revert*** "**deps**: backport e093a04, 09db540 … 347 * [[`3516f35b77`](https://github.com/nodejs/node/commit/3516f35b77)] - **deps**: backport 7c3748a f… 500 * [[`a234d445c4`](https://github.com/nodejs/node/commit/a234d445c4)] - **deps**: backport a715957 f… 501 * [[`ce66c8e424`](https://github.com/nodejs/node/commit/ce66c8e424)] - **deps**: backport 7a88ff3 f… 502 * [[`8bd3d83e01`](https://github.com/nodejs/node/commit/8bd3d83e01)] - **deps**: backport d800a65 f… 687 * [[`52f14931a2`](https://github.com/nodejs/node/commit/52f14931a2)] - **deps**: backport GYP fix t… 1025 * [[`52cba4147d`](https://github.com/nodejs/node/commit/52cba4147d)] - **deps**: backport 2bcbe2f f… [all …]
|
D | CHANGELOG_V5.md | 63 …* backport allocUnsafeSlow (Сковорода Никита Андреевич) [#7169](https://github.com/nodejs/node/pul… 65 * **deps**: backport 3a9bfec from v8 upstream (Ben Noordhuis) [nodejs/node-private#40](https://gith… 70 …ub.com/nodejs/node/commit/0ca0827b71)] - **(SEMVER-MINOR)** **buffer**: backport allocUnsafeSlow (… 72 * [[`34b96c1322`](https://github.com/nodejs/node/commit/34b96c1322)] - **deps**: backport 3a9bfec f… 137 * [[`632e6b9617`](https://github.com/nodejs/node/commit/632e6b9617)] - **deps**: backport 125ac66 f… 273 …* backport --zero-fill-buffers command line option (James M Snell) [#5744](https://github.com/node… 274 …* backport new buffer constructor APIs (James M Snell) [#5763](https://github.com/nodejs/node/pull… 295 …ub.com/nodejs/node/commit/c1534e7eaf)] - **(SEMVER-MINOR)** **buffer**: backport new buffer constr… 296 …ub.com/nodejs/node/commit/3c02727055)] - **(SEMVER-MINOR)** **buffer**: backport --zero-fill-buffe… 303 * [[`ec1813199d`](https://github.com/nodejs/node/commit/ec1813199d)] - **deps**: backport 8d00c2c f… [all …]
|
/third_party/node/deps/npm/node_modules/debuglog/ |
D | README.md | 1 # debuglog - backport of util.debuglog() from node v0.11
|
/third_party/flutter/skia/include/core/ |
D | SkPicture.h | 253 class SkPictureData* backport() const;
|
/third_party/skia/include/core/ |
D | SkPicture.h | 274 class SkPictureData* backport() const;
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.2.6.rst | 48 - llvmpipe/ppc: fix if/ifdef confusion in backport.
|
D | 18.3.4.rst | 73 - vc4: Fix copy-and-paste fail in backport of NEON asm fixes.
|
D | 9.0.3.rst | 157 - r600g: add cs memory usage accounting and limit it v3 (backport for
|
/third_party/mesa3d/docs/ |
D | submittingpatches.rst | 309 within, a backport is appropriate. 338 been rejected or would request a backport. The stable-release manager 352 conflicts they should ask the original author to provide a backport or
|
/third_party/node/deps/npm/node_modules/hosted-git-info/ |
D | CHANGELOG.md | 11 * backport regex fix from [#76](https://github.com/npm/hosted-git-info/issues/76) ([29adfe5](https:…
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | README.md | 121 Releases](https://github.com/abseil/abseil-cpp/releases) to which we backport
|
/third_party/node/deps/npm/node_modules/ssri/ |
D | CHANGELOG.md | 11 * backport regex change from 8.0.1 ([b30dfdb](https://github.com/zkat/ssri/commit/b30dfdb)), closes…
|