- 03 Jul, 2018 40 commits
-
-
Scott Haseley authored
We currently have metrics for task durations by queue type in background after five and ten minutes, and this adds these metrics by task type. These metrics will be useful for determining which exact tasks are running in the background after tabs are frozen. Bug: 858841 Change-Id: I518167c3ff7029f383492d088cfbcb1d90e0a557 Reviewed-on: https://chromium-review.googlesource.com/1119375Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Scott Haseley <shaseley@google.com> Cr-Commit-Position: refs/heads/master@{#572373}
-
Jeffrey Yasskin authored
Change-Id: I21f5d472325103e2970a54197736259ea8177dd1 Reviewed-on: https://chromium-review.googlesource.com/1125287Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Jeffrey Yasskin <jyasskin@chromium.org> Cr-Commit-Position: refs/heads/master@{#572372}
-
siyua authored
Bug: 836908 Change-Id: I184d54721a995fc059038c4c046c3aecffdce0c5 Reviewed-on: https://chromium-review.googlesource.com/1121109Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Commit-Queue: Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#572371}
-
Tom Anderson authored
Though the accelerator is now handled by ConfirmQuitBubbleController, we still need the accelerator entry for showing the accelerator subtext in the menu on the Exit entry. BUG=859830 R=pkasting Change-Id: Ia5f40482b009619d0cb44d5b05b9592b7fb13700 Reviewed-on: https://chromium-review.googlesource.com/1125082Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#572370}
-
Yue Li authored
Pass a Service pointer with Getters instead of pointers for each interface Bug: None Test: Manual Test Change-Id: I4b32aabbabda94b74f699cb7093708ead1bc6fa6 Reviewed-on: https://chromium-review.googlesource.com/1123371 Commit-Queue: Yue Li <updowndota@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#572369}
-
Michael Spang authored
The method of calling functions now uses a macro to hide the gpu::VulkanFunctionPointers. Fix the ozone_demo build after this change. Bug: none Test: compile Change-Id: Ia5aa9666eb3925135f89ece810862492b305c403 Reviewed-on: https://chromium-review.googlesource.com/1124991Reviewed-by:
Chris Blume <cblume@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#572368}
-
spqchan authored
TBR=alph@chromium.org Bug: 860031 Change-Id: I4883ed61585e0c1cc5c094968bbda224161d6dc4 Reviewed-on: https://chromium-review.googlesource.com/1125263Reviewed-by:
Sarah Chan <spqchan@chromium.org> Commit-Queue: Sarah Chan <spqchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#572367}
-
Nate Fischer authored
This removes the native side of AwSafeBrowsingConfigHelper and the related AwContentsStatics methods. The native AwSafeBrowsingConfigHelper previously only maintained a global variable to keep track of manifest opt-in. However, we currently only set/get that value from the Java side. Therefore, we can remove the native side and keep track of this value in a static Java variable. This appears to be the culprit for some startup delay, so this is expected to improve startup time as well. R=torne@chromium.org conditions (including manifest opt-in/out) (seems to be a noticeable startup win, net reduction of 23 ms locally) Bug: 859696 Test: manual - use SuperSafeBrowsing test app, check a variety of opt-in Test: tools/perf/run_benchmark system_health.webview_startup --browser android-webview-google Change-Id: I520c405027991101b5c8c23c58853c6b7c73c2b3 Reviewed-on: https://chromium-review.googlesource.com/1123887 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by:Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#572366}
-
Xianzhu Wang authored
Bug: 854783 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I7ae7d241596f8eedce26ff43b2ee9ff584b911ff Reviewed-on: https://chromium-review.googlesource.com/1123108 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#572365}
-
Ian Vollick authored
This is a reland of 0e9a15da In this reland, I've combined the change with https://crrev.com/c/1124405 since the smoothing in the original CL was actually just a scaling. Original change's description: > [vr] Tune scroll event stream > > This change applies three heuristics to make trackpad scrolling feel > smoother. We increase the frequency at which we submit scroll events to > the platform, we also decrease the scroll scale factor (to make the > scrolls less jumpy), and we do some simple filtering of our scroll > values. > > I pair-programmed much of this change with asimjour@ and he wrote the > initial code to interpolate events in the android ui gesture target. > > Bug: 859075 > Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:linux_vr;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel > Change-Id: I2fe42940214d01d99618ddacd182f202ff271dad > Reviewed-on: https://chromium-review.googlesource.com/1120425 > Reviewed-by: Michael Thiessen <mthiesse@chromium.org> > Commit-Queue: Ian Vollick <vollick@chromium.org> > Cr-Commit-Position: refs/heads/master@{#571535} Bug: 859075 Change-Id: Ib1a9f801c6930b709624233d8e00aeabc59f576d Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:linux_vr;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Reviewed-on: https://chromium-review.googlesource.com/1124908Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Amirhossein Simjour <asimjour@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#572364}
-
Marijn Kruisselbrink authored
The existing implementation depended on the non-mojo blob URL code path, and so would break soon after mojo blob URLs ship when the old code gets deleted. So rewrite the implementation to read blobs more directly rather than going through a blob URL. Bug: 859109 Change-Id: Ia6f2432e48ac5304ea8f5598d293e31c2c1e1905 Reviewed-on: https://chromium-review.googlesource.com/1120679 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#572363}
-
mrefaat authored
This is needed by AppLauncherTabHelper for shouldAllowRequest as it will not be provided to Tab by CRWWebController Bug: 850760 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I03079be0e3bd1402322019447f78e5cceabd77d4 Reviewed-on: https://chromium-review.googlesource.com/1119685Reviewed-by:
Peter Lee <pkl@chromium.org> Reviewed-by:
Danyao Wang <danyao@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#572362}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/34aa059c1502..58a1605d2b9b git log 34aa059c1502..58a1605d2b9b --date=short --no-merges --format='%ad %ae %s' 2018-07-03 ethannicholas@google.com Revert "Remove gCreateTypefaceDelegate." 2018-07-03 jcgregorio@google.com cloudbuild.yaml also needs a top level timeout. 2018-07-03 skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll skia/third_party/skcms 678e47d97bc5..f447e42de725 (1 commits) 2018-07-03 egdaniel@google.com Fix allocation size of vk transfer buffer during copy. 2018-07-03 bungeman@google.com Remove gCreateTypefaceDelegate. 2018-07-03 jcgregorio@google.com Add timeouts to cloudbuild.yaml Created with: gclient setdep -r src/third_party/skia@58a1605d2b9b 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=ethannicholas@chromium.org Change-Id: I9a2e319997d34cf49b0ea58a0f44c5764af5e17a Reviewed-on: https://chromium-review.googlesource.com/1125042Reviewed-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@{#572361}
-
Sergey Ulanov authored
Initial implementation of SkFontMgr for Fuchsia that implements minimal SkFontMgr functionality used in Blink. There are still a number of features that don't work properly and will require changes in the system FontProvider to get fixed: 1. Character to font matching (see onMatchFamilyStyleCharacter()). Currently the system API doesn't provide this feature. 2. Style matching according to CSS3: Font style matching rules implemented in Fuchsia's font provider do not match CSS3 rules. 3. Font aliasing: FontProvider supports only 3 Roboto fonts (Roboto, RobotoSlab and RobotoMono) doesn't support any font family aliases. To workaround this issue aliasing implemented directly in FuchsiaFontManager. The new SkFontMgr is not enabled yet because it doesn't work in sandbox. Will enabled it later in a separate CL. Bug: 800156 Change-Id: I98a9bed3f98c492577cc9cf0a81f190c8837da31 Reviewed-on: https://chromium-review.googlesource.com/1114192 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:Wez <wez@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#572360}
-
Ian Clelland authored
The JSON parser was too lenient in accepting whitespace between tokens (allowing any Unicode whitespace characters, not just TAB, CR, LF and Space). Additionally, unescaped ASCII Control characters (0x00 to 0x1f) were allowed inside of strings. This CL fixes both issues, and updates tests accordingly. Change-Id: I71b55a5815f02174a230c900071b4a83b0fc16c5 Reviewed-on: https://chromium-review.googlesource.com/1125035 Commit-Queue: Ian Clelland <iclelland@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#572359}
-
Eric Orth authored
This reverts commit b4426085. Original commit cb8862fc. Patchset 1 is a clean revert of the revert with all changes in subsequent patchsets. Only change from original is to skip logging attempt completions after cancellation. At that point, our NetLog reference should no longer be trusted. Bug: 859422 Change-Id: I39e2dcdf9e415f7f707411773627ab6015e45f57 TBR: isherman@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1124770Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#572358}
-
Alexey Kozyatinskiy authored
uiSourceCode may have no attribution, e.g. in case when there is no frames in Node.js environment. addFrameAttribution and cloneInitialFrameAttribution check frame or attribution for existing, let's do the same in removeFrameAttribution. R=einbinder@chromium.org TBR=pfeldman@chromium.org Bug: none Change-Id: I373d4faaa40210a9445a1f3cc4ea1abb72ec72db Reviewed-on: https://chromium-review.googlesource.com/1123708 Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Cr-Commit-Position: refs/heads/master@{#572357}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/da20e836abca..670e331c4d87 git log da20e836abca..670e331c4d87 --date=short --no-merges --format='%ad %ae %s' 2018-07-03 manojgupta@google.com config: Make all asan images use 16gb rootfs. 2018-07-03 mortonm@chromium.org Adjust tester for shill user belonging to daemon-store group. Created with: gclient setdep -r src/third_party/chromite@670e331c4d87 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. BUG=chromium:774251,chromium:649417 TBR=chrome-os-gardeners@chromium.org Change-Id: I9dbdd16184ca3d45d589c7a3f2eec480db4bf713 Reviewed-on: https://chromium-review.googlesource.com/1124903Reviewed-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@{#572356}
-
spqchan authored
For site-per-process TBR=alph@chromium.org Bug: 859988 Change-Id: Ibc8965f69b2dd4c542834f2e3a18e6e61cfeff97 Reviewed-on: https://chromium-review.googlesource.com/1125158Reviewed-by:
Sarah Chan <spqchan@chromium.org> Commit-Queue: Sarah Chan <spqchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#572355}
-
Jose Dapena Paz authored
A base::span parameter of AttestedCredentialData constructor was populated in VirtualCtap2Device with an initializer list. But GCC cannot resolve that mapping. So replace the initializer list by an explicit declaration of an array. Bug: 819294 Change-Id: Id3f2d7978ab8adff3c5bf3fd8e25c1b16c872470 Reviewed-on: https://chromium-review.googlesource.com/1123823Reviewed-by:
Jun Choi <hongjunchoi@chromium.org> Commit-Queue: José Dapena Paz <jose.dapena@lge.com> Cr-Commit-Position: refs/heads/master@{#572354}
-
kylechar authored
We want to quantify the impact of this IPC and how long the browser is blocked for. Bug: 859168 Change-Id: I92835fd097869eedde10894c3caaf1c10157c4a3 Reviewed-on: https://chromium-review.googlesource.com/1121055Reviewed-by:
Saman Sami <samans@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#572353}
-
Jun Choi authored
Add end to end tests using VirtualCtap2Device and replace all use of MockFidoDevice in integration tests. Bug: 829413 Change-Id: If483308eda2502efd93ab9996c75f976e89bfd2b Reviewed-on: https://chromium-review.googlesource.com/1117838 Commit-Queue: Jun Choi <hongjunchoi@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Cr-Commit-Position: refs/heads/master@{#572352}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/ce6b2fbbac20..10e0a3798e47 git log ce6b2fbbac20..10e0a3798e47 --date=short --no-merges --format='%ad %ae %s' 2018-07-03 dtu@chromium.org [pinpoint] Add unit testing and stubs for execution.py Created with: gclient setdep -r src/third_party/catapult@10e0a3798e47 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 TBR=sullivan@chromium.org Change-Id: Ie13fe133e5bf40be70ab196ed8b923904abc2fdf Reviewed-on: https://chromium-review.googlesource.com/1124907Reviewed-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@{#572351}
-
Aleks Totic authored
Fix "Unexpectedly passing" tests. extend_by_character.html is a testharness test, did not need expectations. Bug: 635619 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I403480c0766cac166aa9ce2f9ddf778f63fea39e Reviewed-on: https://chromium-review.googlesource.com/1124958 Commit-Queue: Aleks Totic <atotic@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#572350}
-
Nicolas Pena authored
The test external/wpt/resource-timing/resource_timing.worker.html passes now. Change-Id: I239c1645a3a85c99bfd15c35cc6fb42e8269c2e1 Reviewed-on: https://chromium-review.googlesource.com/1120865Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#572349}
-
Xi Cheng authored
Bug: 851163 Change-Id: I2346efb2fc9c7ac5e0be425ac9484babd6b6544d Reviewed-on: https://chromium-review.googlesource.com/1123657Reviewed-by:
Mike Wittman <wittman@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Xi Cheng <chengx@chromium.org> Cr-Commit-Position: refs/heads/master@{#572348}
-
Allen Bauer authored
Bug: 859620 Change-Id: I57b73343549028053aa5833587e28782815971c9 Reviewed-on: https://chromium-review.googlesource.com/1125127Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#572347}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/1c14ae2fbe1a..95b0293a29b2 git log 1c14ae2fbe1a..95b0293a29b2 --date=short --no-merges --format='%ad %ae %s' 2018-07-03 tsepez@chromium.org Use more UnowendPtr<> in cfgas_formatstring.h and cfx_break.h 2018-07-03 tsepez@chromium.org Use UnownedPtr<> in cfwl_notedriver.h 2018-07-03 tsepez@chromium.org Test {Byte,Wide}String works with std::begin(). 2018-07-03 art-snake@yandex-team.ru Do data request for CPDF_Stream more smoothly. 2018-07-03 thestig@chromium.org Roll DEPS for catapult to c61a0380 2018-07-03 tsepez@chromium.org Use unowned ptr in cpdf_stream_acc 2018-07-03 thestig@chromium.org Roll third_party/depot_tools/ 869a2857a..5484b866d (244 commits; 34 trivial rolls) 2018-07-03 thestig@chromium.org Roll third_party/googletest/src/ 4bd8c4638..ce468a17c (52 commits) 2018-07-03 thestig@chromium.org Roll tools/memory/ 427f10475..f7b00daf4 (2 commits) 2018-07-03 thestig@chromium.org Roll third_party/jinja2/ d34383206..45571de47 (2 commits) 2018-07-03 thestig@chromium.org Roll base/trace_event/common/ 0e9a47d74..211b3ed9d (3 commits) 2018-07-03 thestig@chromium.org Roll third_party/zlib/ 8c371ad77..39b4a6260 (5 commits) 2018-07-03 thestig@chromium.org Forward declare CPDF_SyntaxParser when possible. 2018-07-03 tsepez@chromium.org Use UnownedPtr<> in cfwl_messagekillfocus.h 2018-07-03 tsepez@chromium.org Use UnownedPtr<> in cfwl_scrollbar.h and cfwl_themebackground.h 2018-07-03 tsepez@chromium.org Use UnownedPtr<> in cxfa_{ffwidgethandler,imagrenderer,loadercontext}.h Created with: gclient setdep -r src/third_party/pdfium@95b0293a29b2 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: Ie9c908a957ef3f29604af01bfc9c37a4022f5c5c Reviewed-on: https://chromium-review.googlesource.com/1124906Reviewed-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@{#572346}
-
Xianzhu Wang authored
This reverts commit 80efb867. Reason for revert: The new test fast/scroll-snap/animate-fling-to-snap-points.html is very flaky: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=webkit_layout_tests%20(with%20patch)&tests=fast%2Fscroll-snap%2Fanimate-fling-to-snap-points.html https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=webkit_layout_tests&tests=fast%2Fscroll-snap%2Fanimate-fling-to-snap-points.html Original change's description: > Snap for GestureFling on main thread. > > This patch implements snapping for gesture fling on main thread. > The ScrollManager would implement SnapFlingClient to collect snap > information, schedule animation, and execute the scroll as instructed > by SnapFlingController. > > This patch also updates the interface of > SnapCoordinator::GetPositionForPoint() for it to return an Optional > FloatPoint, clearly indicating whether there exists a snap point for > the current scroll. > > Bug: 778259 > Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel > Change-Id: I196e8c58c238cfad2a96e3f6a1c218f2c4f77a3c > Reviewed-on: https://chromium-review.googlesource.com/1083144 > Reviewed-by: Rick Byers <rbyers@chromium.org> > Reviewed-by: David Bokan <bokan@chromium.org> > Reviewed-by: Majid Valipour <majidvp@chromium.org> > Commit-Queue: Sandra Sun <sunyunjia@chromium.org> > Cr-Commit-Position: refs/heads/master@{#572263} TBR=rbyers@chromium.org,bokan@chromium.org,majidvp@chromium.org,sunyunjia@chromium.org Change-Id: Ie5add53034eb8558bd7df1c4efc17388065cbee5 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 778259 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Reviewed-on: https://chromium-review.googlesource.com/1124910Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#572345}
-
Mina Almasry authored
Bug: b/110736115 Test: Run on device Change-Id: I3679b50e77dc6410a26dc8d1d44acb71d589e23f Reviewed-on: https://chromium-review.googlesource.com/1115868 Commit-Queue: Mina Almasry <almasrymina@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#572344}
-
Nate Fischer authored
No change to logic. These trace events were added to help investigate the 8 ms block which wound up caused by class verification. This CL removes these events, because other trace events (which we intentionally leave in the code) are more helpful at diagnosing the issue. R=torne@chromium.org Bug: 838702 Test: N/A Change-Id: Ib0e405fb78df12b159e3bbbf242820650648ebfd Reviewed-on: https://chromium-review.googlesource.com/1123464Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#572343}
-
Orin Jaworski authored
Rich entity search suggestions with description will use a new accessibility label format including the entity name, followed by the description, followed by "search suggestion". Entities without a description will fall back to the simple search suggestion format as before. Bug: 853252 Change-Id: I978ceafc07971704d7fcf0ad3d2e27e5f3ec7763 Reviewed-on: https://chromium-review.googlesource.com/1123158Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Orin Jaworski <orinj@chromium.org> Cr-Commit-Position: refs/heads/master@{#572342}
-
Mathieu Perreault authored
Tiniest change I've ever made. Bug: None Change-Id: I651d74811843e04072764068b9b330248f1c4bc9 Reviewed-on: https://chromium-review.googlesource.com/1125120Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Commit-Queue: Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#572341}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 2fdaa044. With Chromium commits locally applied on WPT: 98d4a440 "[LayoutNG] Fix hit test clipping by fragmented border with round corner" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/20699 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 TBR=markdittmer No-Export: true Change-Id: I09a8b4b858b05cb26dbaa908f9fb8ac2c9597ed2 Reviewed-on: https://chromium-review.googlesource.com/1124977 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#572340}
-
Kyle Horimoto authored
This class represents an operation for completing the verification step for the current host device. A HostVerifierOperation instance is meant to be used for a single verification attempt; if verification needs to be retried, a new instance should be created for the next attempt. This class completes the following steps to verify a device: (1) Call FindEligibleDevices(). This step sends a message to the host device, which in turn enables background advertising. (2) Creates a connection to the device using the BLE listener role. (3) Sends an EnableBetterTogetherRequest message to the host device. (4) Waits for an EnableBetterTogetherResponse messages to be returned by the host device. Bug: 824568 Change-Id: I520ff9388334467831342af4d0e270cb4e351eeb Reviewed-on: https://chromium-review.googlesource.com/1119466Reviewed-by:Ryan Hansberry <hansberry@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#572339}
-
Charlie Harrison authored
Now that we are triggering activation for potentially multiple URLs in the redirect chain, we should be collecting data about which part of the chain caused activation. Bug: None Change-Id: I835a64f6fdb714cd70cf22cee0e83c87d01d4e25 Reviewed-on: https://chromium-review.googlesource.com/1124766Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#572338}
-
Mattias Nissler authored
This adds histogram declarations and corresponding enums for the histograms added per https://chromium-review.googlesource.com/c/chromiumos/platform2/+/1105984 BUG=chromium:853730 TEST=None Change-Id: I64e0f89ce05a4ccd9f11f6290f1b9bdd479c2fbe Reviewed-on: https://chromium-review.googlesource.com/1124690 Commit-Queue: Ilya Sherman <isherman@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#572337}
-
Jonathan Backer authored
Refactors some GLES2Decoder code for reuse by RasterDecoder. This validation avoids NOTREACHED within gles2_cmd_copy_texture_chromium.cc in GetFragmentShaderId. Bug: 854804 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 Change-Id: Ie1edbef68d65449ac2e84949ac7ac0d7b5ebb0cf Reviewed-on: https://chromium-review.googlesource.com/1124962Reviewed-by:
Peng Huang <penghuang@chromium.org> Commit-Queue: Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#572336}
-
Min Qin authored
Calling stopForeground should reset the fgRequired bit. Hopefully this fixes the crash, which checks whether that big is true when calling stopSelf() BUG=826998 Change-Id: Ib2dee1c5d87f406d4755b924c755697588010658 Reviewed-on: https://chromium-review.googlesource.com/1125080Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#572335}
-
Findit authored
This reverts commit cdafb2ec. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 572291 as the culprit for failures in the build cycles as shown on: https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtL2NkYWZiMmVjMzJiZDg5OTdmMDYwODI0NDlkZDUxMjAxNDQyNTQ1MmYM Sample Failed Build: https://ci.chromium.org/buildbot/chromium.chromiumos/linux-chromeos-dbg/6635 Sample Failed Step: compile Original change's description: > arc: bluetooth: Implement sending indications in GATT server > > - Ensure that CCCD is added such that we can report the value change in > CCCD to Android in OnNotificationStart/Stop() > - Implement SendIndication() such that Android can call it > > Bug: b:78593133 > Test: Pass Android CtsVerifier test on server sending indication/notification > Change-Id: I8b1a4be6596555003d6d447b4518f37632a45370 > Reviewed-on: https://chromium-review.googlesource.com/1119079 > Commit-Queue: Qiyu Hu <qiyuh@google.com> > Reviewed-by: Luis Hector Chavez <lhchavez@chromium.org> > Cr-Commit-Position: refs/heads/master@{#572291} Change-Id: Iddab38063dc9f22869176afb9cd0370d9451ee24 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b:78593133 Reviewed-on: https://chromium-review.googlesource.com/1125043 Cr-Commit-Position: refs/heads/master@{#572334}
-