- 01 Aug, 2019 40 commits
-
-
Cathy Li authored
Bug: 977621 Change-Id: I78bfea20233d63b97dd48fd7cb6377476940ea3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698984 Commit-Queue: Cathy Li <chili@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#683346}
-
Lei Zhang authored
Move the code that handles PDF document permissions to pdfium_permissions.cc. Change-Id: I01704423d089d24f6bdbfbee3b8c981977f19a38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1726904 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#683345}
-
Eric Foo authored
This is CL is generated by a script. Data is pulled from review conducted in Q2 2019. See https://tinyurl.com/yxau5sc4 for context. TBR'ed as suggested due to dsinclair and kpaulhamus OOO NOPRESUBMIT=true TBR: dinclair@chromium.org, kpaulhamus@chromium.org Bug: 977050 Change-Id: Ic8201d1a43f19cf12ea2433a09a967cb5195d43b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700915Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Ehsan Chiniforooshan <chiniforooshan@chromium.org> Reviewed-by:
Louis Romero <lpromero@chromium.org> Commit-Queue: Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#683344}
-
Kurt Horimoto authored
This is the non-modal version of the UI currently supported by AppLauncherCoordinator. Bug: 976919 Change-Id: I881293aca913870202264097ea1088cbb782cdb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1727397 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#683343}
-
Virender Singh authored
This CL removes PDFiumPage::GetLinks method because there are no callers of this function. Bug: 990050 Change-Id: I627dffcde764bec440f2733db162bd3d443072ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731789Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Kevin Babbitt <kbabbitt@microsoft.com> Cr-Commit-Position: refs/heads/master@{#683342}
-
Callum May authored
Bug: 982234 Change-Id: Ia272a637bd65289092b7ff271b415f750159fd20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696192 Commit-Queue: Callum May <camay@microsoft.com> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#683341}
-
Matt Jones authored
This patch fixes crashes for dialogs that do not display options on touchless devices. Bug: 909779 Change-Id: Ib7fc632e73cb2424a1bdbae7299c4ca73dd8019f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730599 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#683340}
-
Guillaume Jenkins authored
- Fixes typos in the Spellcheck.Windows metrics descriptions - Clarifies the MissingLanguagePacksCount description by mentioning only Hunspell locales are counted. Change-Id: I979e2277eacfe9572f08e2246640a70e46f527db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724554Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Guillaume Jenkins <gujen@google.com> Cr-Commit-Position: refs/heads/master@{#683339}
-
Wei Li authored
Currently, there is a small gap between the survey dialog and the bottom of the location bar, which is due to the border and shadow gap. This CL closes the gap by bringing the dialog a bit upward. BUG=979530 Change-Id: I93bb9060d8a0cb680ec24abacef7313529f70c96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730962Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#683338}
-
Michael Thiessen authored
Bug: 983769 Change-Id: I4c4367ee17e78772fa32bc55963ff36e4aa7bb1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731910Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#683337}
-
Eric Foo authored
This is CL is generated by a script. Data is pulled from review conducted in Q2 2019. See https://tinyurl.com/yxau5sc4 for context. Bug: 977050 Change-Id: I21573eb09eee07a7316b680d96d9b151d4f0bea5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699956 Commit-Queue: Eric Foo <efoo@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
enne <enne@chromium.org> Auto-Submit: Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#683336}
-
Theresa authored
crrev.com/c/1637861 replaced an early return in BookmarkBridge::DeleteBookmark with a DCHECK to better follow the style guide guidance not to handle DCHECK failures. This exposed some crashes, so we must be improperly calling BookmarkBridge::DeleteBookmark. Partially reverting the change for now while we investigate the failure. BUG=981172 Change-Id: I0a93a4836aa909622c307896e23235f5515dea79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730133Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#683335}
-
Maksim Ivanov authored
Refactor the RequestPinView class to use a pair of callbacks instead of the callback+delegate. This refactoring makes the interface of the RequestPinView more compact, which will simplify the introduction of alternative UI implementations (for the Chrome OS Login and Lock screens) in follow-up CLs. This is a pure refactoring, it's expected to bring no behavior changes. Bug: 964069 Change-Id: I7d35592f7897b133d98f4dbc0657a19009ebb7d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1722847 Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Igor <igorcov@chromium.org> Cr-Commit-Position: refs/heads/master@{#683334}
-
Olivier Li authored
Bug: 969139 Change-Id: I406d768d3f1ae9aaebca26596c8b1ab0f0f404e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1727435 Commit-Queue: Oliver Li <olivierli@chromium.org> Reviewed-by:
Joe Mason <joenotcharles@google.com> Cr-Commit-Position: refs/heads/master@{#683333}
-
Eric Foo authored
This is CL is generated by a script. Data is pulled from review conducted in Q2 2019. See https://tinyurl.com/yxau5sc4 for context. Bug: 977050 Change-Id: Ida88bbeda035099d0b6a4c41be6b298a1fdb5099 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700864Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#683332}
-
Adithya Srinivasan authored
In addition to cancelling active touches before activation, we also need to end active gestures to ensure the gesture stream remains valid. To do this, we ack touch events that are pending acks directly from the browser and generate the required gesture events. Because we flush the touch event queue in PassthroughTouchEventQueue, we no longer need to worry about any pending acks in TEAQ, and can revert the changes made in https://crrev.com/c/1656808 and https://crrev.com/c/1645159. Bug: 985929 Change-Id: I7526b8ba0d92d05d518656347865d46c20dfa2d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1714372Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Kevin McNee <mcnee@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#683331}
-
Jesse Schettler authored
Create print_common.mojom for common print structs and enums. Bug: b:138786123 Test: Build Chrome Change-Id: Ib32f22abef74e1eb85fb529b21705247495c72d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730625Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Jesse Schettler <jschettler@chromium.org> Auto-Submit: Jesse Schettler <jschettler@chromium.org> Cr-Commit-Position: refs/heads/master@{#683330}
-
Luke Zielinski authored
This allows us to put all WPT-specific failures in the new file and turn waterfall builder green while we whittle away at the failures. The goal would be to eventually remove this file as all failures get triaged. The immediate benefit is that this builder starts to give meaningful signals without being obscured by all of these failures. So we can use it 1) to gauge flakiness/stability and 2) see results for tests that aren't affected by failures (eg: some new testdriver APIs like Actions or Payments). This change was tested by merging into crrev.com/c/1551486 and confirming the new expectations file was used. Change-Id: I7f2f83058804cee365e2082cbee9f6c23002d187 Bug: 937369 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1707065 Commit-Queue: Luke Z <lpz@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#683329}
-
Miyoung Shin authored
This CL renames *_struct_traits.* to *_mojom_traits.* in //third_party/blink. *_struct_traits.* => *_mojom_traits.* Bug: 806965 Change-Id: Ia7a5af20d1cf0fcc521b7c6a097c1236cddbcc60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728649Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#683328}
-
Owen Min authored
Disable LayerWithDelegateTest.Cloning LayerWithNullDelegateTest.SwitchLayerPreservesCCLayerState for Linux and UNDEFINED_SANITIZER due to bot UBSanVptr Linux. Bug: 989936 Change-Id: Ieb732e3ded4efd15277dee6b210336b58201242d Tbr: flackr@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731756Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#683327}
-
Shakti Sahu authored
Change-Id: Ia165412bce19d960be3e15bb783ffe7f850f7118 Bug: 990053 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729243 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#683326}
-
Cameron authored
Adding this filter in search_result_tile_item_list_view will allow for future-proof placement of dinner for one and other future policy tile apps. This change re implements cl/1687296, which was reverted during bisecting a flickering UI bug. Bug: 981023 Change-Id: I97b70c297a686ad084f4b93b6a96fd722948bbdf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729914 Commit-Queue: Cameron Womack <camw@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#683325}
-
Changwan Ryu authored
ScopedSysTraceEvent has played a critical role in investigating WebView startup time. However, since it is currently under android_webview, you cannot use it in other directories. Moving this under base.metrics such that we can investigate startup components outside android_webview and we can allow Chrome to use this for Chrome startup trace investigation. Bug: 817644 Change-Id: Ic585ede2d90fb2cea30638b7d80355c6c00c2161 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730313 Commit-Queue: Changwan Ryu <changwan@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#683324}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/59a041db7e50..0c67c80ac3fd git log 59a041db7e50..0c67c80ac3fd --date=short --no-merges --format='%ad %ae %s' 2019-08-01 yvesg@webrtc.org Guard video analyzer against race conditions. Created with: gclient setdep -r src/third_party/webrtc@0c67c80ac3fd 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. TBR=webrtc-chromium-sheriffs-robots@google.com Bug: None Change-Id: I8df87dad07fd91338412c99e8b9ee88ba8615996 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731772Reviewed-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@{#683323}
-
Mikel Astiz authored
Patch https://chromium-review.googlesource.com/c/chromium/src/+/1626596 renamed the metric but forgot to update the mapping to prefixes, which means the metric doesn't show up in the dashboard. Bug: 966375 Change-Id: I6214fd2d55cb846c9dac555cf5e79f3e74e5f3e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731491 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Commit-Queue: Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Auto-Submit: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#683322}
-
Chris Hamilton authored
This is a utility class for use in building a hierarchy of voters. It allows one branch of voters to always override another branch of voters when they have conflicting votes. BUG=971272 Change-Id: I3051319031fe634343e0ac4a26ad050ffa30105c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700108 Commit-Queue: Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#683321}
-
Min Qin authored
This CL makes DownloadManagerService to report the UMAs when new download backend expriment are turned on BUG=989970 Change-Id: Iff088709dc2ca373139f8e2e3e7858ea3cae6254 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730952Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#683320}
-
danakj authored
The CreateURLLoaderFactory method is part of WebLocalFrameClient not WebWidgetClient. R=tommycli@chromium.org Change-Id: I41b7c07f42151c58c01753f3da525073845638bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729205 Auto-Submit: danakj <danakj@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#683319}
-
James Forshaw authored
This CL converts the dynamic linking of Vista-era clipboard APIs into static linking as we no longer support Windows XP. Bug: 986625 Change-Id: Ic619f0058fde7f221e7aebc44c9db8bf82a39741 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730748Reviewed-by:
Yuwei Huang <yuweih@chromium.org> Commit-Queue: James Forshaw <forshaw@chromium.org> Cr-Commit-Position: refs/heads/master@{#683318}
-
Tina Wang authored
Changed the way to get SendTabToSelfIconView to make sure that BubbleDialogDelegateView::SetHighlightedButton() Will been called. Deleted redundant variable and getter. Bug: 978520 Change-Id: I70ed6ff878b7e1b2583659bca147cb5452dc307a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728057Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Tina Wang <tinazwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#683317}
-
Owen Min authored
This reverts commit a652f156. Reason for revert: https://ci.chromium.org/p/chromium/builders/ci/Mac%20ASan%2064%20Tests%20%281%29/55382 There are lots of ASAN error since the roll out. Going to revert the CL. Original change's description: > Roll asan_symbolize.py 227327:367589 > > Change-Id: Ideb0ee78b9be02c6acda3e1eddbae8dc9065fa15 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731616 > Commit-Queue: Nico Weber <thakis@chromium.org> > Commit-Queue: Lei Zhang <thestig@chromium.org> > Auto-Submit: Nico Weber <thakis@chromium.org> > Reviewed-by: Lei Zhang <thestig@chromium.org> > Cr-Commit-Position: refs/heads/master@{#683264} TBR=thakis@chromium.org,thestig@chromium.org Change-Id: Id280e47303c959725b87169f524e0fb269224b9c No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730777Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#683316}
-
Matt Menke authored
Also remove the corresponding NetworkContext constructor. These methods were added temporarily to make transition to using the network service easier. Now that they're no longer used, we can remove them. Also merge NetworkContext::ApplyContextParamsToBuilder() and NetworkContext::MakeURLRequestContext() into a single massive method, since they no longer need to be separate. It may make sense to subdivide it into smaller methods, but the previous division doesn't make much sense, given the removal of the constructor that used ApplyContextParamsToBuilder() without MakeURLRequestContext(). Bug: 934009 Change-Id: I423b0d8a95c78d1a48ca7ab83562b74c47e3b505 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731754Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#683315}
-
John Abd-El-Malek authored
Change-Id: I5d6d557e61542f14faefd89f07d83c1a646b446f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731769Reviewed-by:
Clark DuVall <cduvall@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#683314}
-
Jun Cai authored
Per comment at: https://chromium-review.googlesource.com/c/chromium/src/+/1727730/3/chrome/android/java/src/org/chromium/chrome/browser/SmsReceiverDialog.java This CL creates a subdirectory sms under: //chrome/android/java/src/org/chromium/chrome/browser/ //chrome/android/javatests/src/org/chromium/chrome/browser/ and moves sms related files into this subdirectory. This CL also adds OWNERS files for these subdirectory. Bug: 990020 Change-Id: I2a9f579492f77d1d23c6620ef7798b47320308d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730525Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Ayu Ishii <ayui@chromium.org> Commit-Queue: Jun Cai <juncai@chromium.org> Cr-Commit-Position: refs/heads/master@{#683313}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/747518d43f4b..3101bd58464a git log 747518d43f4b..3101bd58464a --date=short --no-merges --format='%ad %ae %s' 2019-08-01 zoddicus@users.noreply.github.com Turn on warnings on about missing semi-colons (#770) Created with: gclient setdep -r src/third_party/shaderc/src@3101bd58464a The AutoRoll server is located here: https://autoroll.skia.org/r/shaderc-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=radial-bots+chrome-roll@google.com Bug: None Change-Id: Iaa420158b69524ec05a92708999ba23c85d4e192 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730797Reviewed-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@{#683312}
-
Avi Drissman authored
This effectively reverts commit 90496b3b. This turns out to be unpopular, as well as causing issues on the Mac, particularly with Magic Mice. BUG=2384,965753 Change-Id: I69803bcbde01b1978c58ef1454280ac08403a24d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730631Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#683311}
-
Ian Clelland authored
This also fixes a big where feature policy reports were not being counted. Bug: 938531 Change-Id: Ie6faad7f0b2c0f5ef97b5b471011887461255860 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642956 Commit-Queue: Ian Clelland <iclelland@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#683310}
-
Will Cassella authored
This CL extends the expiration date on VR-related histograms, and adds myself and Sam Drazin to the VR-related histograms owned by Bill Orr. Bug: 988688, 988687, 988682, 988671, 988656, 988646 Change-Id: Ia24a3a692435450222e9a561e1bcd4fb990a656b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730290 Commit-Queue: Will Cassella <cassew@google.com> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#683309}
-
Justin Donnelly authored
I've pushed back some that we're still actively using and also pushed forward a few that we're done with. Also expanded ownership a number of our flags to include a specific person in adition to the team alias. Change-Id: I118bb5cc9e51f36929b98b4be2f92cfe8c68ab72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731774Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#683308}
-
Alison Maher authored
This change adds the following system color keywords: - LinkText: the color of non-active, non-visited links - VisitedText: the color of visited links These color keywords are used for high contrast style overrides and will give users the ability to customize their sites with the relevant link colors when in high contrast. Bug: 970285 Change-Id: I3305e954623f2f4e5da594d9dc9dfd651b028056 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1691308Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Commit-Queue: Alison Maher <almaher@microsoft.com> Cr-Commit-Position: refs/heads/master@{#683307}
-