- 20 May, 2020 40 commits
-
-
Sammie Quon authored
This crashes now with async window state changing ARC apps. Since DCHECK, remove. Also WindowState::Unminimze is pretty stable. Test: none Change-Id: I1786fe81a36e73b3c94b9fd4c40bcf7f64f93a51 Fixed: 1067240 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210727 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#770720}
-
Frank Liberato authored
InitializeDecoder would notify the host about errors if creating either the d3d9 or d3d11 device manager failed. They should just fail, since these calls happen only during VDA init. NotifyError requires an initialized VDA. Returning false from init is enough. Bug: 1084949 Change-Id: Ifd0522deef076308ba3872d874e49b3f40a75dbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210724 Auto-Submit: Frank Liberato <liberato@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#770719}
-
Bruce Long authored
This change allows Windows spellchecking to be performed on languages that do not have Hunspell dictionary support (Arabic, Finnish, ...), as well as for regional dialects (Swiss German, ...). The browser languages settings page is still limited to adding preferred languages in the hard coded accept languages list |kAcceptLanguageList|, but spellchecking can now be toggled on for languages not in the hard coded Hunspell languages list |kSupportedSpellCheckerLanguages| if a Windows platform language pack is installed that has a dictionary corresponding to the accept language. On initializing the SpellcheckService, the list of Windows spellcheck dictionaries is retrieved asynchronously, and when the task completes the BCP47 tags are mapped to the browser's list of accept languages. If a match is found the language can now be toggled on for spellcheck, will have its dictionary loaded in LoadHunspellDictionaries, will be displayed in the spellcheck section of the context menu for editable content, and will be referenced for spellcheck requests. Some logic needed to be added to account for BCP47 script subtags, since passing just the language subtag can be ambiguous for languages that can be spelled in more than one script, such as Serbian. Note that hybrid Windows spellchecking is still behind a feature flag that is disabled by default. When the feature is enabled by default, a performance issue may be encountered, because in the current implementation it is necessary to instantiate the spellcheck service at browser startup in order for the content editable context menu to include non-Hunspell languages if visited before the language settings page, and for spellchecking to be performed on first visit to editable content. This performance issue is tracked by: https://crbug.com/1064351 Improve spell check initialization performance Bug: 1000443 Change-Id: I4af1f19deb3bee8805df88ecbcfc1bb48dfb92e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155167 Commit-Queue: Bruce Long <brlong@microsoft.com> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#770718}
-
Lindsay Pasricha authored
Bug: 1065456 Change-Id: Ib46cf7fcf186a152d7e1f6d1b37ad9c80d546073 No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210730 Commit-Queue: Lindsay Pasricha <lindsayw@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#770717}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 989f5582. With Chromium commits locally applied on WPT: f6984fd9 "De-flaky pointerlock/pointerevent_pointermove_in_pointerlock.html" 45436d4d "CookieStore: WPT to verify subscribe/unsubscribe is idempotent" 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 Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools rego@igalia.com: external/wpt/css/selectors NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: Id96625917cbe58e665c5e33e884900faebf6cfd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208754Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#770716}
-
Kyle Horimoto authored
These names are registered via the Hierarchy class; future CLs will use them to add search results for parent subpages. Bug: 1082249, 1071700 Change-Id: I42ab82489b40306e9ce4628cb68c83430be601fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209763Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#770715}
-
Chong Gu authored
Add the refactored target to gpu integration tests on Fuchsia Bug: 1058255 Change-Id: I3eb86a55c42a509221af84840d2ecfe0f26035b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209612Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Chong Gu <chonggu@google.com> Cr-Commit-Position: refs/heads/master@{#770714}
-
Swapnil authored
The browsertests of login test base and all the related tests are moved from policy_browsertests to a separate file. Bug: 1084166 Change-Id: I63c270c7866d64ece3e3397e8914e31fc2b2872a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207217 Commit-Queue: Swapnil Gupta <swapnilgupta@google.com> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#770713}
-
David Grogan authored
ResolveBlockLengthInternal was getting a content_size smaller than border_padding. Some ChromeOS browser tests hit this. There should be no user-visible behavior changes. Bug: 845235 Change-Id: Ie7a732669fcc7c17db02e96250d40eb9c48f92d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207926Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#770712}
-
Fredrik Söderqvist authored
All of these tests are currently flaky because they sometimes render without a video frame. Utilize the requestVideoFrameCallback() API to wait for a video frame callback before deciding that the tests are done. Where needed, make sure that test and ref use the same condition for when the test (and ref) should be considered completed. This appears to reduce the rate at which these tests flake, but not completely eliminate the flakiness. Bug: 988248 Change-Id: Ib999646942ec2b1247da6ec61bd4a80a2e8bfbf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208866Reviewed-by:
srirama chandra sekhar <srirama.m@samsung.com> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#770711}
-
Dana Fried authored
Currently, all clicks outside the WebUI tabstrip are swallowed, but clicking on (for example) the window close button now works whereas previously it was ignored and only closed the WebUI tabstrip. Change-Id: I7852dba7b504eb256bc021bcc020f61de598b408 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209370Reviewed-by:
Collin Baker <collinbaker@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#770710}
-
Nate Fischer authored
This removes support for the log verbosifier app entirely and simplifies some startup code. This removes the verbosifier app's code entirely. Bug: 988200 Test: verify "webview-verbose-logging" still works Change-Id: I21610574763b614c1606be49894aa6fbc9a668b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2169826Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Auto-Submit: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#770709}
-
Swapnil authored
The browsertests of certificate transparency policy are moved from policy_browsertests to a separate file. Bug: 1083990 Change-Id: Iab10e4e79335f63cb9d5809bd84fc63d69971078 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207313 Commit-Queue: Swapnil Gupta <swapnilgupta@google.com> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#770708}
-
Victor Vasiliev authored
This adds histograms for the error codes with which QuicTransport connections are closed, and the state at which they are closed. Bug: 1079080 Change-Id: I62e91fd3b2bc340170238e08759c190fb94c6178 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2197611Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Cr-Commit-Position: refs/heads/master@{#770707}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/6a935445b316..37c97e9aca20 2020-05-20 bmeurer@chromium.org [formatter_worker] Fix pretty printing of nullish coalescing. 2020-05-20 sigurds@chromium.org Remove unnecessary @unrestricted annotations from front_end/sdk 2020-05-20 sigurds@chromium.org Remove unnecessary @unrestricted annotations from front_end/ui 2020-05-20 bmeurer@chromium.org [wasmparser] Change to `wget` workflow for wasmparser. 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:1011811,chromium:1079233 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I7f75ce13442f587060f20e512dc2bb42c9f312c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210387Reviewed-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@{#770706}
-
Maria Kazinova authored
unique renderer id. Bug: 1075444 Change-Id: I8ce9c18a374b2dfd5d2cb4d40a5bac14254fa625 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2202999 Commit-Queue: Maria Kazinova <kazinova@google.com> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#770705}
-
Swapnil authored
The browsertests of restore on startup policy are moved from policy_browsertests to a separate file. Bug: 1083975 Change-Id: I45407fb0acf29722186be0ab735eb4d025a165d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207212 Commit-Queue: Swapnil Gupta <swapnilgupta@google.com> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#770704}
-
Sophey Dong authored
Bug: 1073159 Change-Id: I0ee1029d183d6f9a2305511a73508dee7a34580e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209994Reviewed-by:
Jeffrey Cohen <jeffreycohen@chromium.org> Commit-Queue: Sophey Dong <sophey@chromium.org> Cr-Commit-Position: refs/heads/master@{#770703}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a9f5e8e76386..b19e9782ebef 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 sebsg@google.com,kmilka@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: chromium:1080903 Tbr: sebsg@google.com,kmilka@google.com Change-Id: I8051eeaa3941f2cdeb66a90490e8d3e9653e849a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210388Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#770702}
-
Mike Wittman authored
https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/dfd3f3d84cfc..de5bb5ebd6d7 $ git log dfd3f3d84..de5bb5ebd --date=short --no-merges --format='%ad %ae %s' 2020-05-19 wittman [Sampling profiler] Include AsmGetRegs asm functions on x86/x64 Created with: roll-dep src/third_party/libunwindstack Bug: 1004855 R=etiennep@chromium.org Change-Id: If6c111aae6dbfb4bf474b57dba6274e63fb8cbb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210496 Commit-Queue: Mike Wittman <wittman@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Auto-Submit: Mike Wittman <wittman@chromium.org> Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#770701}
-
Michael Achenbach authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b072390c..bc0292ca Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues 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 CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org Change-Id: I088c50788279bc70f727713233f6a59d76912e18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209141Reviewed-by:
Michael Achenbach <machenbach@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#770700}
-
Li Lin authored
Bug: b/156912750 Test: manual test Change-Id: I4e7c4ee3623499108d8883009f85d94cc6d9d22b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207950 Commit-Queue: Li Lin <llin@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#770699}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/1ac547483837..49de1031d4d8 2020-05-20 egdaniel@google.com Reland "Remove deprecated flush calls." 2020-05-20 bsalomon@google.com Apply additional clipping in SkGpuBlurUtils. 2020-05-20 johnstiles@google.com Add detection for AMD Radeon Pro 5000-class GPUs. 2020-05-20 reed@google.com add new patheffect for stroke-and-fill If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC lovisolo@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: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: None Tbr: lovisolo@google.com Change-Id: I40665173bf6e3cd88b40ab944dfa46ae7c3c617e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210640Reviewed-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@{#770698}
-
Bailey Berro authored
This change enables DisplayIdentification by default. Now that we have branched, this change enables the DisplayIdentification feature in M85 so we can begin getting feedback on the Dev channel. Bug: 1068252 Change-Id: Ieb0b73673da29c9da4d5e1b4bdd7b786bfe54b9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208548 Auto-Submit: Bailey Berro <baileyberro@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#770697}
-
Wenyu Fu authored
Adding swipe to dismiss for all variation, so the user can swipe to dismiss the slim variation that does not have a "No thanks" button. Bug: 1068831, 1084756 Change-Id: I445ae547bdfdc32866ff457653a778c00f5043ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209677 Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Auto-Submit: Wenyu Fu <wenyufu@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#770696}
-
Olivier Li authored
Change-Id: I40bdae31b55837021cccac92661431da5a161c5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210021Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Oliver Li <olivierli@google.com> Cr-Commit-Position: refs/heads/master@{#770695}
-
Fan Yang authored
Change-Id: I3b2aab71a6425fb948585c173e6e302aec1845e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210481Reviewed-by:
Bence Béky <bnc@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Commit-Queue: Fan Yang <fayang@chromium.org> Cr-Commit-Position: refs/heads/master@{#770694}
-
Min Qin authored
This CL adds search params to query tiles, so that it can be passed to the search engine. BUG=1084764 Change-Id: Ib5a7b96a3a9c9c2c596a57f896a4af4160753674 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209750 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Hesen Zhang <hesen@chromium.org> Cr-Commit-Position: refs/heads/master@{#770693}
-
Fredrik Söderqvist authored
Since we no longer pass through XLib's XChangeProperty() but rather our own X protocol encoder we should define the MotifWmHints struct using protocol/wire-format types instead (CARD32?). Bug: 1066670 Change-Id: I3c0180b094ea796a23a7dfe24758828c33c2f084 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210465Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#770692}
-
Jesse Schettler authored
Bug: chromium:1084682 Change-Id: I18d3f63e1fc54725c031b04935d9b03d53ec69dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209381 Commit-Queue: Jesse Schettler <jschettler@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#770691}
-
Yue Li authored
Also remove some obsolete TODOs. Bug: b/156768136 Test: Run existing tests Change-Id: I400e7582bacaa29d0a5e8ac275054d26199cb626 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208658Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Yue Li <updowndota@chromium.org> Cr-Commit-Position: refs/heads/master@{#770690}
-
Yue Li authored
Due to bad header of recently added HTML file, the Assistant opt-in dialog header is broken. Bug: b/156776419 Test: Manual Test Change-Id: I2ea1900f88b78b96b04381d04150d7278a74fc8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209635Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Yue Li <updowndota@chromium.org> Cr-Commit-Position: refs/heads/master@{#770689}
-
Bence Béky authored
https://quiche.googlesource.com/quiche.git/+log/9d0a88542030..8b78f8815623 $ git log 9d0a88542..8b78f8815 --date=short --no-merges --format='%ad %ae %s' 2020-05-19 nharper Allow TLS early data in non-IETF QUIC versions. 2020-05-19 wub Change quicpacketwriter::getnextwritelocation to return a release function used to free a writer-allocated buffer. use this release function to avoid buffer leak if a writer buffer is allocated but writer->writepacket is not called. protected by --gfe2_reloadable_flag_quic_avoid_leak_writer_buffer. 2020-05-19 fayang In quic, clear last_inflight_packets_sent_time_ of a packet number space if there is no bytes in flight. protected by gfe2_reloadable_flag_quic_fix_last_inflight_packets_sent_time. 2020-05-19 bnc Simplify AckNotifierWithPacketLossAndBlockedSocket test. 2020-05-19 dschinazi Add transport parameters to QuicConnectionDebugVisitor Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I997e518573df7fb6d5abf0fbeeb91f78b2580383 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209811 Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Auto-Submit: Bence Béky <bnc@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#770688}
-
Sylvain Defresne authored
The webrtc bots don't specify a default filter and are broken since https://crrev.com/c/2198780 landed. Provide one default identity to fix them until the webrtc bot have been configured to set a filter. Bug: 1085056, webrtc:11591 Change-Id: I67cdff9698cfd1de1d0f83bf7045e38508367bc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210249 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#770687}
-
Ben Joyce authored
The files are identical to the original, except it uses robolectric's Logger instead of javax.annotation.processing.Messager so that the messages are only seen when the logger is turned on. Removes weapons such as: warning: Couldn't find shadowed type for org.robolectric.shadows.ShadowPathParser.ShadowPathData warning: Couldn't find shadowed type for org.robolectric.shadows.ShadowSharedPreferences.ShadowSharedPreferencesEditorImpl ... [12/179] ACTION //third_party/robolectric:shadows_multidex_java__compile_java(//build/toolchain/android:android_clang_arm64) ../../third_party/robolectric/robolectric/shadows/multidex/src/main/java/org/robolectric/shadows/multidex/ShadowMultiDex.java:12: warning: No such class android.support.multidex.MultiDex for SDKs 19-19/21-21/25-29 protected static void install(Context context) ... Bug: 967664 Change-Id: I5bcddef368a8e3f527bdb03f445f7174118c7ed0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209632 Commit-Queue: benjamin joyce <bjoyce@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#770686}
-
Zentaro Kavanagh authored
- Add new DOM |code| entries corresponding to the USB HID codes for keyboard brightness. See USB HID spec update [1] - Updating the US English keyboard layout data to map codes to existing keyboard-brightness accelerator VKEYS. [1] - https://www.usb.org/sites/default/files/hutrr73_-_fn_key_and_keyboard_backlight_brightness_0.pdf Bug=1076241 TEST=manual Change-Id: I79573145afbc8bdafbc6da6782cd99099c73bc13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2202667Reviewed-by:
Gary Kacmarcik <garykac@chromium.org> Commit-Queue: Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#770685}
-
Sigurd Schneider authored
TBR=yangguo@chromium.org Bug: chromium:1011811, chromium:1079233 Change-Id: Id862b2d0689e4390a52093d7f2fb7c31f90b5bf5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209216Reviewed-by:
Sigurd Schneider <sigurds@chromium.org> Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Cr-Commit-Position: refs/heads/master@{#770684}
-
Anastasia Helfinstein authored
AX-Relnotes: n/a. Bug: 1078119 Change-Id: I8a988d53dc62c7cd14ab6705acf115f286e555f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209753Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#770683}
-
Rainhard Findling authored
Change-Id: I526723159eb68c40831e14dfd768d60fabe806c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209083Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Rainhard Findling <rainhard@chromium.org> Cr-Commit-Position: refs/heads/master@{#770682}
-
Mike Wittman authored
Users of native_unwinder_android require access to the Maps and Memory destructors since NativeUnwinderAndroid vends unique_ptrs to those types in its public interface. Because of this the forward declarations are not useful and the headers should be directly included instead. libunwindstack include paths are now properly set up by //third_party/libunwindstack as of https://crrev.com/2208607, so include_dirs declarations by users are removed. The change also moves the unwindstack_internal_android.* contents into native_unwinder_android.* since the only reason for keeping that content separate was to hide the Maps and Memory types. Bug: 1083530 Change-Id: Ibf89a4a485bd90930c3a1aab213a3da44142b12b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209531Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Auto-Submit: Mike Wittman <wittman@chromium.org> Cr-Commit-Position: refs/heads/master@{#770681}
-