- 18 Dec, 2017 40 commits
-
-
Jonathan authored
viz_content_browsertests has exceptions on 3 bots. This is just because we never manually added them to these bots in the old format of configuring bots. TEST=ran the associated trybots for viz_content_browsertests Bug: 760181 Change-Id: I9c197c4ab906aad35522c49a0f618925d7ca258d Reviewed-on: https://chromium-review.googlesource.com/829654Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#524709}
-
Christian Dullweber authored
This reverts commit e9cc36e4. Reason for revert: https://crbug.com/795744 Original change's description: > [Ribbon] Remove CSSProperty groups > > Gist for gen diff here: > > https: //gist.github.com/rjwright/d32835d21f8b313c46ec7a1c6d4d0155/revisions > Bug: 788554 > Change-Id: Ia19d78686e9742a91455fa044c69c22c94c05552 > Reviewed-on: https://chromium-review.googlesource.com/804645 > Commit-Queue: Renée Wright <rjwright@chromium.org> > Reviewed-by: meade_UTC10 <meade@chromium.org> > Cr-Commit-Position: refs/heads/master@{#524692} TBR=rjwright@chromium.org,meade@chromium.org Change-Id: I0c1d41d5ef0f93b4563ad755b3b1743810b8a9b8 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 788554 Reviewed-on: https://chromium-review.googlesource.com/832469Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#524708}
-
Christian Dullweber authored
This reverts commit a6e5ee25. Reason for revert: https://crbug.com/795744 Original change's description: > [Ribbon] Remove ID arg from CSSProperty constructor > > Bug: > Change-Id: Iec8e0ab541266cbb65e68d257cbdf5b8f326c75f > Reviewed-on: https://chromium-review.googlesource.com/810505 > Commit-Queue: Renée Wright <rjwright@chromium.org> > Reviewed-by: meade_UTC10 <meade@chromium.org> > Cr-Commit-Position: refs/heads/master@{#524697} TBR=rjwright@chromium.org,meade@chromium.org Change-Id: I3960b36737f89160b1dc885fa3a9a0095532948c No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/832566Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#524707}
-
Christian Dullweber authored
This reverts commit b5d56567. Reason for revert: https://crbug.com/795744 Original change's description: > [Ribbon] Make unneeded constructors protected & leaf classes final > > Would have been nice to make the leaf constructors protected & > singleton but they are called by global level declarations > so too much messing around to be worth it. > > Bug: > Change-Id: I2b96460912af5a3ea6b4049ccb49c67b2d394a27 > Reviewed-on: https://chromium-review.googlesource.com/816780 > Commit-Queue: Renée Wright <rjwright@chromium.org> > Reviewed-by: meade_UTC10 <meade@chromium.org> > Cr-Commit-Position: refs/heads/master@{#524701} TBR=rjwright@chromium.org,meade@chromium.org Change-Id: Idc449e0ec2685d0d30a935155d6d2ced83fc5db6 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/832468Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#524706}
-
Ross McIlroy authored
BUG=chromium:624411 Change-Id: Icf3bdf7f004751639f86beb0eb03b2deab902c5d Reviewed-on: https://chromium-review.googlesource.com/829379Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Ross McIlroy <rmcilroy@chromium.org> Cr-Commit-Position: refs/heads/master@{#524705}
-
Becca Hughes authored
Local files should always have autoplay. BUG=794294 Change-Id: I3d2d302dc7e9476f5a694f2211986e6858714d1d Reviewed-on: https://chromium-review.googlesource.com/831986 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#524704}
-
Becca Hughes authored
RecordStoredScoresToHistogram() is currently taking around 53.5ms when MediaEngagementService is constructed. This uses a task runner to record the scores asynchronously without blocking startup. BUG=791779 Change-Id: I8302eea6ab50411471572edb0b12f78f2986f144 Reviewed-on: https://chromium-review.googlesource.com/808484 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#524703}
-
Kristoffer Erlandsson authored
Is intended to simulate a video call with one high resolution video element and several with low resolutions. The srcObject of the high resolution element is frequently swapped with one of the low resolution elemements. This is a port of the ChromeOS Autotest video_WebRtcMainFeedSwitching. Bug: 777857 Change-Id: I64f522f7141e6f2c7dcdf04d64af9147e884173d Reviewed-on: https://chromium-review.googlesource.com/819416 Commit-Queue: Kristoffer Erlandsson <kerl@google.com> Reviewed-by:
Patrik Höglund <phoglund@chromium.org> Cr-Commit-Position: refs/heads/master@{#524702}
-
Renee Wright authored
Would have been nice to make the leaf constructors protected & singleton but they are called by global level declarations so too much messing around to be worth it. Bug: Change-Id: I2b96460912af5a3ea6b4049ccb49c67b2d394a27 Reviewed-on: https://chromium-review.googlesource.com/816780 Commit-Queue: Renée Wright <rjwright@chromium.org> Reviewed-by:
meade_UTC10 <meade@chromium.org> Cr-Commit-Position: refs/heads/master@{#524701}
-
Rune Lillesveen authored
The reference contained display:contents style making this test always pass. The elements tested here are now covered by: css/css-display/display-contents-unusual-html-elements-none.html css/css-display/display-contents-button.html Bug: 794498 Change-Id: I392c71d09fa8dc32d1b29ef99c0859af50cd75ed Reviewed-on: https://chromium-review.googlesource.com/832086Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#524700}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/6c84ef00005b..8a4ac91dd392 $ git log 6c84ef000..8a4ac91dd --date=short --no-merges --format='%ad %ae %s' 2017-12-18 mlamouri Disable autoplay restrictions on Chrome via command line flag. Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-roll.skia.org 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=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I8255f0ac4d4500f60872cae3660b95c07df9aafb Reviewed-on: https://chromium-review.googlesource.com/832046 Commit-Queue: <catapult-deps-roller@chromium.org> Reviewed-by: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#524699}
-
Shanmuga Pandi M authored
Bug: 769629 Change-Id: If9ea16b53f7201a0abe92aebc119e0bc4c6c2e20 Reviewed-on: https://chromium-review.googlesource.com/831383 Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#524698}
-
Renee Wright authored
Bug: Change-Id: Iec8e0ab541266cbb65e68d257cbdf5b8f326c75f Reviewed-on: https://chromium-review.googlesource.com/810505 Commit-Queue: Renée Wright <rjwright@chromium.org> Reviewed-by:
meade_UTC10 <meade@chromium.org> Cr-Commit-Position: refs/heads/master@{#524697}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/62729327..c85ab812 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;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I7c9f52b7e264cdc743ee84cf07acf8274329a6bd Reviewed-on: https://chromium-review.googlesource.com/832006Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#524696}
-
Mostyn Bramley-Moore authored
battery_status_service_unittest.cc also has a FakeBatteryManager class, which collides with this one in jumbo builds. BUG=794692 Change-Id: I9a62f495470e1128dad931df3ea4a815d6c55cf9 Reviewed-on: https://chromium-review.googlesource.com/827765Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Mostyn Bramley-Moore <mostynb@vewd.com> Cr-Commit-Position: refs/heads/master@{#524695}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/ef0384835757..46845d1c3af5 $ git log ef0384835..46845d1c3 --date=short --no-merges --format='%ad %ae %s' 2017-12-18 angle-deps-roller Roll skia/third_party/externals/angle2/ 647dca767..a2d981418 (1 commit) Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org 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=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=csmartdalton@chromium.org Change-Id: Ie47e5ac5ccb26db58b37203e4a4897fc5c3a5fce Reviewed-on: https://chromium-review.googlesource.com/831906Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#524694}
-
Christian Dullweber authored
The previous CL disabled the wrong test. TBR=shuchen@chromium.org Bug: 795631 Change-Id: If8dc9a83b0e691f12b5212b79c457af745006279 Reviewed-on: https://chromium-review.googlesource.com/831949 Commit-Queue: Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Shu Chen <shuchen@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#524693}
-
Renee Wright authored
Gist for gen diff here: https: //gist.github.com/rjwright/d32835d21f8b313c46ec7a1c6d4d0155/revisions Bug: 788554 Change-Id: Ia19d78686e9742a91455fa044c69c22c94c05552 Reviewed-on: https://chromium-review.googlesource.com/804645 Commit-Queue: Renée Wright <rjwright@chromium.org> Reviewed-by:
meade_UTC10 <meade@chromium.org> Cr-Commit-Position: refs/heads/master@{#524692}
-
Gauthier Ambard authored
The TARGET_NAME should depend on TARGET_NAME_ui, not the other way around. TARGET_NAME usually contains the coordinator/mediator, TARGET_NAME_ui the View/ViewController. The coordinator should know the View layer, not the other way around. Here the layer separation hasn't been done yet, but it should still respect the convention, in particular if we try to add objects respecting the layer separation. Bug: none Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I1e9d3ee25fb2983a42d0670787a174989f60652e Reviewed-on: https://chromium-review.googlesource.com/829374 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Eric Noyau <noyau@chromium.org> Cr-Commit-Position: refs/heads/master@{#524691}
-
Gauthier Ambard authored
This CL enables the CleanToolbar by default to allow wider testing. Bug: 785537 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I09081f1a4ad53bf037446ad6fe6863b1f31a656c Reviewed-on: https://chromium-review.googlesource.com/822095 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#524690}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/ad4583d06ecd..6c84ef00005b $ git log ad4583d06..6c84ef000 --date=short --no-merges --format='%ad %ae %s' 2017-12-15 nednguyen Update Telemetry README.md doc Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-roll.skia.org 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=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: Ice1ade4c3957c65cb2854be4b586a49e9bd3f0ad Reviewed-on: https://chromium-review.googlesource.com/831849 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#524689}
-
Chromium WPT Sync authored
Using wpt-import in Chromium c0773253. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/8124 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: jsbell@chromium.org: external/wpt/storage TBR=foolip No-Export: true Change-Id: I00dae81d55f6cb2d85bd69f84736c98bde35c5bf Reviewed-on: https://chromium-review.googlesource.com/831550 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#524688}
-
Rune Lillesveen authored
Adjusted how display:contents affect various SVG elements as specified in https://drafts.csswg.org/css-display/#unbox-svg By using IsOutermostSVGSVGElement() for svg root testing , this change also fixes 795685. Bug: 794498, 795685 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I6b45f1ad65cfe9b29378d9ea9f2c4f9d855da231 Reviewed-on: https://chromium-review.googlesource.com/829633 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#524687}
-
Mirko Bonadei authored
This reverts commit 7c1a115d. Reason for revert: I think this CL is still breaking Win8 and Win10: https://ci.chromium.org/buildbot/chromium.webrtc.fyi/Win10%20Tester/10071 https://ci.chromium.org/buildbot/chromium.webrtc.fyi/Win8%20Tester/3085 Original change's description: > Reland: Win video capture: use IMFCaptureEngine for Media Foundation > > Fixes for reland: > - "Win8 Tester" browser_tests_functional failure > - "Win8 Tester" capture_unittests failure > > Original description: > - Full rewrite of the MediaFoundation implementation video part to use > IMFCaptureEngine > - Implementation of takePhoto, setPhotoOptions and getPhotoCapabilities > - takePhoto triggers a still image capture with the highest available > resolution without stopping the video stream thanks to IMFCaptureEngine > > TEST=adapted video_capture_device_unittest.cc and > webrtc_image_capture_browsertest.cc; launch Chrome with > --force-mediafoundation on Win8+ and capture video using > e.g. https://webrtc.github.io/samples/src/content/getusermedia/gum/ > > R=mcasas@chromium.org > > Bug: 730068 > Change-Id: I3835a48ca8516fc66a6a8394b3709d4dea862f89 > Reviewed-on: https://chromium-review.googlesource.com/734042 > Commit-Queue: Christian Fremerey <chfremer@chromium.org> > Reviewed-by: Miguel Casas <mcasas@chromium.org> > Reviewed-by: Christian Fremerey <chfremer@chromium.org> > Cr-Original-Commit-Position: refs/heads/master@{#521435} > Reviewed-on: https://chromium-review.googlesource.com/810766 > Cr-Commit-Position: refs/heads/master@{#524417} TBR=mcasas@chromium.org,chfremer@chromium.org,alaoui.rda@gmail.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 730068 Change-Id: I04e276e3b9f42e7f8ec3a60fd8b9439788ad994f Reviewed-on: https://chromium-review.googlesource.com/831588 Commit-Queue: Olga Sharonova <olka@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Cr-Commit-Position: refs/heads/master@{#524686}
-
Tomasz Moniuszko authored
Bug: 638977 Change-Id: I3336f64fc9497417831afa24f8403a63b77797bb Reviewed-on: https://chromium-review.googlesource.com/817435 Commit-Queue: Tomasz Moniuszko <tmoniuszko@opera.com> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#524685}
-
Dominic Battre authored
A website may have an <input type="password"> that is dynamically changed to an <input type="text"> when the user clicks on an eye icon to reveal the password. This means that the text input field now has the user's password which is susceptible to learning for autofill and the Android keyboard. We should track the past state of input field and prevent learning if a field has ever been a password field. Bug: 794949 Change-Id: I14023dbf9f2e2449bc5155b4432cdb73c7bcc223 Reviewed-on: https://chromium-review.googlesource.com/827075Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Keishi Hattori <keishi@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#524684}
-
Leo Zhang authored
CL/179034570 asked for adding an entry for my experiment group. This change should resolve it. TBR=isherman@chromium.org Change-Id: I30de06b41f5266635cf2cab3b1710702cc9811af Reviewed-on: https://chromium-review.googlesource.com/831003Reviewed-by:
Leo Zhang <googleo@chromium.org> Commit-Queue: Leo Zhang <googleo@chromium.org> Cr-Commit-Position: refs/heads/master@{#524683}
-
Gauthier Ambard authored
When any button of the toolbar is pressed, the event should be logged. Also if the omnibox is being edited, the edit mode should be removed. This CL adds a method to add those actions to all buttons. Bug: 795257 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: If6b34153b6f2fcaa7fa9037f26a7f0a15ab75da2 Reviewed-on: https://chromium-review.googlesource.com/829315Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#524682}
-
Marc Treib authored
Some tests depend on the availability of the default prepopulated MV items from TopSites. Since TopSites loads asynchronously, it's possible that these items aren't available when a test runs, which manifests as test flakiness. This CL adds an explicit wait before running the tests. Bug: 793818 Change-Id: Iabb745f038bc44fc2d46ab263fe944b6e996412f Reviewed-on: https://chromium-review.googlesource.com/831524Reviewed-by:
Chris Pickel <sfiera@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#524681}
-
Christian Dullweber authored
This test is flaky on Windows as well. TBR=oysteine@chromium.org Bug: 723933 Change-Id: I07d581090a7d898bda7afadf298a141fb144d372 Reviewed-on: https://chromium-review.googlesource.com/831525Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#524680}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/647dca7672f7..a2d981418d78 $ git log 647dca767..a2d981418 --date=short --no-merges --format='%ad %ae %s' 2017-12-15 oetuaho Fix allowing non-constant ternary global initializer Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-chromium-roll.skia.org 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=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=ynovikov@chromium.org Change-Id: Iec7b17bd0ff1703f8867cffe37e738fd69268452 Reviewed-on: https://chromium-review.googlesource.com/831846Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#524679}
-
Jerome Jiang authored
This is a reland of 3d9bdee7 The reland is unmodified since it was not the root cause of the problem that motivated the initial revert. Original change's description: > Roll src/third_party/libvpx/source/libvpx/ cbe62b9c2..14dbdd95e (25 commits) > > https://chromium.googlesource.com/webm/libvpx.git/+log/cbe62b9c2d2b..14dbdd95e686 > > $ git log cbe62b9c2..14dbdd95e --date=short --no-merges --format='%ad %ae %s' > 2017-11-29 jianj Add frame width & height to frame pkt. Add test. > 2017-12-06 marpan vp9-svc: Set downsampling filter for VGA layer. > 2017-12-06 marpan vp9: Nonrd-pickmode: move some early exits up. > 2017-12-01 marpan vp9-svc: Allow for nonzero motion on spatial reference. > 2017-11-28 huisu Add max luma picture width/height constraint in VP9 level > 2017-12-01 johannkoenig filter out asm includes > 2017-12-01 johannkoenig explicitly label .text sections > 2017-12-01 johannkoenig nasm defaults to -Ox > 2017-12-01 johannkoenig pass 'win64' instead of 'x64' to the assembler > 2017-12-01 marpan vp9-svc: Set num_inter_modes in non-rd pickmode. > 2017-12-01 yinshiyou-hf vpx_dsp: [loongson] optimize variance v2. > 2017-11-30 marpan Nonrd-pickmode: avoid duplicate computation of UV predictor. > 2017-11-30 jzern decouple spatial-svc from encoder abi > 2017-11-29 marpan Fix to copy partition. > 2017-11-29 marpan vp9-svc: Don't allow encode_breakout on golden ref. > 2017-11-29 marpan vp9-svc: Clean conditon for allowing copy_partition. > 2017-11-29 kylesiefring Remove unnecessary includes of emmintrin_compat.h > 2017-11-29 yinshiyou-hf vp8: [loongson] optimize regular quantize v2. > 2017-11-29 kaustubh.raste mips msa optimize vpx_scaled_2d function > 2017-11-29 yinshiyou-hf vp8: [loongson] optimize vp8_short_fdct4x4_mmi v2. > (...) > > Created with: > roll-dep src/third_party/libvpx/source/libvpx > R=johannkoenig@google.com > > BUG=webrtc:5749 > > Change-Id: I2e26d723eaffb7fb999f4d1d77ea678519f0ef50 > Reviewed-on: https://chromium-review.googlesource.com/813088 > Reviewed-by: Johann Koenig <johannkoenig@google.com> > Commit-Queue: Jerome Jiang <jianj@google.com> > Cr-Commit-Position: refs/heads/master@{#522479} TBR=jianj@google.com, johannkoenig@google.com, holmer@chromium.org Bug: webrtc:5749 Change-Id: I8476d1d156f59a12ebc1f08c01e84fc09971dd2a Reviewed-on: https://chromium-review.googlesource.com/831587 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#524678}
-
Eric Lawrence authored
A change in Chrome 63 means that we now %-escape the ref component. Update the comments in GURL.h accordingly. Change-Id: I405e9897ebf05d5f0679184a33c6263a1928d5d9 Reviewed-on: https://chromium-review.googlesource.com/830890Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#524677}
-
Christian Dullweber authored
This test is timing out a lot. TBR=chenwilliam@chromium.org Bug: 795542 Change-Id: I8cc41394054c6ba835600ecde5eb0305e222d102 Reviewed-on: https://chromium-review.googlesource.com/831522Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#524676}
-
Mihai Sardarescu authored
As explained in https://bugs.chromium.org/p/chromium/issues/detail?id=789882#c4, on macOS clicking enter does not select the button that is currently focused. This breaks the behavior for the user menu. This CL changes the API for views::Button allowing the subclasses to customize the action for key events. It then changes the hover button to always support start a click action when the enter button is pressed. Bug: 789882 Change-Id: I2175ee765da71fcd34211f544057973f84cb0ac3 Reviewed-on: https://chromium-review.googlesource.com/824603 Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#524675}
-
cm.sanchi authored
This patch mojofies the ChromeFrameMsg_GetWebApplicationInfo and ChromeFrameHostMsg_DidGetWebApplicationInfo message Bug: 789826 Change-Id: Iff07e66d41f56f85e9298fc8e2ba38ab00f3e734 Reviewed-on: https://chromium-review.googlesource.com/800130 Commit-Queue: Chandramouli Sanchi <cm.sanchi@samsung.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#524674}
-
Qiang Xu authored
changes: This is a revert of http://crrev.com/2923343004. This is speculative fix for crbug.com/776409. In m62, we introduced a way to prevent excessive chrome pull on portal detection test url. If we are behind portal, the new attempt is hopefully started when default network changed or connection state changed. Now that we have random hosts for portal detection test url, the effect of excessive test url pull is pretty alleviated. Revert it in hope of getting rid of some cases that stopped chrome side continuous portal detection. Bug: 776409, 702273 Test: None. This is a revert which shouldn't break anything. Change-Id: Ifaf30e5ed9bfcca235e356e064647c28e71fd02e Reviewed-on: https://chromium-review.googlesource.com/809851 Commit-Queue: Qiang(Joe) Xu (APAC) <warx@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#524673}
-
Hirokazu Honda authored
ProvidePictureBuffers() triggers AssignPictureBuffers() and ImportPictureBuffers() in this order. The size of an imported picture in ImportPictureBuffers() is updated in ProvidePictureBuffers(). However, ImportPictureBuffers() can be called between ProvidePictureBuffers() and ImportPictureBuffers(), when a client already queues ImportPictureBuffers() for old imported pictures. In this case, the size of an picture imported by ImportPictureBuffers is different from one updated in ProvidePictureBuffers. Therefore, verifyDmaBbuf() is failed. To resolve this problem, an imported picture size is updated in AssignPictureBuffers(), not ProvidePictureBuffers(). TEST=CtsMediaTestCases on minnie and eve BUG=b:70767025 Change-Id: I6451a0c9d86b21010fc72071f6d5a3e45dee590f Reviewed-on: https://chromium-review.googlesource.com/831324Reviewed-by:
Kuang-che Wu <kcwu@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#524672}
-
Sylvain Defresne authored
Some tests needs to create an image with a given scale, so add a function with a scale parameter. Bug: 795669 Change-Id: Ibdc6863a247c2035cbbd5fed64c5b0954cbb2327 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Reviewed-on: https://chromium-review.googlesource.com/831514Reviewed-by:
Elodie Banel <lod@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#524671}
-
Koji Ishii authored
As suggested by chrishtr@ at: https://groups.google.com/a/chromium.org/d/msg/layout-dev/O_D8ylaEyyE/wCiDNT8lCgAJ Bug: 714962 Change-Id: Ic53ff4c3f492e8201c4582fe2c7e497ee6b10050 Reviewed-on: https://chromium-review.googlesource.com/821393Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#524670}
-