- 13 Feb, 2020 40 commits
-
-
Rohit Rao authored
BUG=1027249 Change-Id: Iee08cbee3e9cca088de384b8961d5cb96dbdb385 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050013 Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#740936}
-
Nektarios Paisios authored
This is the first patch that starts the process of implementing event intents for accessibility. An event intent describes the cause of an accessibility event. While implementing these intents in https::/crrev.com/+/2031047/ it became clear that some enums that are used in AXPosition, e.g. AXTextBoundary and AXBoundaryDirection, would also be useful when defining an event intent. This patch moves all such enums to Mojo and defines some more that would exclusively be used by the above patch for implementing intents. We could always revisit the list of intents, but we'd always need a foundation to start with. R=dmazzoni@chromium.org Bug: 989156 Change-Id: If91bafb5b8d237a7f3357ab527eb57275f22a62d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050572 Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#740935}
-
Hiroki Sato authored
On ChromeVox with ARC, when the previously focused node disappeared but no accessibility events of WINDOW_STATE_CHANGED is dispatched from Android, there are two issues: - ChromeVox focus remains on the previous location. - On the next user action (Search+arrow key) invokes the focus goes to the ARC AX tree's parent View. This makes ChromeVox announce "Exited Application.", which is confusing and incorrect. This CL changes the behavior so that when the focus is lost, AXTreeSourceArc reassign the focus to the root node of the node tree. Bug: b:148356674 Bug: chromium:1033307 Test: unit_tests --gtest_filter="AXTreeSourceArcTest.*" Change-Id: I3c18345f471b7bfc0ea8dd737ed5fa5090091fa4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024771Reviewed-by:
Sara Kato <sarakato@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Hiroki Sato <hirokisato@chromium.org> Cr-Commit-Position: refs/heads/master@{#740934}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/3d37f4f72c61..da8eec5db306 git log 3d37f4f72c61..da8eec5db306 --date=short --first-parent --format='%ad %ae %s' 2020-02-13 vapier@chromium.org repo: update to 2.3 launcher Created with: gclient setdep -r src/third_party/depot_tools@da8eec5db306 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: agable@chromium.org Change-Id: Ia746b23de1a93ad1db711d84ad3fb45475c1e49f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2053363Reviewed-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@{#740933}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/9fed47ecfb6f..0e950fb2be4e git log 9fed47ecfb6f..0e950fb2be4e --date=short --first-parent --format='%ad %ae %s' 2020-02-13 dberris@chromium.org Increase ceilings to handle new load Created with: gclient setdep -r src/third_party/catapult@0e950fb2be4e 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 oysteine@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 Bug: None Tbr: oysteine@google.com Change-Id: I9a54ed9d5f616f4919df5f007c72a5b19796e393 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2053365Reviewed-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@{#740932}
-
Gary Kacmarcik authored
Bug: 1019464 Change-Id: I7de2ea167f63459430c682a5ab08e4a389ad74b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051302 Commit-Queue: Gary Kacmarcik <garykac@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#740931}
-
Gyuyoung Kim authored
This CL migrate the legacy DeleteAllCookies IPC message to the new Mojo in WebTestClient interface. Bug: 1039247 Change-Id: I23cd1f76e8944439040b3b4692a7ad9677696dc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2037180 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#740930}
-
Dmitry Torokhov authored
We will be relying more on UDEV tagging devices for the purpose of identifying them (as external generic keyboards vs external Chrome OS branded keyboards, for example), and thus we will need a fake UDEV in our unit tests to be able to supply necessary data/properties. This implements a rudimentary FakeUdevLoader that allows to instantiate fake udev devices with specified name, syspath, attributes and properties, to be used in tests. Bug: b/144367328 Test: unit_tests Change-Id: I287394108b2950e71fdd4c51e3c38026d44d4c83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051172 Commit-Queue: Dmitry Torokhov <dtor@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#740929}
-
Steven Bennetts authored
Bug: 537081 Change-Id: I924fae28281ffb4b66fbf59a7a4005263b4c801c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049838Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#740928}
-
Josh Simmons authored
This moves the PerformanceClass logic into PerformanceHints manager, which is a better fit and makes it easier to test. Also adding a histogram to track the PerformanceClass returned by HintForURL. Bug: 1030813 Change-Id: I3c70e3f3c3156e5517aeff732b64a2f82e102ae5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044439 Commit-Queue: Josh Simmons <jds@google.com> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Megan Jablonski <megjablon@chromium.org> Cr-Commit-Position: refs/heads/master@{#740927}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/593706bcc066..74ab0bffb526 git log 593706bcc066..74ab0bffb526 --date=short --first-parent --format='%ad %ae %s' 2020-02-12 jmadill@chromium.org Vulkan: Disable command graph by default. 2020-02-12 jmadill@chromium.org Fix vpython caching in trigger.py script. Created with: gclient setdep -r src/third_party/angle@74ab0bffb526 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 courtneygo@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-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: courtneygo@google.com Change-Id: I2496d77b7c7ea2b1fbf653753a06ee4ef4583ce5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2053028Reviewed-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@{#740926}
-
Tina Wang authored
The creator information shown on the proile card will be: - name - description - avatar image - post frequency Bug: 1051147 Change-Id: I5ce047a063eaccc087a0490b730f40ab148b12c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051529 Commit-Queue: Tina Wang <tinazwang@chromium.org> Reviewed-by:
sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#740925}
-
Yicheng Li authored
This change adds discovery for ChromeOS authenticator. The discovery and the authenticator are intended to be unreachable from Chrome now because the ChromeOS side of the authenticator has not landed yet. Bug: b:144861739 Change-Id: I1e6585d546fb576fac8e0cd368c22edae955497a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1987265 Commit-Queue: Yicheng Li <yichengli@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#740924}
-
Haiyang Pan authored
Filtering tests that fails likely due to the tests themselves, not due to the emulator. Bug: 1046059 Change-Id: I1d8806a1d33b584b4518aecdc5f9a6c05fbdd0ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2045079Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#740923}
-
Glen Robertson authored
Change-Id: I33cbaba607209b9efcdb0b98c739bc2ff26575e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050054 Commit-Queue: Glen Robertson <glenrob@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#740922}
-
Ken Rockot authored
This is a follow-up from a recent refactor, renaming various Session Storage APIs to better align with naming conventions established by Local Storage code in the Storage Service and generally eliminating terminology and verbosity that is no longer relevant or necessary. This also cleans up unnecessary storage:: qualifiers in the recently moved code. 100% mechanical CL, no functional changes. Bug: 1000959 Change-Id: I9358ba614a7f7876f6c16d17ceb9638fc55bb5ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051663 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#740921}
-
Wanming Lin authored
The spec changes: - https://github.com/w3c/web-nfc/pull/361 - https://github.com/w3c/web-nfc/pull/495 BUG=520391 Change-Id: Ida502501e7ec4775035057d8fa548dfb868a8e70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049831Reviewed-by:
Leon Han <leon.han@intel.com> Reviewed-by:
Rijubrata Bhaumik <rijubrata.bhaumik@intel.com> Commit-Queue: Wanming Lin <wanming.lin@intel.com> Cr-Commit-Position: refs/heads/master@{#740920}
-
Alan Cutter authored
This CL fixes the following warnings thrown by browser_tests: [test_launcher.cc(1498)] The following parameterized test case is not instantiated: UninstantiatedParamaterizedTestSuite<HostedAppTestWithAutoupgradesDisabled> [test_launcher.cc(1498)] The following parameterized test case is not instantiated: UninstantiatedParamaterizedTestSuite<HostedAppPWAOnlyTestWithAutoupgradesDisabled> Change-Id: Iebf53094d7909a16ccd07e9e6150d600203ba5c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2053225 Auto-Submit: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#740919}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/23c34724b2bf..add7c005351d Created with: gclient setdep -r src-internal@add7c005351d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I45042df156a0c0ecb0b80cb6568edfded79f80a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2052610Reviewed-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@{#740918}
-
Adrienne Walker authored
This is only called in two places, and some callers can be converted to instead use callbacks on IndexedDBControl. The rest of the callers are removed in: https://chromium-review.googlesource.com/c/chromium/src/+/2048032 Bug: 1015214 Change-Id: I2f99a52ee7c2a0af5be3f78677e66bf22532f15e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2048268 Commit-Queue: enne <enne@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#740917}
-
Xianzhu Wang authored
This reverts commit a0ed230e. Reason for revert: We have landed patches for crbug.com/1050834 (https://chromium-review.googlesource.com/c/chromium/tools/build/+/2051207) and for the missing result issue (https://chromium-review.googlesource.com/c/chromium/src/+/2051173), so the failures of the tests on Win10 won't break trybots. To sheriffs: Please add failure entries instead of reverting this CL if some virtual/off-main-thread-css-paint/* tests fail on the Win10 waterfall bots or CQ bots. The failures were ignored before the original change. Original change's description: > Skip virtual/off-main-thread-css-paint/* on Win10 > > Tests under virtual/off-main-thread-css-paint flakily crash/fail on > Win10. Because of crbug.com/1050838, run_web_tests.py crashes when > any of the tests fails, and because of crbug.com/1050834, the crash is > not caught by the try bot, so we have to skip these tests on Win10 for > now to ensure coverage of other tests. > > TBR=robertma@chromium.org,xidachen@chromium.org > > Bug: 1050834,1050838 > Change-Id: I175567308cf89f721f2f156c9200f413df226a46 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2048995 > Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#740138} TBR=wangxianzhu@chromium.org,xidachen@google.com,robertma@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1050834, 1050838 Change-Id: Ia30a4dfe5cf6dfdde55aba812f1ab696bea06b94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051580Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#740916}
-
Gyuyoung Kim authored
This CL migrate the legacy WebTestRuntimeFlagsChanged IPC message to the new Mojo in WebTestClient interface. Bug: 1039247 Change-Id: Ia6322896dba3faef2e95f0e56eb77ddfb20686c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035506Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#740915}
-
Shimi Zhang authored
In order to not exchange file owner, we introduced SaveToFileDescriptor() for Android, which makes the SaveTo() function not necessary for Android. Bug: 1050064 Change-Id: I33b3218435bf05e5192342191c2c92234a80b56d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051523Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#740914}
-
Ken Rockot authored
This moves SessionStorageContextMojo and SessoinStorageNamespaceImplMojo out of Content and into Storage Service code. SessionStorageContextMojo now implements a new SessionStorageControl Mojo interface, and DOMStorageContextWrapper operates on Session Storage exclusively through that interface. Origin validation logic (for Session StorageArea binding requests) is lifted out of SessionStorageContextMojo and into DOMStorageContextWrapper, and relevant unit test coverage is moved accordingly. Bug: 1000959 Change-Id: I91214e8622438279e6e425c5242fcb9f689d8d70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050852 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#740913}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/267593067f71..b0b4bb3063d8 git log 267593067f71..b0b4bb3063d8 --date=short --first-parent --format='%ad %ae %s' 2020-02-12 miu@chromium.org Crash fix: Prevent a unit test from using a real UDP socket. 2020-02-12 btolsch@chromium.org Add seed corpus dep to fuzz targets 2020-02-12 rwkeane@google.com mDNS: Deserialization of NSEC records 2020-02-12 rwkeane@google.com Discovery: More E2E tests Created with: gclient setdep -r src/third_party/openscreen/src@b0b4bb3063d8 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: jophba@chromium.org Change-Id: Ia85cca45d4c32afa36895fd632fdf8590834bd26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2052769Reviewed-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@{#740912}
-
Victor Costan authored
The tools that process COMPONENT: and TEAM: annotations don't follow file: // redirects. This CL annotates the DPWA-related OWNERS files with COMPONENT: , so they're correctly identified in the above-mentioned tools. Change-Id: Ibdc84bd21802ff10a929db410083471e4e2382a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041792 Auto-Submit: Victor Costan <pwnall@chromium.org> Commit-Queue: Matt Giuca <mgiuca@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Matt Giuca <mgiuca@chromium.org> Cr-Commit-Position: refs/heads/master@{#740911}
-
Toni Barzic authored
Parametrizes HotseatWidgetTests by whether shelf buttons should be shown in tablet mode. Fixes tests that assumed the buttons were shown - the tests were generally using home and overview buttons to show home launcher, overview, or assistant UI - keep this behavior when the buttons are enabled. Updates tests to use home_screen_controller, overview_controller and assistant_controller's APIs to change the system state between home, overview, assistant and in-app. BUG=1051714 Change-Id: I7bb58812bfcc7050c881990359db59f1acb7ac80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2052255Reviewed-by:
Manu Cornet <manucornet@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#740910}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/33c3ae2b..acf9c0de 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: I8c9471de0eba019c0f96af9d256368141d5b47a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2052843Reviewed-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@{#740909}
-
Joshua Pawlicki authored
Bug: 1048653 Change-Id: I2f216b484825aac05dd88f9b5e865af27b303dac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2052483Reviewed-by:
Sorin Jianu <sorin@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#740908}
-
Sammie Quon authored
Also remove/update HighlightPathGenerator overrides in ash. Test: manual Bug: 1042303 Change-Id: I6ebc3889c82ef331d6bb933c9aed2ce6c45b1df2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051014 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#740907}
-
Luciano Pacheco authored
Bug: 992821 Change-Id: Ic214765896c84ab0826e8d34b2a4d4aba438211e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2053263 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#740906}
-
Oystein Eftevaag authored
There's page sets that are flaky on Win7 GPU bots due to the current 200mb buffer size being hit. R=sullivan@chromium.org Bug: 1051644 Change-Id: I8c99d18d77815ba5d1bd092fc4880e150cb4c1f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2052598 Auto-Submit: oysteine <oysteine@chromium.org> Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#740905}
-
Calder Kitagawa authored
This reverts commit 4e0b40b1. Reason for revert: crbug/1051129 and crbug/1051424 Back-Forward Cache experiment caused crashes with this patch. This is due to same-document navigation state being different across the navigations. Original change's description: > [CodeHealth] Add embedding token to main frame > > A relatively simple modification to add embedding tokens to the main > frame. This has the same behavior as embedding tokens for remote frames > except it doesn't propagate the token to a parent. > > Behaviors > - Add a token on first navigation. > - Swap the token on any cross-process navigation. > > Bug: 1045014 > Change-Id: Ia3a6ba58913b11167e0eb10b5d6f3399f5e3cfcd > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032024 > Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Alex Moshchuk <alexmos@chromium.org> > Cr-Commit-Position: refs/heads/master@{#739504} TBR=dcheng@chromium.org,alexmos@chromium.org,dtapuska@chromium.org,ckitagawa@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1045014 Change-Id: I95f7948da12b263ab9adcecf38c36eca217c1029 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2052599Reviewed-by:
Calder Kitagawa <ckitagawa@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#740904}
-
Kristi Park authored
This reverts commit a4cdec69. Reason for revert: Suspect for failing *fullscreen* interactive_ui_tests and browser_tests in linux-chromeos-dbg https://ci.chromium.org/p/chromium/builders/ci/linux-chromeos-dbg/17008 https://ci.chromium.org/p/chromium/builders/ci/linux-chromeos-dbg/17009 Original change's description: > Fix orientation change test full-screen-orientation-change.html > > There are two ways to trigger fullscreen, either by user activation or by > a user generated orientation change. When we enter the fullscreen mode, > we should not consume the user activation in the browser side when the > fullscreen is triggered by a user generated orientation change, so we > need to set the orientation change flag in the browser side when we are > calling the mock function setMockScreenOrientation through a mojo > message. > > The CL that consumes the user activation on both the browser and > renderer sides when entering fullscreen: > https://chromium-review.googlesource.com/c/chromium/src/+/1903675 > > > Bug: 1046933 > Change-Id: I1eb86205bc82ac237bc12d63bbdb0c8985c06090 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026170 > Reviewed-by: Ken Buchanan <kenrb@chromium.org> > Reviewed-by: Alex Moshchuk <alexmos@chromium.org> > Commit-Queue: Lan Wei <lanwei@chromium.org> > Cr-Commit-Position: refs/heads/master@{#740812} TBR=kenrb@chromium.org,alexmos@chromium.org,lanwei@chromium.org Change-Id: I620f6ab7c09845cede664fd298158c01a80c9108 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1046933 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2053285Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#740903}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/251eff6f1ff6..886e8500a9f2 git log 251eff6f1ff6..886e8500a9f2 --date=short --first-parent --format='%ad %ae %s' 2020-02-12 jsimmons@google.com Apply fake bold and italic settings to the SkFont if the typeface needs them Created with: gclient setdep -r src/third_party/skia@886e8500a9f2 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 stani@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: stani@google.com Change-Id: I4a10efc3b2c652451bd01030d5d8f8d79265b3db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2052767Reviewed-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@{#740902}
-
Becca Hughes authored
Bring up the two images tables we will use for storing image metadata. We don't actually use them yet. BUG=1024379 Change-Id: Id7293db887388e79cccb51ce91c0747279afa045 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050820 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#740901}
-
Hiroshige Hayashizaki authored
This CL adds tests for mixed-content subresource requests from data: SharedWorkerGlobalScope (both classic and module). This CL marks most of the tests as failing on Chromium (adds -expected.txt). Manual changes: spec.src.json. All others are generated. Bug: 1048619, 881202, 906850 Change-Id: Ic6ea31931245385c805244bb4130ae0abaae419d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2048290 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#740900}
-
Lukasz Anforowicz authored
This CL doesn't change the default behavior (as discussed in the bug), but introduces a feature (disabled by default) that makes FileURLLoaderFactory respect isolated_world_origin. Bug: 1049604 Change-Id: Icfa5a473d1105be3da5246f1ced49ca44ed46617 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2046624 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#740899}
-
Xiaocheng Hu authored
ResourceFinishObserver uses GarbageCollectedMixin<>. However, neither the class itself or its subclasses require multi-inheritance. Hence, this patch simplifies it into GarbageCollected<>. Change-Id: I37900b10fe17c84a0d0b346076789e83f97488a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044907Reviewed-by:
Fredrik Söderquist <fs@opera.com> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#740898}
-
Tina Wang authored
Add ProfileCardData to store information needed for profile card. It will be the return type when fetching data, and we can easily pass ProfileCardData object to the coordinator construction. Bug: 1051149 Change-Id: I0890b747f9f42e3a5959cee4ae533c4a7bb886bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050888 Commit-Queue: Tina Wang <tinazwang@chromium.org> Reviewed-by:
sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#740897}
-