- 19 Mar, 2018 40 commits
-
-
Kevin Marshall authored
* Remove FAR to package conversion logic. * Migrate to "pm install" for installing packages on the deployment target. * Plumb the unadorned application name through the various scripting layers, so that it can be run like "run foo_unittests". * Roll SDK to 6e46feb3b26db267c65ea0923426a16f4da835bb. Bug: 707030,798851 Change-Id: I4c8cc439a8be7a8d158df87200d0db6d67e6c9df Reviewed-on: https://chromium-review.googlesource.com/963763 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#544130}
-
Ashley Enstad authored
Yahoo sites smoothness benchmarks are failing on Android Webview BUG=822925 TBR=eyaich@chromium.org NOTRY=true Change-Id: I707551a1a43f716c2669bb3c4ddf7f94704cb62e Reviewed-on: https://chromium-review.googlesource.com/969336Reviewed-by:
Ashley Enstad <ashleymarie@chromium.org> Commit-Queue: Ashley Enstad <ashleymarie@chromium.org> Cr-Commit-Position: refs/heads/master@{#544129}
-
Jacob Dufault authored
Bug: 809637 Change-Id: I1eebc6708f52539848d2a38025c087051ced9985 Reviewed-on: https://chromium-review.googlesource.com/935675 Commit-Queue: Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#544128}
-
Matt Mueller authored
Shouldn't just assume something else has already done it. Bug: 59847 Change-Id: I038ed2cf195578515da4aa5f376a0b897281756c Reviewed-on: https://chromium-review.googlesource.com/965028Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#544127}
-
https://chromium.googlesource.com/catapult.git/+log/d0c8b3b7d24c..2a467ca516e1 $ git log d0c8b3b7d..2a467ca51 --date=short --no-merges --format='%ad %ae %s' 2018-03-19 simonhatch Dashboard - More name validation in /add_point. 2018-03-19 nednguyen Remove more profilers in Telemetry 2018-03-19 simonhatch Dashboard - Validate master/bot/suite names. 2018-03-19 simonhatch Dashboard - Allow ints/longs for commit position in /add_histograms Created with: roll-dep src/third_party/catapult 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. TBR=sullivan@chromium.org Change-Id: I749d80f31c5010e259b713090bfa55462ceb733d Reviewed-on: https://chromium-review.googlesource.com/969321Reviewed-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@{#544126}
-
Brad Lassey authored
Added extended error codes to WebURLError, URLLoaderCompletionStatus and ResourceError as well as adding a new ExtendedErrorToString method in net_errors.h to take the extended error code and include the quic error if applicable. Bug: 801669 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I503c0197a8e5835be6bbbc2a7209c4373e7a08fd Reviewed-on: https://chromium-review.googlesource.com/897706Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Brad Lassey <lassey@chromium.org> Cr-Commit-Position: refs/heads/master@{#544125}
-
Ben Smith authored
Fallthrough in a switch statement now omits a warning in modern compilers. Unfortunately, the NaCl compilers are too old to support the required annotation. We could enable this conditionally with a macro, but it's simpler to just remove the fallthrough and replace it with a goto. Change-Id: I0c112883d170155424c8c40879d3024e2d144c8e Reviewed-on: https://chromium-review.googlesource.com/965563Reviewed-by:
Sam Clegg <sbc@chromium.org> Commit-Queue: Ben Smith <binji@chromium.org> Cr-Commit-Position: refs/heads/master@{#544124}
-
Karan Bhatia authored
BUG=822614 TBR=mmenke@chromium.org Change-Id: I360c120ea72fd7ec215ec3d2e16214a1b77835e0 Reviewed-on: https://chromium-review.googlesource.com/969331Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#544123}
-
Miguel Casas authored
This CL removes the flag to disable this feature, since it has been in Beta 66.0.3359.30 without any major problems so far. Bug: 771345 Change-Id: I7283cc05ded90ca3ec24ba227fc80654ad5f3325 Reviewed-on: https://chromium-review.googlesource.com/912016Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#544122}
-
Sadrul Habib Chowdhury authored
The usb-style vendor-id/product-id for input devices are no longer used. So remove them. Bug: None Change-Id: I72b8c136799f944281849b461140beb636ef75c9 Reviewed-on: https://chromium-review.googlesource.com/967732Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#544121}
-
Leonard Grey authored
This excludes TranslateBubbleViewTest.AlwaysTranslateLanguageMenuItem which needs to be rewritten. Change-Id: I81609db0da69f6529f043340f542d179622d0a0d Reviewed-on: https://chromium-review.googlesource.com/963609Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#544120}
-
Brian Anderson authored
Adds a Histogram interface with two implementations. One for ratios with most of it's precision just above 1 and another for latency with higher precision near vsync intervals. The Histogram can be queried for approximate percentiles, which will be useful for UKM based frame metrics. Bug: 807463 Change-Id: Ic50ce19eeb1804063628c09cbd1e0c30afbfd930 Reviewed-on: https://chromium-review.googlesource.com/952534 Commit-Queue: Brian Anderson <brianderson@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#544119}
-
Brian Salomon authored
Skia is moving away from the GrPixelConfig enum and instead using sized internal GL formats to describe client provided textures. Bug: skia:6718 Change-Id: I3b86d38a0111411ef3311b01a43580865a006ae5 Reviewed-on: https://chromium-review.googlesource.com/904544Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Brian Salomon <bsalomon@chromium.org> Cr-Commit-Position: refs/heads/master@{#544118}
-
Stephen McGruer authored
Previously TransformOperations::Blend would silently fail if either of the input matrices was non-decomposible, returning an empty TransformOperations list. This would end up being converted to the identity matrix for animations purposes, which would result in incorrect animations on the compositor. This CL fixes the logic to treat the non-decomposible cases as discrete animations; that is, if the progress is <= 0.5 we return the 'from' input, else we return the 'to' input. Bug: 821351 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I82d3400ac183798cc71a1871c1f08e792e653c7a Reviewed-on: https://chromium-review.googlesource.com/966599 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#544117}
-
Xianzhu Wang authored
Visual rects are important for correct rendering. Without them we may be confused by the correct SkPictures producing wrong rendering. Trace-viewer has already supported visual-rects but incorrectly. https://chromium-review.googlesource.com/c/catapult/+/963858 will fix that. Also output display item names which trace-viewer already supports. Bug: 816854 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: If819b4d9ba49ee583c0f7e25e97773e9cd9fde6f Reviewed-on: https://chromium-review.googlesource.com/965166 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#544116}
-
Kush Sinha authored
This is a reland of 33cfbf08 Changes (fixes): - Add CHROMEOS_EXPORT to AccountManager - Add failing linux-chromeos-dbg trybot Original change's description: > Add Chrome OS Account Manager > > - Loads Login Scoped Tokens (LSTs) from disk to memory > - Persists updates to LSTs to disk > > Design doc is linked in the bug id. > This CL creates the core of Account Manager and its ability to load > and persist its state. > Follow up CLs will: > - Link it with OAuth2TokenService via an OAuth2TokenServiceDelegate. > - Add UI components to modify Account Manager's state. > > Bug: 820046 > Change-Id: I1b43e11cfc7ed3592daf4a79ff664d377644f6a8 > Test: chromeos_unittests --gtest_filter="*AccountManager*" > Reviewed-on: https://chromium-review.googlesource.com/955523 > Commit-Queue: Kush Sinha <sinhak@chromium.org> > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > Cr-Commit-Position: refs/heads/master@{#543944} Bug: 820046 Cq-Include-Trybots: master.tryserver.chromium.chromiumos:linux-chromeos-dbg Test: chromeos_unittests --gtest_filter="*AccountManager*" Change-Id: I68b906ef1288153c26f70735dfcb71790cde520d Reviewed-on: https://chromium-review.googlesource.com/968486 Commit-Queue: Kush Sinha <sinhak@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#544115}
-
Mohammad Refaat authored
Fix Error handling, so didFinishNavigation is called when a response is canceled. BUG=809557 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Icee04cd3bcf10110bc7d53a62df2234bc3065050 Reviewed-on: https://chromium-review.googlesource.com/959590 Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#544114}
-
https://pdfium.googlesource.com/pdfium.git/+log/30e0498962e8..20c94774cc7e $ git log 30e049896..20c94774c --date=short --no-merges --format='%ad %ae %s' 2018-03-19 thestig Avoid crashing in FPDFText_CountRects() for negative count values. Created with: roll-dep src/third_party/pdfium BUG=chromium:821305 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: I8404699c3fa0f549bb32c082e4863e86d344ffba Reviewed-on: https://chromium-review.googlesource.com/969093Reviewed-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@{#544113}
-
Xiaoqian Dai authored
Note: this CL doesn't fix the original issue. Bug: 822084 Change-Id: I7c2235d7ec12a2f8ed51a071a10f47a4d6c5791c Reviewed-on: https://chromium-review.googlesource.com/965408Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#544112}
-
Eugene But authored
This accessor will be used for UMA to understand how many downloads were performed in the background. New Download manager supports background downloads, so the metric will help to measure the success of the feature. Bug: 791806 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I3933a73d71946da363255e1d173bc414fa76ab0b Reviewed-on: https://chromium-review.googlesource.com/965117Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#544111}
-
Alexander Timin authored
Some benchmarks depend on fixed compositor thread name. Revert the name back to the old one for compatibility. TBR=haraken@chromium.org BUG=823315 Change-Id: I07c324016280c33b240fe5f32e5c560ddd9250db Reviewed-on: https://chromium-review.googlesource.com/969042Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Hector Dearman <hjd@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hector Dearman <hjd@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#544110}
-
Tarun Bansal authored
Add a method in FrameFetchContext that can be used to check if JavaScript is allowed. This method does not notify the ContentSettingsClient when the JavaScript is blocked. The method is used by Client hints to check if JavaScript is allowed. Bug: 822553 Change-Id: I775af88099c3973f85e3c7306c1debd27282a9af Reviewed-on: https://chromium-review.googlesource.com/967565 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#544109}
-
Tibor Goldschwendt authored
Bug: 823272 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ib9ef6c157ad0af0c50370b23bfa544d47b96046a Reviewed-on: https://chromium-review.googlesource.com/969102Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#544108}
-
Arman Ghotb authored
Changed platform checks to the gtest standard so incompatible platforms will still compile but not run. R=jdoerrie@chromium.org, ortuno@chromium.org, reillyg@chromium.org Bug: 805274 Change-Id: Iacc11199b792e4637667175cddf85294a23afd98 Reviewed-on: https://chromium-review.googlesource.com/945371Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#544107}
-
Robert Liao authored
Tests in chrome/browser/ui/views/* tended to need ScopedMacViewsBrowserMode. BUG=817419 TBR=rdevlin.cronin@chromium.org chrome/browser/extensions/* test change. Change-Id: I0dced7f956c5b2f15acb01bec00ef29d67db7a24 Reviewed-on: https://chromium-review.googlesource.com/965261Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#544106}
-
Stephen McGruer authored
This reverts commit ab595088. Reason for revert: With https://chromium.googlesource.com/chromium/src/+/c838bf406fc8f97bd8c26a713f80e7290c1f39d3 reverted, this is no longer broken or flaky. Original change's description: > [webkit] Mark composited-with-hit-testing.html as flaky > > TBR=wangxianzhu > > Bug: 819591 > Change-Id: I5580ac037f5d6634a5d76708a0ff8c7dbd73c53a > Reviewed-on: https://chromium-review.googlesource.com/951788 > Reviewed-by: Jan Wilken Dörrie <jdoerrie@chromium.org> > Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> > Cr-Commit-Position: refs/heads/master@{#541413} TBR=wangxianzhu@chromium.org,jdoerrie@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 819591 Change-Id: I47f361c527f7e29e7c4b88ec2207704e026fcc8b Reviewed-on: https://chromium-review.googlesource.com/962821 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#544105}
-
Muyuan Li authored
Bug: None Test: Build Change-Id: If1e0cc49a6cdb93e3e87c698760f0a3097f171d2 Reviewed-on: https://chromium-review.googlesource.com/969324Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Muyuan Li <muyuanli@chromium.org> Cr-Commit-Position: refs/heads/master@{#544104}
-
Tommy Steimel authored
This CL changes the CSS to show the timeline and overflow button before preload on the modern media controls. This exposes the download button so that the user can download a video without preloading. Bug: 814509 Change-Id: I7993204dc6d0bc38ef77e18a14ae1cfa07ab3ca8 Reviewed-on: https://chromium-review.googlesource.com/930334Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#544103}
-
Jinho Bang authored
This adds the content setting page for the new PaymentHandler API and the UI plumbing. The page is chrome://settings/content/paymentHandler. This is behind the kServiceWorkerPaymentApps feature flag. Bug: 665949 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ie388940363c7efda57e66ba16dbf6edcf0f5a31c Reviewed-on: https://chromium-review.googlesource.com/934741 Commit-Queue: Jinho Bang <jinho.bang@samsung.com> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#544102}
-
Jan Krcal authored
Bug: 782237 Change-Id: Ic1f84717cd457218cc91dc08f57af0c138d5b36b Reviewed-on: https://chromium-review.googlesource.com/859762Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#544101}
-
Dan Harrington authored
There is a need to fetch images without decoding them, so the ImageFetcher's API was modified to allow callbacks for image data and/or the decoded image. This made the ImageFetcherDelegate superfluous and confusing, so it was removed. Bug: 794828 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I809a692f5ee55fbe101adbb33210f456a4fdb27d Reviewed-on: https://chromium-review.googlesource.com/955958 Commit-Queue: Dan H <harringtond@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#544100}
-
John Z Wu authored
This fixes a DCHECK in ApplicationContext::GetApplicationLocale(). Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I80408547edef582b184a64d703eb8b9584115634 Reviewed-on: https://chromium-review.googlesource.com/969094Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#544099}
-
Elly Fong-Jones authored
This change: 1) Makes ZoomBubbleView behave correctly in Polychrome Cocoa mode, by using the Cocoa code paths there; 2) Factors out some of the messy ifdef logic into even messier (but encapsulated!) ifdef logic 3) Marks one test (NonImmersiveFullscreen) as requiring a Views browser window, although this test currently fails in that mode on Mac. This change fixes all the ZoomBubbleBrowserTest, ZoomBubbleDialogTest, and ZoomControllerBrowserTest tests for polychrome. Bug: 817408 Change-Id: I3ecfa3aa98fb27ab32ac389c4be4955c3933b35c Reviewed-on: https://chromium-review.googlesource.com/960801 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#544098}
-
Esmael El-Moslimany authored
Bug: 810636 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ie72810052b3b379f2b5d6bc26d5c6e08a00c330b Reviewed-on: https://chromium-review.googlesource.com/959238Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#544097}
-
Raphael Kubo da Costa authored
GCC is stricter than clang when it comes to class members' names and how they can change the meaning of a previously existing symbol with the same name: ../../third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannelTest.cpp:154:3: error: declaration of ‘blink::WebCallbacks<void, const blink::WebString&>* blink::{anonymous}::DocumentWebSocketChannelTest::WebCallbacks()’ [-fpermissive] } ^ In file included from ../../third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h:53:0, from ../../third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannelTest.cpp:5: ../../third_party/WebKit/public/platform/WebCallbacks.h:53:7: error: changes meaning of ‘WebCallbacks’ from ‘class blink::WebCallbacks<void, const blink::WebString&>’ [-fpermissive] class WebCallbacks<void, T> { ^~~~~~~~~~~~~~~~~~~~~ https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84709 contains a longer explanation, but essentially having a |WebCallbacks()| method can change the meaning of references to the outside type in the code depending on where it is declared, which contradicts the C++ standard. Fix it by renaming the method to |GetWebCallbacks()|. Change-Id: I418cf7d941d9ed3be030be2fda93690d3be76468 Reviewed-on: https://chromium-review.googlesource.com/968624Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#544096}
-
Charles Harrison authored
Added a high level overview as well as descriptions of key components, with important ownership highlighted. Bug: 817427 Change-Id: Iaad43832f08402ca8a7d73708e0f005359d9d31a Reviewed-on: https://chromium-review.googlesource.com/961269 Commit-Queue: Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#544095}
-
Katie D authored
This mostly reverts the commit, "Adds user setting to allow speech to continue after text goes away." (commit 80d1057b) However, the private variable readAfterClose_ was kept in order to by default keep reading, but make it easy to change this functionality later. After UI review, it was determined that the setting is unnecessary. We will just always speak after text goes away. This may be confusing for novice users but should get better once we have the on-screen UI. Bug: 818835 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I04a36b717251ef88283570a690e42366c035dded Reviewed-on: https://chromium-review.googlesource.com/967241Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#544094}
-
Katie D authored
Some voices are missing callbacks Select-to-Speak needs. Those voices shouldn't be displayed to the user in Select-to-Speak settings, or available from select-to-speak at all. Bug: 822440 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: If998f430fcc0854052b7d9bb1ed89c41b0069fb8 Reviewed-on: https://chromium-review.googlesource.com/967266Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#544093}
-
https://chromium.googlesource.com/angle/angle.git/+log/3761dc7bf683..e3dc5dd0cb16 $ git log 3761dc7bf..e3dc5dd0c --date=short --no-merges --format='%ad %ae %s' 2018-03-16 lucferron Vulkan: Add 2 features to StreamingBuffer Created with: roll-dep src/third_party/angle 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=master.tryserver.chromium.android:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=jmadill@chromium.org Change-Id: I4b9fe7d5050c7dfd9e09237553d3f72aec94b19e Reviewed-on: https://chromium-review.googlesource.com/969119 Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#544092}
-
Alexander Timin authored
Measure the amount of work coming from a worker depending on the type of the frame which requested the creation of the worker. R=rkaplow@chromium.org Change-Id: I51559e8973483c041d8555ca979927b19550860b Reviewed-on: https://chromium-review.googlesource.com/966226 Commit-Queue: Alexander Timin <altimin@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#544091}
-