- 12 Sep, 2018 40 commits
-
-
Kevin Marshall authored
The application manager will require components to explicitly declare the services which they depend on in the component manifest. This CL defines new, more granular "sandbox_policy" files which specifies the minimal list of required features and services for each type of package. Bug: 750938 Change-Id: Iec3b4e5abe96d81a9e4e149a2a1d9e387d55ab42 Reviewed-on: https://chromium-review.googlesource.com/1208444Reviewed-by:
Alex Sakhartchouk <alexst@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#590799}
-
Mikel Astiz authored
There is no need for ProfileSyncService to initialize its own client, which represents the dependencies it relies on. Instead, let the upper layers do that, which allows simplifying interface SyncClient. Bug: 882777 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I877f1edabf85fd00d8a9b4b98a2d23af1885371c Reviewed-on: https://chromium-review.googlesource.com/1218922Reviewed-by:
John Wu <jzw@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#590798}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/b4c1b016c9d3..987416db2271 git log b4c1b016c9d3..987416db2271 --date=short --no-merges --format='%ad %ae %s' 2018-09-12 thestig@chromium.org Avoid out of bound access in ClipAngledGradient(). Created with: gclient setdep -r src/third_party/pdfium@987416db2271 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-autoroll 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:835667 TBR=dsinclair@chromium.org Change-Id: I4c76309c519bc31801abc08d86efd3e2152b3b88 Reviewed-on: https://chromium-review.googlesource.com/1222208Reviewed-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@{#590797}
-
siyua authored
There are some comments from Bret(bsep@) regarding the migration dialog view. 1) Change the names of some file local constants. 2) Change dialog view member to pointers. 3) Change label initialization in view util. 4) Add a comment for feature kAutofillLocalCardMigrationShowFeedback. Bug: 852904 Change-Id: I5a1f0e3637415d39bd4b602c69a30adcfd2916c5 Reviewed-on: https://chromium-review.googlesource.com/1218462Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#590796}
-
Thomas Tangl authored
A bug was introduced with crrev.com/c/1199592 that stopped pushing the sync prefs to the settings UI when unified consent was enabled. The result was that none of the sync data type toggles was shown. Bug: 881870 Change-Id: Id05876661c403530c333822264b594e5667375de Reviewed-on: https://chromium-review.googlesource.com/1215322Reviewed-by:
Scott Chen <scottchen@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Thomas Tangl <tangltom@chromium.org> Cr-Commit-Position: refs/heads/master@{#590795}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/eb5e205de2f3..6d7245a03cbb git log eb5e205de2f3..6d7245a03cbb --date=short --no-merges --format='%ad %ae %s' 2018-09-12 laszio@chromium.org afdo: extend allowed ages of kernel afdo profiles by 2 weeks Created with: gclient setdep -r src/third_party/chromite@6d7245a03cbb The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll 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=chrome-os-gardeners@chromium.org Change-Id: Ib0493a16a8da8b4b7ea92ab2abeb0feb0e3d9175 Reviewed-on: https://chromium-review.googlesource.com/1222206Reviewed-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@{#590794}
-
Edward Jung authored
Additionally fixed the empty details buttons on some interstitials which appeared with the new bordered button styling. Bug: 872218 Change-Id: I0c3ec23fdf039ea30b2f10714ad6eb65d1d4fa38 Reviewed-on: https://chromium-review.googlesource.com/1215863Reviewed-by:
Carlos IL <carlosil@chromium.org> Commit-Queue: Edward Jung <edwardjung@chromium.org> Cr-Commit-Position: refs/heads/master@{#590793}
-
Kurt Horimoto authored
FullscreenMediator's ScrollToTop(), WillEnterForeground(), and AnimateModelReset() all performed the logic, so they are consolidated into ExitFullscreen(). EnterFullscreen() is not yet used, but will eventually be used to enter fullscreen upon rotation in a future CL. Bug: none Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I3f6bd9df0d808dd3c7a6528ac4a4121cd0c11f24 Reviewed-on: https://chromium-review.googlesource.com/1053236 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#590792}
-
Christian Fremerey authored
Bug: 876892 Change-Id: I871b13d186df8c49e3522f134f72ef1ca02aabff Reviewed-on: https://chromium-review.googlesource.com/1188966 Commit-Queue: Christian Fremerey <chfremer@chromium.org> Reviewed-by:
Emircan Uysaler <emircan@chromium.org> Cr-Commit-Position: refs/heads/master@{#590791}
-
Peter Wen authored
- Update license URLs in ChromiumDepGraph.groovy - Create directory for custom licenses: //third_party/android_deps/licenses/ - Set correct LICENSE for com_google_android_play_core - Add correct version of dagger's cipd.yml (2.17) - Split out javax.inject from dagger in build.gradle - Add quotes around cipd.yaml description to avoid interpreting : as a mapping Run: rm -rf third_party/android_deps/libs/[!O]* tools/android/roll/android_deps/fetch_all.py --update-all New Libraries (Dependencies that were previously missed): - com_google_code_findbugs_jsr305 - com_google_errorprone_error_prone_annotations - com_google_j2objc_j2objc_annotations - org_checkerframework_checker_compat_qual - org_codehaus_mojo_animal_sniffer_annotations Bug: 881001 Change-Id: I32467644f3d4b0899d31e97826ba5b2d019aa3dc Reviewed-on: https://chromium-review.googlesource.com/1208462 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#590790}
-
Majid Valipour authored
BGPT requires the layout object to be a stacking context for it to have an effect node. Composited opacity animations require effect node but they are not causing an stacking context. This breaks BGPT. This patch makes active composited animations cause stacking context. This is in line with specification which requires active animations to behave as if there is an equivalent will-change. [1] In effect this fix is a workaround until we actually match the specification. See crbug.com/882625. [1] https://drafts.csswg.org/web-animations-1/#side-effects-section luci.chromium.try:linux-blink-gen-property-trees;luci.chromium.try:linux_layout_tests_slimming_paint_v2; Bug: 873673 Cq-Include-Trybots: luci.chromium.try:linux-blink-gen-property-trees;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I6090c1b4bb0be7848f0c05119f3347a25b746f51 Reviewed-on: https://chromium-review.googlesource.com/1217445 Commit-Queue: Majid Valipour <majidvp@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#590789}
-
Steven Bennetts authored
Bug: 879779 Change-Id: I58bb5a4ad5498b394ca06699b5741c285f5188b4 Reviewed-on: https://chromium-review.googlesource.com/1217847Reviewed-by:
Alexander Hendrich <hendrich@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#590788}
-
Klaus Weidner authored
The render loop tends to be busy in WaitGetPoses, so yield execution to give the event loop a chance to process incoming mojo messages including requesting a new gamepad callback. BUG=878181 Cq-Include-Trybots: luci.chromium.try:win_optional_gpu_tests_rel Change-Id: I28ceebf97be51ef4dfaac0a5c2252d0704a5aa6a Reviewed-on: https://chromium-review.googlesource.com/1200390 Commit-Queue: Klaus Weidner <klausw@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#590787}
-
Dominic Mazzoni authored
This removes some unnecessary abstractions and helps with mojoification of Blink accessibility, and eventually will help us to remove all of the code in content/renderer/accessibility. Bug: 882660 Change-Id: I6170c78abbfbe57972d15b73fb2fd33523472bec Reviewed-on: https://chromium-review.googlesource.com/1217906Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#590786}
-
Mike Dougherty authored
The messaging functionality in the frameMessaging.js and messaging.js files are tightly coupled. Combining them reduces the exposed public APIs used only between them. Bug: 851636 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I5bb0517ddd0a43e3eef44b3787ddabde76e91e9d Reviewed-on: https://chromium-review.googlesource.com/1220302 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#590785}
-
Arthur Hemery authored
All the meaningful usages of PendingNavigationParams were removed in previous patches, only remaining usages are for creating DocumentState, which we can do directly instead of going through temporary parameters. Bug: 882800 Change-Id: I44550cdbe1125253fb59ab7b25c4cc4cd064e5d1 Reviewed-on: https://chromium-review.googlesource.com/1219890Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Arthur Hemery <ahemery@chromium.org> Cr-Commit-Position: refs/heads/master@{#590784}
-
Brandon Wylie authored
Storage for the Cached Image Fetcher handled by image_storage. image_storage delegates the storage of meta/data to image_metadata_storage and image_data_storage respectively. There are two stubs of concrete classes included here: metadata -> leveldb and data -> disk. In the near future, I will want to supplement meta/data storage for a separate format (such as ephemeral), which is why I hid them behind an interface even through there's only one implementer per interface. Bug: 878848 Change-Id: Ibd7052935f8a7f10d98d94122ee0b7f86489ca2a Reviewed-on: https://chromium-review.googlesource.com/1189051Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Brandon Wylie <wylieb@chromium.org> Cr-Commit-Position: refs/heads/master@{#590783}
-
Dan Harrington authored
OPS will eventually return this response for clients not in a supported country. In response, the client should suspend the pipeline for a while. Note, there are more changes to follow. I decided to change to the kCamelCase convention to avoid writing case statements for the COUNT value. This change also breaks out the 'blocked by administrator' status in UMA. Bug: 881120 Change-Id: I7305ae82968bc386b759071a82ad5b7b9be9cffa Reviewed-on: https://chromium-review.googlesource.com/1220696 Commit-Queue: Dan H <harringtond@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/master@{#590782}
-
Adithya Srinivasan authored
Tbr: msw@chromium.org No-Try: true Bug: 883371 Change-Id: I8d3306719c3e74db0dd806f01c6a15011b436a7c Reviewed-on: https://chromium-review.googlesource.com/1222281Reviewed-by:
Adithya Srinivasan <adithyas@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#590781}
-
Ryan Daum authored
Cleans up file and class name for clarity. As we already have a CastSystemGestureDispatcher in chromecast/graphics/gestures. Also this class does not so much 'dispatch' as interpret. Bug: none Test: unit tests Change-Id: Ib97ee02cca4f8c28d0158f8876e9e623b4eb73ca Reviewed-on: https://chromium-review.googlesource.com/1221867Reviewed-by:
Alex Sakhartchouk <alexst@chromium.org> Commit-Queue: Ryan Daum <rdaum@chromium.org> Cr-Commit-Position: refs/heads/master@{#590780}
-
Dan Harrington authored
Change-Id: Ib62fec7a90a9a933279f956b9cc54a94d1b457bf Reviewed-on: https://chromium-review.googlesource.com/1219893Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#590779}
-
Rayan Kanso authored
A few changes were added to make sure that this works end-to-end: - Remove a DCHECK in download_item_impl.cc that caused the browser to crash on restart if a download was being resumed. - Add an appropriate callback to the Controller to handle the completed download. - Remove redundant calls to Resume in the delegate. With this change the fetch will continue on restart, though it will fail due to missing header / url chain info. Bug: 881314 Change-Id: I34de75fa7cd8284672ed7de7b63297d5b3edf138 Reviewed-on: https://chromium-review.googlesource.com/1210062 Commit-Queue: Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#590778}
-
Vladislav Kaznacheev authored
This reverts commit 2036d4f6. The failing test that caused the revert is now disabled (https://chromium-review.googlesource.com/c/chromium/src/+/1217710) Bug: 882832,879618 Change-Id: I61b3e805badef2eef322397c5bf3336a482936b3 Reviewed-on: https://chromium-review.googlesource.com/1222506Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Vladislav Kaznacheev <kaznacheev@chromium.org> Cr-Commit-Position: refs/heads/master@{#590777}
-
Eric Roman authored
In production, iOS Chrome continues to use an in-process approach to proxy resolving using the system's proxy resolver. However similarly to other platforms, the NetworkContext now makes use of the |proxy_resolver_factory| parameter. This is exercised by a unit-test which uses it to configure a mock proxy resolving implementation. Bug: 881124 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I6b1f9f33e6452f64e193e57e5ce99526afc3f998 Reviewed-on: https://chromium-review.googlesource.com/1213935 Commit-Queue: Eric Roman <eroman@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#590776}
-
Kurt Horimoto authored
This will allow us to easily switch between the legacy implementation and the ToolbarContainerCoordinator-based implementation. Bug: 880672 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I67e3ac1b828f34adb64edd0f4aa0a2c66ead8dde Reviewed-on: https://chromium-review.googlesource.com/1220721 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#590775}
-
Christian Biesinger authored
R=eae@chromium.org,ikilpatrick@chromium.org Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I39d8b5ac640e154e3e8f8a3fa3c913143b905636 Reviewed-on: https://chromium-review.googlesource.com/1221789 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#590774}
-
Kevin Marshall authored
The trailing newline in the build ID file is causing the CIPD packaging scripts to generate packages with version tags ending in newlines. This makes use of the CIPD command line tool because tags must be specified verbatim, newlines and all. This CL gets rid of that newline. TBR=scottmg@chromium.org Change-Id: I592a77d63ac4cb4f2c4fa09128468a9c96dc1aad Reviewed-on: https://chromium-review.googlesource.com/1222195Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#590773}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/263f8b76..800d2a53 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Iab2efb8de16d7d9d05fbfb7856dda16a95a5611f Reviewed-on: https://chromium-review.googlesource.com/1221479Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#590772}
-
Chromium WPT Sync authored
Using wpt-import in Chromium f53e5327. With Chromium commits locally applied on WPT: d8d86dd3 "Implement Feature-Policy: lazyload" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/24594 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 NOAUTOREVERT=true TBR=lukebjerring No-Export: true Change-Id: I810c6239a5b55070794829023af10f72292a9f73 Reviewed-on: https://chromium-review.googlesource.com/1222086 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@{#590771}
-
Yves Arrouye authored
If a new instance of the class is created (as a result of a new UI session/Chromium being run) we will forget that we did upload. This is fine, as the behavior we want is to not repeatedly respond to a server's requests for upload if we already uploaded (due to a TPM bug that could cause this behavior) while still being able to upload later after a powerwash or an OS update and reboot. BUG=chromium:867724 TEST=unit_tests --gtest_filter=*EnrollmentPolicyObserver* Change-Id: Ic9b080e67aa37a97148bffc04b0da36c9b040a99 Reviewed-on: https://chromium-review.googlesource.com/1213267Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Yves Arrouye <drcrash@chromium.org> Cr-Commit-Position: refs/heads/master@{#590770}
-
Yi Su authored
This reverts commit 58c24293. Reason for revert: The ImageFetchTabHelper is still under the feature flag "Copy Image", which is not enabled by default. Original change's description: > Use ImageFetchTabHelper for SearchByImage and remove IOSImageDataFetcherWrapper on BVC. > > Make SearchByImage use ImageFetchTabHelper as "Copy Image" and "Save Image" do. > > Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs > Change-Id: I46251cec7c3a21fd0aea341a386a9f5766e9b52a > Reviewed-on: https://chromium-review.googlesource.com/1203712 > Reviewed-by: Mark Cogan <marq@chromium.org> > Commit-Queue: Yi Su <mrsuyi@chromium.org> > Cr-Commit-Position: refs/heads/master@{#588855} TBR=marq@chromium.org,mrsuyi@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Ia4d5a44468483094a3dc36f80ee03bec3939b00c Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Reviewed-on: https://chromium-review.googlesource.com/1221247Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Yi Su <mrsuyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#590769}
-
Marcin Wiacek authored
Change-Id: If69ee9b4787f5784e88950b2fa758369e8abe4ef Reviewed-on: https://chromium-review.googlesource.com/1219391Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Marcin Wiącek <marcin@mwiacek.com> Cr-Commit-Position: refs/heads/master@{#590768}
-
Karan Bhatia authored
r590118 implemented case-insensitive matching which led to some regression in url matching performance. Currently, it's possible for a url to be lower-cased each time it's matched with a pattern in UrlPattern::MatchesUrl. This CL aims to reduce this redundant computation. A thin wrapper over GURL, UrlInfo is introduced to cache the computation performed on the GURL. BUG=767605 Change-Id: Ibe977f34e649068453c5a01e3619b93a76c9ae7d Reviewed-on: https://chromium-review.googlesource.com/1220628Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#590767}
-
Aleks Totic authored
Renames IncludeBlockVisualOverflowOrNot to NGOutlineType, and moves it out of LayoutObject. This allows use of NGOutlineType in header files without having to include layout_object.h Bug: 835484 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I21552cd7139b0378486932a903477efa7343371e Reviewed-on: https://chromium-review.googlesource.com/1221909Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#590766}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/79834ec727ba..d64f0324b398 git log 79834ec727ba..d64f0324b398 --date=short --no-merges --format='%ad %ae %s' 2018-09-12 dtu@chromium.org [pinpoint] Allow /api/new users to specify a quest list. Created with: gclient setdep -r src/third_party/catapult@d64f0324b398 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll 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 BUG=chromium:883191 TBR=sullivan@chromium.org Change-Id: I3886f9f78da4545231a3fa9438293dc712a77ded Reviewed-on: https://chromium-review.googlesource.com/1222148Reviewed-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@{#590765}
-
Rintaro Kuroiwa authored
- If the device is the same as the previous Decrypt() call, there is no reason to recreate the buffers. - With a simple benchmark with a Debug build that decrypts on average about 400 bytes per Decrypt() call, the average Decrypt() time reduced by about 1200 microseconds or about 50%. From 2400us -> 1200us. Bug: 877667 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: Ibd091328110dcc18dab12a3ac0b20e75a9ddc610 Reviewed-on: https://chromium-review.googlesource.com/1211665 Commit-Queue: Rintaro Kuroiwa <rkuroiwa@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#590764}
-
Matthew Jones authored
This patch moves the remaining ChromeAnimation logic to the StackLayout (the last place it is used). This allows us to start simplifying the oversized Layout API. Bug: 882508, 750381 Change-Id: I8b59cff1f8eb10777a524c078fadf008dec46542 Reviewed-on: https://chromium-review.googlesource.com/1217597 Commit-Queue: Matthew Jones <mdjones@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#590763}
-
webrtc-chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/640106e1ce35..afc3eb1a7347 git log 640106e1ce35..afc3eb1a7347 --date=short --no-merges --format='%ad %ae %s' 2018-09-12 danilchap@webrtc.org in test::FrameGeneratorCapturer try to keep up with fps when overloaded 2018-09-12 buildbot@webrtc.org Roll chromium_revision bd99b7d4..c07e9914 (590554:590658) 2018-09-12 jonasolsson@webrtc.org Add support for logging absl::string_view. 2018-09-12 gustaf@webrtc.org AEC3: Reduce filter divergence during low-echo double-talk 2018-09-12 nisse@webrtc.org Make the rtp timestamp member of EncodedImage private 2018-09-12 sakal@webrtc.org Place static objects into a container that gets leaked. 2018-09-12 minyue@webrtc.org Avoid wrong parsing of padding length and its use in NetEq simulation. 2018-09-12 danilchap@webrtc.org Cleanup RtpPacketizerH264 constructor 2018-09-12 ssilkin@webrtc.org Revert "Add SSLConfig object to IceServer." 2018-09-12 josea.olivera@gmail.com Remove unused var in device info bits from video capture module for Linux 2018-09-12 ilnik@webrtc.org Move variance calculation in SampleCounter to a new extension class Created with: gclient setdep -r src/third_party/webrtc@afc3eb1a7347 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll 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:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng BUG=chromium:None,chromium:883264,chromium:b/113648474,chromium:None,chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ia830905358e6a25dd14063745fe9c70adc846dcc Reviewed-on: https://chromium-review.googlesource.com/1221703Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#590762}
-
Weidong Guo authored
Bug: 883134 Change-Id: I1f2381fac6b23a7219c7db3bf6617ce75089fc27 Reviewed-on: https://chromium-review.googlesource.com/1219935 Commit-Queue: Weidong Guo <weidongg@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#590761}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/657a1aa0700b..b4c1b016c9d3 git log 657a1aa0700b..b4c1b016c9d3 --date=short --no-merges --format='%ad %ae %s' 2018-09-12 thestig@chromium.org Fix pdf_use_skia_paths build after commit 048d7f7c. Created with: gclient setdep -r src/third_party/pdfium@b4c1b016c9d3 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-autoroll 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: I8c6ae0fc9b8bc214bffd725970e7ae29c7bb1126 Reviewed-on: https://chromium-review.googlesource.com/1222207Reviewed-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@{#590760}
-