- 29 Oct, 2019 40 commits
-
-
Dominik Röttsches authored
Retrieving fallback font information on Windows 8.1 and up using Skia's matchFamilyStyleCharacter() did only pick the family name, but not instantiate the fallback font from the additional SkFontStyle font style information that Skia provides as well. This bug was fixed similarly before for the Windows 8.0 and before fallback code path in issue 1008901. This fixes an issue in which fallback for U+2758 LIGHT VERTICAL BAR produces Segoe UI Semilight as fallback font, but the renderer was unable to instantiate that font correctly and displayed a .notdef glyph for this character. Bug: 1018375 Change-Id: I18a37f8f432ff1c392dedbc868b8f882254b12d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883515Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#710252}
-
Kamila Hasanbega authored
This reverts commit ba5c7d6f. Reason for revert: It breaks several tests https://ci.chromium.org/p/chromium/builders/ci/Win7%20Tests%20%28dbg%29%281%29 https://ci.chromium.org/p/chromium/builders/ci/Linux%20Tests%20%28dbg%29%281%29 Original change's description: > [Paint Preview] Compositing Service > > Adds a paint preview compositor service for compositing collections of > SkPictures representing frames into bitmaps. This is very similar > in principle to the PDF compositor service, but produces tileable > bitmaps rather than a PDF. > > A client to this service should start the compositing collection > portion of the service in a utility process. The client can then > create and delete dedicated compositor instances for each group of > SkPictures. Realistically only one compositor will be actively > communicating at a time. However, multiple compositors can be > "warm" (data is deserialized and in memory for fast switching). > > Bug: 1011430 > Change-Id: I21cb594cd94982f8d4fc5800d9ae4d74b5d9973b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842273 > Reviewed-by: Jochen Eisinger <jochen@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Colin Blundell <blundell@chromium.org> > Reviewed-by: Ken Buchanan <kenrb@chromium.org> > Reviewed-by: Ian Vollick <vollick@chromium.org> > Reviewed-by: Mehran Mahmoudi <mahmoudi@chromium.org> > Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> > Cr-Commit-Position: refs/heads/master@{#709946} TBR=vollick@chromium.org,sky@chromium.org,kenrb@chromium.org,blundell@chromium.org,jochen@chromium.org,blundell@google.com,mahmoudi@chromium.org,ckitagawa@chromium.org Change-Id: Idbeb4bb3989d803f1efcde86f1066b791731b08b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1011430 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1886610Reviewed-by:
Kamila Hasanbega <hkamila@chromium.org> Commit-Queue: Kamila Hasanbega <hkamila@chromium.org> Cr-Commit-Position: refs/heads/master@{#710251}
-
Nathan Zabriskie authored
This CL allows the shared main thread context to use the GLES-backed RasterImplementationGLES raster interface. This will be a transitional change used during the OOP-R Canvas2D project: https://docs.google.com/document/d/1NwKi0Z-c1kQWAdKjj41283YWfLBQFegAIWnvgCvq95k Using RasterImplementationGLES will allow us to incrementally remove references to GLES2Interface in Canvas2D until we can use RasterImplementation directly. Change-Id: I189f26db8d70175908edb72050dba652d7f3df3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872932Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Auto-Submit: Nathan Zabriskie <nazabris@microsoft.com> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#710250}
-
Wanming Lin authored
This CL adds a few tests to cover various checkpoints: - Read/write data from/to an unformatted NDEF tag, as well as interaction with NDEFPushOptions.overwrite attribute. - Read/write data from/to a non-NDEF tag, throws error. Relevant discussion in spec: https://github.com/w3c/web-nfc/issues/367 Bug: 520391, 1012463 Change-Id: I87cb7dc4611f8575b5616ecd98cc64249d79c4db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880537 Commit-Queue: Wanming Lin <wanming.lin@intel.com> Reviewed-by:
François Beaufort <beaufort.francois@gmail.com> Reviewed-by:
Leon Han <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#710249}
-
Leo Zhang authored
Bug: 888885 Change-Id: Ifa248fed62148cae3d3d8c5f1d2a382dcf48d3bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1886082Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Leo Zhang <googleo@chromium.org> Cr-Commit-Position: refs/heads/master@{#710248}
-
Michał Pichliński authored
After: https://chromium-review.googlesource.com/c/chromium/src/+/1853045 CollectedCookiesViews OK button label was "OK" instead of "Done", because set_button_label was called after ShowWebModalDialogViews. Change-Id: I3e53e4a5c1a663b49f960a8292998d26773d66c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1878071 Commit-Queue: Michal Pichlinski <mpichlinski@opera.com> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#710247}
-
Marina Sakai authored
A class which is not trivially constructible might bloat out code size. The member variable |desc_| of class V8PrivateProperty::SymbolKey is used for just a description of a private property, so we can remove the variable. This CL guarantees that V8PrivateProperty::SymbolKey is is_trivially_constructible. Bug: 715418 Change-Id: I7f44e4e70430b66275b001c99974326556d38477 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880778 Commit-Queue: Marina Sakai <marinasakai@google.com> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#710246}
-
Chromium WPT Sync authored
Using wpt-import in Chromium d1e5d320. With Chromium commits locally applied on WPT: 1d5b803f "Add WebVTT support for inline styling - Web Platform Tests" e6454210 "Fix default tabIndex IDL attribute values" 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 NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: I7e1c66793fcc3e118ee57cc30ec1a26f56695fff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884772Reviewed-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@{#710245}
-
Alex Moshchuk authored
Currently, SiteInstance selection is done in two steps: 1. Decide whether a frame is allowed to navigate cross-process. 2. If so, determine the appropriate SiteInstance for the navigation. Historically, step 1 prevented OOPIFs in cases where site isolation was off, or when we weren't sure we would pick the right process later. This relies on checking IsRendererTransferNeededForNavigation() and CanSubframeSwapProcess(). In practice, that meant that to fix a corner case that was supposed to swap processes, we had to ensure that it both was allowed to swap processes by step 1 *and* picked an appropriate SiteInstance and process in step 2, resulting in quite a few duplicated checks. Step 1 was also used in the process transfer logic in pre-PlzNavigate days, which no longer exists (hence "transfer" in the IsRendererTransferNeededForNavigation). Now that OOPIFs are widespread on both desktop and Android, and the concept of transfers is gone, step 1 has become outdated and unnecessary. Step 2 (which mostly consists of DetermineSiteInstanceForURL()) always follows step 1 now, and it should already handle all the cases with the navigation either staying in the old SiteInstance or transferring to a new one. This CL removes the logic involved in step 1, including implementations of IsRendererTransferNeededForNavigation() and CanSubframeSwapProcess(). No tests are affected, and no behavior change is expected. Change-Id: I1786f240c23e93a47bd8423bab04d9c8cdbece30 Bug: 1015882 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1867031 Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#710244}
-
Anupam Snigdha authored
Ctrl+Break on Windows was busted. The algorithm in |NextWordPositionInternal| never considered punctuation as a word break character. According to the Unicode spec for word break boundaries, punctuation should be considered as word breaking characters. Added this additional condition in both previous and next word movement. Also changed many spellchecking tests to match this behavior. Insert a space after the misspelled word so it is spellchecked properly. This is done to trigger spellchecking as the punctuation after the misspelled word doesn't trigger spellchecking until the user has pressed space bar or changed the selection. This is how it should be done in real sites anyways so inserting the space after misspelled word to trigger spellcheck makes sense. Test: third_party\blink\renderer\core\editing\visible_units_word_test.cc Bug: 122304, 1004414 Change-Id: I88694d3cd2e275f06e3939e7e42181de0bd1b9c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880602 Commit-Queue: Anupam Snigdha <snianu@microsoft.com> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#710243}
-
Glen Robertson authored
Removes the assumption that InstallableManager currently has: that it will continue to exist after calling the callback. This makes sense if considering the callback as a return-like statement for the async GetData call. In prep for refactoring in http://crrev.com/c/1873817 Bug: 1007860 Change-Id: I18f751b32c88a9d3cc9d6c3f3a083fd3952ebe9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884409 Commit-Queue: Glen Robertson <glenrob@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#710242}
-
Gyuyoung Kim authored
This CL converts old Mojo types to new Mojo types in CdmFoo classes except for CdmService::LoadCdm. - Convert FooRequest to mojo::PendingReceiver. - Convert FooPtr to mojo::PendingRemote or mojo::Remote. - Convert the second parameter to mojo::PendingRemote in service_manager::GetInterface Bug: 955171 Change-Id: I9ff169c17829f5ce69ede8c6b3ab991350491047 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883347 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#710241}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b5aaf6416b08..c3dc1efee35a Created with: gclient setdep -r src-internal@c3dc1efee35a 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 jbudorick@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/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None,chromium:None Change-Id: Ifbb2a5660bb4fd7c816d1c00d54b243b13f317bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885954Reviewed-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@{#710240}
-
Yoshifumi Inoue authored
This patch gets rid of unused function |GetForInlineContainer()| in |NGPaintFragment| for improving code health. Note: The CL[1] gets rid of the last caller of this. [1] http://crrev.com/c/1877505 Utilize NGInlineCursor ComputeNGLocal{Caret,Selection}Rect() Change-Id: I0f191f711a4d55b5a67e92068a7cb4522dcb19f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881001 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#710239}
-
Austin Tankiang authored
Bug: 1003238 Change-Id: Icc3227b44ba58fcab17bd8eab959f0346a8a906d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1886133Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Austin Tankiang <austinct@chromium.org> Cr-Commit-Position: refs/heads/master@{#710238}
-
Makoto Shimazu authored
This changes the test to use the useful utility functions. Bug: 1017861 Change-Id: Idc399d439b803d52ca44ede417890e0a8a4ae550 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880245 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Auto-Submit: Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#710237}
-
Wei Li authored
Since HaTS library uses async google iframeIO call to post the survey answer through a form to the server. The form's target is an iframe in the same doc. If we close the window too quick, the request might not go through yet. So, in this CL, we wait until the iframe is loaded, which means the form is already posted, to close the window. BUG=1018063 Change-Id: Ifcc3120addecf540a6a45430bba3ea545d65d078 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880694 Commit-Queue: Wei Li <weili@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#710236}
-
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/+/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: I8b9cf37169817ab5d7624c06a379e72750aaef65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1886110Reviewed-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@{#710235}
-
Meredith Lane authored
These tests should be moved to wpt as they test shared web platform features of AOM. aria reflection spec:https://wicg.github.io/aom/spec/aria-reflection.html Bug: 746523 Change-Id: I8efff9039bcbc869c6a7e597c1e70326aaaa4be0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884396Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Commit-Queue: Meredith Lane <meredithl@chromium.org> Cr-Commit-Position: refs/heads/master@{#710234}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: If1093b2414446d604468617b161299812faf2fde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885276Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#710233}
-
Dominic Mazzoni authored
When you click on a focusable element with the mouse, the element gets focused in addition to receiving click events. In contrast, this wasn't always happening when using accessibility APIs to click on an element. Note that on many platforms, assistive technology was already triggering a focus action, when the user has enabled automatic focus. In those cases, this change will have no effect. If the user turns off automatic focusing in their AT, this change will have the effect of focusing an element before clicking on it. This bug was reported on Android. Prior to Android O, TalkBack used to send a click event when the user double-tapped. Now, TalkBack sends ACTION_CLICK, which results in clicking elements without first focusing them. Bug: 791285, 901511 Change-Id: I0ae7664c4e80bd806e008fb86740fbae547ef582 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864416Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#710232}
-
Yutaka Hirano authored
Based on UMA data we increase the threshold to 512kb. Bug: 1018050 Change-Id: Ic4ca9b3d8a959610c5e187d0eefdc0ee02fe785a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885853Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#710231}
-
Peter Kasting authored
* Replace map<View*, ... with map<Link*, ... since that more accurately captures the intent. Add a type alias as well. * Slight modifications to variable names and comments in advance of functional patch, to minimize its diff. Bug: 1015717 Change-Id: If153e69129c2d66a9d12825bdaddfb7e9a1787f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884359 Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#710230}
-
David Tseng authored
TBR=dmazzoni@chromium.org Change-Id: I7308081ae5c108f8865d1af360ffe21bdf6b538c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885970Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#710229}
-
Manas Verma authored
During FIDO enrollment for Payments Autofill, setting attestation conveyance to `direct` in the CreationOptions. Bug: 949269 Change-Id: I56bcb9b9e9acfa6b9c1abe8644a5bf053082b3a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885507Reviewed-by:
Jared Saul <jsaul@google.com> Commit-Queue: Manas Verma <manasverma@google.com> Cr-Commit-Position: refs/heads/master@{#710228}
-
Jan Wilken Dörrie authored
This change adds a field trial testing config for the Touch To Fill feature on Android. Bug: 957532 Change-Id: I633e978f4eb4c7c25a5a0c1ee9cf5e0812cc287f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879266Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#710227}
-
Hirokazu Honda authored
VideoFrameValidator validates frames by comparing with expected md5sum. The validation is appropriate for deterministic image/video processing like video decoding and format conversion among YUVs. There are various non-deterministic image/video processing like frame scaling. So that VideoFrameValidator can verify resulted frames in such cases, this enables VideoFrameValidator to validate by comparing each byte of a given buffer with one of an expected buffer. Bug: 917951 Test: image_processor_test on atlas (pass) and eve (fail due to b/141724493) Change-Id: I19dac5df329d9c838edc184dedf2582cd72beead Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866114 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#710226}
-
Koji Ishii authored
Following bot results are included. 67 69 70 75 76 78 79 80 318 lines were removed and 173 lines were deflaked by consecutive results since 70. TBR=yosin@chromium.org NOTRY=true Bug: 982194 Change-Id: I1cf456381f40cae295ff966cd36df87dcd01c45a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883448Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#710225}
-
Ken MacKay authored
Remove the shlib APIs. Create a threadsafe helper class for commonly-used methods. Merge-With: eureka-internal/327818 Merge-With: eureka-internal/328657 Bug: internal b/138938216 Change-Id: Iab6635043af2dd85057ceafc18cb2f64269651c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877601 Commit-Queue: Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#710224}
-
David Tseng authored
In Blink, the title attribute usually results in the accessibility node getting a name or description with the title text. In addition, it always populates the tooltip attribute. Recently, the tooltip attribute was added to Output.hint_, but no suppression was made when it is the same as either name or description. Make that so in this change. TBR=dcheng@chromium.org Change-Id: I67d21f0206ce3cb17b691915db0b4dc5d127ff51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872741Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#710223}
-
Simon Que authored
This is to be built on the Goma RBE Prod backend: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1886131 Bug: 947436 Change-Id: I5a40c2b2113bf17e8d01b56e33e62dbfbbacdf0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1886074 Auto-Submit: Simon Que <sque@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#710222}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/090f35f08a00..a8fe19e0c492 git log 090f35f08a00..a8fe19e0c492 --date=short --no-merges --format='%ad %ae %s' 2019-10-29 perezju@chromium.org [pinpoint] Replace "tir_label" with "grouping_label" Created with: gclient setdep -r src/third_party/catapult@a8fe19e0c492 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC simonhatch@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/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=simonhatch@google.com Bug: chromium:974237 Change-Id: I4d5152ba3cff47119dac71a8e094cdcf9c2ee3de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885952Reviewed-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@{#710221}
-
Anand K. Mistry authored
This class will be used by smbfs to establish a Mojo channel to Chrome. BUG=939235 Change-Id: Idc0bc822e4839325ba32f204a06cd5fe4a92e012 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833017 Commit-Queue: Anand Mistry <amistry@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Sergei Datsenko <dats@chromium.org> Cr-Commit-Position: refs/heads/master@{#710220}
-
Austin Tankiang authored
DriveFS files are not opened via externalfile: URLs, so drive no longer needs to be tested by externalfile URL unittests. Bug: 1003238 Change-Id: I661df3f6a70abcee9e3d3ea96301eeb9e30541fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883429 Commit-Queue: Austin Tankiang <austinct@chromium.org> Reviewed-by:
Sergei Datsenko <dats@chromium.org> Cr-Commit-Position: refs/heads/master@{#710219}
-
Alexey Baskakov authored
This code is disabled by default behind kDesktopPWAsWithoutExtensions and kDesktopPWAsUSS base features. A browser end-to-end tests will be added later in a follow up CL. An MVP implementation of the bridge+sync needed first. Bug: 860583 Change-Id: I461e24fefcbb5d2a0bf819d63a480635e91c732c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1858025 Commit-Queue: Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#710218}
-
Clark DuVall authored
The resources files were being renamed to no longer have an xml suffix. In addition, we were including android support library resources, which should be provided by the client. Change-Id: I1d651c6db696defd5760c9c39dd6c7a9a57509ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885178Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#710217}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/1f76613520ff..b5aaf6416b08 Created with: gclient setdep -r src-internal@b5aaf6416b08 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 jbudorick@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/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: Ia3cc2fe3d3203aad38975a9cf06f2785fc546343 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884632Reviewed-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@{#710216}
-
Chris Lu authored
This reverts commit 5cd504f9. Reason for revert: Failed NTPHomeTestCase tests. crbug.com/1019070 Bug: 1019070 Original change's description: > [iOS] Convert NTPHome test to EG2 > > OmniboxWidth and OmniboxWidthBetween are moved to the egtest.mm file > directly to avoid having a more complicated interface. > Suggestions() uses are replaced by -addNumberOfSuggestions: > additionalSuggestionsURL:. > > Bug: 987646 > Change-Id: I58535b52919fbd1d907c8a72c611e2fbb7f63f67 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1871888 > Commit-Queue: Gauthier Ambard <gambard@chromium.org> > Reviewed-by: Eugene But <eugenebut@chromium.org> > Reviewed-by: Stepan Khapugin <stkhapugin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#709521} TBR=eugenebut@chromium.org,stkhapugin@chromium.org,gambard@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 987646 Change-Id: If3418f1cc097867fa1ef011d5036f171c3cc3fa6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885971Reviewed-by:
Chris Lu <thegreenfrog@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#710215}
-
kylechar authored
This is a precursor to adding a new scoped_refptr(std::nullptr_t) constructor. The implicit conversion from NULL to scoped_refptr<T> causes a compilation error with the new constructor. Replace NULL with nullptr in any files where this is a problem. This CL was uploaded by git cl split. R=sky@chromium.org Bug: 1018887 Change-Id: Ifd7c2f17a6be0dcc075020d090f62af299d46708 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885012 Auto-Submit: kylechar <kylechar@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#710214}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/6f23b4b7038e..e78527989c4c git log 6f23b4b7038e..e78527989c4c --date=short --no-merges --format='%ad %ae %s' 2019-10-29 jmadill@chromium.org Vulkan: Clean up redundant vk:: prefixes. 2019-10-29 jmadill@chromium.org Vulkan: Move readPixels logic to ImageHelper. Created with: gclient setdep -r src/third_party/angle@e78527989c4c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC ynovikov@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/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=ynovikov@google.com Bug: None Change-Id: I12cfa5fd4c73df18c7e3218db6a9beb9ebcdc3ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885730Reviewed-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@{#710213}
-