- 29 Nov, 2019 40 commits
-
-
Lucas Furukawa Gadani authored
inserted into a disconnected node. Bug: 1029508 Change-Id: I8d90a488198b0772baa2bd41a16c6a330fc792fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943310Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#720283}
-
Jiaqi Han authored
CastWindowManager are used in chromecast code with the assumption that it outlives the browser process code, meanwhile CastWindowManager is reset before CastBrowserProcess, causing lifetime issues. Since CastWindowManager is owned by CastBrowserMainPart and is created before CastBrowserProcess, the reasonable fix is to swap the order to reset CastWindowManager after CastBrowserProcess. Because CastScreen is used by WindowManager during tear down, its ownership is moved to CastBrowserMainPart. This fixes cast_shell_browsertests. Bug: b/144778077, b/131312670 Test: CQ Change-Id: Iee03600138c3d7d9324ba3971d1aad816239115b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928897Reviewed-by:
Sean Topping <seantopping@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Jiaqi Han <jiaqih@google.com> Cr-Commit-Position: refs/heads/master@{#720282}
-
danakj authored
This CL converts base::Bind to BindOnce or BindRepeating, and also changes relevant base::Callbacks or base::Closures to appropriate types. TBR=clamy@chromium.org Bug: 1007760 Change-Id: I1139e3b0a99d045070bf27421aa41fc5a8061b47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943336Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#720281}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-chrome 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: I942736af12e892f234a6a4382d09cf79c5aa5d32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944375Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#720280}
-
Juanmi Huertas authored
In this CL there is some clean up of enum to convert them to enum class, and remove a boolean merging it into the enum. Bug: 1021287 Change-Id: I732226e3e6d536cfe2c96049cf12b6a182f1886d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929520 Commit-Queue: Juanmi Huertas <juanmihd@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Juanmi Huertas <juanmihd@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#720279}
-
behdad authored
For each frame there is only one blink_breakdown and viz_breakdown, so From all stage_data in the stage_history_ only one has viz_breakdown, and only one has blink breakdown. This means that the breakdowns can be part of the reporter instead of the stage_data. Bug=none Change-Id: I1448ecd539a7cb480fef5d0744efc76ff517b5dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940386Reviewed-by:
Mohsen Izadi <mohsen@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> Cr-Commit-Position: refs/heads/master@{#720278}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/65342e6449b9..7bf8e78da3a8 git log 65342e6449b9..7bf8e78da3a8 --date=short --first-parent --format='%ad %ae %s' 2019-11-29 janscheffler@chromium.org Remove console.error for invalid sourcemaps Created with: gclient setdep -r src/third_party/devtools-frontend/src@7bf8e78da3a8 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/+/master/autoroll/README.md Bug: chromium:1936249 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I5284cc615fc9192589d62741d9cd01c5dadec1fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944610Reviewed-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@{#720277}
-
Eric Stevenson authored
It results in jar_path being added to the classpath twice. Bug: 1025364 Change-Id: If126eee1f01f0d71b30173f2a3cadd45d67c5d4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943518 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Auto-Submit: Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#720276}
-
Markus Handell authored
Modernized callback destruction because media_stream_video_track.cc was using an arcane way of destroying callbacks which was needed when callbacks weren't std::move()-able. Change-Id: I02ca04bb80ea4ff2d2dbc15adb9db9e04003a6e5 Bug: 704136 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1942693 Commit-Queue: Markus Handell <handellm@google.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#720275}
-
George Steel authored
Currently this only effects devTools logs. This change is intended to be used by an upcoming patch to the animations code, where KeyframeEffect will use PseudoElementTagName. Bug: 981894 Change-Id: Iddde38c575a1769bf00f53c82a056bf1a029c6d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928307Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Commit-Queue: George Steel <gtsteel@chromium.org> Cr-Commit-Position: refs/heads/master@{#720274}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2f875842fbe0..f6e994097607 Created with: gclient setdep -r src-internal@f6e994097607 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 jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:985787 Tbr: jbudorick@google.com Change-Id: I212f3cca035d678c57b2dd703885a455e6579e49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944309Reviewed-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@{#720273}
-
Charlie Hu authored
This CL removes ParsedFeaturePolicy and several helper functions that are not used in later implementation. Change-Id: I650013086fff1fcd56ad0b7b3d6d0e5373026197 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943621Reviewed-by:
Ian Clelland <iclelland@chromium.org> Commit-Queue: Charlie Hu <chenleihu@google.com> Cr-Commit-Position: refs/heads/master@{#720272}
-
Abhijeet Kandalkar authored
This CL has goal to use DynamicTo<SVGFEFuncGElement> as new downcast helper Bug: 891908 Change-Id: Id8439b3c01ca815a0c3d87395c7138d7c185ca10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936580Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Abhijeet | Igalia <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#720271}
-
Abhijeet Kandalkar authored
This CL has two goals, 1. Use DynamicTo<SVGFESpecularLightingElement> as new downcast helper 2. Use IsA<SVGFESpecularLightingElement>(element) in place of IsSVGFESpecularLightingElement(element) Bug: 891908 Change-Id: I757fcb7e93004f35d71a3b570fed670fa3245db2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936583 Commit-Queue: Abhijeet | Igalia <abhijeet@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#720270}
-
George Steel authored
Generated by running git rm -r third_party/blink/web_tests/platform/*/virtual/mojo-loading/ The mojo-loading virtual test suite was removed in 2017 by https://chromium-review.googlesource.com/c/chromium/src/+/805175/ which missed removing platform-specific expectations. Bug: 603396 Change-Id: Iaf08ab59dd53a0cfb3f81b81929d2b038251d963 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940492Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: George Steel <gtsteel@chromium.org> Cr-Commit-Position: refs/heads/master@{#720269}
-
Etienne Pierre-Doray authored
This reverts commit fc684f1c. Reason for revert: TestDemoModeAcceptEula failures on ChromeOs Original change's description: > Fix race conditions in OobeConfiguration tests > > Explicitly shut down LoginDisplayHost in OOBEConfigurationTests > It should remove flakiness upon shutdown. > > Also Fix race condition in setting up demo mode (reason for previous revert). > > Reland of https://chromium-review.googlesource.com/c/chromium/src/+/1934342 > > Bug: 997685 > Change-Id: I0cb8f084484395a13bc3b29e8f1b7150cada8403 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1942339 > Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org> > Reviewed-by: Roman Sorokin [CET] <rsorokin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#720207} TBR=antrim@chromium.org,rsorokin@chromium.org Change-Id: I3834c984a692e0e6774832a1b98425809458ce2b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 997685, 1029531 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943536Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#720268}
-
haozhe authored
background-image-interpolation should not use cross fade. Bug filed: https://bugs.chromium.org/p/chromium/issues/detail?id=1029358 background-image-interpolation when interpolate from single image to multiple images at progress -0.3 will give from, from instead just from. Bug filed: https://bugs.chromium.org/p/chromium/issues/detail?id=1029529 Bug: 900581 Change-Id: I481725439b8ef3944693b4c65dbc4112eca42265 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1942492Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Hao Sheng <haozhes@chromium.org> Cr-Commit-Position: refs/heads/master@{#720267}
-
Abhijeet Kandalkar authored
This CL has two goals, 1. Use To<SVGTextPathElement> as new downcast helper 2. Use IsA<SVGTextPathElement>(element) in place of IsSVGTextPathElement(element) Bug: 891908 Change-Id: Ib6f170541589d0be1f9cf5bcc4583cf8427d9ed9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936626Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Abhijeet | Igalia <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#720266}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/13f71fb5e752..65342e6449b9 git log 13f71fb5e752..65342e6449b9 --date=short --first-parent --format='%ad %ae %s' 2019-11-29 yangguo@chromium.org Revert "Remove "Remote Devices" panel" 2019-11-29 tvanderlippe@chromium.org Remove unused globals 2019-11-29 mathias@chromium.org Update Network Conditions User-Agent strings for Firefox 2019-11-29 tvanderlippe@chromium.org Remove "Remote Devices" panel 2019-11-29 mathias@chromium.org Make Git ignore .git_cl_description_backup 2019-11-29 mathias@chromium.org Make User-Agent string emulation more discoverable Created with: gclient setdep -r src/third_party/devtools-frontend/src@65342e6449b9 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/+/master/autoroll/README.md Bug: chromium:1029031 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I39b1938ac608bd101aa70b1aff3a5ae4b2751a23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944308Reviewed-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@{#720265}
-
haozhe authored
Chrome does not support mask-image ,and bug filed: https://bugs.chromium.org/p/chromium/issues/detail?id=1029337 Firefox bug filed: https://bugzilla.mozilla.org/show_bug.cgi?id=1600165 Bug: 900581 Change-Id: Ib4a7364ef8adaf8ef1d292536548b31e365a1cde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940948Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Hao Sheng <haozhes@chromium.org> Cr-Commit-Position: refs/heads/master@{#720264}
-
Etienne Pierre-doray authored
Flaky tests that timeout on Mac: external/wpt/html/cross-origin-opener-policy/popup-none.https.html external/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects.html TBR=etiennep@chromium.org Bug: 1027434, 1027435 Change-Id: I993295908b7de241f7d345a2735e77753794bb42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943533Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#720263}
-
Markus Handell authored
Enables a client to - Query if the source supports encoded output - Enable encoded output - Disable encoded output MediaStreamRemoteVideoSource is updated in a follow-up CL. Change-Id: Id7a1a8c2b6fd877a513340f7b444e348dfe010b3 Bug: 1013590 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912123Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Markus Handell <handellm@google.com> Cr-Commit-Position: refs/heads/master@{#720262}
-
Dominique Fauteux-Chapleau authored
Change-Id: I8cd9e9bb661938529c2dd97188580e8a0f515a07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944271 Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#720261}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/9544832a076e..2f875842fbe0 Created with: gclient setdep -r src-internal@2f875842fbe0 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 jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:None Tbr: jbudorick@google.com Change-Id: I18d3ac8f1a6c667a8d802abf01d8ca17c74a19c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943619Reviewed-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@{#720260}
-
Greg Thompson authored
The LevelDB provider must also be destroyed before tasks are run to release all resources. BUG=546640 Change-Id: I5e4043d5a9cad66513b2199ec30f996c5f188770 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940240 Auto-Submit: Greg Thompson <grt@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Commit-Queue: Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#720259}
-
Kevin Ellis authored
Reason: Intermittent failures on Mac. TBR=etiennep@chromium.org Bug: 1029521 Change-Id: Ia0f4f3a74666de8db8c409f235bab9d610104586 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943617Reviewed-by:
Kevin Ellis <kevers@chromium.org> Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Commit-Queue: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#720258}
-
Kramer Ge authored
Initialize SharedImageRepresentationFactory with non-null MemoryTracker from SkiaOutputSurfaceImplOnGpu. Said tracker is a sub tracker of SharedContextState::SharedImageMemoryTracker, which contributes to task manager GPU Memory column and histograms Memory.GPU.PeakMemoryUsage. TODO::The new memory tracker should also track SkiaRenderer GPU memory allocations that are not shared image creations. Bug: 899905 Change-Id: Idaddbddeba17361e0f4ad258d5bd4ad4b4c1509f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940559 Commit-Queue: Kramer Ge <fangzhoug@chromium.org> Reviewed-by:
Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#720257}
-
Abhijeet Kandalkar authored
This CL has goal to use IsA<SVGFEFloodElement>(element) in place of IsSVGFEFloodElement(element) Bug: 891908 Change-Id: Ic09b49ed981300527b134a6b7b40bd8278d6f2f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936576Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Abhijeet | Igalia <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#720256}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2af15bb56dab..40d34e36512a git log 2af15bb56dab..40d34e36512a --date=short --first-parent --format='%ad %ae %s' 2019-11-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@40d34e36512a 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 bungeman@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-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: bungeman@google.com Change-Id: I04d6594a15b4fa1fc0decdaa50a7c42097619f90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943618Reviewed-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@{#720255}
-
Abhijeet Kandalkar authored
This CL has goal to use DynamicTo<SVGFEFuncAElement> as new downcast helper Bug: 891908 Change-Id: I65623bbd4c08093fc2f0e8bcdc7d565c79d1adc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936577Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Abhijeet | Igalia <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#720254}
-
Etienne Bergeron authored
The code was using two different pattern for setters. This CL is bringing a bit more consistency. a) void RenderText::SetObscured(bool obscured) { if (obscured != obscured_) { [...] b) void RenderText::SetObscuredRevealIndex(int index) { if (obscured_reveal_index_ == index) return; [...] Bug: 1025561 Change-Id: I3a7a0080ad2f61e06057d75b583c72ef7f1639c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943532 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#720253}
-
Dominic Battre authored
Bug: 1028765 Change-Id: Idb5c2a62183eb4de22a8ca9fc81f897e0d0beecf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943169 Commit-Queue: Gabriel Charette <gab@chromium.org> Auto-Submit: Dominic Battré <battre@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#720252}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/53134e3187aa..5ae4817ada0b git log 53134e3187aa..5ae4817ada0b --date=short --first-parent --format='%ad %ae %s' 2019-11-29 hferreiro@igalia.com Move .git_cl_description_backup to depot_tools dir Created with: gclient setdep -r src/third_party/depot_tools@5ae4817ada0b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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/+/master/autoroll/README.md Bug: chromium:None Tbr: agable@chromium.org Change-Id: I3fa354a87a978a5dbb7abcb1989264d61b28312a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943911Reviewed-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@{#720251}
-
Balazs Engedy authored
This CL implements CrowdDenyComponentInstaller, defines the Protobuf definition of the payload, and adds some plumbing to read the payload from the disk and store it in the CrowdDenyPreloadData singleton. Bug: 1028642 Change-Id: Ie0f296784d83b398f4e9732ed85072b9e71f5772 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937174Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#720250}
-
haozhe authored
Chrome suppose to give a discrete output instead of cross-fade. Bug ID: https://bugs.chromium.org/p/chromium/issues/detail?id=1029358 Firefox does not pass. Bug ID:https://bugzilla.mozilla.org/show_bug.cgi?id=1600167 Bug: 900581 Change-Id: Ie30599b6ea7f153ff32fc528e17e601b7bf9b12d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940711Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Hao Sheng <haozhes@chromium.org> Cr-Commit-Position: refs/heads/master@{#720249}
-
Luke Zielinski authored
Bug: 1029514 Change-Id: I18af3da4c6cd49646e23b2ae1199c32981bdf298 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943309 Auto-Submit: Luke Z <lpz@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Luke Z <lpz@chromium.org> Cr-Commit-Position: refs/heads/master@{#720248}
-
Julie Jeongeun Kim authored
This CL cleans up old Mojo types for network::mojom::NetworkChangeManager from WebRtcVideoCaptureBrowserTest using Remote and updates comments with new Mojo types. Bug: 955171 Change-Id: I7c9fb2e49cbf1307c994533e8480a207e9162a94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939528 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#720247}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/44b794ef..adfb6ba3 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: I0cc8aceeb111137cd88880898702c9cd80109a1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944372Reviewed-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@{#720246}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/2d02c943b288..89313451d8e2 git log 2d02c943b288..89313451d8e2 --date=short --first-parent --format='%ad %ae %s' 2019-11-29 danilchap@webrtc.org Take FunctionView rather than any functor reference in the rtc::Thread::Invoke 2019-11-29 ivoc@webrtc.org Clean up the NetEqFactory API. Created with: gclient setdep -r src/third_party/webrtc@89313451d8e2 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: chromium:None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I19c8e16f8d53a531b2ce243eef8ccb7cbfd8a5d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943335Reviewed-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@{#720245}
-
Miyoung Shin authored
This CL converts InterfaceFactory mojom interface client in content to use BrowserInterfaceBroker. Bug: 936482 Change-Id: Ib65b07f31c00512aaeff1ac917c65d8906494297 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937960 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#720244}
-