- 13 Jul, 2020 40 commits
-
-
Andrew Grieve authored
Attempt to fix bots running out of memory. Bug: 1104913 Change-Id: If2c66c41aad285dd8fe526714a43e2917d046e29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293252 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#787880}
-
Ilia Samsonov authored
Bug: 1068400 Change-Id: I71b5fd24dde067df09f16a2bf2fdc301c31a527f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283883Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#787879}
-
Dale Curtis authored
https://chromium.googlesource.com/chromium/deps/nasm.git/+log/4fa54ca5f7fc..aa73dc1a0642 $ git log 4fa54ca5f..aa73dc1a0 --date=short --no-merges --format='%ad %ae %s' 2020-07-13 dalecurtis Update macOS configuration files. 2020-07-13 dalecurtis Update windows configuration and buildables. 2020-07-12 gorcunov travis: weirdpaste -- add nil dereference test 2020-07-11 gorcunov BR 3392696: nasm_quote -- fixup callers 2020-07-10 hpa NASM 2.15.03rc6 2020-07-10 hpa preproc: saner handling of cpp-style line directives 2020-07-10 hpa test/winalign.asm: simple test for COFF alignment 2020-07-10 hpa outcoff: don't drop align= option alone on a section line 2020-07-10 hpa ppindirect.asm: make it possible to assemble to a binary 2020-07-10 hpa preproc: preserve %[...] in listings 2020-07-10 dalecurtis Update Windows, Linux configuration files for nasm 2.15.03rc5 2020-07-10 hpa preproc: add a %null directive for the masm macro package 2020-07-10 hpa NASM 2.15.03rc5 2020-07-10 hpa changes.src: document LEA fix 2020-07-10 hpa %use masm: much better documentation 2020-07-10 hpa assemble: use proper rel/abs state for lea reg,imm 2020-07-10 hpa NASM 2.15.03rc4 2020-07-10 hpa changes.src: document %00 fix 2020-07-10 hpa test/Makefile: fix command line for .obj format 2020-07-10 hpa preproc: correctly handle %00 capturing a label 2020-07-09 hpa NASM 2.15.03rc3 2020-07-09 hpa debug: don't call dfmt->linenum without a filename 2020-07-09 hpa debug: invoke dfmt->linenum when the segment number changes 2020-07-09 hpa changes.src: update 2.15.03 release notes 2020-07-09 hpa NASM 2.15.03rc2 2020-07-09 hpa configure.ac: also try -std=c99 2020-07-09 hpa pa_c_typedef.m4: also test for __typeof and __decltype 2020-07-09 hpa autoconf: use -std=c17 or -std=c11 if available 2020-07-09 hpa autoconf: add success/failure code options to PA_ADD_*FLAGS 2020-07-09 hpa configure.ac: if we have a C17/C11-compatible compiler, use it 2020-07-09 hpa configure.ac: better tests for typeof, snprintf, vsnprintf 2020-07-09 hpa vsnprintf.c: fix printing of a size_t variable 2020-07-08 dalecurtis Update patches for cherry-pick for Windows fix. 2020-07-06 hpa BR 3392692: outcoff: allow user to reduce the default alignment 2020-07-08 hpa asm: fix pass_type() 2020-07-08 hpa k_test.asm: comment out %pragma list options 2020-07-08 hpa config/unconfig.h: still needs to be in the repository 2020-07-08 hpa test/Makefile: allow overriding -L+ 2020-07-07 hpa changes.src: update with current state of 2.15.03 2020-07-06 hpa NASM 2.15.03rc1 2020-07-06 hpa BR 3392692: outcoff: allow user to reduce the default alignment 2020-07-06 hpa compiler.h: safer/more portable version of offsetin() 2019-10-04 sezero rdflib.c (main): change incorrect break statement to /* fall through */ 2019-10-04 sezero rdflib.c: add back timestamp size to header in library creation. 2019-10-04 sezero portability: Watcom C portability updates 2020-07-06 hpa compiler.h: add missing #endif 2020-07-06 hpa offsetin(): use typeof() if the compiler supports it 2020-07-06 hpa configure.ac: -enable-... breaks other compilers, so hope for clang 10 2020-07-06 hpa config/unconfig.h: generate by Makefile, not autogen.sh 2020-07-06 hpa pa_func_attributes.m4: better messages (...) 2018-11-04 gorcunov test: nasm-t -- Add popcnt test 2018-11-04 gorcunov test: nasm-t -- Add crc32 test 2018-11-04 gorcunov test: nasm-t -- Add riprel test 2018-11-04 gorcunov test: nasm-t -- Rework data read procedure 2018-11-04 gorcunov test: nasm-t -- Add binexe test 2018-11-04 gorcunov test: nasm-t -- Add bcd test 2018-11-04 gorcunov test: nasm-t -- Add avx512f test 2018-11-04 gorcunov test: nasm-t -- Add avx512pf instruction 2018-11-04 gorcunov test: nasm-t -- Add avx512err instructions 2018-11-04 gorcunov test: nasm-t -- Add avx512cd test 2018-11-04 gorcunov test: nasm-t -- Add avx005 test 2018-11-04 gorcunov test: nasm-t -- Add avx test 2018-11-04 gorcunov test: nasm-t -- Add aouttest 2018-11-04 gorcunov test: nasm-t -- Add json template 2018-11-04 gorcunov test: nasm-t -- Add gotoff64 test 2018-11-04 gorcunov test: nasm-t -- Add aoutso test 2018-11-04 gorcunov test: nasm-t -- Add mpx test 2018-11-04 gorcunov test: nasm-t -- Add mpx-64 test 2018-11-04 gorcunov test: nasm-t -- Add movnti test 2018-11-04 gorcunov test: nasm-t -- Add movd test 2018-11-04 gorcunov test: nasm-t -- Add radix test 2018-11-04 gorcunov test: nasm-t -- Add r13 test 2018-11-04 gorcunov test: nasm-t -- Add prefix66 test 2018-11-04 gorcunov test: nasm-t -- Add pushseg test 2018-11-03 gorcunov test: nasm-t -- Update _version test 2018-11-03 gorcunov test: nasm-t -- Add test67 2018-11-03 gorcunov test: nasm-t -- Add testnos3 test 2018-11-03 gorcunov test: nast-t -- Add smartalign test 2018-11-03 gorcunov test: nasm-t -- Add vmread test 2018-11-03 gorcunov test: nasm-t -- Add testdos test 2018-11-03 gorcunov test: nasm-t -- Add uscore test 2018-11-03 gorcunov test: nasm-t -- Add struc test 2018-11-03 gorcunov test: nasm-t -- Add sha test 2018-11-03 gorcunov test: nasm-t -- Add sha-64 test 2018-11-03 gorcunov test: nasm-t -- Add xchg test 2018-11-03 gorcunov test: nasm-t -- Add xcrypt test 2018-11-03 gorcunov test: nasm-t -- Sort tests by name 2018-11-03 gorcunov test: nasm-t -- Add zerobyte test 2018-11-03 gorcunov test: nasm-t -- Add andbyte test 2018-11-03 gorcunov test: nasm-t -- Add align13s test 2018-11-03 gorcunov test: nasm-t -- Write text data in utf8 form 2018-11-11 gorcunov output: obj -- Fix nil dereference if no deps needed 2018-11-07 hpa NASM 2.14 2018-11-07 hpa nasmdoc.src: fix compound word 2018-10-29 changseok.bae doc: Add a description for a useful case of mangling symbols 2018-10-29 gorcunov preproc: Don't access out of bound data on malformed input 2018-10-29 gorcunov rdstrnum: Make sure we dont shift out of bound 2018-10-28 gorcunov preproc: Fix out of bound access on malformed input 2018-10-25 gorcunov doc: Clarify %include search directory semantics 2018-06-15 hpa eval: add spaceship operator <=> Created with: roll-dep src/third_party/nasm TBR=davidben Fixed: 1100411 Change-Id: Ib537f0df020bcefa6f4f3e10f2b17cdf2ce15a89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295744Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#787878}
-
Xiaohui Chen authored
Move the method to chromium code to ease future development. Bug: None Change-Id: Ifcff11c6a638ef6f57c05e3619ce7ba518ee8a2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2289050Reviewed-by:
Jeroen Dhollander <jeroendh@chromium.org> Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#787877}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/b9285f69ba2c..261b05d3dd3f 2020-07-13 kainino@chromium.org PipelineStatisticsName -> PipelineStatisticName 2020-07-13 kainino@chromium.org Add BufferCopyView.layout and deprecate old fields If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: I8327c29c87442dfba5eff13b1e19f240a2c0cc92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295881Reviewed-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@{#787876}
-
Kim-Anh Tran authored
Bug: chromium:1076337 Change-Id: Ia5007fee42bc4b1859c0c93e89cebb89d31ed740 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2290631Reviewed-by:
Benedikt Meurer <bmeurer@chromium.org> Commit-Queue: Kim-Anh Tran <kimanh@chromium.org> Cr-Commit-Position: refs/heads/master@{#787875}
-
Anastasia Helfinstein authored
Avoid having multiple listeners set for the same action by removing the old one when setting a new one. Converts onButtonClicked_ to a static method because calling bind() creates a new object, making it impossible to remove without explicitly saving a reference to the bound function. AX-Relnotes: n/a. Bug: 982004 Change-Id: I76f788222b820bfb2698c63dda8b57d5104adae1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2290704Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#787874}
-
Alex Newcomer authored
Use Skia util function to check for bitmap equality. Bug: 1102513 Change-Id: I24b713a90e5f6436d387bbbaec9c1cea749ae051 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293323Reviewed-by:
Darwin Huang <huangdarwin@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#787873}
-
Joshua Bell authored
* Say more about the relationship to virtual/stable * Say more about the different contexts tested, and call out the service worker and worklet tests that live elsewhere in the tree. * Say more about the platform specific listings and there those results live. * Call out caveat about inheritance changes. Change-Id: Ifc750986f2b560ecc6c819bffd501b868a8d9da5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2278605 Commit-Queue: Joshua Bell <jsbell@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Jarryd Goodman <jarrydg@chromium.org> Cr-Commit-Position: refs/heads/master@{#787872}
-
Mugdha Lakhani authored
Move the tests that verify NoStatePrefetch behavior around fragments from PrerenderBrowsertests to NoStatePrefetchBrowserTests. Please see this spreadsheet for details: https://docs.google.com/spreadsheets/d/1LFPB4UhPWQkBRz481lz49zmS25znhjSDUtagtTTSPQo/edit?usp=sharing Bug: 898955, 1105110 Change-Id: I14dba571d31c6237aeefade48e3df82a3fd622cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295899 Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Auto-Submit: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#787871}
-
Bailey Berro authored
This change adds a new mojo API DragDisplayDelta() to support showing display alignment indicators. Note: This is a continutation of crrev.com/c/2146921 Bug: 1070122 Change-Id: I18b1b13680b4a989765528af9b9afd87f8752fbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161873 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#787870}
-
Thomas Lukaszewicz authored
This change updates TabSearchBubbleView such that it is revealed asynchronously after its WebContents has finished loading. This helps in eliminating stuttering that currently occurs due to the bubble being dynamically resized as the WebContents is loaded in. Removed call to WasHidden() which causes issues with WebContents resizing and is not needed for the TabSearch usecase. Bug: 1099917 Change-Id: I5b5999b00535647fbccddb2b8c88ee1070030347 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264614 Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#787869}
-
Tibor Goldschwendt authored
cf513307 shifted the logo and doodle down. Restore the previous alignment. Fixed: 1104346 Change-Id: Id012b14069e80afe627ff1a9b65b8054eb874af1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293106 Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#787868}
-
Andre Le authored
BUG=1024108d Change-Id: Ied2848a9241c1cad8db77562498e126f5ce3b429 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2291210 Commit-Queue: Andre Le <leandre@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Cr-Commit-Position: refs/heads/master@{#787867}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/5f4c6e5b4c89..760462e3a489 2020-07-13 wolfi@chromium.org Add frame details view to application panel 2020-07-13 tvanderlippe@chromium.org Migrate formatter_worker/FormattedContentBuilder to TypeScript 2020-07-13 Rob.Paveza@microsoft.com Re-implement 'Reload required' for some settings 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:1001549,chromium:1011811,chromium:1093247,chromium:1098730,chromium:1100827 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I435eb68e1f84ae7b46f79283926491529b16f843 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295939Reviewed-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@{#787866}
-
Mila Green authored
Bug: 1098935 Change-Id: I7554df4e377481a67da66f431a9291bf899b729b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295441Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Mila Green <milagreen@chromium.org> Cr-Commit-Position: refs/heads/master@{#787865}
-
Bruce Long authored
This is another incremental change towards the goal of having the spellcheck service initialized on demand, so that there is no performance hit from loading DLLs supporting the Windows platform spellchecker on browser startup. The previous change in this effort: 2239682: Windows Spellcheck: Further work on delay init of spellcheck service https://chromium-review.googlesource.com/c/chromium/src/+/2239682 listed the following remaining work to be done: 1) In first run scenarios we would still need to load the dictionaries at browser startup, in order to assure that even if a user never uses spellcheck in their first browser session after installation, spellcheck will be enabled for their primary preferred language in the case where the language has Windows platform but not Hunspell support (a leading example being Arabic). 2) On going to a page with editable content without first visiting the languages settings page, clicking in the editable content should initialize the spellcheck service in the browser process. 3) On right-clicking in editable content to bring up the context menu, the spellcheck service needs to be instantiated in order to populate the languages presented in the spellcheck languages submenu. This CL accomplishes (2). When focus enters editable content, the method SpellCheckProvider::RequestTextChecking is called from Blink code in the renderer process. Previously if the spellcheck service was not initialized, the method would exit without performing a text check, because there were no native or Hunspell dictionaries loaded. Now a mojo call is made to asynchronously initialize the spellcheck service in the browser process. When the dictionaries are loaded, a callback is made to the renderer, and the text checking can continue as before. In all my testing so far this change also fixes (3) as a side effect, since I haven't discovered any way to bring up the context menu for editable content without putting the focus there, and gaining focus invokes a spellcheck request (scenario 2) and thus initializes the spellcheck service. So unless I am still missing some other scenario that is broken by delayed initialization, only scenario (1) needs to be fixed before the WinDelaySpellcheckServiceInit feature flag can be enabled by default. Bug: 1064351 Change-Id: I972e76c3052f83f9e05d57086a7cb27e5d9f6ef5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283370Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Guillaume Jenkins <gujen@google.com> Commit-Queue: Bruce Long <brlong@microsoft.com> Cr-Commit-Position: refs/heads/master@{#787864}
-
Dominique Fauteux-Chapleau authored
Bug: 1104289 Change-Id: Ica537738e30fdbd9e9c0c63ed48e58cdd137444c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292787Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#787863}
-
Dylan Sleeper authored
This CL adds two subclasses: ClipboardHTMLReader and ClipboardHTMLWriter. When HTML is read and written it is "sanitized" which means that all script objects are removed from the html. They are both entirely synchronous because it is impossible to use HTML DOM nodes off of the main thread. Design Doc: https://docs.google.com/document/d/1tzjfckWUKAAxEbKcUjg21uz7LFDMQ7ZDzfTTj3Lp93Y/edit Bug: 931839 Change-Id: I29b26f1c721102005bcbb5911549a9546aed3006 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2243532 Commit-Queue: Dylan Sleeper <dsleeps@google.com> Reviewed-by:
Jarryd Goodman <jarrydg@chromium.org> Reviewed-by:
Darwin Huang <huangdarwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#787862}
-
Renjie Tang authored
Instead use unified methods in QuicTestUtils. Bug: 1085541 Change-Id: I7503cb2a05376d5fc9b63f071a610ced0df85fe4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295920Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Commit-Queue: Renjie Tang <renjietang@chromium.org> Auto-Submit: Renjie Tang <renjietang@chromium.org> Cr-Commit-Position: refs/heads/master@{#787861}
-
Kyle Horimoto authored
This reverts commit e2b47be8. Reason for revert: Test has been deflaked; see https://crbug.com/1102087. Original change's description: > [CrOS Settings] Disable flaky PersonalizationPage test > > Bug: 1094896 > Change-Id: Ic8e08cca22aa18b607a2aaac0e60974e6913fab2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246235 > Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> > Commit-Queue: dpapad <dpapad@chromium.org> > Reviewed-by: dpapad <dpapad@chromium.org> > Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> > Cr-Commit-Position: refs/heads/master@{#778416} TBR=khorimoto@chromium.org,dpapad@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Fixed: 1094896 Change-Id: I6078bbf3001a361c0ff73951c99269cf4672b7b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295210Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#787860}
-
kylechar authored
DelegatedFrameHostAndroid::EvictDelegatedFrame() is no longer used by RenderWidgetHostViewAndroid so make it private instead of public. Fixed: 938959 Change-Id: I1bc0aa50bf758dc2c11d226fb2af9263c8c67140 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292123Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Auto-Submit: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#787859}
-
Pete Williamson authored
For https://chromium-review.googlesource.com/c/chromium/src/+/2276685, a few comments came in after the change was in the CQ. These are the fixes that those comments requested. Bug: 1099504 Change-Id: Ib457a3f0f5d12679f2a65413afef34dde559d491 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2289924 Commit-Queue: Peter Williamson <petewil@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#787858}
-
Sorin Jianu authored
This avoid retention issues and allows instances of CrxDownloader to be shared between sequences when interfacing with RPC modules such as BITS/DO for Windows. There are some mechanical changes such as removing macros.h and replacing thread checkers with sequence checkers (but not for the BITS downloader, which has thread affinity due to COM RPC). Change-Id: I62e159d4ae8999ec70da94247f91f9cc26a5d278 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293461Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#787857}
-
manukh authored
Follow up to crrev.com/c/2274466 . The previous CL updated the autocomplete results to conditionally boost the max suggestions. However, the search provider limits the # of suggestions it provides to the unboosted limit, rendering the boost ineffective. This CL updates the search provider to send the max of GetMaxMatches (e.g. 8) and kDynamicMaxAutocompleteIncreasedLimitParam (e.g. 10). Change-Id: Iaa9933b4445874488d42d831d76ef30a2d9e3e8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293458Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#787856}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1a1ffb06..38ef299a 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ia8d7b697eadbdca14bb08e877213cea7f8bde347 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295083Reviewed-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@{#787855}
-
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-linux-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: Ia46c85012e68e45953e506e1332277b2090728e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294573Reviewed-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@{#787854}
-
wutao authored
This patch implements the topic source picker for Ambient mode. Basic functions: (1) Clicking anywhere on an unselected row selects that row, except if the click is on the subpage arrow. (2) Clicking the subpage arrow on an unselected row leads to the subpage but does not select the item. (3) Clicking anywhere on an already-selected item leads users to the subpage. (4) Up/down arrows are used to move between items. ss: https://screenshot.googleplex.com/vBKWPkWNZ5t Bug: b/159746638 Test: Manual Change-Id: Idd8efe31f8aadb7a690ecb8401fe434acc304596 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2284642Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Jimmy Gong <jimmyxgong@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#787853}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/74470aec5185..3b5a4fac1e5e 2020-07-13 brianosman@google.com Use stable sort for Viewer's help screen 2020-07-13 herb@google.com improve the speed of empty GrTextBlobs 2020-07-13 herb@google.com move drawTextPaths from RTC to SubRun 2020-07-13 johnstiles@google.com Replace ModulateRGBA effect with Xfermode using modulate blend. 2020-07-13 johnstiles@google.com Replace ModulateAlpha effect with Xfermode using src-in blend. 2020-07-13 brianosman@google.com SkRuntimeEffect: Guard against programs with no "main" 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 nifong@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: nifong@google.com Change-Id: I9387a27f796d01c683716051f946b6d92caf1e0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295423Reviewed-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@{#787852}
-
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: I141fa81f5f6d183d094c7473d39bb0c9280c06ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295741Reviewed-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@{#787851}
-
Maggie Chen authored
We no longer collect Vulkan info for UMA at the browser start. Rename command line switch to DX12 only. This switch is mainly used for testing. Change --disable-gpu-process-for-dx12-vulkan-info-collection to --disable-gpu-process-for-dx12-info-collection and Change kDisableGpuProcessForDX12VulkanInfoCollection[] to kDisableGpuProcessForDX12InfoCollection[] Bug: 775983 Change-Id: Iddbac1fb81cddce16df8910109fba1b6ddfb8089 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2280587Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Maggie Chen <magchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#787850}
-
Varun Khaneja authored
Fixed: 1089423 Change-Id: Ib4e7f33dc6723aaecd28fe8b629991fb26ca07d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295403 Commit-Queue: Varun Khaneja <vakh@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Auto-Submit: Varun Khaneja <vakh@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#787849}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1594640123-ecf0c679b64f8e063828d3c68ecfae268f1bc244.profdata to chrome-mac-master-1594662802-fdeeec39ffe5ca406713d5654e95a154ee25e0d8.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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: chrome/try:mac-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: I31ec37afa221d0c6968ae314a7da28fda6cde903 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295642Reviewed-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@{#787848}
-
Raymond Toy authored
The threshold for the -100 Hz sine wave is apparently just a little too tight for MacOS 10.11. Adjust the threshold slightly. Bug: 1104535 Change-Id: I7102093e2641a748d07ca63c05e9e8e63c9f8dce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295211Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#787847}
-
Arthur Eubanks authored
Change-Id: I3d03a707254bc62e67909d154eaa857fdcfbed8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295823Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#787846}
-
John Lee authored
This is based off of feedback from UX research suggesting that the swipe to close tab gesture was too easy to trigger accidentally. Change-Id: I20ce1602037dea85326288ac565877d2882ddc3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2291231Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#787845}
-
Sean Gilhuly authored
OOP raster isn't available as an option in cc_unittests, except for Vulkan where it is enabled by default. GPU raster relies on GL, and shouldn't be used with Vulkan. Make the difference between GPU raster and OOP raster options explicit, and clarify some of the messaging which mentions Vulkan and GPU raster. Bug: 1092945 Change-Id: I1d54cf8586daea3a485be8f492d59ee4500e6007 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2240130 Commit-Queue: Sean Gilhuly <sgilhuly@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#787844}
-
Evan Stade authored
Since this class lives in //components and is not unique to Chrome, the Chrome prefix is not entirely appropriate. Other renames: . ChromeNotificationBuilder (interface) => NotificationWrapperBuilder . NotificationBuilder => NotificationWrapperStandardBuilder . NotificationCompatBuilder => NotificationWrapperCompatBuilder . NotificationBuilder (Chrome specialization) => ChromeNotificationWrapperStandardBuilder . NotificationCompatBuilder (Chrome specialization) => ChromeNotificationWrapperCompatBuilder Bug: 1071834 Change-Id: Iec2172827fa6fc0b2aa77619ee06b7bc099eed49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2291263 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#787843}
-
Christopher Cameron authored
This makes SharedImageBackingGLImage work with WebGPU. After this, it will be possible to delete SharedImageBackingIOSurface. Merge all of the Client interfaces into a single SharedImageRepresentationGLTextureClient interface, now that they all came the same functions. Bug: 894929 Change-Id: I9990e66a438d97d411788485e244182b640fe9cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293618 Commit-Queue: ccameron <ccameron@chromium.org> Reviewed-by:
Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#787842}
-
nancylingwang@google.com authored
Modify unit tests to use AppServiceContextMenu and make fake extension apps. Unlike ExtensionAppContextMenu, AppServiceContextMenu only generates the enabled command, so the unit tests are modified to check the enabled items. BUG=1016159 Change-Id: I245ea01de0f5a5ef05cb2bb5575babd34d466add Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2280972Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#787841}
-