- 23 May, 2019 40 commits
-
-
Stephen Martinis authored
This is (as far as I know) the first time chromium is using containment, so I'm enabling on a bot which shouldn't affect the CQ that much. Once this lands, I'll enable on the rest of the CQ bots. Bug: 965222 Change-Id: Ie0f85f50eec68c4de89f12047209b9ad570ec129 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626149Reviewed-by:
Aaron Gable <agable@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#662823}
-
Andrew Grieve authored
This flag doesn't exist, and so test_runner.py has been passing it through as a chrome flag to tests :P Change-Id: I562e5c62a9a3fa7caf4b7bdfd49713d0f21d7774 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625837 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Eric Stevenson <estevenson@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#662822}
-
Morten Stenshorne authored
A video element creates some children (flexboxes, etc.), and the video ought to be their containing "block" for all purposes, but LayoutVideo is not a LayoutBlock (it's LayoutReplaced), so it doesn't really work. Make sure that we don't skip upwards and escape from the innards of the video element and start adding percentage descendants to blocks that are not in the containing block chain of the video (the video may be out-of-flow positioned). Bug: 965032 Change-Id: Ic9fdb7b9dcff5724b9488d85dfafc9c87f4bee62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622806Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#662821}
-
Aga Wronska authored
Bug: 963696 Change-Id: Ib60cbe41bdd99d45625e6b0950c6bda738a06349 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611026Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Reviewed-by:
Lutz Justen <ljusten@chromium.org> Commit-Queue: Aga Wronska <agawronska@chromium.org> Cr-Commit-Position: refs/heads/master@{#662820}
-
rbpotter authored
Rename canUsePolyfill -> can_use_polyfill Bug: 925517 Change-Id: I0a5575f1193f4379c4cc8cd5fcc4ba1214145d6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627854 Commit-Queue: Dan Beam <dbeam@chromium.org> Reviewed-by:
Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#662819}
-
Lily Chen authored
This change adds a virtual test suite which enables CookiesWithoutSameSiteMustBeSecure and adds a new tentative test to test that (with the feature enabled) cookies with SameSite=None must have the Secure attribute, and will be rejected otherwise. Bug: 961439 Change-Id: Icd99b6fc9ef38f72b648fb81f3fd0aa241e75a28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612052 Commit-Queue: Lily Chen <chlily@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#662818}
-
Abhishek Arya authored
R=rnk@chromium.org Bug: 915245 Change-Id: I715d3e0ea051e1032722e77795c11e58875b7413 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627810Reviewed-by:
Reid Kleckner <rnk@chromium.org> Commit-Queue: Abhishek Arya <inferno@chromium.org> Cr-Commit-Position: refs/heads/master@{#662817}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/d9fa0744e82b..6bb193c86a9a git log d9fa0744e82b..6bb193c86a9a --date=short --no-merges --format='%ad %ae %s' 2019-05-23 spang@chromium.org Vulkan: Implement glImportSemaphoreFdEXT Created with: gclient setdep -r src/third_party/angle@6bb193c86a9a The AutoRoll server is located here: https://autoroll.skia.org/r/angle-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: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=ynovikov@google.com Change-Id: Ie88022a70fc0e00f19abf48115aaa277a4f9ac15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627951Reviewed-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@{#662816}
-
Xi Han authored
Recently we noticed that the histogram data is lost when Chrome is running in the reduced mode and get killed before the full browser starts. This is because there isn't a SystemProfile set in the reduced mode. Thus, the previous data in the BrowserMetrics-active.pma file isn't picked up by Chrome the next time it is launched in the full browser mode. In this CL, we write the initial system profile to the mapped memory file, so Chrome will pick up the data when it restarts in the full browser mode. Note: the histogram data is only persistent on the memory mapped file, but not being uploaded when Chrome is running in the reduced mode. Bug: 959854 Change-Id: Idc1cea6edfa854edf94f791f2df8a9ebb6a0af8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601307Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#662815}
-
Eric Willigers authored
When we have more than 10 files, or more than 50 megabytes in total file size, the share request in rejected. BUG=903010 Change-Id: Ib7a50e7fbfdd00fecb4eaa6a73f0dec00f6ea8e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626913 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#662814}
-
Wei-Yin Chen (陳威尹) authored
Before this CL, dropping the Bitmap in ViewResourceAdapter would make isDirty() return true, which would cause re-drawing the next time this UI resource is used in the compositor layer. There is another copy of the Bitmap in native land, so keeping the Java copy for longer than necessary is wasteful. This CL allows dropping the Bitmap without affecting isDirty(), so that we can drop it more frequently without causing re-draws. Bug: 965580 Change-Id: I41f930b0c034b7f373b4c9868ff29a85372a2074 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622747 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#662813}
-
Xing Liu authored
When the feature is enabled, some tests will fail, this CL provides a temporary remedy for UpdateMenuItemHelperTest. Bug: 965106 Change-Id: Ie246ca1fdfdb91e317b17d5e3f0e95d9d60808bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625968 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#662812}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/material-components/material-components-ios/+log/2a20a6899d0b..f3f089d8833e git log 2a20a6899d0b..f3f089d8833e --date=short --no-merges --format='%ad %ae %s' 2019-05-23 Merge branch 'release-candidate' into stable Created with: gclient setdep -r src/ios/third_party/material_components_ios/src@f3f089d8833e The AutoRoll server is located here: https://autoroll.skia.org/r/material-components-ios-chromium 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:ios-internal-mdc TBR=bling-p10-rolls@google.com Change-Id: I1577aa616f30fab26d68641243cf26f20d3c289e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627950Reviewed-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@{#662811}
-
Pedro Amaral authored
The tab strip uses the BottomToolbarButton style. The label CL modified that style and it broke the tab strip buttons. This CL reverts the BottomToolbarButton style to what it used to be and introduces a new style, SplitToolbarButton, for use in the split toolbar. Bug: 966355, 966356, 966357 Change-Id: I83f53649fad8e109d0a267eb7fb26e8e4e5c286e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625966Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Pedro Amaral <amaralp@chromium.org> Cr-Commit-Position: refs/heads/master@{#662810}
-
Andrew Grieve authored
Change-Id: I788538d4a9036dae160ff5e2cb5a5bd2a1ad068d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622898 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#662809}
-
Jeffrey Cohen authored
The SendTabToSelf feature added the capability to track if a shared tab has been opened on the receiving device as preparatory work for exposing these shared tabs in a history UI. This CL exposes that existing functionality to the Java UI layer by adding it to the SendTabToSelfAndroidBridge. Bug: 961807 Change-Id: Ia8355a9eff4162a2036f669d2ead590d8289256c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611309 Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#662808}
-
Ryan Hansberry authored
Bug: 966217 Change-Id: Ia6be6918ee66692608035e84c0d5fb7d12ab8775 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626673Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#662807}
-
Dale Curtis authored
BUG=879406 TBR=liberato Change-Id: I9a25b69c03edb29e35fcdcb9eb5f69cf7626b461 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627663Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#662806}
-
Hongchan Choi authored
When a page/frame is refreshed, some BaseAudioContexts from the previous page stay in WebAudioModel object. This is because of a flaky behavior of BaseAudioContext::ContextDestroyed(). To make it clear and consistent, this change will flush WebAudioModel whenever a page/frame is loaded. Bug: 965310 Test: Locally confirmed the view panel is updated when the frame is loaded. Change-Id: I6e35dc0694e743f80ee063e76b0b9affc74ea75f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626531 Commit-Queue: Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#662805}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6e073100d205..617f67de972a Created with: gclient setdep -r src-internal@617f67de972a 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 BUG=chromium:947531 TBR=lowell@google.com,kmilka@google.com,yutak@google.com Change-Id: Ied6fea4db31435728532d6648e5961ca69c1bba4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627856Reviewed-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@{#662804}
-
Garfield Tan authored
BUG=b:132979912 TEST=CQ is more than enough. Change-Id: Idcb4be6661cfa7ea6f9eb2661499b3797f536eb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626152Reviewed-by:
Satoshi Niwa <niwa@chromium.org> Commit-Queue: Garfield Tan <xutan@chromium.org> Auto-Submit: Garfield Tan <xutan@chromium.org> Cr-Commit-Position: refs/heads/master@{#662803}
-
Kyle Milka authored
Bug: 937570 Change-Id: Iafb722681a1cbb420edf9b0d406e8591a27688ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626679 Commit-Queue: Kyle Milka <kmilka@chromium.org> Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Cr-Commit-Position: refs/heads/master@{#662802}
-
Steven Bennetts authored
This CL: * Introduces mojom::CrosNetworkConfig::SetNetworkTypeEnabledState to replace the enable/disableNetworkType APIs in networkingPrivate * Uses the API in NetworkFeaturePodController and removes the NetworkState dependencies. * Uses TrayNetworkStateModel in VPNFeaturePodController and removes NetworkState dependencies. * Cleans up some missing const qualifiers in TrayNetworkStateModel. Bug: 862420 Change-Id: Ib43092dde79f9c80477234020a49751bc4c3620e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623486Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#662801}
-
Moe Ahmadi authored
Fixes a bug where the option to offer Translate was enabled for the Translate target language because it was not being considered the last Translate-blocked language. - Changes LanguageItem.blocked to include those languages that are not supported by Translate server as well as the Translate target language. - Also removes a method from the consumer interface as the information on whether a language is the Translate target language can be passed on in the language item itself. Bug: 957688 Change-Id: Ib67ce8d8887c75a6adf5b0c5574ff4bda0494e76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625918Reviewed-by:
Peter Lee <pkl@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#662800}
-
Brian Sheedy authored
Disables the XR consent dialog browser tests due to flakiness that potentially causes false CQ rejections. TBR=billorr@chromium.org Bug: 966553 Change-Id: Ie00cbaac63ed9214ace6341474812abfe4b79fe8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627669Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#662799}
-
Krishna Govind authored
This reverts commit 2f05fdbf. Reason for revert: Breaks chrome translation, crbug 966547 Original change's description: > DevTools: Added GRD/GRDP files for all localizable strings in the DevTools. > > This change includes... > * A main GRD file for the DevTools (front_end/langpacks/devtools_ui_strings.grd) > * GRDP files organized by subfolder > * A node script that keeps the GRD/GRDP files in sync with the keys in the DevTools frontend > * A git cl presubmit --upload check that runs the node script > > Note: Subsequent changes will add a build step to generate a .pak file that contains these DevTools strings. You can read about the overall approach here (https://bugs.chromium.org/p/chromium/issues/detail?id=941561). > > > Details of this design: > ====================== > We followed a similar pattern used by WebUI where strings are encoded in GRIT GRD/P files, which are used by a localization service to perform translations. They are also consumed in the build step to generate a .pak file, which is loaded by the browser's resource system. > > Chromium documentation: > * https://www.chromium.org/developers/tools-we-use-in-chromium/grit/grit-users-guide > * https://www.chromium.org/developers/design-documents/ui-localization > > Frontend strings: > ----------------- > These are the localizable strings that are displayed to the user. > > GRDP <message> strings: > ----------------------- > Each frontend string has a corresponding <message> entry in a GRDP file. These entries are what the localization service will use to perform localizations. It's also the input to the GRIT compiler, which generates a .pak file, which is loaded by the browser's resource_bundle system. > > GRDP <messsage> placeholders: > ---------------------------- > Frontend strings use placeholders, which are used to substitute in values at runtime. > For example, > 'This string has %s two placeholder %.2f.' > > Since the order of the string may change in a different language, we need to encode the order of the placeholders. As such, in the GRDP file you'll find %s replaced with $[1-9]. > > For example, > 'This string has <ph name="ph1">$1s</ph> two placeholder <ph name="ph2">$2.2f</ph>.' > > Also, note that the precision and type of the placeholder is maintained (i.e. .2f). > > Detecting changes: > ----------------- > The check_localizable_resources.js script performs the following check and generates an error if there are any changes that need to be made to a GRDP file. > > 1. Parses the frontend strings and hashes them. > 2. Reads the messages from the GRDP files and hashes them. > 3. Uses a difference between these two sets to report which strings need to be added and/or removed from GRDP files. > > Optionally, the user can specify --autofix and it will automatically update the appropriate GRDP files. > > Presubmit check: > --------------- > Running git cl presubmit --upload will run the check_localizable_resources.js script with the --autofix argument. > > If there are any changes, they reported to the user like this. > > ** Presubmit ERRORS ** > Error: Found changes to localizable DevTools strings. > DevTools localizable resources checker has updated the appropriate grdp file(s). > Manually write a description for any new <message> entries. > Use git status to see what has changed. > > BUG=941561 > > Change-Id: I5ac1656a037a6aaffeb4f64b103c4daec28be39a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613921 > Reviewed-by: Joel Einbinder <einbinder@chromium.org> > Reviewed-by: Alexei Filippov <alph@chromium.org> > Commit-Queue: Lorne Mitchell <lomitch@microsoft.com> > Cr-Commit-Position: refs/heads/master@{#662371} TBR=alph@chromium.org,einbinder@chromium.org,exterkamp@chromium.org,jeffish@microsoft.com,lomitch@microsoft.com Change-Id: Ic4ca7d000d10b2bc61b585198469ca30f051dc62 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 941561 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627943Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#662798}
-
Majid Valipour authored
Bug: 930196 Change-Id: I670db243b71c4a99aaa31a942de3ed6cb06ebe34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614966 Commit-Queue: Majid Valipour <majidvp@chromium.org> Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#662797}
-
John Rummell authored
Add the UMA "Media.EME.MediaDrm.GetOriginIdResult" to record how the pre-provisioned origin ID was obtained (or if it failed). Tested manually by going to the Shaka demo site, playing some Widevine encrypted content, and then checking the UMA locally by viewing chrome://histograms. Bug: 963629 Test: tested manually and MediaDrmOriginIdManagerTest unit_tests pass Change-Id: Ia9df557283df72e7b90eaf004f839a127c15a2b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614681Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: John Rummell <jrummell@chromium.org> Cr-Commit-Position: refs/heads/master@{#662796}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/58c71db1b344..c1b36669db55 git log 58c71db1b344..c1b36669db55 --date=short --no-merges --format='%ad %ae %s' 2019-05-23 hbos@webrtc.org Revert "Delete STACK_ARRAY macro, and use of alloca" 2019-05-23 titovartem@webrtc.org Fix chromium autoroller to parse new clang revision format 2019-05-23 eladalon@webrtc.org RtpVideoSender nits 2019-05-23 srte@webrtc.org Cleanup of video packet overhead calculation. 2019-05-23 jakobi@webrtc.org Improve NetEq network adaptation in the beginning of the call. 2019-05-23 nisse@webrtc.org Delete STACK_ARRAY macro, and use of alloca 2019-05-23 sprang@webrtc.org Fix incorrect libvpx vp9 dynamic rate control settings 2019-05-23 mirtad@webrtc.org Add option to configure raw RTP packetization per payload type. 2019-05-23 crodbro@webrtc.org Add a config flag to disable the audio ALR probing request. 2019-05-23 nisse@webrtc.org Remove hex_encode functions with raw buffer output from the header file 2019-05-23 nisse@webrtc.org Delete unused method ModuleRtpRtcpImpl::SendCompoundRTCP 2019-05-23 ssilkin@webrtc.org Add sizes of spatial layer frames to EncodedImage 2019-05-23 noahric@chromium.org Lowercase windows includes in desktop_capture/. 2019-05-22 qingsi@webrtc.org Replace a broken assumption in candidate gathering for mDNS candidates. 2019-05-22 kwiberg@webrtc.org WebRTC Opus C interface: Add support for non-48 kHz encode sample rate 2019-05-22 hbos@webrtc.org Implement RTCMediaSourceStats and friends in standard getStats(). Created with: gclient setdep -r src/third_party/webrtc@c1b36669db55 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,chromium:None,chromium:None,chromium:944577 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ieeb598b75d2baad4a0676b3fd6fffd3d69d59b09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627853Reviewed-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@{#662795}
-
Austin Eng authored
https://dawn.googlesource.com/dawn.git/+log/1c85976abe4e..820a04b9ce6b git log 1c85976abe4e..820a04b9ce6b --date=short --no-merges --format='%ad %ae %s' 2019-05-22 brandon1.jones@intel.com Add Debug Marker Functionality for D3D12 2019-05-22 enga@chromium.org Implement CreateBufferMapped in dawn_wire 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: Iacf4cf59abf99912a270f57d7dcf54540fa6a1d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627576Reviewed-by:
Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#662794}
-
David Trainor authored
This reverts commit b43c535e. The original patch had a StrictMode violation while accessing preferences. Original description: - Add a persistence layer to save a proto when we attempt to start an update. - Add a startup analyze step that compares the proto with the current app state to figure out if a startup was successful. - Add two types of success attribution metrics: session and time window. - Session tracks the first session where we see no active update. - Time window tracks that an update occurs within a current window of time (regardless of session). BUG=953112 TBR=isherman@chromium.org Change-Id: I0284a5c7609647212dc013982af1a77334f278db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626529 Commit-Queue: Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#662793}
-
Caroline Rising authored
Bug: 910739 Change-Id: Id585045006d8548dfefeb0742157d356e2ac5dd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626132 Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by:
Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#662792}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/6779e5e01b13..e2cb4e0573e3 git log 6779e5e01b13..e2cb4e0573e3 --date=short --no-merges --format='%ad %ae %s' 2019-05-23 samans@chromium.org Fix build file 2019-05-23 sugoi@google.com Fix sRGB -> sRGB multisample resolves 2019-05-23 bclayton@google.com VkQueryPool: Add missing lock on the Query. 2019-05-23 bclayton@google.com Vulkan: Always call the object's destructor before deallocation. 2019-05-23 bclayton@google.com Reimplement sw::Resource with modern C++ primitives 2019-05-23 bclayton@google.com System: Replace concurrent types with std versions where possible 2019-05-23 bclayton@google.com SpirvShader: Restore the current block ID after emitting loop blocks 2019-05-23 bclayton@google.com System/Synchronization.hpp: Remove unlock() call before notify_one() 2019-05-23 bclayton@google.com System/Synchronization.hpp: Add file documentation and warning. 2019-05-23 bclayton@google.com VkQueue: Embed the sw::Renderer into the vk::Queue. 2019-05-23 bclayton@google.com VkQueue: Destruct the object. 2019-05-23 bclayton@google.com VkQueue: Use a sw::WaitGroup for waitIdle() 2019-05-23 bclayton@google.com Pass around sw::TaskEvents* instead of vk::Fence*. 2019-05-23 bclayton@google.com System/Synchronization.hpp: Add the sw::TaskEvents interface Created with: gclient setdep -r src/third_party/swiftshader@e2cb4e0573e3 The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-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: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:b/133127573,chromium:b/133127573,chromium:b/133127573,chromium:b/133212545,chromium:b/133135427,chromium:b/133135427,chromium:b/133127573,chromium:b/133127573,chromium:b/133127573,chromium:b/133127573,chromium:b/133127573 TBR=swiftshader-team+autoroll@google.com Change-Id: I2b0a4ba4f28d1ac711ae8c3135cd2656535fae78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627852Reviewed-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@{#662791}
-
Jan Wilken Dörrie authored
This change modifies browser code to use the newly introduced FocusedFieldType enum instead of multiple bool parameters. Bug: 957532 Change-Id: Ia25197b3c1dfdd2915a0eb9b35921c2c72bed3c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615028Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#662790}
-
Edin Kadric authored
We would set this variable to false to prevent the menu from coming down if the EditableCombobox gets focus automatically (as soon as the password bubble is shown for example). We now remove it, so focusing on the EditableCombobox always brings down the menu, and instead we make sure that the username EditableCombobox doesn't get focus automatically when the password bubble is shown. When the bubble shows up automatically the new Widget wouldn't get focus anyway so there is no issue there. When the bubble shows up due to the user clicking the key icon in the URL bar, the Widget would become active, and in turn the username EditableCombobox would get focus. This CL changes this behavior: The Widget still becomes active, but the username doesn't get focus. The only scenario in which the username also gets focus is when there are no suggested usernames, so the user can start filling it out right away. This was intended by the current code, but there was a mistake, where it was checking for |model()->pending_password().username_value.empty()| instead of |username_dropdown_->GetText().empty()|. The |username_value| variable could in fact be empty even when the control shows text in cases where there are more than one possible username. Bug: 965426 Change-Id: I5b843670beca6022f819336d9c9611940eb1e05f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621395 Commit-Queue: Edin Kadric <edinkadric@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#662789}
-
Caroline Rising authored
This was causing focus to not properly leave the previous location when changed using F6. Bug: 910739, 966312 Change-Id: Iea9ffc70c7455665091e260586d1ba8fb96225bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625856Reviewed-by:
Dana Fried <dfried@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#662788}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/2491ddef9616..37e000347c2f git log 2491ddef9616..37e000347c2f --date=short --no-merges --format='%ad %ae %s' 2019-05-23 rmhasan@google.com [Typ] Use a file to store sub process output Created with: gclient setdep -r src/third_party/catapult@37e000347c2f 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:960833,chromium:960606,chromium:952105 TBR=eyaich@google.com Change-Id: Ib4750f4e135810b7631d543699d7bd999769e330 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627771Reviewed-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@{#662787}
-
Caroline Rising authored
Bug: 910739 Change-Id: I33d827132f8be6363612c4f6ad0244702f40c57b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627892 Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by:
Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#662786}
-
Rouslan Solomakhin authored
Bug: 884680 Change-Id: Ibfb6b5c5a9a6460077b141523b412360a6a0a613 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626543 Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Danyao Wang <danyao@chromium.org> Auto-Submit: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Danyao Wang <danyao@chromium.org> Cr-Commit-Position: refs/heads/master@{#662785}
-
Nicolás Peña Moreno authored
GetFrame() can be nullptr, so we should call GetExecutionContext() so we do the null check before calling GetDocument(). Bug: 966314 Change-Id: I09adb1fce626a5211ba23cf96d4cec9dd7b99fc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627634 Auto-Submit: Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#662784}
-