- 10 Jul, 2018 40 commits
-
-
Daniel Rubery authored
For safe browsing protection (e.g. PhishGuard, download protection) that uses referrer chain, we'd like to skip navigations initiated by reload. This is because these navigations are marked as BROWSER_INITIATED, they would break current attribution logic. Bug: 862290 Change-Id: Ia7d43df441ce47ceb09c8458942ad933ccc9a2ad Reviewed-on: https://chromium-review.googlesource.com/1132077 Commit-Queue: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Jialiu Lin <jialiul@chromium.org> Cr-Commit-Position: refs/heads/master@{#573975}
-
Peter Kvitek authored
This reverts commit 401e3a6e. Reason for revert: breaks VirtualTimeErrorLoop browser tests. Original change's description: > Added headless protocol browser test harness flags > > Change-Id: I4d0a224d4a256a96a6b8fdfa798f0b9a14c02ee1 > Reviewed-on: https://chromium-review.googlesource.com/1129472 > Commit-Queue: Peter Kvitek <kvitekp@chromium.org> > Reviewed-by: Pavel Feldman <pfeldman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#573388} TBR=pfeldman@chromium.org,kvitekp@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Ia4562c937961e24debdad2dfbb57386cf3c8cea2 Reviewed-on: https://chromium-review.googlesource.com/1132304Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#573974}
-
Danyao Wang authored
This fixes NavigationTestCase/testRestoreHistoryToNTPAndNavigateForward. Bug: 807428 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ib49522b7740fae867e2b7e3c6e03abf3aefb50e6 Reviewed-on: https://chromium-review.googlesource.com/1127466 Commit-Queue: Danyao Wang <danyao@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#573973}
-
Mustafa Emre Acer authored
Bug: 843361 Change-Id: I824aa69e64565bb6f05204df3b2ad65a86889c91 Reviewed-on: https://chromium-review.googlesource.com/1132454 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#573972}
-
Jialiu Lin authored
Previously, we don't distinguish verdicts that are triggered by saved password or sync password. As a result, if use have a saved password that is a prefix of a sync password, then PhishGuard will only trigger saved password ping. This CL changes the way we cache verdicts. Previously for password reuse verdicts, there're two levels of keys: (1) primary URL, (2) cache expression. Now, we add another key: (1) primary URL, (2) reused password type, (3)cache expression. In addition, minor refactoring due to : (a) base::DictionaryValue::Iterator, DictionaryValue::GetInteger(...) DictionaryValue::GetString(...) are deprecated. (b) GetDictionaryWithoutPathExpansion(...) is deprecated. (c) base::Bind(...) is deprecated. Bug: 770725 Change-Id: Icb3ed840a4bbe54683e0fa0aff79ab2cd6bb5bfb Reviewed-on: https://chromium-review.googlesource.com/1119251 Commit-Queue: Jialiu Lin <jialiul@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#573971}
-
Wez authored
Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I7b1f08d8ef5a04c6d4dce6f2a63a678d074ab3a0 Reviewed-on: https://chromium-review.googlesource.com/1132377Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#573970}
-
Emily Stark authored
These keys have been blacklisted in https://chromium-review.googlesource.com/1103224. We can use dynamic interstitials to trigger the special MITM interstitial for them. This interstitial can be seen at chrome://interstitials/mitm-software-ssl. It informs the user that there is misconfigured software and that they should contact their network administrator. Bug: 844069 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I21a5257f48e88347792e9e5c9ed0d45cfa7f4ee2 Reviewed-on: https://chromium-review.googlesource.com/1132379Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#573969}
-
dpapad authored
In Polymer 2 the following pattern throws a runtime error: <template is="dom-if" no-search$="[[foo]]>...</template> This CL introduces a backward compatible solution such that the no-search mechanism works both in Polymer 1 and Polymer 2. Some cleanups can be done once migration has completed. Bug: 859689 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I0732a8c6cd48b94ad3d81cc017fe59688fe3df13 Reviewed-on: https://chromium-review.googlesource.com/1123711Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#573968}
-
Kent Tamura authored
runtime_call_stats.h is used in 3,700+ compilation units, and this CL reduces its pre-processed size by 1.09MB. - In order to remove trace_event.h include, move some part of RuntimeCallStatsScopedTracer constructor to AddBeginTraceEventIfEnabled(). This change didn't regress Speedometer locally. - trace_event.h provided base::size() indirectly for many files. We need to update them to include base/stl_util.h. Bug: 242216 Change-Id: I283bde2c0f2f78b95ce88885054cea1086579d74 Reviewed-on: https://chromium-review.googlesource.com/1130962 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Adithya Srinivasan <adithyas@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#573967}
-
Albert J. Wong authored
This will facilitate further detangling of RenderWidget and RenderView. In the current CL, there is an odd setup where a RenderView still inherits from RenderWidget meaning that a single object (the RenderView) ends up being assigned 2 different routing ids. Because prior work already separated out messages into the appropriates classes, and because RenderView::OnMessageReceived() delegates up to RenderWidget::OnMessageReceived(), this chimera object ends up working okay. Next step is to break the inheritance relationship. Bug: 545684, 841065 Change-Id: I6548b4f82f8a040bbc1cb6b309ab1e9383004d9c Reviewed-on: https://chromium-review.googlesource.com/1028846 Commit-Queue: Albert J. Wong <ajwong@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Derek Cheng <imcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#573966}
-
Tobias Sargeant authored
In the case where two calls are made to the singleton getter and interleave due to ensureChromiumStartedLocked having released mLock, both calls should not create the singleton instance. Bug: 817444 Change-Id: Ief28fa8818b7d50f921ffd13c0dca0c59ac1fd6b Reviewed-on: https://chromium-review.googlesource.com/1125841Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Tobias Sargeant <tobiasjs@chromium.org> Cr-Commit-Position: refs/heads/master@{#573965}
-
Farah Charab authored
1) Modify the entry points in the fuzzer from only posting a task to any other action (defined in the SequenceManagerTestDescription proto). 2) Add support to log actions executed (for unit tests). Bug: 852076 Change-Id: I90641da29e346730057444827438368dcd1d9f56 Reviewed-on: https://chromium-review.googlesource.com/1129226 Commit-Queue: Farah Charab <farahcharab@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Cr-Commit-Position: refs/heads/master@{#573964}
-
Jennifer Apacible authored
MacOS and other OS have slightly different formats, where: - MacOS: "Picture in Picture" - Non-MacOS: "Picture in picture" - Instructional (non-menu/titles): "...picture-in-picture mode..." Bug: 859670 Change-Id: I424bb618b9b337bf944d2f082522b9539d25e43c Reviewed-on: https://chromium-review.googlesource.com/1123321 Commit-Queue: apacible <apacible@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#573963}
-
bsheedy authored
Regular roll to most recent production APKs. TBR=bajones@chromium.org Change-Id: Idad64a50473bc6438e06dd46f9d59aa28802c4ad Reviewed-on: https://chromium-review.googlesource.com/1132393Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#573962}
-
Jun Choi authored
Complete dialog view for very first step of WebAuthN request UI flow. That is, when a user first invokes WebAuthN Make/Get request, show a initial welcome screen and then show "activate usb device view" once the user clicks the continue button. Bug: 849323 Change-Id: I89c961c6278a68082675fe5a024a51bd9d1d15bb Reviewed-on: https://chromium-review.googlesource.com/1130829Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Commit-Queue: Jun Choi <hongjunchoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#573961}
-
Wez authored
- Migrate Chromium call-sites to appropriate libzx containers. - Mojo / IPC callers still often need to use generic zx::handle. - Redefine ScopedZxHandle as a typedef to zx::handle, for Crashpad code to build against. Bug: 852541 Change-Id: Idc317a91e718c680de7d01e53c92e83b5950b146 Reviewed-on: https://chromium-review.googlesource.com/1130540Reviewed-by:
Misha Efimov <mef@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#573960}
-
Joshua Peraza authored
Bug: crashpad:30 Change-Id: I1a85d5d3428b5f801c570dc1add043f0697ba0e3 Reviewed-on: https://chromium-review.googlesource.com/1119383 Commit-Queue: Joshua Peraza <jperaza@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#573959}
-
Danyao Wang authored
With WKBasedNavigationManager, repost dialog is presented before isLoading becomes false. Bug: 807428 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I82eedbeeeb31a3f2d3ae120c040c0a7eff4b0ab1 Reviewed-on: https://chromium-review.googlesource.com/1127450Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Danyao Wang <danyao@chromium.org> Cr-Commit-Position: refs/heads/master@{#573958}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/b77822b4442d..c69c4410be7d git log b77822b4442d..c69c4410be7d --date=short --no-merges --format='%ad %ae %s' 2018-07-10 brianosman@google.com Remove matrixconvolution GM hacks for linear blending 2018-07-10 mtklein@google.com update (non-sprite) image shader color management 2018-07-10 mtklein@google.com transform paint color to dst colorspace 2018-07-10 bungeman@google.com Make SkTypefacePlayback use smart pointers. 2018-07-10 brianosman@google.com Merge "All" and "Default" path renderer options in viewer 2018-07-10 herb@google.com Add field to directly pass glyphs when using glyph encoding 2018-07-10 fmalita@chromium.org [skottie] Fix polystar points distribution 2018-07-10 fmalita@chromium.org [skottie] Misc cleanup 2018-07-10 borenet@google.com [infra] Determine Android device location based on bot ID 2018-07-10 fmalita@chromium.org [skottie] Log (unsupported) layer effects 2018-07-10 fmalita@chromium.org [skottie] Fix spurious gradient error messages 2018-07-10 borenet@google.com [infra] Remove Nexus 5x from CQ Created with: gclient setdep -r src/third_party/skia@c69c4410be7d 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=robertphillips@chromium.org Change-Id: I120170c20d5efc9969b68e28c3d6848d9462ae9d Reviewed-on: https://chromium-review.googlesource.com/1131961Reviewed-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@{#573957}
-
Ken Rockot authored
This replaces use of ReadOnlyBuffer with a new mojom Message type specific to //ipc. This type maps to another new C++ MessageView type which in turn wraps a BigBufferView. This allows us to transparently fall back onto shared memory for large IPC messages without increasing the number of copies during send or receive in any (small- or large-message) cases. In order to avoid introducing more mojo-base targets, this also removes the remaining [Native] structs from mojo_base mojom (LOGFONT and FileInfo) and replaces them with real mojom structures + StructTraits, thus allowing //ipc to depend on mojo/public/*/base in its entirety. Also fixes random missing public_deps entries for a chrome/services/file_util typemap, because it decided to start breaking all of my local builds. :3 Bug: 784069 Change-Id: I359b964ffc1fe44ffd6aa704405ea63156f4fbc9 Reviewed-on: https://chromium-review.googlesource.com/1131685 Commit-Queue: Ken Rockot <rockot@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#573956}
-
Sebastien Marchand authored
Follow up on https://chromium-review.googlesource.com/c/chromium/src/+/1131556 Bug: 773382 Change-Id: Idddda163085d58aa4a351ae528544dd9968daaf1 Reviewed-on: https://chromium-review.googlesource.com/1132107Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#573955}
-
May Lippert authored
Add a new policy that will allow administrators to specify a schedule for slowly updating their fleet. BUG=chromium:858621 Change-Id: Ie21e538660a2d8d71c263a0f04397720820ce12a Reviewed-on: https://chromium-review.googlesource.com/1119162 Commit-Queue: May Lippert <maybelle@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#573954}
-
Kyle Milka authored
Correct alignment of elements in the dialog title bar. Make the selected check mark larger. Split the check icon and the colored background into two elements to make this work properly. Add a background color to image tiles. This will be seen before the images fully load. Bug: 852462 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I3ae7d925acddc5968f45d31c06cb7d358156b819 Reviewed-on: https://chromium-review.googlesource.com/1132090Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#573953}
-
Evangelos Foutras authored
ffmpeg_features is the target used in src/media/ffmpeg and elsewhere. The target appears to have been accidentally renamed in: https://chromium-review.googlesource.com/935296 Fixes the following dependency errors when configured with system ffmpeg: ERROR Unresolved dependencies. //chrome/services/media_gallery_util:lib needs //third_party/ffmpeg:ffmpeg_features //chrome/services/media_gallery_util/public/cpp:browser_tests needs //third_party/ffmpeg:ffmpeg_features //chrome/services/media_gallery_util/public/cpp:cpp needs //third_party/ffmpeg:ffmpeg_features //media/base:base needs //third_party/ffmpeg:ffmpeg_features //media/ffmpeg:ffmpeg needs //third_party/ffmpeg:ffmpeg_features //media/filters:filters needs //third_party/ffmpeg:ffmpeg_features Change-Id: I2218c1dfb20de87958eeb8c23b18eebbea384c36 Reviewed-on: https://chromium-review.googlesource.com/1131941 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#573952}
-
Ryan Hansberry authored
This log is not informative, and spams dozens of lines in the logs. R=khorimoto@chromium.org Bug: 824568, 752273 Change-Id: Ied74c5747977719a63a698fb687f0415d8a5bc3b Reviewed-on: https://chromium-review.googlesource.com/1102980Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#573951}
-
Scott Violet authored
HostContextFactoryPrivate shouldn't have reconnection logic, instead DefaultGpuHost should. TEST=none BUG=855613 TBR=sadrul@chromium.org Change-Id: I23b927997b0be98268123acd4cc09015cf12bc8e Reviewed-on: https://chromium-review.googlesource.com/1132295Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#573950}
-
Mike Frysinger authored
On macOS, Command-Enter is available via the ⌘ key, but Windows & Linux can trigger this equivalent functionality via the Windows ⊞ key, and Chrome OS has a search
🔍 key. Support passing this disposition in the omnibox on all platforms. Bug: None Change-Id: I9a477678abbb8b369bee0eb9352f769d6b5d8fd8 Reviewed-on: https://chromium-review.googlesource.com/1132102Reviewed-by:Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Mike Frysinger <vapier@chromium.org> Cr-Commit-Position: refs/heads/master@{#573949}
-
Mina Almasry authored
AvSync also needs to know the start_pts. Only then can it actually correctly log the a/v start error when starting in the middle of playback. Also, driveby fix to the unittests to tighten their checks and use the updated audio pipeline API. Now they pass within 16ms error. Bug: b/110569201 Test: cast_media_unittests Mp4Playback test case on device. Change-Id: I0dd13e3fc58e4d3ae0fe398a469c6fb1be43192f Reviewed-on: https://chromium-review.googlesource.com/1125527 Commit-Queue: Mina Almasry <almasrymina@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#573948}
-
Toni Barzic authored
For offline demo mode sessions, skip account auth, and pass empty user credentials to ARC. BUG=b:110276688 Change-Id: Ibefbde51831a82f2bf6a3a6bad80395c9227a544 Reviewed-on: https://chromium-review.googlesource.com/1125505 Commit-Queue: Toni Barzic <tbarzic@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Cr-Commit-Position: refs/heads/master@{#573947}
-
Dirk Pranke authored
It looks like the test started becoming flaky across most platforms yesterday afternoon (9-Jul, somewhere between r573370..r573480, though there's not an obvious regression window). TBR=kvitekp@chromium.org, pfeldman@chromium.org BUG=860123 Change-Id: I144073f934cf6571d6864f858710cbd07c667059 Reviewed-on: https://chromium-review.googlesource.com/1132375Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#573946}
-
perfetto-chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/81804d1c4bab..5571a97fd12b git log 81804d1c4bab..5571a97fd12b --date=short --no-merges --format='%ad %ae %s' 2018-07-10 dproy@google.com Fix bundle names Created with: gclient setdep -r src/third_party/perfetto@5571a97fd12b The AutoRoll server is located here: https://perfetto-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=perfetto-bugs@google.com Change-Id: Ie6bec136cccba19579e08e6595466498701a6c73 Reviewed-on: https://chromium-review.googlesource.com/1132034 Reviewed-by: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#573945}
-
Amos Lim authored
Generate java constants from C++ Enums and remove manually defined popup item ids in AutofillSuggestion.java and AutofillPopup.java. Bug: 666529 Change-Id: If25e3a52385a8b9cee12bd96c80d8ece4df4e568 Reviewed-on: https://chromium-review.googlesource.com/1131355Reviewed-by:
Vaclav Brozek <vabr@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Commit-Queue: Amos Lim <eui-sang.lim@samsung.com> Cr-Commit-Position: refs/heads/master@{#573944}
-
Xi Han authored
Introduce StartupData in /content/public/browser, and StartupDataImpl in /content/browser. This is a precursor CL for: https://crrev.com/c/1108178. In the follow up CL, StartupData* will be plumbed via MainFunctionParams to create the browser main loop. Bug: 846846, 853308 Change-Id: Ic192cfa696439996dec07435f1980d78282f15db Reviewed-on: https://chromium-review.googlesource.com/1117471 Commit-Queue: Xi Han <hanxi@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#573943}
-
Nate Fischer authored
No change to logic. This adds trace events to better capture events during WebView's Safe Browsing startup. R=torne@chromium.org Bug: 859696 Test: N/A Change-Id: I13d59093c2bf80bc11f59197732c97a2be9a1cbe Reviewed-on: https://chromium-review.googlesource.com/1123401Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#573942}
-
Kevin McNee authored
Touchpad pinch updates may be prevented by a page which cancels the synthetic wheel events. We now delay the sending of the begin event until we have an unconsumed update event. If the begin event has not been sent by the time we see the end event, we can elide the begin and end events. Bug: 787924 Change-Id: Ib50c6d55d416fb4bed10bcaa09a37e528ebb81bb Reviewed-on: https://chromium-review.googlesource.com/1113940Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#573941}
-
Yi Gu authored
We used to have Compositing.[Renderer|Browser].LayersUpdateTime.X (where X is the bucket number) to determine how the layer update time is related to number of layers. Given that this is no longer needed, remove the bucketed version and keep the regular ones for future reference. Bug: 862016 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I6618bc1974df174a5c79b3afa48216cb3f9a826f Reviewed-on: https://chromium-review.googlesource.com/1131843Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#573940}
-
Francois Doray authored
Fixing comments as requested by fmeawad@ at https://chromium-review.googlesource.com/c/chromium/src/+/1131845 TBR=fmeawad@chromium.org Bug: 775644 Change-Id: Ie6851852a80a11efbf6281ee29e8e46f3622e600 Reviewed-on: https://chromium-review.googlesource.com/1132243 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Fadi Meawad <fmeawad@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#573939}
-
Jennifer Apacible authored
These tests have been moved and the test expectations are no longer relevant. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I287dd7387b4972d64522eec6eb3c0be23f3b438f Reviewed-on: https://chromium-review.googlesource.com/1131677Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: apacible <apacible@chromium.org> Cr-Commit-Position: refs/heads/master@{#573938}
-
Patrick Hulce authored
BUG=https://github.com/GoogleChrome/lighthouse/issues/5633 Change-Id: I58fc3d6541bfab6305936f5e5f5034b4bcfdaae1 Reviewed-on: https://chromium-review.googlesource.com/1132136Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Patrick Hulce <phulce@chromium.org> Cr-Commit-Position: refs/heads/master@{#573937}
-
Theresa authored
* Require the user to be signed in for EoC to be enabled. * Require either anonoymized URL collection or personalized URL collection for EoC to be enabled. BUG=829457 Change-Id: I6d516a25970bee7f827dacc64dc5956bc07ab1a5 Reviewed-on: https://chromium-review.googlesource.com/1131823 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Becky Zhou <huayinz@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#573936}
-