- 11 Sep, 2020 40 commits
-
-
Maksim Ivanov authored
Fix use-after-move (potential) bugs found by the "bugprone-use-after-move" clang-tidy check. Bug: 1122844 Change-Id: I5307cf82ed89c1afeec735418f406d303bbcc1c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401142Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#806048}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/9427c97d9c29..948b3a05550b 2020-09-11 hidehiko@chromium.org Expand is_linux to is_linux || is_chromeos. 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: chromium:1110266 Tbr: cwallez@google.com Test: Test: Build locally. Change-Id: I691a11355a38fefc2f8d794865abe1075338ae37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405520Reviewed-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@{#806047}
-
Yuheng Huang authored
Reason for the revert: Unfortunately our JS browser test lives in an internal repository and it doesn't pick up by any presubmit trybot. That being said, to prevent a revert from a post submit test failure we need to make sure the tests in the internal repository passed after this CL is landed. Now the following CL is submitted and auto-rolled into src-internal and src so we are good to go. https://chrome-internal-review.googlesource.com/c/chrome/browser/resources/tab_search/+/3261333 This is a reland of 44326d9d Original change's description: > Tab Search: Add last_active_time_ticks to tab_search.mojom.Tab > > last_active_time_ticks is used to sort recent tabs. > > Bug: 1099917 > Change-Id: If5c224729e39c20ceda48a3d81b6e171b92be731 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382655 > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Thomas Lukaszewicz <tluk@chromium.org> > Commit-Queue: Yuheng Huang <yuhengh@chromium.org> > Cr-Commit-Position: refs/heads/master@{#805629} Bug: 1099917 Change-Id: Ice54eb41d177719ce53a0aef876eec6ebbcfd07a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405613 Commit-Queue: Yuheng Huang <yuhengh@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#806046}
-
Tarun Bansal authored
Bug: 1050803 Change-Id: I1fa5080a5a6f7bf14ceae537df8f55009d7d2aee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405562 Auto-Submit: Tarun Bansal <tbansal@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#806045}
-
En-Shuo Hsu authored
Added a new method for chrome to ask CRAS to resend Bluetooth battery for cases that the battery level is cleaned. Ex: User logout. BUG=b:166530001 TEST=build chrome and run unit_tests Change-Id: Ie11da0787f0137f7c33089057d5233ad00bdf500 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2395876Reviewed-by:
Hsinyu Chao <hychao@chromium.org> Commit-Queue: En-Shuo Hsu <enshuo@chromium.org> Cr-Commit-Position: refs/heads/master@{#806044}
-
Nidhi Jaju authored
While changing GURL callsites to url::Origin for origins in https://chromium-review.googlesource.com/c/chromium/src/+/2377878, it was suggested that we should expose an origin() accessor for ServiceWorkerVersion and ServiceWorkerRegistration since there are different ways of making origin for a version or registration currently. The changes in this CL include: - Add origin() to ServiceWorkerRegistration - Rename script_origin() to origin() in ServiceWorkerVersion - Rename ServiceWorkerVersionInfo::script_origin to origin Bug: 1095896 Change-Id: I99121af212261e0b78ea8de03a9f20b7820375a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2387096 Commit-Queue: Nidhi Jaju <nidhijaju127@gmail.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#806043}
-
Gyuyoung Kim authored
As the first step to convert ViewMsg_UpdateWebPreferences, we need to move WebPreferences from //content to //third_party/blink because the IPC message passes WebPreferences struct. So, this CL moves WebPreferences to //third_party/blink/public/common/web_preferences as a pre-work. Additionally, this CL wraps all enums and WebPreferences with web_pref namespace to avoid duplicating the existing enum types in bliink. AX-Relnotes: N/A Bug: 1097943 Change-Id: I35b3dbd45a8bc4bc36a55d7f185d3247fd0b1714 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2397670 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Reviewed-by:
Sean Topping <seantopping@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#806042}
-
Yuly Novikov authored
Including GPU, GPU.FYI, Dawn and SwANGLE builders. This is 2nd CL out of 3 moving GPU Windows builders GCEs into luci.chromium.gpu.ci pool. 1. crrev.com/i/3263512 Allocate GCEs in luci.chromium.gpu.ci pool and increase chrome-gpu quota 2. This CL: Switch GPU Windows CI builders to trigger tasks in luci.chromium.gpu.ci pool 3. crrev.com/i/3263513 Remove GCEs from luci.chomium.ci pool and decrease chrome-desktop quota Bug: 1126593 Change-Id: I0cb6a3715865b649cc9ed27179a6c2a66bd0f6ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404389Reviewed-by:
Erik Staab <estaab@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#806041}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=bindusuvarna@chromium.org Change-Id: I2b74207c7aea5d413754cdff582596340aa84fb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405620Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#806040}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: If31578f91d3b8a89d968d14d9f2447004623d211 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405736Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#806039}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1599738815-40f6ae90536e6d0f415f1d4a37e068148427b479.profdata to chrome-win64-master-1599760756-ff576999efc14edb97330a2a91d8abce13fe0e29.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 sebmarchand+pgo_roller@google.com,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: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: I6890da9f8115e473623ee9bb6b1a37fc9afa2e76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405041Reviewed-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@{#806038}
-
Hidehiko Abe authored
The file was migrated into build/chromeos_buildflags, so no longer needed. BUG=1114198 TEST=Build locally. Change-Id: Iffafe7c3d4f2417cfbe4c1ceff21397937cbd9d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2397975Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#806037}
-
kdillon authored
This name is more contextual, which matches the naming conventions of the other prioritisation types and indicates what the prioritisation type is used for. Change-Id: I4a6bb87abafc5268a3031e9bb6ed258cd0b0e00a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399012 Commit-Queue: Katie Dillon <kdillon@chromium.org> Reviewed-by:
Scott Haseley <shaseley@chromium.org> Cr-Commit-Position: refs/heads/master@{#806036}
-
Toshiki Kikuchi authored
This CL fixes SetBoundsSize and SetBoundsOrigin methods to take “default scale cancellation” into account. If “default scale cancellation” is disabled, we expect a client to send bounds in pixels instead of dp, so these SetBounds* method should be sensitive to the flag. Also, this CL adds an unittest for SetBounds methods in the case of default scale cancellation-enabled and -disabled. BUG=b:167997508 TEST=SetBoundsWithAndWithoutDefaultScaleCancellation Change-Id: Icfcaf445372c5eae0425226f802b27e7d7372bf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398055 Commit-Queue: Toshiki Kikuchi <toshikikikuchi@chromium.org> Reviewed-by:
Mitsuru Oshima (Slow: gardener) <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#806035}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/3b19b9d3347f..a4cfaa2dfc7f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium 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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I38aced69714456c8ebed2e68e3a7e2f599ad1a4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405616Reviewed-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@{#806034}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/0f64e0dfd845..9d6f955f52e9 2020-09-11 csmartdalton@google.com Chop tessellated strokes in the vertex shader 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 reed@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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: reed@google.com Change-Id: I92fbd527989b8b808fbd737ea8480efdaab53628 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405733Reviewed-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@{#806033}
-
Findit authored
This reverts commit 18c62e03. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 806003 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzE4YzYyZTAzNjE0NGYxOThmYjVlYjIwNDAzODg2Yjg1ZWNmNDg5OWMM Sample Failed Build: https://ci.chromium.org/b/8869495277819118464 Sample Failed Step: compile Original change's description: > Update Crashpad to 3e065b11d0cad1742f4cc4cf8acb8fa075f364ca > > 3e065b11d0ca linux, mac: disable cfi-icall for cross-dso calls > > Change-Id: I92931ffe81b3004149b33017853d8c1e0548141d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404066 > Reviewed-by: Mark Mentovai <mark@chromium.org> > Commit-Queue: Joshua Peraza <jperaza@chromium.org> > Cr-Commit-Position: refs/heads/master@{#806003} Change-Id: If5ace2f60f7376d4583cb750eaa10486df35d4f7 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405524 Cr-Commit-Position: refs/heads/master@{#806032}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/da7c69c8fd9c..edae54b8a91e 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 rakina@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: chromium:1126211 Tbr: rakina@google.com Change-Id: Ic7c167a7065612540485739179b41734f3c84236 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405514Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#806031}
-
Julie Jeongeun Kim authored
This CL resets mojom::PrintPreviewUI receiver when the print preview ID is cleared. The problem is that printing::PrintPreviewUI clears the ID and gets the new one when it's reloaded through the inspector but the receiver still keeps using the previous binding. This change resets the receiver when the ID is cleared and the mojo pipe is bound again when it gets the preview. Bug: 1122515, 1008939 Change-Id: I2852212f8bf3bc2e5ea233915d480bc58c5b87bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2381225Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#806030}
-
Rakib M. Hasan authored
Builder is not ready to be on the main Android waterfall. There are way to many failures on this builder. More work needs to be done in order to turn it green. Bug: 1126998, 1050760 Change-Id: Ie4c5eadacc2188bc89e948c571427dd2b5999bef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404472Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Erik Staab <estaab@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#806029}
-
Alan Screen authored
The advanced capabilities used by ChromeOS printing never make use of the |kNone| capability type. Bug: 809738 Change-Id: I27b0cdba58fa2ad2c4d803cf63ab2bf32dc15556 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404475 Commit-Queue: Alan Screen <awscreen@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#806028}
-
Yoichi Osato authored
As per IETF spec https://tools.ietf.org/html/rfc7540#section-8.1.2.4, A pseudo-header is a HTTP/2 header fields beginning with ':' and it is not H/1 header. Not to expose these to js API, this CL removes the headers w/o converting to H/1 compatible header. As a side effect, DevTools will not show these headers. Test: Manual Fixed: 1107710 Change-Id: Ie52ebe585c2a55a661a888c71f7687fee145aa73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379438 Commit-Queue: Yoichi Osato <yoichio@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Bence Béky <bnc@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#806027}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1599760756-5eeaad3a0935fac8a24777486ae90bd2f43c056f.profdata to chrome-mac-master-1599781911-9c360a18426c47cd39d0c24797835d08f90d685a.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 sebmarchand+pgo_roller@google.com,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: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: Icfd4aa886d95bf0f184f167bb546ee532f1c13f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405732Reviewed-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@{#806026}
-
David Tseng authored
This is a proposed output change for ChromeVox's treatment of both dialog and alert dialog roles. When entering these types of containers, ChromeVox will output the text content of the dialog first, followed by the control with range. R=akihiroota@chromium.org Bug: none AX-Relnotes: ChromeVox will now summarize the text content of a dialog when entering one. Test: browser_tests --gtest_filter=ChromeVox*.DialogAuto* Change-Id: Ic24f05bfb9f65e582239ed1e271ba4a78fefb034 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378730 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#806025}
-
Maggie Cai authored
Extend the preferred apps histogram expiry date for another 2 milestones. BUG=853604 Change-Id: Ib5b8107ce391b81d05ac7dc9ddb7382b3c08d41c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2397060Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#806024}
-
Michael Spang authored
This fixes a link error for cast_accessibility_unittests when built with chromecast_branding = "internal": ld.lld: error: undefined symbol: chromecast::CreateSysInfo() Bug: b/168243031 Change-Id: I90529de006b6a97a6f933591db8efe981e24621e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405564Reviewed-by:
Sean Topping <seantopping@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#806023}
-
Caitlin Fischer authored
See comment 5 on the bug. Bug: 1084107 Change-Id: I95dca05857cc6c6412ed78ce1992809de30b17d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404159Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Cr-Commit-Position: refs/heads/master@{#806022}
-
Min Qin authored
BUG=1125832 Change-Id: Ie83c36b7ee2a8abccc83e1386321a35a433b468c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399449Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#806021}
-
Ian Swett authored
Rolling 2 dependencies Roll src/net/third_party/quiche/src/ edf934d71..5c52ad843 (23 commits) https://quiche.googlesource.com/quiche.git/+log/edf934d71e96..5c52ad843f8a $ git log edf934d71..5c52ad843 --date=short --no-merges --format='%ad %ae %s' 2020-09-10 wub When switch from QUIC BBR to BBRv2, use BBR's cwnd as the initial cwnd of BBRv2. 2020-09-10 fayang Include stream information in idle timeout connection close detail. 2020-09-10 quiche-dev Fix use-after-move in SimpleLinkedHashMap 2020-09-10 quiche-dev Self-instrument for QUIC library via setsockopt for on-host-monitoring. 2020-09-10 fayang Internal QUICHE change 2020-09-09 bnc Fix stream ID sent in GOAWAY frame. 2020-09-09 dschinazi Deprecate quic_fix_print_draft_version 2020-09-09 quiche-dev Automated g4 rollback of changelist 330572491. 2020-09-09 nharper Add method to get reason why 0-RTT was accepted or rejected in QUIC 2020-09-09 danzh gfe-relnote: fix QUICHE windows compilation errors. No behavior change. 2020-09-08 haoyuewang Deprecate gfe2_reloadable_flag_quic_simplify_received_packet_manager_ack & gfe2_reloadable_flag_quic_remove_unused_ack_options. 2020-09-08 nharper Set crypto_negotiated_params for IETF QUIC client in 0-RTT 2020-09-08 quiche-dev Remove support for ephemeral streams in QBONE. These have been unused for months (since switching to message frames). 2020-09-08 bnc Internal QUICHE change 2020-09-08 fayang Revert quic_anti_amplification_factor from 10 to 5. Also add a copt to set the factor to 10 for experiment. 2020-09-08 bnc Use IETF application error codes for STOP_SENDING frames. 2020-09-08 wub Deprecate --gfe2_reloadable_flag_quic_bbr2_improve_adjust_network_parameters. 2020-09-07 ianswett gfe-relnote: Remove pending_version_negotiation_packet_ from QuicConnection because it's only set to true in a method that's protected by checking whether it's already true. No functional change, not flag protected. 2020-09-02 fayang Close QUIC connection if writer is still blocked while calling OnCanWrite. 2020-09-02 quiche-dev Add method to send HTTP/3 shut down notice GOAWAY frame 2020-09-02 quiche-dev Fix flaky //third_party/http2:http2_structures_test 2020-09-02 bnc Change STOP_SENDING frame related APIs to use QuicRstStreamError type. 2020-09-02 danzh Make QUIC connections send PATH_RESPONSE upon receiving PATH_CHALLENGE according to IETF QUIC draft v29. Roll src/third_party/quic_trace/src/ a3f901c6a..2dccbe8e9 (1 commit) https://chromium.googlesource.com/external/github.com/google/quic-trace.git/+log/a3f901c6a99e..2dccbe8e996d $ git log a3f901c6a..2dccbe8e9 --date=short --no-merges --format='%ad %ae %s' 2020-08-20 vasilvv Add bzl_library rules for .bzl files without one. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src R=dschinazi@chromium.org Change-Id: I7c7ce3075a9096fdbbfc4a50273094d7b9460aac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405372 Commit-Queue: Ian Swett <ianswett@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Auto-Submit: Ian Swett <ianswett@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#806020}
-
Patti authored
Replace uses of 'whitelist' and 'blacklist' with 'allowlist' and 'blocklist' respectively, the latter being chosen to be consistent with other existing uses of 'blocklist' in the extension strings. Bug: 1114004 Change-Id: Iafd862dedc69d10c020de890724b4b63ea5b4599 No-Presubmit: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377668Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Patti <patricialor@chromium.org> Auto-Submit: Patti <patricialor@chromium.org> Cr-Commit-Position: refs/heads/master@{#806019}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/8b9424e9da85..60c25a303fac 2020-09-10 mbonadei@webrtc.org Reland "Switch from "rtc_ios_xctest_test" to "rtc_test"." 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/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Id5494651635bdee74b92d9cd40cf481de24a2956 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404665Reviewed-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@{#806018}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 0379b611. With Chromium commits locally applied on WPT: d3d1f16b "Visited background-color alpha channel in Forced Colors Mode" 612ba1ba "CookieStore: Remove matchType" da055314 "Revert "CookieStore: Remove matchType"" 9693c35f "Move pointerevent_mouse_pointercapture_inactivate_pointer to wpt" 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: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=smcgruer@google.com No-Export: true Change-Id: Id801fe5e235ea8c8decce05dbb9f16f80533362f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404485Reviewed-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@{#806017}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/1bd71b48fb5c..1ab73f0f8ce7 2020-09-10 jonahr@google.com Cleanup disable_program_binary workaround 2020-09-10 hidehiko@chromium.org Expand is_linux to is_linux || is_chromeos. 2020-09-10 sugoi@google.com Added integer overflow detection to ClipRectangle 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 ianelliott@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: chromium:1091364,chromium:1110266 Tbr: ianelliott@google.com Test: Test: Built locally. Tryjob. Change-Id: I28099ee268eb50510c07de800b557a8e16ef32cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404861Reviewed-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@{#806016}
-
Shrek Shao authored
TBR=kbr@chromium.org Bug: 1127140 Change-Id: Ia7d5ae99b425fe1abc69951b34bd1346a2135d54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404070Reviewed-by:
Shrek Shao <shrekshao@google.com> Commit-Queue: Shrek Shao <shrekshao@google.com> Cr-Commit-Position: refs/heads/master@{#806015}
-
Shrek Shao authored
Bug is fixed and the test is passing on bots. TBR=kbr@chromium.org Bug: 1108588 Change-Id: Ied77c504ddb297444c9d23b1b28bb3e5bb8c247a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404951Reviewed-by:
Shrek Shao <shrekshao@google.com> Commit-Queue: Shrek Shao <shrekshao@google.com> Cr-Commit-Position: refs/heads/master@{#806014}
-
Richard Li authored
Since the main structure of hdr_metadata.h has been moved to ui/gi/, this CL removes hdr_metadata.h in media/base/ and switches related reference of media::HDRMetadata/MasteringMetadata/HdrMetadataType into their gl version. Bug: 1122910 Change-Id: I3d0dfe1410d43b18262e11239ae9a9e48134de45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2397013Reviewed-by:
Sergey Volk <servolk@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Richard Li <richard.li@intel.com> Cr-Commit-Position: refs/heads/master@{#806013}
-
Jinsuk Kim authored
Delete all the classes and resources left unused by Duet (BottomToolbar). Bug: 1081343 Change-Id: Ic5ae5dbd6e2d995b7959b72daf4b1d9c5981b80e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391942Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Yue Zhang <yuezhanggg@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#806012}
-
John Williams authored
The overall effect of this change is that when the user clicks the Cast button in a web page, the global media control button is shown even if it wouldn't be otherwise. This can happen, for instance, when a YouTube video is loaded with the audio muted. The button appears in all windows associated with the same profile. Bug: 1107164, b/161612881 Change-Id: I2c8687bec1c51f4b77e62c235161a3f3677adf5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363947 Commit-Queue: John Williams <jrw@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#806011}
-
wutao authored
The row height should be 64px for two lines Settings. Bug: b/166807600 Test: new js test Change-Id: I7a06e51b4d921e55457a5ffbe35964c888c1c979 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399767Reviewed-by:
Jimmy Gong <jimmyxgong@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#806010}
-
John Williams authored
Bug: 1124982, b/168119903 Change-Id: Ifd971c6ad521f436e2af79d168bc643704575690 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401046 Commit-Queue: John Williams <jrw@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#806009}
-