- 20 Sep, 2018 40 commits
-
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/7397af8da50b..97f63244f536 git log 7397af8da50b..97f63244f536 --date=short --no-merges --format='%ad %ae %s' 2018-09-20 dproy@google.com Make all mithril components class components Created with: gclient setdep -r src/third_party/perfetto@97f63244f536 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=perfetto-bugs@google.com Change-Id: I01d82904e216a765f5cb28950f8b579a0da14eff Reviewed-on: https://chromium-review.googlesource.com/1237356Reviewed-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@{#593005}
-
Jacob Dufault authored
The IDL file did not fully specify all of the output. Bug: 887688 Change-Id: I5ee75419006a27504e978164379acf7c024988db Reviewed-on: https://chromium-review.googlesource.com/1237374 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#593004}
-
Eric Karl authored
This reverts commit 60d359fd. Reason for revert: This logic could still be flaky (what if we go invisible after deferring commits), and isn't needed after https://chromium-review.googlesource.com/c/chromium/src/+/1184376, so let's revert. Original change's description: > Android OOP-D: DisplayScheduler should only report draw-inducing damage > > Currently DisplayScheduler reports damage to SurfaceManager in any case > where a damaged surface ID damages the display. While these cases will > trigger a draw when visible, they don't necessarily trigger a draw > in any defined timeframe. This can lead to issues. Consider: > > 1) Display 1 is not visible, embeds surface A. > 2) Surface A sends CF 1, we don't immediately ack as we will wait for > Display 1 to draw. > 3) Display 2 becomes visible, embeds surface A with a new surface ID. > 4) Display 2 will never update, as no new frames will be produced for > surface A as the renderer is continually waiting on the ack for > CF 1. > > By having DisplayScheduler report no damage if invisible, we always > ack frames in a timely manner. This may allow a renderer to produce > some extra frames when its display is invisible, but this should be > limited as the renderer itself receives visibility notifications and > won't get additional BeginFrames once visibility is fully processed. > > Bug: 875895 > Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel > Change-Id: I272de950d8e4d4c819c445dc8162ac360afb80a1 > Reviewed-on: https://chromium-review.googlesource.com/1182862 > Reviewed-by: Fady Samuel <fsamuel@chromium.org> > Commit-Queue: Eric Karl <ericrk@chromium.org> > Cr-Commit-Position: refs/heads/master@{#584917} TBR=fsamuel@chromium.org,ericrk@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 875895 Change-Id: Idefad0b80d08b3c9fecf655b27b3c6ffb85eca10 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Reviewed-on: https://chromium-review.googlesource.com/1232335Reviewed-by:
Eric Karl <ericrk@chromium.org> Commit-Queue: Eric Karl <ericrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#593003}
-
sczs authored
- Deletes legacy recent_tabs files. - Modifies recent_tabs_table_coordinator_test to work with the new coordinator. (Deletes tableVC related asserts, since a coordinator shouldn't be tied to a VC) - Renames RecentTabsHandsetViewControllerCommand to RecentTabsPresentationDelegate.h and moves it to its own file. - Renames LegacyRecentTabsTableViewControllerDelegate to RecentTabsTableViewControllerDelegate. Bug: 807330 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Iea5b2aa8c32bdac7c6f8070cf721d8ad0991962a Reviewed-on: https://chromium-review.googlesource.com/1235278Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#593002}
-
Mike Wasserman authored
Allows ws clients to close touch ui on events outside their windows. Add a new PointerWatcher plumbing to [Mus]ViewsDelegate. Wires up watchers to the Mus-only PointerWatcherEventRouter. (ui/views/mus/* is not allowed as a dependency of ui/views/*) Destroy the touch selection ui on PointerWatcher mouse events. Bug: 884394, 887725 Test: Mouse events outside the KSV window close KSV text touch ui. Change-Id: I0e41da4d03719001191f7d5ab669bcc1805bd63c Reviewed-on: https://chromium-review.googlesource.com/1232955Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#593001}
-
Manas Verma authored
After saving a card locally, we see a "Card saved" text animation. When the text is clicked on, the icon is highlighted and the text looks bold and clunky. This CL makes the text look normal. Before: https://screenshot.googleplex.com/Jt3omKZ7RY9 After: https://screenshot.googleplex.com/jAMgKyYs3RQ Bug: 881320 Change-Id: I604c981fad7171c88d93d95d9029a2aa0a70484e Reviewed-on: https://chromium-review.googlesource.com/1236271Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Manas Verma <manasverma@google.com> Cr-Commit-Position: refs/heads/master@{#593000}
-
Robert Sesek authored
Bug: 832124 Change-Id: If17c7e3cdd5143e2014176feb5bcfda60a8da4fe Reviewed-on: https://chromium-review.googlesource.com/1236755Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#592999}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b20563f5defb..477dda58e6d7 Created with: gclient setdep -r src-internal@477dda58e6d7 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. TBR=mmoss@chromium.org Change-Id: I80a4f6e091ed5b7a14ae26c2479bd2d087ffd4ab Reviewed-on: https://chromium-review.googlesource.com/1237355Reviewed-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@{#592998}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9cba9ffdfdc6..0c22dec277af git log 9cba9ffdfdc6..0c22dec277af --date=short --no-merges --format='%ad %ae %s' 2018-09-20 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2018-09-20 recipe-roller@chromium.org Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@0c22dec277af The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=agable@chromium.org Change-Id: I5beae3f74292c7d2764e31d90c1f9071a14ac96d Reviewed-on: https://chromium-review.googlesource.com/1236892Reviewed-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@{#592997}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/268707284dcd..32f12aca36e0 git log 268707284dcd..32f12aca36e0 --date=short --no-merges --format='%ad %ae %s' 2018-09-20 mtklein@google.com roll zilb 2018-09-20 mtklein@google.com remove pin in SkColor4f::premul() 2018-09-20 hcm@google.com progress on canvaskit page 2018-09-20 benjaminwagner@google.com Fix bzl missing include dir. 2018-09-20 benjaminwagner@google.com Fix bzl formatting. 2018-09-20 bungeman@google.com Properly align inside GrTextBlob. 2018-09-20 robertphillips@google.com Revert "add getAlphaf() to pixmap/bitmap" 2018-09-20 jvanverth@google.com Check for valid input to text draw. 2018-09-20 reed@google.com add getAlphaf() to pixmap/bitmap Created with: gclient setdep -r src/third_party/skia@32f12aca36e0 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=master.tryserver.blink:linux_trusty_blink_rel;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=reed@chromium.org Change-Id: I3e41b0438287af85d040e23dda800d378310b59b Reviewed-on: https://chromium-review.googlesource.com/1236891Reviewed-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@{#592996}
-
Dominic Mazzoni authored
It's not uncommon to get an event fired on a View whose ancestor Window is invisible, so it's not actually in a reachable part of the accessibility tree. Suppress sending events in those cases (but still serialize tree changes to be safe). This eliminates a lot of harmless but annoying warnings from automation_node.js like "Got locationChanged event on unknown node: 10; this: 311" Bug: none Change-Id: I4cc127f74d57953c9a4f6b5ecd44902a368730ca Reviewed-on: https://chromium-review.googlesource.com/1225950 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#592995}
-
Eugene But authored
Bug: 877671 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I1ab57a336a1cccd169f311c1d64db813cd4a1250 Reviewed-on: https://chromium-review.googlesource.com/1232615 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Danyao Wang <danyao@chromium.org> Cr-Commit-Position: refs/heads/master@{#592994}
-
Ted Choc authored
This converts the custom view tracking logic with just static/ explicit offsets. This view no longer is under the crazy development that made the custom tracking somewhat reasonable. It is now just overly complicated and more difficult to reason about. Phone converted to static offsets a while ago, so this unifies it with tablets. BUG=883143 Change-Id: I6076501bee54f052a372be97aaab97686f44497b Reviewed-on: https://chromium-review.googlesource.com/1228985 Commit-Queue: Ted Choc <tedchoc@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Pedro Amaral <amaralp@chromium.org> Cr-Commit-Position: refs/heads/master@{#592993}
-
Jialiu Lin authored
When password protection verdict comes back from Safe Browsing backend, it is possible that the web_contents has already gone. Therefore, we need to check if web_contents is still valid before getting navigation ID from it. Bug: 885359 Change-Id: I3c80a8f2a3158ad3c459317e4d4954aa60f6d1f9 Reviewed-on: https://chromium-review.googlesource.com/1236816Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Jialiu Lin <jialiul@chromium.org> Cr-Commit-Position: refs/heads/master@{#592992}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/b0768af22643..6f7c60dde99f git log b0768af22643..6f7c60dde99f --date=short --no-merges --format='%ad %ae %s' 2018-09-20 benjhayden@chromium.org Fix report_template.Static() Created with: gclient setdep -r src/third_party/catapult@6f7c60dde99f 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:870324 TBR=sullivan@chromium.org Change-Id: Ibc8513b6446fca3dbbc0996caf339432e2e1004e Reviewed-on: https://chromium-review.googlesource.com/1236890Reviewed-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@{#592991}
-
Yves Arrouye authored
Instead, simply rely on the DBUS call to compute an EID. This removes the possibility that this observer and the AttestationPolicyObserver both start concurrent flows. BUG=chromium:886938 TEST=unit_tests --gtest_filter=*EnrollmentPolicyObserverTest* Change-Id: Id26d78440bd10ca7121764431179b618469cf6fa Reviewed-on: https://chromium-review.googlesource.com/1234373Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Yves Arrouye <drcrash@chromium.org> Cr-Commit-Position: refs/heads/master@{#592990}
-
Esmael El-Moslimany authored
Bug: 881745 Change-Id: I46d30ba82182ce47d9f78a9765db76fba835febf Reviewed-on: https://chromium-review.googlesource.com/1237258Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#592989}
-
Zach Helfinstein authored
Bug: 864796 Change-Id: Ic975c0b63742476415a995e74a351e746908468f Reviewed-on: https://chromium-review.googlesource.com/1231741Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Zach Helfinstein <zhelfins@chromium.org> Cr-Commit-Position: refs/heads/master@{#592988}
-
Wenzhao Zang authored
Works for both tabbing and reverse tabbing. Chromevox announces "Time's up" and "Come back at xxx" separately. Bug: 870459 Change-Id: Icdf76ba4a24ba3a2de48dfea7e2698ea7df4c114 Reviewed-on: https://chromium-review.googlesource.com/1228482 Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#592987}
-
Peter Kotwicz authored
This CL introduces NewSplashWebApk.apk The logic for displaying the splash screen earlier will be implemented in NewSplashWebApk.apk Once everything is ready we will switch the server over. This CL also refactors WebappSplashScreenController in order to share code with NewSplashWebApk.apk Design doc: https://docs.google.com/document/d/1ZvpZPAIxLl_ElyMWOkDybOhCFzYk0Di4WgpLVSJdEu8/edit?usp=sharing BUG=817263 Change-Id: Id0561eede51fa7c2d293b321cfdcae755f1e03cf Reviewed-on: https://chromium-review.googlesource.com/1201348 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#592986}
-
rbpotter authored
Default ripple size of 40px is 2px larger than the desired height for a print preview settings section/row of settings section. Reduce ripple size to match this limitation. For copies' collate box, remove unnecessary margin that caused the number input to shift when the checkbox appeared. Also reduce the default size for number inputs, since neither should exceed 3 digits, and ensure the inline margin is always large enough for the ripple regardless of font size. Bug: 885013, 885026, 886551 Change-Id: I29b8316b9f49e24ffcb020085ef9bc3cdb6e0ec9 Reviewed-on: https://chromium-review.googlesource.com/1235204Reviewed-by:
Scott Chen <scottchen@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#592985}
-
rbpotter authored
Bug: 887397, 886663, 886908 Change-Id: I904a9c647c676185ce98faecd16cf815bff10e5f Reviewed-on: https://chromium-review.googlesource.com/1236839Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#592984}
-
Chong Zhang authored
ChromeBrowserMainBrowserTest.VariationsServiceStartsRequestOnNetworkChange was renamed and started failing since: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mojo%20ChromiumOS/35102 TBR=jam@chromium.org Bug: 882610 Change-Id: I7caef8a59d7447d8d2420c6cff13f93e68311c1b Reviewed-on: https://chromium-review.googlesource.com/1236284Reviewed-by:
Chong Zhang <chongz@chromium.org> Commit-Queue: Chong Zhang <chongz@chromium.org> Cr-Commit-Position: refs/heads/master@{#592983}
-
Dirk Pranke authored
We don't actually have much (if any) documentation on how we do the proper generation of credits and display licenses in Chrome; this CL attempts to fill the gap. TBR=jbudorick@chromium.org Change-Id: I99c76055784475de436bef3628a0c4b191bc953a Reviewed-on: https://chromium-review.googlesource.com/1162964 Commit-Queue: Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#592982}
-
Xiyuan Xia authored
These seems to be flaky in content_browsertests in single process mash mode. Bug: 874089, 887711 Change-Id: Iee0aeb5ed0c502c692eade56dfd4ae8f3248137d Reviewed-on: https://chromium-review.googlesource.com/1237377Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#592981}
-
Tommy Steimel authored
This CL removes the doubletap handling logic out of the overlay play button and onto MediaControlsImpl. This allows us to shrink the overlay play button down to only be the clickable area for play/pause, simplifying the event handling logic and removing zoom calculations that were crashing. As a side effect, this CL also fixes an issue where the user couldn't doubletap to fast-forward/rewind without first showing the controls. Bug: 884770, 827535 Change-Id: Ic5ff2b911d631bb10d10ac60a3b2e199ac2c3b01 Reviewed-on: https://chromium-review.googlesource.com/1235326Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#592980}
-
rbpotter authored
Fixing 2 bugs: (1) When "More settings" is expanded, margin should be 16px (2) Make links actionable so hand pointer shows up Bug: 887071, 887228 Change-Id: Iccb185f7e75e6a6fd87eac45b9b0a9f21dae15ca Reviewed-on: https://chromium-review.googlesource.com/1236501Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#592979}
-
Manu Cornet authored
Delegate the decision to blur the shelf to the shelf layout manager, and do not blur it unless there is an active session (e.g. login screen). Cache whether the background is currently blurred to avoid unnecessary updates. Bug: 883558 Change-Id: I6bc881f8133a0363260f88efd4225fb072009fc0 Reviewed-on: https://chromium-review.googlesource.com/1227813Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#592978}
-
Dale Curtis authored
BUG=778245 TEST=none TBR=xhwang Change-Id: Ib27cef70fe4519678dfc4b0446ee4c734c31225a Reviewed-on: https://chromium-review.googlesource.com/1237265Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#592977}
-
Mathieu Perreault authored
Also, adding gogerald@ to components/payments OWNERS Bug: None Change-Id: Id20aa0198de1363d640ddddf2438155717a82eba Reviewed-on: https://chromium-review.googlesource.com/1236233Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#592976}
-
Benjamin Ackerman authored
The test passes locally and on the trybots now. Bug: 163097 Change-Id: I0d7207a2548a568c33241d30ed1bbd7ea2cb4d6a Reviewed-on: https://chromium-review.googlesource.com/1236922Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Benjamin Ackerman <ackermanb@chromium.org> Cr-Commit-Position: refs/heads/master@{#592975}
-
Yves Arrouye authored
Both emaxx@ and drcrash@ at this time ar the only people working on this code and familiar with it. Other owners have moved on or are not available, and we end up in reviews like for CL:1234373 where upstream owners declare themselves incompetent to review. BUG=None TEST=None Change-Id: I3913bc9692a2668bab599eb0f08fc11b8457adc6 Reviewed-on: https://chromium-review.googlesource.com/1237251Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Yves Arrouye <drcrash@chromium.org> Cr-Commit-Position: refs/heads/master@{#592974}
-
Darren Shen authored
We move the recording of InputMethod.VirtualKeyboard.ContainerBehavior to the end of ShowKeyboard, so we get a sample every time a floating or docked keyboard is shown. We also account for users switching between the two modes, as switching requires hiding and showing the virtual keyboard. See the bug for more about why this is needed. Bug: 887248 Change-Id: Icd8b2fbf826a0dba7b32cabb6c7b9afcdde3fcdd Reviewed-on: https://chromium-review.googlesource.com/1235266Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#592973}
-
Jeffrey Kardatzke authored
BUG=chromium:849438 TEST=tast run vm.CrostiniStartEverything Change-Id: I51963c9f4fe7b5aa9fd42e2c040410a974376f58 Reviewed-on: https://chromium-review.googlesource.com/1235199Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Jeffrey Kardatzke <jkardatzke@google.com> Cr-Commit-Position: refs/heads/master@{#592972}
-
Paul Miller authored
It's been unused since commit a5febff9 and null since 6bd4db44. BUG=546754 Change-Id: Idbffc047f67d3c424a2d6557e50dac8be9d9cee4 Reviewed-on: https://chromium-review.googlesource.com/1236695Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Paul Miller <paulmiller@chromium.org> Cr-Commit-Position: refs/heads/master@{#592971}
-
Matt Falkenhagen authored
It was just not added earlier as an oversight. Shipping this feature would affect android webview. Bug: 881225 Change-Id: Ib101582496db28bbd23239ce71abd547faadcf22 Reviewed-on: https://chromium-review.googlesource.com/1235474Reviewed-by:
Robert Kaplow (sloooow) <rkaplow@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#592970}
-
Jacob Dufault authored
See the bug for more details. Bug: 887070 Change-Id: I4218ffc18f64462c79be31d453d5198003c5d540 Reviewed-on: https://chromium-review.googlesource.com/1235124Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#592969}
-
Dominic Mazzoni authored
This reverts commit 8cca7c63. Reason for revert: We deliberately added a browser crash, enabling us to catch an important bug. Revert this to eliminate the browser crash and re-enable code to reset the renderer when it gets in a bad state (now much less often). Original change's description: > Add crash logging for accessibility unserialization error > > TBR=dtseng@chromium.org > > Bug: 870661 > Change-Id: If82429da90259c3af73c4fa424d3bba5e6a09a00 > Reviewed-on: https://chromium-review.googlesource.com/1174862 > Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> > Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> > Cr-Commit-Position: refs/heads/master@{#583175} TBR=dmazzoni@chromium.org,dtseng@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 870661, 884934 Change-Id: I5329cd8b306c705e85b26acb8a9b35fcdfbcd426 Reviewed-on: https://chromium-review.googlesource.com/1234261 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#592968}
-
Andrei Pascovici authored
Bug: 886594 Change-Id: Ief40291ee0d4ce308efeb887af36eae97f3df164 Reviewed-on: https://chromium-review.googlesource.com/1236929Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Andrei Pascovici <apascovici@chromium.org> Cr-Commit-Position: refs/heads/master@{#592967}
-
yiyix authored
Enabling FrameMetrics caused 5-20% regression on rendering. (ref: https://bugs.chromium.org/p/chromium/issues/detail?id=876709). The FrameMetrics reports back to Tracing for each CompositorFrame submission with the following data: https://docs.google.com/document/d/1P1OKg3s5V2TwE8nTxLay01rn6JmpLgKDY00myyDuINs/edit?usp=sharing Reporting stats summary for each frame is not very interesting, So I reduced the frequency of FrameMetrics reporting to each second. Bug: 881863, 880560 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I96ce7d5bed824aa8d86fa00311136362081df019 Reviewed-on: https://chromium-review.googlesource.com/1226012Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Yi Xu <yiyix@chromium.org> Cr-Commit-Position: refs/heads/master@{#592966}
-