- 16 Jan, 2020 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2a04803267c6..e9730d75a005 git log 2a04803267c6..e9730d75a005 --date=short --first-parent --format='%ad %ae %s' 2020-01-15 raul@tambre.ee subprocess2: Ensure environment keys and values are strings on Python 3 Created with: gclient setdep -r src/third_party/depot_tools@e9730d75a005 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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: chromium:984182 Tbr: agable@chromium.org Change-Id: I4da110b37114c9040f24c8a9ec39fc341d84fa32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003434Reviewed-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@{#732328}
-
Yuki Shiino authored
BlinkTypeInfo.is_nullable is confusing with IdlType.is_nullable despite that their meaning are different. Rename the former to has_null_value. Bug: 839389 Change-Id: I0ebd15f460730f8b612da60592cfa90ec024cb76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2004366Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#732327}
-
Makoto Shimazu authored
The update checker and the new script loader now reflect the COEP value to the ServiceWorkerVersion. That value is stored in the disk properly. Note that, in this CL, a loader factory passed to a new service worker is created before the new script loader loads the main script. That means the COEP value doesn't take effect until the service worker is restarted. Bug: 1039613 Change-Id: Id23fc14f7acdddb4b7473331cb1376ce5f6fc358 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991064 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#732326}
-
Hitoshi Yoshida authored
PathManager for union types fails if a Union doesn't contain user defined types, because its |components| is empty. This CL makes it to set core as its default component in such cases. Bug: 839389 Change-Id: I423f4691d0435352b0e873af5d679b898afc9465 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2004358Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#732325}
-
Wei-Yin Chen (陳威尹) authored
This CL adopts the aspect ratio from Finch to thumbnail size. If the JPEG has different aspect ratio, regenerate the JPEG file from the ETC1 file. Integration with tab_grid_layout_android_new_tab_tile variation is also added. Everything introduced in this CL is gated by field trail under the enable-tab-grid-layout flag. And most of the Java part is verified to be behind the gating functions FeatureUtilities.isTabThumbnailAspectRatioNotOne() and FeatureUtilities.isAllowToRefetchTabThumbnail() by formal equivalence checking tool here: http://crrev.com/c/1934235. Note: the tool does not support native yet. TBR=yusufo@chromium.org This is based on http://crrev.com/c/1990214/14. Bug: 1041536 Change-Id: I5db65a72b7c56a4546491a13d43872b46ee6e55b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003825 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#732324}
-
Gyuyoung Kim authored
As a step to convert legacy IPCs to the Mojo, this CL converts renderer side's BlinkTest IPC messages to the Mojo. This CL adds the IPC messages to WebTestControl interface in web_test.mojom file. Now it starts to support the original messages. The added methods are as follow, - Reset(); - TestFinishedInSecondaryRenderer(); - LayoutDumpCompleted(string completed_layout_dump); - ReplyBluetoothManualChooserEvents(array<string> events); This CL should not change any behavior. Bug: 1039247 Change-Id: I43dbdbb9d9d4fb20a4f7a55e4e10fbf33e5622ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991045Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#732323}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/772588160e90..308c74fe7331 git log 772588160e90..308c74fe7331 --date=short --first-parent --format='%ad %ae %s' 2020-01-16 szuend@chromium.org Remove SimpleView.syncToolbarItems and use async variant instead 2020-01-16 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@308c74fe7331 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:1032016 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I5533072c0f2e0f7dd2a5cddd889598f97ba96e72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003815Reviewed-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@{#732322}
-
Jiewei Qian authored
It now reports CancelledOnWebAppProviderShuttingDown, which is better conveys the cause. This is a followup for https://crbug.com/1021813. Bug: 1021813 Change-Id: Ib988f30a45a362d3d818ceb6d9a7844cc35d0376 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997424Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Jiewei Qian <qjw@chromium.org> Cr-Commit-Position: refs/heads/master@{#732321}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/0ecc48ecb7a1..631f4258a1ac git log 0ecc48ecb7a1..631f4258a1ac --date=short --first-parent --format='%ad %ae %s' 2020-01-16 enga@chromium.org Suppress Depth32TextureCreationDepthClears on D3D12 NVIDIA 2020-01-16 enga@chromium.org OpenGL: Simplify lazy clear of render pass attachments 2020-01-16 enga@chromium.org D3D12: Simplify lazy clear of render pass attachments 2020-01-16 enga@chromium.org Vulkan: Simplify lazy clear of render pass attachments 2020-01-16 enga@chromium.org Directly load Swiftshader if no Vulkan driver is available 2020-01-16 enga@chromium.org Metal: Implement lazy texture clears Created with: gclient setdep -r src/third_party/dawn@631f4258a1ac If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: I2b0e54f5eb773ac971bd09de80f0a648f7f59932 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003818Reviewed-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@{#732320}
-
Kenichi Ishibashi authored
This method depends on in memory representation of some service worker objects (e.g. ServiceWorkerRegistration and ServiceWorkerVersion). Move it to ServiceWorkerRegistry. Bug: 1039200 Change-Id: I2c11ff418504289c85ffbeb570b934069899b56c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2004355 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#732319}
-
Gauthier Ambard authored
This CL adds tests for deleting custom search engine. Fixed: 1041399 Change-Id: I0ce5434551538dd793fde8098209e37db0813707 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2002569 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#732318}
-
Nikita Podguzov authored
This component is responsible for actual sending print job to the Chrome printing pipeline. Bug: 996785 Change-Id: I9d1e2f2b55fffbf0d876af222fdebb0b8d0989a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1962200Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Commit-Queue: Nikita Podguzov <nikitapodguzov@chromium.org> Cr-Commit-Position: refs/heads/master@{#732317}
-
Hitoshi Yoshida authored
Bug: 839389 Change-Id: Ic00dc613f470f10c3ada307d313fb12bd7c813df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994037Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#732316}
-
Yoshifumi Inoue authored
This patch introduces |DCHECK()|s to |AssociateWithLayoutObject()| to help identify root cause of issue 1039470. Bug: 1039470 Change-Id: I29aeb05eb7015c62f9908d9ce538460d72742aa2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2004176 Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#732315}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 453258c6. 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=robertma No-Export: true Change-Id: I83e707b643d9ea2f2e86d281f32a5c0140b0719e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2002634Reviewed-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@{#732314}
-
Kent Tamura authored
Also, - Remove LayoutMenuList::DidSelectOption(). - Add HTMLFormControlElement::UpdateFromElement() to add DidUpdateMenuListActiveOption() to each of LayoutMenuList::UpdateFromElement() calls. This CL is a preparation to build a LayoutNG counterpart of LayoutMenuList. This CL has no behavior changes. Bug: 1040828 Change-Id: If7917af101119a830e899a50711a6c1491e22eb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003164Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#732313}
-
Simon Que authored
This is now being set in builder.star(). R=agable@chromium.org, gbeaty@chromium.org, tikuta@chromium.org Bug: 1040754 Change-Id: I61eaadb39886f78edcd0a265da36f689b0261cf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2004352Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Simon Que <sque@chromium.org> Cr-Commit-Position: refs/heads/master@{#732312}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/5b8d2fcb2c08..52ccb5e5b6e7 git log 5b8d2fcb2c08..52ccb5e5b6e7 --date=short --first-parent --format='%ad %ae %s' 2020-01-16 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 1d541bc5..374f209d (732155:732255) Created with: gclient setdep -r src/third_party/webrtc@52ccb5e5b6e7 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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 Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I2aa14012419c84c3f1edd17fdef578e330807466 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003120Reviewed-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@{#732311}
-
Bartek Nowierski authored
This brings back counter descriptions reverted in https://chromium-review.googlesource.com/c/chromium/src/+/1982338 for those browsing historical data. Bug: 1018156 Change-Id: I12b2d952c5517d7fa98a858e314c5c78768255b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980602 Commit-Queue: Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Auto-Submit: Bartek Nowierski <bartekn@chromium.org> Cr-Commit-Position: refs/heads/master@{#732310}
-
Simon Que authored
It is confusing when we want to add ATS, because these builders use Linux machines, which get enable_ats=True if they have an RBE goma_backend. Better to remove the goma_backend setting to avoid this confusion. R=agable@chromium.org, gbeaty@chromium.org, tikuta@chromium.org Bug: 1040754, 950413 Change-Id: Ie445bad69756ea24b7129f085e384af8635bdf60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2004351Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Simon Que <sque@chromium.org> Cr-Commit-Position: refs/heads/master@{#732309}
-
Will Cassella authored
Change-Id: I6e1109cf6ab7b8e3a40910fec3f2e9a54cb4d578 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994267 Commit-Queue: Will Cassella <cassew@google.com> Reviewed-by:
Piotr Bialecki <bialpio@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#732308}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c885431d04db..1c06fa2e9433 Created with: gclient setdep -r src-internal@1c06fa2e9433 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 Bug: chromium:1028270,chromium:1034629,chromium:1041618,chromium:1041701 Tbr: jbudorick@google.com Change-Id: If5439d4d79c30a9e429a05903ffe72e92a91a4ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003121Reviewed-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@{#732307}
-
Jinsuk Kim authored
Preview Tab is using PreferenceManager to control the visibility of "new" label on the corresponding context menu items. This CL migrates it to use the feature engagement system so that it is fully controlled as IPH. The context menu has 2 menu items for preview tab feature (open link and image) but their 'new' labels are handled as one. i.e. they disappear at the same time if user accesses preview tab via either of the menu items. The label handling for Google Lens is reverted. It needs to be taken care of by a separate feature engagement entry. The label remains visible for now. Bug: 1027718, 902140 Change-Id: I5d68d4f5e8c71f66c2c3c91a875152d1c4b128dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1985838 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Donn Denman <donnd@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Sinan Sahin <sinansahin@google.com> Cr-Commit-Position: refs/heads/master@{#732306}
-
Takashi Toyoshima authored
It has been postponed. Bug: 924471, 662000 Change-Id: I18df2e351fef309645967a71d436087a02577601 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2002051 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Auto-Submit: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#732305}
-
Kent Tamura authored
This function is never called because |AutoscrollController:: autoscroll_layout_object_| can't be LayoutTextControlSingleLine, which is not scrollable. This CL should have no behavior changes. Bug: 1040828 Change-Id: I0540a3ca0c69c033f94922c70b7f4dbf6404dbc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003161Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#732304}
-
Jochen Eisinger authored
This reverts commit 20a3cdfb. Reason for revert: it's X-Chrome-offline Original change's description: > Add crash key for non-CORS-safelisted header names send by 1p apps > > Bug: 873178 > Change-Id: I696313dd80fb0801d951ff6c6e0c50661f84a63a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000599 > Reviewed-by: Ted Choc <tedchoc@chromium.org> > Commit-Queue: Jochen Eisinger <jochen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#731685} TBR=tedchoc@chromium.org,jochen@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 873178 Change-Id: I6c0c61caec0ffb14d50a010f36aba24ed0a657e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2002583Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#732303}
-
Yoichi Osato authored
This CL deletes the default copy constructor and introduce a move constructor and CopyFrom() method for preparing ResourceRequest copy removal. This is a preparation to introduce PendingRemote, which is non-copiable, into ResourceRequest for streaming body upload (design doc: http://bit.ly/2tSWsIH). Bug: 787704 Change-Id: I9a4d564a85f8a2723f581726362a64082f99a726 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1948393Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#732302}
-
Kazuki Takise authored
BUG=None TEST=compiles Change-Id: I1a631831f9e9fe61066d483f3ae691bee872c88f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994030Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Kazuki Takise <takise@chromium.org> Auto-Submit: Kazuki Takise <takise@chromium.org> Cr-Commit-Position: refs/heads/master@{#732301}
-
sczs authored
- UpdateAndAccept takes a cardholderName, expirationMonth and expirationYear as parameters and sends this to the RunSaveCardPromptCallback. - Updates SaveCardManager to support the new editing functionality on iOS so the Username and Date FixFlows are not presented. Change-Id: Ie26130431c9d3ffec79078fccbe81f329661e1f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893827 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#732300}
-
Raul Tambre authored
Works the same as before. Traceback (most recent call last): File "../../tools/polymer/polymer.py", line 503, in <module> main(sys.argv[1:]) File "../../tools/polymer/polymer.py", line 496, in main if (type(l) != unicode): NameError: name 'unicode' is not defined Bug: 941669 Change-Id: I81cd5776180b8b872c8323a4d520ddb1da3f37cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1996363Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Raul Tambre <raul@tambre.ee> Auto-Submit: Raul Tambre <raul@tambre.ee> Cr-Commit-Position: refs/heads/master@{#732299}
-
Chris Hall authored
This change adds a new language detection feature which is behind its own feature flag to keep it separate from the existing language detection support. While the feature flag is off this change should not be user visible. The earlier version of language detection only supported static content - that is page content which was present at initial load. This new feature supports dynamic content - that is page content loaded after the initial page load. R=dmazzoni,akihiroota,aboxhall Bug: 889370 Change-Id: I98154c3d7a80f3f1a6bbf5bc6b29dc2088e01c41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697741 Commit-Queue: Chris Hall <chrishall@chromium.org> Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#732298}
-
Tao Bai authored
Bug: 1035079 Test: add new tests. Change-Id: Ided6bf55c2c1b73178065d7f4e43b7cc1c19c6ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1972933 Commit-Queue: Tao Bai <michaelbai@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#732297}
-
Aaron Colwell authored
This change introduces a Handle object so that Mojo services can preserve the security state beyond the lifetime of the RenderProcessHostImpl object. This allows consistent security checks to occur even during the period when the renderer process is shutting down and there are still pending Mojo operations in flight. This will be used to remove all remaining uses of ChildProcessSecurityPolicyImpl::HasSecurityState() in follow-up CLs. - Implements new Handle object that allows security checks to provide consistent results after ChildProcessSecurityPolicyImpl::Remove() is called. - Convert blob code to use Handle instead of the HasSecurityState() workaround. This is an updated version of https://crrev.com/c/1534368 . Further discussion of the history and reasons for this CL can be found there. Bug: 1035399, 943887 Change-Id: I6165fad4308643a1ddc845690443e8efceac65f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975165Reviewed-by:
Aaron Colwell <acolwell@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Aaron Colwell <acolwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#732296}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/47bc3d60ef2d..363ca672af34 git log 47bc3d60ef2d..363ca672af34 --date=short --first-parent --format='%ad %ae %s' 2020-01-16 treehugger-gerrit@google.com Merge "trace_processor: fix RestoreInitialTables()" 2020-01-16 treehugger-gerrit@google.com Merge "Enable CreateMayFile to fail gracefuly when faced with errors opening the socket." 2020-01-15 oysteine@google.com Merge "Fixed a nanosecond vs microsecond issue with streaming profile packets" Created with: gclient setdep -r src/third_party/perfetto@363ca672af34 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: perfetto-bugs@google.com Change-Id: I1f858af67e069809d123440da0132550481760bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2004070Reviewed-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@{#732295}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/5349f3c9d904..5fc197dc7669 git log 5349f3c9d904..5fc197dc7669 --date=short --first-parent --format='%ad %ae %s' 2020-01-15 jonahr@google.com Disable MSVC warning 4065 Created with: gclient setdep -r src/third_party/swiftshader@5fc197dc7669 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I5bc6ff9222582f95ee298713328785964c8895f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003488Reviewed-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@{#732294}
-
Kenichi Ishibashi authored
Before this CL, FindRegistrationForClientUrl() worked like the below: 1. Initialize database if it's not via LazyInitialize(). LazyInitialize() initializes |registered_origins_|. 2. Check if |registered_origins_| contains registration(s). If not, try to find registrations from installing ones. 3. If |registered_origins_| contains registration(s), try to find registrations from database. This ordering doesn't fit well for the storage service migration because step 2 depends on in-memory representation of registrations but we want to move step 1 and 3 to the storage service. Keeping this ordering will require exposing low-level methods like LazyInitialize() to content/. This CL changes the ordering as the blow so that we don't have to expose low-level methods: 1. Initialize database if it's not via LazyInitialize(). 2. Check |registered_origins_| if there is stored registration(s). If not exists, skip database lookup and go to step 4. 3. Try to find registrations from database. 4. If NOT_FOUND is returned from database, try to find registrations from installing ones. The semantics changed slightly but it should be almost the same. There will be two following CLs which do the same for FindRegistrationForScope() and FindRegistrationForId{,Only}(). Bug: 1039200 Change-Id: I97a7821f9c534faae6ab4a638da6d731a4455a6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999974 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#732293}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/cd341453..3b5fd175 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I2b1feb0251cbdfcfc09f52797884417e2401dd08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003874Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#732292}
-
Simon Que authored
We want to enable ATS for all builders using an RBE backend. This will be done programmatically in builders.star, so that we don't have to update builder configs individually. In this CL, we test out this feature on Windows builders currently using RBE. This should be a no-op for generated builder configs. The only changes in cr-buildbucket.cfg are to these builders' configs: - win-celab-tester-rel: test-only, unaffected by goma flags - win-pixel-builder-rel: did not explicitly specify because it is assigned a Windows 10 bot elsewhere, added explicit Windows 10 value. R=agable@chromium.org, gbeaty@chromium.org, tikuta@chromium.org Bug: 1040754 Change-Id: If7e97e1a444527b5e72413988f02108b06870ac6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2004186Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Simon Que <sque@chromium.org> Cr-Commit-Position: refs/heads/master@{#732291}
-
Tom McKee authored
The PresentationTimeCallbackBuffer now supports callbacks that expect to be run on the compositor thread. They need to be run once the corresponding frame has been presented. This CL makes sure these callbacks get run on the right thread at the right time. This is preparatory work needed to support First Scroll Delay which will use compositor-side callbacks to track presentation timestamps. Bug: 922980 Change-Id: I4d1f7056510793ecaac1e96e89b6d7d5084d37f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835150 Commit-Queue: Tom McKee <tommckee@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#732290}
-
Ilia Samsonov authored
https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/5395345ca4f0..306f3754a71d $ git log 5395345ca..306f3754a --date=short --no-merges --format='%ad %ae %s' 2019-12-30 absl-team Googletest export 2019-12-30 absl-team Googletest export 2019-12-26 absl-team Googletest export 2019-12-19 absl-team Googletest export 2019-12-18 absl-team Googletest export 2019-12-18 absl-team Googletest export 2019-12-20 kontakt Make move operation noexcept. 2019-12-20 kontakt Define default destructor for test classes 2019-12-20 kontakt Deleted functions as part of public interface 2019-12-20 kontakt Review notes: Return T& from assignment operators 2019-12-17 kontakt Disable move constructor and assignment operator for test classes. 2019-12-16 krzysio Googletest export 2019-12-10 syoussefi Revert "Googletest export": disallow empty prefix 2019-12-10 syoussefi Revert "Googletest export": Remove test for empty prefix 2019-12-16 syoussefi Workaround VS bug w.r.t empty arguments to macros 2019-12-12 absl-team Googletest export 2019-12-11 absl-team Googletest export 2019-12-10 absl-team Googletest export 2019-12-06 misterg Googletest export 2019-12-13 kravlala.1 Activate GNU extensions in case of MSYS generator 2019-12-05 absl-team Googletest export 2019-12-05 absl-team Googletest export 2019-12-05 absl-team Googletest export 2019-12-02 absl-team Googletest export 2019-11-27 krystian.kuzniarek Revert "remove MSVC workaround: wmain link error in the static library" 2019-11-27 krystian.kuzniarek Revert "unify googletest and googlemock main functions" 2019-11-27 Oleksandr.Yefremov Rename test case to test suite 2019-11-26 absl-team Googletest export 2019-11-25 absl-team Googletest export 2019-11-25 mate.pek README.md: added Catch2 and Google Test Explorer 2019-11-25 maximilianschwab Fixed typo 2019-11-22 absl-team Googletest export 2019-11-20 absl-team Googletest export 2019-11-17 krystian.kuzniarek unify googletest and googlemock main functions 2019-11-17 krystian.kuzniarek remove MSVC workaround: wmain link error in the static library 2019-11-22 krystian.kuzniarek remove Nokia's Symbian compiler workaround: SafeMatcherCastImpl 2019-11-22 krystian.kuzniarek consistency fix for SafeMatcherCastImpl member functions 2019-11-17 krystian.kuzniarek remove MSVC workaround: cease const dropping 2019-11-17 krystian.kuzniarek remove MSVC workaround: warning 4355 2019-11-14 krystian.kuzniarek remove MSVC workaround: error C2665 2019-11-14 krystian.kuzniarek remove MSVC workaround: accessing namespace scope from within nested classes 2019-11-22 krystian.kuzniarek remove stale comments about older GCC versions 2019-11-22 krystian.kuzniarek remove g++ 2.95.0 workaround: no space after first comma in macros 2019-11-22 krystian.kuzniarek remove g++ 3.3 workaround: using on operator<< 2019-11-21 Christoph.Strehle Fix compile break for Microsoft Visual Studio 2017 v141 2019-11-19 absl-team Googletest export 2019-11-18 absl-team Googletest export 2019-11-16 xyb Fix internal memory leak in Windows _Crt report. 2019-11-15 b.gianfo Fix FlatTuple compilation on older msvc. 2019-11-08 absl-team Googletest export (...) 2019-10-25 piotrwn1 Apply 80chars limit 2019-10-24 piotrwn1 Tests simplified and names corrected (POD->scalar) 2019-09-10 krystian.kuzniarek remove BiggestInt 2019-10-23 absl-team Googletest export 2019-10-23 joshdcannon Revert "Merge pull request #2498 from thejcannon:noexcept_spec" 2019-10-22 absl-team Googletest export 2019-10-22 absl-team Googletest export 2019-10-23 piotrwn1 Added more tests to verify: ReturnRef not accept temporary 2019-10-22 piotrwn1 Added tests verifying that temporaries are accepted by ReturnRef 2019-10-22 absl-team Googletest export 2019-10-22 piotrwn1 Prevent using ReturnRef on reference to temporary 2019-10-21 absl-team Googletest export 2019-10-18 absl-team Googletest export 2019-10-19 41349879+cloudrex Remove extra space 2019-10-18 dieter.gnaier Fix Issue 2418 2019-10-18 misterg Googletest export 2019-10-17 absl-team Googletest export 2019-10-17 absl-team Googletest export 2019-10-17 lesha [googletest] Output skip message 2019-10-16 absl-team Googletest export 2019-10-11 joshdcannon Avoid recursive macros 2019-10-09 robert Add more override keywords 2019-10-07 chrisjohnsonmail Update to distinguish prelease purpose of this fork. 2019-10-11 joshdcannon Removing extraneous parenthesis 2019-10-11 joshdcannon Evaluate and cat NARG in different macros 2019-08-29 chrisjohnsonmail Add ESP8266 configs to PlatformIO build 2019-08-28 chrisjohnsonmail feat: Add support for ESP8266 platform 2019-10-11 joshdcannon Removing extraneous test 2019-10-11 joshdcannon Replace compile-test with preprocessor test 2019-10-11 joshdcannon Fix preprocessor tests 2019-10-11 joshdcannon Add a compile test 2019-10-11 joshdcannon Workaround MSVC VA_ARGS weirdness 2019-10-11 misterg Googletest export 2019-10-10 absl-team Googletest export 2019-10-10 absl-team Googletest export 2019-10-11 krystian.kuzniarek clean-up broken paths for PlatformIO 2019-10-10 chrisjohnsonmail chore: update version 2019-10-10 joshdcannon Made noexcept condition more exciting 2019-10-09 absl-team Googletest export 2019-10-09 zeb Mention Cornichon as a related open source project 2019-10-07 joshdcannon Use declval in noexcept expression 2019-10-07 joshdcannon Switch to free function to avoid GCC bug 2019-10-07 joshdcannon Avoid comma operator 2019-10-07 joshdcannon Fix spacing 2019-10-07 joshdcannon Use the verbatim noexcept spec in MOCKED_METHOD 2019-09-05 krystian.kuzniarek remove GTEST_ARRAY_SIZE_ 2019-08-22 krystian.kuzniarek mention the existing support for wide strings in string matchers 2019-08-22 krystian.kuzniarek change usings 2019-09-10 krystian.kuzniarek change includes in gtest-port.h 2019-09-10 krystian.kuzniarek remove GTEST_HAS_STD_STRING 2019-09-10 krystian.kuzniarek remove a dead function Created with: roll-dep src/third_party/googletest/src Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel,mac_optional_gpu_tests_rel Bug: 1023677, 1039450 Change-Id: I17509b0e81b34f33e9f210042aa462da55578913 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1955786Reviewed-by:
Patrik Höglund <phoglund@chromium.org> Reviewed-by:
Mohammad Refaat <mrefaat@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#732289}
-