- 17 Oct, 2017 40 commits
-
-
Nicolas Pena authored
Currently, if two tabs share the renderer process then the longtasks from one tab are also reported to observers in the other tab. This CL fixes that by ensuring that only tasks involving the PerformanceMonitor's |local_root_| are reported by the PerformanceMonitor. Bug: chromium:736509 Change-Id: I3be72ec81c0c2735b6a092f848f4c4b6cb58ddfe Reviewed-on: https://chromium-review.googlesource.com/705175Reviewed-by:
Nate Chapin <japhet@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Reviewed-by:
Shubhie Panicker <panicker@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#509274}
-
Kenichi Ishibashi authored
This is a follow-up CL of crrev.com/c/583450. The term "suspend" is confusing. We are going to use "pausing" instead. Change-Id: I047c31ab324ba85eb119a78096560d111caa976e Reviewed-on: https://chromium-review.googlesource.com/721480Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#509273}
-
Zijie He authored
According to MSDN, https://msdn.microsoft.com/en-us/library/windows/desktop/dd797816%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396 H264 HW encoder on Windows supports base / main / high profiles. So this change adds the profile selection to the MediaFoundationVideoEncodeAccelerator. I have tested the new profiles in Chromoting. They work well (except for the not-key-enough issue). Bug: chromium:769391 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: I74aed968d187c3e0352dd7a1a518a8f13d1277c8 Reviewed-on: https://chromium-review.googlesource.com/711059 Commit-Queue: Zijie He <zijiehe@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Emircan Uysaler <emircan@chromium.org> Cr-Commit-Position: refs/heads/master@{#509272}
-
Yoland Yan authored
There are no more J3 tests in android webview, this removes the test base and refactor some of the APIs in AwActivityTestRule Bug: 711517 Change-Id: Ib3422c7c59626a97a819dd588818f0ed9110c38d Reviewed-on: https://chromium-review.googlesource.com/721566Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Yoland Yan <yolandyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#509271}
-
Antoine Labour authored
This is a microbenchmark that measures the raw throughput of the GLES2 decoders. Bug: 775212 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: Ic701af8c5e83a5eee347f481ee5319dfa6fc0ffc Reviewed-on: https://chromium-review.googlesource.com/719462 Commit-Queue: Antoine Labour <piman@chromium.org> Reviewed-by:
Victor Miura <vmiura@chromium.org> Cr-Commit-Position: refs/heads/master@{#509270}
-
Yuzhu Shen authored
BUG=757187 Change-Id: If2513dfdd287f0c06df917bd2c0b87cf6e0ea539 Reviewed-on: https://chromium-review.googlesource.com/722029Reviewed-by:
Oliver Chang <ochang@chromium.org> Commit-Queue: Yuzhu Shen <yzshen@chromium.org> Cr-Commit-Position: refs/heads/master@{#509269}
-
Gurpreet Nanda authored
With the upcoming chrome apps deprecation, we have a new gnubbyd corp extension for !CrOS platforms that uses native messaging instead of the now unavailable chrome.usb/chrome.hid APIs Bug: Change-Id: I630ae0f67a059536326109f619bee0bcdbbb1929 Reviewed-on: https://chromium-review.googlesource.com/721617 Commit-Queue: Gurpreet Nanda <gunand@google.com> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#509268}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/cb98b11b71af..b06b35820705 $ git log cb98b11b7..b06b35820 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc 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 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I9200e7c7ea1ae4a5d325cddcba562bd564b178d2 Reviewed-on: https://chromium-review.googlesource.com/722220Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#509267}
-
Xianzhu Wang authored
Instead of invalidating chunks that are not in sequence of the previous chunks, now invalidate chunks which are moved before any previously matched chunks. This is the same method used in PaintController to invalidate reordered display items. Bug: 771770 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Idca6531db89a149a7280079b5ff598b77de97d0a Reviewed-on: https://chromium-review.googlesource.com/710314Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#509266}
-
Shanmuga Pandi M authored
Bug: 771800 Change-Id: Ia3995f9d535421ff2c1a0f73a3c4187010632b19 Reviewed-on: https://chromium-review.googlesource.com/720720Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Shanmuga Pandi <shanmuga.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#509265}
-
Sylvain Defresne authored
Convert client code to directly access GetVisibleURL method from WebState instead of the re-implementation in Tab. Remove some useless creation of GURL and std::string by using the API that take base::StringPiece. Bug: 620489 Change-Id: I265bf2a63a87726f0a9296bc5616d9dd58c8d25d Reviewed-on: https://chromium-review.googlesource.com/720459 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#509264}
-
Zijie He authored
Chromoting always assumes encoder won't fail. This is not true for H264, since it has a more strict resolution limitation (3830 x 2176). So this change adds an EncodeResult field in the encoder callback to tell WebrtcVideoStream about the encoding result. Bug: chromium:769391 Change-Id: Icbeec3fa616c0e55acd470ddf5d4e4484e28b112 Reviewed-on: https://chromium-review.googlesource.com/716860Reviewed-by:
Lambros Lambrou <lambroslambrou@chromium.org> Commit-Queue: Zijie He <zijiehe@chromium.org> Cr-Commit-Position: refs/heads/master@{#509263}
-
Eric Willigers authored
The test has taken 10s to run in recent debug builds. We shard the test to avoid virtual/threaded flakes. BUG=757868 Change-Id: Ic2c796d7896ed3211caf161575a3fca3295e278d Reviewed-on: https://chromium-review.googlesource.com/720657 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Bugs Nash <bugsnash@chromium.org> Cr-Commit-Position: refs/heads/master@{#509262}
-
Zijie He authored
H264Parser::ParseNALUs() can be used in both //content and //remoting to reduce the duplication of logic. Bug: chromium:769391 Change-Id: I20f705c60d3ace637636349e641c5ba4106b07db Reviewed-on: https://chromium-review.googlesource.com/721605Reviewed-by:
Lambros Lambrou <lambroslambrou@chromium.org> Reviewed-by:
Wu-Cheng Li <wuchengli@chromium.org> Commit-Queue: Zijie He <zijiehe@chromium.org> Cr-Commit-Position: refs/heads/master@{#509261}
-
kapishnikov authored
BUG=774814 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I575425a128689729741093e43d6798f2252b5ec6 Reviewed-on: https://chromium-review.googlesource.com/722100 Commit-Queue: Andrei Kapishnikov <kapishnikov@chromium.org> Reviewed-by:
Misha Efimov <mef@chromium.org> Cr-Commit-Position: refs/heads/master@{#509260}
-
Hiroshi Ichikawa authored
This is required for //ios/web_view (crbug.com/774876). TEST=Fullscreen and overscroll actions Bug: 774876 Change-Id: Ie6c57ea5efd2d7fc6d8f26117db07171c085ad69 Reviewed-on: https://chromium-review.googlesource.com/720856 Commit-Queue: Hiroshi Ichikawa <ichikawa@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#509259}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 3e17497f. Build: https://build.chromium.org/p/chromium.infra.cron/builders/wpt-importer/builds/3346 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 Directory owners for changes in this CL: dcheng@chromium.org, scottmg@chromium.org: external/wpt/domparsing ecobos@igalia.com: external/wpt/css/css-display-3 jsbell@chromium.org: external/wpt/IndexedDB meade@chromium.org: external/wpt/web-animations rego@igalia.com: external/wpt/css/selectors4 worker-dev@chromium.org: external/wpt/service-workers TBR=qyearsley@chromium.org No-Export: true Change-Id: I3158aab702fcd54418a5cd811dc16bd695245c14 Reviewed-on: https://chromium-review.googlesource.com/721142 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#509258}
-
Bailey Forrest authored
There's nothing alsa specific about it. BUG=internal b/64231556 TEST=Cast CQ Change-Id: Ie9dccee86b68d7c6d6496fb367e15e11963ed1ea Reviewed-on: https://chromium-review.googlesource.com/719463 Commit-Queue: Bailey Forrest <bcf@chromium.org> Reviewed-by:
Stephen Lanham <slan@chromium.org> Cr-Commit-Position: refs/heads/master@{#509257}
-
chrome-release-bot authored
TBR=mmoss@chromium.org Change-Id: I9fdf3f676bc6aa778ddf10a462f061e30580a69d Reviewed-on: https://chromium-review.googlesource.com/721504Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#509256}
-
Eugene But authored
This file contains source files even from subdirectories, which is OK because ios/web/public directory structure has not been finalized yet. Bug: 684616 Change-Id: I7c0f05070189af47aa083cd2f822aa2fa61eccf3 Reviewed-on: https://chromium-review.googlesource.com/720204Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#509255}
-
bsheedy authored
Makes VR Telemetry tests set VrCore to use a Cardboard headset after a benchmark is run. This is so that the device is left in a consistent state after a benchmark regardless of what VrCore settings were used during the test. This is a temporary solution until the non-Telemetry VR tests (namely latency) are ported to use Devil and can apply VrCore settings themselves. Bug: 772969 Change-Id: I79428963d4807613c0b1c59043cde63d07cdf0dd Reviewed-on: https://chromium-review.googlesource.com/721573Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#509254}
-
Eric Roman authored
The method was needed for test CertVerifyProcTest.CybertrustGTERoot (Mac), however it has since been deleted (9ad3f48a). Bug: 590868 Change-Id: Ie85b19d5665cc6398c34048fc672fce1a9f2a2cd Reviewed-on: https://chromium-review.googlesource.com/720255Reviewed-by:
Matt Mueller <mattm@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#509253}
-
James Cook authored
For mash, certain services are considered critical (window server, window manager). The browser is terminated if one of those services goes down. * Add support for mojo packaged service manifest overlays to content_shell * Add the test "echo" service to content_shell so it can be used in content_browsertests * Test that terminating the echo service can trigger browser termination. Bug: 772098 Test: content_browsertests Change-Id: Ie4c8af6956b8800806f9dbd88812af008b6541fb Reviewed-on: https://chromium-review.googlesource.com/720157Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#509252}
-
Min Qin authored
This CL adds the logic to resume an interrupted download with network service A helper method is introduced so we can reuse some code. BUG=715630 Change-Id: I5b3ab183e4db42ad3e9d864cd9e9634552cf90cc Reviewed-on: https://chromium-review.googlesource.com/721576Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#509251}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/952103605264..90fffb31e2ec $ git log 952103605..90fffb31e --date=short --no-merges --format='%ad %ae %s' 2017-10-16 dsinclair Simplify CPVT_GenerateAP interface 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: I7113e606fe2bccd91c68677fe38bb47661b4ba7f Reviewed-on: https://chromium-review.googlesource.com/721804 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#509250}
-
Michael Giuffrida authored
Add missing keywords, literals, and attributes. Clean up the vimscript a bit. The file still does not conform to the Google style guide, but I wanted to keep these changes minimal. Before/after screenshots: see bug. Text for testing: https://pastebin.com/raw/xAxJ5LvH Bug: 727553 Change-Id: I2e3519514c30bb627b825861d722edba91c824de Reviewed-on: https://chromium-review.googlesource.com/722122 Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#509249}
-
Jamie Madill authored
https://chromium.googlesource.com/chromium/buildtools/+log/f6d165d..e043d81 In order to roll GN 87530f97..14c48caf (r503394:r509159) and pick up the following changes: f4ecd4be Remove base::ManualConstructor. 710ba81f [GN] Fixes a wrong condition on a size check 844a031c [GN] Remove a duplication of a source type check 7295a84e Generate projects for Visual Studio 2017 by default bf8877ba Fix GN bootstrap 41b3ead7 [GN] Uses the consistent way to disallow assign and copy 75f35e04 [GN] Adds raw strings to analyzer's unit tests fb0b9d31 Require Creators Update SDK to build Chrome on Windows a49b4b6b Fix references to macOS. c45d55ec Remove workaround to compute create_bundle output. 8ddf0976 Fix GN bootstrap b02c0a23 Replace std::queue with base::queue. be8980d4 [fuchsia][gn] Add os variable for fuchsia and add to default build set 2dfece94 gn format: Test that we sort "public" just like we sort "sources" 7f2385e9 gn format: Sort `public` just like we sort `sources` TBR=dpranke@chromium.org Change-Id: Ia9c73d7c548bd47364fb436b4f44ff2cc50bec0a Reviewed-on: https://chromium-review.googlesource.com/721888Reviewed-by:
Max Moroz <mmoroz@chromium.org> Reviewed-by:
Jamie Madill <jmadill@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#509248}
-
Zijie He authored
The original initial_bitrate is too low (64Kbps). It cannot support a high quality video streaming. Typically the size of a full-frame of 4000x1200 is around 450KB, i.e. 3.6Mb. I loosen the number a little bit to 1MB. But this number should rely on the size of the frames. A TODO has been added to track the effort of providing a better |initial_bitrate| to encoder. Note: this is the average size of the frames, setting it to a larger value won't increase the maximum byte-size of the encoded frames. Bug: chromium:769391 Change-Id: Ifb0d70f5872d3a5a1a99adab79a6e34896b05657 Reviewed-on: https://chromium-review.googlesource.com/722079 Commit-Queue: Zijie He <zijiehe@chromium.org> Reviewed-by:
Lambros Lambrou <lambroslambrou@chromium.org> Cr-Commit-Position: refs/heads/master@{#509247}
-
Weidong Guo authored
There's a race condition when event listener feedbackPrivate.onFeedbackRequested is added before feedback dialog extension is loaded completely. The CL prevents this by sending request to the extension only after the extension is loaded. BUG=754329,764997 TEST=LoginFeedbackTest.Basic with flag --enable-browser-side-navigation Change-Id: I2988012d91dd3bd61e1a27ab2486a603e1e0fa64 Reviewed-on: https://chromium-review.googlesource.com/722027 Commit-Queue: Weidong Guo <weidongg@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#509246}
-
Dmitry Gozman authored
Attaching second time destroys the first session (by overriding it in session_by_client_ map), and leaves stale pointers to it in session_by_id_ and sessions_. Bug: 774695 Change-Id: Ibb2dad0917adaf1c33bace4feef8e4fc5247f7c8 Reviewed-on: https://chromium-review.googlesource.com/719431Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#509245}
-
Matt Menke authored
clear HSTS data and HttpServerProperties. Also move that logic from chrome/ to content/, since the data isn't specific to Chrome. The new tests are written to work when the network service is run out of process, rather than rely on direct access to net objects. It had been going through ProfileIOData unnecessarily, since it has direct access to all the relevant classes. The goal is to eventually remove ProfileIOData, and make consumers use the network service directly, rather than go through chrome/ classes. The new code will work both when running with an in-process network stack and when running with the network service. TBR=phajdan.jr@chromium.org, khmel@chromium.org Bug: 715695 Change-Id: I2e0c8b4ea0ffd7f718412699e773c900f786c62d Reviewed-on: https://chromium-review.googlesource.com/719736 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#509244}
-
David Jacobo authored
When there is a preferred app (because the user set it previously) we need to honor that decision and use that preference for the next similar urls. This means that the intent picker won't be auto-displayed, however the icon needs to be shown, so the user can still decide to continue in other app instead of their previously recorded preferred app. Also removing ShowIntentPickerCallback since the throttle no longer communicates directly with the UI. Bug: 678141 Test: Try. Change-Id: Id550d4763a05d7db1734ce4b11dd1077e38bee9d Reviewed-on: https://chromium-review.googlesource.com/722071 Commit-Queue: David Jacobo <djacobo@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#509243}
-
Min Qin authored
Download should always be treated as main frame request BUG=715630 Change-Id: If1403ba99b30d98387de850d191876ad6bfabdbe Reviewed-on: https://chromium-review.googlesource.com/721922Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#509242}
-
Wei-Yin Chen (陳威尹) authored
Use a fake Button class for the TextViews on Reader Mode Infobar, so that it can be announced as a button with TalkBack. Bug: 773763 Change-Id: I0a3f62a0752604e7fe94d9bc61d8b69edb4be8d0 Reviewed-on: https://chromium-review.googlesource.com/713755 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#509241}
-
James Robinson authored
The '--modules' flag to gen.py was renamed '--packages'. Bug: 707031 Change-Id: I04cbae76eacf0a9c593fdf1d375c84c25fbee088 Reviewed-on: https://chromium-review.googlesource.com/721887Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: James Robinson <jamesr@chromium.org> Cr-Commit-Position: refs/heads/master@{#509240}
-
Klaus Weidner authored
This picks up the EGL_ANDROID_get_native_client_buffer extension for eglGetNativeClientBufferANDROID, and declares struct AHardwareBuffer. Preserve Chromium-specific support for EGL_EXT_image_flush_external extension, and remove "Chromium-specific" comment for Ozone types such as EGLNativeDisplayType since that section is now upstreamed. Also ran "git cl format ." but reverted the changes to the autogenerated date header. BUG=761432 Change-Id: If911142151ecfc14b1eba6cf9bc8fc72e8ccf672 Reviewed-on: https://chromium-review.googlesource.com/721600Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Commit-Queue: Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#509239}
-
Scott Chen authored
Bug: 769529 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I4b55fe9185c40e93301cae975bad4d56e961667c Reviewed-on: https://chromium-review.googlesource.com/713952Reviewed-by:
Dave Schuyler <dschuyler@chromium.org> Commit-Queue: Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#509238}
-
Ben Chan authored
Bug: 755727 Change-Id: Ie1ced7f1979392dde03eb81eaf0e9aa5aa0e0916 Reviewed-on: https://chromium-review.googlesource.com/721873Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Ben Chan <benchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#509237}
-
Robert Liao authored
This is a mostly automated refactor. BUG=638327 TBR=dcheng@chromium.org Change-Id: I211c1627b5aa7ee7be9fc68e057243c64d8748dc Reviewed-on: https://chromium-review.googlesource.com/722103Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#509236}
-
Bugs Nash authored
Should have been added in 579429. Bug: 545324 Change-Id: I422673ee1cb8f8970ece70bbcb39d4ba4f5e9732 Reviewed-on: https://chromium-review.googlesource.com/720638Reviewed-by:
meade_UTC10 <meade@chromium.org> Commit-Queue: Bugs Nash <bugsnash@chromium.org> Cr-Commit-Position: refs/heads/master@{#509235}
-