- 18 Jun, 2019 40 commits
-
-
rbpotter authored
Bug: 949585 Change-Id: Id66af9a42d395992d8c6a40aee3f30c252bc6327 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1566627Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#670091}
-
Michael van Ouwerkerk authored
Peter and I have not worked on this for some time. Change-Id: I3c63d8d8859463e1c936baef9cee2a3ded71c02d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663145Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#670090}
-
Yusuke Sato authored
This CL allows unit tests to inject failures to the ConciergeClient method for better code coverage. BUG=b:120577015 TEST=try Change-Id: I129404f9ec81f8536d6e33081a645d2ee6a80465 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663174 Commit-Queue: Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#670089}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/09ab0ffc7c04..a8103e5d2c64 Created with: gclient setdep -r src-internal@a8103e5d2c64 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=huangdarwin@google.com,sdy@google.com,alancutter@google.com,tschumann@google.com Change-Id: Id868ef6ba517d8d0708abb6268439bb9b8743005 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1664415Reviewed-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@{#670088}
-
Peter E Conn authored
Bug: 975468, 975632 Change-Id: I3ce4ac8e43cf3bcfff5341fec2fa3bbd00ed10f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663501Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#670087}
-
Olga Gerchikov authored
Changes made: - ScrollTimeline interface is enabled under its own ScrollTimeline flag. - Animation class now has member variable timeline_ of type AnimationTimeline instead of DocumentTimeline. - Document and scroll linked animations are now attached to their document global document timeline. TODO: reconsider this approach. Bug: 916117 Change-Id: I5f0c3d22fdb0c9b9763f5a2400c2e3d5af32e896 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1597286 Commit-Queue: Olga Gerchikov <gerchiko@microsoft.com> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#670086}
-
Lily Chen authored
RenderFrameHostImplBrowserTest.SameSiteCookieDeprecationMessages was failing on Marshmallow and older. Disabling for now until bug is solved. Bug: 974701 Change-Id: I0ccfa375c42c21825e8f35148827fee106bf027b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663111Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#670085}
-
Michael van Ouwerkerk authored
We're very close to wrapping up this project but not quite there yet. Bug: 967493 Change-Id: Idd518e74dcea0d0aa254cf9fbd70f38e383318ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1664143 Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#670084}
-
Francois Doray authored
This is important because BEST_EFFORT tasks are now preempted during Chrome startup (see https://chromium-review.googlesource.com/c/chromium/src/+/1642732). Bug: 973244, 887407, 924416 Change-Id: I5393417803ff53241c832363ab92eb057e7393e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662728 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#670083}
-
Mike Dougherty authored
Bug: None Change-Id: If31646e2a1ca383fd53d751f66b38ee6296ea5b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662851Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#670082}
-
Sebastien Lalancette authored
We shouldn't allow saving Autocomplete values that are only made of whitespaces. When that happens, the user would see an empty dropdown appearing, which is very confusing and not helpful at all. I added logic here to prevent saving further entries like these. I didn't add logic to prevent showing them, as that would be temporary logic (tech debt) added for something that the user can clean-up themselves (shift-delete, or delete from cache). Testing: Manually tested on AF Smoketest website, Added a unit test. Bug: 912882 Change-Id: I35ec67a24523d9e204fe0f3f95d5abff039842bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660831 Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#670081}
-
David Bienvenu authored
Bug: 972247 Change-Id: I745c71f15d5dd3642b1a4935aea0f9c4882fcab3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1653905Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Commit-Queue: Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#670080}
-
Jérôme Lebel authored
Adding ChromeIdentityService::PresentAccountDetailsController() API. Related: crrev.com/i/1397457 Adding new implementation crrev.com/c/1663505 Switching to the new API crrev.com/i/1397458 Removing old implementation crrev.com/c/1663417 Removing old API Bug: 858845 Change-Id: Ibbef7e91f68798a03ca096ac704940b1af34f8ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1664078Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#670079}
-
Anders Hartvoll Ruud authored
Instead of using an extra field, use an internal property. This makes it possible to set the effective zoom in the UA stylesheet in the future, once we allow -internal properties in UA stylesheets. (Currently, -internal properties are not reachable from CSS at all---they can only be used internally in Blink). Change-Id: I0f6ec80bb6603001fdced2a9fd937215ece7d41d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663128Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#670078}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/578c8ee0760e..c34d993b62a5 git log 578c8ee0760e..c34d993b62a5 --date=short --no-merges --format='%ad %ae %s' 2019-06-18 robertphillips@google.com Revert "Add function to GrDataUtils to handle color conversions." 2019-06-18 robertphillips@google.com Revert "Make SkASSERT not break build in constexpr GrSwizzle method on GCC" 2019-06-18 robertphillips@google.com Revert "Shuffle SkSL sources around so compiler and bytecode can be used w/o GPU" Created with: gclient setdep -r src/third_party/skia@c34d993b62a5 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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=bsalomon@google.com Change-Id: I42f7f72ee3471981f8a95914bb307f27b4925148 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1664275Reviewed-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@{#670077}
-
Egor Pasko authored
The proposed name is 'fincore', analogous to 'mincore(2)' - the syscall that reveals which pages are resident for a given address range. The program maps the file into memory and calls mincore() on the range. Only 4K pages are supported. Bug: 929926 Change-Id: I943a3bdd00b90092348d1d0748f0dfbd9387d1db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660866Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Commit-Queue: Egor Pasko <pasko@chromium.org> Auto-Submit: Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#670076}
-
Siddhartha S authored
Determine the buffer size and upload limit based on RAM and connectivity type. The trace buffer size is also set little higher than upload limit to account for the compression of logs before uploading. Change-Id: I9dbf405d3314922b2a6aa61a6cfb0068402ceb4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659607 Commit-Queue: ssid <ssid@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#670075}
-
Dave Tapuska authored
The correct handling of 'self' depended on the timing of when the ExecutionContext's sandbox flags were applied. If a CSP policy for 'self' was applied after the origin was derived to be opaque it would fail. BUG=973991 Change-Id: Ie6f384b02aa3dea3ce48c3052f06b7bd8fb2d3ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658764 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#670074}
-
Carlos Caballero authored
Use ScopedTaskEnvironment instead of MessageLoop in /third_party/blink/renderer/platform/mojo/geometry_struct_traits_test.cc MessageLoop will go away, eventually. ScopedTaskEnvironment will per default start a ThreadPool, which should be fine in most of the cases. If you belive your test needs to make sure that no ThreadPool runs let me know and I will update the patch. BUG=891670 This CL was uploaded by git cl split. R=nasko@chromium.org Change-Id: Id9b94f3da7bb55df8d0cfdeb399604cb85271e94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1649329 Auto-Submit: Carlos Caballero <carlscab@google.com> Reviewed-by:
Zhiqiang Zhang <zqzhang@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#670073}
-
Parastoo Geranmayeh authored
inspired by www.nvsp.in Change-Id: Ib9eab79c1cbcc0f6b88272306c157912243dd9c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1661213Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Commit-Queue: Parastoo Geranmayeh <parastoog@google.com> Cr-Commit-Position: refs/heads/master@{#670072}
-
W. James MacLean authored
When a page reload is initiated from the DevTools window, it issues a reload request for the WebContents it is associated with. But for a PDF this is incorrect, it should reload the embedder page instead. Bug: 510328 Change-Id: I5d7b270e5a5c26c7d2063e982f6dd28187398656 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659983Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Ehsan Karamad <ekaramad@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#670071}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/8887979bb95f..df7d31c06e36 git log 8887979bb95f..df7d31c06e36 --date=short --no-merges --format='%ad %ae %s' 2019-06-18 lalitm@google.com Fixed zlib dependency for g3 gen_bazel 2019-06-18 taylori@google.com Merge "perfetto-ui: Load ctrace files in legacy UI" Created with: gclient setdep -r src/third_party/perfetto@df7d31c06e36 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=perfetto-bugs@google.com Change-Id: I88d380b92c30956afba0f1528f07263c2e18a6a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662925Reviewed-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@{#670070}
-
Henrique Grandinetti authored
Instead of changing the system timezone when a new value is selected on the list, it is only applied when the set date time dialog is closed. This is necessary to ensure that only parents can change time and timezone settings for children. Bug: 921145 Change-Id: If5f3460381fc60607741828e59912c669af05a9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658858Reviewed-by:
Aga Wronska <agawronska@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Henrique Grandinetti <hgrandinetti@chromium.org> Cr-Commit-Position: refs/heads/master@{#670069}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8b612d5f8850..09ab0ffc7c04 Created with: gclient setdep -r src-internal@09ab0ffc7c04 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=huangdarwin@google.com,sdy@google.com,alancutter@google.com,tschumann@google.com Change-Id: I8bafc80d60a51b5fab9261e8ea03f1f9a6635e74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662924Reviewed-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@{#670068}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 3389e04a. With Chromium commits locally applied on WPT: 9e3affdd "Ship `referer` header length limitation." 723f9a78 "Prevent leaking Sec-CH-/Sec-Fetch- Request Headers on HTTPS Downgrade Redirects." 3d4f72a8 "Worker: Add service worker interception tests for shared workers" 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 NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: I3be3750d16a247caee97a5d6c8775ae1e147f8d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663901Reviewed-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@{#670067}
-
Steve Kobes authored
CLM reported layout shifts on the basis of GraphicsLayer position, which led to false positives when a layer expanded upwards or leftwards to accomodate negative-overflow content. A popular adblock detection script triggered this on several sites by adding a 1x1 abs-pos at (-10000, -1000), when the <html> element was composited (e.g. due to negative z-index fixed-pos descendants). We now avoid this by taking GraphicsLayer::offset_from_layout_object_ into account for the purpose of layout shift detection. Bug: 966617 Change-Id: Ice9cb3ea2d86891a6c8dbccc2ab94ab89a5f3e0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1661116Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#670066}
-
Sebastien Marchand authored
This class is responsible for tracking the SiteDataCache instances associated with each browser context. It is meant to be used as a bridge between the browser contexts living on the UI thread and the PerformanceManager sequence. The BrowserContextKeyedServiceFactory living on the UI thread will notify this class every time a profile gets created or destroyed and this will cause the appropriate cache to be created on the PM sequence. Bug: 961336 Change-Id: Ie64a132458a3ea517093f285bec1b500a32baa47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1647002 Commit-Queue: Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#670065}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/37ed7df2..59919fb1 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: I387a7b6d15ef7933a0ab25c92248702ec3550f53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1664101Reviewed-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@{#670064}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/8159063989c4..baea8814b88e git log 8159063989c4..baea8814b88e --date=short --no-merges --format='%ad %ae %s' 2019-06-18 perezju@chromium.org [Telemetry] Remove tir_label and grouping_keys from Values Created with: gclient setdep -r src/third_party/catapult@baea8814b88e The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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:921616 TBR=eyaich@google.com Change-Id: I75e0a6584b3bfd0792aa1587233dbc7a7353aa42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662923Reviewed-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@{#670063}
-
Allen Bauer authored
Bug: 945335 Change-Id: I44a0f8d7339a045033822a4c09ddef0c9a2fb8c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660282Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#670062}
-
Adam Rice authored
There was an issue that if the iframe owning a WebSocket was synchronously removed in the onerror handler then it would crash the render process. This was caused by unconditionally calling Close() without checking the current state. Fix it. Also add a web platform test. Bug: 974667 Change-Id: Iaeb8f96cf600a2c052f06b5b59f4444b02615e83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663681Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#670061}
-
Rakina Zata Amni authored
Previously the IDL definition for toggleAttribute doesn't have those modifiers, so they behave differently than setAttribute when called on custom elements (it won't fire attributeChangedCallback, etc) Bug: 976177 Change-Id: I7d8107db8d07a2e2ec856305c56a178339c5e05c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663881 Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Auto-Submit: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/master@{#670060}
-
Boris Sazonov authored
Bug: 975910 Change-Id: Ic03fafecfa7498888aa92bc7bb1f36ef7bc7661d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1664137 Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Auto-Submit: Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#670059}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/c6628127dc30..578c8ee0760e git log c6628127dc30..578c8ee0760e --date=short --no-merges --format='%ad %ae %s' 2019-06-18 robertphillips@google.com Suppress Valgrind test Created with: gclient setdep -r src/third_party/skia@578c8ee0760e The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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=bsalomon@google.com Change-Id: I1d4feb870ee6326cb5e9bde943147a55f10fb99a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663902Reviewed-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@{#670058}
-
Maksim Ivanov authored
Store in the Local State (as a known_user preference) the boolean flag whether the SAML Credentials Passing API (a.k.a. the principals API) was used during the authentication of this user. Bug: 971795 Test: browser_tests --gtest_filter="SamlTest.*:OobeTest.*" Change-Id: I92a7e2c9c029cb02df8b51e581cb6e0f34e3e6f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662552 Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Cr-Commit-Position: refs/heads/master@{#670057}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/396982cd6b1e..8887979bb95f git log 396982cd6b1e..8887979bb95f --date=short --no-merges --format='%ad %ae %s' 2019-06-18 hjd@google.com Fix Bazel include of zlib Created with: gclient setdep -r src/third_party/perfetto@8887979bb95f The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=perfetto-bugs@google.com Change-Id: I82162842c2a144639b6da0f29215765a3be66668 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1664273Reviewed-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@{#670056}
-
Dominick Ng authored
BUG=None Change-Id: I8c2d7e60c88c066d0fa0900b14703322a7aec353 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663883 Auto-Submit: Dominick Ng <dominickn@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#670055}
-
Balazs Engedy authored
The hashing function changed in M68, add hash -> interface name mappings based on the new hashing function, and also add mappings for new Mojo interfaces. Bug: None Change-Id: Ie4ecba77367b555dd3e4ecf8110ac60162856358 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1664077Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Kamila Hasanbega <hkamila@google.com> Commit-Queue: Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#670054}
-
Evan Shrubsole authored
* Refactors the callback check out of EndTest Bug: 974078 Change-Id: Ie34b18d9ea09a0b5039acf74f32d24de98efa784 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663415Reviewed-by:
Max Morin <maxmorin@chromium.org> Commit-Queue: Evan Shrubsole <eshr@google.com> Cr-Commit-Position: refs/heads/master@{#670053}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/67fa42fa225f..8b612d5f8850 Created with: gclient setdep -r src-internal@8b612d5f8850 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=huangdarwin@google.com,sdy@google.com,alancutter@google.com,tschumann@google.com Change-Id: Ife4e283cecb6dc2727912d253c0eeedfa7db8e34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663467Reviewed-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@{#670052}
-