- 21 Oct, 2020 40 commits
-
-
Matt Wolenetz authored
Adds a readonly, boolean-valued, static attribute named `canConstructInDedicatedWorker` to the MediaSource interface. Currently, this attribute is only visible to web apps if the RunTimeEnabledFeature "MediaSourceInWorkers" is enabled. When visible, this attribute always returns true. The primary goal of having this attribute is to enable web app's main thread to proactively determine whether or not MSE is supported from a dedicated worker context *before* deciding whether or not to create or try using MSE from such a context. As an initial example of this use case, the existing MSE-in-Workers web_tests are updated to use this new attribute's existence and value to fail-fast rather than potentially flakily fail (e.g. previously, the ...worker-terminate test might flakily pass/fail some of its test cases on implementations lacking MSE-in-Workers support if the test completed before handling receipt of error message from worker.) A further test is added to ensure that, if the attribute is missing or exists but is not `true`, a dedicated worker does not have ability to construct a MediaSource instance. See also https://github.com/w3c/media-source/issues/175 for further discussion which led to this new attribute. BUG=878133 Change-Id: I697ca6adc5b5dc65d5c5084ff67a541430a9237b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487834 Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Reviewed-by:
Will Cassella <cassew@google.com> Cr-Commit-Position: refs/heads/master@{#819564}
-
Nidhi Jaju authored
This is a reland of a2505c5b Original change's description: > Remove NotEnumerable from Writable Streams WebIDL > > According to https://github.com/whatwg/streams/pull/1035, all methods > and accessors are now enumerable, per Web IDL defaults, instead of > non-enumerable, per ECMAScript defaults. Hence, 'NotEnumerable' can > be removed from the Streams WebIDL files. This CL specifically > removes them from writable streams. > > Bug: 1093862 > Change-Id: I935a9f8726b3cb1dc4efb5b4d6db71384c8efe37 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485664 > Reviewed-by: Adam Rice <ricea@chromium.org> > Commit-Queue: Nidhi Jaju <nidhijaju@google.com> > Cr-Commit-Position: refs/heads/master@{#819181} Bug: 1093862 Change-Id: Iaf54f395cc649b85cbc834dc18baf94855d53613 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489110 Commit-Queue: Nidhi Jaju <nidhijaju@google.com> Reviewed-by:
Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#819563}
-
Sophey Dong authored
This bug fix has been launched since M84. Bug: 1124205 Change-Id: I99dd4b7edbab9443c10169144f5ecf3b115c74f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391508Reviewed-by:
Jeffrey Cohen <jeffreycohen@chromium.org> Commit-Queue: Sophey Dong <sophey@chromium.org> Cr-Commit-Position: refs/heads/master@{#819562}
-
Tim Song authored
Currently, the notification icon is styled based on an accent color in the standard notification system. However, for PhoneHub, our icons have color, so we need to add a new field to reflect this behaviour. BUG=1140893,1106937 Change-Id: I892ab724b17cc2b17d20555ce68631fab055a418 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489165 Commit-Queue: Tim Song <tengs@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#819561}
-
Thomas Lukaszewicz authored
This reverts commit 315d5cdf. Reason for revert: Reverting due to suspect in linux-chromeos-rel build breakage. First broken build: https://ci.chromium.org/p/chromium/builders/ci/linux-chromeos-rel/42155 Original change's description: > Multipaste: Add flag for resetting nudge prefs on new session > > Add a flag which, when enabled, will reset the clipboard nudge prefs > on a new user session. This will allow the nudge to be shown again. > > Bug: 1140656 > Change-Id: I312f05eed655fc1657843d2b7a45214bb671bebe > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489020 > Reviewed-by: Alex Newcomer <newcomer@chromium.org> > Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> > Cr-Commit-Position: refs/heads/master@{#819483} TBR=newcomer@chromium.org,mmourgos@chromium.org Change-Id: I49212699a83e3e023c2a0cdf10ffbe96db19528e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1140656 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491157Reviewed-by:
Thomas Lukaszewicz <tluk@chromium.org> Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Cr-Commit-Position: refs/heads/master@{#819560}
-
Ken Buchanan authored
The previously observed crashes no longer repro for me in tests or exercising the API in browser. The crash had been very reliable before. This CL enables the tests to see if the issue has somehow become resolved. Fixed: 1123273 Change-Id: Id23ef5ba460267cd013eeaa533e1a8caec7330a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490512 Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#819559}
-
Zhenyao Mo authored
The feature does not work with GL renderer. Also, set |supports_target_damage| cap to false on Windows. Otherwise we saw black flashes when switching from video overlay mode to chrome compositing mode. BUG=1122686,1117185 TEST=manual R=kylechar@chromium.org Change-Id: I9e759b2b58e26b76972fb0e3373540f83a560904 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490411 Commit-Queue: Zhenyao Mo <zmo@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Auto-Submit: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#819558}
-
Austin Sullivan authored
- Add SandboxFileStreamWriter unit tests - Normal + Incognito modes - Restructure unit tests to be shared between Local, Memory, and SandboxFileStreamWriters Change-Id: Ic0e6daede15c0937a8e65b9f6c8d8a77425b2306 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422682Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Austin Sullivan <asully@chromium.org> Cr-Commit-Position: refs/heads/master@{#819557}
-
tby authored
We currently send a request to ItemSuggest on login if the suggested files experiment is enabled. This generates too much peak QPS, so we would like to only issue this 'warmup' request if the user has ever used the launcher before. This CL: 1. Adds a synced pref to track whether a search result has ever been launched from the launcher. 2. Gates the warmup query behind that pref, so long as the gating itself hasn't been disabled via Finch (in case we want to reverse this decision later). Bug: 1034842 Change-Id: Id226f94274fd0fb4fb89680eb90056894587c74f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485995Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Rachel Wong <wrong@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#819556}
-
Dale Curtis authored
This reverts commit de6e338e. Reason for revert: Should be fixed by https://crrev.com/819550 Original change's description: > Set use_vaapi=false in fuzzer builds. > > Bug: 1140770 > Change-Id: I0c9877f5cb24bb66c86df3577caee71a9fdca102 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487742 > Commit-Queue: Oliver Chang <ochang@chromium.org> > Auto-Submit: Oliver Chang <ochang@chromium.org> > Reviewed-by: Takuto Ikuta <tikuta@chromium.org> > Cr-Commit-Position: refs/heads/master@{#819249} TBR=ochang@chromium.org,tikuta@chromium.org Change-Id: If383a43d03d61b581df2451f133b2d5bfe4b09ab No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1140770 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491220Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#819555}
-
Tarun Bansal authored
Move connectivity detector to a common directory. This CL does not make any functional changes, but it allows for reuse of connectivity detector by other features. Change-Id: Ic3ac9693301eba47d4d44134fd609d1d6644416b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2460831Reviewed-by:
Jian Li <jianli@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#819554}
-
Tarun Bansal authored
Make NQE signal strength unit test more robust by approximately checking for the histogram count. Bug: 1130720 Change-Id: Ic535966d94ec0a5b312f51c20b71dfceaf0be0e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2484302 Auto-Submit: Tarun Bansal <tbansal@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#819553}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/d139f2661939..9606cffa66d0 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-mac-chromium 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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: Ib1d0cc6496286387d8ce555068d9e746957efbe5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489672Reviewed-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@{#819552}
-
Jamie Madill authored
This will not have a speed up but will allow ANGLE to complete the transition to the standalone test runner. Also increase the sharding parameter for these tests. Right now they only run on Android. Bug: angleproject:5124 Bug: 1140626 Change-Id: I61847aa30e0b00226e5961b78bc29cac52c659e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489723 Auto-Submit: Jamie Madill <jmadill@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#819551}
-
Jerome Jiang authored
Add libvpx as deps to libvp9rc instead to avoid duplication. Bug: 1140770 Change-Id: I2bdeb2985008cc31eb24abff50a1da290192f50b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490506Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
James Zern <jzern@google.com> Commit-Queue: Jerome Jiang <jianj@google.com> Cr-Commit-Position: refs/heads/master@{#819550}
-
Yu Han authored
This is a reland of 0397ac4e The original CL was reverted because it caused two tests failures on the win7 platform [1]. I think what happened I manually corrected the rebaseline tool's merging of some of the expected files. These led to not removing the expected files for these two tests on win7 platform. And since CQ's win7 builder doesn't auto run, it CL passed where it should have failed. I've since removed these two invalid expected files from win7 platform. In addition, I removed fuchsia/virtual/dark-color-scheme/fast/forms/color-scheme/color/color-picker-appearance-expected.png because its incorrect and I don't see the virtual suite tested on fuchsia. Ran CQ on all platforms and they passed. [1] https://ci.chromium.org/p/chromium/builders/ci/Win7%20Tests%20%281%29/b8866243899672370144 Original change's description: > [Controls Refresh] Update controls styles for dark mode > > This CL updates the dark mode styles for the following controls: > 1. <meter> - border color. > 2. multi-select - foreground text color. > 3. Button: Dark mode button design has no border and has unique fill > color. Thus, a specific set of color enums is created for only > buttons. Button's border color is styled to match its fill color > in order to give the appearance of no borders and keep its > dimensions unchanged. This impacts: button, file, and color > controls. > > > Bug: 1107290, 1099624 > Change-Id: I141c199f93acac2b950b8af7195e863f811c2f4c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469357 > Commit-Queue: Yu Han <yuzhehan@google.com> > Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org> > Reviewed-by: Mason Freed <masonfreed@chromium.org> > Cr-Commit-Position: refs/heads/master@{#818119} Bug: 1107290 Bug: 1099624 Change-Id: I3097043a036da08dc201e0ce78ecc2ed1c94a1a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485039Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Yu Han <yuzhehan@chromium.org> Cr-Commit-Position: refs/heads/master@{#819549}
-
Ben Pastene authored
This reverts commit 9d5ab21c. Reason for revert: suspected to be causing Unknown function unpak("unpak_v3") errors eg: https://ci.chromium.org/p/chromium/builders/try/chromeos-arm-generic-rel/403265? https://ci.chromium.org/p/chromium/builders/try/chromeos-arm-generic-rel Original change's description: > WebUI: Delete unpack_pak > > Remove unpack_pak.py script and associated rule and tests. grit + unpack > rules are no longer needed to generate inputs for optimize_webui since > the introduction of the new preprocess_grit rule. > > Bug: 1132403 > Change-Id: I52fed86461108904abe8e319f3a015e8daa21aa0 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490332 > Reviewed-by: dpapad <dpapad@chromium.org> > Commit-Queue: Rebekah Potter <rbpotter@chromium.org> > Cr-Commit-Position: refs/heads/master@{#819539} TBR=dpapad@chromium.org,rbpotter@chromium.org Change-Id: Ib27403a02332ca2bbae464930fa23882657d29f2 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1132403 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490670Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#819548}
-
Charlene Yan authored
CalculateAvailableWidthForTabs takes into account the fixed tabstrip width for closing mode |override_available_width_for_tabs_|. Bug: 1140423 Change-Id: I5bec3dde8f4b14990d4556a6c424d42b75acd89e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488881 Commit-Queue: Charlene Yan <cyan@chromium.org> Reviewed-by:
Taylor Bergquist <tbergquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#819547}
-
Kartik Hegde authored
Switch kFailedToResolveAllHosts to the clearer kHostResolutionFailure to denote when one or more hosts failed DNS resolution. BUG=chromium:956783 TEST=unit_tests --gtest_filter=DnsLatencyRoutineTest.* Change-Id: I0392df692919a55896e439edc5f53801d756873d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490069Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Kartik Hegde <khegde@chromium.org> Cr-Commit-Position: refs/heads/master@{#819546}
-
Elly Fong-Jones authored
This change removes CrostiniAppRestartView, replacing it with: * Construction and configuration of a bare View + DialogDelegate pair * A pair of public functions that create and show this dialog This change also adds some unit test coverage for this dialog to ensure that I didn't break it when doing this refactor. Bug: 1075649 Change-Id: I7de0e2386de14aa6aec8917c630f64a69df26832 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490345 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#819545}
-
chromium-autoroll authored
https://dawn.googlesource.com/tint.git/+log/4f79c8405028..0ce070474164 2020-10-21 dsinclair@chromium.org Remove type alias struct variant. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/tint-chromium-autoroll Please CC dsinclair@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/+doc/master/autoroll/README.md Bug: None Tbr: dsinclair@google.com Change-Id: I35688907dd5f9a260909610f875a4efaae580843 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490164Reviewed-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@{#819544}
-
Zhaoyang Li authored
Test runner will copy attachments from xcresult to output folder (isolated output in infra) for all failed tests in each attempt. Screenshots will be collected only from failing steps to avoid noise. Other attachments will be collected from every step. - Put the copy logic in private methods and called these in public collect_test_results. - Improved and unified variable naming where touched. - Removed unused plist check where touched. - Fixed and added tests for xcode_log_parser. Bug: 1047704 Change-Id: I448c785a256702d93698e5c73ef89b7477efbc87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473499Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Cr-Commit-Position: refs/heads/master@{#819543}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/553115ec991c..726aef930d80 2020-10-21 jalyn@microsoft.com Partial reland: Remove dependencies on ShortcutsScreen If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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/+doc/master/autoroll/README.md Bug: chromium:1140386,chromium:174309 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I5c045c6ffe5bf6e73de481816c8c0dd603325bb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490163Reviewed-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@{#819542}
-
Maggie Chen authored
kOccludingDamageOnly in Viz.DisplayCompositor.RootDamageRect.Underlay is no longer used. Bug: 1117235 Change-Id: I7ed3b9572c4358eef9d6474d7988a95af8e0f46e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488986Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
weiliangc <weiliangc@chromium.org> Commit-Queue: Maggie Chen <magchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#819541}
-
Rune Lillesveen authored
ComputedStyle::Animations() are null if all values are initial. If we apply initial we don't need to create the object. The same applies to CSSTransitionData. Change-Id: I4c529a9df1764ba04560554892a46c452734d26a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489621Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#819540}
-
rbpotter authored
Remove unpack_pak.py script and associated rule and tests. grit + unpack rules are no longer needed to generate inputs for optimize_webui since the introduction of the new preprocess_grit rule. Bug: 1132403 Change-Id: I52fed86461108904abe8e319f3a015e8daa21aa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490332Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#819539}
-
Tom Anderson authored
x11::Input::Fp1616 should be treated as a signed integer, otherwise -1 will underflow to 65535. When dragging a scrollbar, this would cause the scrollbar to snap to the bottom when the cursor is dragged above the window's y=0 coordinate. Verified that the issue is fixed after this CL. BUG=1139623,1136352 R=sky Change-Id: Ie318006ceadde9b9ce3e267fb453ddeba0e81da0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485620 Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#819538}
-
Greg Thompson authored
Once upon a time, mini_installer.exe created a directory in %TMP% in which to place files while it performed its work. Since it may fail to delete these files (e.g., due to crashes or interference by A/V software), it was given the power to delete files left behind by previous executions. This is all well and good, except that organic system-level installs did this work in a user's %TMP% directory rather than in the system's. Starting in r798844, mini_installer now puts its work directory next to itself. For installs driven by Google Update, GU will take care of (eventually) deleting anything left behind. Since this appears to be working reliably, we no longer need the %TMP% cleanup code. One caveat to this change is that files/dirs may once again accumulate in %TMP% if mini_installer is run from a directory in which it does not have write access. This will never be the case for proper Google Chrome installs. BUG=1125018 R=forshaw@chromium.org Change-Id: I50a768585d25ebdd508fc88f8036580a01bd8727 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2484651Reviewed-by:
James Forshaw <forshaw@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#819537}
-
Michael Moss authored
This fixes errors while building universal binary diff tools on official builders. This didn't surface in https://crrev.com/c/2462242 because the trybots don't build with official settings, so don't run dsymutil. BUG=1119472 Change-Id: Ic6a29205cff50746ad25a0944bf961907af910a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488710Reviewed-by:
Mark Mentovai <mark@chromium.org> Reviewed-by:
Michael Moss <mmoss@chromium.org> Commit-Queue: Michael Moss <mmoss@chromium.org> Auto-Submit: Michael Moss <mmoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#819536}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1603031994-5f3b6fcba7bce636145481c18ca09ca6363425d3.profdata to chrome-win32-master-1603227551-27f8a1799a335df211e237de1f87f7621bc18d2f.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win32-chromium Please CC pgo-profile-sheriffs@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I8be197cd3ca9c9aca1587c955c7a17c3660141e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488926Reviewed-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@{#819535}
-
Jeremy Roman authored
Currently it does the same thing as ExecutionContextCSPDelegate would, but does so directly. It should flow through the same path, so that the delegate is informed when policies are added whether from accumulated headers or not. This addresses a minor metrics issue whereby a use counter is bypassed. Bug: 1110010 Change-Id: Ic06a426f172791c2225efec875bbbd041feeb4fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487847 Commit-Queue: Jeremy Roman <jbroman@chromium.org> Auto-Submit: Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#819534}
-
Henrik Boström authored
This can happen if peer connections are created or garbage collected inside of JavaScript event listeners triggered by OnSuspend which closes peer connections. Bug: chromium:1139153 Change-Id: I3d36c418f2f1a1e41886ff22901feeaaaee28029 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489302Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#819533}
-
Dave Tapuska authored
WidgetMsg_Close was only sent for popups and was used to indicate the browser destroyed the widget (possibly due to a focus change). To do this without an actual message we add a PopupWidgetHost channel. If the browser disconnects the channel then the popup widget is closed. BUG=1097816 Change-Id: I606dc2ef57b9b42eb45e3b638d88f2a8dc687a01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472424Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#819532}
-
Koji Ishii authored
This patch inlines |NGLineBreaker::HandleText|. This is a very small function with "inline", but while investigating disassembly for an issue, it turns out that this function is not inlined, and has |__security_check_cookie|. This patch inlines it to avoid the cost. This patch has no behavior changes. Change-Id: I8d796a31fb952afc99c0caab427b96b4c503a9ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490336 Commit-Queue: Koji Ishii <kojii@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Auto-Submit: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#819531}
-
Eugene But authored
Add UserFeedbackProvider::CreateViewController method which takes UserFeedbackSender as an argument. Downstream code will convert this sender to Feedback category tag. This will allow to distinguish user feedback sent from Tools Menu vs. SadTab. Bug: 1138523 Change-Id: Ibd768abb170e447c9ee06f1d2a3384721318d920 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485877 Commit-Queue: Eugene But <eugenebut@chromium.org> Auto-Submit: Eugene But <eugenebut@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#819530}
-
Gavin Williams authored
Bug: None Change-Id: If25e328730ca156187f164e12aa57df08fad2e71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490881Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Gavin Williams <gavinwill@chromium.org> Cr-Commit-Position: refs/heads/master@{#819529}
-
Clark DuVall authored
This reverts commit 0dcebcdd. Reason for revert: Looks like component build is not quite fixed: https://ci.chromium.org/p/chromium/builders/try/android-pie-arm64-dbg/1963? Original change's description: > Reland "Enable isolated splits in canary" > > This is a reland of b9d174e5 > > This was reverted because it broke component builds, should be fixed by > http://crrev.com/c/2490330 > > Original change's description: > > Enable isolated splits in canary > > > > All known issues have been fixed so enabling this in canary to see if > > there are any major problems. > > > > Bug: 1126301 > > Change-Id: I0c3bc7443fcca8b81f7c2652d90b982872f7ea08 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2478144 > > Commit-Queue: Clark DuVall <cduvall@chromium.org> > > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#819200} > > TBR=agrieve@chromium.org > > Bug: 1126301 > Change-Id: I343572b03f99ec201df4fb021c56d13233db623e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490682 > Reviewed-by: Clark DuVall <cduvall@chromium.org> > Commit-Queue: Clark DuVall <cduvall@chromium.org> > Cr-Commit-Position: refs/heads/master@{#819512} TBR=agrieve@chromium.org,cduvall@chromium.org Change-Id: I0ff64b2047d25fab0b4fd5feb83f3568ceecf828 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1126301 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490862Reviewed-by:
Clark DuVall <cduvall@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#819528}
-
Angela Yoeurng authored
Adds counterfactual param to ButtonRowWithPedals experiment. Also adds entry for ButtonRowWithPedalsAndKeywordButton to match server-side changes. Browser tests are updated to reflect the keyword-mode-by-space being disabled when the keyword search button is enabled. Bug: 893183 Change-Id: I11aa0223d01436e065eb63e2baa57fc0118dedc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472434Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Angela Yoeurng <yoangela@chromium.org> Reviewed-by:
Orin Jaworski <orinj@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Angela Yoeurng <yoangela@chromium.org> Cr-Commit-Position: refs/heads/master@{#819527}
-
Patrick Noland authored
This lets us re-hide the implementing class and wire dependencies to its constructor. Bug: 1140188 Change-Id: Idbe3c9c9b061cb657a3a04fa60cb6fc2dece260f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486079Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Commit-Queue: Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#819526}
-
Hajime Hoshi authored
Bug: 1117081 Change-Id: I655468fd6748b6e948edc0add545d6fbb7b3272a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489111Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#819525}
-