- 26 Jun, 2020 12 commits
-
-
Liquan (Max) Gu authored
Purpose: Move JourneyLogger from //chrome into //components so that it can be reused by //weblayer. Change: * Remove mWasPaymentRequestTriggered from JourneyLogger as it's unused * Move JourneyLogger * Move the JourneyLogger related enums Bug: 1098906 Change-Id: I74a38f7b829dfe7a813596c837cb5c3d1e799b8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264509Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Sahel Sharify <sahel@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#782770}
-
tby authored
Currently we dedup results in two cases: 1. the results point to the same URL 2. one result is a direct child of another result, eg. the "known wi-fi networks" setting and the "wi-fi networks" subpage. This CL replaces case 2 with a more comprehensive version. Setting, subpage, and section results loosely form a tree, and we never want to display two results that have an ancestor/descendant relationship. We should always pick the most general (ie. highest up the tree) result. This fixes bugs including a search for "wifi" showing both "Wi-fi networks" and "Forget Wi-fi networks", because the forget setting's subpage is nested within a subpage within Wi-fi networks. Bug: 1097166 Change-Id: Ibc6b5d54a15a405a2a9e435bbfa362ccf74cf471 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265711 Commit-Queue: Tony Yeoman <tby@chromium.org> Reviewed-by:
Jia Meng <jiameng@chromium.org> Cr-Commit-Position: refs/heads/master@{#782769}
-
Renjie Tang authored
Change-Id: Ibcf1499229bb909d869a056f0002ac66060ce1b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268302Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Auto-Submit: Renjie Tang <renjietang@chromium.org> Cr-Commit-Position: refs/heads/master@{#782768}
-
Renjie Tang authored
Change-Id: Ica22f784a6f663318cd6d87c245b05aba3d7b751 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268259 Commit-Queue: Renjie Tang <renjietang@chromium.org> Auto-Submit: Renjie Tang <renjietang@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#782767}
-
Roger Tawa authored
Bug: 1078877 Change-Id: I844b936515b309e9612f03a97c7960822d34be68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2267930 Commit-Queue: Roger Tawa <rogerta@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#782766}
-
Yu Su authored
lens shopping experiment - fallback to search with lens when lens feature is supported but AGSA is below shopping supported version Bug: 158099013 Change-Id: I29144114249ec199ca03dcc8686fa55afa99bb22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268300 Commit-Queue: Yu Su <yusuyoutube@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#782765}
-
Gyuyoung Kim authored
This CL migrates FrameHostMsg_OpenURL to FrameHost and RenderFrameProxyHost interfaces. And also, this CL converts FrameHostMsg_OpenURL_Params IPC struct to OpenURLParams Mojo struct to pass the information via Mojo. Additionally, all comments regarding FrameHostMsg_OpenURLFoo are updated by this CL. Bug: 1093920 TEST=RenderViewImplTest, ChromeWebUINavigationBrowserTest, and SecurityExploitBrowserTest are updated. Change-Id: Ic1b563eff319b24e04543ba6e58a20fcd22da96b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2259537 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#782764}
-
Ben Pastene authored
The compile-only versions of those bots are already allow-listed. This does the same for the compile + test versions. Change-Id: I7a7f3c1028d30e76709dc6b053f0de3991a7a545 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268314 Commit-Queue: Ben Pastene <bpastene@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Auto-Submit: Ben Pastene <bpastene@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#782763}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I5602ef652c9fd4ab18e087e8dae5811363cd36f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268475Reviewed-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@{#782762}
-
Max Curran authored
Translate.ShowErrorInfobar and Translate.ShowErrorUI were both tracking when error UI was shown for a translate error. Removed the Translate.ShowErrorInfobar metric and related unused code. Bug: 1022099 Change-Id: I7ef5db8b05d21f15dd2a474b2d3e068bb37a8d34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264496Reviewed-by:
Megan Jablonski <megjablon@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Max Curran <curranmax@chromium.org> Auto-Submit: Max Curran <curranmax@chromium.org> Cr-Commit-Position: refs/heads/master@{#782761}
-
ssid authored
BUG=916263 Change-Id: I2bb13e274d18e1dac5d0a91ac86cbd0cdbf2cc18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2263473 Commit-Queue: ssid <ssid@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#782760}
-
Gang Wu authored
This CL marks clipboard suggestions and query tile suggestions as special suggestions, skip them for search vs url partitions. So clipboard suggestion can on top of search suggestions. This CL partial revert https://chromium-review.googlesource.com/c/chromium/src/+/2259380 because search type suggestion needs to have keyword, but image search is different with other search suggestion, cannot have keyword. So in this CL, we create a special category for clipboard and query tile, and skip them for search vs url partitions. Bug:1091952 Change-Id: I454b5774602c4da9f8f0907bc570ad84be9e0a1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2266012 Commit-Queue: Gang Wu <gangwu@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Ender <ender@google.com> Cr-Commit-Position: refs/heads/master@{#782759}
-
- 25 Jun, 2020 28 commits
-
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-win-chromium Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I45545aed61bafd09aac0f9d5192ddd56e4099dff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268301Reviewed-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@{#782758}
-
danielng authored
Removing the placeholder text in the port number input of the port forwarding dialog. This is following recommendations from UX. Screenshot: https://drive.google.com/file/d/1gEJTEaryxWoHADEIopOExiejyPUyRXjP/view?usp=sharing Test: ran browser tests and tested locally Bug: 848127 Change-Id: Ie3b12d068a9bfa8e910b3ee13ae763bd047437cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264177Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Daniel Ng <danielng@google.com> Cr-Commit-Position: refs/heads/master@{#782757}
-
Scott Little authored
The histograms OfflinePages.AccessPageCount and OfflinePages.ArchiveManager.ArchiveDirsCreationResult2.* are still in use, so this CL extends the expiration of them. Fixed: 1089121 Change-Id: Ida53c0be8fa0bc912735ff7500fdbafece1eaf75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268198 Commit-Queue: Scott Little <sclittle@chromium.org> Auto-Submit: Scott Little <sclittle@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#782756}
-
Patrick Noland authored
TBR=tedchoc@chromium.org Bug: 1099447 Change-Id: I7eb80d1bccac8736cdd0f910e2df7ab30846356e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268638Reviewed-by:
Patrick Noland <pnoland@chromium.org> Commit-Queue: Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#782755}
-
Eugene But authored
Test was previously disabled on device and simulator, but was only failing on device. TBR: michaeldo@chromium.org Bug: 1099287 Change-Id: I297595098235d06aa0c00247aa536c729c17b345 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268216Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#782754}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/6f6f74587197..84289884f156 2020-06-25 brgoddar@microsoft.com Grid: update experiment, turn tooltips on by default If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1047356 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I859af0a6fce75ae4f12723cd42c4ed723a6ea0ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268210Reviewed-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@{#782753}
-
Lei Zhang authored
The 1-parameter version is simpler, and the 2-parameter version is deprecated. Bug: 1009837 Change-Id: I133debebd80f65889f53d89a2d3c96beb1b3580b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2261695Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#782752}
-
Ng Zhi An authored
expand_thin_archives contained logic that was a duplicate of what's in goma_link.py. This refactoring changes expand_thin_archives to call into goma_link (or goma_ld) to perform the expansion, and remove the duplicated code. With the duplication removed, expand_thin_archives is now Py3 compatible! Bug: chromium:941669 Change-Id: Ia258b3eeba9a512051e8afa17c80a343168a0649 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268276 Commit-Queue: Zhi An Ng <zhin@chromium.org> Reviewed-by:
Bob Haarman <inglorion@chromium.org> Cr-Commit-Position: refs/heads/master@{#782751}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/dca7f0682577..883a4e449775 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC cmumford@google.com,eirage@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: cmumford@google.com,eirage@google.com Change-Id: I8b7d353a0e4f549a0c43848ccb6a62893be9c5ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268465Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Reviewed-by:
Chris Mumford <cmumford@google.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#782750}
-
Scott Little authored
The following histograms are still used, so this CL extends their expiration: OfflinePages.Background.EffectiveConnectionType.OffliningStartType* OfflinePages.Background.EffectiveConnectionType.PauseRequests OfflinePages.Background.EffectiveConnectionType.ResumeRequests OfflinePages.Background.EffectiveConnectionType.RemoveRequests Fixed: 1089124, 975187, 984193 Change-Id: I4a72645022e734f00ec4e42e799ca6cf009226e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268498 Auto-Submit: Scott Little <sclittle@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#782749}
-
Max Moroz authored
TBR=markbrand@google.com,mbarbella@chromium.org Change-Id: I19c360fcf8638135eac3d1ee0eed9e4a4d882a20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268838Reviewed-by:
Martin Barbella <mbarbella@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Commit-Queue: Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#782748}
-
Istiaque Ahmed authored
When an extension is deactivated, SWTQ unregisters the extension's worker. Subsequently, if the extension was re-activated quickly (which is the typical e.g. from ExtensionApiTest::RunExtensionTest due to kFlagEnableFileAccess), then it is expected that the unregistration can fail (as the initial extension activation couldn't complete SW registration). This CL doesn't log unregistration failure error message in that case, removing confusion around the log. Bug: None Test: No behavior changes, spurious unregistration failed error shouldn't be seen from service_worker_apitest. Change-Id: Ifccbc649b492f9cbe8527a5e6412cca2aea2d5ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2266016Reviewed-by:
David Bertoni <dbertoni@chromium.org> Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#782747}
-
Stephen Martinis authored
This is part of the effort to use more respectful terms in our code. I've also just restructured everything; there's no need to have it in this weird directory structure. There are only 3 files. Bug: 1097180 Change-Id: Ib599cc04bdf08e55fc8a3fbfdbdce4f7162f1acb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264026 Commit-Queue: Stephen Martinis <martiniss@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#782746}
-
Dale Curtis authored
These are monitored and used for pipeline health analysis. Fixed: 1088903 Change-Id: Ieeb8696a411f4d62ae10e14e9e6def0fc9d0ad4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264582 Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#782745}
-
Yue Zhang authored
http://crrev.com/c/2199934 introduces two scroll modes for omnibox in omnibox-only variation. This CL makes trendy term section also adapt to above scroll modes by combining the omnibox and the trendy term section into one scroll component. Bug: 1099037 Change-Id: I54016d78d3f90b2ed723ab4d0b46b0e7651113f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2267844 Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#782744}
-
Chris Mumford authored
media/video-played-reset.html was previously failing on macOS, but is now flaky on Linux (debug) so disabling the test. Bug: 1010170 Change-Id: Ie4a46d27adfef2f18f7ee142986d814812ce2148 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268466Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Chris Mumford <cmumford@google.com> Cr-Commit-Position: refs/heads/master@{#782743}
-
Jordan Bayles authored
This patch adds the fully featured base unit test runner to the openscreen_unittests binary, for fixing the linux-fieldtrial-rel bot. Bug: b/159746216 Change-Id: Id6866d983e89b55e2e6f5ad707ced493d0d3b24e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2261367Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Commit-Queue: Jordan Bayles <jophba@chromium.org> Cr-Commit-Position: refs/heads/master@{#782742}
-
Pete Williamson authored
As part of Feed development, add entry points to allow an XSurface client to open a page in a new tab, open in an incognito tab, or download the URL as an offline page. Bug: 1099057 Change-Id: Id6152147c105993d88aa08cee9f16ea42da45b2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265497Reviewed-by:
Dan H <harringtond@chromium.org> Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Reviewed-by:
Jian Li <jianli@chromium.org> Commit-Queue: Peter Williamson <petewil@chromium.org> Cr-Commit-Position: refs/heads/master@{#782741}
-
Chris Mumford authored
This reverts commit 0403341d. Reason for revert: AutotestPrivateApiTest.AutotestPrivate is failing https://ci.chromium.org/p/chromium/builders/ci/linux-chromeos-dbg/19325 Apologies to developer if reverted in error. Original change's description: > Fix issue that webstore private APIs return array improperly > > webstorePrivate.getExtensionStatus and requestExtension should return > extension status as a string but not an array of string. > > Bug: 1099334 > Change-Id: Ib56e466cc1d967e3a322494076ad7640a6868aac > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2267719 > Commit-Queue: Owen Min <zmin@chromium.org> > Reviewed-by: Karan Bhatia <karandeepb@chromium.org> > Cr-Commit-Position: refs/heads/master@{#782607} TBR=zmin@chromium.org,karandeepb@chromium.org Change-Id: Ibe7b886da11ee5864d3b8a73b8ed7d98f53327d6 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1099334 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268839Reviewed-by:
Chris Mumford <cmumford@google.com> Commit-Queue: Chris Mumford <cmumford@google.com> Cr-Commit-Position: refs/heads/master@{#782740}
-
David Bertoni authored
Bug: 1028308 Change-Id: I95a678b69836418fb47c9bef3351653c4078329e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268303Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#782739}
-
Devlin Cronin authored
The following metrics are useful indefinitely. Mark them as never expiring. - Extensions.Functions.HandleResponseElapsedTime - Extensions.Functions.StartRequestElapsedTime - Extensions.UninstallType - Extensions.InjectIdle_Time - Extensions.InjectStart_BlockingScriptCount - Extensions.InjectCssTime - Extensions.InjectEnd_Time - Extensions.InjectStart_ScriptCount - Extensions.BadMessageFunctionName - Extensions.BadSyncDataReason Bug: 1088775, 1088788, 1088796, 1088785 Change-Id: I435883b798dfd5d06004b0d23231bc041f3077e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265245Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#782738}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/f798f83c7a90..0d5f47eb1f8c 2020-06-25 fmayer@google.com Merge changes I07679156,Idd5df6ed,I5b52806a,Ifcc5608d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I04a74a5b9582820b07fffd1e93abfaa88842df34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2267924Reviewed-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@{#782737}
-
My Nguyen authored
Mock: http://go/e14s-emoji-suggestion-mock Bug: 1099454 Change-Id: I7c048372185eddf0df4719288b61413378db2b25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268757Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#782736}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/e3296b6d4cb4..bf1816170b1f 2020-06-25 danilchap@webrtc.org In Av1 encoder propagate zero bitrate as inactive decode target If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ibff1f4dcb1c9f8e4cede2c6be0de814764f790c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268463Reviewed-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@{#782735}
-
Yao Xiao authored
Bug: 1062736 Change-Id: I7ee810b21a120d0e45ccfa35c2c5e81cf7e57681 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2267757Reviewed-by:
Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:
Yao Xiao <yaoxia@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Commit-Queue: Yao Xiao <yaoxia@chromium.org> Cr-Commit-Position: refs/heads/master@{#782734}
-
edchin authored
Enables dropping (through dragging) a URL into the content area of the web view. Dropping the URL navigates the web content to that URL. This is controlled via a Finch feature flag. Bug: 1099050 Change-Id: I10d1bb27eac4ce41811ace0af9a59fe12959183d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248662 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#782733}
-
Marc Treib authored
This introduces the histogram PasswordManager.MoveUIDismissalReason, similar to the existing ones for Save/Update. Like the Save one, it is also split by PasswordAccountStorageUserState. Bug: 1063852 Change-Id: I06a7c4e6522362a37b6092964f151eafd2f5d6b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2263815 Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Auto-Submit: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#782732}
-
Kevin Babbitt authored
This CL was split off from crrev.com/c/2253198. Convert the following properties to use StyleColor instead of Color in preparation for making system color keywords compute to themselves: border-*-color outline-color column-rule-color -webkit-text-emphasis-color -webkit-text-fill-color -webkit-text-stroke-color -internal-visited-text-emphasis-color -internal-visited-text-fill-color -internal-visited-text-stroke-color Bug: 1081945 Change-Id: I138545a294403019c2adfc6e292d2d18b0d8b0db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2261190 Commit-Queue: Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#782731}
-