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 0e4ca9c0a63d7a39bd910997ad4c6 (master) #24687

Merged
merged 60 commits into from Aug 12, 2020

Conversation

electron-bot
Copy link
Contributor

@electron-bot electron-bot commented Jul 22, 2020

Updating Chromium to 0e4ca9c0a63d7a39bd910997ad4c6 (master).

See all changes in 1a093e6a0cb5e72ba78990fe39824..0e4ca9c0a63d7a39bd910997ad4c6

Notes: no-notes

@electron-bot electron-bot requested a review from a team as a code owner July 22, 2020 13:00
@electron-bot electron-bot changed the title chore: bump chromium to aa4a033ec8f499d63a0717f79a42a (master) chore: bump chromium to 739025a90ebc2cc2e36d67ee1ac46 (master) Jul 23, 2020
@@ -166,28 +166,28 @@ index a87c1992018071ecce8e4a640abebfeaf4e742eb..80ac0ab3b0edb12ca1846b8960143659

DCHECK_EQ(GL_TEXTURE0, GetActiveTextureUnit(gl_));
gl_->BindTexture(GL_TEXTURE_EXTERNAL_OES, lock.texture_id());
Copy link
Member

Choose a reason for hiding this comment

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

fyi @poiru

@electron-bot electron-bot changed the title chore: bump chromium to 739025a90ebc2cc2e36d67ee1ac46 (master) chore: bump chromium to ea539400f0fddad43358ea3c31d71 (master) Jul 24, 2020
@electron-bot electron-bot changed the title chore: bump chromium to ea539400f0fddad43358ea3c31d71 (master) chore: bump chromium to 288eb26068a39ae6e0579566a51c5 (master) Jul 25, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 288eb26068a39ae6e0579566a51c5 (master) chore: bump chromium to bd07d07c5ac50b7dbbdd6bdd8dcce (master) Jul 26, 2020
@electron-bot electron-bot changed the title chore: bump chromium to bd07d07c5ac50b7dbbdd6bdd8dcce (master) chore: bump chromium to 5894b648900bf771a2a29de204798 (master) Jul 27, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 5894b648900bf771a2a29de204798 (master) chore: bump chromium to e3adb8116a01eec863cdf34d775f5 (master) Jul 28, 2020
@electron-bot electron-bot changed the title chore: bump chromium to e3adb8116a01eec863cdf34d775f5 (master) chore: bump chromium to eb2dd61969fc34e1928d3c46db48c (master) Jul 29, 2020
@electron-bot electron-bot changed the title chore: bump chromium to eb2dd61969fc34e1928d3c46db48c (master) chore: bump chromium to cb84463ac252b04e92ceb02d8400c (master) Jul 30, 2020
@electron-bot electron-bot changed the title chore: bump chromium to cb84463ac252b04e92ceb02d8400c (master) chore: bump chromium to 66992b90c59719ac1d016328f6ee0 (master) Jul 31, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 66992b90c59719ac1d016328f6ee0 (master) chore: bump chromium to f3dba26a75248beed4882ddfb98e9 (master) Aug 1, 2020
@electron-bot electron-bot changed the title chore: bump chromium to f3dba26a75248beed4882ddfb98e9 (master) chore: bump chromium to 710bd3c958c4f2d8b205710df9d50 (master) Aug 2, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 710bd3c958c4f2d8b205710df9d50 (master) chore: bump chromium to 6abdab72d46dd034c60f86e108702 (master) Aug 3, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 6abdab72d46dd034c60f86e108702 (master) chore: bump chromium to 299e636491de38064b78861c4fb2e (master) Aug 4, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 299e636491de38064b78861c4fb2e (master) chore: bump chromium to 04dc034a03ad847fbfa8261328c2b (master) Aug 5, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 04dc034a03ad847fbfa8261328c2b (master) chore: bump chromium to 30cb1382fd8f8793d340560283c23 (master) Aug 6, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 30cb1382fd8f8793d340560283c23 (master) chore: bump chromium to 3830ba7017ae9a0cd0e2ef885aebe (master) Aug 7, 2020
@loc loc force-pushed the roller/chromium/master branch 2 times, most recently from 26df6e0 to 372e966 Compare August 7, 2020 16:27
@electron-bot electron-bot changed the title chore: bump chromium to 3830ba7017ae9a0cd0e2ef885aebe (master) chore: bump chromium to 99c96ef3388d0c2184326581b2d5a (master) Aug 8, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 99c96ef3388d0c2184326581b2d5a (master) chore: bump chromium to 4fd5c8ae51b4d813e6521635269e5 (master) Aug 9, 2020
@electron-bot electron-bot changed the title chore: bump chromium to 4fd5c8ae51b4d813e6521635269e5 (master) chore: bump chromium to 0e4ca9c0a63d7a39bd910997ad4c6 (master) Aug 10, 2020
loc and others added 20 commits August 11, 2020 17:59
@deepak1556 deepak1556 requested a review from a team August 12, 2020 17:39
const content::ConsoleMessage& message) {
v8::Isolate* isolate = JavascriptEnvironment::GetIsolate();
v8::HandleScope scope(isolate);
v8::HandleScope handle_scope(isolate);
Emit("console-message",
Copy link
Member

Choose a reason for hiding this comment

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

Should we add scope to the event object?

Copy link
Member

Choose a reason for hiding this comment

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

widget_host->Send(new WidgetMsg_EnableDeviceEmulation(
widget_host->GetRoutingID(), params));
auto* widget_host_impl =
frame_host ? static_cast<content::RenderWidgetHostImpl*>(
Copy link
Member

Choose a reason for hiding this comment

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

oof, i don't love casting to the Impl. Can we do this without reaching into the internals?

Copy link
Member

Choose a reason for hiding this comment

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

else if (screen_position == "desktop")
out->screen_position = blink::WebDeviceEmulationParams::kDesktop;
std::string screen_type;
if (dict.Get("screenPosition", &screen_type)) {
Copy link
Member

Choose a reason for hiding this comment

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

"screen position" is a weird name for this, but probably not worth it to change it.

@deepak1556
Copy link
Member

Failing woa test is unrelated, merging.

@deepak1556 deepak1556 merged commit 8798571 into master Aug 12, 2020
@release-clerk
Copy link

release-clerk bot commented Aug 12, 2020

No Release Notes

@deepak1556 deepak1556 deleted the roller/chromium/master branch August 12, 2020 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants