- 07 Mar, 2019 5 commits
-
-
Jérôme Lebel authored
Some of the code were using TableViewImageCell.textLabel, without compiler errors, since UITableView.textLabel exists. To avoid any errors, titleLabel is renamed into textLabel. Bug introduced: crrev.com/c/1478795 Change-Id: I5c07d31565d7c23a212a44103371a311ef327e66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1503575Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#638352}
-
Varun Khaneja authored
Functionally, this is a NO-OP but it does simplify the code and eliminates the NOT_SENT_MISSING_WEB_CONTENTS scenario. R=drubery Bug: 938559,907280 Change-Id: Ifd3e27b865df97aa07d5a1b7653cd0f01910454a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504958Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Auto-Submit: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#638351}
-
Daniel Murphy authored
This is a reland of 1bc0f674 Original change's description: > [IndexedDB] Moving IDBDatabase's PendingConnection to use ScopesLockManager > > This allows scopes to be used in the DeleteDatabase call, and cleans up > some code in the IndexedDBDatabase class. > > The last part of the codebase that doesn't have locks before being used > is the IndexedDBBackingStore::Initialize call. Since this happens on the > opening of the database, this can probably use just the raw database + > a WriteBatch. > > Bug: 862456 > Change-Id: I89c79ec89a4450e21f1ee700b007ec867b3a4f48 > Reviewed-on: https://chromium-review.googlesource.com/c/1478391 > Commit-Queue: Daniel Murphy <dmurph@chromium.org> > Reviewed-by: Chase Phillips <cmp@chromium.org> > Cr-Commit-Position: refs/heads/master@{#634358} Bug: 862456 Change-Id: I821c28b93fde903678737d49eaeb44c1b7369e08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506552Reviewed-by:
Chase Phillips <cmp@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#638350}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/9584fe43a9c2..2c25b14c34c1 git log 9584fe43a9c2..2c25b14c34c1 --date=short --no-merges --format='%ad %ae %s' 2019-03-06 chrisforbes@google.com Implement GetPhysicalDeviceSparseImageFormatProperties Created with: gclient setdep -r src/third_party/swiftshader@2c25b14c34c1 The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-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: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:b/118429780 TBR=swiftshader-team+autoroll@chromium.org Change-Id: Ice50ccffd1bc0d3cb54e1d8d1659183aa6785d24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506692Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#638349}
-
Yulun Wu authored
Improper use of GetLsbReleaseBoard() is tracked here: https://bugs.chromium.org/p/chromium/issues/detail?id=938738 Bug: b:120050686 Change-Id: I386fff94be6350ce9ae80e4891251e92d31fb92a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1501760Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: Yulun Wu <yulunwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#638348}
-
- 06 Mar, 2019 35 commits
-
-
Mei Liang authored
The CL only caches the TabGroupAndroid feature flag for devices that are eligible for tab group. Bug: 934557 Change-Id: I200bd417e60897c39675eb80b37abbe610e957df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1501912 Commit-Queue: Mei Liang <meiliang@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#638347}
-
Jinsuk Kim authored
The RTL property can be obtained dynamically from Tab's title. This CL updates a single callsite so that Tab doesn't have to manage the property. Bug: 925242 Change-Id: Ia9e55818b1f07e320337da4c7991a344c88b1b21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1501894Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#638346}
-
Tom Anderson authored
Change necessary to fix Windows build: https://chromium.googlesource.com/chromium/llvm-project/libcxx/+/417a7dee1c4653bd3a4753710a84c8fd356ba7d9 Change necessary to fix _LIBCPP_DEBUG=1 build: https://chromium.googlesource.com/chromium/llvm-project/libcxx/+/9ae8fb4a3c5fef4e9d41e97bbd9397a412932ab0 Full changelist: https://chromium.googlesource.com/chromium/llvm-project/libcxx/+log/22d3f6dd25e5efc59124ba1c00b8f98b14be4201..9ae8fb4a3c5fef4e9d41e97bbd9397a412932ab0 BUG=801780,923166 R=thakis Change-Id: Ib4d81c9a756d84fb2e7b0d5912c3cea493728608 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506566 Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#638345}
-
Brandon Jones authored
Previous CL got reverted after a separate commit moved a script that the new test was relying on. Bug: 933411 Change-Id: I6ba8bce0ef72da44480bfc7b8464720e616a2111 TBR: klausw@chromium.org, bsheedy@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506816Reviewed-by:
Brandon Jones <bajones@chromium.org> Commit-Queue: Brandon Jones <bajones@chromium.org> Cr-Commit-Position: refs/heads/master@{#638344}
-
Matthew Mourgos authored
-Add a ghost while dragging an item in an apps_grid_view. -Location of the ghost will be the reorder_placeholder_. -This ghosting is disabled by default for now behind the flag "enable-app-grid-ghost". -GhostImageViews are kept track of by two pointers within apps_grid_view. The GhostImageView pointers are deleted when the view is done hiding or once the pointer is needed to initialize a newer GhostImageView. Bug: 914094 Change-Id: Iee850d0b8b109b6cb0b024d2ee53b45bafc1a4b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1467721 Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#638343}
-
Tommy Steimel authored
This CL removes MPRIS from components and moves it into ui/base. Bug: 935624 Change-Id: Ie0bbf358a4df00e5e1b8905576c3e85ed7b29eab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506465Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#638342}
-
Daniel Rubery authored
Replace a few usages of base::Callback with base::OnceCallback, and update the corresponding base::Binds with base::BindOnce. TEST=Triggered a ping twice for the same page, one with and one without this change. The generated features were the same. Bug: 933537 Change-Id: Ib9e5454be2e67342868b00af83a58b16cde6c163 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1489423Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#638341}
-
Ryan Hamilton authored
https://quiche.googlesource.com/quiche.git/+log/c5db41e3e5d0..b6880f79b56f $ git log c5db41e3e..b6880f79b --date=short --no-merges --format='%ad %ae %s' 2019-03-06 rch hpack_whole_entry_buffer_test: Include http2_test_helpers.h Created with: roll-dep src/net/third_party/quiche/src Change-Id: Ia235444ce03fbda3d39923bca26a0140849b2c74 Bug: 937886 Change-Id: Ia235444ce03fbda3d39923bca26a0140849b2c74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506664Reviewed-by:
Bence Béky <bnc@chromium.org> Commit-Queue: Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#638340}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/359fddbf..4c5c3fce 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=luci.chromium.try:linux-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: I353da1f13ae7390aa4e39529944a35b35bfcb32c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506594Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#638339}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/cb4eb612f02f..93c47cc8e359 git log cb4eb612f02f..93c47cc8e359 --date=short --no-merges --format='%ad %ae %s' 2019-03-06 brianosman@google.com SkReflected - avoid double registration, auto register base types, etc. 2019-03-06 fmalita@chromium.org Make SkCubicMap public 2019-03-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 4c84dbdce271..9584fe43a9c2 (1 commits) 2019-03-06 jvanverth@google.com Another stab at MTLRenderCommandEncoder memory leak. 2019-03-06 mtklein@google.com encode F16Norm as rec2020 2019-03-06 reed@google.com change gradients4f to use srgb 2019-03-06 herb@google.com Fix: set SDFT if there is only fallback 2019-03-06 brianosman@google.com Add glf16norm config to DM 2019-03-06 nifong@google.com Interface for passing skp file from JS to WASM 2019-03-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 10736f2da359..5e67e5c19fd3 (1 commits) 2019-03-06 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2019-03-06 brianosman@google.com Particles: Cleanup and better UI 2019-03-06 mtklein@google.com rework colorImage testing 2019-03-06 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2019-03-06 herb@google.com Move process* closures into the GrTextBlob 2019-03-06 halcanary@google.com SkPDF: Add experimental Harfbuzz font subsetter 2019-03-06 mtklein@google.com also tag DM results with color and alpha type Created with: gclient setdep -r src/third_party/skia@93c47cc8e359 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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:931719 TBR=reed@chromium.org Change-Id: Ib0ef742bdd3eb7a574dfc4304cfa236a35387138 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506693Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#638338}
-
Aran Gilman authored
This is a follow-up to https://crrev.com/c/1500255. Bug: 938511 Change-Id: If3a4f8a3488557808551da8180ff858522f23052 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506872 Commit-Queue: Aran Gilman <gilmanmh@google.com> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Auto-Submit: Aran Gilman <gilmanmh@google.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#638337}
-
siyua authored
Also removed the EnableAutofillCreditCardLocalCardMigrationExperiment() in unittests since as we add more experiment flags, this function does not help. Set a helper function in TestPersonalDataManager to change the sync state, which can help us in case of such need in the future. Bug: 897998 Change-Id: Id212077092d80738b8495f4b50bd7034e9f1ead6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1501754 Commit-Queue: Siyu An <siyua@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#638336}
-
Miyoung Shin authored
- unsigned long long -> uint64_t - No logic change. - Reference: https://google.github.io/styleguide/cppguide.html#Integer_Types Bug: 929980 Change-Id: I6eaddcae79f2b22cde719df027f9fce95664db6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504485Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@chromium.org> Cr-Commit-Position: refs/heads/master@{#638335}
-
Daniel Murphy authored
This reverts commit c8bd0362. Reason for revert: The crashes have stopped, so these debugging CLs are being reverted. Original change's description: > [DOMStorageS13N] Making bind calls sync and adding crash info > > There are renderer hangs on the GetAll call, and it is unclear why. This > change adds crash metadata to know what kind of dom storage is hanging, > and make the 'bind' calls also sync. This will help narrow down what > exactly is hanging (or being dropped) so that the GetAll call never > completes. > > This change is meant to be reverted after the culprit is found. > > TBR: jam@chromium.org > Bug: 927534 > Change-Id: I3c9727f007cddae93b7b274a72f0a6313343ae29 > Reviewed-on: https://chromium-review.googlesource.com/c/1449160 > Commit-Queue: Daniel Murphy <dmurph@chromium.org> > Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> > Cr-Commit-Position: refs/heads/master@{#629630} TBR=dmurph@chromium.org,jam@chromium.org,mek@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 927534 Change-Id: I1d864a6a085c8cd8546bd575f06a4be2d12145d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506533Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#638334}
-
Moe Ahmadi authored
Moves the EG tests related to the legacy translate infobar to a new target as the new infobar EG tests rely on the CompactTranslateInfobarIOS feature to be enabled via command line which will break the legacy infobar tests. - This CL does not make any changes to the tests logic. - The new target is the previous translate_egtest target which runs on downstream bots. Bug: 910994 Change-Id: I9ea34207e20a5fb72e257ec5f0c8d9a43f05a440 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506571 Auto-Submit: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#638333}
-
Anastasia Helfinstein authored
This does not change the behavior of any existing extension or focus ring. It only changes the interface by which the extensions set the focus rings, and adds additional parameters to allow for multiple focus rings with different visual styles from a single extension. No new parameters have been plumbed through to the accessibility_focus_ring_controller at this time, that will happen in a follow-up change. This change does support multiple focus rings from the same extension simultaneously. There are no whitelisted extensions using accessibilityPrivate.setFocusRing (ChromeVox classic is not supported on Chrome OS, and this function is only supported on Chrome OS). All existing calls to setFocusRing within Chrome have been updated. Bug: 925103 Change-Id: Ic85abef978ce969ff76db38308a1c234fe746a4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1489972Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#638332}
-
Aaron Leventhal authored
Bug: 936944 Change-Id: I3eed83b7c69b804f577ba6ea9097a6be205fc898 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506758 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#638331}
-
Gyuyoung Kim authored
According to the plan to replace |const LocalFrame*| arguement with |const Document&|, |ExecutionContext*|, or |DocumentLoader*| in UseCounter::Count(), this CL replaces all uses of UseCounter::Count(const LocalFrame*) with other UseCounter::Count(...) in frame directory. Finally, this CL removes UseCounter::Count(const LocalFrame*, WebFeature) in Blink. Bug: 936187 Change-Id: I8beff53c6a3899737de7dbc37c2f6fbe6602e977 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1498794Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#638330}
-
Joe DeBlasio authored
This CL adds tests to verify that a decision to bypass the lookalike interstitial made in the main profile does not affect incognito and vice versa. Bug: 927924 Change-Id: I238e2e263db42c1434b9190de007aa775129417e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506458 Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#638329}
-
Carlos IL authored
If a request was blocked by Chrome, a reload is unlikely to help and auto reloads cause issues with some types of errors (e.g. Safe Browsing committed interstitials). Bug: 910794 Change-Id: I94e6d040216cee92b9dd1ad4ee89f1cd25a52e2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504033 Commit-Queue: Carlos IL <carlosil@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#638328}
-
Josh Nohle authored
In CyptAuth v2 Enrollment, the user key pair--also known as CryptAuthKeyBundle::Name::kUserKeyPair or "PublicKey"--has special standing in order to 1) accommodate any existing key from v1 Enrollment and 2) enforce that the key is not rotated. Only one user key pair should exist in its key bundle, and it should be an active, P-256 key with handle "device_key". It is possible that CryptAuth could request the creation of a new user key pair even if the client sends information about an existing key in the SyncKeysRequest. If this happens, the client should re-use the existing user key pair key material when creating a new key. At the end of the enrollment flow, the existing key will be replaced with this new key that has the same public/private keys, but possibly with a new key directive. It might seem more efficient to simply ignore the key-creation request, but the method outlined above natually fits into the enrollment flow, the key directive will be updated, and the client will be able to provide CryptAuth with an EnrollKeys request, which it might be expected. Bug: 899080 Change-Id: I3a4a63aa902090698ecb619bc7af78ff1e790c23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504121 Commit-Queue: Josh Nohle <nohle@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#638327}
-
Steven Bennetts authored
Bug: 938717 Change-Id: Ied6a40e873849bdd91d499fe1a9093752d144763 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504500 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#638326}
-
David Black authored
Previously, the animated voice input toggle was slightly off center: https://screenshot.googleplex.com/tODAXyEw64F Bug: 924624 Change-Id: I30b230a22afa152a4081aa9f25347a696a002179 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506381 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#638325}
-
dstockwell authored
Updates the resource manager to not require a mime type when loading a bundled resource. This is the same as the behavior in [1]. [1] https://cs.chromium.org/chromium/src/extensions/browser/extension_protocols.cc?q=extension_protocols.cc&sq=package:chromium&dr&l=340 Bug: 902646 Change-Id: Ib65eafd6fc900351a9270317a711c9d3ab092f80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1501194 Commit-Queue: dstockwell <dstockwell@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#638324}
-
dstockwell authored
Bug: 902646,938857 Change-Id: I8a6165fc0de258b634733b77ac166c184882318a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505733Reviewed-by:
dsinclair <dsinclair@chromium.org> Commit-Queue: dstockwell <dstockwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#638323}
-
Jerome Jiang authored
https://chromium.googlesource.com/webm/libvpx.git/+log/503cb8e63a06..d64e328624e0 $ git log 503cb8e63..d64e32862 --date=short --no-merges --format='%ad %ae %s' 2019-03-05 jianj vp9 svc example: use CONFIG_VP9_DECODER guarding decoding. 2019-02-12 angiebird Add rd_diff_arr to store future blocks' rd diff 2019-03-04 angiebird Fix compile error when DUMP_TPL_STATS is 1 2019-03-04 marpan vp9-rtc: Speed feature changes to speed 9 2019-03-01 marpan vp9-rtc: Adjust force split logic for screen mode 2019-03-01 marpan vp9-rtc: Fix for scroll motion for rtc 2018-12-07 paulwilkins Strengthened film grain setting. 2019-02-26 paulwilkins Fix RD multiplier bug impacting AQ1. Created with: roll-dep src/third_party/libvpx/source/libvpx R=johannkoenig@google.com Change-Id: I8619ec2af03d0f24d3e243fd9c647c4db39c3ca3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506459 Commit-Queue: Johann Koenig <johannkoenig@google.com> Reviewed-by:
Johann Koenig <johannkoenig@google.com> Cr-Commit-Position: refs/heads/master@{#638322}
-
Sajjad Mirza authored
Previously the wrapper script would only be used for coverage builds that required selective instrumentation of specific files. Now it will also be used for any coverage builds. Since the script's job is to remove flags from files that shouldn't have them the default_coverage config now adds to cflags even in a CQ build. Bug: 918215 Change-Id: I012c5732d46bf5cff9eaf8f50615739bb781cc29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1496002 Commit-Queue: Sajjad Mirza <sajjadm@google.com> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#638321}
-
Joshua Peraza authored
Bug: 923475 Change-Id: I83a67e5053bf50ce6299523eb0cadff68b8169d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506656Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org> Cr-Commit-Position: refs/heads/master@{#638320}
-
Mikel Astiz authored
The feature toggles are on track to be launched in M73 via server-side variations, so let's enable them all by default for M74. Bug: 902704 Change-Id: I0763b2ecb8a572d975cd6da56892e74e3da59a2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1503572 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Auto-Submit: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#638319}
-
Jarryd authored
The class has no superclasses or subclasses, so it is confusing for the reader to see the virtual qualifier here. This change clarifies for the readers how this class is used. Change-Id: I22fc58f88a0dd7091c530ce55357ed783d4b46c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506377 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#638318}
-
Demetrios Papadopoulos authored
This reverts commit 3194759c. Reason for revert: Caused https://crbug.com/938839. Seems that the workaround is still needed even without animations. Original change's description: > Settings cleanup: Remove obsolete setTimeout() work-around. > > This workaround refers to 859794 which is obsolete after removal of > page/subpage animations. > > Bug: 859794 > Change-Id: I688ec714117f90a797db1b1baacc6eb9d2138751 > Reviewed-on: https://chromium-review.googlesource.com/c/1490436 > Reviewed-by: Hector Carmona <hcarmona@chromium.org> > Reviewed-by: calamity <calamity@chromium.org> > Commit-Queue: calamity <calamity@chromium.org> > Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> > Cr-Commit-Position: refs/heads/master@{#636347} TBR=calamity@chromium.org,dpapad@chromium.org,hcarmona@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 859794,938839 Change-Id: Id83ed5c68320815b75c49acb06b21afbb7ed9007 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506464Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#638317}
-
Rahul Singh authored
This change: 1) Adds 4 new properties to CaptionStyle. 2) Adds caption_style_win.cc that contains a Windows implementation for CaptionStyle::FromSystemSettings(). 3) Adds a new feature flag to enable Windows system styling. 4) Follows the same pattern as the earlier change here: https://chromium-review.googlesource.com/c/chromium/src/+/1418399 Next steps: Add support for background opacity, window opacity, and window color Bug: 897730 Change-Id: Iefb0092c32b4fdb3d4d6412a2e21b9bdf018887f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1482140Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Rahul Singh <rahsin@microsoft.com> Cr-Commit-Position: refs/heads/master@{#638316}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/0668403dfdd6..61a1b5f31059 git log 0668403dfdd6..61a1b5f31059 --date=short --no-merges --format='%ad %ae %s' 2019-03-06 spang@chromium.org Avoid unnecessary invocations of "git fetch" Created with: gclient setdep -r src/third_party/depot_tools@61a1b5f31059 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-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. BUG=chromium:938627 TBR=agable@chromium.org Change-Id: I06964df9cebf7fa67eb148d0477220f3fe9259ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506475Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#638315}
-
Istiaque Ahmed authored
This CL adds support to send ExtensionHostMsg_PostMessage IPC from worker threads. This allows reply to work targeting a Service Worker. Bug: 925927 Test: chrome.runtime.sendMessage can use reply callback. Change-Id: I2c64992847f0f8746a455941a58841e5f1fea8c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506009 Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#638314}
-
Krishna Govind authored
R=benmason@chromium.org Change-Id: Ie53cce111fb1cbc2024050efd70bf3874ccef459 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506471Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#638313}
-