- 01 Aug, 2017 40 commits
-
-
David Reveman authored
Update origami monkey animation with version that seamlessly loop. BUG=750461,721647 TBR=stevenjb@chromium.org Change-Id: I071aa14517eb11708cc6f6e17084ee57dec61ff9 Reviewed-on: https://chromium-review.googlesource.com/596773Reviewed-by:
David Reveman <reveman@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#491128}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/7516c2775c30..249ee1f985b4 $ git log 7516c2775..249ee1f98 --date=short --no-merges --format='%ad %ae %s' 2017-08-01 mtklein clamp to 0 in repeat and mirror image tilers 2017-08-01 brianosman Guard against D3D NaN/Infinity literals bug 2017-08-01 ethannicholas support for 'half' types in sksl, plus general numeric type improvements 2017-08-01 bungeman Assert text passed to canvas is initialized. 2017-08-01 mtklein Add Perf-Win2k8-Clang bots. 2017-08-01 liyuqian Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" 2017-08-01 bsalomon Allow RegionOp to be used for stenciling 2017-08-01 brianosman Remove unused code for index 8 2017-08-01 robertphillips Roll ANGLE 2017-08-01 egdaniel Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" Created with: roll-dep src/third_party/skia BUG=749260,750070,750071,750072 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.blink:linux_trusty_blink_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;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=liyuqian@chromium.org Change-Id: I7026762d2d4d4c8423e909c82f6f0216f5aaebb1 Reviewed-on: https://chromium-review.googlesource.com/596829Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#491127}
-
Jamie Walch authored
This reverts commit 26c8b12c. Reason for revert: Compile Failure on official.desktop.continuous TRUNK Builder - Linux 64 Original change's description: > Implement wait-for-logs functionality in user_session binary > > This ports the wait_for_logs method from the Python script, and forwards > the pipe write fd to the Python script. > > Change-Id: Ief54da136894cd13e0761b9755aa3c7d51fe17f8 > Reviewed-on: https://chromium-review.googlesource.com/594807 > Reviewed-by: Lambros Lambrou <lambroslambrou@chromium.org> > Reviewed-by: Jamie Walch <jamiewalch@chromium.org> > Commit-Queue: Erik Jensen <rkjnsn@chromium.org> > Cr-Commit-Position: refs/heads/master@{#491058} TBR=jamiewalch@chromium.org,lambroslambrou@chromium.org,rkjnsn@chromium.org Change-Id: I2f9a0a404554ffc08402b573ae3e59bfc9f36f9b No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/597027Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#491126}
-
Derek Cheng authored
When the NewPresentationCallbackWrapper is being destroyed, the mojo callback is invoked to satisfy Mojo. This patch fixes the PresentationError that it is invoked with to correctly reflect the fact that the frame is being navigated or destroyed. Note that this behavior is most likely invisible to the page anyway since the page is going away when the callback is invoked. Change-Id: If9428420727d5809f985fff8169fc9d8ed075703 Bug: Reviewed-on: https://chromium-review.googlesource.com/595348Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Commit-Queue: Derek Cheng <imcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#491125}
-
Ian Clelland authored
The serialized frame is now represented as a WebVector<char>. BUG=568803 Change-Id: I2e7dd9166a27cd29d1f6e5887d21e1cc439345f5 Reviewed-on: https://chromium-review.googlesource.com/579869Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Ian Clelland <iclelland@chromium.org> Cr-Commit-Position: refs/heads/master@{#491124}
-
Scott Haseley authored
The current SwapMetricsObserver implementation combines how and how often swap metrics are updated with the client side consumption of the metrics. This CL splits the computation and frequency of swap metrics with clients wishing to use the metrics, allowing a single implementation of platform-specific computation while enabling multiple independent observers. Additionally, the API is moved to content/public/browser so it can be used by clients outside of content/browser. Much of SwapMetricsObserver has been moved to SwapMetricsDriver, which drives the collection of the metrics. The SwapMetricsDriver notifies an associated SwapMetricsDriver::Delegate about metrics updates. There is one 1-1 relationship between drivers and delegates; each driver has one delegate scoped at its lifetime. The driver controls the frequency at which metrics are updated, and we assume different clients will sample at different frequencies or over different intervals, which requires multiple driver instances. The existing periodic experimental UMAs have been moved to SwapMetricsObserverUma. Bug:chromium:740625 Change-Id: I66d8cdf3c06ebadba31044ff203fdd803094157f Reviewed-on: https://chromium-review.googlesource.com/565346 Commit-Queue: Scott Haseley <shaseley@google.com> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Brett Wilson <brettw@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#491123}
-
Etienne Pierre-Doray authored
Bug: 751215 Change-Id: I5c7e2978528b690fa41f2ca8483b3a98ff264609 Reviewed-on: https://chromium-review.googlesource.com/596907Reviewed-by:
Samuel Huang <huangs@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#491122}
-
Trent Apted authored
This reverts commit 27e05838. Reason for revert: Makes the test flaky on other macOS versions Original change's description: > Fix WidgetTest.ChildStackedRelativeToParent on 10.13 > > Since 10.13, a trip to the runloop seems to be been necessary to ensure > [NSApp orderedWindows] updates inside WidgetTest::IsWindowStackedAbove(). > Since tests using this are only concerned with relative ordering of > windows in the same process, flushing the run queue here shouldn't cause > flakiness. > > Bug: 749905 > Change-Id: I2fdd42994f759613d91458bf4c2d15cb20cf3c65 > Reviewed-on: https://chromium-review.googlesource.com/590332 > Reviewed-by: Robert Sesek <rsesek@chromium.org> > Commit-Queue: Trent Apted <tapted@chromium.org> > Cr-Commit-Position: refs/heads/master@{#490911} TBR=tapted@chromium.org,rsesek@chromium.org Change-Id: I65b91a0185047ea45bfdf91d5aec4d25a722347a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 749905 Reviewed-on: https://chromium-review.googlesource.com/596987Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#491121}
-
Nico Weber authored
We most care about having release MSVC builds working, so make that the configuration we test on the main waterfall. Bug: 751198 Change-Id: I3d939b50351bd3112a9b079a87087e2a729394f8 Reviewed-on: https://chromium-review.googlesource.com/596747Reviewed-by:
Hans Wennborg <hans@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#491120}
-
Geoff Lang authored
https://chromium.googlesource.com/angle/angle.git/+log/40ac783..5788d24 BUG=chromium:750685 TBR=jmadill@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I9c2a7b8795d7dbe7e7a7c08597f03af846227530 Reviewed-on: https://chromium-review.googlesource.com/596727Reviewed-by:
Geoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#491119}
-
David Benjamin authored
Until we do https://crbug.com/458365 and remove the global session cache, consumers making SSLClientSockets with the default empty shard should not enable session caching, as they'll interact with other sockets which do that. Bug: 458365 Change-Id: Ib8bb5cc6fb51240c4e9a89184ab51775e9653168 Reviewed-on: https://chromium-review.googlesource.com/595155 Commit-Queue: Steven Valdez <svaldez@chromium.org> Reviewed-by:
Steven Valdez <svaldez@chromium.org> Cr-Commit-Position: refs/heads/master@{#491118}
-
John Bauman authored
If the video processor input is YUV but marked as being in SRGB colorspace, then NVIDIA treats it more like BT.601 and Intel treats it more like BT.709. This test only cares that there's no crash, so it should ignore the precise output color in this case. Bug: 750784 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: I36ce482bfe5cbe79338b485ce5b573e1b170999e Reviewed-on: https://chromium-review.googlesource.com/595131Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: John Bauman <jbauman@chromium.org> Cr-Commit-Position: refs/heads/master@{#491117}
-
Pavel Yatsuk authored
USS DeviceInfo is being launched on stable. It needs to be enabled by default on ToT. This change switches ProfileSyncService tests to use ScopedTaskEnvironment instead of MesageLoop because ModelTypeStore requires task scheduler that ScopedTaskEnvironment provides. Also because DeviceInfoSyncBridge initializes ModelTypeStore before sync engine initialization, test needs to pass path to valid temp dir to ProfileSyncService::InitParams::base_directory. BUG=650725 R=skym@chromium.org Change-Id: Id96d9028aa61bb275261e1452aa0dfec6381c651 Reviewed-on: https://chromium-review.googlesource.com/592134 Commit-Queue: Pavel Yatsuk <pavely@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#491116}
-
Justin Cohen authored
Bug: 684305 TBR: smut@google.com Change-Id: Icf8405e1f4bc51bf17584db736b20c58d2b63585 Reviewed-on: https://chromium-review.googlesource.com/596669 Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Rohit Rao (ping after 24h) <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#491115}
-
Rob Buis authored
I get a warning about the cast, turns out the cast is not needed since round will return int: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#round-float- Bug: None Signed-off-by:
Rob Buis <rob.buis@samsung.com> Change-Id: I677f09c0a7a731d6bc788618cefb1e1b5c2da5c6 Reviewed-on: https://chromium-review.googlesource.com/592239Reviewed-by:
Jeffrey Yasskin <jyasskin@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#491114}
-
Benjamin Pastene authored
Might help with device flakes like: https://chromium-swarm.appspot.com/task?id=37320a4199090410 Bug: 739899, 748145 Change-Id: I953d60aac73194243b5ae4fd9d875c7833977a1d Reviewed-on: https://chromium-review.googlesource.com/574872 Commit-Queue: Benjamin Pastene <bpastene@chromium.org> Reviewed-by:
Michael Case <mikecase@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#491113}
-
Vladislav Kaznacheev authored
Reuse FastInkPoints recently extracted from ash::LaserPointerView. Bug: 748726 Change-Id: I5d8651f6179440a7438a62db48a7fa867f6a1ea4 Reviewed-on: https://chromium-review.googlesource.com/587613Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Commit-Queue: Vladislav Kaznacheev <kaznacheev@chromium.org> Cr-Commit-Position: refs/heads/master@{#491112}
-
Luna Lu authored
Guide on: 1. How to add a feature to feature policy 2. How to write web-platform-tests for the new feature added to feature policy Change-Id: Iddedb3977ad4fcb0d765c6426102a6edd0a63239 Reviewed-on: https://chromium-review.googlesource.com/571019 Commit-Queue: Luna Lu <loonybear@chromium.org> Reviewed-by:
Ian Clelland <iclelland@chromium.org> Cr-Commit-Position: refs/heads/master@{#491111}
-
chrome://ukmSteven Holte authored
Also displays data grouped by source ID. Change-Id: Ibd7b796e9a92b50fbbc15ef96e748d650da9fa8a Reviewed-on: https://chromium-review.googlesource.com/587393Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#491110}
-
Benjamin Pastene authored
R=jbudorick@chromium.org Bug: 670879 Change-Id: Id793f8d5a0ac9e47ea1229496af7c3275f940c83 Reviewed-on: https://chromium-review.googlesource.com/595220Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Benjamin Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#491109}
-
Brett Wilson authored
The code review policy: specifically prohibits emeritus. https: //chromium.googlesource.com/chromium/src/+/master/docs/code_reviews.md Change-Id: I345344d94f501364433d14284c72f73aab7cc3a8 Reviewed-on: https://chromium-review.googlesource.com/596676Reviewed-by:
Matthew Dempsky <mdempsky@chromium.org> Commit-Queue: Brett Wilson <brettw@chromium.org> Cr-Commit-Position: refs/heads/master@{#491108}
-
Tommy C. Li authored
Previously ScoredHistoryMatch did not correctly flag match_after_host and match_in_subdomain when the term spans multiple components. This CL fixes that. Bug: 732582 Change-Id: I240b9681a9d5c5ddea95de9aaa6fee4ed35d258e Reviewed-on: https://chromium-review.googlesource.com/595040Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#491107}
-
Jonathan authored
Even with properly set timeouts, mash_browser_tests timeout about half the time on the Mojo FYI bot. I want to see if an increased timeout can get them consistently passing. TBR=sky@chromium.org TEST=none Bug: 678687 Change-Id: I1b86980f981a3c00e5caf1c4aaae9f4c6ad06d8f Reviewed-on: https://chromium-review.googlesource.com/593851Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#491106}
-
Maria Khomenko authored
We only use SsbService to pass signed in account data for Icing. On low-end devices, Icing is disabled, so we don't need this data. BUG=750365 Change-Id: I00d9faa3a592de4b5471ec5226508facbd48c637 Reviewed-on: https://chromium-review.googlesource.com/592487 Commit-Queue: Maria Khomenko <mariakhomenko@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#491105}
-
F authored
Change-Id: I9e9535994e3ee42a691729a6d8836f2fd3d68caa Reviewed-on: https://chromium-review.googlesource.com/596552Reviewed-by:
F . <zpeng@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: F . <zpeng@chromium.org> Cr-Commit-Position: refs/heads/master@{#491104}
-
Qiang Xu authored
changes: (1) Define a TypeToVectorIcon used for app list, as for new launcher, the assets are different from AutocompleteMatch::TypeToVectorIcon. (2) update domain/search/history/bookmark/calculator icons. (3) update icon related layouts. screenshot 1: https://screenshot.googleplex.com/iiY03xRvK8q screenshot 2: https://screenshot.googleplex.com/DPK5Jjv6D8Q specs: https://screenshot.googleplex.com/8Xvhv8svjbg Test: emulator test with/without fullscreen app list flag Bug: 748667 Change-Id: I852eb4a1a204b22cf143dd2ccac11121fe9a8a37 Reviewed-on: https://chromium-review.googlesource.com/590503Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Qiang(Joe) Xu <warx@chromium.org> Cr-Commit-Position: refs/heads/master@{#491103}
-
Tim Song authored
This CL also refactors ProximityAuthProfilePRefManager to handle the syncing of profile prefs to local state. BUG=748879 Change-Id: Ia09a772b10b7b3e2305153c52b1457101cd950c5 Reviewed-on: https://chromium-review.googlesource.com/585899 Commit-Queue: Tim Song <tengs@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Gustavo Sacomoto <sacomoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#491102}
-
Emircan Uysaler authored
Tests is failing, see bug below. TBR=hbos@chromium.org Bug: 751211 Change-Id: Ic7e09dde421f1fa2b85db7da3de48c1001e128d3 Reviewed-on: https://chromium-review.googlesource.com/596513Reviewed-by:
Emircan Uysaler <emircan@chromium.org> Commit-Queue: Emircan Uysaler <emircan@chromium.org> Cr-Commit-Position: refs/heads/master@{#491101}
-
Sebastien Marchand authored
Using LazyInstance seems to be discouraged (crbug.com/686866) now that Chrome supports Thread-safe static initialization. Change-Id: I7649ad76ada5bd2292341f46fa1955d2ae51385e BUG: 686866,720131 Reviewed-on: https://chromium-review.googlesource.com/594491Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#491100}
-
danakj authored
R=reveman@chromium.org Bug: 722935 Change-Id: Ib412fda34cf0e55529a0f288863decbca7f73616 Reviewed-on: https://chromium-review.googlesource.com/596515Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#491099}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/4d5d88c3e04c..3ec578154f4f $ git log 4d5d88c3e..3ec578154 --date=short --no-merges --format='%ad %ae %s' 2017-08-01 simonhatch Dashboard - Clone Pinpoint dialog into Dashboard Created with: roll-dep src/third_party/catapult 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.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I68347b886136f6658a666527279a0221ed249a6b Reviewed-on: https://chromium-review.googlesource.com/596532 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#491098}
-
Conley Owens authored
We need to be able to simulate the removal of a characteristic. This addition to the interface seems to be the most straightforward way of accomplishing this goal. BUG=569709 Change-Id: If700ea99a6df9badc98fc81ef5f7461e574b7985 Reviewed-on: https://chromium-review.googlesource.com/583640Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Vincent Scheib <scheib@chromium.org> Commit-Queue: Conley Owens <cco3@chromium.org> Cr-Commit-Position: refs/heads/master@{#491097}
-
Adithya Srinivasan authored
TBR=alexclarke@chromium.org, eseckler@chromium.org Bug: 751180 Change-Id: Ied56d06a9147c92903d1680159ddbbd4956cf28f Reviewed-on: https://chromium-review.googlesource.com/596767 Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Reviewed-by:
Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#491096}
-
Dave Schuyler authored
This CL removes old class="..." entries for cr-dialog .title, .body, .button-container, and .footer. The CSS that used those classes have changed to [slot=...] instead. Bug: 747552 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ice802ab9cd238e24c8e66809e5d7907141a0b339 Reviewed-on: https://chromium-review.googlesource.com/584001 Commit-Queue: Dave Schuyler <dschuyler@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#491095}
-
Will Chen authored
Bug: 667560 Change-Id: I4f8f168de679d5cdcc16353349332c9aaedce709 Reviewed-on: https://chromium-review.googlesource.com/592497 Commit-Queue: Will Chen <chenwilliam@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#491094}
-
sczs authored
This CL Removes the use of the following commands and uses the dispatcher instead: IDC_READER_MODE IDC_SHOW_READING_LIST Bug: 738881 Change-Id: I72e1dd2add7905e3168daca502084c53a42fa4c8 Reviewed-on: https://chromium-review.googlesource.com/596530 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#491093}
-
Yuzhu Shen authored
This CL follows how run_telemetry_as_googletest.py handles --xvfb flag. BUG=717738 Change-Id: I0bb746d18be7818c782b7086ca96605a60af0761 Reviewed-on: https://chromium-review.googlesource.com/595227 Commit-Queue: Yuzhu Shen <yzshen@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#491092}
-
Alex Newcomer authored
Background blur is enabled behind the appropriate flag. The flag will be set for either certain devices or all devices based on blur performance. The flag will eventually be removed when blur is acceptable for all devices. Bug: 739405 Change-Id: If03bbc7bcfbeb5f8609def3b582a05113ef1571e Reviewed-on: https://chromium-review.googlesource.com/592289 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Cr-Commit-Position: refs/heads/master@{#491091}
-
Eric Roman authored
Examples: # Fetches the certificate chain for www.google.com and pretty prints it ./print_certificates.py www.google.com # Pretty prints all the certificates contained in certs.pem, followed by # the single DER-encoded certificate foo.crt ./print_certificates.py certs.pem foo.crt Change-Id: I3719d1bd3bddc262829f4e6afd7309a205f15c4b Reviewed-on: https://chromium-review.googlesource.com/585570Reviewed-by:
Matt Mueller <mattm@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#491090}
-
Mark Pearson authored
Sets default values for all relevant parameters to the ones we decided to launch. In particular, this change: * makes it so that URLs that match the input--even if only visited once or twice--are likely to score above low quality query suggestions that come from the server. * boosts a URL suggestion if it appears the URL suggestion is clearly seeking that URL. In particular, if the omnibox input only matches that single URL from history, it gets a 3x boost (in effect we count it as having three times as many visits). This boost decreases as the number of matching URLs increases, so that if the user input matches five or more items from history, nothing gets a boost. * lowers the threshold for how well a URL must match the input in order to be displayed. Previously, for example, we wouldn't return URLs that match a word in the input if the word matches in the ?query or #hash section of the URL. Now we do. * reduces the relative weight of a "typed visit" (a time the URL is selected from the omnibox) compared with a regular visit (click on a link). It used to be that the former was worth 20x the latter. Now it's only 1.5x. * changes to a scoring model in which additional visits to a URL are guaranteed to increase its score. Previously we used a model based on the average quality of a visit, which means that if a URL has many typed visits and then gets a new untyped visit, its score (the average) will go down. Now we use simply a sum, which means the score will definitely increase. Precisely, in terms of code / config, we're launching the following settings: "HQPExperimentalScoringBuckets": "0.0:550,1:625,9.0:1300,90.0:1399", "HQPTypedValue": "1.5", "HQPFreqencyUsesSum": "true", "HQPNumMatchesScores": "1:3,2:2.5,3:2,4:1.5", "HQPExperimentalScoringTopicalityThreshold": "0.5" In the process, removes some of the flags for frequency scoring that I don't think are useful (not the right model for scoring) and aren't worth going back to. Bug: 695560, 327085, 369989, 508262, 580688, 591981, 598184 Change-Id: Id349c5aaa2e09e6b5284c55fc5790f4b14b8fa7b Reviewed-on: https://chromium-review.googlesource.com/585377 Commit-Queue: Mark Pearson <mpearson@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#491089}
-