- 06 Jun, 2018 40 commits
-
-
Peter Kvitek authored
Page.setFontFamilies method overrides default settings for generic font families. Change-Id: I17645126b1d9fd19b07322c521322ed47e9b73d8 Reviewed-on: https://chromium-review.googlesource.com/1086212 Commit-Queue: Peter Kvitek <kvitekp@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#564921}
-
Maks Orlovich authored
Those were important when how packing streams 0 and 1 together was going to work was being designed, but that's long been done now. Bug: 849518 Change-Id: I41b21bc0b7235725f1650490e64f4cd243ee59ab Reviewed-on: https://chromium-review.googlesource.com/1087581Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#564920}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/74ed554..8ae3209 git log 74ed554..8ae3209 --date=short --no-merges --format='%ad %ae %s' 2018-06-06 tsepez@chromium.org Better error reporting on XFA JS errors Created with: gclient setdep -r src/third_party/pdfium@8ae3209 The AutoRoll server is located here: https://pdfium-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. TBR=dsinclair@chromium.org Change-Id: I540ea25f51b519916f68e7054dbd6e47f45bdf3f Reviewed-on: https://chromium-review.googlesource.com/1088210Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#564919}
-
Joe Downing authored
This CL contains a base class and unittests for generating a keyboard layout map for the KeyboardMap API. It also includes a a Windows implementation which uses the base class. BUG=832811 Change-Id: I7ff20cf8b2a34cf8c7a9bbe9609e40f39bb89634 Reviewed-on: https://chromium-review.googlesource.com/1077596 Commit-Queue: Joe Downing <joedow@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Gary Kacmarcik <garykac@chromium.org> Cr-Commit-Position: refs/heads/master@{#564918}
-
Koji Ishii authored
This patch fixes InsertRunForTesting inserts glyph data in the incorrect order for RTL. Fixing it discovers errors in Next/PreviousSafeToBreakOffset(), and that they are fixed as well. Bug: 636993 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Idc0d7e6f0e653542a4aa93e1ee53d257848f3342 Reviewed-on: https://chromium-review.googlesource.com/1088718 Commit-Queue: Koji Ishii <kojii@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#564917}
-
Amy Qiu authored
Due to https://chromium-review.googlesource.com/c/chromium/src/+/1084057, rendering_shared_state needs to be updated to directly call GetSystemInfo(), the way webgl_supported_shared_state does. Bug: 849392 Change-Id: I9c974fb42a52522c203dd4dcdbdb49cc1d95bd5b Reviewed-on: https://chromium-review.googlesource.com/1088209Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Amy Qiu <amyqiu@google.com> Cr-Commit-Position: refs/heads/master@{#564916}
-
David Tseng authored
Bug: 849726 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ie758887410ce95bd4650e46c31a3d81c9b450930 Reviewed-on: https://chromium-review.googlesource.com/1087499Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#564915}
-
Adithya Srinivasan authored
This reverts commit 75d3f6c9. Reason for revert: Causes crashes: https://crash.corp.google.com/browse?q=expanded_custom_data.ChromeCrashProto.magic_signature_1.name%3D%27blink%3A%3ADocument%3A%3ASetFocusedElement%27+AND+expanded_custom_data.ChromeCrashProto.ptype%3D%27renderer%27+AND+product.Version%3D%2769.0.3451.0%27 Original change's description: > Crash when SetFocusedElement is called during layout > > I think the crash in https://crbug.com/848212 is caused due to > Document::focused_element_ being cleared out during the > UpdateStyleAndLayoutIgnorePendingStylesheetsForNode call in > Document::SetFocusedElement, but I'm unable to reproduce a situtation > where this happens. This CL adds a CHECK that crashes when > SetFocusedElement is called during UpdateStyleAndLayout, just so I can > get some stack traces in the wild and confirm this theory. > > Bug: 848212 > Change-Id: Ia9293ea155e4ae976592166e7ab4f936f25f3f38 > Reviewed-on: https://chromium-review.googlesource.com/1085607 > Commit-Queue: Kent Tamura <tkent@chromium.org> > Reviewed-by: Kent Tamura <tkent@chromium.org> > Cr-Commit-Position: refs/heads/master@{#564337} TBR=tkent@chromium.org,adithyas@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 848212 Change-Id: Ie0ee4b7e3fa8e6dd94a8f8a04e6866743f38440d Reviewed-on: https://chromium-review.googlesource.com/1088950Reviewed-by:
Adithya Srinivasan <adithyas@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#564914}
-
Lukasz Anforowicz authored
Before this CL, the name of the method was ambiguous (i.e. what exactly is meant by "connection") and incorrect (some aspects of connectivity like queueing of IPCs are set up in the constructor of RenderProcessHostImpl, before |is_initialize_| is true and before HasConnection / IsInitializedAndNotDead returns true). After this CL, the name of the method will much closer match the implementation: bool RenderProcessHostImpl::IsInitializedAndNotDead() const { return is_initialized_ && !is_dead_; } Bug: 840409 Change-Id: Id1d7752f7b55a4d139aeba4d56d25c68b804ff8d Tbr: reillyg@chromium.org Tbr: sky@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1083348 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#564913}
-
Chris Hamilton authored
BUG=749785 Change-Id: Ie89ec2c4869851e5734fde94656052e933faac96 Reviewed-on: https://chromium-review.googlesource.com/1088970Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Commit-Queue: Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#564912}
-
Anthony Vallee-Dubois authored
Bug: 848859 Change-Id: Ic242ff51351de2de5db6fd80e7f3d045b995eb04 Reviewed-on: https://chromium-review.googlesource.com/1082819 Commit-Queue: anthonyvd <anthonyvd@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#564911}
-
Nico Weber authored
- Don't run gin_unittests on the cros asan bot instead of suppressing all test results in the lsan_suppressions file to be consistent with how we suppress the test on the linux asan bot - Do run gin_unittests on ToTLinux and ToTLinuxMSan since the test runs fine on the main waterfall linux and msan bots. Bug: 843511,831667,831667 Change-Id: I224916e5fcf3d41654c2b042524cb896b9702db1 Reviewed-on: https://chromium-review.googlesource.com/1088756Reviewed-by:
Hans Wennborg <hans@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#564910}
-
Tetsui Ohkubo authored
Browser test requires all focusable views to have appropriate a11y texts. For EnterpriseManagedView, we manually override tooltip text, but it was not properly configured as a11y data. We can fix this by just using Button's SetTooltipText. TEST=SystemTrayClientEnterpriseTest.TrayEnterprise (--enable-features=SystemTrayUnified) BUG=847104 Change-Id: I8eb0e051446e4fcff4be691bf42e7af9fe99b8dd Reviewed-on: https://chromium-review.googlesource.com/1088328Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#564909}
-
Justin Cohen authored
Limit to 10.13.4 or 10.13.5. NOTRY=true Bug: 843236 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I4319717afc3ad7d8fa64e2276c3b877d5f7b6837 Reviewed-on: https://chromium-review.googlesource.com/1089037 Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#564908}
-
Tetsui Ohkubo authored
This CL adds right/left shelf alignment support for UnifiedSystemTray. TEST=PanelLayoutManagerTest.TouchHitTestPanel (--enable-features=SystemTrayUnified) BUG=847104 Change-Id: I69d2755dd18d40508c3183ae08a75eef732dcce8 Reviewed-on: https://chromium-review.googlesource.com/1086900Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#564907}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/01ad164d..830256ae Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: Ia3311b80b1cb35eb2652f5be94a422a809d5f272 Reviewed-on: https://chromium-review.googlesource.com/1088760Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#564906}
-
Amy Qiu authored
Copy polymer.py into the rendering folder and refactor classes to inherit from RenderingStory. Leave original polymer.py in page_sets folder for now because key_hit_test_cases needs it. Bug: 849392 Change-Id: I356f9887849cffb6f576f4c0d6567e3f185e818d Reviewed-on: https://chromium-review.googlesource.com/1087649Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Amy Qiu <amyqiu@google.com> Cr-Commit-Position: refs/heads/master@{#564905}
-
Rayan Kanso authored
Cleanup more thoroughly when a registration is deleted. - All associated information in the ServiceWorker database - The cache created to store responses. Bug: 848280 Change-Id: I394651edb5be07cf7d2352ab10b5e232a027e158 Reviewed-on: https://chromium-review.googlesource.com/1088705 Commit-Queue: Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#564904}
-
Steven Bennetts authored
This allows the image source to be available to Tether notifications. This also adds kTrayImageBgAlpha to ash_constants.h for use in all tray icon code. Bug: 826370 Change-Id: Ib3acedfc9c87e2e6f826cc6d2190a3be0a20eba8 Reviewed-on: https://chromium-review.googlesource.com/1082655Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#564903}
-
Robert Kroeger authored
It is possible to build and run CrOS/Chrome on a Linux DRM system with Nouveau. Add docs describing the approach. Bug: 848856 Change-Id: I2e8a0a11e3e939a57023e5b744a2fbead3d62264 Reviewed-on: https://chromium-review.googlesource.com/1083552 Commit-Queue: Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#564902}
-
Rohit Rao authored
The interaction controller is functionally acting as a coordinator, so BookmarkHomeViewController now uses it to present editor view controllers. BookmarkInteractionController supplies APIs to present an editor for a given BookmarkNode and abstracts away the actual presentation and specific view controller subclasses used. BUG=805182 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ie7c7200766439d0acd161a1c94d20249a17d861e Reviewed-on: https://chromium-review.googlesource.com/1081013 Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#564901}
-
Ehsan Chiniforooshan authored
This CL adds the new TBMv2 rendering metrics to the set of legacy smoothness and thread-times metrics that are currently used in the rendering benchmark. This is a temporary situation to verify that the new metrics catch regressions correctly before retiring old thread-times metrics. Bug: chromium:760553 Change-Id: I3cd37e632f328fa79919d936cbe5714b8b742ed5 Reviewed-on: https://chromium-review.googlesource.com/1054253 Commit-Queue: Ehsan Chiniforooshan <chiniforooshan@chromium.org> Reviewed-by:
Ben Hayden <benjhayden@chromium.org> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#564900}
-
angle-chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/0211346..096a6c8 git log 0211346..096a6c8 --date=short --no-merges --format='%ad %ae %s' 2018-06-06 yunchao.he@intel.com ES31: copy to a texture with RGB9_E5 internalformat is invalid. Created with: gclient setdep -r src/third_party/angle@096a6c8 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=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=geofflang@chromium.org Change-Id: Ieba599041bde4841bc23c5e89ca537015deaef45 Reviewed-on: https://chromium-review.googlesource.com/1088830Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#564899}
-
Nico Weber authored
This is part of an effort to reduce the number of test configurations. Originally reviewed as part of https://chromium-review.googlesource.com/1061795, which I'm now landing in smaller pieces. TBR=kbr Bug: 843511 Change-Id: Ifb26ba762a05686fa751f2bde902f36fc868fdb5 Reviewed-on: https://chromium-review.googlesource.com/1088758Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#564898}
-
Scott Violet authored
When a remote client creates a window, the remote client should control when it is closed. This makes it to so that when the user attemps to close a window created by a remote client, the remote client is asked to close the window. BUG=842298 TEST=covered by test Change-Id: I9ace655c0648fc0f8943425c67fb57e088ef00fa Reviewed-on: https://chromium-review.googlesource.com/1087870 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#564897}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 7052b23c. With Chromium commits locally applied on WPT: e8832df8 "webrtc wpt: remove test_state_change_event" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/19121 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 TBR=foolip No-Export: true Change-Id: I7ec108d1d00c983558ebfc0c5c0c462942c56587 Reviewed-on: https://chromium-review.googlesource.com/1088208 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@{#564896}
-
Alexander Potapenko authored
TSan error reports involve destruction stacks, which means the same tests may crash on other builders. TBR=nasko@chromium.org Bug: 847326 Change-Id: Ibac5d6eb25232ece33029eea2a563ab72a6d79f1 Reviewed-on: https://chromium-review.googlesource.com/1088915 Commit-Queue: Alexander Potapenko <glider@chromium.org> Reviewed-by:
Alexander Potapenko <glider@chromium.org> Cr-Commit-Position: refs/heads/master@{#564895}
-
Ramya Nagarajan authored
Verifies that observer list is empty on service shutdown. Change-Id: If379ca134bf42cfde3bf76cedffaedf0696409fc Reviewed-on: https://chromium-review.googlesource.com/1087437 Commit-Queue: Ramya Nagarajan <ramyan@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#564894}
-
Tommy C. Li authored
Previously we had updated it to say: "Search Google or type a web address" That was not correct. We are sticking with "a URL". Bug: 823535 Change-Id: I99f2c1d1397136001ef81b2dbaa4d2059babf35b Reviewed-on: https://chromium-review.googlesource.com/1087846Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#564893}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/c22d671..74ed554 git log c22d671..74ed554 --date=short --no-merges --format='%ad %ae %s' 2018-06-06 rharrison@chromium.org Create events and expectation for barcode_test.pdf 2018-06-06 art-snake@yandex-team.ru Use CPDF_StreamAcc to data access of CPDF_Stream. Created with: gclient setdep -r src/third_party/pdfium@74ed554 The AutoRoll server is located here: https://pdfium-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. TBR=dsinclair@chromium.org Change-Id: Iaa5d5a843ddd7e936acfbe896095ed69b2f5e392 Reviewed-on: https://chromium-review.googlesource.com/1088832Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#564892}
-
Rayan Kanso authored
Store failed fetches in the cache, since the download manager returns useful information, such as the status code (404, 501, etc). Bug: 848280 Change-Id: Ic2a229473756f6357d67d90bedf6e2d3e23bb7b4 Reviewed-on: https://chromium-review.googlesource.com/1086988Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#564891}
-
Christian Dullweber authored
Enable BrowsingDataDatabaseHelperTest.FetchData and fix it by making all DatabaseTracker calls on the right task_runner. DatabaseTracker checks that it is executed on the right sequence now, so that might have been the reason for flakiness? 100 local executions ran successful. Also remove a usage of base::RunLoop::QuitCurrentWhenIdleDeprecated. Bug: 92460 Change-Id: I41b5dfaf77f21b3fbf003a8dc217c57b9102b8f5 Reviewed-on: https://chromium-review.googlesource.com/1088707Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#564890}
-
Biao She authored
Previously, we want all redirection stays in Chrome while in VR. The problem is if a webpage sends a redirection request that Chrome can't navigate to (i.e. intent://*). Chrome just silently block the request. This leads to problem described in issue 848788. This CL unblocks such redirection (when redirect to an external app). Bug: 848788 Change-Id: Ia1fc66afe1d011d1c814f7a907d423f053e7fb28 Reviewed-on: https://chromium-review.googlesource.com/1087775Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Biao She <bshe@chromium.org> Cr-Commit-Position: refs/heads/master@{#564889}
-
Scott Violet authored
It's not applicable to ws2 (because the pre-target handlers installed by ash take care of it). BUG=842295 TEST=none Change-Id: I57ae1c684580233233bff13186560c2790f56c79 Reviewed-on: https://chromium-review.googlesource.com/1088128Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#564888}
-
Chris Nardi authored
The anonymous getter in CSSStyleDeclaration only uses the DOMString type of the current union (DOMString or float), so we don't really need to have the union at all. This change simplifies the code to mark the return value as only a DOMString and not a union. Change-Id: Ibd4026a5ddc1efd47226c9e1fbd643ab93d898d9 Reviewed-on: https://chromium-review.googlesource.com/1083216Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Chris Nardi <cnardi@chromium.org> Cr-Commit-Position: refs/heads/master@{#564887}
-
Olivier Li authored
Bug: 830892 Change-Id: I4e22700df6983b89e0c516c4cb7534f612a28d5e Reviewed-on: https://chromium-review.googlesource.com/1086047Reviewed-by:
proberge <proberge@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Oliver Li <olivierli@chromium.org> Cr-Commit-Position: refs/heads/master@{#564886}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/522947b..1a3e67e git log 522947b..1a3e67e --date=short --no-merges --format='%ad %ae %s' 2018-06-06 yyanagisawa@chromium.org cros_chrome_sdk: should not raise on goma fetch failure. Created with: gclient setdep -r src/third_party/chromite@1a3e67e The AutoRoll server is located here: https://chromite-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. BUG=chromium:849832 TBR=chrome-os-gardeners@chromium.org Change-Id: Ibf7c3a77c7ab5e5a3312538c68e2b210f03a7fe1 Reviewed-on: https://chromium-review.googlesource.com/1088770Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#564885}
-
Navid Zolghadr authored
Due to a rebucketing change the previous version lost its value. This CL adds the new metrics with the broader range of buckets up to 2 seconds to accomodate for slower devices. Bug: 849735 Change-Id: Ie683cf1bfc510da618e989eae7ca027497322da9 Reviewed-on: https://chromium-review.googlesource.com/1087529Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#564884}
-
Marcin Wiacek authored
Moving two variables into method (cleanup after https://chromium-review.googlesource.com/c/chromium/src/+/1070202) Change-Id: I6a622b5fd13e42dd347e03df2536f5af0267dc68 Reviewed-on: https://chromium-review.googlesource.com/1087962Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Marcin Wiącek <marcin@mwiacek.com> Cr-Commit-Position: refs/heads/master@{#564883}
-
Juan Antonio Navarro Perez authored
Test is consistently failing. TBR=nednguyen@google.com NOTRY=true Bug: 847786 Change-Id: I09dedb490c625d03f1e008012cf5d7cac097400c Reviewed-on: https://chromium-review.googlesource.com/1088916Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#564882}
-