- 02 Jun, 2020 40 commits
-
-
Gyuyoung Kim authored
This CL converts all uses of VideoEncodeClient to mojo::PendingRemote and mojo::Remote. Bug: 955171 Change-Id: I469adb26f11ce589f017654e70f234f43fe095c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223693Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#773963}
-
James Cook authored
Mustash/mash was shut down over a year ago. However, the checks for ash::Shell::HasInstance() are still needed for tests. Bug: none Change-Id: I8164a5b36c1d77286e4a092c9a5f6c4cf33878f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225377 Auto-Submit: James Cook <jamescook@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#773962}
-
Peter Wen authored
java_header_group and java_impl_group have a lot of code in common. This new template adds a group_name variable and combines the original two templates. Seems like the direct non-java-lib deps are still necessary for these targets. e.g. library A depends on java_group B which has its own resource dependency. In this case, A's header requires B's resource dependency's srcjar for R.java. Also fix __res name to __resources to match other naming conventions. Bug: None Change-Id: If0d3c05225bc41c14cc2efb7eb9ea47a45ebbfc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225579 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@{#773961}
-
Ayu Ishii authored
Change-Id: Icaf40f4d8da83df21e433dc9ac71c9ac7ed4fca3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225226 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#773960}
-
rbpotter authored
Closure compile: -advanced_item_test -button_strip_test -button_strip_interactive_test Bug: 1000989 Change-Id: I48fe01c9a2c25a4aca3f7b44fe59f4b78cd0dac7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223373 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#773959}
-
Bartek Nowierski authored
This allows to compare wrapped pointer directly against 0, saving us trouble to extract the pointer. Bug: 1073933 Change-Id: I071ddff9aaea723c13fcb09acb91dc4c139d7554 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223694Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Bartek Nowierski <bartekn@chromium.org> Auto-Submit: Bartek Nowierski <bartekn@chromium.org> Cr-Commit-Position: refs/heads/master@{#773958}
-
Yutaka Hirano authored
Currently web accessible resources in Chrome extensions[A] cannot be loaded as an iframe via content scripts from two reasons. 1. The response does not have a cross-origin-embedder-policy header. 2. The response does not have a cross-origin-resource-policy header. To fix the issue, we make iframes inherit parent COEP implicitly for chrome-extension:// URLs. This is similar to blob:// URLs. We also attach cross-origin-resource-policy: cross-origin to every web accessible resource. This is aligned with the fact that it also has access-control-allow-origin: *. A: https://developer.chrome.com/extensions/manifest/web_accessible_resources Bug: 1085915 Change-Id: I4574b4dbf55ab2d815e9b6ab22fd7b0a8ab28887 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212200 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#773957}
-
Gabriel Charette authored
Task APIs v3 will all have an explicit destination. In the past "default traits" meant ThreadPool. These CLs are thus a no-op except for the few callers that clearly wanted to post a QuitClosure() on the current thread (posting a QuitClosure() to a parallel task will merely bounce it back to the current thread anyways). Those few callers were migrated to ThreadTaskRunnerHandle::Get(). These changes are thus required to phase out task APIs v2 (post_task.h) Design doc: https://docs.google.com/document/d/1tssusPykvx3g0gvbvU4HxGyn3MjJlIylnsH13-Tv6s4/edit This specific change is a subset of https://chromium-review.googlesource.com/c/chromium/src/+/2216733 This CL was uploaded by git cl split. R=toyoshim@chromium.org Bug: 1026641 Change-Id: Iccaebd459d36f82f2d3ae21ffa6bb83a19321ead Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216738Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Auto-Submit: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#773956}
-
Sujie Zhu authored
Only when nickname input field is focused, we will display the nickname character count (e.g. 0/25) as the suffix of the nickname input field. Local build test video (googlers only): https://drive.google.com/file/d/15B8pArRvKaJ_B_scNttkPtr4x861mLgf/view?usp=sharing Bug: 1082013 Change-Id: Ieb4f2d8d6f162911c2cb64ecf130da28c3a37b97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219304 Commit-Queue: Sujie Zhu <sujiezhu@google.com> Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#773955}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1591041546-a410a758e06ddb76997f15201c691b94ce14829b.profdata to chrome-mac-master-1591055861-2c929ca1d8463b09aee877402f62f07b9528b0a1.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: I6dbcfd6b219729eb927e4103bfba2ad46f95e38b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226037Reviewed-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@{#773954}
-
Findit authored
This reverts commit 5210afae. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 773937 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzUyMTBhZmFlZDIxOWUyMTliOGQ1YjA3NGI3MmEyYTFhNDEzMTg3YjcM Sample Failed Build: https://ci.chromium.org/b/8878645669363890464 Sample Failed Step: compile Original change's description: > Migrate md5sum tool to portable zlib utils > > Use the set of portable code from zlib that shouldn't have > extra dependencies (e.g. 'base'). > > Also allow building the tool for other targets (e.g. Linux, > OSX, etc) as that allows easier testing and profiling. > > Bug: 1076580, 1087999 > Change-Id: I3130ba77681ae66dc34c3539c2ed10476e754d86 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2211008 > Commit-Queue: Adenilson Cavalcanti <cavalcantii@chromium.org> > Reviewed-by: Adenilson Cavalcanti <cavalcantii@chromium.org> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#773937} Change-Id: I936d0382bc96b798b11157fddf43322d4b6df116 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1076580, 1087999 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226078 Cr-Commit-Position: refs/heads/master@{#773953}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/91fa1462a88f..e9a386951413 2020-06-01 bashi@chromium.org Fix ServiceWorkerTabTest.testClearDataForOrigin If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC nuskos@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:chromeos-kevin-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 Bug: chromium:1055677 Tbr: nuskos@google.com Change-Id: I581b0671f016e7b63cf022159816bce26912c97c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225708Reviewed-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@{#773952}
-
Sophey Dong authored
This will be used alongside ShareParams, and will contain Chrome-specific sharing parameters since ShareParams has now moved to components.browser_ui. Bug: 1079467 Change-Id: Id48c22e3f1d39d5ef18341871490fee9e69dae12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207912Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Reviewed-by:
Tanya Gupta <tgupta@chromium.org> Commit-Queue: Sophey Dong <sophey@chromium.org> Cr-Commit-Position: refs/heads/master@{#773951}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/0e3c27de6a33..3b7d0858bf35 2020-06-01 enga@chromium.org D3D12: Skip dynamic buffer bindings with None visibility If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: I012d319d27e2794d3bce6cb48cf4e1cede253c58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225711Reviewed-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@{#773950}
-
Ahmed Mehfooz authored
Bug: 1083040 Change-Id: I35b258ea8f5772f2e8fc2864dc40e28a7a297454 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218682 Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#773949}
-
Bettina authored
It seems the only purpose of the PhishingClassifierFilter is to implement the PhishingModelSetter interface, so we may as well merge it with the PhishingClassifierDelegate to have one less interface. Bug: 1078964 Change-Id: I0a4563df32681b59a203f5aab4ee851b61346ff1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208101Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Bettina Dea <bdea@chromium.org> Cr-Commit-Position: refs/heads/master@{#773948}
-
Jesse McKenna authored
This change simplifies MFVideoCallback::OnSample by extracting the code that locks and unlocks the buffer containing the sample data to a new class called ScopedBufferLock. ScopedBufferLock takes an IMFMediaBuffer object upon creation and locks it in its constructor, allowing the caller to use the buffer, then automatically unlocks the buffer in its destructor. This not only simplifies the calling code, but ensures that a buffer is unlocked after use. Change-Id: Iba98f3fef8f15f03d5929e7c23b93ab53ab5e90c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218484 Commit-Queue: Jesse McKenna <jessemckenna@google.com> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#773947}
-
Robbie McElrath authored
This will reduce the amount of code embedders need to pull in in order to compile the client library. Bug: 1085553 Change-Id: I1c69c123ec47fd94ef100c7c35f7f150f31055c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223016 Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#773946}
-
Rakina Zata Amni authored
As part of crrev.com/c/2121522. Bug: 977562 Change-Id: Ica0a6ecd7cbf0246f64850b59c5083007d2da574 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224880 Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#773945}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/43182bccce1d..8eeff5ccf3a3 2020-06-01 geofflang@google.com Request specific ANGLE context versions. 2020-06-01 scroggo@google.com SkIcoCodec: Read the entire stream into data 2020-06-01 jvanverth@google.com Fix RTAdjust for Direct3D. 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: chromium:932080 Tbr: tdenniston@google.com Change-Id: I81ed1d423484f35fd454b784e2d1b351bcb5f934 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225709Reviewed-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@{#773944}
-
Yi Gu authored
Bug: None Change-Id: I058d43de09008dc892529743de2ccc53f7357187 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225865Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#773943}
-
Jimmy Gong authored
- Print history will be deleted when a user clears their browser history. - Future CL will include a policy pref to disable this. - Implements PrintJobsObserver Mojo interface. - This CL is the initial work to start supporting automatic updates to the print management app. - Feature is disabled until policy is implemented. Bug: 1053704 Test: browser_tests Change-Id: I283fce0eb1a850bce4b577aeaa71059b11fe1acb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2204524 Commit-Queue: jimmy gong <jimmyxgong@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#773942}
-
Charlene Yan authored
Using F6 to cycle to a tab, then using CTRL+LEFT/RIGHT will not move a tab into a collapsed group. Bug: 1018230 Change-Id: I497075710186a8ab0d67971aa9fc203147057dc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219402Reviewed-by:
Connie Wan <connily@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#773941}
-
Chong Gu authored
Adds ~6 minutes of bot time and 1 minutes of run time per build. Bug: 1086742 Change-Id: I65d5856723c4c305a8b7c416623e112789f081f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225468Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Chong Gu <chonggu@google.com> Cr-Commit-Position: refs/heads/master@{#773940}
-
François Degros authored
Override loadTimeData.getBoolean() instead of specifying loadTimeData.data, in order to be consistent with other integration tests. BUG=912236 TEST=browser_tests --gtest_filter="Tasks/*" Change-Id: Ib73d17082fb5da6909454cba5d765b9967e791f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224892Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: François Degros <fdegros@chromium.org> Cr-Commit-Position: refs/heads/master@{#773939}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 8ba3e2a3. With Chromium commits locally applied on WPT: 0d109b6c "[ScrollTimeline] Fix null-deref READ when resolved scroll source is null" 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=robertma No-Export: true Change-Id: I8eb13015a9f4aee5a9154e24ac8925058ea0b2d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225638Reviewed-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@{#773938}
-
Adenilson Cavalcanti authored
Use the set of portable code from zlib that shouldn't have extra dependencies (e.g. 'base'). Also allow building the tool for other targets (e.g. Linux, OSX, etc) as that allows easier testing and profiling. Bug: 1076580, 1087999 Change-Id: I3130ba77681ae66dc34c3539c2ed10476e754d86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2211008 Commit-Queue: Adenilson Cavalcanti <cavalcantii@chromium.org> Reviewed-by:
Adenilson Cavalcanti <cavalcantii@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#773937}
-
Charlene Yan authored
Bug: 1018230 Change-Id: I89f5f54b6e1083c7375b1b15f444a86b2a1269a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225376 Commit-Queue: Charlene Yan <cyan@chromium.org> Reviewed-by:
Connie Wan <connily@chromium.org> Cr-Commit-Position: refs/heads/master@{#773936}
-
Mike Frysinger authored
This is the core CrOS metrics bucket. We manage lifespan of fields on the platform side rather than creating separate metrics. Bug: 1089268 Change-Id: I526a0c1f9b9171f8afce2a95ff249594c99510c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224829Reviewed-by:
Ian Barkley-Yeung <iby@chromium.org> Reviewed-by:
Tony Yeoman <tby@chromium.org> Commit-Queue: Mike Frysinger <vapier@chromium.org> Cr-Commit-Position: refs/heads/master@{#773935}
-
Victor Costan authored
Change-Id: I05361bb4ff2ebf09ef6dfda03b60922b9418264c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225860Reviewed-by:
Jarryd Goodman <jarrydg@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#773934}
-
Sam Sebree authored
This change addresses an incorrectly written meta tag in the dateTime pop-up document. Bug: 1087643 Change-Id: Ib2064c48af49487be706c08f7afba882982811da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222461Reviewed-by:
Yu Han <yuzhehan@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Sam Sebree <sasebree@microsoft.com> Cr-Commit-Position: refs/heads/master@{#773933}
-
nancylingwang@google.com authored
BUG=1068884 Change-Id: Ide76bd5cfc0f1a4ba497f0420a52fcc020f293a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223835Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#773932}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1590983038-a4f7a567fa946f73734750edaaa09048a986b3e6.profdata to chrome-win64-master-1591041546-66c2ea2b6b7d4112794a73d0a3fdd90d1b4804af.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-win64-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:win64-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I9121b2b7d3ba36538ada41d298f720ca0328069e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225702 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#773931}
-
Varun Khaneja authored
histograms.xml updated in https://crrev.com/c/2225380 R=bdea Bug: 1089426 Change-Id: Ib59d2596034a16bbccba18a750515915873d69ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225383 Commit-Queue: Varun Khaneja <vakh@chromium.org> Reviewed-by:
Bettina Dea <bdea@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Auto-Submit: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#773930}
-
Joel Hockey authored
Bug: 1085324 Change-Id: I69984c8fa234da941382779544bbcd90a45f4ccc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224891 Commit-Queue: Jason Lin <lxj@google.com> Reviewed-by:
Jason Lin <lxj@google.com> Auto-Submit: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#773929}
-
Nigel Tao authored
Bug: 1086733 Change-Id: I41605429a5b76d9ce0238b31cfedb84c9c9c16a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222243Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Nigel Tao <nigeltao@chromium.org> Cr-Commit-Position: refs/heads/master@{#773928}
-
Nigel Tao authored
Bug: 1086733 Change-Id: Id166fe2202b50b274a6ce90d3503e0c619994b1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222242Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Nigel Tao <nigeltao@chromium.org> Cr-Commit-Position: refs/heads/master@{#773927}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/cfe3be0ee4c5..721d6792f75d 2020-06-01 rwkeane@google.com Force the CI Bots to run If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@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 Bug: None Tbr: jophba@chromium.org Change-Id: Ibbdad9bba92edf322e37810826295cf3936b3c51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225706Reviewed-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@{#773926}
-
Nate Fischer authored
No change to logic. This removes the SafeBrowsingCommittedInterstitials switch, which was removed in https://crrev.com/c/2138506. Test: None Change-Id: I464ee374f3656b49d0f973e23b7f2d858cbc34f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223368 Auto-Submit: Nate Fischer <ntfschr@chromium.org> Commit-Queue: Carlos IL <carlosil@chromium.org> Reviewed-by:
Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#773925}
-
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: I33fbac6c23a0a65d60761ca53c524bcbedf8efeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225352Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#773924}
-