- 18 Sep, 2018 40 commits
-
-
Manuel Rego Casasnovas authored
This is a recent change by the CSSWG: https://github.com/w3c/csswg-drafts/issues/3020 The spec text (https://drafts.csswg.org/css-grid/#static-position): "The static position of an absolutely-positioned child of a grid container is determined as if it were the sole grid item in a grid area whose edges coincide with the content edges of the grid container." The patch is just a simple change in LayoutGrid::PrepareChildForPositionedLayout() to use border and padding. BUG=884956 TEST=external/wpt/css/css-grid/abspos/absolute-positioning-grid-container-parent-001.html Change-Id: I01a77dfe41abcfac00c6d45f517c6d216aaa8ff7 Reviewed-on: https://chromium-review.googlesource.com/1229893 Commit-Queue: Manuel Rego <rego@igalia.com> Reviewed-by:
Javier Fernandez <jfernandez@igalia.com> Cr-Commit-Position: refs/heads/master@{#592010}
-
Manuel Rego Casasnovas authored
Change-Id: I08b7aa662fc3dd767de0104c7e5f5ca0ca77619b Reviewed-on: https://chromium-review.googlesource.com/1230041Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Manuel Rego <rego@igalia.com> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#592009}
-
Arthur Sonzogni authored
It's no longer useful following the launch of PlzNavigate. Bug: 756751, 789577 Change-Id: If342a766d03a832f6c333eccec970b4506faa847 Reviewed-on: https://chromium-review.googlesource.com/1230054Reviewed-by:
Camille Lamy <clamy@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#592008}
-
Thomas Tangl authored
The string from the second bullet on the sync confirmation dialog is changed from "Personalized Google services like Google Pay" to "More personal Google services, like better page suggestions". TBR=jochen@chromium.org Bug: 884746 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: If17dd4edb4273b63c5b431c68a0c15a38a4f840e Reviewed-on: https://chromium-review.googlesource.com/1230015Reviewed-by:
Thomas Tangl <tangltom@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Thomas Tangl <tangltom@chromium.org> Cr-Commit-Position: refs/heads/master@{#592007}
-
Antonio Gomes authored
URLFetcher will stop working with advent of Network Service, and SimpleURLLoader is the replacement API for most clients. This CL migrates iOS' OmahaService and its respective unittests away from URLFetcher. BUG=879774 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I60339c7599c6174951056c5a8b867aa6df1438da Reviewed-on: https://chromium-review.googlesource.com/1227191Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#592006}
-
Piotr Kalinowski authored
Auth cache uses URL's origin as a key, and non-standard URLs don't have it, so it only results in an attempt to use an invalid key, trigerring a DCHECK on the way, too. This can happen if page uses a data URL as a source for an HTML5 video. Bug: 882842 Change-Id: I0a1861d27152d4d84f3a7692fd94af6222ca027c Reviewed-on: https://chromium-review.googlesource.com/1219607Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Piotr Kalinowski <pkalinowski@opera.com> Cr-Commit-Position: refs/heads/master@{#592005}
-
Philip Jägenstedt authored
PaymentResponse was recently made to inherit from EventTarget: https://chromium-review.googlesource.com/c/chromium/src/+/1206750 At the time the webexposed tests were disabled, but now reenbled: https://chromium-review.googlesource.com/c/chromium/src/+/1223149 That CL update global-interface-listing-expected.txt for the change, but WebViewLayoutTest also need updating now. TBR=timvolodine@chromium.org Bug: 667069, 861704, 883914 Change-Id: I33ac483d8ee11747405505e3dcf1b7a48fbe1dfa Reviewed-on: https://chromium-review.googlesource.com/1227128 Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Jinho Bang <jinho.bang@samsung.com> Cr-Commit-Position: refs/heads/master@{#592004}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/4b83349ad294..45b9bc919502 git log 4b83349ad294..45b9bc919502 --date=short --no-merges --format='%ad %ae %s' 2018-09-18 anthonyalridge@google.com Clickable stack to go to metric. Created with: gclient setdep -r src/third_party/catapult@45b9bc919502 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:866423 TBR=sullivan@chromium.org Change-Id: I75ed029fbb65a7b13532663a72915f04497a9c8d Reviewed-on: https://chromium-review.googlesource.com/1230313Reviewed-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@{#592003}
-
James MacLean authored
Revert "Tentatively re-enable SitePerProcessHitTestBrowserTest.CursorUpdateReceivedFromCrossSiteIframe." This reverts commit 2affd10c. Reason for revert: The test is continuing to flake, so turning it off again on Win. Original change's description: > Tentatively re-enable SitePerProcessHitTestBrowserTest.CursorUpdateReceivedFromCrossSiteIframe. > > This CL tests if > https://chromium-review.googlesource.com/c/chromium/src/+/1228293 > has any effect on the flakiness of this test. > > Bug: 882458 > Change-Id: I0bd0503bd223fd4694f9e106882fcd68efeda85d > Reviewed-on: https://chromium-review.googlesource.com/1228513 > Reviewed-by: Ken Buchanan <kenrb@chromium.org> > Commit-Queue: James MacLean <wjmaclean@chromium.org> > Cr-Commit-Position: refs/heads/master@{#591892} TBR=kenrb@chromium.org,wjmaclean@chromium.org Change-Id: I651fb628162ec2bf301782d5cc61ad4af043fde4 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 882458 Reviewed-on: https://chromium-review.googlesource.com/1230433Reviewed-by:
James MacLean <wjmaclean@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#592002}
-
Mugdha Lakhani authored
This is per the spec: https://wicg.github.io/background-fetch/#background-fetch-display Bug: 884202 Change-Id: I01328856966c6065a4aca382923f219c92079366 Reviewed-on: https://chromium-review.googlesource.com/1228199Reviewed-by:
Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#592001}
-
Finnur Thorarinsson authored
- Minimize the use of the cursor. - Load the contact details upfront. - Keep the ContactDetails in the adapter. - Improved search: case-insensitive search within all contact details. Also temporarily disable photos (will be reinstated in a different way). Bug: 860467 Change-Id: Ia6ddf396bf20d82ae301489a12795d2fad333af8 Reviewed-on: https://chromium-review.googlesource.com/1221551Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#592000}
-
Eric Seckler authored
This delays initialization of MockMediaRouters in chromeos tests until the browser's task executor is initialized. This is required for the upcoming move of BrowserThread::GetTaskRunnerForThread to base::Create*TaskRunnerWithTraits. In the future, TaskRunners can only be obtained after thread initialization. Since MockMediaRouter obtains a TaskRunner in its constructor, this patch moves its creation. TBR=mtomasz@chromium.org,dominickn@chromium.org Bug: 878356 Change-Id: I951e02617de4b81dabe8ed16b8d760028fa6547f Reviewed-on: https://chromium-review.googlesource.com/1230038Reviewed-by:
Eric Seckler <eseckler@chromium.org> Commit-Queue: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#591999}
-
Colin Blundell authored
This CL streamlines IdentityManager's interaction with SigninManager to have IdentityManager act as a straight passthrough rather than updating its internal state via SigninManager::DiagnosticsClient. The motivation is to enable conversion of the codebase to IdentityManager as smoothly and painlessly as possible, as explained in detail in crbug.com/883722. Bug: 883722 Change-Id: I454fd180b3203311640afd7664c19ac6220ef917 Reviewed-on: https://chromium-review.googlesource.com/1224790Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#591998}
-
Hirokazu Honda authored
BUG=None TEST=None Change-Id: I984099dff19124bed3b117ac2791736b05fa1ccd Reviewed-on: https://chromium-review.googlesource.com/1228995Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#591997}
-
Eric Willigers authored
The canonical computed style format for path strings uses absolute commands only. Discussed in https://github.com/w3c/svgwg/issues/321 Previously, Blink only normalized path string to absolute commands when they were animated. BUG=696395 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I773ceb40f22fc5ce1e5f7ea0b4eca6cc612e763e Reviewed-on: https://chromium-review.googlesource.com/1215150 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#591996}
-
Amos Lim authored
Replace NullString with EmptyString of data atrribute as per spec[1]. [1]: https://html.spec.whatwg.org/#the-textarea-element Bug: 497307 Change-Id: I4a32295721fc3dcb97c9fb0914fc9aea3824a312 Reviewed-on: https://chromium-review.googlesource.com/1230173Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Keishi Hattori <keishi@chromium.org> Commit-Queue: Amos Lim <eui-sang.lim@samsung.com> Cr-Commit-Position: refs/heads/master@{#591995}
-
Stuart Langley authored
DriveFS supports exposing the computers that a user has enrolled in Backup and Sync under the drive root, something like: + Drive Root -+ My Drive --+ Sub Folder 1 -+ Team Drives --+ Team Drive 1 -+ Computers --+ My Macbook 1 --+ My Macbook 2 This change introduces the new root types to support "Computers" and child entries that represent each computer. Added unit tests in volume_manager_unittests and code required to have the unit tests pass. Mostly by cargo culting how team drives works. https://www.google.com/drive/download/backup-and-sync/ Bug: 884020 Change-Id: I7371ebfbdca6ca1d1c4fa2bcb2d6707067b112e6 Reviewed-on: https://chromium-review.googlesource.com/1229718 Commit-Queue: Stuart Langley <slangley@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#591994}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/934a29ea903e..4b83349ad294 git log 934a29ea903e..4b83349ad294 --date=short --no-merges --format='%ad %ae %s' 2018-09-18 dtu@chromium.org [dashboard] Fix Percentile() for edge cases. Created with: gclient setdep -r src/third_party/catapult@4b83349ad294 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: Id3e0e8a4db3f9288ffe9cf9da3584b8c97a7c8f8 Reviewed-on: https://chromium-review.googlesource.com/1229780Reviewed-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@{#591993}
-
Friedrich Horschig authored
The feature wasn't launched in M70 on Android yet and is currently disabled via Finch. This CL ensures that Finch only enables this which is a healthier default as Finch isn't meant as a rollout control tool but for experimenting. Change-Id: I3939615186d4446dbcc99779962bfd0f66f2d42c Reviewed-on: https://chromium-review.googlesource.com/1226605 Commit-Queue: Friedrich Horschig [CEST] <fhorschig@chromium.org> Reviewed-by:
Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#591992}
-
Olivier Robin authored
Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Idf7574ce8fb815de10db649d132e09dd3ec7d7f7 Reviewed-on: https://chromium-review.googlesource.com/1221886 Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#591991}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3dea9824..96c8cc90 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: If88cbfbaa0c4e4359c2f4427b8e6c016632f322e Reviewed-on: https://chromium-review.googlesource.com/1229623Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#591990}
-
Martin Robinson authored
Bug: 879147 Change-Id: I167a41fc75206e631d09608acf748a11ef143c22 Reviewed-on: https://chromium-review.googlesource.com/1210182 Commit-Queue: Martin Robinson <mrobinson@igalia.com> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#591989}
-
Olivier Robin authored
This CL pass the WebFrame (or the frameID when there will likely be asynchronous use of it) all arounf autofill. It also create AutofillDriverIOSWebState to isolate the creation of the object. This CL does not change anything in functionality. Bug: 881364 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Ibe34d0c2c994a2afd690f25c54e666338809bce1 Reviewed-on: https://chromium-review.googlesource.com/1221628 Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#591988}
-
Rune Lillesveen authored
Bug: 660770 Change-Id: I889bb94207d13f85f6a56eca3d47f1aaa9da4f52 Reviewed-on: https://chromium-review.googlesource.com/1228116Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#591987}
-
Daniel Bratell authored
views_bridge_mac now uses a function called CreateWindow which happens to be a macro in Win32 APIs. If a Windows builds sees that function and knows about the macro, the build breaks, as just happened in jumbo builds after https://chromium-review.googlesource.com/c/chromium/src/+/1226251 TBR=ellyjones@chromium.org Bug: 859152 Change-Id: Ia2314b7697aa75f8df60310cc504848b86c3ed05 Reviewed-on: https://chromium-review.googlesource.com/1229675Reviewed-by:
Daniel Bratell <bratell@opera.com> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#591986}
-
Joel Hockey authored
This should be a simple interface for a list which allows add, remove and listening for 'splice' event. * findIndex - removed, only implemented in VolumeInfoListImpl as helper. * findByEntry - removed, it already has a duplicate in VolumeManager.getVolumeInfo(). * findByDevicePath - moved into VolumeManager. * findByVolumeId - removed, not needed. * whenVolumeInfoReady - moved into VolumeManager. Bug: 884107 Change-Id: Ifd2aa176d53e4a3ea69eff56519b1d067471fdb4 Reviewed-on: https://chromium-review.googlesource.com/1229876 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#591985}
-
Ramin Halavati authored
Test is consistently failing on chromium.memory/Linux ChromiumOS MSan. Bug: 857382 Change-Id: I53a8091c9bd25e2098b5d2a26104958ab333efd0 TBR: dtseng@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1229036Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#591984}
-
Luciano Pacheco authored
Move updateAvailability() call to be outside of list container batch. Command updateAvailability function does several checks for all commands to set them as available or not, makes sense to perform this outside of the batch, so moved the call after list container batch. The only thing that can potentially change is that file list can finish drawing before the commands have fully set their availability, but that shouldn't be a problem for users. Change-Id: I192411dca3a8d3d02c4319d17b46f65df50f4ef1 Reviewed-on: https://chromium-review.googlesource.com/1229724Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#591983}
-
Kent Tamura authored
frame_loader.h is used in 1,500+ compilation units, and this CL reduces its pre-processed size by 1.85MB. Bug: 242216 Change-Id: Iebe8791e0661f8bce25865fb5f396f03c344322d Reviewed-on: https://chromium-review.googlesource.com/1229723Reviewed-by:
Daniel Bratell <bratell@opera.com> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#591982}
-
Olivier Robin authored
Create helper functions in WebFrameUtil that will do the most common tasks. Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I19215a7519be709f09f3b1023f8fe67c6c6edb18 Reviewed-on: https://chromium-review.googlesource.com/1228114 Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#591981}
-
Sam McNally authored
In the current GetMetadata(), the browser may request the thumbnail from DriveFS to put in the thumbnail URL field as a data URL. When this occurs, the entire request blocks until the thumbnail is ready. Avoid this by using a placeholder thumbnail URL - drivefs:<filesystem URL> - to be interpreted by the image loader. Retrieve the thumbnail for the file using a new chrome.fileManagerPrivate.getThumbnail() extension API. Bug: 883230 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: If8ffc69b174cf4a3506382860b0ed3fdfac2fba0 Reviewed-on: https://chromium-review.googlesource.com/1226753Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#591980}
-
Fredrik Söderquist authored
When the REPL encounters an EOF, it can start spinning on just generating a lot of empty ("") expressions. Instead quit if an EOF is received and there's an empty expression. If the expression is not empty it will still be evaluated. This helps certain non-interactive use-cases. Bug: 748419 Change-Id: Ica91f2164361bd6891f71e25fbdba0773c6c9941 Reviewed-on: https://chromium-review.googlesource.com/1225764Reviewed-by:Eric Seckler <eseckler@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#591979}
-
afdo-chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://autoroll.skia.org/r/afdo-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=gbiv@chromium.org Change-Id: I1c62d40735e96bc57e0c7b77dae5fdd3d54ed839 Reviewed-on: https://chromium-review.googlesource.com/1229621 Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#591978}
-
Tanja Gornak authored
This CL blocks: * https://chromium-review.googlesource.com/c/chromium/src/+/1203998 * https://chromium-review.googlesource.com/c/chromium/src/+/939824 Change-Id: I6ad25dad2c52ec723d83b0eba347b71ce4282f2e Reviewed-on: https://chromium-review.googlesource.com/1102421Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Tatiana Gornak <melandory@chromium.org> Cr-Commit-Position: refs/heads/master@{#591977}
-
Kent Tamura authored
local_frame_view.h is used in 1,500+ compilation units, and crrev.com/591100 increased its pre-processed size by 3.57MB. This CL fixes it. Bug: 242216, 869924 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I3dd48467d027f56655bb796984756ee7c25f86cd Reviewed-on: https://chromium-review.googlesource.com/1229873Reviewed-by:
Daniel Bratell <bratell@opera.com> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#591976}
-
chromium-autoroll authored
Note: force submitting because of borked mac archive trybot. All other bots are green so we should be good. https://webrtc.googlesource.com/src.git/+log/d574123c5035..6d800030ab7e git log d574123c5035..6d800030ab7e --date=short --no-merges --format='%ad %ae %s' 2018-09-17 mbonadei@webrtc.org Revert "Compile frame analyzer for the host machine on perf tests." 2018-09-17 mbonadei@webrtc.org Add RTC_EXPORT macro to export WebRTC symbols. 2018-09-17 mbonadei@webrtc.org Compile frame analyzer for the host machine on perf tests. 2018-09-17 buildbot@webrtc.org Roll chromium_revision 1d75f6fc..0eb6b522 (591373:591627) 2018-09-17 mbonadei@webrtc.org Rename RTC_EXPORT to RTC_OBJC_EXPORT. 2018-09-17 mbonadei@webrtc.org Introduce GN arg rtc_exclude_runtime_enabled_features_default. 2018-09-17 danilchap@webrtc.org Register video rtp header extensions in rtp_rtcp by uri 2018-09-17 sprang@webrtc.org Add ability to throttle VideoBitrateAllocation updates. 2018-09-17 mbonadei@webrtc.org Remove obsolete comments. 2018-09-17 saza@webrtc.org Reland "Remove APM internal usage of EchoCancellation" 2018-09-15 mbonadei@webrtc.org Merge field_trial and field_trial_default in a unique target. 2018-09-15 mbonadei@webrtc.org Merge system_wrappers:metrics and system_wrappers:metrics_default. Created with: gclient setdep -r src/third_party/webrtc@6d800030ab7e 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. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng BUG=chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Id68bba413d71cbfb8cb52522b530e440249e459d Reviewed-on: https://chromium-review.googlesource.com/1229778Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#591975}
-
Jérôme Lebel authored
SSOUsingWKWebView flag is related to the finch experiment from cl/212276156. This flag is used only with iOS 12. In iOS 11, the behaviour is not changed and UIWebView should be used in SSO. This flag will be used in downstream in crrev.com/i/678068 Bug: 880981 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Id81fc0f0cccb1f4068e6262374620025ad9bff34 Reviewed-on: https://chromium-review.googlesource.com/1221487Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#591974}
-
Joel Hockey authored
VolumeManager in externs should not be depending on this type, and it has only a small purpose in import_controller which can be replaced by using VolumeManager directly. As a result of this change, VolumeInfoList.findByEntry(Entry) is now replaced by VolumeManager.getVolumeInfo(Entry). Bug: 884107 Change-Id: I7429513429dcf8c9c04a6b20fc309813de3ab0a2 Reviewed-on: https://chromium-review.googlesource.com/1229716Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#591973}
-
Hajime Hoshi authored
This is a part of efforts to forbid V8 execution on the default task runner of the main thread. In XRFrameProvider case, callbacks registered via requestAnimationFrame were called on the default task runner. This CL changes the task runner to per-frame task runners. Bug: 870606 Cq-Include-Trybots: luci.chromium.try:win_optional_gpu_tests_rel Change-Id: Ia8cfc659bca261ad2330836287414cfb3fe13291 Reviewed-on: https://chromium-review.googlesource.com/1226891 Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Reviewed-by:
Brandon Jones <bajones@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#591972}
-
Darren Shen authored
Changing aspects of an input field while it is focused can have an effect on the virtual keyboard. This patch adds some tests to prevent regressions in such behaviour. Bug: 849995 Change-Id: I9e865f8d4cfdb3eeb37c9410b3a1a688c78d6df4 Reviewed-on: https://chromium-review.googlesource.com/1227867Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#591971}
-