- 31 May, 2019 40 commits
-
-
Ben Pastene authored
This reverts commit ad780388. Reason for revert: "No tests matched by pattern(s) ..." eg: https://chromium-swarm.appspot.com/task?id=4527b399d8f02d10 And it didn't fail the task >.< Original change's description: > Skip 'dep:chrome_internal' Tast tests if we're not building w/ is_chrome_branded. > > So that no dep:chrome_internal tests are ran if they don't have the > needed internal bits. > > Bug: 947531 > Change-Id: I060734d2fe05c878d16f2c6a63815bd0abbb554c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637644 > Reviewed-by: Dan Erat <derat@chromium.org> > Reviewed-by: Dirk Pranke <dpranke@chromium.org> > Commit-Queue: Ben Pastene <bpastene@chromium.org> > Cr-Commit-Position: refs/heads/master@{#665158} TBR=derat@chromium.org,dpranke@chromium.org,nya@chromium.org,bpastene@chromium.org Change-Id: I87ec89cfa30237e543f2f3e1830eb7f2b284bd83 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 947531 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638290Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#665169}
-
Xiaoqian Dai authored
When we requeste a tab's mobile version site, we overwrite the user agent's OS to Android OS so that the site can use its mobile version layout. In this CL, when overwriting the user agent - Update the Android version from Android 4.0.3 to Android 9 - Add "Chrome tablet" into its OS string - Change product name from "Chrome" to "Chrome Mobile" to increase the likelihood of sites adopting the user agent and displaying the mobile version sites. Bug: 953577 Change-Id: Ib72bd7abb1fa05dbcf9861b1d4d7ff8552c1f01d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637649 Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#665168}
-
Chromium WPT Sync authored
Using wpt-import in Chromium f06b81d4. With Chromium commits locally applied on WPT: e90c6ef0 "NG/DL: Implement size containment (and display lock) for NG fieldset algo" abf2ac5e "webrtc wpt: avoid race conditions" 1bbbd106 "Add feature policy for client hints, used for third-party subresources." ab94a58b "Add the remaining Client Hints to Feature Policy." Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: I137979642321ae8c6e8374dcb22d118b92c5b816 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638190Reviewed-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@{#665167}
-
Sam Maier authored
Bug: 855796 Change-Id: If28592206e8eb5f985600b9932b81885a3baa01d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1634802Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#665166}
-
Owen Min authored
Add code 413 Payload too large. This error is returned when the request is too large, usually caused by report uploading requests. Add this error so that we could publish metrics and setup retry logic based on it. Any exist error handling code treat the new error same as DM_STATUS_HTTP_STATUS_ERROR so there is no behavior change. Bug: 959398 Change-Id: Id4e1c1a82558bc56d870cc247f88e343ef38a9ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632533Reviewed-by:
Aga Wronska <agawronska@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#665165}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e90041ab4516..0817a0661743 Created with: gclient setdep -r src-internal@0817a0661743 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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.chrome.try:linux-chromeos-chrome BUG=chromium:790671,chromium:790669,chromium:790667,chromium:790665,chromium:790663,chromium:790662 TBR=melandory@google.com,hiroshige@google.com,mlamouri@google.com,loyso@google.com Change-Id: Id932cd57a61a0b9c2289a568733041458d85adab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638347Reviewed-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@{#665164}
-
Carlos Caballero authored
MessageLoop will go away, eventually. ScopedTaskEnvironment will per default start a ThreadPool, which should be fine in most of the cases. If you belive 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=tbansal@chromium.org Change-Id: Ie838d9dd2023eae0874ab0e79b2db1c682e07c57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635515Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Auto-Submit: Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#665163}
-
Elly Fong-Jones authored
Bug: None Change-Id: I849081ba93afa98227350759af1191e01bfc6246 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637053 Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#665162}
-
Victor Vasiliev authored
R=rch@chromium.org Change-Id: I9860fcc880bc1c8a4ceaf94c80dddef69ce383aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637665Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Cr-Commit-Position: refs/heads/master@{#665161}
-
Lan Wei authored
In order to run the web-platform-tests automatically, we will use testdriver Action API in all the wpt to simulate inputs. Here we are changing some pointerevent input tests which have touch scroll actions. This is the seventh CL that changes part of the pointerevent input tests. Bug: 606367 Change-Id: If83fe7b4490e88fa113b06bdcc9e07af7f734149 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622456Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#665160}
-
Jun Mukai authored
This reverts commit 43a59d74. Reason for revert: TabletModeControllerTest.InitializedWhileTabletModeSwitchOn is failing (or very flaky); see crbug.com/969070 Original change's description: > Mash cleanup: replace tablet_mode.mojom with C++ interface. > > This doesn't re-use TabletModeObserver, instead introducing > TabletModeToggleObserver (equivalent to old mojom::TabletModeClient), > because TabletModeObserver has other methods that don't seem like they > should be exposed as part of the public API. > > TBR=tsepez@chromium.org > > Bug: 958220 > Change-Id: I741578995ecc698777d9496c1dc6e5fd851d1478 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613564 > Reviewed-by: Evan Stade <estade@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Commit-Queue: Evan Stade <estade@chromium.org> > Cr-Commit-Position: refs/heads/master@{#664983} TBR=sky@chromium.org,dcheng@chromium.org,estade@chromium.org,tsepez@chromium.org Change-Id: Ib59cf7a279f09b26170ba5fcbd8488b9483f5f45 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 958220, 969070 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638682Reviewed-by:
Jun Mukai <mukai@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#665159}
-
Ben Pastene authored
So that no dep:chrome_internal tests are ran if they don't have the needed internal bits. Bug: 947531 Change-Id: I060734d2fe05c878d16f2c6a63815bd0abbb554c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637644Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#665158}
-
Christopher Cameron authored
Search-and-replace of the following: - views::BridgeFactoryHost -> remote_cocoa::ApplicationHost - remote_cocoa::BridgeFactoryImpl -> remote_cocoa::ApplicationBridge - remote_cocoa::mojom::BridgeFactory -> remote_cocoa::mojom::Application Also move views::BridgeFactoryHost from ui/views/cocoa to components/remote_cocoa/browser (because it should be accessible outside of views). Follow-on patches will move some of the Cocoa-centric methods from chrome::mojom::AppShim to remote_cocoa::mojom::Application (in fact, the chrome::mojom::AppShim interface is likely to be merged into remote_cocoa::mojom::Application in its entirety). R=ellyjones R=dominickn (mojo) TBR=avi (content/ entrails ownership) Bug: 958255 Change-Id: I6abec5bf5419dcf1b3cdbb9b7076a566c8af63cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635142 Commit-Queue: ccameron <ccameron@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#665157}
-
Lily Chen authored
This CL attempts to fix flakes in http/tests/security/cookies/base* tests due to recently added SameSite cookie deprecation messages. Bug: 966576 Change-Id: I71fc70225a4860555c90cc173ae2147faa731841 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637587Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#665156}
-
Victor Costan authored
Change-Id: I89e9c90a2a965dab70d27f6e23c47c4783ecd638 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637242 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#665155}
-
Ben Pastene authored
There's some test configs under that dir that impact how the trybot runs. Change-Id: If3750624c8239130ca9916f796f8bf56a722bb92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638679 Commit-Queue: Ben Pastene <bpastene@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Auto-Submit: Ben Pastene <bpastene@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#665154}
-
Ken Rockot authored
Also touches a few API edges in clients of the service where convenience seemed to outweigh churn. Bug: 955171 Change-Id: Ie6344c341c062606760fa9d333b95b620bf10e34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636722Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#665153}
-
Robert Liao authored
The code reextracted the same data from IDR_* strings as was specified already in the input struct. BUG=642920 Change-Id: Ie140919a5c30a8f1671cf737cf61ee65aa0c7d24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636678Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#665152}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/f99d7ad5c045..7919b877c3c1 git log f99d7ad5c045..7919b877c3c1 --date=short --no-merges --format='%ad %ae %s' 2019-05-31 dsinclair@chromium.org Close opened file handles. (#2644) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@7919b877c3c1 The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-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_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel;luci.chromium.try:win_angle_deqp_rel_ng TBR=radial-bots+chrome-roll@google.com,cwallez@google.com Change-Id: I051dce2ab76ae53125a033a0844e11f7092972f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638484Reviewed-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@{#665151}
-
dalyk authored
This change is a precursor to a follow-up change where secure and insecure cache lookups will occur separately. Secure lookups and insecure lookups are now separated into separate DnsTasks and cannot be combined in a result. This change also prevents SECURE mode from falling back to ProcTask. Bug: 878582 Change-Id: I7f5b1f5bcb1c205575c7c28bb066c55678fea466 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1529731 Commit-Queue: Katharine Daly <dalyk@google.com> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Reviewed-by:
Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#665150}
-
Henrique Grandinetti authored
This CL adds a method to the login data dispatcher that shows the parent access widget and uses it to only allow parents to change the clock when there is a child signed in or a child is a device owner. Bug: 921145 Change-Id: Ifd83760f8b9000576570f85c895d34c76c4c8bb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621392Reviewed-by:
Aga Wronska <agawronska@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Henrique Grandinetti <hgrandinetti@chromium.org> Cr-Commit-Position: refs/heads/master@{#665149}
-
Ian Kilpatrick authored
I don't believe(?) there is actually a way to set the opacity on a viewport. (Either with the @viewport rule, or the style fixup[1]). This removes one of the unittests, and removes the logic which was reading the opacity from the viewport. [1] https://cs.chromium.org/chromium/src/third_party/blink/renderer/core/dom/document.cc?q=viewport_style&sq=package:chromium&dr=C&l=2122 Bug: 813068 Change-Id: I29d1b45c848c3ddca48a04523ec358094e97755b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637044Reviewed-by:
Aran Gilman <gilmanmh@google.com> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#665148}
-
Xiaohan Wang authored
CDM_10 CDM has been supported and shipped by default for a year and CDM_9 usage is very low. This CL removes CDM_9 interface support. Bug: 799219 Test: Tests updaetd. Change-Id: Icdc7f467ed977346734a1114b78b1261cbbfd0d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628837Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#665147}
-
danakj authored
The ServiceManagerContext is set up after starting the browser threads, and the BatteryMetrics uses it on creation, so it should not be created before. This was working because ContentMain() creates a ServiceManagerContext and passes it to BrowserMain() in the StartupDataImpl. However Android browser tests do not do so (and doing so induces flakiness in the NestedMessagePumpAndroid), so this exposed a crash in these tests. R=jam@chromium.org Bug: 961849 Change-Id: I54b535b040ad3c10985b087aed0410ff0c731196 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637682 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#665146}
-
liberato@chromium.org authored
This CL allows out-of-order codec output buffer releases. Previously, discarding buffer n would release without rendering buffers 0..n-1 as well. However, in the case where a previous buffer had been selected for display, it might not have been used by the time the later release shows up. In that case, it would be dropped, then be unable to promote it for drawing later. This CL also changes MediaCodecBridge to allow out-of-order presentation timestamps. Originally, it discarded earlier ones to avoid a problem with spurious zero timestamps during seek. However, that also prevents it from processing edit lists correctly. Bug: 967892, 966512 Change-Id: I22246e49a5e0644957f6b644ccdf8a8d694259c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637612 Commit-Queue: Frank Liberato <liberato@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#665145}
-
Maks Orlovich authored
This reverts commit e102db8b. Reason for reland: Test fixed w/o NetworkService Also incorporates a follow up fix to dealing with network service reconnect. Original change's description: > Revert "RestrictedCookieManager: report activity to ContentBrowserClient" > > This reverts commit b128ac8e. > > Reason for revert: Some cookie tests failing on linux-chromeos-dbg > > The following tests are failing consistently when the network service is disabled (aka the non_network_service_browser_tests task)" > CookieSettingsTest.AllowCookiesUsingExceptions/1 > CookieSettingsTest.AllowCookiesUsingExceptions/3 > CookieSettingsTest.BlockCookiesUsingExceptions/1 > CookieSettingsTest.BlockCookiesUsingExceptions/3 > > Failure output: > ../../chrome/browser/content_settings/content_settings_browsertest.cc:390: Failure > Expected equality of these values: > 1u > Which is: 1 > blocked->GetCookieCount() > Which is: 0 > > Failing build: https://ci.chromium.org/p/chromium/builders/ci/linux-chromeos-dbg/12530 > > Original change's description: > > RestrictedCookieManager: report activity to ContentBrowserClient > > > > ...So that things done via async cookie-store API show up in used/blocked > > cookies GUI. > > > > This is done via NetworkContextClient, with some existing reporting via > > NetworkServiceClient converted to it, as in case of service worker it's > > not associated with process + routing ID pair. > > > > This now invokes ContentBrowserClient::OnCookie{sRead,Change} on IO, > > not UI, thread. > > > > Bug:958923 > > > > Change-Id: I7d1832ad30f57c67ea292481444a5e6ca07657df > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577493 > > Reviewed-by: Tom Sepez <tsepez@chromium.org> > > Reviewed-by: Matt Falkenhagen <falken@chromium.org> > > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > > Reviewed-by: Martin Šrámek <msramek@chromium.org> > > Commit-Queue: Maks Orlovich <morlovich@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#662253} > > TBR=falken@chromium.org,jam@chromium.org,tsepez@chromium.org,msramek@chromium.org,pwnall@chromium.org,mkwst@chromium.org,morlovich@chromium.org > > Change-Id: I4e587a04252b135a48f5e0d09414f62df65f9278 > Bug: 958923 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626207 > Commit-Queue: Timothy Loh <timloh@chromium.org> > Reviewed-by: Timothy Loh <timloh@chromium.org> > Cr-Commit-Position: refs/heads/master@{#662541} Change-Id: Id6a4b2923f61f033b2ee9867fcbb7f741431438f Bug: 958923 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625906Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#665144}
-
danakj authored
The strict mode prevents NativeBrowserTestActivity from reading and writing files. We want browser tests to be able to do so. Insert StrictMode disablers as close as possible in test targets to where files are read or written. Example 1: 05-30 14:28:31.154 6733 6733 D StrictMode: at java.io.File.getTotalSpace(File.java:1669) ... 05-30 14:28:31.154 6733 6733 D StrictMode: at org.chromium.native_test.NativeBrowserTestActivity.deletePrivateDataDirectory(NativeBrowserTestActivity.java:86) 05-30 14:28:31.154 6733 6733 D StrictMode: at org.chromium.native_test.NativeBrowserTestActivity.onStart(NativeBrowserTestActivity.java:52) Example 2: 05-30 14:28:31.154 6733 6733 D StrictMode: at java.io.File.listFiles(File.java:1137) ... 05-30 14:28:31.154 6733 6733 D StrictMode: at org.chromium.native_test.NativeBrowserTestActivity.deletePrivateDataDirectory(NativeBrowserTestActivity.java:87) 05-30 14:28:31.154 6733 6733 D StrictMode: at org.chromium.native_test.NativeBrowserTestActivity.onStart(NativeBrowserTestActivity.java:52) Example 3: 05-30 14:28:31.155 6733 6733 D StrictMode: at dalvik.system.DexPathList.findLibrary(DexPathList.java:480) ... 05-30 14:28:31.155 6733 6733 D StrictMode: at org.chromium.base.library_loader.LibraryLoader.ensureInitialized(LibraryLoader.java:196) 05-30 14:28:31.155 6733 6733 D StrictMode: at org.chromium.content_shell.browsertests.ContentShellBrowserTestActivity.initializeBrowserProcess(ContentShellBrowserTestActivity.java:37) R=mheikal@chromium.org Bug: 961849 Change-Id: Iaacc6c76b56c4cd1d65e7ae348c359ab036d5610 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637532Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#665143}
-
Nate Chapin authored
These experiments have been rotting for several months. We may want to see about pushing an API like this in the future, but not soon enough to justify its continued existence in the repo. Some similar non-worker task-scheduling experiments were using the WorkerTaskQueue runtime enabled feature. Rename that flag to ScriptedTaskQueue to better described the remaining uses. Bug: 879306, 898050, 928819, 966950, 967066 Change-Id: Ib69898585fb7e31c78c7738e3bb02ede3834e959 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636224Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#665142}
-
Lan Wei authored
virtual/android/fullscreen/api/document-exit-fullscreen-vs-request.html is flaky on chromium.linux bots, because of recent change of user activation is consumed for fullscreen, disable it for now, we will fix once we confirm this change will be accepted. https://analysis.chromium.org/p/chromium/flake-portal/analysis/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyQwsSDEZsYWtlQ3VscHJpdCIxY2hyb21pdW0vNzZjYTRlMDhjYzJiYWJlZWI2YzlmOGMwYWU2MjFjYzYxNTdmMTcwMgw Bug: 852645 Change-Id: Idd8799adf603f45c2e6c1de94cef8824c7de83c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636820Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#665141}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/94d5e05157f0..bc30e72cb429 git log 94d5e05157f0..bc30e72cb429 --date=short --no-merges --format='%ad %ae %s' 2019-05-31 jmadill@chromium.org Vulkan: Recycle command pools with vkResetCommandPool. Created with: gclient setdep -r src/third_party/angle@bc30e72cb429 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=cwallez@google.com Change-Id: I747427be420452661704484229642f7d3e244a20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638506Reviewed-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@{#665140}
-
Chris Harrelson authored
This reverts commit 30d10c99. Reason for revert: Fixed underlying bug; see crbug.com/968255. Original change's description: > Revert "Adding fieldtrial testing config for FastBorderRadius" > > This reverts commit 987deaf1. > > Reason for revert: crash on browser_tests in linux-chromeos-dbg (see crbug.com/968255) > > Original change's description: > > Adding fieldtrial testing config for FastBorderRadius > > > > This patch adds a field trial testing config for FastBorderRadius. > > > > Bug: 947715 > > Change-Id: Iff94fdce62a195ead91bf338b40df0380a9aab5d > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632829 > > Commit-Queue: Robert Kaplow (slow) <rkaplow@chromium.org> > > Auto-Submit: Mason Freed <masonfreed@chromium.org> > > Reviewed-by: Robert Kaplow (slow) <rkaplow@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#664252} > > TBR=rkaplow@chromium.org,masonfreed@chromium.org > > Change-Id: I1f36b1b44df65c43e09cab18f238bc0598985146 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 947715, 968255 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1634424 > Reviewed-by: Jun Mukai <mukai@chromium.org> > Commit-Queue: Jun Mukai <mukai@chromium.org> > Cr-Commit-Position: refs/heads/master@{#664424} TBR=mukai@chromium.org,rkaplow@chromium.org,masonfreed@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 947715, 968255 Change-Id: Iecb9ee718680d3c751402da2a2e2773cc1736026 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637871Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Robert Kaplow (slow) <rkaplow@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#665139}
-
Eric Seckler authored
It's possible that the InterningIndex is modified after calling LookupOrAdd (e.g. by adding another entry), in which case the returned InterningIndexEntry pointer would become invalid. Return the entry by value instead and directly mark it as emitted when it is looked up. Bug: 928738, 968176 Change-Id: I3604bb8217a224060aee704f6bb37355bc405bc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636132Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#665138}
-
Pâris MEULEMAN authored
Removes the round trip from native to java between the registration and fetching of the policy. Having the few tests directly handled in native. This simplifies the interface and improves readability on both sides. It also allows for the removal of the following members of native SigninManagerAndroid: dm_token_, client_id_, username_, which goes towards having a stateless SigninManagerDelegate. I couldn't make the native functions const due to the non-const WeakPtrFactory::GetWeakPtr. This is a precursor CL to moving the calls to SigninManagerDelegate. Bug: 963400 Change-Id: I187e607ed251c692d864e13fcf28125eac2550d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617838 Auto-Submit: Pâris Meuleman <pmeuleman@chromium.org> Commit-Queue: Pâris Meuleman <pmeuleman@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#665137}
-
Adithya Srinivasan authored
Change-Id: Id1bd4f914af9eb3f35f646256fe4d2adaeca214c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1634723 Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#665136}
-
Kevin Ellis authored
If an animation has a positive-valued end delay, we need an additional tick at the end time to ensure that the finished event is delivered. Otherwise we stop ticking the animation at the end of the active phase and the limit is not reached until triggered by another event such as a mouse move|click. Bug: 840637 Change-Id: Id811c787833a34f8739b2c10dc2af5b19fa4d17b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1634387Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#665135}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a4c30bf17adb..e90041ab4516 Created with: gclient setdep -r src-internal@e90041ab4516 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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.chrome.try:linux-chromeos-chrome TBR=melandory@google.com,hiroshige@google.com,mlamouri@google.com,loyso@google.com Change-Id: Ibf28137cd6ce083411ce6800fe979766cdd6a2d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638285Reviewed-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@{#665134}
-
Tim van der Lippe authored
This CL introduces the interfaces as defined in https://w3c.github.io/push-api/#pushsubscriptionchangeevent-interface TBR=haraken for gni and json5 configuration files Bug: 646721 Change-Id: I68645a6f7e2bb63011b93c8a471504f7f628bd38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635611 Commit-Queue: Tim van der Lippe <tvanderlippe@google.com> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#665133}
-
Matt Falkenhagen authored
- For service workers, "fonts" and "cpu_profiler" may help diagnose slowness. - For navigations and renderers, "ServiceWorker" may help. Change-Id: Iab39827ff7d94ca503cdb13475d17ac00cff639b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635119Reviewed-by:
Etienne Bergeron <etienneb@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#665132}
-
Andrew Xu authored
A part of code to enable dragging AppList by mouse. To achieve this goal, three key functions are required: (1) Drag AppList by mouse from Peeking/Half state. (2) Drag AppList by mouse from Shelf. (3) Drag AppsGridView by mouse. This CL implements the second function: enable dragging AppList from Shelf by mouse. Bug: 768484 Change-Id: Idfd794dc3d6177ed08001238413e95eb3260caa6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582978Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#665131}
-
Owen Min authored
Make two policy categories to have consistent capitalizations from others. Bug: 968495 Change-Id: Ie27f67d86559b9e6f2d9494a22ce9ff674676274 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637148Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#665130}
-