- 06 Nov, 2019 40 commits
-
-
Abhijeet Kandalkar authored
This CL has two goals, 1. Use DynamicTo<HTMLTitleElement> as new downcast helper 2. Use IsA<HTMLTitleElement>(element) in place of IsHTMLTitleElement(element) Bug: 891908 Change-Id: I46748aaaf53212aa5ee28663aa782a23f2548b51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901327Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#713034}
-
Max Li authored
Bug: 923594 Change-Id: I84649af9ff50bfbc200f6003834de8e18743a086 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893549 Commit-Queue: Max Li <themaxli@chromium.org> Reviewed-by:
Josh Nohle <nohle@chromium.org> Cr-Commit-Position: refs/heads/master@{#713033}
-
Roman Aleksandrov authored
Show PIN pad on the login/lock screen if DeviceShowNumericKeyboardForPassword policy is set to true. Bug: 1015745 Change-Id: Ic6b1d69d774c33e4675efc7f7474a4c507fe44c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881238Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Roman Aleksandrov <raleksandrov@google.com> Cr-Commit-Position: refs/heads/master@{#713032}
-
Abhijeet Kandalkar authored
This CL uses IsA<HTMLOListElement>(element) in place of IsHTMLOListElement(element) Bug: 891908 Change-Id: I6e9e100debd19b11424a927ad51735fc3251cde0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901149Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#713031}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/6e54a299cce9..a2b221404710 git log 6e54a299cce9..a2b221404710 --date=short --no-merges --format='%ad %ae %s' 2019-11-06 nifong@google.com Record min and max frame times from skpbench in perf 2019-11-06 egdaniel@google.com Have vulkan command and descriptor sets handle failed creation. 2019-11-06 bungeman@google.com Reland "Fix empty run handling in trivial shaper iterators" 2019-11-06 michaelludwig@google.com Combine mask and edge distance in TessellationHelper Created with: gclient setdep -r src/third_party/skia@a2b221404710 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: I3a0bc99ccba6927d23f91d6be77aa642ae87f0a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900621Reviewed-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@{#713030}
-
Ben Kelly authored
This CL adds the CacheStorageCodeCacheHint blink runtime feature. When enabled it makes cache_storage look for a header when responses are put on disk. If the header specifies a value of "none" then the current behavior of generating full code cache from the install event is disabled for that specific response. This blink feature is marked as experimental. The current header name is "x-CacheStorageCodeCacheHint", but its configurable via a field trial param. This will allow us to adjust the header if we later choose a better name. Currently code caching is not specified. It is mainly only observable by web content through quota size differences and timing. Bug: 1007272 Change-Id: I21f90927f6ed59529c2efe8995cbdd855a87f3ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881191 Commit-Queue: Ben Kelly <wanderview@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#713029}
-
Luke Zielinski authored
Lower processes from 10 to 5 (to see if it improves stability), and enable mach logging (which contains timestamps of test status output). Waterfall: http://go/wpt-waterfall Design: http://go/wpt-in-chromium-ci Change-Id: I5f982bf6ea724e6136753bf583f13b438bee2522 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900167 Commit-Queue: Stephen Martinis <martiniss@chromium.org> Auto-Submit: Luke Z <lpz@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#713028}
-
Theresa Wellington authored
Removes support for adding bookmarks in BookmarkAddActivity (originally added for L-only). If the activity is triggered, we now output an informational log, show a toast and finish immediately. BUG=984513 Change-Id: I31a8038bbafd215f1db2d84b08c0d025073084ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895380 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#713027}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/70f80e7066ba..719ace7381c9 Created with: gclient setdep -r src-internal@719ace7381c9 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 TBR=jbudorick@google.com Bug: chromium:None Change-Id: Ifda1a04dea3ce3cdb4930d1c27d60d1b90cdbcea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900622Reviewed-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@{#713026}
-
Yue Ru Sun authored
regardless whether it is from a cross-document or same-document navigation. Bug: b/112853960 Change-Id: Ib098ba7435b3e850b59ca42b4a122fbd2b39a5d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895756 Commit-Queue: Yue Ru Sun <yrsun@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#713025}
-
Jasper Chapman-Black authored
Just adding utility functions for now, a future CL will hook them up. This is required for size diffing, specifically fallback matching (e.g.when a function's signature changes but its name stays the same). The calculation of these derived names is costly in space and time, so it's likely that these properties will need to be derived lazily (only when generating a size file diff or searching derived full names by regular expression). Bug: 1011921 Change-Id: I5708705334bc7b250f4b8252dde9efa87b3cdae0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1898477 Commit-Queue: Jasper Chapman-Black <jaspercb@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#713024}
-
Gauthier Ambard authored
The tests were failing because of an expectation that wasn't always fulfilled. This CL relax the expectation. Fixed: 1021649 Change-Id: Idbe6df40308e73fff8ea94112dbbdcd347cd1afe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901027 Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Auto-Submit: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#713023}
-
Takuto Ikuta authored
This reverts commit d921069a. Reason for revert: broke https://ci.chromium.org/p/chromium/builders/ci/Deterministic%20Linux/25579 Original change's description: > Re-Reland: Rename gl_test to gpu_tests > > Reland keeping a group forwarding //gpu:gl_tests to //gpu:gpu_tests > ReReland keeping gl_tests in the isolate map but making it point to > gpu_tests. > > This is to make the name reflect that there aren't just OpenGL tests in > this executable now, there are WebGPU / Dawn tests too. > > TBR=zmo@chromium.org > > Bug: 1017035 > Change-Id: Ibcf866f3b91dd10a8825d534d160b6252de8c7e0 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1897927 > Reviewed-by: Corentin Wallez <cwallez@chromium.org> > Reviewed-by: John Budorick <jbudorick@chromium.org> > Commit-Queue: Corentin Wallez <cwallez@chromium.org> > Cr-Commit-Position: refs/heads/master@{#713002} TBR=zmo@chromium.org,cwallez@chromium.org,jbudorick@chromium.org Change-Id: Ia04386ef6de4415ab6fd17b54a0d1f3a5d5ad9a6 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1017035 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899191Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#713022}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/5999648991e6..1d509caf0b7c git log 5999648991e6..1d509caf0b7c --date=short --no-merges --format='%ad %ae %s' 2019-11-06 treehugger-gerrit@google.com Merge "Revert "Stack profiles: Reuse existing frame/module rows rather than adding one per sequence"" Created with: gclient setdep -r src/third_party/perfetto@1d509caf0b7c 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: Idf3d8837fc0cbc4dd87a1ddce7dc8a86d689368b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900619Reviewed-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@{#713021}
-
Sean Gilhuly authored
Prepare for Dawn as an option for compositing and raster by creating an empty implementation of the DawnContextProvider, which will use the Skia Dawn backend to create a GrContext. Compilation of DawnContextProvider and the Skia Dawn backend are enabled with the gn arg use_skia_dawn=true. The command line flag --gr-context-type=dawn will select SkiaRenderer Dawn at runtime. For now it doesn't connect with Dawn, and DawnContextProvider::Create() always returns nullptr. See crrev.com/c/1873874 for context. Bug: 1021566 Change-Id: Ifa8e17e5e8b8b3461f4177956a8e28f5bd8d27c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896120 Commit-Queue: Sean Gilhuly <sgilhuly@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Reviewed-by:
Stephen White <senorblanco@chromium.org> Cr-Commit-Position: refs/heads/master@{#713020}
-
Joshua Pawlicki authored
TBR=sky@chromium.org Bug: 1021936 Change-Id: I2dfe645c929676c3e11ef0e280b218865e91c049 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900573Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#713019}
-
Owen Min authored
Rename machine_level_user_cloud_policy_browsertest_* to chrome_browser_cloud_management_browsertest_* Rename the test MachineLevelUserCloudPolicyServiceIntegrationTest.* to ChromeBrowserCloudManagementServiceIntegrationTest.* Rename MachineLevelUserCloudPolicyEnrollmentTest.* to ChromeBrowserCloudManagementEnrollmentTest.* Bug: 1010704 Change-Id: If5887b184da8c011ba18a3c091151876b8743cf0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900467Reviewed-by:
Roger Tawa <rogerta@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#713018}
-
Fredrik Söderquist authored
The active stack would keep a reference to the removed element, and the next animation step would try to clear it again. This clear could happen on an element that was not in valid state, leading to crashes. Drop the active stack when the current result element is removed. We will rebuild it on the next animation step regardless. Bug: 1021621 Change-Id: I31858787827175b647f7d15d8904378de450cdb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901033Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#713017}
-
Xi Han authored
In this CL, we add trace events for the following tasks: 1) Async tasks of loading Thumbnails from disk: getTabThumbnailFromDisk. 2) Async tasks of loading tab states from disk: LoadTabState. 3) Loading the first tab state on UI thread: LoadFirstTabState. Bug: 1016952 Change-Id: Ie46b5af77d611af833ce8b7c8ef22bcfd273718b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900288Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#713016}
-
Anatoliy Potapchuk authored
This interface is needed in case we want to extract WebApplicationInfo from the page and the manifest without actually installing. It will be used by Web App Kiosk. Bug: 1006230 Change-Id: I909b5c447665239def579eb85252e44bb2ef6e19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1892960 Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#713015}
-
Gang Wu authored
Bug: 1011063 Change-Id: I0d8c46f3e5556a044814ae30f876e83a44e2e575 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896250Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#713014}
-
Jesse Schettler authored
When printing from an ARC app, use the provided PrintRenderer to render a preview document for pint preview. Also, flatten the preview document received from ARC before displaying it in print preview. Bug: b:140576300 Test: Print from an ARC app and verify a preview document is displayed Change-Id: Iae7dcb2184afea51300f2d68edf3af40e55e6f13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853324Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Jesse Schettler <jschettler@chromium.org> Cr-Commit-Position: refs/heads/master@{#713013}
-
Tim Volodine authored
Failing on android-cronet-kitkat-arm-rel bot. BUG=1021941 TBR=pnoland@chromium.org NOTRY=true Change-Id: I7a265a1fa94111cd05634e99aae8fcd52e832f14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901288 Commit-Queue: Tim Volodine <timvolodine@chromium.org> Reviewed-by:
Tim Volodine <timvolodine@chromium.org> Cr-Commit-Position: refs/heads/master@{#713012}
-
Abhijeet Kandalkar authored
This CL has two goals, 1. Use To<HTMLTemplateElement> and DynamicTo<HTMLTemplateElement> as new downcast helper 2. Use IsA<HTMLTemplateElement>(element) in place of IsHTMLTemplateElement(element) Bug: 891908 Change-Id: Ib28fa38641b24c6401cc0770a2f2d31a67456fe3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899642Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#713011}
-
Gordon Guan authored
Generalize usage of discardable memory in the renderer process to use higher-level discardable memory primitives (DiscardableMemoryAllocator and DiscardableMemory). Implement a factory method to create a discardable memory allocator implementation in renderer context depending on platform support. Note that usage of MADV_FREE DiscardableMemory is gated by a feature flag. Discardable memory should behave exactly as before this change if the feature flag is not enabled. Binary-Size: Unused ForTest method not being removed by linker Bug: 1014513 Change-Id: I94afd2347a6ecbe254cd2d1a3ad667a6624293ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850758 Commit-Queue: Gordon Guan <gordonguan@google.com> Reviewed-by:
Peng Huang <penghuang@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Reviewed-by:
Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#713010}
-
Abhijeet Kandalkar authored
This CL use IsA<HTMLNoScriptElement>(element) in place of IsHTMLNoScriptElement(element) Bug: 891908 Change-Id: I3d6ede06de0331293a1c15117804281a21287d4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899634Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#713009}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/19dd51b005fe..f7b3a2ac7768 git log 19dd51b005fe..f7b3a2ac7768 --date=short --no-merges --format='%ad %ae %s' 2019-11-06 shrekshao@google.com Fix d3d9 intel gpu fail to create image surface issue Created with: gclient setdep -r src/third_party/angle@f7b3a2ac7768 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:1011627,chromium:1017076 Change-Id: I9f3fc69879782652299e9af33e3cdeb6ef8ed1f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901246Reviewed-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@{#713008}
-
David Van Cleve authored
Some of the GURL methods have StringPiece variant helpers. This patch adds a helper to GURL::PathForRequest. Test: expands unittest Change-Id: I488f5cf0e36861b4f7202719f3ab8997ce77c74a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900356Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: David Van Cleve <davidvc@chromium.org> Cr-Commit-Position: refs/heads/master@{#713007}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/f00524707da7..6e54a299cce9 git log f00524707da7..6e54a299cce9 --date=short --no-merges --format='%ad %ae %s' 2019-11-06 robertphillips@google.com Assert we are now in the world of single-primitive-type render passes Created with: gclient setdep -r src/third_party/skia@6e54a299cce9 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: I88514d47b285bcf4fdfedc08f0e74d29f3efdac2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899225Reviewed-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@{#713006}
-
Koji Ishii authored
Following bot results are included. 184 188 189 190 191 192 198 202 322 lines were removed and 81 lines were deflaked by consecutive results since 179. TBR=yosin@chromium.org NOTRY=true Bug: 982194 Change-Id: I5207a8e8e53411c380b1e2e3e184d6e36c712af5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899232Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#713005}
-
Tibor Goldschwendt authored
This is required for crrev.com/i/2099780. Bug: 1020717 Change-Id: If705599415615c857f042524228ec60260571ba6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900301Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#713004}
-
Matthias Körber authored
To allow for a partial roll-out and better metrics, the feature to offer password generation for clear-text fields is put behind a Finch flag. Bug: 1021897 Change-Id: I4e799b4db354d1285063bb25bd0dc902bfe35b70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899380 Commit-Queue: Matthias Körber <koerber@google.com> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#713003}
-
Corentin Wallez authored
Reland keeping a group forwarding //gpu:gl_tests to //gpu:gpu_tests ReReland keeping gl_tests in the isolate map but making it point to gpu_tests. This is to make the name reflect that there aren't just OpenGL tests in this executable now, there are WebGPU / Dawn tests too. TBR=zmo@chromium.org Bug: 1017035 Change-Id: Ibcf866f3b91dd10a8825d534d160b6252de8c7e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1897927Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#713002}
-
Oleh Lamzin authored
Clear not supported devices set on new Ethernet MAC address source. BUG=b:143695438 TEST=unittests TEST=manual verify on arcada board that after changing setting non-supported 'builtin_adapter_mac', it's still possible to set another supported value and MAC will change. Change-Id: I8bd5ef6c4833ffbc789b1c052724c5072523c4ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893886 Commit-Queue: Oleh Lamzin <lamzin@google.com> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#713001}
-
Jinsong Fan authored
In the current implementation, the full selection rect between the handles is always used to calculate the location of the context menu, but the selection rect may be clipped, so in this case, the position of the context menu will be far from the visible rect of the entire selection rect. The CL computes the clipped selection rect for the selection menu. Bug: 1015274 Change-Id: I899473bec1a061622d189c191fc5fb494928c6bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877338 Commit-Queue: Jinsong Fan <fanjinsong@sogou-inc.com> Reviewed-by:
Mohsen Izadi <mohsen@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#713000}
-
Andreas Haas authored
ReadPixels required the {pixels} parameter not to be nullptr, even when it pointed into an ArrayBuffer of size 0. This requires the ArrayBuffer implementation to allocate a backing store of size 0 instead of just keeping a nullptr. With this CL we handle the trivial case (width == 0 or height == 0) in the beginning as a no-op, so that nullptr as backing store is okay. Bug: chromium:1008840 Change-Id: If7337bf2bb625e4f8addb0d346c5db276b555695 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893059Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/master@{#712999}
-
Robert Sesek authored
The Python logger module will record the timing information for messages, which will be useful to track how long notarization takes. This also links the stdout and stderr streams, so that any output does not get improperly interleaved due to buffering or issues with the log collector. Change-Id: I7c52f20e2dc439c13c1b13a15f8912a56e180e97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900210Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#712998}
-
Chris Hamilton authored
This adds the ability for the RenderProcessHost calculated priority to be overridden by external logic. This will allow overriding process priority with embedder-specific calculated values. BUG=971272 Change-Id: I0524c678de03b17efa01f7caac6cc791c4a52d45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894705Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#712997}
-
Antonio Gomes authored
The public API is not needed any more now that the WebRTC/Peerconnection implementation resides solely in Blink. Hence, this CL uses RtcDtmfSenderHandler directly. BUG=787254, 919392 R=guidou@chromium.org, haraken@chromium.org Change-Id: I7a41b1b03c328bad7f900f30f49a2a236f232318 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899792 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#712996}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/d9f8b063cd7b..1e6aa1f8bf49 git log d9f8b063cd7b..1e6aa1f8bf49 --date=short --no-merges --format='%ad %ae %s' 2019-11-06 mbonadei@webrtc.org Remove RTC_EXPORT from RTCStatsMember<T> template declaration. 2019-11-06 ssilkin@webrtc.org Add output_path to VideoCodecTestFixture::Config. Created with: gclient setdep -r src/third_party/webrtc@1e6aa1f8bf49 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: Ibeb4e4eaa0a21b476f20eef52d06a17cad8da5ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899222Reviewed-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@{#712995}
-