- 27 Nov, 2019 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/85f3e93d13f3..f31f26f73930 git log 85f3e93d13f3..f31f26f73930 --date=short --first-parent --format='%ad %ae %s' 2019-11-26 headlessclayton@gmail.com utils/vscode: Add install.bat (#3071) 2019-11-26 52076061+digit-google@users.noreply.github.com build: cmake: Add support for Fuchsia. (#3062) 2019-11-26 dneto@google.com Add test with explicit example of stripping reflection info (#3064) 2019-11-26 9856269+sarahM0@users.noreply.github.com Permit the debug instructions in WebGPU SPIR-V (#3063) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@f31f26f73930 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Bug: None Tbr: radial-bots+chrome-roll@google.com,cwallez@google.com Change-Id: I8ff921fe29c1c4a5e442da050a072ca0bdc5c430 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1938446Reviewed-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@{#719531}
-
Hiroki Nakagawa authored
This is a part of the effort to split ServiceWorkerProviderHost into ServiceWorkerHost and ServiceWorkerContainerHost. This CL moves COEP and relevant functions from ServiceWorkerProviderHost to ServiceWorkerContainerHost. Design doc: https://docs.google.com/document/d/1epWIgelE-7uwxJHrYPKlbwqMRP9in2xLUR6mpiU_afY/edit?usp=sharing Bug: 931087 Change-Id: I4a3c0fce12308bb95dbcb4b4b3babe5d49aebdca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939151 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#719530}
-
Luciano Pacheco authored
Change the way to hide Open button to use isModal state, instead of changing the semantics of the property |hasTask|, so keep |hasTask| meaning that the file has tasks. Add |isModal| property to <files-quick-view> to be able to hide the OPEN button when in a modal dialog. Change the OPEN button |hidden| condition to check for isModal attribute. Convert some variable definitions to const as forced by presubmit. Test: browser_tests --gtest_filter="*openQuickViewInFileDialog*" Bug: 948605 Fixed: 948605 Change-Id: I1c0c5f6c0178d258ec5d1a2f72b076cded0f8adb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935276 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Reviewed-by:
Austin Tankiang <austinct@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#719529}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/f848256008f5..781bb85e9698 git log f848256008f5..781bb85e9698 --date=short --first-parent --format='%ad %ae %s' 2019-11-27 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/spirv-tools/src 85f3e93d13f3..f31f26f73930 (4 commits) Created with: gclient setdep -r src/third_party/angle@781bb85e9698 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 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/+/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: chromium:None Tbr: cwallez@google.com Change-Id: Ib6cdfc3536c4107122e7c9bea70d5176a67fcc14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1938445Reviewed-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@{#719528}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=flackr@chromium.org Bug: 1023677 Change-Id: I0ca135cdf0f186623355b0cc3c7e2beefe342dd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926907 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#719527}
-
Yutaka Hirano authored
It was marked as failing, but https://crrev.com/b71bef1cb23070af161d251d9188ea153bed67d8 removed the expectation. Since the flakiness persists, let's recover the expectation. Bug: 833100 Change-Id: If5f3d61e9cebb3fa9542ddbcf5f971a67340f8f6 No-Try: True Tbr: timvolodine@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939137Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#719526}
-
Vikas Soni authored
Update pixel format used to create video frames on android for both MCVD and MediaPlayer path from PIXEL_FORMAT_ARGB to PIXEL_FORMAT_ABGR. This is required because SkiaRenderer wants to ensure that format of the resource used during promise texture creation must match the format of resources used for creating fulfill images. Bug: 1028746,991291 Change-Id: Ie46c7fc0d43531f38f3eef85c8e3842f1ddf4712 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1938032Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: vikas soni <vikassoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#719525}
-
Yutaka Hirano authored
...on more platforms. TBR=yangguo@chromium.org Bug: 1028684 Change-Id: I0032b8c170e8059c2bccf1998e8e8bd2a9e7a62c NoTry: True Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939156Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#719524}
-
Hiroki Nakagawa authored
Bug: 931087 Change-Id: Ib54fa18a4245f4f65398fbbb473a657b25be7aa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939153Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#719523}
-
Hiroki Nakagawa authored
This is a part of the effort to split ServiceWorkerProviderHost into ServiceWorkerHost and ServiceWorkerContainerHost. This CL moves BFCache glue code and relevant functions/members from ServiceWorkerProviderHost to ServiceWorkerContainerHost. Notable points of this change are as follows: - RenderFrameHostImpl manages raw pointers to ServiceWorkerContainerHost instead of raw pointers to ServiceWorkerProviderHost. - ServiceWorkerVersion also manages raw pointers to ServiceWorkerContainerHost instead of raw pointers to ServiceWorkerProviderHost as controllees. - This CL doesn't change ownership of ServiceWorkerProviderHost and ServiceWorkerContainerHost yet. ServiceWorkerContextCore owns ServiceWorkerProviderHost, which in turn owns ServiceWorkerContainerHost. See the design doc for the end state of the object ownership. Design doc: https://docs.google.com/document/d/1epWIgelE-7uwxJHrYPKlbwqMRP9in2xLUR6mpiU_afY/edit?usp=sharing Bug: 931087 Change-Id: I955bbf6dafbb2258238b33b25d6b074d86b26f93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935580 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#719522}
-
Yoshiki Iguchi authored
This reverts commit b622130a. Reason for revert: This CL causes the crash. See crbug.com/1028848 BUG=1028848 Original change's description: > Ash Tray: Fix quick settings not closing after clicking on a notification. > > BUG=1024100 > > Change-Id: Ib30e43689842069e4647f7f455a919c62a3c7844 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928042 > Reviewed-by: Ahmed Mehfooz <amehfooz@chromium.org> > Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> > Cr-Commit-Position: refs/heads/master@{#717775} TBR=amehfooz@chromium.org,tengs@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1024100 Change-Id: I52bf4673a0b7f3142690e80c7bf944f0fd0a2a3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939135Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Yoshiki Iguchi <yoshiki@chromium.org> Cr-Commit-Position: refs/heads/master@{#719521}
-
Navid Zolghadr authored
Change-Id: Ib59636f289e7bf0ef90a9e1120b729c04ef98ccd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939247Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#719520}
-
Kent Tamura authored
This CL changes the types of |FormDataElement:: expected_file_modification_time_| and |WebHTTPBody::Element:: modification_time| from double (seconds from Unix Epoch) to base::Optional<base::Time>. This CL has no behavior changes. Bug: 988343 Change-Id: I28c5819615a1de6d2b5cd28203df38fe49f5bff9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935770Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#719519}
-
Mikel Astiz authored
The test suite already instantiates a FieldTrialList as per https://chromium-review.googlesource.com/c/chromium/src/+/1883567 so it's no longer necessary to do so explicitly in tests. This patch addresses unit tests under: /components/translate This CL was uploaded by git cl split. TBR=napper@chromium.org Bug: 1018667 Change-Id: I33c15aa765e5e18e7e893beb4a5739f8eeef4362 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917509 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Jia Meng <jiameng@chromium.org> Auto-Submit: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#719518}
-
Yutaka Hirano authored
They depend on dom/html which is slow. Also remove entries from TestExpectations because they are covered either by - the long timeout introduced here, or - MSAN related expectations (see https://crbug.com/856601) Bug: 1026151, 990900, 856601 Change-Id: I094590d485c318fef5ab4c2e213a621211a6a3a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936444 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Auto-Submit: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#719517}
-
Jeremie Boulic authored
Update file_manager manifest to be able to accept path parameters when trying to launch the files app on specific directories. Bug: 1028038 Change-Id: I48b4084699edeb2ba39456e2ac1b14a60ee0ea9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936437Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Jeremie Boulic <jboulic@chromium.org> Cr-Commit-Position: refs/heads/master@{#719516}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/415874734c70..39e2ad23d608 Created with: gclient setdep -r src-internal@39e2ad23d608 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:None Tbr: jbudorick@google.com Change-Id: I5679041e7bc61620c3f72f48320d56793873f305 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1938830Reviewed-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@{#719515}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/c373dfd84194..f848256008f5 git log c373dfd84194..f848256008f5 --date=short --first-parent --format='%ad %ae %s' 2019-11-27 syoussefi@chromium.org Don't use too many color attachments in clear test Created with: gclient setdep -r src/third_party/angle@f848256008f5 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 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/+/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: cwallez@google.com Change-Id: Ica2a8dca708d3fd45a0086be28009737b5c7cc49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1938767Reviewed-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@{#719514}
-
Makoto Shimazu authored
If a page is guarded by Cross-Origin-Embedder-Policy: require-corp, a fetch event initiated by a page can bypass the `require-corp` policy if a service worker controlling the page is COEP: none. This CL is to validate the COEP value for the page before returning a response to the client. In a previous CL, COEP for clients became available in SWGlobalScope. This retrieves the value and passes it to FetchResponseWithObserver. Once a response is provided to the observer, Cross-Origin-Resource-Policy will be checked if COEP is `require-corp`. Note that this CL makes a util for CORP in services/network public as we'd like to unify the logic to check the CORP header. Some of the other files are needed to follow the change because of an issue around linking. Bug: 999049 Change-Id: Ib5754b5f7ce32966c24aabe89892a5637e6f7f8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928351 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#719513}
-
Noel Gordon authored
- use keyboard arrow-right key to expand the nested folders - speed: a smaller number of entries (still repros the bug) - make comments consistent across the test fixtures - add files-ng TODO Bug: 1025581 Fixed: 1025581 Change-Id: Ia239b2ce194322df4894902f2a6522bc99f92be3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937957Reviewed-by:
Alex Danilo <adanilo@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#719512}
-
David Black authored
There are three types of clicks which may originate from the rich version of the proactive suggestions entry point: 1. Click to open all proactive suggestions inline in Assistant UI. 2. Click to teleport directly to a single proactive suggestion. 3. Click to close the proactive suggestions entry point. To handle these cases, two new deeplink action types were added: 1. entryPointClick 2. entryPointClose The latter will always cause the proactive suggestions entry point to be closed. The former will either open Assistant UI to show the entire set of proactive suggestions inline or it will teleport the user directly to a single proactive suggestion. This is accomplished by handling an optional |href| parameter. A new histogram is also added in this CL to track the new possible outcome of showing the proactive suggestions entry point. Bug: b:145056104 Change-Id: I5faf89ba014ed32f17dd3c877ceba0e5371c1fb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935447 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#719511}
-
Hitoshi Yoshida authored
This CL assumes to have using BaseClass = ParentClass; in the class definition. Bug: 839389 Change-Id: Iabdaadd990811f46332f79eed113907f00a801a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935573 Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#719510}
-
David Schinazi authored
Callers are already required to add a semicolon in debug builds, so this extra one could cause the -Wextra-semi-stmt compiler warning if we enable it. It would be safer to remove it. Change-Id: I6ac395ed5524ff277edbfcd7d23a5e37b61534fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1938827 Auto-Submit: David Schinazi <dschinazi@chromium.org> Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#719509}
-
Anand K. Mistry authored
The difference in naming was causing the wrong icon URL to be returned in launcher search results, causing the icon load to fail. Bug: 753902 Change-Id: I3d058752b08a7d12e1d7e5cc4873eebdac42b349 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935969Reviewed-by:
calamity <calamity@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#719508}
-
Alan Cutter authored
This updates the WebAppManifestUpdateResult enum value kAppDataInvalid to be more accurately named kAppNotEligible as it is triggered by the app failing install promotability checks. Bug: 926083 Change-Id: I3822a9a3c5d5acffb3a5ebcb8fba6ffa2f7ff760 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937954 Auto-Submit: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#719507}
-
rbpotter authored
Moving most chrome.send calls into the BrowserService, to better match the history page to the browser proxy pattern. Currently not moving calls in history.js, since the intent appears to be for those calls to be made before the history page fully loads. Bug: 1022212 Change-Id: Ief20d57a6d710121803a2c0ee2be26e96b9ce675 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928036 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#719506}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9a5941edd0cf..b00449ac4016 git log 9a5941edd0cf..b00449ac4016 --date=short --first-parent --format='%ad %ae %s' 2019-11-27 tandrii@google.com Release new bb tool @ 1b9c7d3e8bacc3100d0f81c96825756e6f48a293. Created with: gclient setdep -r src/third_party/depot_tools@b00449ac4016 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: chromium:1028420 Tbr: agable@chromium.org Change-Id: Ibca5e87d9b12098f66ddcf693a0208496dd995aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1938439Reviewed-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@{#719505}
-
Abhijeet Kandalkar authored
This CL has two goals, 1. Use To<HTMLQuoteElement> and DynamicTo<HTMLQuoteElement> as new downcast helper 2. Use IsA<HTMLQuoteElement>(element) in place of IsHTMLQuoteElement(element) Bug: 891908 Change-Id: Ie3908bdfd769857c8bc6332a5fbd794bc13b6884 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1930544Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Abhijeet | Igalia <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#719504}
-
Chris Hall authored
R=meredithl TBR=pmarko,sky,sadrul,iapres@microsoft.com,rohitrao Change-Id: Ie7dfba207a9d78b8b701e59c81eb7bf95862c14f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928596 Commit-Queue: Chris Hall <chrishall@chromium.org> Reviewed-by:
Meredith Lane <meredithl@chromium.org> Cr-Commit-Position: refs/heads/master@{#719503}
-
Abhijeet Kandalkar authored
This CL has goal to use IsA<HTMLFormElement>(element) in place of IsHTMLFormElement(element) Bug: 891908 Change-Id: I0c68abf504edaaa652b37b375f334739ef1b248d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1930767Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Abhijeet | Igalia <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#719502}
-
Adam Rice authored
Since quic-transport: is now on the list of "special" urls, it is no longer necessary to convert it to https to perform checks. BUG=1011392 Change-Id: I357a5a74cb596da473805534c432e25c404c1434 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1923873 Commit-Queue: Adam Rice <ricea@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#719501}
-
Chris Hall authored
R=meredithl TBR=ccameron Change-Id: I10c262ced0b2b7a21b2ba2ff1f40bbe14fbc1236 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918901 Commit-Queue: Chris Hall <chrishall@chromium.org> Reviewed-by:
Meredith Lane <meredithl@chromium.org> Cr-Commit-Position: refs/heads/master@{#719500}
-
Yuzu Saijo authored
This CL implements eviction when ServiceWorker postMessage is called on a bfcached client. A client cannot be retrieved after it gets into bfcache using APIs like clients.matchAll() and client.get(), but the client handle which is already saved is valid and postMessage can be triggered from there. In this case, the client in bfcache should be evicted. Design doc: https://docs.google.com/document/d/1GynjukIwZdoA9lJyYUzUL3bejS5CXbWLw4eEts5ZKaI/ Bug: 1010419 Change-Id: I0355a33226c497900433015b9d6ac54deabc6672 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928271Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Cr-Commit-Position: refs/heads/master@{#719499}
-
Xiaocheng Hu authored
FontFallbackIterator is only used in HarfBuzzShaper::ShapeSegment() as a temporary variable. Hence, this patch changes FontFallbackIterator to stack-allocated to improve code readability. Change-Id: I7c13f4156baed64c74e391e97b6d67663644b157 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931406 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#719498}
-
Chromium WPT Sync authored
Using wpt-import in Chromium b0ec3de5. With Chromium commits locally applied on WPT: e83dd93c "Limit backtracking on regexp called from blink." 500a74f5 "Add a runtime flag to enforce strict MIME type checks for workers." a2a91a99 "Allow another touch start happen when there are active touch points" 8a0ae33c "Add `Sec-Fetch-Dest: empty` header for application cache." 85b61e6b "[resource-timing] Ensure workerStart is protected by TAO" 9cf13e80 "Cookie Store: Rework the SW change events API." 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: yhirano@chromium.org, mkwst@chromium.org, japhet@chromium.org: external/wpt/fetch NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: I06ee96a0fc27f7b289aafff937f41330a0f1cd8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936764Reviewed-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@{#719497}
-
Yuki Shiino authored
Adds a trivial optimization to expr_and and expr_or functions. Bug: 839389 Change-Id: If610d75d988b159fb713f23f145c4274a7c9f27e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935644 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#719496}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/f9d71508e42b..ddbe56c4721c git log f9d71508e42b..ddbe56c4721c --date=short --first-parent --format='%ad %ae %s' 2019-11-27 dberris@chromium.org Fix the bundling step to only consider HTML files Created with: gclient setdep -r src/third_party/catapult@ddbe56c4721c 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 skyostil@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: chromium:986772 Tbr: skyostil@google.com Change-Id: I7b17f57876e9a1665ce77ee032c9e0e1f2bbe216 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1938608Reviewed-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@{#719495}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/09fcacb87950..fff69a79f984 git log 09fcacb87950..fff69a79f984 --date=short --first-parent --format='%ad %ae %s' 2019-11-27 caseq@chromium.org Reland "Update roll & type check scripts with new browser_protocol.pdl location" Created with: gclient setdep -r src/third_party/devtools-frontend/src@fff69a79f984 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ibbabf4893d927bcdc7a95d7ceb0f98e1b00c4f6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1938430Reviewed-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@{#719494}
-
Darren Shen authored
We add a new private API for Chrome OS component extensions to report JavaScript errors to Crash. The API mirrors the window.onerror API. Design doc: https://docs.google.com/document/d/1XqN_wO1_UfVRTfhDf6yzHCyBwq_TcSw8ILDOOY_h3w4/edit?usp=sharing Bug: 986178 Change-Id: I8e11553fd7d1c07c712c7a87a68f1c0ccace54f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732329 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Cr-Commit-Position: refs/heads/master@{#719493}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=cmasso@chromium.org Change-Id: I53041e8d9ead763e4929d9bf59ee359cd5d02863 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1938708Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#719492}
-