- 13 Jun, 2019 40 commits
-
-
Sujie Zhu authored
Server side config: https://critique.corp.google.com/#review/252708499 Bug: 954367 Change-Id: I68f8dbe9c3d97139f82e66a09f64d80ec860cf09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656051Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Sujie Zhu <sujiezhu@google.com> Cr-Commit-Position: refs/heads/master@{#669029}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/b08d53d3c1c6..88596beab317 git log b08d53d3c1c6..88596beab317 --date=short --no-merges --format='%ad %ae %s' 2019-06-13 jmadill@chromium.org Vulkan: Implement a texture descriptor cache. 2019-06-13 shrekshao@google.com Enable floatBlend for D3D9 2019-06-13 dongja@google.com Vulkan: fix array size for internal shaders 2019-06-13 jmadill@chromium.org Refactor DrawCallPerfParams. Created with: gclient setdep -r src/third_party/angle@88596beab317 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 BUG=chromium:970532 TBR=jmadill@google.com Change-Id: Idfc3de99e8fc6db5f183b840bbaac248f50c1185 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659142Reviewed-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@{#669028}
-
Jacob DeWitt authored
magic-window.html now supports using click-and-drag to adjust viewer pose orientation in an inline session. input-selection.html is split into two samples since it has evolved to demonstrate too many things at once: - teleportation.html demonstrates just the teleporting + adjusting rotation functionality - gamepad.html does the same thing with gamepad input, with the improvement of having boxes that corespond to joysticks/touchpads for an xr-standard gamepad moving in response to the associated input axes instead of having additional boxes that move but don't respond to button presses. It also displays data tables if an optional URL parameter is set. Bug: 966565, 974037 Change-Id: Icf286e7303c64b94ed3c9d4031bfd88a71c3d9e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656437 Commit-Queue: Jacob DeWitt <jacde@chromium.org> Reviewed-by:
Brandon Jones <bajones@chromium.org> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#669027}
-
Sergey Ulanov authored
Now Vulkan and out-of-process rasterization is supported in WebEngine. It's enabled only when it detects that the Vulkan loader service is present in the service directory passed during Context creation. Also removed Vulkan loader service from the CastRunner manifest, so for now WebRunner is the only client that will have Vulkan enabled. Bug: 962617 Change-Id: I5994b825057aebfc10ff5a828c7ace947aec3816 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618242 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#669026}
-
Ken Rockot authored
This is no longer necessary since the Service Manager is initialized before browser threads are even created. None of the implementations of this override needed the ServiceManagerConnection specifically, but only its Connector. Additionally, with recent changes to Service Manager initialization the PostCreateThreads() method is effectively equivalent in timing to what ServiceManagerConnectionStarted was. As such all prior implementations of ServiceManagerConnectionStarted have been moved into a PostCreateThreads override, and references to the connection argument have been replaced with GetSystemConnector(). Bug: 904240 Change-Id: I70a445f5dcf9d16df654b95d971672f8c611e108 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652798 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#669025}
-
John Rummell authored
Instead of returning a base::File object and letting the utility process do the read/write operations, change the mojo interface so that the operations are instead done inside the browser process, and pass the contents to/from the utility process. This is done to simplify the code and is the first part of a change to make CdmFile operations use streams instead of base::File. Bug: 958204 Test: Modified tests pass Change-Id: I3d01c4a848889ad0f5f3780305a00481b1ae0074 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636438 Commit-Queue: John Rummell <jrummell@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#669024}
-
Anubha Mathur authored
- Introduce tree-like navigation in the flamechart: - Use up and down arrow keys to navigate through groups in the flamechart - Use left, right arrow keys to expand, collapse groups - Allow using enter to select a default entry in a group, so users can navigate to them without using a mouse. - Add selection borders on the flamechart. Change-Id: I3371017cfd2e916ed820783cf84c3ded368b3c99 Video Recording: https://imgur.com/FYE0VbS Change-Id: I3371017cfd2e916ed820783cf84c3ded368b3c99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627917Reviewed-by:
Alexei Filippov <alph@chromium.org> Commit-Queue: Anubha Mathur <anubmat@microsoft.com> Cr-Commit-Position: refs/heads/master@{#669023}
-
Nektarios Paisios authored
When retrieving an AXTreeManager from AXTreeManagerMap, we were using operator[] to access the manager in the map. This would have the effect of creating an uninitialized AXTreeManager if the provided AXTreeID was not found in the map. To correct this, the map should be search first before trying to retrieve the manager and return nullptr if the manager is not found. Additionally, to prevent future errors with this method in case the code gets refactorred, the at(...) method is used instead of operator[] which would throw an out-of-range exception if the manager is not found in the map. R=aleventhal@chromium.org Bug: 956748 Change-Id: I0baf06f905dd7677534c2ce5b6dca087ca87a4b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1655994Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#669022}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/df84b9466cfd..8c12f564113c git log df84b9466cfd..8c12f564113c --date=short --no-merges --format='%ad %ae %s' 2019-06-13 srisser@google.com Fix unsigned "less than zero" comparison 2019-06-13 shrekshao@google.com Expose EXT_float_blend 2019-06-13 capn@google.com Process independent vertex elements 2019-06-13 capn@google.com Fix alignment of projected vertex coordinates 2019-06-13 sugoi@google.com Fixed sRGB multisample tests Created with: gclient setdep -r src/third_party/swiftshader@8c12f564113c 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:968830,chromium:b/27351835,chromium:b/27351835 TBR=swiftshader-team+autoroll@google.com Change-Id: I0c86197f05724fce2b709d77dcae17c81c174b95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659352Reviewed-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@{#669021}
-
Jordy Greenblatt authored
This reverts commit c731a337. Reason for revert: Fix caused new aesthetic issue http://crbug.com/973810 Original change's description: > [CrOS Settings]: Fix RTL bug caused by CSS 'absolute' position > > The cameraVideo was positioned absolutely and therefore wasn't > contained in the cr-picture-pane in RTL languages and could not be > viewed. > > Testing: > > Note: I switched the language to Hebrew because the behavior was the > same but I can read some Hebrew so it was easier to navigate. > > Before in RTL: > https://screenshot.googleplex.com/tx9TUixsmhg > > After in RTL: > https://screenshot.googleplex.com/aAax330vziE > > Also, the change did not affect the behavior to in LTR languages, as > seen in this English language screenshot from after the change: > https://screenshot.googleplex.com/oMA5JjvDGer > > > Bug: 935341 > Change-Id: Ia9167e398ff7121fea7eb07ff90671ac4b4ae4b0 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652206 > Reviewed-by: Steven Bennetts <stevenjb@chromium.org> > Commit-Queue: Jordy Greenblatt <jordynass@chromium.org> > Cr-Commit-Position: refs/heads/master@{#667778} TBR=stevenjb@chromium.org,maybelle@chromium.org,jordynass@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 935341 Change-Id: Iae610493b7d3aa3fdc637b3e703e58b1656f1ae4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659530 Commit-Queue: Jordy Greenblatt <jordynass@chromium.org> Reviewed-by:
May Lippert <maybelle@chromium.org> Reviewed-by:
Jordy Greenblatt <jordynass@chromium.org> Cr-Commit-Position: refs/heads/master@{#669020}
-
kyle Ju authored
Adds webdriver_tests_suite to linux-blink-rel bot and changes test_importer to retrieve WebDriver expectations from the same bot instead of linux-rel. Bug: 881513 Change-Id: I955a00e6d643a6d74628ad7d4f19f77f2090bf99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613374Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#669019}
-
Jordy Greenblatt authored
Bug: 825954 Change-Id: Id9023adb290445b19308f85744b7c3df0669c88d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659188Reviewed-by:
Jordy Greenblatt <jordynass@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Jordy Greenblatt <jordynass@chromium.org> Cr-Commit-Position: refs/heads/master@{#669018}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/22b387d76825..0e08b37624f8 Created with: gclient setdep -r src-internal@0e08b37624f8 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:944752,chromium:790178,chromium:790568,chromium:790246,chromium:849505 TBR=mmentovai@google.com,aboxhall@google.com,mstensho@google.com,oksamyt@google.com Change-Id: Ie15a69f3d371682e150d641b155327f7a3320319 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659608Reviewed-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@{#669017}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1ee54f57..9cea40ce 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: I5f7b632b72b34061ece6f3c751fd3aa51c5bf617 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659350Reviewed-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@{#669016}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ef787f79e54e..9715559684cd git log ef787f79e54e..9715559684cd --date=short --no-merges --format='%ad %ae %s' 2019-06-13 csmartdalton@google.com Skip addInterval for stencil proxies ignored by resource allocator 2019-06-13 herb@google.com Make fPathData private and add API for paths 2019-06-13 bsalomon@google.com Revert "Make GrBicubicEffect also support centripetal Catmull-Rom kernel." 2019-06-13 mtklein@google.com rm unused fields 2019-06-13 egdaniel@google.com Add asserts to make sure we always have valid GrBackendFormats before creating proxies. 2019-06-13 mtklein@google.com i16x2 sub/shr 2019-06-13 bsalomon@google.com Make GrBicubicEffect also support centripetal Catmull-Rom kernel. 2019-06-13 mtklein@google.com baby steps into 16-bit ops 2019-06-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-06-13 mtklein@google.com remove mul_unorm8/mad_unorm8 2019-06-13 herb@google.com Revert "[skottie] Use metrics for Shaper vertical alignment" 2019-06-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@9715559684cd 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=herb@google.com Change-Id: Ifdf1bb1bc2d433d5039f2d9573c2fefd7daa4178 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659135Reviewed-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@{#669015}
-
Jonathan Backer authored
Change-Id: Ic76a8f1f3b53a04d396e35e368d70b566611ef2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1651916Reviewed-by:
Jonathan Backer <backer@chromium.org> Reviewed-by:
Peng Huang <penghuang@chromium.org> Commit-Queue: Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#669014}
-
Kyle Milka authored
Bug: None Change-Id: I15812f742ace9a4870cba112fc34e95aaae96c15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658953 Commit-Queue: Kyle Milka <kmilka@chromium.org> Reviewed-by:
Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#669013}
-
Devlin Cronin authored
Add core_api_provider and test_support targets to //.gn, and add a couple missing DEPS. Bug: None Change-Id: I6da68f4be815fe4641dba8034a4b067e4115fea7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658847 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#669012}
-
Sven Zheng authored
The test currently fails on bot. Error: [11192:6800:0613/132632.669:ERROR:resource_bundle.cc(803)] Failed to load C:\b\s\w\ir\out\Default\chrome_100_percent.pak Some features may not be available. [11192:6800:0613/132632.684:WARNING:resource_bundle.cc(357)] locale_file_path.empty() for locale The added data deps is the same as browser_tests: https://cs.chromium.org/chromium/src/chrome/test/BUILD.gn?l=1362&rcl=21629cfe06f703203dbfcebad89f86685a95f821 Bug: chromium:958242 Change-Id: If3e3fbae08affa4885bc21ebd488f150cb71883e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658766Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Sven Zheng <svenzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#669011}
-
Sunny Sachanandani authored
With site isolation, sites can have many OOPIFs whose main threads contend with important GPU/compositor threads for CPU. This is particularly bad on devices like Surface Go with low-end CPUs where it causes considerable jank during scroll/fling gestures. This change adds two finch flags: 1) GpuUseDisplayThreadPriority which makes GPU and viz threads use ThreadPriority::DISPLAY, and 2) BlinkCompositorUseDisplayThreadPriority which does the same for blink compositor thread. Change-Id: I3a240e3fbbe0cbc62344e267e55075c8b2c92ef9 Bug: 965778 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623553 Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#669010}
-
Marc Treib authored
This reverts commit 8c872e02. Reason for revert: https://bugs.chromium.org/p/chromium/issues/detail?id=973770 Note: This CL does not revert the changes the the test files as instructed by treib@ who is the author of the original CL. Original change's description: > Make IsSyncRequested false by default > > Before this CL, the value of IsSyncRequested was essentially undefined > while Sync was disabled: It was true by default, but false if the user > had previously enabled Sync and then disabled it again. > This CL resolves the inconsistency by making it false by default. > > Bug: 906034 > Change-Id: I2ce92f5df5ebb38a34ebde43d471839ad1184961 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1508453 > Reviewed-by: Jan Krcal <jkrcal@chromium.org> > Commit-Queue: Marc Treib <treib@chromium.org> > Cr-Commit-Position: refs/heads/master@{#642447} TBR=treib@chromium.org,jkrcal@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 906034, 973770 Change-Id: I501f563cae8ff63de21cd66d933281e0af9542ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658468 Commit-Queue: Marc Treib <treib@chromium.org> Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#669009}
-
Ella Ge authored
WebMouseEvent and PointerEvent coalescing need to check modifiers too. This CL adds the missing checks and tests. Bug: 973959 Change-Id: I68255000db9d5f7fe4df52189d4f5a7263810d43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659197Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#669008}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/d050b35a14af..ce4e27f24632 git log d050b35a14af..ce4e27f24632 --date=short --no-merges --format='%ad %ae %s' 2019-06-13 asweintraub@google.com Fix ClangTidy - Naming findings 2019-06-13 thestig@chromium.org Fix accidental deletion from commit 60cd033a. 2019-06-13 thestig@chromium.org Make some FPDFPage APIs locale independent. 2019-06-13 thestig@chromium.org Simplify writing out CFX_PointF to content streams. 2019-06-13 thestig@chromium.org Remove fx_bmp.cpp. 2019-06-13 thestig@chromium.org Add BmpModule::Status enum class. 2019-06-13 asweintraub@google.com Automatic clang-tidy fixes. 2019-06-13 thestig@chromium.org Do IWYU for <ostream> 2019-06-13 thestig@chromium.org Roll third_party/libjpeg_turbo/ 2de84a43e..2a34770be (3 commits) Created with: gclient setdep -r src/third_party/pdfium@ce4e27f24632 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. BUG=chromium:970047,chromium:922430 TBR=pdfium-deps-rolls@chromium.org Change-Id: I03f8cb34d62beaad1e73da1084334ac4c4e2705b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659129Reviewed-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@{#669007}
-
Mason Freed authored
Previous to this CL, if an element was styled with both filter and backdrop-filter, the filter effect was not properly applied to the filtered backdrop contents, because a separate filter property node gets created for the filter, and the backdrop-filter effect node does not contain the filters. With this CL, paint_layer appends the filters to the backdrop-filters list, so that Viz has access to those. Bug: 973907 Change-Id: I255b73433d75e0551d817134fa50d5e0e35b87df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658654 Commit-Queue: Mason Freed <masonfreed@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Reviewed-by:
enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#669006}
-
Ella Ge authored
This CL renames the movementX/Y blink flag to kConsolidatedMovementXY, and also adds a content flag to control the blink flag. The content feature flag is going to be used in the following CL to guard the moving movementX/Y calculation to blink in locked states. Bug: 802067 Change-Id: I0de3dd6a23ac8d2615981e9c1c4a2f2458a31cfa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618305 Commit-Queue: Ella Ge <eirage@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#669005}
-
kylechar authored
Display::Resize() was using ShallowFinishCHROMIUM() to ensure that all pending swap buffer calls at the current size were issued before returning. This is because D3D will scale swapped output if it doesn't match the window size. Unfortunately there isn't an equivalent to ShallowFinishCHROMIUM() for SkiaRenderer. RootCompositorFrameSinkImpl::DisableSwapUntilResize() would run a callback after calling Display::Resize() with size (0, 0). Resize() would only return after all swap buffers calls were issued since ShallowFinishCHROMIUM() would block until then. Add Display::DisableSwapUntilResize() that take a callback and runs it after all pending swaps have completed. This works with both GLRenderer and SkiaRenderer plus it doesn't block the display compositor thread while waiting for swaps to complete. Finally remove RendererSettings::finish_rendering_on_resize. This setting was only true on Windows and only did anything when Resize() was called with size (0, 0) for DisableSwapUntilResize(). Since DisableSwapUntilResize() is also only used on Windows, just assume we want to finish rendering if DisableSwapUntilResize() is called. Bug: 809722 Change-Id: Ia6117dd03d8da9dbfcb1dc97d197d85c8634d647 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652685Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#669004}
-
Natalie Chouinard authored
Migrate the Privacy Settings page from deprecated Framework preferences to the Preferences Support Library. Bug: 968592 Change-Id: I5d6b2875120c1d20b667792e65f1c1c8e678493b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1647145 Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#669003}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/df99659bac9c..38c7d9e30add git log df99659bac9c..38c7d9e30add --date=short --no-merges --format='%ad %ae %s' 2019-06-13 saklein@chromium.org Build API: TestService/BuildTargetUnitTest method cleanup. 2019-06-13 manojgupta@google.com chromeos_config: Remove poppy from parallel CQ. 2019-06-13 saklein@chromium.org binhost service: Fix package index path parsing. Created with: gclient setdep -r src/third_party/chromite@38c7d9e30add The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: I1ef18ce3bf294442ce4f4923b7b8e6f630c4049d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658716Reviewed-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@{#669002}
-
David Bertoni authored
Bug: 973540 Change-Id: Idfe4997e53121ec843c2fa09bbbe390023363167 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658836Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#669001}
-
Tim Song authored
This feature is now enabled by default, so clean up this flag and corresponding code paths and tests. BUG=921250 Change-Id: If6e84bad818aac6c551e3db07bfc4b1409d98e86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656710Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Tim Song <tengs@chromium.org> Cr-Commit-Position: refs/heads/master@{#669000}
-
Raymond Toy authored
If the filter state of a BiquadFilterNode or IIRFIlterNode gets in a bad state, print a console warning about it. Bad state here means that the state of the filter contains non-finite values. These are usually indicative of unstable filters, but can also happen if the input does not have finite values or if the input causes overflow during the filter computation. Bug: 717727 Change-Id: Id014c4d71631d794355375540d9e6979ff260201 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585063 Commit-Queue: Raymond Toy <rtoy@chromium.org> Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#668999}
-
Matthew Webb authored
Expand bio enrollment support for CTAP2.1 §5.7.7, renaming enrollments. According to the standard, if an enrollment doesn't exist the operation will return INVALID_OPTION like enumeration. This CL also switches from BioEnrollmentHandler's OnceClosure to OnceCallback<CtapDeviceResponseCode> since the status from enumerating and renaming must be checked. Change-Id: I38fc7f063edd28538d8414ff7a4bb6054c779796 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1654882Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Commit-Queue: Matthew Webb <noviv@google.com> Cr-Commit-Position: refs/heads/master@{#668998}
-
Patrick Monette authored
This CL ensures that a FrameNavigationEntry is always wrapped in a scoped_refptr. Change-Id: I730c0f40d4d1a5c70d188683e5f98ebe15a8a2bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1647437 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#668997}
-
Jinsuk Kim authored
ChromeFullscreenManager listens for ContentView of the foreground tab and updates offset/margin/system ui visibility directly. The intermediate steps to propagate the events are not necessary. The 2 TabObserver methods added in https://crrev.com/c/1567565 are deleted. Bug: 966272 Change-Id: Ide633dc1bb703dbf79b760004db8f8c42cf7c226 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621794 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#668996}
-
Sergey Ulanov authored
Previously, when tearing down an output audio stream, Pause and DiscardAllPackets messages were sent twice, which is not necessary. Bug: 974029 Change-Id: I75b2695db5f0d62cc3c243c10608c21db318f1ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658774 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#668995}
-
Danan S authored
This is needed in order to allow the Add Supervision flow to open "Learn More" links to the help documentation. Change-Id: Ica37a7ebb3ec1d5ec251cea8394aac165719c865 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1648282 Commit-Queue: Danan S <danan@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#668994}
-
Renjie authored
https://quiche.googlesource.com/quiche.git/+log/3a1bb80f575f..88e3e05c3411 $ git log 3a1bb80f5..88e3e05c3 --date=short --no-merges --format='%ad %ae %s' 2019-06-13 danzh Internal QUICHE change 2019-06-13 danzh gfe-relnote: n/a(clean up) Switch existing directly access of FLAGS to use GetQuicFlag. 2019-06-12 quiche-dev Internal QUICHE change 2019-06-12 danzh gfe-relnote: n/a(code clean up) Fix quiche compile errors in envoy. 2019-06-12 wub gfe-relnote: (n/a) Add quic platform api to create BBRv2 sender, currently the implementation just creates a BBRv1 sender. No behavior change, not protected. 2019-06-12 fayang gfe-relnote: Roll forward the deprecation of gfe2_reloadable_flag_quic_enable_version_46 as this does not cause b3m prober failure anymore. 2019-06-12 fkastenholz Additional functional version tests. 2019-06-12 bnc Remove unused QuicSpdySessionTestBase::headers_ member. 2019-06-12 renjietang gfe-relnote: Clean up unnecessary includes for control streams. Not protected. 2019-06-12 danzh gfe-relnote: n/a(code cleanup) Replace direct usage of FLAGS_some_flag_name in quiche. 2019-06-12 wub Remove references to stateless reject from various comments and tests. 2019-06-12 fayang gfe-relnote: Deprecate gfe2_reloadable_flag_quic_enable_version_44. 2019-06-11 wub In QUIC simulator: 1) Allow the bandwidth of OneWayLink/SymmetricLink to change after construction. 2) Change QuicEndpointMultiplexer's constructor from taking a std::initializer_list to a std::vector. 2019-06-11 bnc Internal QUICHE change Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I00171c4c2719292db5f611e82731a17fdada8dbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658758 Commit-Queue: Renjie Tang <renjietang@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#668993}
-
Becca Hughes authored
Expose the favicon/touch icons as the source icons for a media session. This will be used by the CrOS lock screen media controls. BUG=973993 Change-Id: I056b03c4fa97aab8edb11aa817abef5011ab5e24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659508Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#668992}
-
Carlos IL authored
Committed SSL interstitials have launched, this CL cleans up its flag. Bug: 966184 Change-Id: Idea3767f3d4616f7c25d143c49e9186096ac87aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1644231 Commit-Queue: Carlos IL <carlosil@chromium.org> Reviewed-by:
Katie Dektar <katie@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Lucas Gadani <lfg@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#668991}
-
Vlad Tsyrklevich authored
Delete an outdated TODO (the memory routines are not likely to be mergable as they are now, and will especially not be so if we choose to use shared memory) and add a TODO. Change-Id: I180f48d14d21dbbc80461fae23eb4d52de8efadd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658713 Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Reviewed-by:
Vitaly Buka <vitalybuka@chromium.org> Commit-Queue: Vitaly Buka <vitalybuka@chromium.org> Cr-Commit-Position: refs/heads/master@{#668990}
-