- 03 Apr, 2019 40 commits
-
-
Oliver Chang authored
Bug: 942518 Change-Id: I2d0ab05864cf0e6d79b165732be90254bff21103 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547720Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Abhishek Arya <inferno@chromium.org> Commit-Queue: Oliver Chang <ochang@chromium.org> Cr-Commit-Position: refs/heads/master@{#647136}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/df87632bd6a3..2f8cd2bbcb49 git log df87632bd6a3..2f8cd2bbcb49 --date=short --no-merges --format='%ad %ae %s' 2019-04-03 dhanyaganesh@chromium.org cros_uprevchrome: Replace the build_id arg with buildbucket_id Created with: gclient setdep -r src/third_party/chromite@2f8cd2bbcb49 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@chromium.org Change-Id: Ia3eacc9d5bcd762e9bbaed3d1c193f2bdebce6d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1550046Reviewed-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@{#647135}
-
Lorne Mitchell authored
* Enabled the check_localization presubmit script. * Fixed localization issues caught by the check_localization presubmit script. * Updated the check_localization script to allow contatenation of non-alphabetic strings with localized strings. * For example, ls`Status Code` + ": " is a valid concatenation. This allows for decorations to be concatenated with localized strings. Change-Id: I741940c9ebdac363ac0ccad3f7de20d508204e2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1544878 Auto-Submit: Lorne Mitchell <lomitch@microsoft.com> Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#647134}
-
Hirokazu Honda authored
This enable LibYUVIP to convert YV12 image to NV12 image. I also add YV12->NV12 test case in image_processor_test. I correct the name of test image, which I wrongly named bear_320x192.yv21.yuv. Bug: 944823 Test: image_processor_test Change-Id: I22614a0a626e3202e3a2c6ca9e0f77200c200c84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541136 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#647133}
-
Fish Lin authored
Add gop_length parameter to video_encode_accelerator config, and also change related code to make it support configure these parameters when creating video encoder. BUG=chromium:920131 TEST=Built and verified on cast device. Change-Id: Id7f6f5898f7e36195f295752b7bd7a2ba7604a67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1402304Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Commit-Queue: Fish Lin <linfish@google.com> Auto-Submit: Fish Lin <linfish@google.com> Cr-Commit-Position: refs/heads/master@{#647132}
-
Christopher Cameron authored
The original plan for cross-process accessibility was to have the AX trees span across processes -- something to the effect of - views::ViewAccessibility tree (in browser process) - RenderWidgetHostViewCocoa (in app shim process) - content::BrowserAccessibilityManager (in browser process) This turns out to not be something that NSAccessibilityRemoteUIElement supports. The supported scheme is to - have the AXTree exist entirely in the browser process - have the NSWindow in the app shim point to the browser process - have the AXTree in the browser process point back to the NSWindow in the app process only for communicating updates. Remove mojo methods to communicate the RenderWidgetHostViewCocoa's accessibility tokens across processes, as they are no longer needed. Bug: 944698 Change-Id: I944c43cfddb01545f933c7a2ffdec64a87f57a15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540658Reviewed-by:
Leonard Grey <lgrey@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#647131}
-
Drew Stonebraker authored
Channel-specific versionCodes for standalone webview need to be in a specific order so the correct channels have precedence over others. Follow-up CL to http://crrev/c/1547757 Bug: 919216 Change-Id: I085ee25dc4029cf3edb3b3f5b0d2257267adc800 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1550011Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Drew Stonebraker <stonebraker@chromium.org> Cr-Commit-Position: refs/heads/master@{#647130}
-
Sreerenj Balachandran authored
VP9ReferenceFraameVector is the class implemented for generalising the VP9 reference picture mangament with in the encoder and decoder similar to the VP8 implementation. Currenlty VP9ReferenceFraameVector is only utilized in the encoder implementation. This patch enables the same in decoder too. Bug:chromium:924804 TEST= video_decode_accelerator_unittest \ --test_video_data=test-25fps.vp9:320:240:250:250:35:150:12 \ -v=0 --disable_flush --single-process-tests --ozone-platform=gbm Change-Id: I725c214c38a5aed1720bd9d91445ac4841f5014b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540482 Commit-Queue: Sreerenj Balachandran <sreerenj.balachandran@intel.com> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#647129}
-
Drew Stonebraker authored
This is a reland of 5d21bf17 No code changes from initial submission. This is now safe to land because autoroller has updated internal repo to include http://crrev/i/1046349 . Original change's description: > Remove chrome_version.gni > > File's logic has been refactored and moved to build/util/version.gni. > Logic was initially removed in issue 1501459 but file was kept to avoid > breaking downstream gn imports that were corrected in 1046349. > > Depends on http://crrev/i/1046349, http://crrev/c/1524096, http://crrev/c/1501459 > > Bug: 919636 > Test: Run gn gen with target_os="android" successfully > Change-Id: Iec00919acf6c27222bc896e6f850996cc1890a15 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1524908 > Commit-Queue: Drew Stonebraker <stonebraker@chromium.org> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#646820} Bug: 919636 Change-Id: Id7eae0454ab39dc644915b06e71b9d047f2c8eec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1550005 Commit-Queue: Drew Stonebraker <stonebraker@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#647128}
-
Anand K. Mistry authored
The policy is intended to unmount external media such as USB drives and SD cards. However, cros-disks is now used to mount other types of file systems such as DriveFS and sshfs for crostini. These don't count as "external" and are covered by other policies. Also, if an unmount fails, Chrome will keep trying to unmount the device. Fix this by generating a list of mount points and iterating through that list. BUG=947375 Change-Id: I8a0813daa863e9f88e8cb1fc07cf8b7fc157a25d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1545956 Commit-Queue: Anand Mistry <amistry@chromium.org> Reviewed-by:
Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Reviewed-by:
Sergei Datsenko <dats@chromium.org> Cr-Commit-Position: refs/heads/master@{#647127}
-
Sinan Sahin authored
Bug: 940685 Change-Id: Iaeacf60cf977a96751a18fe34a10af1154959f77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549610Reviewed-by:
Becky Zhou <huayinz@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Sinan Sahin <sinansahin@google.com> Cr-Commit-Position: refs/heads/master@{#647126}
-
Noel Gordon authored
Measure the test time (viz., fetch and piex processing time, including the cost of extracting the preview / thumbnail images). Accumlate that test time into a window.testTime global, controlled by test.js. Minor test.sh change: force grep to treat its input as text. Bug: 935285 Change-Id: I13c66e0f803677f0cd22d7507e479bd02e0e7462 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548961 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#647125}
-
Chromium WPT Sync authored
Using wpt-import in Chromium b3480b45. With Chromium commits locally applied on WPT: 0a8f3ffa "Use testdriver Action API in WPT pointerevent touch tests - Part 2" e46d3296 "Revise tests for datachannel ID handling" 80389713 "Rebase and fix tests for WebRTC DataChannel after landing WebRTC fix" 2dae0c6d "CORB shouldn't block application/dash+xml videos." Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=kyleju No-Export: true Change-Id: I078b4eb73c766547d3cab8a4738c9b38d913c421 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548788Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#647124}
-
Julie Jeongeun Kim authored
This CL removes js-test.js and applies testharness.js from tests in web_tests/animations except tests in sub folders of it. Bug: 936364 Change-Id: If13732f22e8d09a34270c65a210f367236c4cb4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548959Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Julie Jeongeun Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#647123}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=mmoss@chromium.org Change-Id: I4cd2363c83aeaf3f2d3e7dafedfd2aab36c78061 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549655Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#647122}
-
Scott Violet authored
This code path is hit when the gpu crashes in a client. It needs to be wired up for non-top-level embed roots (such as the keyboard), otherwise they won't paint after a gpu crash. BUG=945990 TEST=none Change-Id: If9ad229743a4b5d9daa0b7ca3231a8f3ef083d8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549899Reviewed-by:
Jun Mukai <mukai@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#647121}
-
Giovanni Ortuño Urquidi authored
Adds a method to install finalizer to install policy apps with the right flags. Bug: 844278 Change-Id: I144f9f2bf08db4a6add1fef04f2b9b2d343ff7de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547545 Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#647120}
-
David Tseng authored
EnableTab is an ipc to the browser process that does the initial hookup to observe accessibility on a web contents. In the midst of that setup, the web contents is explicitly reset whilst setting its accessibility mode. This is done in part to force a re-sent of accessibility data from a clean state. This never impacted the desktop case because we explicitly cache the desktop node in automation js bindings. Do the same now for tab tree nodes by caching their root automation node. Change-Id: I5213e747bc844849254c45184be7db35aeb0e0c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541888 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#647119}
-
Bo Liu authored
Issue is sometimes synchronous compositor can drop PresentationFeedback if renderer did not request a begin frame. Fix this by always supplying the PresentationFeedback. Bug: 948114 Change-Id: I75275eee17e03704dfff4406c141c68299af3ae6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546875 Commit-Queue: Bo <boliu@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#647118}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/5a4f0383cc9a..bf61da7c30d2 Created with: gclient setdep -r src-internal@bf61da7c30d2 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=alexmos@chromium.org,calamity@chromium.org,adithyas@chromium.org,grunell@chromium.org Change-Id: I8cc553ce5a81255a6932864821a0128cb08ab859 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1550039Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#647117}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/555cf74e75b4..df87632bd6a3 git log 555cf74e75b4..df87632bd6a3 --date=short --no-merges --format='%ad %ae %s' 2019-04-03 linben@google.com Remove kevin-arcnext from important boards. Created with: gclient setdep -r src/third_party/chromite@df87632bd6a3 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@chromium.org Change-Id: I1fa7099a2c3cdc5fc67d7e116fdab20b5e76baec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1550040Reviewed-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@{#647116}
-
Kyle Horimoto authored
Bug: 948942 Change-Id: I0986d8ebc0509a880919e2024389fe3ca4b2e43d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1550004 Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#647115}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ba99d428..c0843ced Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ia2797a8a27223beda46a5c9c2008d6a872535c5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1550022Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#647114}
-
Sinan Sahin authored
Bug: 945010 Change-Id: I4a70cb1ecfb7e0cb8739db2309c98a06aa9b0bd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1550001Reviewed-by:
Becky Zhou <huayinz@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Sinan Sahin <sinansahin@google.com> Cr-Commit-Position: refs/heads/master@{#647113}
-
Daniele Castagna authored
Rounded corner shader can be avoided every time that a quad does not intersect any corner. This is particularly useful in overview mode, where most of the tiles do not need to be drawn using the rounded corner shader. Bug: 903486 Change-Id: I673760b8ffbb8550d05752aab929e99d42c1ac9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548734Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
enne <enne@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#647112}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/c9eeab3d85b9..e25b4472cdd9 git log c9eeab3d85b9..e25b4472cdd9 --date=short --no-merges --format='%ad %ae %s' 2019-04-03 reed@google.com Move SkTileModes to top level Created with: gclient setdep -r src/third_party/skia@e25b4472cdd9 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=jlavrova@chromium.org Change-Id: Idb2c259d9004acb16327075eb7e7fc2ff8519779 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547967Reviewed-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@{#647111}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/1af744b57c87..2889dff6991a git log 1af744b57c87..2889dff6991a --date=short --no-merges --format='%ad %ae %s' 2019-04-03 jdarpinian@chromium.org Mac: Support using an IOSurface as the default framebuffer 2019-04-02 geofflang@chromium.org Vulkan: Have the WindowSurfaceVk own the submit semaphores. Created with: gclient setdep -r src/third_party/angle@2889dff6991a The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=syoussefi@chromium.org Change-Id: I4906e043537bf2edeca88925f8406e5dc894d5d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547968Reviewed-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@{#647110}
-
Reilly Grant authored
As long as there is an active connection between a frame in a tab and a serial port the tab should display an indicator. This is accomplished by adding an additional Mojo pipe that is kept open between the device service and the browser processes for as long as the render process has a connection to the port. Bug: 917204 Change-Id: I6441070f3473bd6b4a98dae98844a89ee4eb2329 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546502Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#647109}
-
Austin Eng authored
This patch adds the WebGPU enums and empty WebGPU interfaces Change-Id: I3e016188924f313f8258dcaf2682c6dcb2d9ee60 Bug: 877147 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547347Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#647108}
-
Dominick Ng authored
An ARC app may begin as a non-web app, but then be upgraded to be a web app. The opposite may also happen: an ARC app may be a web app, and then be upgraded to not be a web app. For each of these scenarios, we need to ensure that the browser-side web app is appropriately installed or uninstalled. This CL adds a new override of ArcAppListPrefs::OnPackageModified to listen for apps that are upgraded into or from being web apps, and trigger the appropriate installation or uninstallation. A new test is added to verify the behaviour. BUG=944972 Change-Id: I9e8cd04c0ceb87ca678eac0896ebdf6dde48938b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1536041Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#647107}
-
Karan Bhatia authored
Add a new histogram Extensions.DeclarativeNetRequest.UpdateDynamicRulesStatus to log the result of updating dynamic rules. This should help reflect the various ways in which updating dynamic rules can fail. BUG=930961 Change-Id: I3af32853d507ad56c8aed425a808c1e49a10af5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546647 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#647106}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/cb851311e16f..a883e5f9c100 git log cb851311e16f..a883e5f9c100 --date=short --no-merges --format='%ad %ae %s' 2019-04-02 eseckler@google.com Attempt to fix chromium roll - take 2 2019-04-02 treehugger-gerrit@google.com Merge "Attempt to fix chromium roll" 2019-04-02 fmayer@google.com Merge "Collect package versions in heap_profile script." 2019-04-02 treehugger-gerrit@google.com Merge "trace_processor: ParsePowerRails: skip huge power rail indices" 2019-04-02 treehugger-gerrit@google.com Merge "heapprofd: start task duration watchdog (default of 30s)" 2019-04-02 lalitm@google.com Merge "trace_processor: create metrics folders for trace processor" 2019-04-02 fmayer@google.com Merge "Add data source parsing packages.list." 2019-04-02 hjd@google.com Merge "perfetto-ui: Add logs panel" 2019-04-02 hjd@google.com trace_processor: Add unsorted json test data 2019-04-02 treehugger-gerrit@google.com Merge "Add a new TrustedPacket for received triggers." Created with: gclient setdep -r src/third_party/perfetto@a883e5f9c100 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=perfetto-bugs@google.com Change-Id: I7a8fa7f98a6ac81a5dffaa767c5bd89d7186c634 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547965Reviewed-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@{#647105}
-
Hao Zhang authored
Change-Id: Ifd7ba15733df360dfa52afa30d5feac8d68a0494 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549990Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Hao Zhang <hozhng@google.com> Cr-Commit-Position: refs/heads/master@{#647104}
-
Nate Fischer authored
This removes one disabled Safe Browsing test. This test has been disabled for over a year (the functionality never truly worked, but the original version of the test cheated with a helper method, see http://crbug.com/733815). Safe Browsing has been enabled for over a year, and no one has requested that back-to-safety (for malicious subresources) create a network error (for the top frame). I think we can safely remove the test and give up on the related functionality. Bug: 737820 Test: None Change-Id: I3a569419ff932683c2a8ca1c4cde4a01aadd5132 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549987 Auto-Submit: Nate Fischer <ntfschr@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#647103}
-
Oystein Eftevaag authored
Some of these metrics count up the duration of all trace events of a specific type contained in the trace, and v8_browsing enables enough categories that the default sized trace buffer gets overrun (>100MB). Requires https://chromium-review.googlesource.com/c/catapult/+/1546568 from catapult to roll into Chrome before landing. R=perezju@chromium.org,hpayer@chromium.org Bug: 946517 Change-Id: I1c2b5136dba70d419cd5cbeb721c8e2a539f1002 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548561Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Reviewed-by:
Hannes Payer <hpayer@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#647102}
-
Wei-Yin Chen (陳威尹) authored
Bug: 944750 Change-Id: I2385e30f7f5c2b4ae76758387a2edb5e2677a146 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549953Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#647101}
-
David Bokan authored
This makes it easy to tell from a trace how much scroll delta goes into each compositor frame, diagnosing smoothness and jank issues easier. Bug: 943294 Change-Id: I40133adc683c1cf87ce9f665bc312a77c8573588 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547053Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#647100}
-
Sergey Ulanov authored
LocalFontFaceSource was expecting to FontUniqueNameLookup implementation on all platforms except Mac, but it's implemented only on Android, Linux and Windows, which was crashing the renderer on Fuchsia. TBR=drott@chromium.org Bug: 948938 Change-Id: I5557a37c2cdbf2dd5a8c0a1cb08e847b31bafd00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549831 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#647099}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/7a292fcdb49f..555cf74e75b4 git log 7a292fcdb49f..555cf74e75b4 --date=short --no-merges --format='%ad %ae %s' 2019-04-02 saklein@chromium.org presubmit: remove the proto check for the time being. 2019-04-02 chrome-bot@chromium.org Update config settings by config-updater. 2019-04-02 dburger@chromium.org Add default for GE build config configs, fix config-updater. Created with: gclient setdep -r src/third_party/chromite@555cf74e75b4 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@chromium.org Change-Id: Icbcf0ad9d593e8e88c00614f7d5f10b43a4745db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1550020Reviewed-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@{#647098}
-
Devlin Cronin authored
Custom bindings in JS files used to require guards around getInternalApi, since it was only set if native extension bindings were used. Now that native extension bindings are the only form of bindings, we can remove the guards and JS versions of the same invocations. Bug: 938998 Change-Id: Id8c0046cde6ff602a458064689058e16f8ad76ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1543462Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#647097}
-