- 01 Nov, 2019 40 commits
-
-
Shimi Zhang authored
This reverts commit a72a5f6b. Reason for revert: After a discussion with Torne and Changwan, we feel it is less meaningful to put a restriction there. Hence the revert. Original change's description: > [JJI] Add validation for jsObjectName > > Since we are not using jsObjectName until the next navigation, it will > only until then we could tell if the parameter is valid or not, if it > is not valid, the injection will fail sliently. We want to provide a > early exception for developer to know if the object name is valid or > not. > > Since it is hard for us to valid the full set of the allowed JavaScript > variable name, we limited the scope to a manageable subset of it. > > Bug: 918065 > Change-Id: I74909768fc9695e6d33302d880eb211a4b250c62 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894181 > Commit-Queue: Shimi Zhang <ctzsm@chromium.org> > Reviewed-by: Changwan Ryu <changwan@chromium.org> > Cr-Commit-Position: refs/heads/master@{#711795} TBR=torne@chromium.org,changwan@chromium.org,ctzsm@chromium.org Change-Id: Ic86d9b1681f7c806e085679b75cb713cc3b6a5c6 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 918065 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896048Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#711875}
-
Peter K. Lee authored
PrintControllerTestCase tests are unconditionally disabled. I looked into enabling them by rewriting them using XCUITest. It turned out that XCUITestElements do not give access to the actions on the Activity Services menu. Deleting tests since they are not serving any purpose. Bug: 990947 Change-Id: Ie17efff877e67ab2b1b3feb9e13bd9962e008976 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894612Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#711874}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/855e8b1bc29d..aaa64b76c0b4 git log 855e8b1bc29d..aaa64b76c0b4 --date=short --no-merges --format='%ad %ae %s' 2019-11-01 amaiorano@google.com Modify Blitter to implement FunctionT 2019-11-01 amaiorano@google.com Modify SetupRoutine to implement FunctionT 2019-11-01 amaiorano@google.com Modify PixelRoutine to implement FunctionT 2019-11-01 amaiorano@google.com Modify VertexRoutine to implement FunctionT 2019-11-01 amaiorano@google.com ReactorUnitTests: use FunctionT 2019-11-01 amaiorano@google.com Reactor: add type-safe FunctionT and RoutineT Created with: gclient setdep -r src/third_party/swiftshader@aaa64b76c0b4 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;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=swiftshader-team+autoroll@google.com Bug: chromium:b/143479561,chromium:b/143479561,chromium:b/143479561,chromium:b/143479561,chromium:b/143479561,chromium:b/143479561 Change-Id: Idffec085f5c466a7cea070c82320656bcc0b87b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895875Reviewed-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@{#711873}
-
Ken Rockot authored
When moving Network Service off of Service Manager, the in-process NetworkService object instance changed to never be destroyed. Some tests expect the destruction to happen by the time BrowserMain is done. This change ensures that we destroy the NetworkService instance before full browser shutdown is complete. Bug: 1016880 Change-Id: I71436d21bb66e3a318f7143d16c8bb3b0d546df0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894018Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#711872}
-
Mohamed Heikal authored
Adds documentation about each check that is run and how to fix it if it fails as well as some general information about the links the trybot outputs. Change-Id: Iaa7507161707b392d2a56c2851a61d2cec09b4c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894622 Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#711871}
-
Victor Vasiliev authored
https://quiche.googlesource.com/quiche.git/+log/f2c4e3ef544b..4c908f06d53c $ git log f2c4e3ef5..4c908f06d --date=short --no-merges --format='%ad %ae %s' 2019-11-01 fayang gfe-relnote: Do not add peer_max_ack_delay if an immediate ACK is expected when calculating PTO timeout. Protected by existing gfe2_reloadable_flag_quic_enable_pto. 2019-11-01 bnc Simplify ConstructMisFramedEncryptedPacket() signature. 2019-10-31 nharper gfe-relnote: Swap order of operations in TlsClientHandshaker::FinishHandshake. Protected by --quic_supports_tls_handshake 2019-10-31 fayang gfe-relnote: Use PTO_RETRANSMISSION instead of PROBE_RETRANSMISSION for PTO retransmission. Also populate transport connection stats for debugging purpose. Protected by existing gfe2_reloadable_flag_quic_enable_pto. 2019-10-31 ianswett Convert kDefaultMaxCongestionWindowPackets to a flag. 2019-10-31 fkastenholz Change GetMinStreamSize API to use size_t, rather than uint16_t avoiding truncation 2019-10-31 bnc Use QpackEncoder::InstructionWithValues to refactor QpackInstructionEncoder interface. Created with: roll-dep src/net/third_party/quiche/src R=rch@chromium.org Change-Id: I3358f06b7faa27a7c80d282c36ec7df5e6d0cdc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895895Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#711870}
-
Jeff Yoon authored
The filtered (by dimensions) pool for ToTiOS* has one bot that is on Mac 10.13 (build227-m9), causing infra failures. Binding ToTiOS* bots to min required os version (10.14) until all bots have been upgraded. Change-Id: I42902d6f880dff1c7d2b245e65c3ff339e645d29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894306Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Jeff Yoon <jeffyoon@chromium.org> Cr-Commit-Position: refs/heads/master@{#711869}
-
Henry Jian authored
This is a reland of f0ecb909. Previously, the original commit was reverted to land another CL and push the shell apk immediately. There was nothing wrong with the original CL. Since the other CL was landed and pushed, we can now reland this CL. Original change's description: > [Android WebAPK] Link to a shortcuts file from the manifest. > > Instructions for enabling Android shortcuts: > https://developer.android.com/guide/topics/ui/shortcuts/creating-shortcuts > > This is the first step for enabling shortcuts. The server will populate > shortcuts.xml depending on the Manifest shortcuts provided (and also > generate additional string resource files). > Bug: 1010471 > Change-Id: I2e0a6118a22869766e4b5e849dabc6533cd2d306 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864805 > Reviewed-by: Peter Kotwicz <pkotwicz@chromium.org> > Commit-Queue: Rayan Kanso <rayankans@chromium.org> > Cr-Commit-Position: refs/heads/master@{#707889} Bug: 1010471 Change-Id: Idb2c09bc6d259766f79f837bf8de9a9e2278933b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895856Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Commit-Queue: Henry Jian <hzjian@google.com> Cr-Commit-Position: refs/heads/master@{#711868}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/41eccb9d43eb..029ba5a777d6 Created with: gclient setdep -r src-internal@029ba5a777d6 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:1018879,chromium:1018879,chromium:1018879,chromium:None,chromium:1018879,chromium:None Change-Id: I4f70d937b966f9dae7ad8ea8c98500db71515ede Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895878Reviewed-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@{#711867}
-
minch authored
See the recorded video: https://drive.google.com/file/d/0B5I0jFeLxqIiRldva1VIaVJPNWRrUXlfUmtXOV9zdEFmVDZR/view?usp=sharing Bug: 1016547 Change-Id: Ifb8c85dbda12b1fa7088d37beda6b8279b8ea6e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881811Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#711866}
-
Henry Jian authored
Previously, the update check version is 109. From 109 to 116, we added a few bug fixes. We'd like to bump the version to include those fixes for updates. Bug: 977173 Change-Id: I95c06658753d4fcb66b772be8c8d934dffcf5d7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895955Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Henry Jian <hzjian@google.com> Cr-Commit-Position: refs/heads/master@{#711865}
-
Olivier Yiptong authored
Plumb through FileInfo to the renderer, and populate the returned File object with the correct value. BUG=1018945 Change-Id: Ic11d819ea83be49df831bbda37519779be0b8781 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891463Reviewed-by:
Matthew Denton <mpdenton@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Olivier Yiptong <oyiptong@chromium.org> Cr-Commit-Position: refs/heads/master@{#711864}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/e3c523e49ef5..a95cbb23f5dc git log e3c523e49ef5..a95cbb23f5dc --date=short --no-merges --format='%ad %ae %s' 2019-11-01 jintao@chromium.org Add gdisp to usergroup_baseline Created with: gclient setdep -r src/third_party/chromite@a95cbb23f5dc If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: Ica85adb1f741475e35e364be2378ac664c381931 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895779Reviewed-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@{#711863}
-
Thomas Lukaszewicz authored
Added warning and exit when attempting to use the single_process flag to run the tests and launcher in a single process. Bug: 460513 Change-Id: I344f4477580ed81490002cd13ef5f5e4ed7a021d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894757Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Cr-Commit-Position: refs/heads/master@{#711862}
-
Nate Fischer authored
No change to production logic. This adds a test to ensure we do *not* log bluetooth or usb data. We do not currently log this, but it seems like a good idea to assert we don't start logging this accidentally. This leaves a comment to explain under which conditions it's OK to log this data (and, by extension, modify the test case). Bug: 1011991 Test: run_webview_instrumentation_test_apk -f AwMetricsMetadataTest.* Change-Id: I7ba4fdd957c034eda405cbca10d07d1064eac66c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1889232 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#711861}
-
John Budorick authored
Bug: 1001171 Change-Id: Ic27ad2d1291061bc17fb9499ba3e142e81d53a3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895168 Commit-Queue: John Budorick <jbudorick@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Auto-Submit: John Budorick <jbudorick@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#711860}
-
Kevin McNee authored
The win7 bots do not seem to recognize the MANUAL_ prefix, so we explicitly disable these tests as they are being run and are flaking. Tbr: jamiewalch@chromium.org Bug: 1020591 Change-Id: Ia54d48b9424c0cc048d442bf47fd3bccf8b2e907 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895867Reviewed-by:
Kevin McNee <mcnee@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#711859}
-
Ted Meyer authored
This happens synchronously with the destruction of WebMediaPlayerImpl so that the devtools backend for MediaLog knows it shouldn't be sending events since the page may have been destroyed. Events that happen after WEBMEDIAPLAYER_DESTROYED get dropped from _only_ the devtools version. This should fix the nullptr deref bug caused by the destruction order of the blink objects and the WebMediaPlayerImpl::DestructionHelper. Bug: 794255 Bug: 1014433 Change-Id: I25e2110a31561367baf7104c77a8e5301b5afb0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891078 Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#711858}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/c93813be129d..9dd3e34fd3c3 git log c93813be129d..9dd3e34fd3c3 --date=short --no-merges --format='%ad %ae %s' 2019-11-01 skyostil@google.com Merge "TrackEvent: Add support for arguments" Created with: gclient setdep -r src/third_party/perfetto@9dd3e34fd3c3 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: Idcccd7adc663194217ef7cb0ada6f9edc5f3618d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895792Reviewed-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@{#711857}
-
Nic Champagne Williamson authored
This change adds support for the Windows system high contrast (HC) colors to themes, native themes, and typography. These platform-provided colors will take precendence and override normal colors when HC mode is enabled on Windows. This change will be followed up by further commits to enable HC colors to be used for interactive elements and the ink drop, and better specific implementations for various controls. The NativeTheme::ColorScheme has been updated to include a value for when the platform is providing the HC colors. This is currently only used on Windows when HC mode is enabled and a specific theme isn't requested. When in HC mode, the Windows native theme will return specific system colors for the color IDs. ThemeService has been updated to work in a similar manner, checking for HC mode on Windows and returning specific system colors as needed. Additionally, the IncreasedContrastThemeSupplier has been turned off for Windows HC. The typography provider has been updated to provided better style/context to color ID mappings. The title bar is now always custom drawn on Windows 10 even in HC mode. Bug: 956295 Change-Id: Ibc92dfcab5f94c06cc628b7338b8d9cfac905332 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1887931 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#711856}
-
Lei Zhang authored
- Don't use ntp_tiles:: inside namespace ntp_tiles. - Consistently drop curly braces for 1 line if-statements. Change-Id: I67706595e1ccd13c0a059e6297c854a838d12f6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895790Reviewed-by:
Dan Beam <dbeam@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#711855}
-
Megan Jablonski authored
Bug: 976352 Change-Id: Ia17703673ddbeac77c3ce458dfc431db351c13e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877148Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Commit-Queue: Megan Jablonski <megjablon@chromium.org> Cr-Commit-Position: refs/heads/master@{#711854}
-
Andrew Xu authored
When the hidden icon of the scrollable shelf receives the a11y focus, scrollable shelf should show the icon by translating the shelf view. Bug: 1016028 Change-Id: I90013aa4fc07ed296cffdb6f02809e15f5377fab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891111Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#711853}
-
Lucas Furukawa Gadani authored
This CL adds a parser for parsing report endpoints on the network service. This will allow the browser enforced frame-ancestors CSP to report CSP violations using the reporting API. Bug: 759184 Change-Id: I015829a93eb30b52d77bcc34ced535ddf40621f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838159 Commit-Queue: Lucas Gadani <lfg@chromium.org> Auto-Submit: Lucas Gadani <lfg@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#711852}
-
Jeremy Apthorp authored
fixes this build error in MSSTL: ../../ui/events/blink/prediction/linear_resampling.cc(82,12): error: no member named 'min' in namespace 'std' std::min(kResampleMaxPrediction, events_dt_ / 2.0); ~~~~~^ ../../ui/events/blink/prediction/linear_resampling.cc(85,12): error: no member named 'min' in namespace 'std' std::min(sample_time, events_queue_[0].time_stamp + max_prediction); ~~~~~^ 2 errors generated. Change-Id: I412007ebe847afaa667bb606c01e2d5453123089 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893754Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Auto-Submit: Jeremy Apthorp <jeremya@chromium.org> Cr-Commit-Position: refs/heads/master@{#711851}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/27bd02bf2385..840ecb38c04e git log 27bd02bf2385..840ecb38c04e --date=short --no-merges --format='%ad %ae %s' 2019-11-01 perezju@chromium.org [Telemetry] Move DummyStory and friends to test_stories Created with: gclient setdep -r src/third_party/catapult@840ecb38c04e 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 TBR=oysteine@google.com Bug: chromium:1008852 Change-Id: I243b6775e2d872c0cebaf8a67c4855b0e302099d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895815Reviewed-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@{#711850}
-
Robert Ogden authored
see bug for more details Bug: 1020612 Change-Id: I1e43f21c65630b12e6d35b96cef6120d4f49d8aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895781Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#711849}
-
Greg Thompson authored
R=sky@chromium.org Bug: 546640 Change-Id: I597edb708f20b74b54769dee7eaf813606154e17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895656 Auto-Submit: Greg Thompson <grt@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#711848}
-
Eugene But authored
GetLocationBarSecurityIconTypeForSecurityState is called in downstream test without passing should_downgrade flag. This is the follow up change for crrev.com/c/1884428 which broke that test compilation. Bug: 1020670 Change-Id: If70880dad334f9485f54911d2bd46cf2e0eb2f6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895866Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#711847}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/23e856f36982..6751f171c662 git log 23e856f36982..6751f171c662 --date=short --no-merges --format='%ad %ae %s' 2019-11-01 borenet@google.com [recipes] Assert that Git is obtained from CIPD 2019-11-01 borenet@google.com [infra] Make CheckGeneratedFiles use git from CIPD 2019-11-01 mtklein@google.com opaque shaders and srcover -> src 2019-11-01 mtklein@google.com get rid of Uniforms 2019-11-01 michaelludwig@google.com Refactor tessellation metadata to move towards independent inset/outset calculations 2019-11-01 mtklein@google.com paint color -> shader 2019-11-01 mtklein@google.com paint alpha scaling as its own effect 2019-11-01 senorblanco@chromium.org Dawn: fix RTHeight adjustment. 2019-11-01 robertphillips@google.com Reduce max # of AA Quads that can be merged or chained into a single GrTextureOp 2019-11-01 halcanary@google.com tools/git-sync-deps: enforce commit hash in DEPS, not tags or branches 2019-11-01 egdaniel@google.com Use GrSurfaceProxyView for dst proxies. 2019-11-01 mtklein@google.com add --quick to fm 2019-11-01 michaelludwig@google.com Remove extraneous semicolons Created with: gclient setdep -r src/third_party/skia@6751f171c662 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 jcgregorio@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=jcgregorio@google.com Bug: chromium:b/143572065 Change-Id: I2758547dbcbd8fa0e9af7632f6ceedf7fc6efb80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894690Reviewed-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@{#711846}
-
Ben Pastene authored
Format all the things! Change-Id: I33f02e6e21c4388f381b35e06394fb916bfddddd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891735 Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#711845}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/540178c7543f..ab7bec343496 git log 540178c7543f..ab7bec343496 --date=short --no-merges --format='%ad %ae %s' 2019-11-01 danakj@chromium.org Make find_owners_test.py pass consistently. Created with: gclient setdep -r src/third_party/depot_tools@ab7bec343496 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=agable@chromium.org Bug: None Change-Id: I8182099a591eb07f6dd01b62ec2870da575f6d73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895777Reviewed-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@{#711844}
-
Daniel Hosseinian authored
That is the only GN file in the pdf/ subdirectory. Bug: 1020676 Change-Id: I2495ab9b5976957270298b8aed703f4d4c858844 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895865Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#711843}
-
Dana Fried authored
In https://chromium-review.googlesource.com/c/chromium/src/+/1880531, we fixed the case where a separator would not properly fill its bounds. However that broke functionality where a spacer was being used as e.g. a vertical separator in a text flow with insets on either side (see attached bug). This solution does both: - when there is no inset on a particular side of the separator, the separator is guaranteed to draw flush with the edge of the view - when there is an inset, the inset is guaranteed to be preserved, with the old behavior of the separator being adjusted to draw only on whole pixels in DPI-scaled environments (minimum of 1px in either dimension) Fixes: 1019503 Bug: 1019503 Change-Id: I97dd487ba2374000dcef76e43665ef44eb93acd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894253 Commit-Queue: Dana Fried <dfried@chromium.org> Auto-Submit: Dana Fried <dfried@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#711842}
-
Dave Tapuska authored
Move FrameMsg_DispatchLoad to a RemoteFrame mojo interface. BUG=1008432 Change-Id: I295fbd94a719b84ade286d3a19b9422a7d5296a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874204 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#711841}
-
gogerald authored
Bug: 1020223 Change-Id: I974a7d8bea365b62134f28ce947c9b2c090bb712 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894294 Commit-Queue: Ganggui Tang <gogerald@chromium.org> Auto-Submit: Ganggui Tang <gogerald@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#711840}
-
Anastasia Helfinstein authored
Bug: 897365 Change-Id: I5bec4d7ac57d2873b04f9d7db24b6efd088b9c59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880370 Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#711839}
-
Kevin McNee authored
This reverts commit 91d5b592. Reason for revert: Suspect for fuchsia compile failure https://ci.chromium.org/p/chromium/builders/ci/fuchsia-x64-cast/58519 Original change's description: > Add ESNI response-processing glue > > This CL adds logic processing ESNI DNS responses and surfacing the > results via ResolveHostRequest. It contains some nontrivial > functionality and some boilerplate. > > The nontrivial functionality (host_resolver_manager.cc and unittests): > - adds the addresses from ESNI records to the > *address list* contained in the HostCache entry, so that existing > TCP connection logic will be able to connect to ESNI-accompanied addresses > in the same manner as addresses without ESNI keys. Before sorting the > addresses, partition them on whether or not they have accompanying ESNI > keys, so that the stable sort in AddressSorter implicitly breaks ties > in favor of addresses associated with ESNI keys. > > The boilerplate (all changes except HostResolverManager): > - extends all "expect only one field is present" logic in prior > host_resolver_manager unittests to reflect that there's now another > field > - extends all switches on DnsQueryType to accommodate DnsQueryType::ESNI > - extends all subclasses of ResolveHostRequest to implement > GetEsniContent() > > Testing: > - Adds a new group of HostResolverManager unittests for ESNI queries. > > R=ericorth > > Bug: 1003494 > Change-Id: I49a18dd4937737c2d22d0fc0357b9e6a3a40e7d4 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874248 > Reviewed-by: Chris Palmer <palmer@chromium.org> > Reviewed-by: Eric Orth <ericorth@chromium.org> > Commit-Queue: David Van Cleve <davidvc@chromium.org> > Cr-Commit-Position: refs/heads/master@{#711827} TBR=palmer@chromium.org,ericorth@chromium.org,davidvc@chromium.org Change-Id: I96ab805e0bcb3a75311652452a6d7d54ab7778d7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1003494 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895965Reviewed-by:
Kevin McNee <mcnee@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#711838}
-
Aaron Leventhal authored
For now, the best decision on pure CSS tables is to keep doing what we're doing, which is to expose them as tables, and provide the possibility to navigate the layout like a table. Enough screen reader users, and the developers of ChromeVox and JAWS, want to keep it the way we have it, even though Firefox no longer exposes CSS tables as tables. Potentially, screen readers may wish to provide less verbose announcements on layout tables. This is already possible. Some useful object attributes for this are display, tag, xml-roles and layout-guess. Bug: 1020180 Change-Id: I2b1e2cbe1d3d7c7443dce1cd30d83bfce905052a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894039 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#711837}
-
Greg Thompson authored
During service teardown, tasks are posted to the TestMockTimeTaskRunner to close open files. These must be run during TearDown so that files can be closed, thereby allowing the ScopedTempDir to clean itself. Bug: 546640 Change-Id: Ibdfa0cc63f79f27237040765777fed344f7ad7b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895337 Auto-Submit: Greg Thompson <grt@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#711836}
-