Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump chromium to 096e5313aaf19dfa0c4710145c34d (master) #26535

Merged
merged 74 commits into from Dec 14, 2020

Conversation

electron-bot
Copy link
Contributor

@electron-bot electron-bot commented Nov 17, 2020

Updating Chromium to 096e5313aaf19dfa0c4710145c34d (master).

See all changes in ac06d6903a2c981ab90a8162f1ba0..096e5313aaf19dfa0c4710145c34d

Notes: no-notes

@electron-bot electron-bot requested a review from a team as a code owner November 17, 2020 13:00
@electron-bot electron-bot changed the title chore: bump chromium to 1c3cba093b8b69b2727cc26eaac97 (master) chore: bump chromium to 45cdab1cd5f4256237e72fceba2dd (master) Nov 18, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 45cdab1cd5f4256237e72fceba2dd (master) chore: bump chromium to 0e5f5166856f5ae6ee14d95b9a4f0 (master) Nov 19, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 0e5f5166856f5ae6ee14d95b9a4f0 (master) chore: bump chromium to ad4711b41a089842e40b87ba88055 (master) Nov 20, 2020
@electron-bot electron-bot changed the title chore: bump chromium to ad4711b41a089842e40b87ba88055 (master) chore: bump chromium to e08d3781bfadbe9727688551f74a9 (master) Nov 21, 2020
@electron-bot electron-bot changed the title chore: bump chromium to e08d3781bfadbe9727688551f74a9 (master) chore: bump chromium to 4e2271c4fef0e802f5d970b32f62f (master) Nov 22, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 4e2271c4fef0e802f5d970b32f62f (master) chore: bump chromium to 25e727a598b89a8924699df8d3850 (master) Nov 23, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 25e727a598b89a8924699df8d3850 (master) chore: bump chromium to 7d8cedc143bad671edb08b6de5fc2 (master) Nov 24, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 7d8cedc143bad671edb08b6de5fc2 (master) chore: bump chromium to 190ca302ba9ce8f8c2bf5a3b709ae (master) Nov 25, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 190ca302ba9ce8f8c2bf5a3b709ae (master) chore: bump chromium to fdc54ce5fdf7c5fac2929786a63ce (master) Nov 26, 2020
@electron-bot electron-bot changed the title chore: bump chromium to fdc54ce5fdf7c5fac2929786a63ce (master) chore: bump chromium to 7c0130374aaccb91fc4726a558db2 (master) Nov 27, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 7c0130374aaccb91fc4726a558db2 (master) chore: bump chromium to b90f87e6e97ef4c92a727ac753ea4 (master) Nov 28, 2020
@electron-bot electron-bot changed the title chore: bump chromium to b90f87e6e97ef4c92a727ac753ea4 (master) chore: bump chromium to b7eeeb0e153d8375bfe651f083bf8 (master) Nov 29, 2020
@electron-bot electron-bot changed the title chore: bump chromium to b7eeeb0e153d8375bfe651f083bf8 (master) chore: bump chromium to 386edd90574617bfa4008de972d72 (master) Nov 30, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 386edd90574617bfa4008de972d72 (master) chore: bump chromium to c03d19ba077b0cd707463d1b2865e (master) Dec 1, 2020
@electron-bot electron-bot changed the title chore: bump chromium to c03d19ba077b0cd707463d1b2865e (master) chore: bump chromium to 8cf4d4a13e482a6e89f2fe681144e (master) Dec 2, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 8cf4d4a13e482a6e89f2fe681144e (master) chore: bump chromium to db975c5642ca5b68e8dc7ee1b7615 (master) Dec 3, 2020
@electron-bot electron-bot changed the title chore: bump chromium to db975c5642ca5b68e8dc7ee1b7615 (master) chore: bump chromium to e3a4cb4883e9ccdc34a32f3dfe034 (master) Dec 4, 2020
@electron-bot electron-bot changed the title chore: bump chromium to e3a4cb4883e9ccdc34a32f3dfe034 (master) chore: bump chromium to c23ceb1e1c4bbe6af98380b263bc1 (master) Dec 5, 2020
@electron-bot electron-bot changed the title chore: bump chromium to c23ceb1e1c4bbe6af98380b263bc1 (master) chore: bump chromium to 83739b304e721cc394b6c66f841fe (master) Dec 6, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 83739b304e721cc394b6c66f841fe (master) chore: bump chromium to 096e5313aaf19dfa0c4710145c34d (master) Dec 7, 2020
@codebytere codebytere added the semver/patch backwards-compatible bug fixes label Dec 7, 2020
@codebytere codebytere force-pushed the roller/chromium/master branch 3 times, most recently from abb400c to cbe6cd3 Compare December 9, 2020 17:48
electron-bot and others added 20 commits December 11, 2020 15:14
It's been removed in newer Mantle versions and uses a deprecated enum
Comment on lines +22 to +29
+class V8_EXPORT CppHeapCreateParams {
+ public:
std::vector<std::unique_ptr<cppgc::CustomSpaceBase>> custom_spaces;
+
+ private:
+ CppHeapCreateParams (const CppHeapCreateParams&) =delete;
+ CppHeapCreateParams& operator=(const CppHeapCreateParams&) =delete;
};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is very odd, are we sure this wasn't some hiccup that has now been resolved? Can we try removing this patch and see if the build still breaks?

@codebytere
Copy link
Member

@MarshallOfSound MarshallOfSound merged commit 4588a41 into master Dec 14, 2020
@release-clerk
Copy link

release-clerk bot commented Dec 14, 2020

No Release Notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
roller/pause semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants