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 f30828899e4cd7161f6dc6507023f (master) #20824

Merged
merged 36 commits into from Nov 5, 2019

Conversation

electron-bot
Copy link
Contributor

@electron-bot electron-bot commented Oct 29, 2019

Updating Chromium to f30828899e4cd7161f6dc6507023f (lkgr).

See all changes in f5b345dd470f14eef6e44732ccf23..f30828899e4cd7161f6dc6507023f

Notes: no-notes

@electron-bot electron-bot requested a review from a team as a code owner October 29, 2019 13:01
@electron-bot electron-bot changed the title chore: bump chromium to a8809a19189b9f54cee11d50cc512 (master) chore: bump chromium to e8a12132a10bb47be8382ad9756a7 (master) Oct 30, 2019
@electron-bot electron-bot changed the title chore: bump chromium to e8a12132a10bb47be8382ad9756a7 (master) chore: bump chromium to f30828899e4cd7161f6dc6507023f (master) Oct 30, 2019
@nornagon
Copy link
Member

cc @codebytere please take a look at the printing patch!

electron-bot and others added 24 commits November 4, 2019 19:13
compiles but prob doesn't work
@@ -77,6 +77,9 @@ env-debug-build: &env-debug-build
GN_CONFIG: //electron/build/args/debug.gn
SKIP_DIST_ZIP: '1'

env-mac-debug-build: &env-mac-debug-build
GN_EXTRA_ARGS: 'symbol_level = 0'
Copy link
Member

Choose a reason for hiding this comment

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

Add a comment about why we're setting this?

Copy link
Member

@deepak1556 deepak1556 left a comment

Choose a reason for hiding this comment

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

LGTM, do we plan to fix the print stuff as follow up ? If so would be good to create a tracking issue.

// Tells the RenderFrame to switch the CSS to print media type, render every
// requested page, and then switch back the CSS to display media type.
- PrintRequestedPages();
+ PrintRequestedPages(bool silent);
Copy link
Member

Choose a reason for hiding this comment

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

Should also patch for accepting the print setting we pass.

Copy link
Member

Choose a reason for hiding this comment

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

yeah, this is going to be a followup. according to @codebytere it's already broken in master, so this won't break it further. #17523 is the tracking issue.

@jkleinsc jkleinsc merged commit 9a198e8 into master Nov 5, 2019
@release-clerk
Copy link

release-clerk bot commented Nov 5, 2019

No Release Notes

@jkleinsc jkleinsc deleted the roller/chromium/master branch November 5, 2019 23:41
nornagon pushed a commit that referenced this pull request Nov 7, 2019
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

5 participants