- 01 Jun, 2020 28 commits
-
-
Yuichiro Hanada authored
The same functionality is moved into MockIMEInputContextHandler by this CL. Bug: b:148193316 Test: browser_tests Change-Id: Ibadbd6be50b82a923cba4c46bcc79d82aba397e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210184 Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#773595}
-
Joel Hockey authored
Bug: 1085324 Change-Id: I759fd8f5936e8c2be9cef997441bc306b0c8d634 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2217726Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Mike Frysinger <vapier@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#773594}
-
Rachel Wong authored
This change does two things: 1) Create and register a pref that tracks whether Suggested Content is enabled 2) Add a new toggle to the privacy settings that controls this pref. Since the Suggested Content feature itself is not implemented yet, there is currently no callback for when the pref is toggled. The URL in chrome/common/url_constants.cc is a placeholder for now and will be replaced when the support team provides a link. The feature is behind a chrome/finch flag. Bug: 1079169 Change-Id: Ida3b210811aafc2b96a49df09822ebf6cdfac885 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2192534 Commit-Queue: Rachel Wong <wrong@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Cr-Commit-Position: refs/heads/master@{#773593}
-
Yoichi Osato authored
Disable wpt/../shared-array-buffers/window-domain-failure.https.sub.html if the network service is disabled TBR=toyoshim@chromium.org Bug: 933880 Change-Id: I4d54435e46a5c34ec95c8a4d0da1662883105a6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223700Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#773592}
-
Saho Kobayashi authored
Add stateDescription to mojo and serialize it to kDescription of AXNodeData. Android side CL is ag/11520815. AX-Relnotes: n/a. Bug: b:154433831 Test: manual(observe that state description property was set in test app) Change-Id: Idc9b73066955d0c864dbfd2e5e7d4e2ddf6be836 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2217519Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Hiroki Sato <hirokisato@chromium.org> Reviewed-by:
Sara Kato <sarakato@chromium.org> Commit-Queue: Saho Kobayashi <sahok@chromium.org> Cr-Commit-Position: refs/heads/master@{#773591}
-
Peter Wen authored
These extra dependencies were unnecessary according to: ninja -t missingdeps This makes it easier to reason on header and impl java groups. Now we can assume that a header group is the collection of direct dependencies that have headers. Similarly for impl groups. Bug: 906803 Change-Id: I203adb5b3ac93c5a7a269a2d63d3ffbf46c1525d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219181 Auto-Submit: Peter Wen <wnwen@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#773590}
-
Alan Cutter authored
When web apps were using the Extension system it got icon updating for free. Now that BMO is enabled and there's no underlying Extension app manifest updates must trigger the shortcut icon updating explicitly. This change affects Linux, Windows and Mac. Chrome OS icon updating requires app service integration to be followed up with in a later CL: https://chromium-review.googlesource.com/c/chromium/src/+/2222180/1 Bug: 1084405 Change-Id: Id22327069d2b9ed5f2381d2c159846417d79afab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216143 Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Auto-Submit: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#773589}
-
David Bokan authored
These tests are disabled and aren't providing any value. Fling has been moved into the browser so the event stream received by the renderer is the same as for non-fling scrolls which are well tested. Thus these tests are no longer relevant. Bug: 857490,1047176 Change-Id: I95dc9e5c7c1c8555a1f119713ceff32ec3438f17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220605Reviewed-by:
Lan Wei <lanwei@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#773588}
-
David Bokan authored
Moves set-root-scroller away from using eventSender to gpuBenchmarking so that scrolling is injected at the browser level. Bug: 1047176 Change-Id: I573206a5cb23a5ad638661b400a6f946d11e29f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220625Reviewed-by:
Lan Wei <lanwei@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#773587}
-
David Bokan authored
This CL moves the eventSender-based actions from the web test to a unit test where we have more control over the state of the unification feature and we can test the layout triggering behavior of the new unification main-thread-hit-test. Bug: 1047176 Change-Id: I359776cb0b3060abb2b4f4744b0fc2890c2ab31c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220496Reviewed-by:
Lan Wei <lanwei@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#773586}
-
Yuichiro Hanada authored
A new mojo method to send a key event from ArcInputMethodService in Android to arc::ArcImeService will be added soon. This CL moves KeyEventData struct to ime.mojom and define type mapping between KeyEventData and ui::KeyEvent. Bug: b:148193316 Test: component_unittests Test: manual - InputConnection.SendKeyEvent still works. Change-Id: I81ff4c11e1794c6e4c3e906596b770d01f21a6b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208310Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#773585}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d2e64b1bf8f6..0ded411e3180 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC tguilbert@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:linux-chromeos-chrome Bug: None Tbr: tguilbert@google.com Change-Id: Ie157b097c7d3bbe4703a80e65b908f81b98a66f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224295Reviewed-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@{#773584}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/b947498bee02..860af7a2012d 2020-05-31 cnorthrop@google.com Capture/Replay: Use aligned offsets for binary data If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC ynovikov@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.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-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: ynovikov@google.com Test: Test: angle_perftests --gtest_filter="*Trace*" Change-Id: I35329dcd9098f196f20dfc0be09338cf13cdd046 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224292Reviewed-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@{#773583}
-
Brian Manthos authored
Follow-up to "2222908: WorkItemList::Add{Copy,Move}TreeWorkItem params are now FilePath" This was a nit in that CL that was more important than originally understood. Change-Id: I2a9d5dc5a5752ac93749616ac7e52ef935306b73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223916 Commit-Queue: Greg Thompson <grt@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#773582}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org 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.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: Idf82b4231cee5a24679492c7e9afa895114533e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224298Reviewed-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@{#773581}
-
Gabriel Charette authored
Task APIs v3 will all have an explicit destination. In the past "default traits" meant ThreadPool. This CL is thus a no-op. These changes are required to phase out task APIs v2 (post_task.h) Design doc: https://docs.google.com/document/d/1tssusPykvx3g0gvbvU4HxGyn3MjJlIylnsH13-Tv6s4/edit This CL was uploaded by git cl split. R=ortuno@chromium.org Bug: 1026641, 968047 Change-Id: I6971ac85ba55e6960fa74e6dbb078a1a30467e27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219033 Auto-Submit: Gabriel Charette <gab@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#773580}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1590920284-1151a77bd4235099df7cb456e05f50ab7844ed85.profdata to chrome-mac-master-1590938956-c1aa569fa7dd3ba51e3777c3c374388d845093fe.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-mac-chromium Please CC jeffyoon@google.com,liaoyuke@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: chrome/try:mac-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I791919b208a5169ba1777c45aea1c98df2f93de4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224296Reviewed-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@{#773579}
-
Nate Chapin authored
Bug: 1029822 Change-Id: I599908fed2310334d8e0da4b5f56f3063711f7ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2189050 Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Nate Chapin <japhet@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#773578}
-
Timothy Gu authored
All call sites actually pass the incumbent window, so call it what it is. Change-Id: I85dd5029f561e1cc055ab350dfbb1555fe1d35fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223984 Auto-Submit: Timothy Gu <timothygu@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#773577}
-
Jinsuk Kim authored
UMA metric for 'close' event was not being logged properly since the preview tab gets destroyed (and its observer to bottom sheet) before it receives SheetState.HIDDEN event where the metric is logged. This CL delays the destruction till the state transition is completed. Bug: 1077042 Change-Id: I13e695bb4c45c936eb6e1adaa041ed203a9c3b18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216097Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#773576}
-
Johann authored
Change-Id: Ie9b1c8d4b928e7328ecd8efd2139c0ba3f543261 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2217752Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Johann Koenig <johannkoenig@google.com> Cr-Commit-Position: refs/heads/master@{#773575}
-
Matt Menard authored
Since activity is stored from midnight onward for all users (regardless of what time of day the usage interval actually occurred) and the IntervalMap removes overlapping intervals, it would nondeterministically remove usage intervals that occur on the same day with different users. This instead culls usage beyond 24 hours in a day. Since all time is stored UTC this is appropriate in all cases without losing usage due to time changes. Add unit tests to EnterpriseActivityStorage and ActivityStorage. Refactor to isolate functionality of each method of the storage classes for better reuse. Change |user_email| to |activity_id| so the class can be used by classes that need to key preferences but not by an email. Bug: 1058453 Change-Id: I8e5bd7b552d00bddd478c3a275313ccc7ed214a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153748 Commit-Queue: Matt Menard <mattme@google.com> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#773574}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-compile-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-compile-chrome BUG=762641 TBR=chrome-os-gardeners@google.com Change-Id: I3028723a3d38072b69ad1b022b4939235aff05fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223648Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#773573}
-
Mike Jackson (EDGE) authored
This test was previously failing on linux_chromium_chromeos_asan_rel_ng but isn't any more. Re-enabling it for BMO. Bug: 1082883 Change-Id: I15a7ddd478821435a31710e78bcd88f460ef924c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222724 Commit-Queue: Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Lorne Mitchell <lomitch@microsoft.com> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Sergei Datsenko <dats@chromium.org> Cr-Commit-Position: refs/heads/master@{#773572}
-
Hesen Zhang authored
- Fixed when first task was scheduled but not executed, next schedule will override the current one, now only schedule at the first time. - Recorded first flow duration from schedule to complete, and fetch start hour to see the explode hour distribution. Bug: 1087476 Change-Id: I47c8b2a91ba370d65ce1e98c8a789223ffd681ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220272Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Hesen Zhang <hesen@chromium.org> Cr-Commit-Position: refs/heads/master@{#773571}
-
Nate Chapin authored
Bug: 1029822 Change-Id: Ida7567a00614a76a1e1cebe1018d84406bcbce32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219399 Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Nate Chapin <japhet@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#773570}
-
tby authored
Much of our search-provider-side logic for ranking and deduplicating settings results is about to be implemented in the SearchHandler backend. To avoid doing the work twice, this CL simplifies our ranking. Note the SearchHandler change (crrev.com/c/2220866) isn't submitted yet, but this CL blocks some related stuff in the search provider so there's a case to submit it early. Bug: 1068851 Change-Id: Ic5d64cd2f478980c1792c7d13740131767e5fc3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222082Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#773569}
-
David Staessens authored
This Cl updates the usage documentation for the video_encode_accelerator_tests and video_encode_accelerator_perf_tests with the new "--codec" parameter. TEST=gitiles BUG=None Change-Id: I1bfed4af765f2b4ac8ce4323f2209c29e710a382 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2215656 Commit-Queue: David Staessens <dstaessens@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#773568}
-
- 31 May, 2020 12 commits
-
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/94230f4b0524..b42a3279268b 2020-05-31 reed@google.com hide savelayer's clipmask fields If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC tdenniston@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.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 Bug: None Tbr: tdenniston@google.com Change-Id: Iec6700da4896c0c8854d2375550a838885c16059 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224293Reviewed-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@{#773567}
-
Sorin Jianu authored
NetworkFetcherWinHTTP manages a base::File object as a destination for network fetches when the DownloadFile is called. This file object must be closed on a blocking sequence (if the file is opened) when the fetch_complete_callback is posted and the instance of NetworkFetcherWinHTTP is eventually destroyed. Bug: 1088301 Change-Id: I4e0c40fa9093d3ece9961b6c783e08f7002af647 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224312Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#773566}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/3720a9872dcd..d2e64b1bf8f6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC tguilbert@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:linux-chromeos-chrome Bug: None Tbr: tguilbert@google.com Change-Id: Iad7292c49b9fbed6ebd305cd8884d4bc29cf1151 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224210Reviewed-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@{#773565}
-
Sorin Jianu authored
The |write_data_callback_| holds a reference to the object, and the object leaks due to the circular dependency. TBR: waffles@chromium.org Bug: 1088295 Change-Id: Ia897432681221abb07686be124a5e89409813095 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224162Reviewed-by:
Sorin Jianu <sorin@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#773564}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1590911406-a5b4707c290d30db13d02c0e0366b7b71d1e6690.profdata to chrome-mac-master-1590920284-1151a77bd4235099df7cb456e05f50ab7844ed85.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-mac-chromium Please CC jeffyoon@google.com,liaoyuke@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: chrome/try:mac-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I509c9da4cff6ab36452069acc718be785fec87fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224209Reviewed-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@{#773563}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/493069b9b1e2..801452964638 2020-05-31 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 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: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ifebd76d7d7944cf50ddd89ab5412d0581154ef33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224208Reviewed-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@{#773562}
-
Sorin Jianu authored
There was a error when porting the UI code over, where a ! operator was accidentally deleted. That code made the UI believe that all apps were cancelled, and it resulted in auto closing the UI on errors. Bug: 1088290 Change-Id: Iabf0bece483f5c47e40f1ff3087a20348771b869 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224161Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#773561}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org 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.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I16957374ef72cc36b3ff165c865a3cb6dc431e96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224207Reviewed-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@{#773560}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/9c4c62652194..94230f4b0524 2020-05-31 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC tdenniston@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.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 Bug: None Tbr: tdenniston@google.com Change-Id: Iae53490d453ec5d5900fdbd9a8700a6e69fef812 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224203Reviewed-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@{#773559}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1590896504-5a2acc03ce2a7bb40e9417ad4682172c8413e3b2.profdata to chrome-mac-master-1590911406-a5b4707c290d30db13d02c0e0366b7b71d1e6690.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-mac-chromium Please CC jeffyoon@google.com,liaoyuke@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: chrome/try:mac-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I0d22404253797a4036ab1a498c7a4670584768c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224201Reviewed-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@{#773558}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 652b72b1. 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 Directory owners for changes in this CL: bokan@chromium.org: external/wpt/dom/events/scrolling NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: Id1cd6d2c478df21c5e364ebf941003d67aa37e28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223647Reviewed-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@{#773557}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/76141998067e..3720a9872dcd If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC tguilbert@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:linux-chromeos-chrome Bug: None Tbr: tguilbert@google.com Change-Id: I71cf9287f4298398ed77302b657028929cc2d644 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223969Reviewed-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@{#773556}
-