- 30 Mar, 2020 40 commits
-
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/c24b6b7815ce..1d0faee9aa1a git log c24b6b7815ce..1d0faee9aa1a --date=short --first-parent --format='%ad %ae %s' 2020-03-30 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision dfa4a7a6..a0d7df33 (754373:754491) 2020-03-30 kerl@google.com Add packet rate plots to event_log_visualizer. Created with: gclient setdep -r src/third_party/webrtc@1d0faee9aa1a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ie3b14edbd07512b756fe040fd2f811e1588037c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127758Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#754638}
-
Antonio Gomes authored
This CL moves negative-overflow.html from css3/flexbox to external/wpt/css/css-flexbox. <link ref=help|match> tags were added, as well as <title>. CSS and JS referenced paths were also updated. BUG=1063749 R=dgrogan@chromium.org Change-Id: I4091fc870f51a31ac9fbac51b42eaa6cd33a16de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127607 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#754637}
-
Scott Violet authored
BUG=none TEST=none Change-Id: I5baa25638f3f46f057be4c560b8ce37fbb497f72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2125301Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#754636}
-
Martin Kreichgauer authored
Pass request parameters from the native side to BLEHandler and through to CableAuthenticator on the Java side, and use them when making FIDO API requests. From the responses to those API requests, pass values back to the native side and return them in the CTAP response. This also includes using parameters from the googleAndroidClientData extension and handing back clientDataJSON in the response. Bug: 1002262 Change-Id: I6c5b202f9fa1df5e90f53fe3140cfbc1fc4b589a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127516 Commit-Queue: Martin Kreichgauer <martinkr@google.com> Reviewed-by:
Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#754635}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/81d8c2ada561..45755df21024 git log 81d8c2ada561..45755df21024 --date=short --first-parent --format='%ad %ae %s' 2020-03-30 capn@google.com Eliminate the legacy PowerVR SDK 2020-03-30 capn@google.com Integrate PowerVR OpenGL ES samples 2020-03-30 capn@google.com Fix completeness test of OpenGL ES immutable textures 2020-03-30 cwallez@google.com Revert "MetalSurface: set layer.device to a ref of the system default device." Created with: gclient setdep -r src/third_party/swiftshader@45755df21024 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I075049127a2746022b411204c25409def6273b95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127760Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#754634}
-
Charlie Hu authored
Previous fix to the failing test was to add a setTimeout on resize javascript so that the initial frame can be rendered before the resize. (https://chromium-review.googlesource.com/c/chromium/src/+/2090457) It turns out setTimeout is not a reliable way to force layout. This CL uses |runAfterLayoutAndPaint| to force multiple layouts happening instead of only once at the end by default for pixel tests. Bug: 1061539, 1060776 Change-Id: If068a63655eaacf1300b963e60e441a04fc59784 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124888 Commit-Queue: Charlie Hu <chenleihu@google.com> Reviewed-by:
Ian Clelland <iclelland@chromium.org> Cr-Commit-Position: refs/heads/master@{#754633}
-
Nico Weber authored
This reverts commit 916ac566. Reason for revert: apparently mb.py now using the go client means we depend on this change. And I don't want to revert the switch to the go client since it's so much faster. So let's reland this, land https://chromium-review.googlesource.com/c/chromium/tools/build/+/2127067 and then hopefully quickly find a fix for the regression that the deterministic bots now miss some stuff. Original change's description: > Revert "compare_build_artifacts.py use *.runtime_deps" > > This reverts commit 0f71cedd. > > Reason for revert: .runtime_deps currently aren't always in > the root build dir, see > https://chromium-review.googlesource.com/c/chromium/tools/build/+/2127067/1#message-9a3c93e50651dc80dfbfefb762db5841ef159b13 > (Also, https://crbug.com/1065750) > > Original change's description: > > compare_build_artifacts.py use *.runtime_deps > > > > *.isolate file is deprecated. > > use *.runtime_deps file, generated by gn, instead. > > > > Bug: 972075 > > Change-Id: I5bc47cbe058c1550fdca4d1d89928c3daf4bc0e5 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061575 > > Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org> > > Reviewed-by: Nico Weber <thakis@chromium.org> > > Reviewed-by: Takuto Ikuta <tikuta@chromium.org> > > Commit-Queue: Fumitoshi Ukai <ukai@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#745827} > > TBR=maruel@chromium.org,thakis@chromium.org,ukai@chromium.org,tikuta@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 1065750,972075 > Change-Id: I49426f0a40d013f6ffacc9524120b1b58db2f03b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128186 > Commit-Queue: Nico Weber <thakis@chromium.org> > Reviewed-by: Nico Weber <thakis@chromium.org> > Cr-Commit-Position: refs/heads/master@{#754587} TBR=maruel@chromium.org,thakis@chromium.org,ukai@chromium.org,tikuta@chromium.org Change-Id: Iff3934bc722eebbfe023f10f65704387626d1806 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1065750, 972075 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127894Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#754632}
-
Sammie Quon authored
This reverts commit c3f6c6c0. Reason for revert: Causes regressions in the below linked bugs. Original change's description: > overview: Fade the crostini window back in if it fails to close. > > The crostini installer (and other non-closeable) windows will reverse > their animations in overview if the CloseWidget call fails to close > the window. > > Test: manual > Bug: 970196 > Change-Id: I7aeab07c9d7f2f5e94a34ac8b3a43bdde3610b6f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121346 > Commit-Queue: Sammie Quon <sammiequon@chromium.org> > Reviewed-by: Xiaoqian Dai <xdai@chromium.org> > Cr-Commit-Position: refs/heads/master@{#753660} TBR=xdai@chromium.org,sammiequon@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Id0a29e92c3711a79771a22a59a8301a1fa5a43f1 Fixed: 1066167, 1066169 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128230Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#754631}
-
Raul Tambre authored
has_key() has been removed in Python 3. Use the 'in' operator which works in both Python 2 and 3. Traceback (most recent call last): File "../../components/schema_org/generate_schema_org_code.py", line 148, in <module> sys.exit(main()) File "../../components/schema_org/generate_schema_org_code.py", line 139, in main template_vars = get_template_vars(args.schema_file) File "../../components/schema_org/generate_schema_org_code.py", line 111, in get_template_vars template_vars['properties'].append(parse_property(thing, schema)) File "../../components/schema_org/generate_schema_org_code.py", line 72, in parse_property if not prop.has_key(schema_org_id('rangeIncludes')): AttributeError: 'dict' object has no attribute 'has_key' Bug: 941669 Change-Id: I29f7ac1e7c1aca7275412c068a59070f4c18f69b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124609 Auto-Submit: Raul Tambre <raul@tambre.ee> Commit-Queue: Tommy Steimel <steimel@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#754630}
-
Chris Blume authored
https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/9195e7c7a..7e3ad7980 git log 9195e7c7a..7e3ad7980 --date=short --no-merges --format='%ad %ae %s' 2020-03-30 cblume@chromium.org Fix Mac builds of libjpeg-turbo 2020-03-27 dalecurtis@chromium.org Fix include directories for NASM. 2020-03-27 dalecurtis@chromium.org Switch to NASM for libjpeg_turbo. Change-Id: Ia7a9ff83b9c55e37265099bc7b072f042ee50d78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2125950Reviewed-by:
Leon Scroggins <scroggo@google.com> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Chris Blume <cblume@chromium.org> Commit-Queue: Chris Blume <cblume@chromium.org> Cr-Commit-Position: refs/heads/master@{#754629}
-
John Budorick authored
Bug: 1066161 Change-Id: I2c6c2e0da5424942cda6db78ac65887102dc6885 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127912 Commit-Queue: John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Auto-Submit: John Budorick <jbudorick@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#754628}
-
Robbie McElrath authored
TBR'ing yusufo@ as this is the same as the original CL. This is a reland of a33032ad Original change's description: > [WebLayer] Delete browserservices.Origin > > This is the last CL to move browserservices.Origin to > //components/embedder_support so it can be used by WebLayer. This was > split into multiple CLs to avoid breaking Clank. > > Bug: 1058597 > Change-Id: I1964b9fc54c378528ba4935e2385da99fc663e70 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106889 > Reviewed-by: Yusuf Ozuysal <yusufo@chromium.org> > Reviewed-by: Bo <boliu@chromium.org> > Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> > Cr-Commit-Position: refs/heads/master@{#752248} TBR: yusufo@chromium.org Bug: 1058597 Change-Id: Idf41f87ec6203f236b922e2330bf6f6d2e227d44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2115462 Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#754627}
-
Justin Miron authored
This change calls OnMainFrameDocumentIntersectionChanged for the main frame. The RenderFrame resets the main frame's intersection when the frame commits a navigation to ensure we propagate a new intersection for each committed navigation (otherwise we may lose updates when the render frame observer propagates values for uncommitted loads to page load metrics). This allows consumers to compare frame intersections with the main frame's rect. This is a precursor to measuring page ad density. BUG=993453 Change-Id: I689505c086ed0216af9f216ed4dd3d13f9c3ec1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2105622 Commit-Queue: Justin Miron <justinmiron@google.com> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
John Delaney <johnidel@chromium.org> Reviewed-by:
Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#754626}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/e7603d3ab878..de6d9fd4428c git log e7603d3ab878..de6d9fd4428c --date=short --first-parent --format='%ad %ae %s' 2020-03-30 treehugger-gerrit@google.com Merge "TrackEvent: Add entry point for track+timestamp+lambda" Created with: gclient setdep -r src/third_party/perfetto@de6d9fd4428c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: perfetto-bugs@google.com Change-Id: I81ef5c156ff65d13a23270b1f016c9d4432e1870 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127421Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#754625}
-
Avi Drissman authored
Attempting to keep a list of proxied methods on MTLDevice is a losing battle. So use -forwardInvocation: to implement blanket forwarding. Bug: 1065146 Change-Id: I3110a3b02430590664545be5072c993e64a14cbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2125462 Commit-Queue: Avi Drissman <avi@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#754624}
-
Clark DuVall authored
This implements a basic CookieManager for WebLayer which allows getting and setting cookies. Bug: 1054160 Change-Id: I4d875ce95abc75f8012a222778e4eb1ed6839a88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122475Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#754623}
-
Daniel Libby authored
On Aura and Android, there is a feature that describes the document/frame selection to the compositor for touch selection. These coordinates are layer-relative so that they can later be used to determine whether or not the start and end of the selection is visible and whether the handles should be rendered. This currently relies on Blink being able to query compositing state, which is not available during PrePaint with CompositeAfterPaint enabled. This change has us early-out for CAP and leaves a TODO with bug to go implement this for CompositeAfterPaint Bug: 1007989 Change-Id: I2876a5bdc847b4e9e8afbbf7b75f4701b387fa23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120091 Commit-Queue: Daniel Libby <dlibby@microsoft.com> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#754622}
-
Devlin Cronin authored
Extensions used to be able to override the bookmark star view in order to provide a custom bookmark manager (this was used for the Stars extension). The extension has been deprecated and removed, and the API never launched. Clean up the remnants. No longer check for extension overrides when bookmarking a tab, and simplify the methods to simply be BookmarkCurrentTab(). In addition to removing what was thought to be dead code, this also fixes a bug that exists today that allowed non-Stars extensions to implicitly override the "Bookmark this tab..." behavior, independent of whether they were actually a bookmark manager. (This was caused because we didn't check the command was active before using it in browser_commands.cc.) Bug: 894447, 1065167 Change-Id: I975cac58e72e113c351fe63735c4be5c3f08aa4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2123315Reviewed-by:
Mike Wittman <wittman@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#754621}
-
Patrick Monette authored
This is a reland of 8e70db4d Original change's description: > [PM] Connect dedicated workers to their client frames in the graph. > > Bug: 993029 > Change-Id: Iae20fa0ede4421782fc5fbf2851d21c83cfbf4c8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095452 > Commit-Queue: Patrick Monette <pmonette@chromium.org> > Reviewed-by: Sigurður Ásgeirsson <siggi@chromium.org> > Cr-Commit-Position: refs/heads/master@{#753319} Bug: 993029 Change-Id: I859f004b938164a02e43b74e6f9225d25e90d083 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122476Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Commit-Queue: Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#754620}
-
Aran Gilman authored
This reverts commit a18fd063. Reason for revert: Branch is coming up, and this CL is the likely cause of a release-blocking bug on Android (https://crbug.com/1065341). Original change's description: > Persist Reader Mode theme and font family settings on desktop. > > This CL expands the existing JavaScript bindings to allow storing the > theme and font family selected via the in-page appearance settings > dialog to the corresponding synced preferences. > > The ability to persist the font size/scale will be added in a > follow-up CL. Storing that setting requires some additional work to > convert the font size in pixels used by the desktop UI to the scale > relative to base size expected by the pref. > > Bug: 1016615 > Change-Id: Ia7f8c86b8e9fa136b2b18429ba4b9d89272d1893 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922788 > Commit-Queue: Aran Gilman <gilmanmh@google.com> > Reviewed-by: Wei-Yin Chen (陳威尹) <wychen@chromium.org> > Reviewed-by: Emily Stark <estark@chromium.org> > Cr-Commit-Position: refs/heads/master@{#753277} TBR=estark@chromium.org,wychen@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1016615, 1065341 Change-Id: Icd8a8e6d3cdc06931e5f4aa083217a07df3c7a01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127908 Commit-Queue: Aran Gilman <gilmanmh@google.com> Reviewed-by:
Aran Gilman <gilmanmh@google.com> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#754619}
-
Abhishek Pandit-Subedi authored
Change the BluetoothKernelSuspendNotifier flag to be enabled by default. Also extend the expiry to 84 (that is when we will remove the flag entirely). BUG=b:149795111 TEST=Built for Hatch, deploy_chrome, checked flag in guest mode is enabled by default. Verify via shell that prepare_for_suspend in /sys/class/bluetooth/hci0 is set to enabled. Change-Id: Ibe064b57ca5db7dcce516f5c41a5b11de7aff2fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116592 Auto-Submit: Abhishek Pandit-Subedi <abhishekpandit@chromium.org> Reviewed-by:
Sonny Sasaka <sonnysasaka@chromium.org> Commit-Queue: Sonny Sasaka <sonnysasaka@chromium.org> Cr-Commit-Position: refs/heads/master@{#754618}
-
David Van Cleve authored
This is one of a series of CLs updating Trust Tokens key commitment state to use a singleton in-memory store owned by NetworkService and updated via Mojo from the component updater. This involves 1: Remove key commitment-related state from the on-disk trust token store [2, this CL]: Mojoify TrustTokenKeyCommitmentResult and remove commitment fetching and parsing code: - Remove network::TrustTokenKeyCommitment{Parser, Controller, Result} - Clean up the persistent storage schema, removing the proto TrustTokenKeyCommitment (a key with metadata, similar to Result::Key) 3: Add a centralized issuers-to-commitments store in the network service. 4: Add component updater logic to populate this store. Bug: 1063510 Change-Id: Ie64e778c47a1e570087c8a305bf02c88e223f035 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117467 Commit-Queue: David Van Cleve <davidvc@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Matthew Denton <mpdenton@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#754617}
-
Alex Turner authored
Currently, GetURL(url::kAboutBlankURL) is called with returns a GURL ending "/ad_tagging/about:blank" instead of just an about:blank GURL. Bug: 1064783 Change-Id: I11d9e26ec8ee32eef924ccfc6d07c218f144d7b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119223Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Alex Turner <alexmt@chromium.org> Cr-Commit-Position: refs/heads/master@{#754616}
-
Hongbo Song authored
Bug: 1051042 Change-Id: I4a2cdae3db41bf4da2839d2779f0928573f5675d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127519Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Hongbo Song <hbsong@google.com> Cr-Commit-Position: refs/heads/master@{#754615}
-
Dale Curtis authored
Prior to this change there exists a window between when GpuMain() hands off log collection and when GpuServiceImpl::InitializeWithHost() starts forwarding to the GpuProcessHost. We have sometimes lost key debugging logs in these cases. Now GpuServiceImpl handles collection of GpuMain() logs all the way up until GpuServiceImpl::InitializeWithHost() takes over, so no logs are lost during startup. Fixed: 1065082 Change-Id: I1d0376ca917218cb6cb6c7298ad59021ba6832ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2123329 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#754614}
-
Alexander Cooper authored
WebXrPermissionsApi is still targeting a launch in 83; however given the current state of affairs, this switches it to be launched as a "soft launch" via finch, so that it can easily be disabled if approval to launch is denied at a late stage. Change-Id: I2ada82e5649fcdb9526a07363bb15ddfd2c32b90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122608Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#754613}
-
Raymond Toy authored
If the time requested in cancelScheduledValues overlaps the time of a setValueCurveAtTime, then the setValueCurveAtTime is also removed. Bug: 1063502 Change-Id: I6e8bd4bf802cd76f26b46f60905f977ab76d5b5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121353Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#754612}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: I11704b29a52ad86fab87455addc8489f7b805bb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127906Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#754611}
-
Garrett Beaty authored
lint-luci-milo was modified to not require all of the sub-waterfall to appear in the main waterfall console. This change moves the configuration closer to being able to automatically create the main consoles. Change-Id: I28246c591c0c66cb3a8f0710d9226cc9806b9fb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124531Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#754610}
-
Mike Frysinger authored
This fixes running under python3 as codec wrapping requires a binary stream, so don't pass it text mode file handles. Bug: 983071 Test: `python3 ./grit.py newgrd x.grd` works Change-Id: I5e3b7d6a0bcf33a176c3ad82ab9a537eaab2cee4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2125872 Commit-Queue: Mike Frysinger <vapier@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#754609}
-
John Abd-El-Malek authored
This allows resumed downloads to be able to show notifications on restart before a DownloadCallback is set. Bug: 1025603 Change-Id: Id4e631c009684eacfc3ed03f19ee98596c182b8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2126257 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Auto-Submit: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#754608}
-
Katie D authored
We don't want users to copy the reader mode URL (which looks like chrome-distiller://<hash>/<params>) when what they see in the omnibox is the original article URL. With this change, the article URL will be copied instead. Bug: 1064095 Change-Id: I48b088843ba427819bf7bcefc83bac0a8631c5fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121339 Commit-Queue: Katie Dektar <katie@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#754607}
-
haozhe authored
This patch prevent the cancellation of CSS animation if IgonreCSSPlayState is on Change-Id: I0e8333ad6e45bac48703f46a89d0519a994467c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124604 Commit-Queue: Hao Sheng <haozhes@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#754606}
-
Sadrul Habib Chowdhury authored
Take into account whether two scroll sequences have the same 'scrolling thread' before merging them, to ensure a metric reported under ScrollingThread bucket does not mix up short compositor-driven scrolls with main-thread driven scrolls. BUG=1035460 Change-Id: I5be56688c6033630bc464706245a84fac447fc00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127735 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Auto-Submit: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#754605}
-
Filip Gorski authored
Always returns Non-Null DeviceConditions, that are most restrictive in case a valid status cannot be determined (BatteryStatus is null). Bug: 1064899 Change-Id: I82d4ce4c63bad892715469501dd2c466cd4ca9ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122455 Commit-Queue: Filip Gorski <fgorski@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#754604}
-
Ahmed Mehfooz authored
Bug: 1065079 Change-Id: I599b603472770f7a4be467c836b7ec81fa0a57b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2125698Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#754603}
-
Javier Ernesto Flores Robles authored
Implements persistence in ArchivableStore. Writing and loading is done in the working operation queue. Bug: 1045457 Change-Id: Id66a13e419b47aae9e67de3fc74ff43e69bb24f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2126288 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
David Jean <djean@chromium.org> Cr-Commit-Position: refs/heads/master@{#754602}
-
Denis Kuznetsov authored
Change-Id: If48290e9c890fa3e6f5de526c05db5772bce4728 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2126931 Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Roman Aleksandrov <raleksandrov@google.com> Cr-Commit-Position: refs/heads/master@{#754601}
-
Xing Liu authored
This CL updates the Chrome TOS to Google TOS + Chrome additional TOS in 3 UI surfaces: 1. Legal setting page. 2. FRE dialog. 3. Lightweight FRE dialog. Bug: 1064845 Change-Id: Ia1bed6667b6638b269798dd334ec2e73e9d84a1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121467 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#754600}
-
Rohit Rao authored
The appconfig.xml spec does not support dictionary-based policies (for example, the ManagedBookmarks policy). As a result, ios_app_config_writer.py was failing when it encountered dictionary types. For now, skip these policies and do not include them in appconfig.xml. BUG=1065539 Change-Id: Ie0d8891d5325f1c60e84cd8fd0af844b38a7c169 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127488Reviewed-by:
Yann Dago <ydago@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#754599}
-