- 26 Apr, 2019 40 commits
-
-
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: I861bca6763700fc1c80c311b1baffe85c9ec8807 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585937Reviewed-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@{#654624}
-
iOS Autoroller authored
TBR=smut Change-Id: I7efafe33f93e6d44e6616da3b154916e2dd4caf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586321Reviewed-by:
iOS Autoroller <ios-autoroller@chromium.org> Commit-Queue: iOS Autoroller <ios-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#654623}
-
Alex Newcomer authored
We cannot animate opacity on a layer with blur, the result is that the blur will dissapear while the opacity is animating. This appears visually as a 'snap' away of the blur effect. Because this opacity animation is happening so quickly, just make it animate instantly to prevent the blur snapping away. (preferred by UX.) Also remove an un-used function, and some stale header includes. Bug: 956187 Change-Id: I24480bab1b2ef377c253047ac5748c03e215ee81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584927Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Auto-Submit: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#654622}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/021c4f879635..d0f989e0073d git log 021c4f879635..d0f989e0073d --date=short --no-merges --format='%ad %ae %s' 2019-04-26 thestig@chromium.org Add --no-system-fonts to pdfium_test on Mac and Linux. 2019-04-26 thestig@chromium.org Clean up fx_ge_linux.cpp. 2019-04-26 thestig@chromium.org Fix a nit with pdfium_test --help formatting. 2019-04-26 thestig@chromium.org Mark a bunch of CPDF_AllStates* parameters as const. 2019-04-26 thestig@chromium.org Roll third_party/skia/ c3186302b..0c2299707 (36 commits; 8 trivial rolls) 2019-04-26 thestig@chromium.org Roll third_party/skia/ 06be07979..c3186302b (1 commit) Created with: gclient setdep -r src/third_party/pdfium@d0f989e0073d The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=dsinclair@chromium.org Change-Id: I1a2308ea526621230900f5f63881731b557ccd87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586257Reviewed-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@{#654621}
-
Alex Moshchuk authored
This CL introduces an ability to save password-isolated sites to user prefs, so that they can be persisted and applied across restarts. Now, when in kSiteIsolationForPasswordSites mode (used on Android), when a user types a password on a site, the site will be added to the site_isolation.user_triggered_isolated_origins pref, in addition to becoming dynamically isolated in the current browsing session. The new pref will be loaded and applied on browser startup as soon as a profile finishes loading its prefs. For debugging purposes, the current list of saved isolated origins may be viewed by going to chrome://prefs-internals and searching for the new pref under "site_isolation". The list isn't yet shown on chrome://process-internals, but we plan to add this in a future CL. The list of saved isolated origins is cleared whenever the user clears browsing data (specifically, when either history, cache, or cookies are cleared). Currently, Incognito sessions do not apply saved isolated origins from the origin profile, and any isolated origins added in Incognito do not persist. It is expected that the new list of origins will be fairly small (likely a few tens of origins); another followup CL will add an UMA to track the list size and how it changes over time. Bug: 946581 Change-Id: I9a895970be63370230d3a1a031acfdc78c5fc849 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575819Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#654620}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ee90eb42fe4f..3349fb0195ff git log ee90eb42fe4f..3349fb0195ff --date=short --no-merges --format='%ad %ae %s' 2019-04-26 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@3349fb0195ff 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=mtklein@chromium.org Change-Id: Ibea7b3847ec17d9c1a35777e6acbba5df2ab8e61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586341Reviewed-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@{#654619}
-
Lei Zhang authored
- Avoid reference/pointer into std::vector. - Just use back() and pop_back() as needed. - Remove some local variables that are only used once or twice. Change-Id: Ideaf1dfdbbd9fe6091af87e7d72932d3eb2272af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585172Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#654618}
-
Toni Barzic authored
When switching to polymer style for defining OOBE screens, welcome screen was removed from RESET action whitelist, without setting resetAllowed screen setting. BUG=955968 Change-Id: Ic2d0a170d41d698cd76bfd5c247003813694de11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586229Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#654617}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/7804e8109a0a..a195abb4e601 git log 7804e8109a0a..a195abb4e601 --date=short --no-merges --format='%ad %ae %s' 2019-04-26 capn@google.com Implement cubemap sampling 2019-04-26 chrisforbes@google.com Add support for D32_SFLOAT and D16_UNORM input attachments 2019-04-26 chrisforbes@google.com Always apply the fragment shader if it is present 2019-04-26 sugoi@google.com Allow treating a 3D image as a layered 2D image 2019-04-26 bclayton@google.com Add new debug macro UNSUPPORTED(). 2019-04-26 amaiorano@google.com Fix crash when viewport Y position is negative 2019-04-26 bclayton@google.com CMakeLists: Fix REACTOR_EMIT_DEBUG_INFO builds 2019-04-26 bclayton@google.com SpirvShaderSampling: Fix flaky tests. 2019-04-26 capn@google.com Make all descriptors 16-byte aligned. Created with: gclient setdep -r src/third_party/swiftshader@a195abb4e601 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/129523279,chromium:b/131171141,chromium:b/118386749,chromium:b/131243109,chromium:904276,chromium:b/131246679,chromium:b/129523279,chromium:b/123244275 TBR=swiftshader-team+autoroll@chromium.org Change-Id: I4ef2c936e1a2cf461a826a412dacb2d2a7473dff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585936Reviewed-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@{#654616}
-
Ian Wells authored
For Feed suggestions, adds a favicon and attribution text to each prefetched article on the dino page imitating the look of suggested articles on the NTP. This CL also renames offline_pages::ThumbnailDecoder to offline_pages::VisualsDecoder as it now decodes favicons as well as thumbnails. Bug: 852872 Change-Id: I15aae9c8f9f5d59f5b9c35369618f6842db510bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1566429Reviewed-by:
Cathy Li <chili@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Ian Wells <iwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#654615}
-
Céline O'Neil authored
R=kylechar@chromium.org Bug: 923088 Change-Id: I8f95bf3cd1de4c439f9c21b6706f4fe08ef03814 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586102Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Auto-Submit: Céline O'Neil <celineo@google.com> Cr-Commit-Position: refs/heads/master@{#654614}
-
Sebastien Marchand authored
This adds the feature flag for the new memory pressure monitor and moves all the hardcoded parameters to base::FeatureParam so they can be changed via Finch. Bug: 771478 Change-Id: Ifcddff8ef66690ea93791bf6c2659373d696f7cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542161 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#654613}
-
Stefan Zager authored
ServiceScriptedAnimations may get called on a document that has been swapped out, in which case the DocumentLoader is no longer available. The code to set the timestamps was refactored by a recent CL to happen earlier, so it needs to check for a valid loader. BUG=956988 R=pdr@chromium.org Change-Id: Id0636ec39be851b2724383301b606a319969a204 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585984 Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#654612}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/99d965d911f3..0e095532eff2 git log 99d965d911f3..0e095532eff2 --date=short --no-merges --format='%ad %ae %s' 2019-04-26 vadimsh@chromium.org [lucicfg] Bump lucicfg version v1.7.1 -> v1.7.2. Created with: gclient setdep -r src/third_party/depot_tools@0e095532eff2 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. TBR=agable@chromium.org Change-Id: Ie6b502207c8fa80faccaa8c587437a687b2461dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585935Reviewed-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@{#654611}
-
Matthew Mourgos authored
The following metrics are split by TabletMode and ClamshellMode: - Apps.ContextMenuExecuteCommand - Apps.ContextMenuUserJourneyTime - Apps.ContextMenuShowSource Bug: 953525 Change-Id: Ibac2be0cd7cb5824ff6253032cb1e570f07f7a76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574453Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#654610}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/457ad5c9..c3ba2e82 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: I1ec1f70a107b3dbe2a2d570e7250b987ceef4424 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586337Reviewed-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@{#654609}
-
Ian Wells authored
Causes the background task to be scheduled when limitless prefetching is enabled and when the prefetch testing header value is changed. There is a five-second delay built in when the background task is scheduled this way; this gives the user a chance to change both limitless and the testing header before the task starts. Bug: 954252 Change-Id: Ib21e8e0fd4dca29226c2b3e2080da1afe7650ed8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574139Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Ian Wells <iwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#654608}
-
Daniel Rubery authored
When the PasswordProtectionService is destroyed, we cancel all pending PasswordProtectionRequests from the destructor. This leads to pure virtual calls, since the derived ChromePasswordProtectionService has been destroyed. So don't log metrics in this situation, since we can't do so accurately. CANCELED outcomes are currently 0.0002% of outcomes, so I don't think the loss of histogram data is important here. Bug: 957019 Change-Id: Icbadaefc4802c177932375c7a5e638358e834ac5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585985Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#654607}
-
Ahmed Fakhry authored
When the window is reparented from a hidden parent to a visible one, the embedded surface layer visibility should be updated accordingly. BUG=956822, 866622 TEST=Manually (see bug), and added a test. Change-Id: Ib92ddf80f9889d2e001962ca4e3773b88c29f4aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585235 Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#654606}
-
cjamcl@google.com authored
Change-Id: I8a792b551e5fae1c381d1018d7f71d19692a71a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584569Reviewed-by:
Paul Irish <paulirish@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Paul Irish <paulirish@chromium.org> Cr-Commit-Position: refs/heads/master@{#654605}
-
Nicolás Peña Moreno authored
This reverts commit aa78e260. Reason for revert: not seeing flakiness, and test will be removed. Original change's description: > Mark external/wpt/resource-timing/nested-context-navigations.html as flaky > > TBR=npm@chromium.org > > Bug: 957181 > Change-Id: I94d905ce74365b5f5864797941019424aa0a6c82 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585116 > Reviewed-by: Dmitry Gozman <dgozman@chromium.org> > Commit-Queue: Dmitry Gozman <dgozman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#654596} TBR=dgozman@chromium.org,npm@chromium.org Change-Id: I9eb9fcdefcd71fc534839c208aa1a0f70d2b7772 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 957181 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586515Reviewed-by:
Nicolás Peña Moreno <npm@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#654604}
-
Andrew Grieve authored
Change-Id: I47a48f080f1d9f9e642e1af3debb0b7d3b967cac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586344 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Commit-Queue: Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#654603}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/5557cd43e22e..6d5617c43a0b Created with: gclient setdep -r src-internal@6d5617c43a0b 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=andruud@chromium.org,alexmos@chromium.org,horo@chromium.org,adithyas@chromium.org Change-Id: I353b6d790c9d055520beb3d70bf88d4f9e1406b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586339Reviewed-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@{#654602}
-
David Benjamin authored
Get us a little closer to removing StringTokenizer's dependency on std::string iterators. Bug: 820198 Change-Id: I4bf8c0ed9b518c9a5bcd576ff3c5edaf751e82a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576105 Commit-Queue: David Benjamin <davidben@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#654601}
-
Jose Dapena Paz authored
Change-Id: I828ea4a42c4b1f4d29fa62cb0b6370febabcca6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584291 Commit-Queue: José Dapena Paz <jose.dapena@lge.com> Reviewed-by:
Piotr Bialecki <bialpio@chromium.org> Cr-Commit-Position: refs/heads/master@{#654600}
-
Eric Orth authored
As manager-wide properties, removed the DnsClient-setting and DnsClient- enabling methods from ContextHostResolver. It can now only be changed directly on the manager. Since much of the usage was just setting an initial value, added |dns_client_enabled| to ManagerOptions. This is especially needed for stand-alone resolver cases where such an intial value is needed, but there are no references to the underlying manager. Also cleaned up the methods on HostResolverManager to make methods to set the actual DnsClient instance (rather than just SetDnsClientEnabled(...)) test-only. FuzzedResolver logic overriding DnsClient-setting got moved to the fuzzed manager. As there was nothing left in the fuzzed ContextHostResolver except construction, replaced it with a Create method that uses a normal ContextHostResolver with the fuzzed manager. Bug: 934402 Change-Id: I82cd5189b9e55dc95a5bb283acf97c5620c58add Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582424 Commit-Queue: Eric Orth <ericorth@chromium.org> Commit-Queue: Misha Efimov <mef@chromium.org> Auto-Submit: Eric Orth <ericorth@chromium.org> Reviewed-by:
Misha Efimov <mef@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#654599}
-
Lei Zhang authored
Put repeated code in its own method, and optimize the method. Change-Id: I418ea40480626bfe56a547d64fe74b7019dd53c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585973Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#654598}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/d7f22e29c4a1..bbeee6d77ff6 git log d7f22e29c4a1..bbeee6d77ff6 --date=short --no-merges --format='%ad %ae %s' 2019-04-26 benjhayden@chromium.org Roll third_party/gae_ts_mon Created with: gclient setdep -r src/third_party/catapult@bbeee6d77ff6 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:867060 TBR=eyaich@chromium.org Change-Id: Ib248f2cf7a9a43340d3bf5d3e9f879097dc64f09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584357Reviewed-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@{#654597}
-
Dmitry Gozman authored
TBR=npm@chromium.org Bug: 957181 Change-Id: I94d905ce74365b5f5864797941019424aa0a6c82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585116Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#654596}
-
lgcheng authored
OOBE flow: remove "skip button" for managed user, as administrator has enabled ARC by policy, so skipping setup just delays ARC setup. in-session: do not show in-session dialog when ARC++ is managed enabled. Also leave B&R or GLS as off if they are not managed in this case, as the user did not set them in the ToS dialog. User can still modify these settings if not managed through Android settings. This also means ARC will auto starts in case of any previous error. e.g. Power off the device when seeing Arc Tos page. Bug:950013 Test: Pass/fix tests Test: Update test expectations for skip Tos With OOBE/in-session optin. Test: Manual simulate different policy setup to verify: 1. OOBE Tos is skipped when Arc and both B&R and GLS are managed 2. In-Session Tos is skipped when Arc is managed. Change-Id: If8b6b265af20b819375b82a2c6c0c1308b11bbac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1560491 Commit-Queue: Long Cheng <lgcheng@google.com> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Josh Horwich <jhorwich@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#654595}
-
Tom Bergan authored
I also added a redirect_chain field to HTTPResponse. This is the ordered list of URLs in the redirect chain. If a request did not have any redirects, this list is empty. This is used to verify that a server bypass happend. For example, testServerReturnsBypass checks that we show the original page, and also that we got there via a redirect (bypass) from the server. OTOH, testServerReturnsBypassWithHostBlacklisted loads the page twice, where the second load should _not_ go through the server. R=robertogden@chromium.org Bug: 908491 Change-Id: I0e4c66917098013f2137d0cf2306567ddf8f4a60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584436Reviewed-by:
Robert Ogden <robertogden@chromium.org> Commit-Queue: Tom Bergan <tombergan@chromium.org> Cr-Commit-Position: refs/heads/master@{#654594}
-
Kurt Horimoto authored
This is necessary to allow proper destruction of objects stored in Browser's user data when they depend on the Browser's WebStateList. The Browser's WebStateList is destroyed in Browser's destructor, while any WebStateListObservers stored in Browser's user data is destroyed in Browser's base::SupportsUserData destructor, which occurs later. This observer callback gives these objects a chance to perform clean up and reset any pointers to WebStateLists before the WebStateList is destroyed. Bug: 950104, 956727 Change-Id: Ifbff974cb44ed5177b92040bd277624056a3690b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583444 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#654593}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/057f2dd516ce..dfd2f8c4fcb0 git log 057f2dd516ce..dfd2f8c4fcb0 --date=short --no-merges --format='%ad %ae %s' 2019-04-26 hjd@google.com docs: Fix typos in traceconv.md 2019-04-26 bhamrick@google.com Merge "Update links to Fuchsia tracing documentation" Created with: gclient setdep -r src/third_party/perfetto@dfd2f8c4fcb0 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. BUG=chromium:131426263 TBR=perfetto-bugs@google.com Change-Id: I5e255176d7681867bc1749fd9f1b95045375f477 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586340Reviewed-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@{#654592}
-
rbpotter authored
- Remove print_preview_new namespace, and move everything to print_preview - Rename print_preview_new.html to print_preview.html Bug: 888272 Change-Id: I3b601b3c1fbc299377f63d1da9d93fb36f80d19e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586219Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#654591}
-
Hiroki Nakagawa authored
This is just a refactoring as follows: - For on-the-main-thread classic worker script fetch, SetAddressSpace() call is slightly delayed from the WorkerGlobalScope constructor to Initialize(). This doesn't change the behavior because AddressSpace is not used during the period. - For off-the-main-thread classic worker script fetch and module worker script fetch, there is no behavior change because the initialization order is not changed. Bug: 945215 Change-Id: Iad5f07cf619674d288f72c98d0c4ae297e7252b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583174 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#654590}
-
John Rummell authored
Refactoring to get rid of "const scoped_refptr<VideoFrame>&" and "const scoped_refptr<AudioBuffer>&" parameters from the callbacks. BUG=946265 TEST=compiles Change-Id: Ic7e4f7b33d87f072dadd7f86b2ef181324d111d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583345Reviewed-by:
Bill Budge <bbudge@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: John Rummell <jrummell@chromium.org> Cr-Commit-Position: refs/heads/master@{#654589}
-
Daniel Rubery authored
Now that M75 is branched, we can remove the old RAR inspection path for M76. This CL also removes symbols from the unrar_wrapper that were used to support the old RAR inspection path. Bug: 909778, 934372 Change-Id: I385db8851a11fe71679c1b2500fff97ea0b6aa98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575683Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#654588}
-
Philip Rogers authored
This patch adds a fast-path for updating composited pinch-zoom (visual viewport scale and translation nodes) without requiring a PaintArtifactCompositor update. There are two main changes: 1) Return PaintPropertyChangeType from the visual viewport paint property node update. This closely follows the pattern used by PaintPropertyTreeBuilder. With this change, the PrePaintTreeWalk can avoid setting PaintArtifactCompositor::NeedsUpdate for some changes. 2) Directly update viewport scale and translation cc::TransformNodes. This closely follows the approach of https://crrev.com/651338. Bug: 956747 Change-Id: I7e593774fb05cc8c4d7b91c153b02cf2bbb6f36d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585082Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#654587}
-
Abhishek Bhardwaj authored
This change adds logic to parse a DeviceScheduledUpdateCheck proto. BUG=924762 TEST=None. Change-Id: Ib8360d27884b46393ec5546a9c004a61a11ca0bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574462Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Rahul Chaturvedi <rkc@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Reviewed-by:
Lutz Justen <ljusten@chromium.org> Commit-Queue: Abhishek Bhardwaj <abhishekbh@chromium.org> Cr-Commit-Position: refs/heads/master@{#654586}
-
Dale Curtis authored
No longer used since we stopped doing splicing for MSE. BUG=none TEST=cq R=chcunningham Change-Id: I846a3925e98e1aca7ceb6592159674d65e71bec5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586197 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#654585}
-