mirrored from https://chromium.googlesource.com/v8/v8.git
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: v8/v8
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.7.299.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: v8/v8
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.7.299.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 4 files changed
- 4 contributors
Commits on Aug 23, 2019
-
Merged: Temporarily disable frozen/sealed elements kinds
Revision: 05d83a0 BUG=chromium:992914 LOG=N NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true R=hablich@chromium.org Change-Id: I20005e7b01e5d0b472ee6e0cc56e6b99099d068d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1767998 Reviewed-by: Michael Hablich <hablich@chromium.org> Cr-Commit-Position: refs/branch-heads/7.7@{#8} Cr-Branched-From: 4035531-refs/heads/7.7.299@{#1} Cr-Branched-From: 1320c91-refs/heads/master@{#62881}
Configuration menu - View commit details
-
Copy full SHA for 19734b7 - Browse repository at this point
Copy the full SHA 19734b7View commit details -
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: I3d800149e5c059397d53e22300180f6889b481e6 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1767225 Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7.7@{#9} Cr-Branched-From: 4035531-refs/heads/7.7.299@{#1} Cr-Branched-From: 1320c91-refs/heads/master@{#62881}
V8 Autoroll committedAug 23, 2019 Configuration menu - View commit details
-
Copy full SHA for f02282a - Browse repository at this point
Copy the full SHA f02282aView commit details
Commits on Aug 26, 2019
-
Merged: Calls to {console} require an access check for the provided a…
…rguments Revision: a5fd60e BUG=chromium:986393,chromium:987502 LOG=N NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true R=yangguo@chromium.org Change-Id: I032e20731f731409dd7516245a6bdd7e86c39713 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1768360 Reviewed-by: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/branch-heads/7.7@{#10} Cr-Branched-From: 4035531-refs/heads/7.7.299@{#1} Cr-Branched-From: 1320c91-refs/heads/master@{#62881}
Configuration menu - View commit details
-
Copy full SHA for 2b88b56 - Browse repository at this point
Copy the full SHA 2b88b56View commit details -
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: I7ef69985a2fe02f74ca88d8d25e031345c6f9bae Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1771336 Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7.7@{#11} Cr-Branched-From: 4035531-refs/heads/7.7.299@{#1} Cr-Branched-From: 1320c91-refs/heads/master@{#62881}
V8 Autoroll committedAug 26, 2019 Configuration menu - View commit details
-
Copy full SHA for f8ccac7 - Browse repository at this point
Copy the full SHA f8ccac7View commit details -
Merged: [turbofan] Fix memory corruption
Revision: f16a3a7 BUG=chromium:997057 LOG=N NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true R=hablich@chromium.org Change-Id: I179a853f4e8765d251ac59c2a31a554bc9bb0041 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1768362 Reviewed-by: Michael Hablich <hablich@chromium.org> Cr-Commit-Position: refs/branch-heads/7.7@{#12} Cr-Branched-From: 4035531-refs/heads/7.7.299@{#1} Cr-Branched-From: 1320c91-refs/heads/master@{#62881}
Configuration menu - View commit details
-
Copy full SHA for a22b7b5 - Browse repository at this point
Copy the full SHA a22b7b5View commit details -
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: I2e861df37224dd3fc4772a4e7a3f36f32f519c68 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1771337 Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7.7@{#13} Cr-Branched-From: 4035531-refs/heads/7.7.299@{#1} Cr-Branched-From: 1320c91-refs/heads/master@{#62881}
V8 Autoroll committedAug 26, 2019 Configuration menu - View commit details
-
Copy full SHA for cf7ce63 - Browse repository at this point
Copy the full SHA cf7ce63View commit details -
Revert "Merged: [turbofan] Fix memory corruption"
This reverts commit a22b7b5. Reason for revert: Breaks presubmit bot - https://ci.chromium.org/p/v8/builders/ci/V8%20Presubmit%20-%20beta%20branch/252 Original change's description: > Merged: [turbofan] Fix memory corruption > > Revision: f16a3a7 > > BUG=chromium:997057 > LOG=N > NOTRY=true > NOPRESUBMIT=true > NOTREECHECKS=true > R=hablich@chromium.org > > Change-Id: I179a853f4e8765d251ac59c2a31a554bc9bb0041 > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1768362 > Reviewed-by: Michael Hablich <hablich@chromium.org> > Cr-Commit-Position: refs/branch-heads/7.7@{#12} > Cr-Branched-From: 4035531-refs/heads/7.7.299@{#1} > Cr-Branched-From: 1320c91-refs/heads/master@{#62881} TBR=hablich@chromium.org,mslekova@chromium.org Change-Id: I827ff48d9400c24b400defa437d17f21faf0da8e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: chromium:997057 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1768364 Reviewed-by: Maya Lekova <mslekova@chromium.org> Commit-Queue: Maya Lekova <mslekova@chromium.org> Cr-Commit-Position: refs/branch-heads/7.7@{#14} Cr-Branched-From: 4035531-refs/heads/7.7.299@{#1} Cr-Branched-From: 1320c91-refs/heads/master@{#62881}
Configuration menu - View commit details
-
Copy full SHA for 9455e04 - Browse repository at this point
Copy the full SHA 9455e04View commit details -
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: Ic1f4bcd78dd4cc9169301f9d73128343b08d40ff Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1771338 Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7.7@{#15} Cr-Branched-From: 4035531-refs/heads/7.7.299@{#1} Cr-Branched-From: 1320c91-refs/heads/master@{#62881}
V8 Autoroll committedAug 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 1e6ebba - Browse repository at this point
Copy the full SHA 1e6ebbaView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.7.299.4...7.7.299.8