- 06 Feb, 2020 40 commits
-
-
Steve Kobes authored
This is a single browser test that verifies CLS metric values through four reporting mechanisms (web perf API, trace event, UKM, and UMA). Bug: 1045064 Change-Id: Ie1616e961b2771e792d9d2b15babaaa2125822d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943427Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Commit-Queue: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#739035}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/cc21d0c1f2ce..782a957f83c0 git log cc21d0c1f2ce..782a957f83c0 --date=short --first-parent --format='%ad %ae %s' 2020-02-06 bungeman@google.com Update fontscalerdistortable to onOnceBeforeDraw. 2020-02-06 brianosman@google.com Remove SkMaxScalar and SkMinScalar 2020-02-06 egdaniel@google.com Switch SkImage_Base asTextureProxyRef to return view instead. 2020-02-06 tdenniston@google.com Reland: Initial checkin of GM verifier framework Created with: gclient setdep -r src/third_party/skia@782a957f83c0 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 scroggo@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: scroggo@google.com Change-Id: I9774f80862e32f00f906f64b1c9199fb79103960 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042238Reviewed-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@{#739034}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d48320747592..74e27c36bc28 Created with: gclient setdep -r src-internal@74e27c36bc28 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1010176 Tbr: jbudorick@google.com Change-Id: I65306687d4263b956435579a8298c32f94a00ae1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042241Reviewed-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@{#739033}
-
Kevin Babbitt authored
On non-desktop Windows SKUs such as Hololens, CreateStdAccessibleObject() will fail since MSAA is not available. That failure would cause us to exit LegacyRenderWidgetHostHWND::Init() before creating a UI Automation fragment root. Later on, an inbound UI Automation call would ask a web content fragment for its fragment root, we would attempt to look it up and find nothing, and crash. The fix is to ignore the failure from CreateStdAccessibleObject(). There are no subsequent calls in Init() that depended on it succeeding. I also took the opportunity to switch the return value to type void since the only caller wasn't doing anything with this information anyway. Bug: 928811 Change-Id: I11f63139575de131f41733be6f73192c118ec792 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2037963 Commit-Queue: Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Cliff Smolinsky <cliffsmo@microsoft.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#739032}
-
Rouslan Solomakhin authored
This patch adds a payment app factory for 3rd party native Android payment apps in accordance with the design at: https://bit.ly/cross-platform-pay-app-factory The factory is responsible for finding the payment apps (AndroidPaymentApp), filtering out apps that don't support the requested methods, verifying ability to use the method names, and querying the IS_READY_TO_PAY service when necessary. Bug: 1022512 Change-Id: Id3862e8a7e1aa6ace6ce70adde56cd90c20c23fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2025229Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Sahel Sharify <sahel@chromium.org> Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#739031}
-
Vasiliy Telezhnikov authored
GLPixelBufferRGBAResult in GLRendererCopier hold reference to context provider. When the results are sent to different thread we force all GPU work to happen before in ReadPixelsWorkflow::Finish, but we still hold the reference. If the results will outlive the SkiaOutputSurfaceImplOnGpu it will be the last reference and DirectContextProvider will be destroyed on a wrong thread. This CL fixes this by dropping reference to context_provider when we don't need it anymore. Bug: 1035881 Change-Id: I6e0bfe7013a61f96ec7f33d40bae377d6831ffc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041800Reviewed-by:
Jonathan Backer <backer@chromium.org> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#739030}
-
Mike Klein authored
SkTypes.h is the canonical way to get to this stuff. Change-Id: I3708082d0a4f2f5646f1040e83cce1c8b9967e25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2039131Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Auto-Submit: Mike Klein <mtklein@google.com> Cr-Commit-Position: refs/heads/master@{#739029}
-
Kyle Horimoto authored
After design discussions with jamescook@, we've decided to remove this enum, since it's not strictly needed for the metrics we're trying to compute (number of navigations until a setting has changed). This complexity is unnecessary at this time. Bug: 1047062 Change-Id: I6280115e051f9bbd67434e5a5faf25c1bc03854d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040913 Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#739028}
-
Theodore Olsauskas-Warren authored
As part of the privacy settings redesign, the capability to display recently changed permissions to the user is required. This CL introduces the a handler to enable querying for this information from JS. The GetRecentSitePermissions provides the most recent permissions changes grouped by at most N unique origin/[incognito, normal] combinations. Existing functionality which is reused from the GetAllSites handler is also refactored out. Bug: 1032584 Change-Id: I885c859d455bc49d8ec9d91bf3101cf337c4ae51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2002577 Commit-Queue: Theodore Olsauskas-Warren <sauski@google.com> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#739027}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/065348503c2e..4f68f5398d7f git log 065348503c2e..4f68f5398d7f --date=short --first-parent --format='%ad %ae %s' 2020-02-06 sprang@webrtc.org Remove PlayoutDelayOracle and make RtpSenderVideo guarantee delivery Created with: gclient setdep -r src/third_party/webrtc@4f68f5398d7f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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 Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Iaeae7fdc7e992f09f8e6dd178d8d1f27ad1cd364 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042239Reviewed-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@{#739026}
-
Victor Costan authored
This CL makes the blink::CachedStorageArea constructor public and removes the Create*() factory functions. The functions recently became identical, with the exception of the blink::CacheStorageArea::AreaType value passed to the constructor. This small refactoring removes one layer of indirection, as well as the use of the bare new operator in the factory functions. Change-Id: I0e6606f3021771c712a79878d681290c3862acc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2038035 Commit-Queue: Daniel Murphy <dmurph@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#739025}
-
Ayu Ishii authored
Bug: 1007677 Change-Id: Icb307b143a5776768d7b23e3c2d925b417d0dafa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040672Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Ayu Ishii <ayui@chromium.org> Cr-Commit-Position: refs/heads/master@{#739024}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I150445ba27465e8949f6aafc954f5629ff075813 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042242Reviewed-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@{#739023}
-
Camille Lamy authored
This CL adds a flag to block external requests coming from insecure contexts. Blocking these kind of requests is a first step towards implementing CORS-RFC1918 which will require CORS preflight for all external requests. Bug: 986744 Change-Id: I9318c8484d66f01612f5ddfdda26974066253720 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2019105 Commit-Queue: Camille Lamy <clamy@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#739022}
-
Elly Fong-Jones authored
This change moves the ExtensionInstalledBubble's model, which was previously a collection of anonymous functions in the Views implementation, into //cbui/extensions as a separate class with unit tests. It also changes the Views implementation to use this new class. Change-Id: I3e379db88fcd4d40014c74f14c67b155dde3ac63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007508 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#739021}
-
Saurabh Nijhara authored
This CL marks the proto for the deprecated device policy SupervisedUsersEnabled as deprecated. The policy SupervisedUsersEnabled has already been deprecated in CL 1221253 and the code for reading from the proto SupervisedUsersSettingsProto was removed in the CL 1224033. Bug: 834488 Change-Id: I067708d9e3eb1defb5b92b9c1276a39998316495 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2038773Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Saurabh Nijhara <snijhara@google.com> Cr-Commit-Position: refs/heads/master@{#739020}
-
mark a. foltz authored
This API was not implemented in the Chrome task runner. The implementation will allow us to make the API pure virtual upstream. Change-Id: I44598d5c0410ed6019de7c8042bfa2ae54b96544 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040112Reviewed-by:
Brandon Tolsch <btolsch@chromium.org> Commit-Queue: mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#739019}
-
Livvie Lin authored
Bug: 987407 Change-Id: Ifb8927a6cfefee1a40b91130677d6ce1b90c3dac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036544Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Livvie Lin <livvielin@chromium.org> Cr-Commit-Position: refs/heads/master@{#739018}
-
Michael Thiessen authored
This is a reland of https://chromium-review.googlesource.com/c/chromium/src/+/2039301, fixing the NPE in WebViewChromium. Bug: 783819 Change-Id: I35bde03e1b58c13323b4a085bcde065f4b01f0be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042370Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#739017}
-
Philip Rogers authored
This patch fixes a bug in https://crrev.com/732194 where subframes that were cross-origin to their parent were not composited. This mistake was due to a misreading of Frame::IsCrossOriginSubframe which returns true if the frame is cross origin to the main frame. "IsCrossOriginSubframe" has been renamed to "IsCrossOriginToMainFrame" in https://crrev.com/737198 to prevent similar mistakes. This patch adds Frame::IsCrossOriginToParentFrame and uses it when deciding whether to composite an iframe. Bug: 1047497, 1014273 Change-Id: Iecef138be2b083953559fb856d60939cdfbc8c60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2034031 Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:
Stefan Zager <szager@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Auto-Submit: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#739016}
-
Elly Fong-Jones authored
This class has been around since the initial commit. This change makes it not exit(1) on errors, then adds test coverage for most of it. Bug: None Change-Id: I5c366415c34abaa6bb90ce4657f2f94c3a45a1ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040211Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#739015}
-
Sigurdur Asgeirsson authored
Bug: 1044707 Change-Id: I13352b60258ac48c58473261fb0acaca30719fbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033857Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Joe Mason <joenotcharles@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#739014}
-
Hongbo Song authored
On render side, the DelegatingUkmRecorder doesn't work. To record UKM, we need the Document::UkmRecorder. This CL is for changing the ukm recorder for input delay UKM. Change-Id: Iaaaa47c478d9bcf5e5f43a0cbcc81483cb4ee27a Bug: 1042004 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035307Reviewed-by:
Nate Chapin <japhet@chromium.org> Commit-Queue: Hongbo Song <hbsong@google.com> Cr-Commit-Position: refs/heads/master@{#739013}
-
Joey Arhar authored
This change implements https://html.spec.whatwg.org/C/#plan-to-navigate by adding an async step to form submissions which was removed in https://crrev.com/c/1520353. This patch also reverts https://crrev.com/c/1850358 which was a temporary fix for duplicate form submissions caused by sync form submissions. Now that they are async with this patch again, the temporary fix is no longer needed. Bug: 1013385 Change-Id: Ieec850c9684c796ac0582917494ff4dc3ac8f1b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922699Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Nate Chapin <japhet@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/master@{#739012}
-
Brian White authored
Updates the expires_after attribute for 32 histograms that have been used to generate alerts in the past 90 days and do not already have a date later than or within 30 days of 2020-08-10. Change-Id: I0c255c53b6a2e4c8addacb16b053966c9b147780 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042350 Commit-Queue: Brian White <bcwhite@google.com> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#739011}
-
Yue Zhang authored
Currently, when triggering contents in bottom sheet, the popup tab strip shows above bottom sheet, which is unexpected. This CL makes popup tab strip hides when bottom sheet shows and restores its original visibility when bottom sheet hides. Bug: 1045974 Change-Id: Icd5fe051d9eaa2cdff6da22ae19e4515cdde8738 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036936Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Cr-Commit-Position: refs/heads/master@{#739010}
-
Maksim Moskvitin authored
This method does nothing what won't be done by dtor and always followed by destruction. Bug: 1020117 Change-Id: I1c7a615a0127211a413953fc42da0951aa28c53f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041756Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Cr-Commit-Position: refs/heads/master@{#739009}
-
Daniel Cheng authored
This patch splits out: - accessibility - canvas - mediastream - netinfo - peerconnection - permissions - quota - serial - service_worker - speech - vibration - video_raf - webaudio - xr These modules were prioritized in order to reduce the number of special cases in modules_idl_files.gni. Bug: 1048907 Change-Id: If8d215ed00ad2decb83bc916205c0ac611d9c37c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040956 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#739008}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/2d70e98deab2..95c414ffee64 git log 2d70e98deab2..95c414ffee64 --date=short --first-parent --format='%ad %ae %s' 2020-02-06 johnkslang@users.noreply.github.com Merge pull request #2079 from dneto0/warnings Created with: gclient setdep -r src/third_party/glslang/src@95c414ffee64 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,cnorthrop@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 Bug: None Tbr: radial-bots+chrome-roll@google.com,cnorthrop@google.com Change-Id: Iab4dffce77bd489a432187308f551f5bb381efe4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042236Reviewed-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@{#739007}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/6e49edeb0077..999642323280 git log 6e49edeb0077..999642323280 --date=short --first-parent --format='%ad %ae %s' 2020-02-06 treehugger-gerrit@google.com Merge "TrackEvent: Implement TRACE_EVENT_API_GET_CATEGORY_GROUP_ENABLED" Created with: gclient setdep -r src/third_party/perfetto@999642323280 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 Bug: None Tbr: perfetto-bugs@google.com Change-Id: I0171fefae8422b60f6337766e5cccba82833364d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042231Reviewed-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@{#739006}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/aeb15b1b..612c52d1 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: Id8f0b8cb3e6eb0b7ba0aea0681d36619df22c9c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041411Reviewed-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@{#739005}
-
Nico Weber authored
The -D flag zeros out mtime and also uid, gid, and umask. It first appeared in cctools-927.0.2 (Xcode 10.2, May 2019): https://opensource.apple.com/source/cctools/cctools-927.0.2/misc/libtool.c.auto.html Also remove a workaround around an ancient bug where libtool wouldn't update the mtime on the .a file output itself if ZERO_AR_DATE was set. No big behavior change. We now also zero out uid, gid, umask in addition to mtime, and it's less code. Bug: 330262 Change-Id: I3d4fa2c0c10f7f07c7ce8e71c3c578b6421beaa4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042251Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#739004}
-
Evan Stade authored
Move cross-platform controller code as well as Android view code to //components/javascript_dialogs. Rename some classes to better reflect roles (controller, view, etc) Bug: 1025256 Change-Id: I7150ef086dfa2e37621595074ac005d3e3cdec79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033934Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#739003}
-
Kramer Ge authored
SkiatOutputDeviceGL allocates gl_surface_ that contains swapchain images. Creation is abstract thus gpu memory consumption can only be estimated. Bug: 899905 Change-Id: Id2834a4b6cb34a6a4f8827ad0452cf7c93219600 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2037950Reviewed-by:
Peng Huang <penghuang@chromium.org> Commit-Queue: Kramer Ge <fangzhoug@chromium.org> Cr-Commit-Position: refs/heads/master@{#739002}
-
Richard Knoll authored
When we setup a WebRTC connection for Sharing messages we might not have the remote DeviceInfo available yet. Instead of always assume that's the case this CL tries to lookup the DeviceInfo first in case we do have it already. This is better as we can then log all metrics in the SharingMessageSender with the correct values. This also fixes a possible null dereference in SharingServiceProxyAndroid and adds logging for when the DeviceInfo was not available. Bug: 1049134 Change-Id: I509010108f2f685987a1b48f757d3ad0f2aefbec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2039611Reviewed-by:
Alex Ilin <alexilin@chromium.org> Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Commit-Queue: Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#739001}
-
Mohamed Amir Yosef authored
This CL removes the previously introduced complexity in PasswordSaveUpdate bubble code. Instead it wires up the newly introduced PasswordSaveUpdateWithAccountStore bubble Bug: 1044038 Change-Id: Ib8503ba9988ee76cd57e0c15d89fb440cb45c460 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2038776 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#739000}
-
Mohamed Amir Yosef authored
Bug: 1049085 Change-Id: I88df16d795642d7e5e789f0b0ce2599d8bec1140 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041751 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#738999}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/f9b4bfac44f9..235511fbd715 git log f9b4bfac44f9..235511fbd715 --date=short --first-parent --format='%ad %ae %s' 2020-02-06 fdegros@chromium.org Add user cros-disks to group android-everybody 2020-02-06 achuith@chromium.org paygen: Change chromeos check for payload generation. 2020-02-05 saklein@chromium.org flash_ap: sudo_run instead of build sudo commands 2020-02-05 saklein@chromium.org flash_ap: servo refactor in the board configs. 2020-02-05 saklein@chromium.org flash_ap: Begin servo and dut control refactoring 2020-02-05 chrome-bot@chromium.org Update config settings by config-updater. 2020-02-05 chrome-bot@chromium.org Update config settings by config-updater. Created with: gclient setdep -r src/third_party/chromite@235511fbd715 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 Bug: None Tbr: chrome-os-gardeners@google.com Change-Id: I4e55e1fc8800075782cdac5f52d79a48d27995e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041577Reviewed-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@{#738998}
-
Mark Schillaci authored
This CL will enable setting paneTitle for AccessibilityNodeInfo on Android versions Pie/P/10 or higher. We create a new WebContents- Accessibility subclass specifically for Android P and higher. Original Buganizer bug can be found: https://b.corp.google.com/issues/111502315 Bug: 1048694 Change-Id: Icc6aa00210f1aabe513bedf87f9407bef27faac9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2037840 Commit-Queue: Mark Schillaci <mschillaci@google.com> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#738997}
-
Xiaohan Wang authored
This reverts commit 8de1c11b. Reason for revert: This CL is not related to the test failures. Original change's description: > Revert "media: Add a feature for CdmHostVerification" > > This reverts commit 15a1277e. > > Reason for revert: Suspecting cause for CDM test failures > https://ci.chromium.org/p/chromium/builders/ci/Network%20Service%20Linux/396 > > Original change's description: > > media: Add a feature for CdmHostVerification > > > > By default it's enabled. No effect if ENABLE_CDM_HOST_VERIFICATION > > buildflag is false. > > > > To disable this feature for testing, type the following in the command > > line: > > --disable-features=CdmHostVerification > > > > Bug: 658036 > > Test: Manually tested with the feature disabled > > Change-Id: Ia2d077436a1a8445aec29163a88d1bb4539c4811 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036257 > > Reviewed-by: John Rummell <jrummell@chromium.org> > > Commit-Queue: Xiaohan Wang <xhwang@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#738795} > > TBR=xhwang@chromium.org,jrummell@chromium.org,hmchen@chromium.org > > Change-Id: I6fadbf600d281e3693001aab5abf9233cfa4c916 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 658036 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040642 > Reviewed-by: Keishi Hattori <keishi@chromium.org> > Commit-Queue: Keishi Hattori <keishi@chromium.org> > Cr-Commit-Position: refs/heads/master@{#738842} TBR=xhwang@chromium.org,jrummell@chromium.org,keishi@chromium.org,hmchen@chromium.org Change-Id: I0b77bea43815ebe6131a56645e6473585b5d2db1 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 658036 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042399Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#738996}
-