- 29 May, 2019 40 commits
-
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/c573ec8ab233..25b63f91b3b4 git log c573ec8ab233..25b63f91b3b4 --date=short --no-merges --format='%ad %ae %s' 2019-05-29 herb@google.com Remove getGlyphIDAdvance() from SkStrike's API Created with: gclient setdep -r src/third_party/skia@25b63f91b3b4 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=kjlubick@google.com Change-Id: I6fb58c610a7d604ad31ca906de8dca9f317db18b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633536Reviewed-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@{#664122}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/686be20b4556..e4470cd8b405 git log 686be20b4556..e4470cd8b405 --date=short --no-merges --format='%ad %ae %s' 2019-05-29 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 9b60f86c..99181c0b (663961:664078) Created with: gclient setdep -r src/third_party/webrtc@e4470cd8b405 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-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. BUG=chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ib1cd89606a31b2646f9d3b3f925822c7219cd136 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633535Reviewed-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@{#664121}
-
Matt Mueller authored
CRLs use the same concept of thisUpdate & nextUpdate, split the date checking function out so that it can be used by both OCSP and CRL checking. Bug: 749276 Change-Id: I641db6f92062422ff70697353bd4d435016dc2c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628167 Commit-Queue: Matt Mueller <mattm@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#664120}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/5db62d36c9b5..a63e7596c1e6 git log 5db62d36c9b5..a63e7596c1e6 --date=short --no-merges --format='%ad %ae %s' 2019-05-29 dberris@chromium.org Dashboard: Add dberris@ to OWNERS Created with: gclient setdep -r src/third_party/catapult@a63e7596c1e6 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 TBR=zhanliang@google.com Change-Id: I4afec78d00ade914cc2fa68e6ab06c6d24892de6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633734Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#664119}
-
Erik Jensen authored
Previously, we were passing the pseudo handle returned by GetCurrentThreadToken(). While this worked fine on Windows 10, but failed on Windows 7. This commit instead uses OpenThreadToken, which returns a real handle to the user token. Bug: 967928 Change-Id: Ic1f58aa03d07fb68748aff2b5c08a3aaf7b1005b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632601Reviewed-by:
Joe Downing <joedow@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#664118}
-
Ramin Halavati authored
HostContentSettingsMap::is_incognito() covers both incognito and guest sessions, hence it is renamed to IsOffTheRecord(). Bug: 947933 Change-Id: I70e29b8f27dbbcfcec8fad97cbb6a9962fcc8603 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631280 Auto-Submit: Ramin Halavati <rhalavati@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Reviewed-by:
Raymes Khoury <raymes@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#664117}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/2cb25737..15de9f2c 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: I1f5b520b35b8e7944a5d24b25aabc02d3798177a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633595Reviewed-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@{#664116}
-
Kevin Bailey authored
This CL adds a feature and companion parameter that respectively enable and select the preferred maximum number of URL suggestions to be shown in the Omnibox. The limit can be exceeded if there are no other types to replace them with. Bug: 966462 Change-Id: Id4a5e9cf5b5ef778f79de7f085e8bd5c7bfa779b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628640Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
manuk hovanesian <manukh@chromium.org> Commit-Queue: Kevin Bailey <krb@chromium.org> Cr-Commit-Position: refs/heads/master@{#664115}
-
Yutaka Hirano authored
The origin header manipulation was introduced at https://codereview.chromium.org/343273005. As we are moving CORS to services/network, let's stop manipulation origin header in renderer. This fixes origin header for GET-nor-HEAD request from extensions. Bug: 967630, 595993 Change-Id: I5bb5342ebceb133aa726ebc9125f6c1a5f71a0c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633869 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Auto-Submit: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#664114}
-
Koji Ishii authored
This patch moves caret utility functions off from NGPaintFragment, to minimize dependencies to NGPaintFragment in NGBoxFragmentPainter. Bug: 714962 Change-Id: I1c23baf5805239149deca155af141c59134eb6aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631233 Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#664113}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/83b12e46399c..e4870b6af055 Created with: gclient setdep -r src-internal@e4870b6af055 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=ricea@google.com,jeffreycohen@google.com,seblalancette@google.com,mkwst@google.com Change-Id: I682c18367510493c3cc352370c8ab793aa2f6ddb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633455Reviewed-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@{#664112}
-
Chromium WPT Sync authored
Using wpt-import in Chromium a758c5cf. With Chromium commits locally applied on WPT: e90c6ef0 "NG/DL: Implement size containment (and display lock) for NG fieldset algo" be76d09e "[ServiceWorker] Reject update() from within installing workers" abf2ac5e "webrtc wpt: avoid race conditions" 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: rouslan@chromium.org, mathp@chromium.org: external/wpt/payment-request NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: I02acc49ce7634baee0aec0d884ba3b5aa52a49bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633592Reviewed-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@{#664111}
-
Maksim Sisov authored
Change the log to present more meaningful information about what buffer format and usage were used to create a gbm buffer. Also, remove the size from the TRACE as it is not really needed. Bug: 939794 Change-Id: I04fbbfa17b5eedd0fd9f5de0a9088b3e7f79fc2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1511461Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#664110}
-
David Dorwin authored
This affects metrics in one case for WebVR: WebVR presentation sessions started by headset activation will be counted as requestPresent. This seems like a reasonable tradeoff for this simplification since WebVR is deprecated and such scenarios are likely rare. The use in VRDisplay's constructor was not actually necessary since this is a non-immersive session. Bug: 842025 Change-Id: I08d4712967c1ce2720e93f85d7679a2f915a6b65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1629178Reviewed-by:
Bill Orr <billorr@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#664109}
-
Erik Jensen authored
Bug: 954427 Change-Id: I8427f0bf330bc6a1cba5a37a5ebd17aa640ab568 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626547Reviewed-by:
Lambros Lambrou <lambroslambrou@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Commit-Queue: Erik Jensen <rkjnsn@chromium.org> Cr-Commit-Position: refs/heads/master@{#664108}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-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.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: If1447dca9ad54734cf93ff64168acfe364149956 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633735Reviewed-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@{#664107}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/8f88b2da05d5..c573ec8ab233 git log 8f88b2da05d5..c573ec8ab233 --date=short --no-merges --format='%ad %ae %s' 2019-05-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@c573ec8ab233 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=kjlubick@google.com Change-Id: I72c15ca410930959c0049ba1c96e2e5034cc6232 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633737Reviewed-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@{#664106}
-
Leon Han authored
This is a reland of a4545bae Based on the original CL, this CL changed to add the blob handle for network::mojom::DataElement --> blink::FormDataElement conversion in encoded_form_data_mojom_traits.cc for Network Service disabled cases. Original change's description: > [OnionSoup] Move binding of blink.mojom.ServiceWorker into Blink > > This CL moves blink.mojom.ServiceWorker interface implementation from > content::ServiceWorkerContextClient into > blink::ServiceWorkerGlobalScope, at the same time moves another two > tightly coupled classes into Blink as well: > content::{ServiceWorkerTimeoutTimer,ControllerServiceWorkerImpl}. > > Previously, > content::YYY -(Mojo call DispatchXXXEvent)-> > content::ServiceWorkerContextClient -(WebServiceWorkerContextProxy)-> > ServiceWorkerGlobalScopeProxy --> ServiceWorkerGlobalScope. > Now, > content::YYY -(Mojo call DispatchXXXEvent)-> ServiceWorkerGlobalScope. > > Previously, > blink::ZZZ -(DidHandleXXXEvent/ResponseToXXXEvent)-> > ServiceWorkerGlobalScopeClient -(WebServiceWorkerContextClient)-> > content::ServiceWorkerContextClient. > Now, > blink::ZZZ -(DidHandleXXXEvent/ResponseToXXXEvent)-> > ServiceWorkerGlobalScope. > > As a result of the above changes, we removed a bunch of member functions > from WebServiceWorkerContext{Client,Proxy}, together with a bunch of > public Web types which have been replaced with corresponding mojom > types, like WebServiceWorker{Request,Response} replaced by > blink.mojom.FetchAPI{Request,Response}, also removed those corresponding > type converters as well. > > BUG=922376 > > Change-Id: If9cc7f190f6056a2c4440f3e5e1eaa6823ed79e4 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1297740 > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Reviewed-by: Yutaka Hirano <yhirano@chromium.org> > Reviewed-by: Kent Tamura <tkent@chromium.org> > Reviewed-by: Peter Beverloo <peter@chromium.org> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Reviewed-by: Matt Falkenhagen <falken@chromium.org> > Reviewed-by: Makoto Shimazu <shimazu@chromium.org> > Commit-Queue: Leon Han <leon.han@intel.com> > Cr-Commit-Position: refs/heads/master@{#663648} TBR=falken,shimazu,peter,haraken,yhirano,tkent as they've already given OWNER approval on the original CL. Bug: 922376 Change-Id: Ie20bd86142aeb3d23561540246e22a87ed667697 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631124Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Leon Han <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#664105}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: Ib5e3666facd8d2eb4ccf4c74b3c8cbb68f4598b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633974Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#664104}
-
Jamie Walch authored
Change-Id: I25172eeb7f589d1dea3480d322d4ed73f2213fe4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633969Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Auto-Submit: Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#664103}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/8b5fc36191d7..26d3cf08c209 git log 8b5fc36191d7..26d3cf08c209 --date=short --no-merges --format='%ad %ae %s' 2019-05-29 enga@chromium.org Fix dawn_end2end_tests with the wire 2019-05-29 jiawei.shao@intel.com Support force enabling multiple toggles in Dawn end2end tests Created with: gclient setdep -r src/third_party/dawn@26d3cf08c209 The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-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.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@google.com Change-Id: Id5e3edfa6b1eaaa3c6068a01897876b48b3b4549 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633671Reviewed-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@{#664102}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/a730bef0e754..dc0353f46e1f git log a730bef0e754..dc0353f46e1f --date=short --no-merges --format='%ad %ae %s' 2019-05-29 gbiv@google.com chromeos_config: use llvm-next in the pgo_generate toolchain builder 2019-05-29 achuith@chromium.org lib/cros_test: Unittests Created with: gclient setdep -r src/third_party/chromite@dc0353f46e1f The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: I30a6524193ff010778f0457c4b0f855df89b2f8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633733Reviewed-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@{#664101}
-
Jordan Bayles authored
This patch rolls the third_party/openscreen dependency to include build fixes for compiling in Chromium. Change-Id: I451ef45155da341cf94fdf20e93f2e0dd31ddb69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632910 Auto-Submit: Jordan Bayles <jophba@chromium.org> Commit-Queue: Brandon Tolsch <btolsch@chromium.org> Reviewed-by:
Brandon Tolsch <btolsch@chromium.org> Cr-Commit-Position: refs/heads/master@{#664100}
-
Austin Orion authored
This change adds the ability to take metadata provided by websites via the MediaSession API and give it to the System Media Transport Controls (SMTC), giving users more information about the active media session on Windows. Bug: 954009 Change-Id: I637fce4208a5a78138cbdc1bcb93a954b698b7d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1606900 Commit-Queue: Austin Orion <auorion@microsoft.com> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#664099}
-
Ehsan Karamad authored
The test PDFExtensionInternalLinkClickTest.ShiftLeft exposed a race where the embedder RenderFrameHost is nullptr by the time the IPC ReadyToCreateMimeHandlerView arrives. This CL checks |rfh| to ensure it is not nullptr. TBR=wjmaclean@chromium.org Bug: 967045 Change-Id: Ib80499c8d9e758c8ef07b7d06f69429062d8c6ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633991Reviewed-by:
Ehsan Karamad <ekaramad@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#664098}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/4ce909c11c06..b97d193baafa git log 4ce909c11c06..b97d193baafa --date=short --no-merges --format='%ad %ae %s' 2019-05-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-05-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-05-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-05-29 maruel@chromium.org cipd: Update lucicfg to 1.7.7. Created with: gclient setdep -r src/third_party/depot_tools@b97d193baafa The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-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. BUG=chromium:808836 TBR=agable@chromium.org Change-Id: I3b4830379ab5adbbc95b0de154005d4959bfe61f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633732Reviewed-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@{#664097}
-
Vikas Soni authored
Move the files to from gpu/vulkan/ to gpu/ipc/common/. This is to avoid vulkan dependency and ifdefs at every place this struct is used. Bug: 948722 Change-Id: I065948a99b1ed0de92229173747711855e5ca63d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601642Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Commit-Queue: vikas soni <vikassoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#664096}
-
Nigel Tao authored
This allows cleanly breaking observer-observee reference cycles, regardless of which object is destroyed first. Prior to this commit, the implicit assumption was that the observer was always destroyed first. A follow-up commit will introduce some tests that create and destroy AppRegistryCache objects. BUG=826982 Change-Id: I94966439001ba310b5ee824ff62e72a533887c0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1629892 Commit-Queue: Nigel Tao <nigeltao@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Lucas Tenório <ltenorio@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Cr-Commit-Position: refs/heads/master@{#664095}
-
Yutaka Hirano authored
Split the interface part and the implementation part of blink::UseCounter, and rename the latter part as FrameUseCounter. - Define blink::UseCounter as a pure interface with some static helper functions. - Have ExecutionContext and DocumentLoader inherit UseCounter. - Move UseCounter static functions other than UseCounter::Count to each context-ish parameter class. - CountAnimatedCSS, CountCrossOriginIframe, IsCounted, ClearCountForTesting are moved to Document. - CountIfFeatureWouldBeBlockedByFeaturePolicy is moved to LocalFrame. - MapCSSPropertyIdToCSSSampleIdForHistogram is moved to the private section. Discussed on blink-dev: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/j7007MhubK4 Change-Id: I2e23381b9e3f63097e61600de5926fad405db776 Bug: 963306 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614719Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Ian Clelland <iclelland@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#664094}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/76ce2f554e7a..83b12e46399c Created with: gclient setdep -r src-internal@83b12e46399c 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=ricea@google.com,jeffreycohen@google.com,seblalancette@google.com,mkwst@google.com Change-Id: I37916237885581a0bf439b4e9850172ca66e432e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633672Reviewed-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@{#664093}
-
Tsuyoshi Horo authored
This is the follow-up CL of kinuko@'s comment: https://crrev.com/c/1619527/5/services/network/public/cpp/resource_response.cc#67 Change-Id: If8dc0b534f39d2d6e097a35dfa552421b865b6f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621988Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#664092}
-
Ian Kilpatrick authored
... rather than MutableResults. There should be no behaviour change. Change-Id: I3080aadc621a8ce3aafdf3be12b2c1ad111c6ec9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633329 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#664091}
-
Nigel Tao authored
Change-Id: I9b251a194ad5f82f6c6caea9e6b04c2aa363e98e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626848Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Nigel Tao <nigeltao@chromium.org> Cr-Commit-Position: refs/heads/master@{#664090}
-
Xing Liu authored
This CL adds the notification client interface, and a registrar class to register and maintain ownership of clients. The registrar is plumbed into the scheduler keyed service. The internal code will hook to the client in a following CL. Bug: 963288,930968 Change-Id: I48eb8cf460260304ab1ebd6de201a4ffc224ddc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1616013 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#664089}
-
Xiaocheng Hu authored
When we encounter a preserved line break in relayout, we can't reuse its items if: - It was in a bidi context in a previous layout - It's in a bidi context in the current (re)layout In both cases, we need to go through the full pipeline, which is ensured by this patch. For this purpose, we need to pass the previous NGInlineNodeData to NGInlineItemsBuilder::AppendText(), which makes the patch slightly bigger due to changes in plumbing and test code. Bug: 966751 Change-Id: I0cc0a86fda004f130d294657cd9c41e11ca1bbd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626498 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#664088}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/66661df8e9f9..8f88b2da05d5 git log 66661df8e9f9..8f88b2da05d5 --date=short --no-merges --format='%ad %ae %s' 2019-05-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@8f88b2da05d5 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=kjlubick@google.com Change-Id: I24975a152692b285979d07c6b9efdc6dc352ec10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633829Reviewed-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@{#664087}
-
dpapad authored
This page is "parked" temporarily under chrome://print/polymer3/demo.html, and only included for optimize_webui=false, to avoid the overhead of adding a new top-level WebUI page, and should be removed once experimentation concludes. Bug: 965770 Change-Id: I9de73ccbdbd1150bc7ca73f09fe8b81d973ff0e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613704 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#664086}
-
Yoichi Osato authored
As we decided to remove V0 APIs w/o this kind of exceptions, this patch removes those in perf stories. Bug: 937747, 937746 Change-Id: Ia6084b9c15e4b8d3e3c7cf61064fbfb75ecf895d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628632Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#664085}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/ce33b6a4cfa0..686be20b4556 git log ce33b6a4cfa0..686be20b4556 --date=short --no-merges --format='%ad %ae %s' 2019-05-28 sukhanov@webrtc.org Fix ICE connection in datagram_transport. 2019-05-28 mellem@webrtc.org Create a composite implementation of RtpTransportInternal. 2019-05-28 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 09fae7ef..9b60f86c (663849:663961) 2019-05-28 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 9809faf8..09fae7ef (663719:663849) Created with: gclient setdep -r src/third_party/webrtc@686be20b4556 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-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. BUG=chromium:None,chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I26b94a75f97d58c0ab92b37494a553af2300a732 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633729Reviewed-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@{#664084}
-
Lambros Lambrou authored
This gives the marker a more specific name, to reflect what is updated. This allows for any future config updates (for example, if we need to update the token to include more new scopes). Bug: 954427 Change-Id: I12554301096bd80a82f8eae0bc8567c2d11ae83a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1629702 Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Auto-Submit: Lambros Lambrou <lambroslambrou@chromium.org> Cr-Commit-Position: refs/heads/master@{#664083}
-