- 07 Nov, 2019 40 commits
-
-
Scott Violet authored
This reverts commit 0b9effbc. Reason for revert: looks like this broke try bots, see https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8897429937364092048/+/steps/compile__with_patch_/0/stdout Original change's description: > weblayer: fixs enum conversions > > These got lost in the rename. > > BUG=none > TEST=none > > Change-Id: Ifea2d13329f4a2c739657d918ae93c929ede5499 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902708 > Auto-Submit: Scott Violet <sky@chromium.org> > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > Commit-Queue: Scott Violet <sky@chromium.org> > Cr-Commit-Position: refs/heads/master@{#713455} TBR=sky@chromium.org,jam@chromium.org Change-Id: Ib68648d7601f6d940dc6a8d509ac32535940fcb2 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: none Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904327Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#713475}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/075cc4c355a6..652dbfc63e70 git log 075cc4c355a6..652dbfc63e70 --date=short --no-merges --format='%ad %ae %s' 2019-11-07 jmadill@chromium.org Init Blend State color mask defaults. 2019-11-07 lehoangq@gmail.com Metal backend pt3: shader translator 2019-11-07 jmadill@chromium.org Capture/Replay: Introduce capture index file. 2019-11-07 jmadill@chromium.org Capture/Replay: Pass gl::State to capture functions. Created with: gclient setdep -r src/third_party/angle@652dbfc63e70 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 jonahr@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=jonahr@google.com Bug: None Change-Id: I91538a1b755b8d2f78a7dca60af0ccc22a7e0706 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903528Reviewed-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@{#713474}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/6d6b9a1ca930..f9004ee81c43 git log 6d6b9a1ca930..f9004ee81c43 --date=short --no-merges --format='%ad %ae %s' 2019-11-07 perezju@chromium.org Revert "[Telemetry] Hand over trace aggregation to Results Processor" 2019-11-07 perezju@chromium.org [Telemetry] Hand over trace aggregation to Results Processor Created with: gclient setdep -r src/third_party/catapult@f9004ee81c43 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 rmhasan@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=rmhasan@google.com Bug: chromium:981349,chromium:981349 Change-Id: I6a18ee6ead5fd36657b2da8c809adf84c54ac6db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903673Reviewed-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@{#713473}
-
Jeremy Roman authored
Revert "Reland "Remove DOMDataStore::WrappedReference and hold TraceWrapperV8Reference directly in ephemeron map."" This reverts commit 21cf7ca9. Reason for revert: https://bugs.chromium.org/p/chromium/issues/detail?id=1019839#c39 Original change's description: > Reland "Remove DOMDataStore::WrappedReference and hold TraceWrapperV8Reference directly in ephemeron map." > > This reverts commit bdc5aa8e. > > Reason for revert: Crasher has been stealth-fixed, see https://crbug.com/1021171. > > Original change's description: > > Revert "Remove DOMDataStore::WrappedReference and hold TraceWrapperV8Reference directly in ephemeron map." > > > > This reverts commit 481fb0c1. > > > > Reason for revert: speculative revert for crbug.com/1019839 > > > > Original change's description: > > > Remove DOMDataStore::WrappedReference and hold TraceWrapperV8Reference directly in ephemeron map. > > > > > > Change-Id: I6ef8b0098a795dc550037306e7b972ea907b0fc1 > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884285 > > > Reviewed-by: Michael Lippautz <mlippautz@chromium.org> > > > Reviewed-by: Kentaro Hara <haraken@chromium.org> > > > Commit-Queue: Jeremy Roman <jbroman@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#710616} > > > > TBR=jbroman@chromium.org,haraken@chromium.org,mlippautz@chromium.org > > > > # Not skipping CQ checks because original CL landed > 1 day ago. > > > > Change-Id: Iba339b519f2aa602773ceb79c95948c1cffdcbdb > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893282 > > Reviewed-by: Ulan Degenbaev <ulan@chromium.org> > > Reviewed-by: Kentaro Hara <haraken@chromium.org> > > Commit-Queue: Ulan Degenbaev <ulan@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#711289} > > TBR=ulan@chromium.org,jbroman@chromium.org,haraken@chromium.org,mlippautz@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Change-Id: Iae455af51181d191f08e7af16cd8a1413aea2b37 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899783 > Reviewed-by: Michael Lippautz <mlippautz@chromium.org> > Reviewed-by: Jeremy Roman <jbroman@chromium.org> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Reviewed-by: Ulan Degenbaev <ulan@chromium.org> > Commit-Queue: Michael Lippautz <mlippautz@chromium.org> > Cr-Commit-Position: refs/heads/master@{#712945} TBR=ulan@chromium.org,jbroman@chromium.org,haraken@chromium.org,mlippautz@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Ibac7d4ca203761eb2d472cd40364529976e688bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903608Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#713472}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/df4d2ded..efd8b7f5 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: Ifb846f242e998671b66b0f6a78c2765017f6d143 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902436Reviewed-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@{#713471}
-
Sebastien Marchand authored
TabLifecycleUnit are only created once their WebContents gets added to the tab strip, which can lead to some inconsistencies for the PageNode properties mirrored in the TLCU class if they change before it happens. Change-Id: I701b60195ec145d1dfd0febd5384bab2519cdef3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1898106 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#713470}
-
Yoav Weiss authored
Feature Policy control over Client Hints in 3rd party contexts currently only works (behind a flag) for subresources. This CL applies that control also over 3rd party iframe navigation requests. On top of that, in order to make this testable with WPTs, this CL also adds a ContentShell persistency layer for Client Hints. Bug: 989898 Binary-Size: Virtual ForTesting method Change-Id: I17ce2af93c9b2f9a3f10972b6b4e0ed8161f9381 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728577Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Yoav Weiss <yoavweiss@chromium.org> Cr-Commit-Position: refs/heads/master@{#713469}
-
nancy authored
Design doc: go/app-service-instance-registry-design-doc go/appservice-for-per-app-time-limit-design-doc This CL adds the App Service Instance classes: Instance InstanceUpdate InstanceRegistry InstanceRegistry depends on Instance and InstanceUpdate to calculate the instance updates to notify the client. BUG=1011235 Change-Id: Ia4f41304f1034bd33000c9a6235633054a1baeb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902172Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#713468}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/23247b993215..9ab047e78be3 git log 23247b993215..9ab047e78be3 --date=short --no-merges --format='%ad %ae %s' 2019-11-07 jaspercb@chromium.org [tricium] Add string_view to list of C++ headers Created with: gclient setdep -r src/third_party/depot_tools@9ab047e78be3 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 TBR=agable@chromium.org Bug: None Change-Id: I037deddd2a51ea5ed38df5ebd08af46357e47119 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903527Reviewed-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@{#713467}
-
Andrew Grieve authored
annotationProcessorConfig is now unused and provides no value over buildCompile FALLBACK_PROPERTIES: * Fix overrides being ignored for Java and Android deps. * Added isShipped override. Bug: 693079 Change-Id: I67da37bfdd03e04e39dc0cb293b861aff339a9bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903829Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#713466}
-
Hongchan Choi authored
This reverts commit ded13f7d. Reason for revert: Build Failure (Tree Closer) Original change's description: > Followup cleanup for ProfileSyncServiceUsesTaskScheduler experiment code. > > 1) Remove sync_thread_ from the ProfileSyncService interface to avoid > accidental use. > 2) Enable experiment in tests to provide coverage. > 3) Add some ScopedAllowBaseSyncPrimitives in code that needed it. > > Bug: 1014464 > Change-Id: I79393edac048a2960b4f2bc7593be326f5d27419 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895797 > Commit-Queue: Oliver Li <olivierli@chromium.org> > Reviewed-by: François Doray <fdoray@chromium.org> > Reviewed-by: Mikel Astiz <mastiz@chromium.org> > Auto-Submit: Oliver Li <olivierli@chromium.org> > Cr-Commit-Position: refs/heads/master@{#713459} TBR=fdoray@chromium.org,mastiz@chromium.org,olivierli@chromium.org Change-Id: I40c10c06af767261b7e8173db77d8a5b6224e297 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1014464 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903833Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#713465}
-
Vladislav Kaznacheev authored
Attempting to create ShelfWidget while shelf is in-app is causing a crash because ShelfWidget::DelegateView::UpdateOpaqueBackground is called before the widget is initialized. Moving that call from ShelfWidget::DelegateView constructor into ShelfWidget::DelegateView::OnWidgetInitialized. Added a unit test. Bug: 1021662 Test: manual, DisplayManagerTest.ExitMirrorModeInTabletMode Change-Id: I32a5f91c834d673b109ab518bc2600908d8dea5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902273Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Manu Cornet <manucornet@chromium.org> Commit-Queue: Vladislav Kaznacheev <kaznacheev@chromium.org> Cr-Commit-Position: refs/heads/master@{#713464}
-
Andrew Grieve authored
Change-Id: I07460e38136338fd944adee6dabd837380b6df97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903960 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#713463}
-
Andrew Grieve authored
Change-Id: I293c4ea85a90edbfcb28cbcf7bd3f1201550f3ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902912Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#713462}
-
Joe Mason authored
R=proberge Bug: 969139 Change-Id: I397de43b417d6f4312e54df1d6d3c9cf3b423129 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903949 Commit-Queue: Joe Mason <joenotcharles@chromium.org> Reviewed-by:
proberge <proberge@chromium.org> Cr-Commit-Position: refs/heads/master@{#713461}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/c2ef0f867b79..48dc2da07f5b git log c2ef0f867b79..48dc2da07f5b --date=short --no-merges --format='%ad %ae %s' 2019-11-07 lamontjones@chromium.org cbuildbot: run PaygenStage after ArchiveStage finishes. Created with: gclient setdep -r src/third_party/chromite@48dc2da07f5b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I6535c321efbd7ca49d4196bbda5694b6b2c4df1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903607Reviewed-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@{#713460}
-
Olivier Li authored
1) Remove sync_thread_ from the ProfileSyncService interface to avoid accidental use. 2) Enable experiment in tests to provide coverage. 3) Add some ScopedAllowBaseSyncPrimitives in code that needed it. Bug: 1014464 Change-Id: I79393edac048a2960b4f2bc7593be326f5d27419 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895797 Commit-Queue: Oliver Li <olivierli@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Auto-Submit: Oliver Li <olivierli@chromium.org> Cr-Commit-Position: refs/heads/master@{#713459}
-
Peter Kasting authored
Bug: none Change-Id: I5497cc4084bb4240c8fae6a8bb5476c9d775bdd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900174Reviewed-by:
Kevin Bailey <krb@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#713458}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/8caa67635d2c..e9f663c8cb8c git log 8caa67635d2c..e9f663c8cb8c --date=short --no-merges --format='%ad %ae %s' 2019-11-07 danilchap@webrtc.org In dependency descritpor add active decode targets bitmask field 2019-11-07 alessiob@webrtc.org Audio Processing Module: add play-out audio device runtime information 2019-11-07 mbonadei@webrtc.org Revert "Reland "Define WEBRTC_ENABLE_SYMBOL_EXPORT if is_component_build=true."" 2019-11-07 mbonadei@webrtc.org Reland "Define WEBRTC_ENABLE_SYMBOL_EXPORT if is_component_build=true." Created with: gclient setdep -r src/third_party/webrtc@e9f663c8cb8c 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 TBR=webrtc-chromium-sheriffs-robots@google.com Bug: None Change-Id: I6b4898e1ed4498abd6564f30600bf8118d471069 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903674Reviewed-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@{#713457}
-
Joe Mason authored
* Removes the ChromePromptChannelMojo class and supporting code. * Merges ChromePromptChannelProtobuf into the base ChromePromptChannel. * Removes ChromePromptActions::PromptAcceptance which duplicated the PromptAcceptance enum from the protobuf. R=proberge Bug: 969139 Change-Id: I11350428dfddee2ec942ceda2fdb2dbc67aac863 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903947 Commit-Queue: Joe Mason <joenotcharles@chromium.org> Reviewed-by:
proberge <proberge@chromium.org> Cr-Commit-Position: refs/heads/master@{#713456}
-
Scott Violet authored
These got lost in the rename. BUG=none TEST=none Change-Id: Ifea2d13329f4a2c739657d918ae93c929ede5499 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902708 Auto-Submit: Scott Violet <sky@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#713455}
-
Hazem Ashmawy authored
Use millisecs since epoch for crash upload time similar to crash capture time for more consistency. Fixed: 1021926 Test: bin/run_webview_instrumentation_test_apk --test-filter "*UploadedCrashesInfoLoaderTest*" Test: Inspect Crash UI to make sure right time is shown Change-Id: I1adb49eb083044f8af8190aea959fc2e1f9e951f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901293 Commit-Queue: Hazem Ashmawy <hazems@chromium.org> Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Cr-Commit-Position: refs/heads/master@{#713454}
-
Weiliang Chen authored
For each platform, we only use one overlay candidate type. Use build flags to manage that. This also helps unify different platforms' ProcessForOverlay API. This CL is a kindred spirit with crrev.com/c/1664476, but is rebased on top of ToT and crrev.com/c/1739980. This is CL 2/? for the overlay processor refactor. R=rjkroege Bug: 963597 Change-Id: I3a560bf8da3c8e86227cb7c43d15ba4c437b8764 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1753810 Commit-Queue: weiliangc <weiliangc@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#713453}
-
Fredrik Söderquist authored
at(<key>)+erase(<key>) is two hash computations, which can be replaced with Take(<key>). Change-Id: I0300052c629177ffb5317a8b58c222f32b0c1e38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903201Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#713452}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/40aaf7602881..dcd90b1f880a git log 40aaf7602881..dcd90b1f880a --date=short --no-merges --format='%ad %ae %s' 2019-11-07 lalitm@google.com Merge "trace_processor: move counter_definitions to new macro tables" Created with: gclient setdep -r src/third_party/perfetto@dcd90b1f880a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=perfetto-bugs@google.com Bug: None Change-Id: I581c4c9062132acddd92abc2a82fb7dcdd37431d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903927Reviewed-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@{#713451}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/cea290f9d5bf..12cea8d6c429 git log cea290f9d5bf..12cea8d6c429 --date=short --no-merges --format='%ad %ae %s' 2019-11-07 mtklein@google.com hook up float comparisons to x86 JIT 2019-11-07 mtklein@google.com gn format BUILD.gn Created with: gclient setdep -r src/third_party/skia@12cea8d6c429 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 ethannicholas@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 TBR=ethannicholas@google.com Bug: None Change-Id: I3826732bb62fe0d30bc10e799a3f570aec846271 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903593Reviewed-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@{#713450}
-
François Doray authored
This CL removes the |selected_tab_index| argument from SessionRestoreImpl::RestoreTabsToBrowser(). The argument was useless since the selected tab index could simply be retrieved from the SessionWindow. Also interesting, SessionRestoreImpl::ProcessSessionWindow() passed the index of the currently active tab to SessionRestoreImpl::RestoreTabsToBrowser() when the initial tab count was zero. This was strange, but had no impact since SessionRestoreImpl::RestoreTabsToBrowser() did nothing with the value when the initial tab count was non-zero. Change-Id: I9a8e4dce2044495a3257dd14b63e1dc3a52c6643 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894466Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#713449}
-
Sebastien Marchand authored
Change-Id: Id956ce360927ac6c3d81280614a739449dc3b9ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903686Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#713448}
-
Mikhail Khokhlov authored
This CL uses correct test path format to extract benchmark and story names from the test path. It also removes the url unquoting, since we no longer want to encode test paths in Telemetry. Bug: 981349 Change-Id: I87957778fc832e06afad13b6ebad5e2d548211bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901085 Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#713447}
-
Caleb Raitto authored
That directory has been moved to //src/third_party/devtools-frontend/src/. Change-Id: Iff89461d94b1194cb98c59b3af3e0a9c579de4bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902728Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Caleb Raitto <caraitto@chromium.org> Cr-Commit-Position: refs/heads/master@{#713446}
-
Dave Tapuska authored
Add a FakeRemoteFrameHost so that unittests can override the mojo remote to intercept callbacks. Move VisibilityChanged messages to the LocalFrameHost and RemoteFrameHost interfaces. BUG=1008432 Change-Id: I89fdb124443ddc849321a51e2e65fb2b199502df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1897846Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#713445}
-
Sebastien Marchand authored
Change-Id: I811bb177eab0c3f274d7ee62c6967d3ec6d5c520 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879710Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#713444}
-
Jason Chase authored
Replace loonybear@ and ekaramad@ as the owners for various histograms, who are no longer contributing to the Feature Control team. Change-Id: I4fa39ff8d71dc98a4e119a764ab1437bc7c2cce4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900149 Commit-Queue: Jason Chase <chasej@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#713443}
-
Lucas Furukawa Gadani authored
Bug: 1020830 Change-Id: Icd73d4390504a5820c94ed0cbcedb915cba5384b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899310Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#713442}
-
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/+/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: I6a838679943ddcd3aa719e2737495a62d1347d8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903868Reviewed-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@{#713441}
-
Frédéric Wang authored
The status of the MathMLCore runtime flag is changed to "test" so that that flag is used for running tests. A new section for MathML-related expectation is introduced in TestExpectations. In addition to expectations for new tests, the ones of MathML-related CSS tests are moved there. Blink currently contains an internal MathML-specific test (mathml/fallback.html) which verifies fallback via the <semantics> element when MathML is not implemented. This test will fail when more MathML patches land but it is still important to ensure that test passes when MathMLCore is disabled. A new virtual test suite is introduced for that purpose and the test is moved there. Expectation for http/tests/xmlviewer/dumpAsText/mathml.xml is also updated since MathML is recognized as a known namespace when MathMLCore is enabled. Bug: 6606 Change-Id: Ia5a657e02850cad142d53a08baf10ec499467726 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893878 Commit-Queue: Frédéric Wang <fwang@igalia.com> Reviewed-by:
Luke Z <lpz@chromium.org> Reviewed-by:
Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#713440}
-
Alexander Hendrich authored
Bug: 957573 Change-Id: I50e7a146cf2ba5a588fb28bfccaa0c3089bf5df4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903361 Commit-Queue: Alexander Hendrich <hendrich@chromium.org> Commit-Queue: Zakhar Voit <voit@google.com> Auto-Submit: Alexander Hendrich <hendrich@chromium.org> Reviewed-by:
Zakhar Voit <voit@google.com> Cr-Commit-Position: refs/heads/master@{#713439}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/54875d05f17e..8caa67635d2c git log 54875d05f17e..8caa67635d2c --date=short --no-merges --format='%ad %ae %s' 2019-11-07 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 59fc3bb1..93ed153e (713284:713404) Created with: gclient setdep -r src/third_party/webrtc@8caa67635d2c 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 TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:None Change-Id: If0bebfc189c7ad65e3a324914ef0f96c92c0ed7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903515Reviewed-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@{#713438}
-
Dominic Farolino authored
This CL effectively disables console idlharness tests until the associated v8 change [1] lands that fixes our implementation. When the v8 change lands, the tests can be re-enabled and and the expecations can be deleted. [1]: https://chromium-review.googlesource.com/c/v8/v8/+/1902968 R=mathias@chromium.org Bug: 948678 Change-Id: I53e8494b8630daa96ad742572b70595f2c62f1bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903307 Commit-Queue: Dominic Farolino <dom@chromium.org> Reviewed-by:
Mathias Bynens <mathias@chromium.org> Cr-Commit-Position: refs/heads/master@{#713437}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/266e4e05a88c..075cc4c355a6 git log 266e4e05a88c..075cc4c355a6 --date=short --no-merges --format='%ad %ae %s' 2019-11-07 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/SwiftShader 88264e3e188d..27a3d31d7a9d (1 commits) Created with: gclient setdep -r src/third_party/angle@075cc4c355a6 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 jonahr@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=jonahr@google.com Bug: chromium:None Change-Id: I7a6ec9371d0b48cdaae404766aa71657999da35b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903514Reviewed-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@{#713436}
-