- 01 Aug, 2018 40 commits
-
-
Christos Froussios authored
They are flaking with timeout Bug: 856601 No-try: true No-Presubmit: true Change-Id: I40e09e6b8aed3cb2014a284d012abc8122d614b7 Reviewed-on: https://chromium-review.googlesource.com/1158228Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#579723}
-
Yoichi Osato authored
This patch rewrites a test expectation on each Node with |std::string DumpSelectionInfo()| so that we can check a SelectionStatus tree with text diff. The test skipped the flaky state LayoutObject about invalidation which is a containing block. However, since we don't invalidate containing blocks,there is no flakiness. Plus, it is the last user of the old test harness so we can clean it up all. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I4a72fa4ee5f1b956e2fd1b7dea7175d14da0b331 Reviewed-on: https://chromium-review.googlesource.com/1157949Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#579722}
-
Yeol authored
So it replaced AddHeadersFromString, AddHeaderFromString with SetHeader in ../chrome. Bug: 862175 Change-Id: Ifec193eaf09ff75907ed4f0b0c7b29a3a724183b Reviewed-on: https://chromium-review.googlesource.com/1154852Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Reviewed-by:
Nathan Parker <nparker@chromium.org> Commit-Queue: Yeol Park <peary2@gmail.com> Cr-Commit-Position: refs/heads/master@{#579721}
-
Kent Tamura authored
- Remove unnecessary #include - Remove unused |capture| member - Update comments Bug: 869257 Change-Id: Ia16c39bd31be1a0d38f67efe6823cb62229fe0c8 Reviewed-on: https://chromium-review.googlesource.com/1157947Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#579720}
-
Christos Froussios authored
It is mostly failing (timeout) Bug: 856601 No-try: true No-Presubmit: true Change-Id: Ic8785e8bf5237d4e252c94a48a00302ce6e0303a Reviewed-on: https://chromium-review.googlesource.com/1158144 Commit-Queue: Christos Froussios <cfroussios@chromium.org> Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#579719}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/54af9559..6c5ad298 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: I62959eaf59618e31c2dcf439f25021e3c6867976 Reviewed-on: https://chromium-review.googlesource.com/1157921Reviewed-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@{#579718}
-
tzik authored
This CL flips `use_once_callback` flag on the Mojo code generator for Mojo tests, and fixes all compile errors after that. After this CL, Mojo interfaces there service starts using base::OnceCallback instead of base::Callback on its return value handling. Bug: 714018 Change-Id: Iaa9566292500cefd92ecedd137ed4ba4bfec502e Reviewed-on: https://chromium-review.googlesource.com/1156190Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#579717}
-
Koji Ishii authored
Re-ran rebaseline-cl. Somehow this produced different results from the last run in CL:1142048. Bug: 866785 Change-Id: I02c9ebc5fd206a20ff5c8bf919bd51eaeaef3e10 Reviewed-on: https://chromium-review.googlesource.com/1156338 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#579716}
-
yoshiki iguchi authored
message_center::UiController and UiDelegate were used by both the platform with only popup and with the message center and popup. This CL is the first CL of refactoring to split them into two for simplification. The current dependency: CrOS: UiController --UiDelegate--> NotificationTray/UnifiedSystemTray Old Win/Linux: UiController --UiDelegate--> PopupsOnlyUiDelegate Old Mac: UiController --UiDelegate--> MessageCenterBridge The new dependency: CrOS: UiController --UiDelegate--> NotificationTray/UnifiedSystemTray Old Win/Linux: PopupsOnlyUiController(new) --::Delegate(new)--> PopupsOnlyUiDelegate Old MacMac: PopupsOnlyUiController(new) --::Delegate(new)--> MessageCenterBridge I will move the existing UiController and UiDelegate to ash/ and refactor them in following CLs. Bug: 869278 Test: Notification works on Linux Change-Id: I8ab077f0339cb55cf25633aa481509f1775d43dd Reviewed-on: https://chromium-review.googlesource.com/1154617 Commit-Queue: Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#579715}
-
webrtc-chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/1a9c02850686..da3dbe83a352 git log 1a9c02850686..da3dbe83a352 --date=short --no-merges --format='%ad %ae %s' 2018-08-01 buildbot@webrtc.org Roll chromium_revision bf3721ae..4dd959af (579581:579686) Created with: gclient setdep -r src/third_party/webrtc@da3dbe83a352 The AutoRoll server is located here: https://webrtc-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:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG=chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I36ea10cafca8e5778d74ef3febbe55c7c9332b67 Reviewed-on: https://chromium-review.googlesource.com/1158044Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#579714}
-
Anand K. Mistry authored
https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/2e6185093997..6d8535d43743 $ git log 2e6185093..6d8535d43 --date=short --no-merges --format='%ad %ae %s' 2018-07-26 xiaochu add LoadDlcImage constant 2018-07-28 allenwebb service_constants: Added constant for IsUsbguardEnabled dbus method. 2018-07-26 benchan cros-disks: remove unused kDriveIsRotational constant 2018-07-26 benchan cros-disks: add constant for IsAutoMountable property Created with: roll-dep src/third_party/cros_system_api Change-Id: I766e02d42e2e6a2afe9195ba255a98db214810eb Reviewed-on: https://chromium-review.googlesource.com/1157953Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#579713}
-
Christopher Cameron authored
This is not an appropriate long-term solution, but is a solution that has a minimal diff and can be merged fairly easily. The appropriate fix is to: - make BridgedNativeView have a DisplayLink - update that DisplayLink when the NSWindow is moved between monitors - ensure that the VSync parameters are updated "reasonably frequently" to avoid skew - RWHVMac will poke the DisplayLink every time the renderer displays a new frame - at each poke, the DisplayLink will update its parameters if it has not done so in the last 10 seconds - this scheme will need to be revisited both for BridgedNativeView (because it rarely gets new frames compared to the renderer) and for OOP-D (because RWHVMac will no longer be informed of frames) Such a fix is a bigger undertaking than should be merged to a branch, so just push the VSync parameters from RWHVMac (that we would ordinarly send to the web-contents-only ui::Compositor) to the parent ui::Layer's compositor instead. This will only "fix" windows that have web contents in them (which is almost everything that will have an animation). Bug: 869129 Change-Id: Ie5949798aa4d1f42e73197326bca5e6e574f0843 Reviewed-on: https://chromium-review.googlesource.com/1157027Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#579712}
-
Hayato Ito authored
Add FlatTreeTraversal section. TBR=rakina Bug: 742715 Change-Id: I42cee6b8940f07cd65adb1932de59c844fcdace1 Reviewed-on: https://chromium-review.googlesource.com/1158084 Commit-Queue: Hayato Ito <hayato@chromium.org> Reviewed-by:
Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#579711}
-
Ramin Halavati authored
Preferences defined in: 'components/component_updater/pref_names.h' are removed from the persistent storage list for incognito mode. This means that after this CL, these preferences are only stored in memory in incognito mode. Bug: 861722 Change-Id: I390ffc5b63aff52d197cd0ad1ef47a6b6b4c683c Reviewed-on: https://chromium-review.googlesource.com/1145269Reviewed-by:
Sorin Jianu <sorin@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#579710}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c5287309..54af9559 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: I37d32f5dcc230070e173e3adffc4c0d49ccf8fc4 Reviewed-on: https://chromium-review.googlesource.com/1157905Reviewed-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@{#579709}
-
Matt Falkenhagen authored
The comment is obsolete. "current architecture" meant pre-PlzNavigate. Bug: 789577 Change-Id: Ib53714275a7f54503e415f3a1986cb2f498dd37d Reviewed-on: https://chromium-review.googlesource.com/1156184 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/master@{#579708}
-
sangwoo.ko authored
Previously, selection and content changes were sent as separate callbacks. This caused consistency errors in observers, as the two must be processed simultaneously. TabStripModelObserver::OnTabStripChanged() carries selection and contents data at the same time. And it'll be called after tab strip model finishes it's work. So we don't have to care about model's state that much. Thus, we can replace following with OnTabStripChanged(): void TabInsertedAt(...); void TabReplacedAt(...); void TabMoved(...); void TabClosingAt(...); void TabDetachedAt(...); void TabDeactivated(...); void ActiveTabChanged(...); void TabSelectionChanged(...); Also this callback allows us to handle multiple changes in a single callback. e.g. multiple tab closing, insertion, etc. Change-Id: Iae824f8be536dbe699ba0108bf242114e0906ec7 Bug: 842194 Reviewed-on: https://chromium-review.googlesource.com/1140105 Commit-Queue: Sang Woo Ko <sangwoo108@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#579707}
-
Tetsui Ohkubo authored
This makes focus traversal of UnifiedSystemTray to start from the SystemTray part. We have notifications above the SystemTray part. Previously, similar functionality was implemented by TopShortcutsView:: RequestInitFocus(), but it had two downsides: * It did not make use of ShouldEnableExtraKeyboardAccessibility(), so usability with ChromeVox was degraded. * It did not edit focus traversal order, so the SystemTray part caught focus on open only when the tray was opened by Alt-Shift-S. When a user opened the tray by mouse and the pressed Tab, notifications caught the focus. TEST=manual BUG=862506 Change-Id: I4fede4f015980c735eedd28f1d05fc19fbded616 Reviewed-on: https://chromium-review.googlesource.com/1156193Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#579706}
-
Mikel Astiz authored
This struct allows easy plumbing of fields that are representative of why a datatype is running. This avoids the need to inject SyncClient in multiple places, which is undesirable because it carries over a long list of dependencies, including a subtle dependency cycle in some cases (DeviceInfo) that needs a workaround (the controller's delegate must be obtained lazily). We plan to extend this struct with new state information in follow-up patches. Bug: 866814,867801 Change-Id: I35142c3a04f2f5abba22a5ec23d475c8da8bd292 Reviewed-on: https://chromium-review.googlesource.com/1154532Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#579705}
-
Michael Spang authored
Since there's no longer any DRM-master specifics in GbmBuffer, move it to //ui/ozone/common/linux and remove GbmBoWrapper. Bug: 869206 Change-Id: I079f157e2f8ad46ea1f68670421d6d700abba25d Reviewed-on: https://chromium-review.googlesource.com/1155919 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#579704}
-
Renee Wright authored
This message is also supposed to link to /run/imageloader/cros-termina/<version>/about_os_credits.html on the CrOS machine, but that is not present unless Termina is running. I think that part will be more involved, so I want to do it in a second CL. Bug: 858832 Change-Id: I1ab11af69de6434ddcfacd4987951a05e50b3889 Reviewed-on: https://chromium-review.googlesource.com/1143169 Commit-Queue: Renée Wright <rjwright@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#579703}
-
Hiroshige Hayashizaki authored
Previously, WorkerThreadDebugger::ContextCreated() sets V8ContextInfo using global scope's Url(). However, After [1] Url() can be null when the global scope is created and thus ContextCreated() can't use Url(). This CL uses |GlobalScopeCreationParams::script_url| instead. This CL shouldn't change the behavior, because currently global scope's Url() is equal to |GlobalScopeCreationParams::script_url|. [1] https://chromium-review.googlesource.com/1139074 Bug: 866666, 861564 Change-Id: Ic19a87d77c4b01d3f850e51ce734dae11e1b4e44 Reviewed-on: https://chromium-review.googlesource.com/1139052Reviewed-by:
Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#579702}
-
tzik authored
AsyncDelegateLogger is a ref counted class, and its instance is destroyed when all of its reference is released. So, an unexpected first reference creation may cause an unexpected early destruction. AsyncDelegateLogger::Start() used to run before the first reference is made, and the first reference used to be made by base::Bind in Start() implicitly. The reference is released when the callback instance is destroyed, so the instance may be destroyed in Start(). Though this case is safe, as no one touch the instance after Start(), an upcoming change to base::Bind() disables this pattern of implicit first reference creation as it's error prone. After this CL, AsyncDelegateLogger::Run() holds the reference to avoid implicit first reference creation, and to avoid the check failure. Bug: 866456 Change-Id: I719dd6f398f2d3ce4f5d3243a326b4f2d792381e Reviewed-on: https://chromium-review.googlesource.com/1156705 Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#579701}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/5c2d9e757a6f..68afb50705f8 git log 5c2d9e757a6f..68afb50705f8 --date=short --no-merges --format='%ad %ae %s' 2018-08-01 nednguyen@google.com Update AndroidBrowserBackend.IsBrowserRunning for consistency 2018-08-01 skau@chromium.org Update link to Benchmark Policy. Created with: gclient setdep -r src/third_party/catapult@68afb50705f8 The AutoRoll server is located here: https://catapult-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 BUG=chromium:869548,chromium:869698 TBR=sullivan@chromium.org Change-Id: Ia7268312cf54098e1a868f0d07bc4b6fdaee22d0 Reviewed-on: https://chromium-review.googlesource.com/1157884Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#579700}
-
Bence Béky authored
Bug: 807724 Change-Id: Ie6d9df68023730dc927984ef326223169f243c15 Reviewed-on: https://chromium-review.googlesource.com/1155087Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Kazuhiro Inaba <kinaba@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#579699}
-
Joe Downing authored
This CL fixes an issue introduced by a previous change which allowed clients to pass an empty resolution to indicate that the host should restore the original desktop size. This change worked for Linux and MacOS as they only have a single process which contains the HostResizeObserver that handles this condition. On Windows, we have a multi-process architecture where the empty resolution was forwarded to both the desktop process (which has the HostResize Logic) and the Daemon process (which treats an empty resolution as a critical error). Enabling the host resize logic for RDP is not very useful so I have just added a check to make sure we don't forward empty resolution values to the Daemon process. BUG=869509 Change-Id: I87be6beb3137641ad728c4725f587a7e7f15a48f Reviewed-on: https://chromium-review.googlesource.com/1157540 Commit-Queue: Joe Downing <joedow@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#579698}
-
Ramin Halavati authored
Preferences related to Safe Browsing are removed from the persistent storage list for incognito mode. After this CL, if these preferences are changed from incognito mode, they are only stored in memory and won't affect user profile. Bug: 861722 Change-Id: I4e19fd53d5fd6c1e59991be70f443c94696d0b7f Reviewed-on: https://chromium-review.googlesource.com/1155599Reviewed-by:
Jialiu Lin <jialiul@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#579697}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/cede561c5ae6..53d4f0a4526e git log cede561c5ae6..53d4f0a4526e --date=short --no-merges --format='%ad %ae %s' 2018-08-01 vmiklos@collabora.co.uk Add FPDFText_GetFontName() API Created with: gclient setdep -r src/third_party/pdfium@53d4f0a4526e 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: I0ada161caf43b26f8fb58bd18255e18419bb1048 Reviewed-on: https://chromium-review.googlesource.com/1157489Reviewed-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@{#579696}
-
John Chen authored
The directory names in chromium-browser-snapshots bucket have changed recently, breaking all ChromeDriver builds. Changing ChromeDriver waterfall script to compensate. In particular, the following directory names have changed: Win -> win32_rel Mac -> mac_rel Linux_x64 -> linux_rel Also removing obsolete code for 32-bit Linux. TBR=crouleau@chromium.org Change-Id: I2927152abc91a097fbb3c50693a578eaecc44752 Reviewed-on: https://chromium-review.googlesource.com/1157908Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#579695}
-
Yoichi Osato authored
This patch rewrites test expectation on each Node with |std::string DumpSelectionInfo()| so that we can check a SelectionStatus tree with text diff. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I337d02e126b6b53efb30c8fd3f16787f4f3c739a Reviewed-on: https://chromium-review.googlesource.com/1157735Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#579694}
-
angle-chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/ac43aaa2c2e1..ad63728be30d git log ac43aaa2c2e1..ad63728be30d --date=short --no-merges --format='%ad %ae %s' 2018-07-31 jmadill@chromium.org VertexArray: Store bound attributes mask in binding. Created with: gclient setdep -r src/third_party/angle@ad63728be30d 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=fjhenigman@chromium.org Change-Id: I1105d1916374b62748ba53108f323192bd46c0de Reviewed-on: https://chromium-review.googlesource.com/1157825Reviewed-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@{#579693}
-
Haruka Matsumura authored
This CL changes DCHECK for fixups_ to Fixups(). They are guaranteed that AddCompactingPage() and RegisterMovingObjectCallback() are called before these method. But we collect also HeapCollections that have no buffer so it is not guaranteed. Bug: 864425 Change-Id: Id28cc98f060f4125bca04664a9e8416f9cf97fcc Reviewed-on: https://chromium-review.googlesource.com/1156527Reviewed-by:
Keishi Hattori <keishi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Haruka Matsumura <harukamt@google.com> Cr-Commit-Position: refs/heads/master@{#579692}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/2c3d9c837512..2d1c2ecd2d8c git log 2c3d9c837512..2d1c2ecd2d8c --date=short --no-merges --format='%ad %ae %s' 2018-07-31 tbrindus@chromium.org cros_oobe_autoconfig: Add chromite script for OOBE autoconfig population Created with: gclient setdep -r src/third_party/chromite@2d1c2ecd2d8c 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. TBR=chrome-os-gardeners@chromium.org Change-Id: I9b294375631cbe19eb8cd6b1ded98039fddbe8fe Reviewed-on: https://chromium-review.googlesource.com/1157488Reviewed-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@{#579691}
-
src-internal-chromium-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/aa1425d9d877..af27deaf0199 Created with: gclient setdep -r src-internal@af27deaf0199 The AutoRoll server is located here: https://src-internal-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:869510,chromium:b/111007449 TBR=mmoss@chromium.org Change-Id: I2cb6f2dfd9197582fdec190af5a8dfa69e1faf17 Reviewed-on: https://chromium-review.googlesource.com/1157744Reviewed-by:
src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#579690}
-
Kyle Milka authored
Missed the reference in local_ntp.js Bug: 869230 Change-Id: I50d9a991df8660592263abb79115bea5c484d756 Reviewed-on: https://chromium-review.googlesource.com/1157538Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#579689}
-
Charlie Ma authored
long-press-back-new-design. Bug: 800033 Change-Id: Iaddb0816ea911669d2cc8c7ef6eb49d5c49d8d13 Reviewed-on: https://chromium-review.googlesource.com/1155976 Commit-Queue: Charlie Ma <charliema@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#579688}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/c1de8bd2ba3b..f4bf7fc35d83 git log c1de8bd2ba3b..f4bf7fc35d83 --date=short --no-merges --format='%ad %ae %s' 2018-08-01 angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll third_party/externals/angle2 2eb65034db71..ad63728be30d (6 commits) Created with: gclient setdep -r src/third_party/skia@f4bf7fc35d83 The AutoRoll server is located here: https://autoroll.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=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=scroggo@chromium.org Change-Id: Iecc506e52a0dc5e3aa0cfb88f9c0f6dd107e0dc6 Reviewed-on: https://chromium-review.googlesource.com/1157824Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#579687}
-
Yao Xiao authored
A patch to CL 1140204 that's areadly merged in Bug: 863889 Change-Id: If16395f2becabbc49c372d88c98d3021f2c36868 Reviewed-on: https://chromium-review.googlesource.com/1157608Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Yao Xiao <yaoxia@chromium.org> Cr-Commit-Position: refs/heads/master@{#579686}
-
Fady Samuel authored
We would like to understand what happens to CompositorFrames in the wild. This UMA tracks whether Viz accepts the surface, or drops it due to some violation. This UMA records what violation has occurred if any. Bug: 865179 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I23cb97f64ac9905d35921fbded90de9577f32357 Reviewed-on: https://chromium-review.googlesource.com/1155471 Commit-Queue: Fady Samuel <fsamuel@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#579685}
-
Bence Béky authored
Bug: 807724 Change-Id: I2c8ec3cabdd0f3b502d9dfccd8f72a0973330fa4 Reviewed-on: https://chromium-review.googlesource.com/1156852Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#579684}
-