- 17 Sep, 2019 9 commits
-
-
Rakib M. Hasan authored
The test is very flaky on the CQ. Bug: chromium:1003776 Change-Id: Iba048e05b26213272b9f74375cedd7d62adf117f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808162Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#697015}
-
Fergus Dall authored
TBR=xiyuan@chromium.org Bug: 1004561 Change-Id: If13eb2ba89d0719cc782441741c3b30466273de9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808282Reviewed-by:
Fergus Dall <sidereal@google.com> Cr-Commit-Position: refs/heads/master@{#697014}
-
Chris Palmer authored
We do it unconditionally in DCHECK builds to catch bugs, but let's occasionally do it in release builds too. Frequency is tunable. This is a re-land of https://chromium-review.googlesource.com/c/chromium/src/+/1761578, which was reverted in https://chromium-review.googlesource.com/c/chromium/src/+/1797642. Bug: 984742 TBR: haraken Change-Id: I8f9a36389b2d58f6a11b324b59dd47727e4b91fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808181Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Chris Palmer <palmer@chromium.org> Cr-Commit-Position: refs/heads/master@{#697013}
-
Ken MacKay authored
IOBufferPool is a class that allocates fixed-size IOBuffers. There is an optional limit on the maximum number of buffers that will be allocated. Buffers from the pool can be used as usual; when they are deleted, the memory will be returned to the pool to be reused. Buffers can be safely used and freed even after the IOBufferPool instance is destroyed. IOBufferPool is optionally threadsafe (defaults to non-threadsafe). When thread safety is enabled, the pool and allocated buffers can be used from any sequence. If thread safety is not enabled, the pool and buffers may only be used from the sequence that created IOBufferPool. Change-Id: I901c70bbb0f7dca1395886246209e0aeb6805151 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1805866 Commit-Queue: Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#697012}
-
Andrey Kosyakov authored
... by tracking pending frames in ExternalBeginFrameSourceMojo. The hang may occur in case DisplayScheduler decides not to produce a frame because some surfaces are still pending even after all frame sinks have processed beginFrame signal. TBR=kylechar@chromium.org (for mechanical changes under components/ui_devtools/viz/ and in content/browser/compositor/gpu_process_transport_factory.cc) Bug: 997946 Change-Id: I05fb832100471bd6daeeb6b060a95649370f9c2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774299Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#697011}
-
Tibor Goldschwendt authored
This simplifies instantiating new feature modules. Bug: 950056 Change-Id: Ic06aef2f99d9c08fe23c6df202948f72bba87593 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804275 Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#697010}
-
Fergus Dall authored
TBR=karandeepb@chromium.org Bug: 1003598 Change-Id: I3e6afa685223ea09caa8e261ecf9e15773d898b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808281Reviewed-by:
Fergus Dall <sidereal@google.com> Cr-Commit-Position: refs/heads/master@{#697009}
-
Henrique Ferreiro authored
Convert the implementation and all users of the mojom::ProcessInternalsHandler interface. Bug: 955171 Change-Id: I61c50a66af2bbf9976baf665f6185eb3e7edb79e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1795427Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#697008}
-
Paul Dyson authored
Bug: 998763 Change-Id: I5c2281390f90fa86cb35920fd377468dd880ead2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804701Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Paul Dyson <pdyson@chromium.org> Cr-Commit-Position: refs/heads/master@{#697007}
-
- 16 Sep, 2019 31 commits
-
-
Willie Koomson authored
ArcInstanceThrottle records the duration that the effective observer was active. This duration is emitted to an UMA histogram (one for each kind of observer). Test: Run ArcInstanceThrottleTest.RecordCpuRestrictionDisabledUMA unittest Bug: b:133417350 Change-Id: I00e38b1517712f56d07a87d7e39f84f569662baf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1778633 Commit-Queue: Willie Koomson <wvk@google.com> Auto-Submit: Willie Koomson <wvk@google.com> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#697006}
-
rbpotter authored
- Modify polymer.py to handle cr.define(), assuming only 1 cr.define per file, and that nothing after #cr_define_end is needed (similar to js_modulizer.py). - Move Polymer() call inside cr.define() in cr_toast_manager, and add a setInstance() method. - Autogenerate Polymer 3 versions of cr-toast-manager and tests - Add cr-toast-manager to the Polymer 3 demo page Bug: 965770 Change-Id: I29079b0a07986cba84deaaaaf53a39b788fdf1b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1802661 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#697005}
-
Victor Hsieh authored
Test: build, method call from local change works Bug: chromium:893332 Change-Id: Ice4072d878a91707bf86f3ba3a738068646977be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1765656Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Auto-Submit: Victor Hsieh <victorhsieh@chromium.org> Commit-Queue: Victor Hsieh <victorhsieh@chromium.org> Cr-Commit-Position: refs/heads/master@{#697004}
-
Matt Simmons authored
* Added Tasks-only mode to StartSurface * Moved padding handling out of TabSwitcherMediator. * Use Start Surface flag to display omnibox on start surfaces. * Create a basic mediator for tasks surface. * MV tiles only show on tasks-only currently until fully implemented. Bug: 985386 Change-Id: Ib7972815448924a2c839990d487d728bcd6471dc Binary-Size: Increase in method count is due to interface implementation and cannot be avoided. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1799383Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Matt Simmons <mattsimmons@chromium.org> Cr-Commit-Position: refs/heads/master@{#697003}
-
John Budorick authored
Bug: 976218 Change-Id: Iab9b235eeee16612504fbfb8dce611617ed057fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807072Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#697002}
-
Yun Liu authored
Bug: 731759 Change-Id: Ic05571ebffa95bf08bae2b16be846d934e8cc7ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807778Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Yun Liu <yliuyliu@google.com> Cr-Commit-Position: refs/heads/master@{#697001}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/79e09388b11e..4b35cce04ad4 Created with: gclient setdep -r src-internal@4b35cce04ad4 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None,chromium:None Change-Id: Ie2f2d8be63661633d47bca0d1b716965713c07ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807137Reviewed-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@{#697000}
-
Kyle Horimoto authored
Change-Id: I27d9381b47497a583152753e7b6a8cdc6d4bac02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1803798 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#696999}
-
Yannic Bonenberger authored
Change-Id: I467765c4c532c0527863445deb68c00cc2b77393 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1803917 Commit-Queue: Dominic Farolino <dom@chromium.org> Auto-Submit: Yannic Bonenberger <yannic.bonenberger@gmail.com> Reviewed-by:
Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/master@{#696998}
-
Sergey Ulanov authored
Previously SysmemBufferWriter::GetRecommendedConstraints() was using has_per_packet_buffer_bytes_recommended() result as min_size_bytes, i.e. min_size_bytes was set to 1, which is obviously incorrect. Bug: 1003651 Change-Id: I64cc94b3dcc46d226d7fd6432aa91dcb49b76902 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808092 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Yuchen Liu <yucliu@chromium.org> Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#696997}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/64d4a375c810..f73f0f401a6b git log 64d4a375c810..f73f0f401a6b --date=short --no-merges --format='%ad %ae %s' 2019-09-16 ehmaldonado@chromium.org Revert "Reland "depot_tools: Bootstrap Python 3 on Linux/Mac"" Created with: gclient setdep -r src/third_party/depot_tools@f73f0f401a6b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=agable@chromium.org Bug: chromium:1002153 Change-Id: Ic0b388d3dddbef08a3f2cd61480263911b1388a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808003Reviewed-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@{#696996}
-
Joe DeBlasio authored
This CL swaps the lightbulb icon for the new hybrid shield-bulb and switches to the "big icon" infobar. This CL also removes the lightbulb icon from Android, since nothing is using it anymore. Bug: 1000337 Change-Id: Iabacf98e0a568bfaff03e8e6a0318f055cfe74a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1783279Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#696995}
-
Adam Langley authored
The “Random” subgroup will alternate between offering CECPQ2 and CECPQ2b at run-time for each connection. This will allow the tail of slow clients to be better measured at the server. Installs in this subgroup will not send the PQ signal extension and thus will not record client-side metrics in the Net.SSL_Connection_Latency_PostQuantum histogram. Bug: 801302 Change-Id: I3ddbf65de87588e8de92b42dcf0e9a0522049a58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804049Reviewed-by:
David Benjamin <davidben@chromium.org> Commit-Queue: David Benjamin <davidben@chromium.org> Auto-Submit: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#696994}
-
Andrew Xu authored
Some bugs are exposed by enabling scrollable shelf during tests: (1) In ScrollableShelfView::OnGestureEvent, event should be stopped from propagation if it gets handled. (2) In ScrollableShelfView::ShouldShowTooltipForView, it should check that the shelf item is not removed from the shelf model, (3) In FindFirstFocusableChild/FindLastFocusableChild, it should return early if the view model is empty. Bug: 1002576 Change-Id: I35a96d002bae88157e56622a880b6b3256e3e4fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807562Reviewed-by:
Manu Cornet <manucornet@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#696993}
-
John Delaney authored
Updates the expriy of this histogram. This histogram is still used for tracking behavior of display video creatives in Chrome. Bug: 990969 Change-Id: I973b18e9178ff1d10d006a0b9e26d9d366b33799 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1806078 Commit-Queue: John Delaney <johnidel@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#696992}
-
Gavin Williams authored
-Created a new variable in cr_input.html to control the placeholder's text spacing. Without this change it would inherit the input field's custom spacing which is too wide. Bug: 1002860 Change-Id: I6ad08bf800df733ec2c8db71e5d1930fd907a61e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1806102Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Commit-Queue: Gavin Williams <gavinwill@chromium.org> Cr-Commit-Position: refs/heads/master@{#696991}
-
Peter Kotwicz authored
This CL: - Increases the maximum screenshot size (prior to PNG/JPEG encoding) that we transfer to Chrome. The new max will avoid downscaling on most phones (e.g. no downscaling on Pixel 3) - Uses JPEG encoding for large screenshots because JPEG encoding is faster than PNG encoding on Android. Although JPEG encoding is not lossless it is preferable to downscaling BUG=1001154 Change-Id: Ib9d61cee565b6d9a392272300bac71d6da46a861 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1787162 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Glenn Hartmann <hartmanng@chromium.org> Cr-Commit-Position: refs/heads/master@{#696990}
-
Shakti Sahu authored
When download offline content provider is enabled, we send redundant FAILED updates. However the notification layer removes it from the shared preferences the first time it sees a FAILED download. Hence it will result in two different notifications. The solution is to treat COMPLETED and FAILED as terminal downloads and filter out duplicate updates for them. Bug: 1003550 Change-Id: Ief7c4450d644259352d3626e4f9dbd7b15362091 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1801228 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#696989}
-
Theresa Wellington authored
Move find in page, accessibility tab switcher, tablet empty background view and incognito toggle, toolbar progress view, and control container interface to feature directories. BUG=951455 Change-Id: I722b6b8c5cd42fb7c8b7243d86ba0da07df8d42a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804397 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#696988}
-
Yi Gu authored
HitTesting should skip surface layers that have pointer-events: none as well as their descendants. Bug: 1002245, 1002228 Change-Id: I2b471c4a7439857d6eabb1456ec42ed6a3c6b251 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1797092 Commit-Queue: Yi Gu <yigu@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#696987}
-
Jesse Schettler authored
Send a PrintRendererAssociatedPtr to PrintRenderFrameHelper. When present, the associated interface pointer will be used to render print documents. An additional change will be made to perform the rendering. PrintViewManagerTest.*:PrintPreviewHandlerTest.*: \ PrintPreviewUIUnitTest.* Bug: b:140576300 Test: browser_tests --gtest_filter=PrintBrowserTest.* Test: unit_tests --gtest_filter=PrintPreviewDialogControllerUnitTest.*: \ Change-Id: Id344d85cc1113f40a93a25c756290246905c4d3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1789537Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Jesse Schettler <jschettler@chromium.org> Cr-Commit-Position: refs/heads/master@{#696986}
-
Peter Kasting authored
Bug: none Change-Id: I48941db4268e3b83a18909d83248fca9baa104e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808187 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#696985}
-
Donn Denman authored
This is a reland of a recent CL that required rollback due to test failure. The only change is to ContextualSearchManager to reset the internal state controller instead of asserting. OCL: https://chromium-review.googlesource.com/c/chromium/src/+/1769532 ---------- Allows Android Smart Text Selection to be enabled along with full Contextual Search semantics. Both systems look at page text. There used to be a bottleneck in getting surrounding text that only allowed a single request/response, but now that's been moved to Mojo, so multiple requests are allowed. The limitation was in the IPC browser/renderer connection, which Mojo avoids. This CL removes the logic that limited these systems when they were both active. Also annotate all the SelectionEventType ints correctly. BUG=961114, 1003725 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769532Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Auto-Submit: Donn Denman <donnd@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#696125} Change-Id: Ic537bc9ff512a56086c1bf87c8c3d83cc8e08b2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807957Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Commit-Queue: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#696984}
-
Dmitry Gozman authored
This parameter is unused, and will not be available once DidFailProvisionalLoad becomes DidFinishNavigation. TBR=csharrison@chromium.org Bug: none Change-Id: Ieeeb3acaeba7cdfc8fb0f490686135e3a1683711 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1802096 Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#696983}
-
Charlene Yan authored
Bug: 905491 Change-Id: Ib9cd7e16a8d665fe6403a5b1b76ca872fe9d9383 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804189 Commit-Queue: Charlene Yan <cyan@chromium.org> Reviewed-by:
Taylor Bergquist <tbergquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#696982}
-
benwgold authored
Original Description: Pass signed in account name when available along with the deeplink intent. Also pass an indicator about whether incognito mode is available and do not send account name if enabled. Finally, refactor image sharing to separate out image retrieval from sharing functionality and use callbacks to get cleaner separation between lens and other sharing use cases. Remove unnecessary sign in setup Format Add error strings to lens asserts Add test coverage for both signed-in and signed-out cases Rebase and resolve conflicts Format Remove unused import Remove unused imports. Fix comments. Add comments and update tests Initial prototype of code to pass account information with intent. Testing fetching account + incognito status Bug: 1002247 Change-Id: I2f32270d3b1afaaa044db224c8b29d92f4951700 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807607Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Ben Goldberger <benwgold@google.com> Cr-Commit-Position: refs/heads/master@{#696981}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/7a7f630ffbad..860369fc431e git log 7a7f630ffbad..860369fc431e --date=short --no-merges --format='%ad %ae %s' 2019-09-16 sugoi@google.com Enable vertexPipelineStoresAndAtomics feature 2019-09-16 sugoi@google.com Robust buffer access for vertex inputs 2019-09-16 sugoi@google.com Prevent extra vertices from being processed 2019-09-16 sugoi@google.com Point vertex processing optimization 2019-09-16 swiftshader.regress@gmail.com Regres: Update test lists @ 30847688 Created with: gclient setdep -r src/third_party/swiftshader@860369fc431e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;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=swiftshader-team+autoroll@google.com Bug: None Change-Id: Ife9478ae8445a9d344ceb110bfc88ca02e7b52b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807136Reviewed-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@{#696980}
-
Krishna Govind authored
TBR=meacer@chromium.org Change-Id: I0499dc7535e9399d75a6b7fb6507221ca051de32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1806077 Commit-Queue: Krishna Govind <govind@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#696979}
-
Henrique Ferreiro authored
Convert the implementation and all users of the mojom::SiteEngagementDetailsProvider interface. Bug: 955171 Change-Id: I73e3cff072d5a9bfdcda98b668822dacfba59ba5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1803290Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#696978}
-
Bill Budge authored
- Divides EnqueueAsPendingOperation into two methods, with a new TryBeginOperation method to check for any pending operations. This allows us to defer creating the PendingOperation until we know we need it. Otherwise, move semantics could potentially cause loss of data when we discard the PendingOperation. This worked before because the callbacks are copyable, and IOBuffer is ref-counted. - Adds some std::moves for callbacks, and some trivial renaming for consistency. - This is preparation for using mojo_base::BigBuffer for writing too. Bug: chromium:992991 Change-Id: Ia8b16ba9403da2b95c2c9a57da93a9112fd62b17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1801757Reviewed-by:
Mythri Alle <mythria@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Bill Budge <bbudge@chromium.org> Cr-Commit-Position: refs/heads/master@{#696977}
-
Jinsuk Kim authored
Shows a monogram icon for the gesture navigation sheet items whose favicon is not available. Bug: 1001303 Change-Id: I62a4d47878e1ba15b012471e8c7056888b3c3b10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1795539Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#696976}
-