- 07 May, 2020 40 commits
-
-
cfredric authored
Bug: 973801 Change-Id: Ifa3c3e2a26187b0b813a5984e7ad75b97f9ba53c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2173394 Commit-Queue: Chris Fredrickson <cfredric@google.com> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#766557}
-
Sebastien Marchand authored
These tests have been constantly failing for all the official builds for almost a year now and nothing is being done to fix them. These failures make most people ignore the test results on these bots. The real fix is apparently to fix the bots but there's no reason to keep these tests for official builds if they fail all the time and nobody do anything about them. Bug: 963868 Change-Id: Ie6cb93e078f7e8f484a1cdd9c99d965f06146cea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2188231Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#766556}
-
Dan Sanders authored
Change-Id: I28a23d9ff976bdc0b655be4dd5f6a5b2c2d2d4da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2185859Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#766555}
-
Erik Chen authored
The builder is identical to the public lacros builder, with the exception of also including src-internal. Bug: 1077348 Change-Id: I7b28f880cf0cd379901de32c41573bb934bc74ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2188444 Commit-Queue: Erik Chen <erikchen@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Auto-Submit: Erik Chen <erikchen@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#766554}
-
Toni Barzic authored
It was introduced to contain horizontaly swipable app list pages, but currently contains only AppsContainerView, thus making HorizontalPage abstraction obsolete. This removes HorizontalPage interface and HorizontalPageContainer, and makes the AppsContainerView an AppListPage, moving parts of HorizontalPageContainer that are still relevant to AppsContainerView. BUG=1001657 Change-Id: If5d8b826e67ee4449ee806079a85205159e22cda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2167012 Commit-Queue: Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#766553}
-
Caitlin Fischer authored
Bug: 1079253 Change-Id: I30a45ef2eebcf946eecde0d5806478b4a4c3cbfa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2186364Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Auto-Submit: Caitlin Fischer <caitlinfischer@google.com> Cr-Commit-Position: refs/heads/master@{#766552}
-
Abhijeet Kandalkar authored
Get rid of public facing API SetInheritedEffectiveTouchAction from t_p/blink/public/web/web_frame_widget.h Bug: 1071585 Change-Id: Ia4713159d243abd63119ac6ecd8ab8a45225c37b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2187931Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#766551}
-
Abhijeet Singh authored
This CL does not change behavior. QuickAnswersPreTargetHandler is factored out to a separate file to allow quick_answers::UserConsentView to share its logic. Bug: b:151111996 Test: Tested on Atlas test device. Change-Id: I434d33259a42c905eeaa71f65e13a673228737f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2186127 Commit-Queue: Abhijeet Singh <siabhijeet@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#766550}
-
Mike Dougherty authored
This is not meant to be an exhastive document, but rather a starting point to help describe how to best use the Xcode IDE. TBR=noyau@chromium.org Bug: None Change-Id: I821dba060353220c1f93cd49dd12dcd74aeaf790 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2188519Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#766549}
-
James Cook authored
The mash flag was removed long ago, but we missed this reference to it. Bug: none Change-Id: I2a5c73e931152853ea2ce5fffcfebec893de9106 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2188351 Commit-Queue: James Cook <jamescook@chromium.org> Commit-Queue: Michael Wasserman <msw@chromium.org> Auto-Submit: James Cook <jamescook@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#766548}
-
Greg Thompson authored
ConnectNamedPipe returns false with a specific error code if the other end of the pipe is already open. This is not a failure. This is a partial revert of commit 3baed341. BUG=none R=dpranke@chromium.org, fdoray@chromium.org Change-Id: Iaba28fd35e1b7435392ea5d1194bdd5f477ce3b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2187496 Commit-Queue: Dirk Pranke <dpranke@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Auto-Submit: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#766547}
-
Ilya Sherman authored
This header is only sent to Google domains served over HTTPS, and only when the omnibox provider is in a non-default state. Bug: 1079341 Change-Id: Ic75978f337dc86f134943fe81f0f47bd7a1a5259 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2181663 Commit-Queue: Ilya Sherman <isherman@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#766546}
-
Patrick Monette authored
This CL moves the factory functions of ServiceWorkerContainerHost for clients to ServiceWorkerContextCore, given that it's the owner of those hosts. This CL does not contain functional changes. Bug: 931087 Change-Id: Ie8fbed09c36e990996efe226d63ada0ef50ae4b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2172162 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#766545}
-
Natalie Chouinard authored
Update the Preference title text style to use the Clank standard typography. The text size is the same, but there is a very slight color correction with this change (from #DE000000 to #202124). Bug: 1077340 Change-Id: I776f7d5820b2798f5295cc5869a9d105d2f92176 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2180852Reviewed-by:
Patrick Noland <pnoland@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#766544}
-
Clark DuVall authored
This allows overriding it in gn args, which is necessary to use the correct WebView target on official bots. Bug: 1054351 Change-Id: I7564595657490faba7b18c9bcc55ede21d3bffc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2187858Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#766543}
-
Thomas Lukaszewicz authored
Fixes a regression from http://crrev.com/1925340 , which changed the toggled color for check and radio buttons to use kColorId_ButtonEnabledColor instead of kColorId_ProminentButtonColor. On linux GTK toggled check and radio buttons are expected to use the prominent button color. Added a checked color id to allow for platform differences. Bug: 1057942 Change-Id: Ib14bf40eaf7a895ddebc9c2b670bd50273fbd4dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2185569Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Cr-Commit-Position: refs/heads/master@{#766542}
-
dpapad authored
Specifically: - Fixing several type violations and adding JS type checking for - test_site_settings_prefs_browser_proxy.js - test_local_data_browser_proxy.js - test_util.js - Removing usage of mockMethods() from TestSiteSettingsPrefsBrowserProxy, as this pattern is incompatible with static type checking. - Updating various js_library() targets with missing dependencies as needed. Bug: 1000989 Change-Id: I6b6924804ac96b048c6bde98e0101a7e90b4472a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2183015 Commit-Queue: dpapad <dpapad@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#766541}
-
Kyle Horimoto authored
Generated by running a script to parse go/cros-settings-search-tags. This CL also migrates AboutHandler to this section and eliminates the static Create() function which creates the handler as well as adding loadTimeData. The loadTimeData is moved to AboutSection as well as settings_localized_strings_provider.cc, and several strings which were unused by browser settings are now only added to OS settings instead of to both. Bug: 1076268 Change-Id: I6ea6ce914533166851a51c3d2771f3f9d72d3a07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2185850 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#766540}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/668e41db73f4..4890aa6fee2a git log 668e41db73f4..4890aa6fee2a --date=short --first-parent --format='%ad %ae %s' 2020-05-07 duongn@microsoft.com [wasm] Disallow setting breakpoints on unbreakable lines in WAT 2020-05-07 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools Chromium DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@4890aa6fee2a 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/+/master/autoroll/README.md Bug: chromium:1043033 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I8bedb2fd22012fb304ab1df4bf154ad446a62e21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2188371Reviewed-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@{#766539}
-
Daniel Libby authored
This is a reland of d0e6eeab Original change missed Win7 baseline updates as I forgot to run that bot. PS1 has the original change, PS4 includes Win7 baseline updates. Original change's description: > Allow DirectlyCompositedImages with filters > > crrev.com/c/2144398 added support to the cc compositor to directly > composite images (raster at intrinsic image size when it is the only > thing painted into a layer). That initial change excluded any layers > that had backdrop filter or filter effects, following limitations of > the Blink implementation of the feature. > > This change removes those exclusions, and updates the baselines for > affected layout tests. > > Bug: 875110 > Change-Id: I63eb466fdc535c14b10babb2831556ae4f30f61a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151476 > Reviewed-by: Philip Rogers <pdr@chromium.org> > Commit-Queue: Daniel Libby <dlibby@microsoft.com> > Cr-Commit-Position: refs/heads/master@{#765771} Bug: 875110 Change-Id: I58d33675e5c731e597a301eeec76892f6a127ad6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2186118Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Daniel Libby <dlibby@microsoft.com> Cr-Commit-Position: refs/heads/master@{#766538}
-
Filip Gorski authored
Bug: 1077430 Change-Id: I162638854e01353c3e6c20675f47aa008f000c1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2187194Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Filip Gorski <fgorski@chromium.org> Cr-Commit-Position: refs/heads/master@{#766537}
-
Scott Violet authored
When the non-editable view is clicked, clear the text in the non-editable view and focus it. Clearing the text is useful as it's entirely possible the url is out of date at this point. Focusing makes it so you can type right away. BUG=none TEST=none Change-Id: I73631ff68f8377c0ebc7ba897f0624f6698efb3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2186368Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#766536}
-
Miguel Casas authored
This CL simplifies and streamlines the vaapi_unittest main() function, so that it implements the expected command line parsing From crbug.com/1075843#c10: > Args like "--test-launcher-summary-output", "--test-launcher-retry-limit", > and "--test-launcher-batch-limit" better integrate a test into chrome's > CQ. Those things let us track the performance of individual tests over > time (flakiness, runtime) and lets us be smarter about automatic retries. Verified on my kohaku. Bug: 1075843 Change-Id: Ib6fe724ddd21ec802bf3a6c2ebe63aaf4cd5b305 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2186365Reviewed-by:
Jao-ke Chin-Lee <jchinlee@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#766535}
-
Morten Stenshorne authored
This will be supported in @page rules to set the orientation of a page (without affecting layout). Typically to be used together with named pages (or @page :first, etc.) See https://drafts.csswg.org/css-page-3/#page-orientation-prop and https://github.com/w3c/csswg-drafts/issues/4491 The tests added have some failures, due to crbug.com/1079212 and crbug.com/1079214 Bug: 1053768 Change-Id: I96f93e3e34beee92b4c30f65d7e46498a8110464 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2187211Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#766534}
-
Asanka Herath authored
Somehow the sort order got messed up. Change-Id: I041fb6019e18f5834327a519071962c268bc453a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2188210 Commit-Queue: Asanka Herath <asanka@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Asanka Herath <asanka@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#766533}
-
chrome://appsDaniel Murphy authored
This change fixes the icon existence checking for web apps in chrome://apps to use downloaded icons instead of icon_info's from the manifest. R=loyso@chromium.org Fixed: 1062987, 1078695 Change-Id: If27239cf1e4901369c0ab52182cdcf7f78c9982a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2183118Reviewed-by:
Alan Cutter <alancutter@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#766532}
-
Jesse Schettler authored
Add support for cros_healthd's new Bluetooth events to ServiceConnection. Bug: chromium:1067641 Change-Id: Icd578de268f3627f61c98ed735dfa792331d86bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2182403Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Paul Moy <pmoy@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Jesse Schettler <jschettler@chromium.org> Cr-Commit-Position: refs/heads/master@{#766531}
-
Mugdha Lakhani authored
Bug: 1058595 Change-Id: I53dd3ecfce6393b0eaeddbd98a4622dac1f1d73c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2188290Reviewed-by:
Clark DuVall <cduvall@chromium.org> Commit-Queue: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#766530}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/4aa11daaa679..a44d04ae6681 git log 4aa11daaa679..a44d04ae6681 --date=short --first-parent --format='%ad %ae %s' 2020-05-07 jophba@chromium.org Rename util/logging.h to avoid collisions Created with: gclient setdep -r src/third_party/openscreen/src@a44d04ae6681 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@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 Bug: None Tbr: jophba@chromium.org Change-Id: I8bfd6d7824aff11dbbdb7f325473d68321286c0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2187909Reviewed-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@{#766529}
-
Mason Freed authored
Prior to this CL, this would not work correctly: <template id=target> <div> <template shadowroot=open>Content</template> </div> </template> <script> document.body.appendChild(target.content.cloneNode(true)); </script> The inner declarative Shadow DOM (<template shadowroot>) would not get cloned from the template content to the clone. With this CL, it now works correctly. Several tests were added to test nested template and declarative Shadow DOM nodes. This CL mirrors the DOM spec changes made in [1]. [1] https://github.com/whatwg/dom/pull/858 Bug: 1042130 Change-Id: I05792e038dc694ac00d13531c657afaed754f747 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2175062Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Mason Freed <masonfreed@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#766528}
-
Sam Bowen authored
Fuzz tests the single json string input to the extractor. Bug: 1069230 Change-Id: I96c5f44b249b4b24363d4b431e97b4fff6194792 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2186456Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Sam Bowen <sgbowen@google.com> Cr-Commit-Position: refs/heads/master@{#766527}
-
Joe Downing authored
Since we no longer need to juggle TURN and GTURN ICE configs, we can remove the relay_mode_ member and code needed for it. This simplifies things a bit in preparation for the removal of the ICE Config caching logic. Change-Id: Ibcc34368c6f3df943cbcb6b1365bc87d30af2dec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2187201Reviewed-by:
Yuwei Huang <yuweih@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#766526}
-
Patrick Monette authored
Bug: 1077305 Change-Id: I9dc0120fc976741cd2ef1a7acc1d0c92d1daf928 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2176257 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#766525}
-
Yu Han authored
Because the dsf change isn't propagated to the popup which is causing inconsistency in the popup after dsf change. We also close a popup when page zoom is changed [1], and this makes display zoom and page zoom consistent. This CL original came from http://crrev.com/c/2148683. I've added a test to ensure validity of this behavior. Big thanks to oshima@ and danakj@ [1] https://source.chromium.org/chromium/chromium/src/+/master:content/renderer/render_widget.cc;drc=c946131d9ba26f27d720710cebfba72953276cad;l=988?originalUrl=https:%2F%2Fcs.chromium.org%2F Bug: None Change-Id: Id811be4f7b7f948d3493bb69b7693055bf61c4c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2176289Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Yu Han <yuzhehan@chromium.org> Cr-Commit-Position: refs/heads/master@{#766524}
-
Dominik Röttsches authored
Fixes AAT shaping of certain ligatures in Geeza Pro font. https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/e53c44e3260d..100d40c827eb $ git log e53c44e32..100d40c82 --date=short --no-merges --format='%ad %ae %s' 2020-05-06 jfkthame [aat] Fix implementation of AAT kerning for Geeza Pro. (#2388) 2020-04-30 ebrahim minor spacing 2020-04-30 khaledhosny [blob] Try to support resource fork fonts on macOS 2020-04-28 rene.meusel FIX: -Wextra-semi-stmt in Clang9 2020-04-28 ebrahim [ci] enable experimental apis in coverity scan 2020-04-28 ebrahim [ci] enable more on coverity 2020-04-28 ebrahim [ci] remove trigger-coverity.sh 2020-04-28 ebrahim [blob] close file reader handle 2020-04-28 ebrahim [ci] install fonttools in linux-ci bot 2020-04-28 ebrahim [ci] Add coverity scan bot 2020-04-28 ebrahim [ci] fix linux-ci bot 2020-04-28 ebrahim [ci] remove travis's clang bot 2020-04-28 ebrahim [ci] run apt-get with sudo 2020-04-28 ebrahim [ci] Add a GitHub CI bot 2020-04-28 ebrahim [ci] Remove coverity and codecov 2020-04-28 ebrahim [ci/meson] temporarily disable check-symbols Created with: roll-dep src/third_party/harfbuzz-ng/src R=bashi@chromium.org,behdad@chromium.org,bungeman@chromium.org,drott@chromium.org,jshin@chromium.org Fixed: 1071154 Change-Id: Ib63c26fbde52c5d8c91d9461a8ab480a9aba2506 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2183951 Commit-Queue: Dominik Röttsches <drott@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#766523}
-
Vikas Soni authored
1. Remove existing gpu driver bug workaround. 2. Add a finch feature flag to enable this workaround instead. Bug: 1031383 Change-Id: I0934bd8934bd12b5dfe5cf565b5173b68851a099 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152893 Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#766522}
-
Ilia Samsonov authored
Copying additional buildbot config from mac10.14 to mac10.15. This enables running tests on mac10.15-blink-rel. The builder will fail for now, but enables fixing tests and rebaseline. Bug: 1077312 Change-Id: I370fea5b3da10ec857f503b5a939fe4678657bdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2185790Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#766521}
-
Nnamdi Theodore Johnson-Kanu authored
- Add top-level JS/HTML files that will host the V3 version. - Use a JS import for the generated chromeos/search_handler.m.js as a proof of concept. - Update BUILD.gn files as needed. - Currently only works when optimize_webui = false Bug: 1045266 Change-Id: I421f9090833731748d18ac2d19013faef3199648 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2171981Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Cr-Commit-Position: refs/heads/master@{#766520}
-
James Cook authored
We're moving the launch to M-85. Bug: 1013466 Change-Id: I864d118f8b79e7c564477c4cf7a0731e9c4982aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2183169Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#766519}
-
Victor Costan authored
Change-Id: I189b3bbcd90dd131b6c68dd4f6715cd06ad95e2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2183710 Commit-Queue: Jarryd Goodman <jarrydg@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Reviewed-by:
Jarryd Goodman <jarrydg@chromium.org> Cr-Commit-Position: refs/heads/master@{#766518}
-