- 03 Oct, 2017 31 commits
-
-
Chris Watkins authored
If overlays are supported by the device, MCVD now requests OverlayInfo updates during lazy init and continues initialization when it gets the first one. If overlays are not supported it skips making any calls to AndroidVideoSurfaceChooser and uses a surface texture. Bug: 660942 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I5fb4a008f7bf2932cec96570f6b5782a1d327474 Reviewed-on: https://chromium-review.googlesource.com/689416 Commit-Queue: Chris Watkins <watk@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#505892}
-
Yuke Liao authored
The per directory html report generation step may take up to a minute without printing out anything, and to avoid confusions, the script should explain to the users that it's doing. Bug: 757515 Change-Id: I7c1c02dee62942c9d70cd18fe0b43f047ca50517 Reviewed-on: https://chromium-review.googlesource.com/696326Reviewed-by:
Mike Baxley <baxley@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#505891}
-
Peter Boström authored
Changes the RenderText default password character to be a bullet on all platforms instead of just Mac, as part of Harmony unification of UI. This changes the ash LoginPasswordView from using the U+2219 bullet operator glyph to the RenderText default bullet glyph. Removes SetPasswordReplacementChar as it is no longer meaningfully used. BUG=chromium:654115, chromium:770402 Change-Id: Ia323917a7dcf3a4b303d74d3488b3da7bf2d65ca Reviewed-on: https://chromium-review.googlesource.com/693279 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Wenzhao (Colin) Zang <wzang@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#505890}
-
Becky Zhou authored
Set tab stack button to not clickable if new tab bottom sheet is on show. This will prevent tab stack button being clicked after new tab button is clicked that changes the toolbar to tab switcher mode. Bug: 747785 Change-Id: Ie7df8acc034bf9dcb3330dd1e235030b561f3060 Reviewed-on: https://chromium-review.googlesource.com/695867 Commit-Queue: Becky Zhou <huayinz@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#505889}
-
Bret Sepulveda authored
Since Flash is now the only supported plugin, this patch removes all the generic language in the dialog and makes it specific to Flash. This patch also deletes some related strings that were unused. Bug: 652030 Change-Id: Iadd4eb43305f269456c59a06132c9d9c2184c6e3 Reviewed-on: https://chromium-review.googlesource.com/685806Reviewed-by:
Adrienne Porter Felt <felt@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Raymes Khoury <raymes@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#505888}
-
Lei Tian authored
When CCT bottom bar is shown, the contextual search peeking bar is hidden beneath it. The correct behavior should be when contextual search bar is shown, CCT bottom bar should be dismissed. To fix the problem, add a ContextualSearchObserver from the CustomTabBottomBarDelegate to know when the contextual search bar is shown/hidden, then hide/show bottom bar based on the observer's callbacks. BUG=684675 Change-Id: Iad53e7b8e83afcf127c7adcf1965cd4f75bc0afa Reviewed-on: https://chromium-review.googlesource.com/693343Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Lei Tian <ltian@google.com> Cr-Commit-Position: refs/heads/master@{#505887}
-
Charles Harrison authored
This will help as a reference point for other visibility metrics at the tab layer (namely popups and tab-unders). This CL contains a minor refactor, so that the ScopedVisibilityTrackers no longer own their tick clocks. Bug: 661629 Change-Id: I879fe751661876442b609bad9008d16af52ba2f1 Reviewed-on: https://chromium-review.googlesource.com/694741 Commit-Queue: Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#505886}
-
Khushal authored
This reverts commit fe24d7f3. Since we rasterize the SkPicture with decoded images in the test, we need to initialize its pixels. Fix that. R=enne@chromium.org TBR=chrishtr@chromium.org Bug: 735741,728359 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel Change-Id: I10989e2bc28594c9fa8e291559ae2753e65de29d Reviewed-on: https://chromium-review.googlesource.com/695449Reviewed-by:
enne <enne@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#505885}
-
Evan Stade authored
The showApps property is only used by ntp4.js, which despite its name is the apps page, which is non-Chrome OS desktop only. Bug: 770866 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I16e313cb01f28dbe76cc42f79f42d6bb4d126f7c Reviewed-on: https://chromium-review.googlesource.com/695710Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#505884}
-
pdr authored
With Root Layer Scrolling (RLS), the local frame contents are not scrolled because scrolling is handled by the layout view. This patch updates ClipByVisualViewport to apply the scroll offset itself (for both RLS and !RLS) instead of using RootFrameToContents. Bug: 769490 Change-Id: I3bff26b74f9672882bb8c564067f7e6630bbabf1 Reviewed-on: https://chromium-review.googlesource.com/695720Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#505883}
-
Achuith Bhandarkar authored
* Add WizardController::SkipEnrollmentPromptsForTesting to skip enrollment prompts. * Do not automatically log in after enrollment. * Some additional logging. BUG=chromium:651249 TEST=enterprise_FakeEnrollment Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ie8516d3b97055c9435697a0071ddf66e5e7dac07 Reviewed-on: https://chromium-review.googlesource.com/696296Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Commit-Queue: Achuith Bhandarkar <achuith@chromium.org> Cr-Commit-Position: refs/heads/master@{#505882}
-
Conley Owens authored
This test may be simplified by using a promise_test rather than an async_test. Additionally, using promise_test will simplify the transition to new mojo bindings and the migration to Web Platform Tests. BUG=769412 Change-Id: I4ae41fa5e5fb43ee611cefc8527bb2e078f1bb71 Reviewed-on: https://chromium-review.googlesource.com/690602Reviewed-by:
Vincent Scheib <scheib@chromium.org> Commit-Queue: Conley Owens <cco3@chromium.org> Cr-Commit-Position: refs/heads/master@{#505881}
-
Mitsuru Oshima authored
BUG=None Change-Id: Ib8982c19f02e36181b0936d1ed63cffdbb5ad108 Reviewed-on: https://chromium-review.googlesource.com/695716Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#505880}
-
Alexey Kozyatinskiy authored
Otherwise crash can occur. R=pfeldman@chromium.org Bug: chromium:757778 Change-Id: Idbe43f15bf620af41738e6e27c7a5ddf5bbf3067 Reviewed-on: https://chromium-review.googlesource.com/685270 Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#505879}
-
Ken Rockot authored
Removes a bunch of long-unused entries and adds a new one for some upcoming internal-only stuff. TBR=yzshen@chromium.org Bug: 673417 Change-Id: I380283ed7b2daae36f6c35529d8ea8a7fda7040d Reviewed-on: https://chromium-review.googlesource.com/696129Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Yuzhu Shen <yzshen@chromium.org> Commit-Queue: Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#505878}
-
Jonathan Ross authored
This reverts commit e724b177. Reason for revert: There have been a series of flakes on the trybots, that were no occurring on the Mojo FYI bots. Removing these tests from the trybots until we can find out why. Original change's description: > Add Telemetry to linux-chromiumos bot > > We've been running telemetry_unittests and telemetry_perf_unittests on the Mojo > FYI bots. They've been cycling green for a week, so we'd like to add them to > the main linux_chromeos bot. > > TBR=sky@chromium.org > > Bug: 758065 > Change-Id: I6ea2c3f619237124ebba5b691ac08bffb93652a6 > Reviewed-on: https://chromium-review.googlesource.com/657858 > Commit-Queue: Jonathan Ross <jonross@chromium.org> > Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> > Cr-Commit-Position: refs/heads/master@{#503031} TBR=sadrul@chromium.org,sky@chromium.org,jonross@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 758065 Change-Id: I682ef5e4c7ac45384ce4b4c435ab19f23f0b80ec Reviewed-on: https://chromium-review.googlesource.com/696301Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#505877}
-
WC Leung authored
GetAvatarIcon, GetAvatarIconIndex, SetAvatarIconIndex, and GetHighResAvatar are migrated to ProfileAttributesEntry. Old accessors are still here (with some extra comment) because they are still used by ProfileInfoCache tests. Two high-res avatar tests are migrated and one test about avatar icon index is added. An existing observer notifier method in ProfileAttributesStorage is changed because it was not good enough. Bug: 305720 Change-Id: I93b3e765cd1131f7ddb905c884db6d23390786bb Reviewed-on: https://chromium-review.googlesource.com/694062Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Commit-Queue: WC Leung <lwchkg@chromium.org> Cr-Commit-Position: refs/heads/master@{#505876}
-
Ryan Sturm authored
Bug: 768256 Change-Id: Ie965ca7eae7fa094e23e0d9e294a341136975300 Reviewed-on: https://chromium-review.googlesource.com/683241Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#505875}
-
Lukasz Anforowicz authored
WebContents::GetRenderProcessHost is an API that doesn't behave as expected with out-of-process iframes, as multiple processes can be associated with a single WebContents. This CL replaces callers of this API, so that they go through an equivalent API that explicitly selects which frame's process is needed. This CL was started by using an ad-hoc clang-plugin that replaced existing callsites of WebContents::GetRenderProcessHost() with a call to something like wc->GetMainFrame()->GetProcess(). This was followed-up by manually adding an include of render_frame_host.h and git cl format and git cl lint and then a self-review with small tweaks (e.g. sometimes using a wc->GetRenderViewHost()->GetProcess() is more appropriate). This CL was uploaded by git cl split. R=raymes@chromium.org Bug: 666525 Change-Id: Ic44b6d3465e3affd405f188c7743fbe543f846c4 Reviewed-on: https://chromium-review.googlesource.com/688898Reviewed-by:
Raymes Khoury <raymes@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#505874}
-
Erik Luo authored
Objects such as 'NodeList', 'HTMLAllCollection', and 'Arguments' are all 'array'-subtype, and require the same formatting logic as normal arrays. However, unlike normal Arrays, they should print their name as part of their result. For example, 'NodeList(5) [...]' instead of '(5) [...]'. Screenshot: https://imgur.com/a/I41jb Bug: 769998 Change-Id: I898e4e2be6c9a1bc5f05c341ab2bcc83e57deb2d Reviewed-on: https://chromium-review.googlesource.com/691355 Commit-Queue: Erik Luo <luoe@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#505873}
-
David Tseng authored
When a ChromeVox user touch explores, the resulting hit node is sometimes a container. For example, <div> <div> hello </div> </div> The outer div can be much larger than the inner div. Since the div itself isn't usually encountered during keyboard navigation, it is safe to re-target the hover that touches it into an object inside. e.g. 'a' once and can't touch both its container and the text inside. Test: touch explore in the vk. Verify we only ever hear the key Bug: Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Iae6a43c436f37b2adf3ee4c82f824d6e6bfbec2f Reviewed-on: https://chromium-review.googlesource.com/695905Reviewed-by:Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#505872}
-
Dominik Laskowski authored
The RenderPass::output_rect and host window bounds for SurfaceTreeHost were set to the content size of the root surface. Hence, surfaces were clipped to the viewport (0, 0) × (W, H), where (W, H) is the size of the root surface. The root surface of ARC windows is sized to match the Android display. This CL computes the output_rect as the bounding box of the surface tree, and resizes the host window to match the output_rect. Bug: b:64893967 Test: Windows whose bounds exceed the bottom/right edges of the display are not clipped in overview mode. Change-Id: I51ddf7405e703f5c546aec88a01cc004d105b18a Reviewed-on: https://chromium-review.googlesource.com/639472 Commit-Queue: Dominik Laskowski <domlaskowski@chromium.org> Reviewed-by:David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#505871}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/951b1119d4c7..c2ae41abd16a $ git log 951b1119d..c2ae41abd --date=short --no-merges --format='%ad %ae %s' 2017-10-02 rharrison Replace GetWord_LSBFirst with FXWORD_GET_LSBFIRST Created with: roll-dep src/third_party/pdfium Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls TBR=dsinclair@chromium.org Change-Id: I5a1ab9282e05f355622b5d2f5abb183c7872a8b1 Reviewed-on: https://chromium-review.googlesource.com/695719 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#505870}
-
Peter Qiu authored
Software decoder will always convert mono to stereo, so setup the output backend to stereo in the case of mono input. Bug: b/67158736 Test: manual Change-Id: Ibaa59b1a5c8532f28e7a8e2d82352942e4508110 Reviewed-on: https://chromium-review.googlesource.com/695847Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Sergey Volk <servolk@chromium.org> Commit-Queue: Peter Qiu <zqiu@chromium.org> Cr-Commit-Position: refs/heads/master@{#505869}
-
Yoland Yan authored
In JUnit3, CommandLine is initialized before a test run, we should do the same to avoid test flakiness. Bug: 640116 Change-Id: If9ac3945680060125cfc86b63cf79a91e21d13dc Reviewed-on: https://chromium-review.googlesource.com/685811Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Yoland Yan <yolandyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#505868}
-
Brett Wilson authored
The current_buffer_ member variable always points to the front of the queue. The code can be simplified slightly be removing it. Change-Id: I4c4101b91d8df7a0640547b3f6f8ecd7dfcd0049 Reviewed-on: https://chromium-review.googlesource.com/695813Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Brett Wilson <brettw@chromium.org> Cr-Commit-Position: refs/heads/master@{#505867}
-
Devlin Cronin authored
Bug: None Change-Id: Ifc8bcd58f5f65af62dbf38226f360ef6b2a94ee9 Reviewed-on: https://chromium-review.googlesource.com/695003Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#505866}
-
Tom Sepez authored
Currently, these live in .grd resource files, which won't be available under the service manager. Putting these into the binary has the added benefit that they may be harder to tamper with. A subsequent patch will move the mac sandbox content/common stuff to service manager, cleaning up some of the DEPS. Change-Id: I22473e63f762a55a0e9f99b6d5d66186ed84da7c Reviewed-on: https://chromium-review.googlesource.com/693287 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#505865}
-
Matt Mueller authored
(This is the format used by der2ascii and ascii2der.) Bug: Change-Id: I025281f85a5953e69c3485da554be514aaa7b47f Reviewed-on: https://chromium-review.googlesource.com/693348 Commit-Queue: Matt Mueller <mattm@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#505864}
-
Lukasz Anforowicz authored
WebContents::GetRenderProcessHost is an API that doesn't behave as expected with out-of-process iframes, as multiple processes can be associated with a single WebContents. This CL replaces callers of this API, so that they go through an equivalent API that explicitly selects which frame's process is needed. This CL was started by using an ad-hoc clang-plugin that replaced existing callsites of WebContents::GetRenderProcessHost() with a call to something like wc->GetMainFrame()->GetProcess(). This was followed-up by manually adding an include of render_frame_host.h and git cl format and git cl lint and then a self-review with small tweaks (e.g. sometimes using a wc->GetRenderViewHost()->GetProcess() is more appropriate). This CL was uploaded by git cl split. R=raymes@chromium.org Bug: 666525 Change-Id: I233ff68af8f61aebb07aaed58fbe2c197b970322 Reviewed-on: https://chromium-review.googlesource.com/689136Reviewed-by:
Raymes Khoury <raymes@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#505863}
-
dpapad authored
Bug: 769568, 769567 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I80710e77d7568acbfb28f402dea4bcd20c07d972 Reviewed-on: https://chromium-review.googlesource.com/691047 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#505862}
-
- 02 Oct, 2017 9 commits
-
-
Stephen Martinis authored
The story seems to be failing, so disabling it on mac for now. TBR=rnephew Bug: 770904 Change-Id: I5516cd57f726361e09ac976fdc32da1bd87abcfa Reviewed-on: https://chromium-review.googlesource.com/696283Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#505861}
-
Devlin Cronin authored
webkit_layout_tests failing on Win7 https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win7/builds/56163 TBR=mkwst@chromium.org Bug: 770971 Notry: True Change-Id: I35034ffbbd1a0d727920855544b8d8519895156d Reviewed-on: https://chromium-review.googlesource.com/696131Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#505860}
-
Lukasz Anforowicz authored
WebContents::GetRenderProcessHost is an API that doesn't behave as expected with out-of-process iframes, as multiple processes can be associated with a single WebContents. This CL replaces callers of this API, so that they go through an equivalent API that explicitly selects which frame's process is needed. This CL was started by using an ad-hoc clang-plugin that replaced existing callsites of WebContents::GetRenderProcessHost() with a call to something like wc->GetMainFrame()->GetProcess(). This was followed-up by manually adding an include of render_frame_host.h and git cl format and git cl lint and then a self-review with small tweaks (e.g. sometimes using a wc->GetRenderViewHost()->GetProcess() is more appropriate). This CL was uploaded by git cl split. R=raymes@chromium.org Bug: 666525 Change-Id: I168b6fe1b435c1df42affb65266a9e1099d4cb90 Reviewed-on: https://chromium-review.googlesource.com/688171Reviewed-by:
Raymes Khoury <raymes@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#505859}
-
Tommy Steimel authored
Bug: 768924 Change-Id: I1136888cf78b4fcec7bc357eb494ed83946d9f0f Reviewed-on: https://chromium-review.googlesource.com/696035Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#505858}
-
erikchen authored
Chrome now requires Xcode 8, macOS 10.12, and 10.12 SDK. Bug: 669240 Change-Id: I71b0f4238ac3b7baa657bb469480c1a17eaf1e77 Reviewed-on: https://chromium-review.googlesource.com/696291Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#505857}
-
Min Qin authored
HttpUtils is looking for "\n\n" and "\n\r\n" as the end of the header. So if the headers are already ending with "\n\n", we shouldn't append "\r\n" to it. Otherwise, the appended "\r\n" will be treated as the body BUG=715630 Change-Id: Ia087f3ec7f7644c088635f375782841f2c6a32d0 Reviewed-on: https://chromium-review.googlesource.com/693323Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#505856}
-
Mitsuru Oshima authored
BUG=None Change-Id: I8d0d23a9947b5e4eb56ba02e16c1561076276f08 Reviewed-on: https://chromium-review.googlesource.com/695747Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#505855}
-
Yuke Liao authored
This CL makes the paths in the code coverage html report relative so that the reports are portable. Bug: 757515 Change-Id: I5685437a4b946ec30c3fcab17fa3bb5ddeb7c744 Reviewed-on: https://chromium-review.googlesource.com/696294Reviewed-by:
Mike Baxley <baxley@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#505854}
-
Benjamin Pastene authored
From 30m to 40m. It's hovering pretty close to 30 min currently: https://chromium-swarm.appspot.com/tasklist?c=name&c=state&c=created_ts&c=user&c=bot&c=duration&et=1506978420000&f=buildername%3AKitKat%20Tablet%20Tester&f=name%3Achrome_public_test_apk&l=50&n=true&q=dura&s=created_ts%3Adesc&st=1506892020000 R=dpranke@chromium.org Bug: Change-Id: I6c050bdb6ca5a8528b132de5bdaad98ab6aeadbd Reviewed-on: https://chromium-review.googlesource.com/695837Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Benjamin Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#505853}
-