- 06 Aug, 2019 8 commits
-
-
Rakib Hasan authored
This reverts commit 8e5eba11. Reason for revert: This CL is causing the linux-perf-builder to consistently fail. Here is the link to the first failure https://ci.chromium.org/p/chrome/builders/ci/linux-builder-perf/98727. This CL is in the blame list. Original change's description: > Navi: Remove usage of 'Onboarding' most places in welcome code. > > Bug: 986979 > Change-Id: I19a775d8d10be2792bed68f67d29219ee0ca85d2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728060 > Commit-Queue: Hector Carmona <hcarmona@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Cr-Commit-Position: refs/heads/master@{#684175} TBR=sky@chromium.org,hcarmona@chromium.org Change-Id: I696cbb2c2d1013006a55e73c263abc5a72b183ed No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 986979 Bug: chromium:991026 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737812Reviewed-by:
Rakib Hasan <rmhasan@google.com> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#684190}
-
Brendan Hansknecht authored
Added AutotestPrivateGetShelfItemsFunction to the autotestPrivate api. Made required changes to autotest_private.idl to support ShelfItems as a return type to JavaScript. Added a test case to AutotestPrivate to confirm the shelf item is returned properly. Updated HistogramValue enum for extensions functions with new item. Test: locally on eve and browser_tests --gtest_filter="AutotestPrivateApiTest.AutotestPrivate" Bug: 989231 Change-Id: Ic3dead8c31585fcd6cf6a799d1306fabb11f1552 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733866 Commit-Queue: Brendan Hansknecht <bhansknecht@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#684189}
-
Anurag Agrawal authored
Bug: http://b/111500583 [Audio] Use NON_BLOCKING mode in CMA backend audio code. Ref: b/110722296 Change-Id: I04879e148e832c795fe2066143d8ef4e29ec5315 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715474Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Commit-Queue: Anurag Agrawal <anuragagrawal@google.com> Cr-Commit-Position: refs/heads/master@{#684188}
-
Min Qin authored
This reverts commit 59639625. Reason for revert: Fixing test for Chrome OS and cast TBR=xingliu@chromium.org Change-Id: I0a2c7aa5949e5a55ec8346fa8c673c9fb6dd7964 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1736987Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#684187}
-
Alex Moshchuk authored
Bug: 905513 Change-Id: Ide18c23965aa99634fc22cdea1a319c4df01f29a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733647Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Auto-Submit: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#684186}
-
Yun Liu authored
Compile release build will fail with Java coverage on. Bug: 988116 Change-Id: I37770bdb07c4915b3071db7e7096b4271c859760 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721952Reviewed-by:
Sam Maier <smaier@chromium.org> Reviewed-by:
Andrew Luo <aluo@chromium.org> Commit-Queue: Yun Liu <yliuyliu@google.com> Cr-Commit-Position: refs/heads/master@{#684185}
-
Carlos Caballero authored
MessageLoopForIO will go away soon use ScopedTaskEnvironment instead. ScopedTaskEnvironment will per default start a ThreadPool, which should be fine in most of the cases. If you believe your test needs to make sure that no ThreadPool runs let me know and I will update the patch. BUG=891670 This CL was uploaded by git cl split. R=johnchen@chromium.org Change-Id: I1c13ba6ccc98a17abe21e88822fcd786173e7022 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733594 Auto-Submit: Carlos Caballero <carlscab@google.com> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#684184}
-
David Benjamin authored
Anything request-specific is going to interact badly with pooling. Fortunately, no such request-specific options exist. Bug: 951205 Change-Id: I6a75332784d9bcd5b63bb73b96a305c159df65a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737373 Commit-Queue: David Benjamin <davidben@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Auto-Submit: David Benjamin <davidben@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#684183}
-
- 05 Aug, 2019 32 commits
-
-
Kevin Babbitt authored
AXRange::GetScreenRects was written to handle cases where there are multiple lines per text anchor, but in practice this never happens, because each line of text gets its own InlineTextBox and thus its own anchor. Removing the inner loop drastically reduces the runtime cost, especially in cases where there are multiple nodes per line, since CreateNextLineStart/EndPosition can become linear in the number of nodes. On http://en.wikipedia.org I saw a 73% reduction in runtime for this method with the inner loop removed. Bug: 928948 Change-Id: I327d6369abaf0e697f8b9cf2156b9af2bcfce449 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733794Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Commit-Queue: Kevin Babbitt <kbabbitt@microsoft.com> Cr-Commit-Position: refs/heads/master@{#684182}
-
Yuke Liao authored
Change-Id: I4c1ba8139847fd6a72f0d9ba6e0e1f8d62d927b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1736893Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Auto-Submit: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#684181}
-
Mia Bergeron authored
LockScreenMediaControlsView currently handles the scenario where there is a single media session and it briefly flashes to null between tracks. However, if there are multiple media sessions, the UI will briefly flash to the "secondary" session. This CL handles both scenarios by waiting for the first media session ID to resume. Bug: 982022 Change-Id: Icaf13d4d0bed37b474adc746a3c13e0d5d9b98ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732878Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Mia Bergeron <miaber@google.com> Cr-Commit-Position: refs/heads/master@{#684180}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/0e03cdf09226..eb0770211a6c git log 0e03cdf09226..eb0770211a6c --date=short --no-merges --format='%ad %ae %s' 2019-08-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-08-05 halcanary@google.com experimental/editor: margins now handled by application layer 2019-08-05 reed@google.com specialize drawAtlas for raster backend 2019-08-05 egdaniel@google.com Add supported GrColorTypes to Mtl FormatTable. Created with: gclient setdep -r src/third_party/skia@eb0770211a6c The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=reed@google.com Bug: None Change-Id: If7129e9a8c0ac2acd5c4f65cfc6bdaa79460c98a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737589Reviewed-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@{#684179}
-
Ben Pastene authored
This reverts commit 182cbf00. Reason for revert: test still failing on betty bot https://ci.chromium.org/p/chrome/builders/ci/chromeos-betty-google-rel/11472 Original change's description: > chromeos/BUILD.gn: remove security.SELinuxARC from failed list > > Removed because this tast test is no longer failing. > > BUG=chromium:968155 > TEST=Manual. > > Change-Id: Iaba0c34b16e2fb970af4295f919bf9e878e2f18d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732149 > Reviewed-by: Achuith Bhandarkar <achuith@chromium.org> > Reviewed-by: Ben Pastene <bpastene@chromium.org> > Commit-Queue: Miah Sanchez <miahsanchez@google.com> > Cr-Commit-Position: refs/heads/master@{#683654} TBR=achuith@chromium.org,bpastene@chromium.org,miahsanchez@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: chromium:968155 Change-Id: I7d5b878a6c6325e6df377a4a7fa3e5c2e4840e7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737728Reviewed-by:
Ben Pastene <bpastene@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#684178}
-
Gang Wu authored
Bug:991008 TBR=jzw@chromium.org Change-Id: I38399f22277d0b776304448ce4210d0900dc552d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1736711Reviewed-by:
Gang Wu <gangwu@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#684177}
-
Nate Fischer authored
No change to logic, only moves a file. The aw/browser/net/ folder is going away, aw/browser/network_service/ will be the long-term home for network-related code. This cleans up a couple leftover includes from when we had to check the NetworkService feature. Bug: 989842 Test: None - just verify it compiles Change-Id: Idb7e6e7c56048fbf93a2924db7f5907a0919e5a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733791Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Auto-Submit: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#684176}
-
Hector Carmona authored
Bug: 986979 Change-Id: I19a775d8d10be2792bed68f67d29219ee0ca85d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728060 Commit-Queue: Hector Carmona <hcarmona@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#684175}
-
minch authored
Bug: 977430 Change-Id: I62fbc664bbaf2489152b5817fa7162845c815e81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737160Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#684174}
-
Chris Palmer authored
An old form of a double-free check was present in comments. The new form is in live code. Also remove a TODO we likely won't be able to do. Bug: None Change-Id: Ibbd18b6c98ae7729f46cf8f314e34b0634458d8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733803Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#684173}
-
Bettina authored
Previously the listener only listened on changes to kPasswordHashDataList. This is only good if the account that has changed has already been given us. For all content area account password changes, the username is needed in order to find the appropriate account to report the password change event to enterprise. Bug: 914410 Change-Id: Iadf2753ddfc17570dbeb85a4936b72f12a166980 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719975 Commit-Queue: Bettina Dea <bdea@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#684172}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/cc4114d75878..8be476e7a4e0 git log cc4114d75878..8be476e7a4e0 --date=short --no-merges --format='%ad %ae %s' 2019-08-05 saklein@chromium.org call_templates: add templates for the package service endpoints. Created with: gclient setdep -r src/third_party/chromite@8be476e7a4e0 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I9008aba14faac9bb06d085f6873c18dd3dfe5bbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737591Reviewed-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@{#684171}
-
Adenilson Cavalcanti authored
Usage of CRC32 Castagnoli as a hash function for the hash table of symbols used for compression has a side effect where for compression level [4, 5] it will increase the required output buffer size by 0.1% (i.e. less than 1%) for a high entropy input (i.e. random data). To avoid a scenario where client code would fail while compressing data, this patch will increase the compressBound by 0.8% (i.e. 8x than worst case scenario). Validated using zlib_bench with the data from the 'Random Compression Challenge' on both Intel and Arm. Bug: 990489 Change-Id: I86c6ab09fce6ab09b45c502221864400b86a7d80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733790 Commit-Queue: Adenilson Cavalcanti <cavalcantii@chromium.org> Reviewed-by:
Chris Blume <cblume@chromium.org> Reviewed-by:
Adenilson Cavalcanti <cavalcantii@chromium.org> Cr-Commit-Position: refs/heads/master@{#684170}
-
Kenichi Ishibashi authored
URLLoaderThrottleProviderImpl and WebSocketHandshakeThrottleProviderImpl used content::RenderThread::Get()->GetConnector() to connect mojo interfaces. This prevented us from creating these throttle providers on the IO thread. To allow these throttle providers can be constructed without going to the main thread, create a clone of the main thread's connector in ChromeContentRendererClient::RenderThreadStarted(). The cloned connector is bound to the IO thread and will be used to create throttle providers for off-the-main-thread service worker startup. Bug: 989781 Change-Id: Ic4d20813e18c6238700545946cbcfd6f4534d974 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724754Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#684169}
-
Jarryd authored
For origins with unlimitedStorage permission, the Quota system will now return available disk space + usage by origin as the quota for that origin. Change-Id: Ic49b0488c35c0396fbfc1754da2fba063f38452e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1736002 Commit-Queue: Jarryd Goodman <jarrydg@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#684168}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/c13ca2affeed..7c8928d0a054 git log c13ca2affeed..7c8928d0a054 --date=short --no-merges --format='%ad %ae %s' 2019-08-05 lujc@google.com Add more tests covering gl::vertexAttribPointer 2019-08-05 lujc@google.com FrameCapture dump GLenum to enum instead of value 2019-08-05 jmadill@chromium.org Capture/Replay: Capture entry point enum when possible. Created with: gclient setdep -r src/third_party/angle@7c8928d0a054 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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@chromium.org Bug: None Change-Id: If64232ca7d2e2222119bd42a94e2025764e69e34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737587Reviewed-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@{#684167}
-
Fabrice de Gans-Riberi authored
* Replace various implementation of these helpers throughout //fuchsia with a common helper. * Replace a stale bug reference. Bug: 978696 Change-Id: I7bf29ea00312bfcaa3baff8f8d3f5a724367fc12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733419 Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#684166}
-
Chris Morin authored
Instead of having the browser do the arc vm setup followed by the call to concierge to launch the vm, make a new process outside of the browser to handle it. Bug: b:136128691 Test: launch arcvm Change-Id: Idae0d505730e248cad5d441b6fa9e5b6ff6e5881 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728319 Commit-Queue: Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#684165}
-
Collin Baker authored
Change-Id: Ib245310f3a43dba9d014ba280e7d67dac3212c58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737189 Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#684164}
-
Marijn Kruisselbrink authored
Bubbles are typically narrower than modal dialogs. Bug: 987285 Change-Id: Ic195d73e8040e45dd8c92f44838b31b5b38abcef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737440 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#684163}
-
David Benjamin authored
If the HttpNetworkSession is configured to ignore certificate errors, the errors will not be surfaced out of OnSSLCertificateError and there is no need to second-guess it. This code dates to https://codereview.chromium.org/2725293003 which simultaneously fixed one bit of --ignore-certificate-errors plumbing and added that check. Only the former was necessary. Bug: none Change-Id: I801da673b5dc538d34969fffd2a62080e73873fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1736175 Auto-Submit: David Benjamin <davidben@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#684162}
-
Becca Hughes authored
Allow a session to specify a request ID. Normally if a session abandons focus and then requests it again we would give it a new ID. This preserves the ID to avoid making the UI flash. BUG=988106 Change-Id: Iecf95bad2276908bb1d5910d3aebd17c25731f0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721039Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#684161}
-
Lukasz Anforowicz authored
Bug: 988764 Change-Id: I73e41bedbf0d6d6da99ff139d8b8735ab73303be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737186 Auto-Submit: Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#684160}
-
Marijn Kruisselbrink authored
Bug: 985602, 987260 Change-Id: I8ee8c01fed607b42c3bf15a97333652c9c74b2ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730862 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#684159}
-
Findit authored
This reverts commit a42acfa3. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 684140 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtL2E0MmFjZmEzOTI0Mzc0ZjM2ZTE5OGNjODcyM2UxNGRhNzU0NDE1Y2QM Sample Failed Build: https://ci.chromium.org/buildbot/chromium/mac-archive-rel/3151 Sample Failed Step: compile Original change's description: > Move file_util service off Service Manager > > Eliminates all Service Manager dependencies from > //chrome/services/file_util/. > > Adds a LaunchFileUtilService() call to //chrome/browser/, which launches > a dedicated service process for file utilities that can be controlled by > the returned Mojo remote. > > Adapts client library call sites to use LaunchFileUtilService instead of > a Connector. > > Bug: 977637 > Change-Id: Ie3e3a583fd00a6d9f77137d0febbccf6a086ff0f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732679 > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Commit-Queue: Ken Rockot <rockot@google.com> > Cr-Commit-Position: refs/heads/master@{#684140} Change-Id: Id3704ee28b96680de213702a1cb9693666cfb4aa No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 977637 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1735519 Cr-Commit-Position: refs/heads/master@{#684158}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/9b1700cfaef9..074f0d2d282d git log 9b1700cfaef9..074f0d2d282d --date=short --no-merges --format='%ad %ae %s' 2019-08-05 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 7c6275bd..2c4c2e2e (683711:684065) Created with: gclient setdep -r src/third_party/webrtc@074f0d2d282d The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:None Change-Id: I2a88e4a3929c9c8898b268f1b48e0e13858149a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1736004Reviewed-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@{#684157}
-
Jinho Bang authored
Before this patch, DOMQuad's bounds doesn't update even if its points are changed because the bounds is calculated in DOMQuad's constructor. So, this patch adds DOMQuadPoint class that extends DOMPoint to recalculate DOMQuad's bounds. Bug: 984951, 985376 Change-Id: I63025aa3238ffeb357b48c1eb8e5cec7c0de433e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1714385Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Yi Xu <yiyix@chromium.org> Commit-Queue: Jinho Bang <jinho.bang@samsung.com> Cr-Commit-Position: refs/heads/master@{#684156}
-
Jérôme Lebel authored
When sign-in with a new gmail account, the Chrome identity was initialized with no hosted domain since the SSO profile was not fetched yet. The property was never updated later. Even when the AuthenticationFlow was fetching hosted domain using the AuthenticationFlowPerformer. During the sign-in process To fix the issue, -ChromeIdentity.hostedDomain is remove. ChromeIdentity stays just a proxy for SSOIdentity. ChromeIdentityService::GetCachedHostedDomainForIdentity() is added to get the hosted domain. Bug introduced with: + crrev.com/c/1687254 + crrev.com/i/1434627 + crrev.com/c/1687254 Related to: + crrev.com/c/1732084 (adding new API) + crrev.com/i/1560989 (adding new implementation) => crrev.com/c/1732085 (switching implementation) <= + crrev.com/i/1560990 (old implementation cleanup) + crrev.com/c/1732101 (cleanup API) Bug: 987380 Change-Id: I658d3e0b109c68583db58b12a034de072adfc45f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732085 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#684155}
-
Carlos Caballero authored
MessageLoopForIO will go away soon use ScopedTaskEnvironment instead. ScopedTaskEnvironment will per default start a ThreadPool, which should be fine in most of the cases. If you believe your test needs to make sure that no ThreadPool runs let me know and I will update the patch. BUG=891670 This CL was uploaded by git cl split. R=garykac@chromium.org Change-Id: I17c113c13e6a6f112fba29fe47bf30b0644a920c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733591 Auto-Submit: Carlos Caballero <carlscab@google.com> Reviewed-by:
Gary Kacmarcik <garykac@chromium.org> Commit-Queue: Gary Kacmarcik <garykac@chromium.org> Cr-Commit-Position: refs/heads/master@{#684154}
-
Antonio Gomes authored
... and its dependent files/classes. This is the last CL that moves main classes from content/renderer/media/stream to Blink. It includes the following files: - user_media_client_impl.cc|h - apply_constraints_processor.cc|h - user_media_processor.cc|h This CL will unblocks new round of Blink exposed API clean ups, mainly in public/web/modules/mediastream and public/platform/modules/mediastream. Additionally, the following actions will also be taken next: - conversion from using base::Bind{Once,Repeating} to the Blink counterparts. - converting various uses from std::vector and std::string to its WTF counterparts. - remove the blink:: namespace use. Bug: 704136 Change-Id: I1b2be80ba7e2a21711359c80c475f64633bae16c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731644 Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#684153}
-
Takuto Ikuta authored
The builders have 24 and 29 hour hourly resource usage in p99 each. http://shortn/_DN5lAMF5Ld So, I will submit this after https://chrome-internal-review.googlesource.com/c/infradata/config/+/1560185 Bug: 954450 Change-Id: Ia497e9915467ce1e222c5638507bdf64944ae4bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1735093Reviewed-by:
Aaron Gable <agable@chromium.org> Reviewed-by:
Michael Achenbach <machenbach@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#684152}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I185e2fa6ea43bc361d189c3ab2ce2cf5abd5930b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1736521Reviewed-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@{#684151}
-