- 07 Aug, 2018 40 commits
-
-
Xiangjun Zhang authored
Add pthcatcher@ and aburago@ to the WATCHLIST. Change-Id: Iea60d0fcb3ae16663023bfad7b27efe922dc06fe Reviewed-on: https://chromium-review.googlesource.com/1165851 Commit-Queue: Yuri Wiitala <miu@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#581373}
-
Donn Denman authored
Rolls back a recent auto-roll of AFDO because we suspect that it could be causing problems with the recent Android Official build. TBR=gbiv BUG=871173 Change-Id: Icec331079f2b1be1d0b6a5e61d3ca096b46c3f91 Reviewed-on: https://chromium-review.googlesource.com/1166157Reviewed-by:
Donn Denman <donnd@chromium.org> Reviewed-by:
George Burgess <gbiv@chromium.org> Commit-Queue: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#581372}
-
perfetto-chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/181422428b90..b19466d75e3f git log 181422428b90..b19466d75e3f --date=short --no-merges --format='%ad %ae %s' 2018-08-07 primiano@google.com Merge "Fix brush interaction" 2018-08-07 fmayer@google.com Merge "Expose peer_pid on Linux and Android via UnixSocket." Created with: gclient setdep -r src/third_party/perfetto@b19466d75e3f The AutoRoll server is located here: https://perfetto-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. TBR=perfetto-bugs@google.com Change-Id: I787a554f6221129b2a03fea00f7c01627c5c0c23 Reviewed-on: https://chromium-review.googlesource.com/1166043Reviewed-by:
perfetto-chromium-autoroll <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: perfetto-chromium-autoroll <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#581371}
-
Wenzhao Zang authored
The "installed" event is fired when ArcAppListPrefs::Observer::OnAppRegistered is called, which is the time that |launchApp| can be used to actually launch the app. Bug: 819404 Change-Id: If874607a351fb2e0e24637c7b6b4c1013b6812ae Reviewed-on: https://chromium-review.googlesource.com/1152703 Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#581370}
-
Matt Wolenetz authored
If using video/webm for an audio codec/stream, some user agents will say the type is unsupported where otherwise it would be if it were audio/<bytestream-format> for the same codec/stream. This change makes the types in audio test metadata match the stream types more closely (audio/webm;... and audio/mp4;...). This change also includes a drive-by comment addition to help ensure the audioOnlyTypes in mediasource-util.js remain correct relative to the changeType tests' assumptions that none of the audioOnlyTypes generate timestamps automatically. BUG=871929 WPT issue https://github.com/web-platform-tests/wpt/issues/12336 Change-Id: I768035b817ad46f9f17f7dc681c3f9f5c1dad8e4 Reviewed-on: https://chromium-review.googlesource.com/1166030Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Cr-Commit-Position: refs/heads/master@{#581369}
-
Eric Willigers authored
Device-Memory Client Hints Header shipped in M61. This client header exposes the device Memory to web applications. https://chromium-review.googlesource.com/579795 https://www.chromestatus.com/feature/5741299856572416 BUG=710702 Change-Id: I33213321cb42ce72e6b5dc9594605d63d12f1a01 Reviewed-on: https://chromium-review.googlesource.com/1165046Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#581368}
-
Dominik Laskowski authored
The purpose of the origin offset was to adjust window geometry in screen coordinates during display reconfiguration, but this is no longer needed in the upcoming protocol with explicit target display. Bug: b:77972398 Test: None Change-Id: Id346b8c6c1a743975e5f9b075931635ac7697d53 Reviewed-on: https://chromium-review.googlesource.com/1164547Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Dominik Laskowski <domlaskowski@chromium.org> Cr-Commit-Position: refs/heads/master@{#581367}
-
Ned Nguyen authored
along with the "rebaseline-expectations" subcommand in blink_tool.py. Also clean up the remaining references to NEEDS_MANUAL_REBASELINE left from https://crrev.com/c/1140927. Bug: 621126, 738152 Change-Id: I33c109e4343e7bf41aac6e7527237702e4cce94a Reviewed-on: https://chromium-review.googlesource.com/1164405 Commit-Queue: Ned Nguyen <nednguyen@google.com> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#581366}
-
Lei Zhang authored
The checkout that was in third_party/deqp/src has moved to third_party/angle/third_party/deqp/src. Change-Id: Ia1b99361cc93c8e8323bc4ea82fc1316e2e59ed3 Reviewed-on: https://chromium-review.googlesource.com/1166144Reviewed-by:
Jamie Madill <jmadill@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#581365}
-
James Cook authored
The tap visualizer mojo app creates a fullscreen widget in the overlay container. It draws "tap point" circles in that widget. When the display work area changes (for example, after display rotation) the widget needs to be resized. Add a layout manager that handles the resize. In theory we should do this for maximized and pinned windows as well. However, I'm limiting it to fullscreen windows because I intend to backport the fix to M69. (The bug is a user-visible regression that affects recording demo videos on detachable and tablet devices.) Bug: 869130 Test: ash_unittests, enable "Show taps" in about:flags, rotate display, tap near the bottom of the display Change-Id: If54c65e2964f2a709c707e255c1b80d8e16666d9 Reviewed-on: https://chromium-review.googlesource.com/1165956Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#581364}
-
Krishna Govind authored
R=cmasso@chromium.org Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I948b0310563d88cd52bc5a96b0fd67469d8edffd Reviewed-on: https://chromium-review.googlesource.com/1166200Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#581363}
-
Alex Newcomer authored
There is a bug where users can keep their clamshell mode context menu open by detaching the keyboard. This allows users to have a side shelf in tablet mode, and they may get stuck in this state. This CL fixes the bug by explicitly closing menus when tablet mode state changes. Bug: 870469 Change-Id: I72bb42733000077947219f5868d32615738ab80d Reviewed-on: https://chromium-review.googlesource.com/1165699 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#581362}
-
Elly Fong-Jones authored
The inverted background tab design doesn't work at all with pre-Refresh tabs. Bug: 870844 Change-Id: I598b92ed8d6e8fa8b586166fb7352df1d13c8360 Reviewed-on: https://chromium-review.googlesource.com/1163316Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#581361}
-
Weilun Shi authored
Enable the .png image upload by default. Change the options drop down menu to only have one option with hardcoded string "*.jpeg, *.jpg, *png". Screenshot: https://screenshot.googleplex.com/1sd8JoBoM14.png https://screenshot.googleplex.com/5mnsxOtRxJD.png Bug: 864303 Change-Id: I3b041d0f4e08898fa0c6998742a8ce04065ab5ac Reviewed-on: https://chromium-review.googlesource.com/1166027 Commit-Queue: Weilun Shi <sweilun@chromium.org> Reviewed-by:
Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#581360}
-
Fredrik Hubinette authored
This reverts commit 5e61a5b7. Reason for revert: Seems to be calling LSAN problems on linux: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%281%29 BUG: 871986 Original change's description: > Handle legacy camera app in consolidated icon > > This CL does 2 things: > 1. Hide legacy camera app icon > 2. Launch legacy camera app (com.android.camera2) when > com.google.android.GoogleCameraArc is not available. > > Sometimes when devices are upgraded from version with Camera2 installed, > GCA still has com.android.camera2 as the package name. That's why this > CL is needed. > > Bug: b:112121210 > Test: Tested on nautilus that after this CL, the legacy camera app icon > > Change-Id: I16e4d29d4cb538bd2ad6607456bcf4667be1f188 > Reviewed-on: https://chromium-review.googlesource.com/1127899 > Reviewed-by: Steven Bennetts <stevenjb@chromium.org> > Commit-Queue: Sheng-hao Tsao <shenghao@google.com> > Cr-Commit-Position: refs/heads/master@{#581047} TBR=stevenjb@chromium.org,shenghao@google.com Change-Id: Ibd24eb5f9821e23a3986fbabc45db3d3ed14c81b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b:112121210 Reviewed-on: https://chromium-review.googlesource.com/1166004Reviewed-by:
Fredrik Hubinette <hubbe@chromium.org> Commit-Queue: Fredrik Hubinette <hubbe@chromium.org> Cr-Commit-Position: refs/heads/master@{#581359}
-
Min Qin authored
When browser is not fully running, Profile cannot be accessed. This CL also disables the use of toast as it is very expensive when full browser is not running. BUG=695115 Change-Id: I7560e3684307741e0a1ba01ec8efec0ff97fdbc4 Reviewed-on: https://chromium-review.googlesource.com/1165849Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#581358}
-
Mike Klein authored
There ought to be one small layout test diff, https://test-results.appspot.com/data/layout_results/linux_trusty_blink_rel/34136/layout-test-results/results.html Change-Id: I3468dff4ae22a7ea9b9d38b7e3896b33f65b7666 Reviewed-on: https://chromium-review.googlesource.com/1165831Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org> Cr-Commit-Position: refs/heads/master@{#581357}
-
Xing Liu authored
This class adds the required infrastructure to generalize sharing across content types. This comes down to adding an async API to OfflineContentProvider to request the URI (if available) to use in generating a share intent. This also adds the utility class to build the intent from that set of OfflineItems and share info (URI)s. TBR=petewil@chromium.org BUG=850780 Change-Id: If9d5d4f01a8559bec90b7de1adb70c8aaafa9302 Reviewed-on: https://chromium-review.googlesource.com/1105125Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Mugdha Lakhani <nator@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#581356}
-
Francois Doray authored
The macro is a no-op since https://chromium-review.googlesource.com/c/chromium/src/+/1093015. Bug: 589840 Change-Id: I4fe4479d5dbfe9116032933bcde8c8889be0ebd2 Reviewed-on: https://chromium-review.googlesource.com/1165644Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#581355}
-
Moe Ahmadi authored
Adds kAutofillCreditCardEnabled and kAutofillProfileEnabled to the extensions prefs API Bug: 870328 Change-Id: Ic5961b3cd58c58381764f6eddf2698df72db8695 Reviewed-on: https://chromium-review.googlesource.com/1161002Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#581354}
-
David Black authored
Per instructions in bugs, updated: - Settings/reminders text. - Mini UI padding/typography. Bug: b:112311203, b:112312304 Change-Id: If9b0041043fb7f9a716173260cc798a52e5adac8 Reviewed-on: https://chromium-review.googlesource.com/1165950Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#581353}
-
Nick Harper authored
TBR=bnc@chromium.org Change-Id: Ic5f394b608925fa5bfd0343a4e69572eb0f327e0 Reviewed-on: https://chromium-review.googlesource.com/1164546Reviewed-by:
Nick Harper <nharper@chromium.org> Reviewed-by:
Bence Béky <bnc@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#581352}
-
Xiyuan Xia authored
The catalog includes test_ws as standalone service so that ServiceManager could launch it with --enable-features=Mash and --enable-service-binary-launcher; Bug: 866942 Change-Id: I898aa4644b0bf4307c667afdf4959d9f9c829d2b Reviewed-on: https://chromium-review.googlesource.com/1164079Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#581351}
-
Mitsuru Oshima authored
This is reland of https://crrev.com/c/1164570 Change summary: A header view may outlive the target widget, which can be differet widget. Reset the reference and check before calling target widget. Bug: b/112240082 Test: covered by unittests Change-Id: Ia98d44a487b6cd2077b110e4a9799780cdbc4ebe Reviewed-on: https://chromium-review.googlesource.com/1165697 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#581350}
-
Rayan Kanso authored
This is the first step in supporting uploads for Background Fetch Bug: 774054 Change-Id: I13188181573fcd8464df0729a09190a42b5bd2d0 Reviewed-on: https://chromium-review.googlesource.com/1160848Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#581349}
-
David Bienvenu authored
Bug: 854675 Change-Id: Ic1366d927ef3918ff21c8656a4f90baf30768557 Reviewed-on: https://chromium-review.googlesource.com/1164384 Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#581348}
-
Yuri Wiitala authored
This is the first in a series of changes to migrate the video capture stack over to the new Chromium shmem APIs. This change adds the use of base::ReadOnlySharedMemoryRegion as an alternative to mojo shared_buffer handles. Bug: 797470,843117 Change-Id: Ifa51a4984f48376a5da4b437618d301669f1ae1e Reviewed-on: https://chromium-review.googlesource.com/1164637Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Christian Fremerey <chfremer@chromium.org> Commit-Queue: Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#581347}
-
Bence Béky authored
Use default constructed (null) CompletionOnceCallbacks instead of default constructed (null) CompletionCallbacks in tests. Since this compiles, that means that all APIs have already been converted to take CompletionOnceCallbacks, and the CompletionCallbacks (alias for CompletionRepeatingCallback) before this CL were immediately cast into CompletionOnceCallbacks anyway, so this change really does not modify behavior. Bug: 807724 Change-Id: I03c3b5dc1f77e76d7780748a4334b743053d69ef Reviewed-on: https://chromium-review.googlesource.com/1159200Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#581346}
-
Tibor Goldschwendt authored
This library is needed to on-demand install dynamic feature modules. Bug: 862681 Change-Id: I6d4f76e614c464bdbd4fb3be7c69d1a583a75f1b Reviewed-on: https://chromium-review.googlesource.com/1151531Reviewed-by:
Peter Wen <wnwen@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Conley Owens <cco3@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#581345}
-
Min Qin authored
This CL migrates all in-progress cache metadata to level DB. The current implementation uses a file to store all in-progress data, which is not very scalable. This CL rewrites the current implemetation to use level DB. It also migrates the existing data from that file, and destroys it on success. UMAs are provided to track the migration and the DownloadDB. Bug: 870502 Change-Id: I7494b72e89ba68627f635666a62c9a29d211f46b Reviewed-on: https://chromium-review.googlesource.com/1163996Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#581344}
-
Gabriel Charette authored
The default JsonPrefStore task runner is used instead of injecting one. Remaining use cases didn't require sharing the task runner except one (to flush), but CommitPendingWrite()'s async reply API already provides this functionality and we use it in this CL instead of exposing the entire task runner (which is also more readable then implicitly depending on the impl flushing right away on its task runner). This is another take on hanxi's https://crrev.com/c/1153632 after debugging it locally I realized RundownTaskCounter needs to observe the notification synchronously (as the WaitableEvent prevents observing the reply). A nested Runloop is also not suitable (ref. https://crbug.com/318527 and in code comments). Note: JsonPrefStore's optional constructor params were flipped since the task runner is now the most likely optional parameter. This CL is a precursor to: https://crrev.com/c/1148959. R=sky@chromium.org Bug: 848615, 318527 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;luci.chromium.try:linux_mojo;master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I24c03cb2e49ec667e592d7a78722cdaf0884af36 Reviewed-on: https://chromium-review.googlesource.com/1163628 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#581343}
-
Peter Collingbourne authored
This function lives in //content/browser despite being intended to be used by child processes. The function body is trivial and can be inlined into every caller. This lets us remove one dependency from app to browser. Bug: 855193 Change-Id: Ia9558b4298275a5638500ebcd65361073be838b9 Reviewed-on: https://chromium-review.googlesource.com/1159394Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#581342}
-
Will Harris authored
This dependency was added when crashpad fallback handler was added to chrome.exe, but this dependency should be delay load as it's only used when uploading a crash report. BUG=870463 Change-Id: I180fd151f9d0c79c850fe818b87138b311066cc1 Reviewed-on: https://chromium-review.googlesource.com/1160797Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#581341}
-
Sarah Hu authored
Security requires fingerprint lock out after too many attempts. So remove try again later from the message. See discussion in go/cros-fingerprint Bug: 835357 Change-Id: Id3551dceb0d80d3f839172c1e321ff168c8b8c92 Reviewed-on: https://chromium-review.googlesource.com/1165951Reviewed-by:
Wenzhao (Colin) Zang <wzang@chromium.org> Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org> Cr-Commit-Position: refs/heads/master@{#581340}
-
Ned Nguyen authored
This reverts commit 96cfcfde. Reason for revert: reenable Telemetry perf benchmark coverage Original change's description: > Temporarily disable Telemetry perf test on Mac builders > > NOTRY=true # covered by PRESUBMIT tests > > Bug: 868675 > Cq-Include-Trybots: master.tryserver.chromium.perf:obbs_fyi > Change-Id: Ia5fb548ba314edda307b5b7d7d7d27ff9e24fb30 > Reviewed-on: https://chromium-review.googlesource.com/1164565 > Reviewed-by: David Tu <dtu@chromium.org> > Commit-Queue: Ned Nguyen <nednguyen@google.com> > Cr-Commit-Position: refs/heads/master@{#581082} TBR=dtu@chromium.org,nednguyen@google.com Change-Id: Ifaf628ca1d733df24365e5231f687b4e20eb467a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 868675 Cq-Include-Trybots: master.tryserver.chromium.perf:obbs_fyi Reviewed-on: https://chromium-review.googlesource.com/1166122Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#581339}
-
perfetto-chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ef73f7b272a5..181422428b90 git log ef73f7b272a5..181422428b90 --date=short --no-merges --format='%ad %ae %s' 2018-08-07 primiano@google.com Merge "Introduce legacy JSON importer and "slices" vtable" 2018-08-07 hjd@google.com Merge "perfetto-ui: Remove ControllerProxy" Created with: gclient setdep -r src/third_party/perfetto@181422428b90 The AutoRoll server is located here: https://perfetto-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. TBR=perfetto-bugs@google.com Change-Id: I905941ad24b71dc080873ea61e2758fa01e67eb6 Reviewed-on: https://chromium-review.googlesource.com/1165326Reviewed-by:
perfetto-chromium-autoroll <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: perfetto-chromium-autoroll <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#581338}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/67c8e92b..cbcf8cb1 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,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I62acaa6bf12836a1f83725fe55cce74f8ba42b0d Reviewed-on: https://chromium-review.googlesource.com/1165600Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#581337}
-
Xiangjun Zhang authored
Bug: 734672 Change-Id: I97941d577b6993170b4f5a506e51a9451623dccd Reviewed-on: https://chromium-review.googlesource.com/1162772 Commit-Queue: Xiangjun Zhang <xjz@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#581336}
-
Jacob Dufault authored
OOBE now has a white background across the entire display. The status area tray icons were not visible in this environment. Bug: 857221 Change-Id: I025b8f0d243df6be4d1b0258628dc72730467341 Reviewed-on: https://chromium-review.googlesource.com/1162780 Commit-Queue: Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#581335}
-
James Cook authored
The class is deprecated. Eliminate empty methods. Inline code from remaining methods. TBR=rcui@chromium.org Bug: 866523 Change-Id: I6c785a5c58b4b95f2a3b543ab80b66610fc88519 Reviewed-on: https://chromium-review.googlesource.com/1164629Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#581334}
-