- 01 Nov, 2019 40 commits
-
-
Eero Häkkinen authored
This CL renames CreateAlwaysUseUTF8ForText to CreateUTF8Decode and CreateAlwaysUseUTF8WithoutBOMForText to CreateUTF8DecodeWithoutBOM in TextResourceDecoderOptions. This is to make it easier to distinguish these two named constructors, to match with the spec names and to shorten the names. Bug: 796192 Change-Id: Ib3ee204b1e0c81a95ab0ca58f47def892525984e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893260 Commit-Queue: Eero Häkkinen <eero.hakkinen@intel.com> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Ben Kelly <wanderview@chromium.org> Cr-Commit-Position: refs/heads/master@{#711659}
-
Julie Jeongeun Kim authored
This CL is a part of effort for converting mojom::URLLoaderClient to new Mojo types. It converts URLLoaderClientPtrInfo to new Mojo types using PendingRemote and keeps URLLoaderClientPtr yet. On a follow-up CL, URLLoaderClientPtr will be handled with new Mojo types. Bug: 955171 Change-Id: I659a7e0d409a8fe86e72e0dcb504fe7fa1082592 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893112Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#711658}
-
Kent Tamura authored
It was deprecated in M79. I2DR: https://t.co/ngv1jxRKwk Bug: 981720 Change-Id: I5c365aaaa65c66a4dccd7224e4ad5d482b6ad2ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1892971Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#711657}
-
Chih-Yu Huang authored
When we allocate frames with new layout, we always need to know the maximum number of frames. This CL combines SetMaxNumFrames() and NegotiateFrameFormat() to RequestFrames() to simplify the interface. BUG=b:136716638 TEST=media_unittests --gtest_filter=PlatformVideoFramePoolTest* TEST=video_decode_accelerator_tests on Kevin and Eve Change-Id: I7c194a9107319f1a91da961140548216d2240e8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1861437 Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#711656}
-
Marina Sakai authored
This CL removes a macro-generated fucntion for a private property of NamedConstructor, and replaces it with the new API GetSymbol, which uses an instance address of V8PrivateProperty::SymbolKey as a key to get Symbol. Bug: 715418 Change-Id: I2e56fbf6354643f7d81e15774bb8774e98048288 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895020Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Marina Sakai <marinasakai@google.com> Cr-Commit-Position: refs/heads/master@{#711655}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/95bb5f86b1c0..05ff793e61e6 Created with: gclient setdep -r src-internal@05ff793e61e6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I6dd00adbd986e800813f48d21c129fb4a6208e41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893787Reviewed-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@{#711654}
-
Tsuyoshi Horo authored
Bug: 1018640 Change-Id: Ifeed5db772abface2d6ed9a6b12c3f6e0a8481e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893127Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#711653}
-
Mario Sanchez Prada authored
Convert the remaining bits referencing the VideoSourceProvider mojo interface (from video_capture service) using the old APIs to the new mojo types, and adapt unit tests. Bug: 955171 Change-Id: I321f8d47bd0efc12bc054ad13e4ac44f02516da3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1886854 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#711652}
-
Mario Sanchez Prada authored
Convert the remaining bits referencing the VideoSource mojo interface (from video_capture service) using the old APIs to the new mojo types, and adapt unit tests. Bug: 955171 Change-Id: Ib647a30ca7c95683bf9edca0e89d7bba1ce53d75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1886893 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#711651}
-
Marina Sakai authored
This CL removes a macro-generated fucntion for a private property of Global, and replaces it with the new API GetSymbol, which uses an instance address of V8PrivateProperty::SymbolKey as a key to get Symbol. Bug: 715418 Change-Id: I12c60681dfa521d30dd4ec88f9cc9887e1770541 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895094Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Marina Sakai <marinasakai@google.com> Cr-Commit-Position: refs/heads/master@{#711650}
-
Marina Sakai authored
The function CreateCachedV8Private, which is not recommended to use because of calling ForApi(), is called only in one place. So, this CL writes the contents of the function directly in the place where uses the function, and removes the function. The macro V8_PRIVATE_PROPERTY_SYMBOL_STRING is also called only in one place. So, we replace the macro with a constant string. Bug: 715418 Change-Id: Ie136200f3b87d760aa79556f835c8438e8ad47ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893602Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Marina Sakai <marinasakai@google.com> Cr-Commit-Position: refs/heads/master@{#711649}
-
chromium-autoroll authored
Roll ChromeOS orderfile from 79-3940.0-1572257069-benchmark-79.0.3945.20-r1 to 80-3940.0-1572255699-benchmark-80.0.3951.3-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-orderfile-chromium Please CC c-compiler-chrome@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_EXTRA_TRYBOTS= TBR=c-compiler-chrome@google.com Change-Id: Iafdc442ccf05d89a137253a452b07de5ab56b52b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895152Reviewed-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@{#711648}
-
Antonio Gomes authored
This is a fixup CL of [1] spotted and report by hbos@chromium.org on [2]. [1] https://crrev.com/c/1842414 (Onion soup RTCPeerConnectionHandler and its direct dependences) [2] https://crrev.com/c/1842414/14#message-daf2b117b98895c3692a635ac873e249e6f905c1 Basically the original CL was supposed to replace the code that used to bound PeerConnectionTracker to its associated mojom::Receiver instance in [3] by the corresponding code in Blink. However, the replacement code got accidentally missing while rebasing the CL over and over. [3] https://crrev.com/c/1842414/14/content/renderer/render_thread_impl.cc#b777 This CL amends the original CL with the proper code in blink/renderer/modules/modules_initializer.cc@RegisterInterfaces(). TEST=<out>/browser_tests --gtest_filter=WebRtcInternalsPerfBrowserTest.MANUAL_RunsAudioVideoCall60SecsAndLogsInternalMetricsVp8 \ --run-manual --ui-test-action-max-timeout=100000 --test-launcher-timeout=100001 Manual test= Open Chromium load about:webrtc-internals and [4]. It is expected that WebRTC statistics appear. [4] https://codepen.io/anon/pen/JQLEqR?editors=1010 R=haraken@chromium.org TBR=guidou@chromium.org, hbos@chromium.org BUG=787254 Change-Id: I88f26b8cbcc09b707f6db5c9e7ba40bdbd8e82e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893293Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Reviewed-by:
Antonio Gomes <tonikitoo@igalia.com> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#711647}
-
Daniel Cheng authored
The JSON files that are merged by the helper script generally contain a lot of values. The regex matcher in Python is quite optimized, so it's faster to combine identical cases with '|' rather than adding multiple merge helpers that execute the same thing. Savings when run locally on my dev machine are around 500ms-1000ms. Bug: 1014845 Change-Id: I36af02140b5efa2cbd306f7f1fb6c26f93f37a29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894416Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Auto-Submit: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#711646}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-compile-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-compile-chrome BUG=762641 TBR=chrome-os-gardeners@google.com Change-Id: Ie4d22e3f2fc9bbdc1396cc26343d036cfd317063 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893299Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#711645}
-
Maggie Cai authored
This CL adds a method to add a preferred app with specific intent filter to ARC. Currently the existing method uses the previous queried intent info in the ARC code base, however, with the new intent handling implementation, the query happened in Chrome OS and ARC does not have this information anymore, we need to send the corresponding intent filter to ARC to be able to set the preferred app. BUG=853604 Change-Id: I7b3bf11deb920aadd9f6421d9f05d313bbdd8850 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1882194 Commit-Queue: Maggie Cai <mxcai@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
David Jacobo <djacobo@chromium.org> Cr-Commit-Position: refs/heads/master@{#711644}
-
Ken Rockot authored
This switches extensions code to the new DataDecoder API. As a result none of this stuff depends on the Service Manager anymore so a bunch of Connector plumbing and awkward test setup is also deleted here. Bug: 977637 Change-Id: Ib4e995c75673e349c165aeb375bd78d4d7eb43af Tbr: poromov@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881807 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#711643}
-
Chromium WPT Sync authored
Using wpt-import in Chromium d2fe3087. With Chromium commits locally applied on WPT: 1d5b803f "Add WebVTT support for inline styling - Web Platform Tests" 9be931cb "[WPT/common/security-features] Refactor navigable tests" 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: bokan@chromium.org: external/wpt/visual-viewport NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: I00d5adb0041cc07638610503b024321c35c81d49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893298Reviewed-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@{#711642}
-
Yuki Shiino authored
Bug: 839389 Change-Id: I2094369240b2174bf2cc874a79bec1f4222bc3d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893113Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#711641}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/bf5ec7271d5c..98f3379d14d4 git log bf5ec7271d5c..98f3379d14d4 --date=short --no-merges --format='%ad %ae %s' 2019-10-31 akeshet@chromium.org sysmon: add getty to the list of named counted processes 2019-10-31 vapier@chromium.org gs: drop ts_mon usage 2019-10-31 andrewlamb@chromium.org Add replication_util, which implements ReplicationConfig proto 2019-10-31 lamontjones@chromium.org gs: add "can't start new thread" transient error. 2019-10-31 saklein@chromium.org depgraph.proto: Compile newest version. 2019-10-31 tcwang@google.com afdo: Fix the AFDO names to check on afdo verify builders. Created with: gclient setdep -r src/third_party/chromite@98f3379d14d4 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: Iecf1818c3257b0a229865f3607c80c3356431124 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894800Reviewed-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@{#711640}
-
Marina Sakai authored
This CL removes macro-generated fucntions for private properties of SCRIPT_PROMISE_PROPERTIES, and replaces them with the new API GetSymbol, which uses an instance address of V8PrivateProperty::SymbolKey as a key to get Symbol. Bug: 715418 Change-Id: I0f511b0cf8286ac133e473d32b44620d9d799dc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893128Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Marina Sakai <marinasakai@google.com> Cr-Commit-Position: refs/heads/master@{#711639}
-
Alice Boxhall authored
TBR=dmazzoni@chromium.org Bug: 1020456 Change-Id: I0cc01b417380f0ebdaae528cdd4dca0dbe720f65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893489Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Commit-Queue: Alice Boxhall <aboxhall@chromium.org> Cr-Commit-Position: refs/heads/master@{#711638}
-
Zhongyi Shi authored
When path degrading is detected, QUIC connection migration cannot start until a new network becomes available. This change collect how long it takes to have the new network become available after detecting path degrading. And it can be used to help provide feedback to: 1. platform: decide how aggressive network switch should happen; 2. cronet embedders: decide how fast it should pull up the cellular network when connection migration is enabled. Change-Id: I746d80dfd0bd1e1db8856a939aa06067b1a9577d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894044Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Ryan Hamilton <rch@chromium.org> Auto-Submit: Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#711637}
-
Jonathan Ross authored
This test is often causing a crash in the test runner. With an incorrect message sent to third_party/blink/tools/blinkpy/common/message_pool.py TBR=backer@chromium.org TEST= compositing/overflow/scrollbar-layer-placement.html vulkan_native_blink_web_tests Bug: 1018884 Change-Id: I1f61196f0c247e33574f7b0d46a3d2691ebb0028 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893378Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#711636}
-
Yusuke Sato authored
This allows unit tests that uses FakeConciergeClient to test the case where base::nullopt response is passed to these callbacks without needing to modify the existing tests at all. BUG=b:136128691 TEST=try Change-Id: I25b31be7f060b419184e891413d21b5a645ac46b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894042Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#711635}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/10d5ae79..5bb0ce8e 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: Ie712fb29c2bf0ab94432857667d4e88a3f9496bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893297Reviewed-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@{#711634}
-
Mason Freed authored
This CL removes (except for the enums) three unused RAPPOR metrics. There are equivalent UKM metrics for these Web Components features. Bug: 1016906 Change-Id: I13c14ab3113c5f39502ee00ec2b41140cbeaa19f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893519 Auto-Submit: Mason Freed <masonfreed@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#711633}
-
Yoshifumi Inoue authored
This patch changes |{Start,End}PositionForLine()| to utilize |NGInlineCursor| for prepeation of migraiting to |NGFragmentItem|. This patch moves implementations of |Line{Start,End}Point()| to |NGInlineCursor| from |NGPhysicalLineBoxFragment| to share code for improving code health. Bug: 982194 Change-Id: I899c2ff9f1a38a5da74665d2208732c5de324c03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888241 Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#711632}
-
Gyuyoung Kim authored
This CL converts old Mojo types of Connector interface to new Mojo types. Major changes are as below, - Rename BindConnectorRequest to BindConnectorReceiver - Apply mojo::PendingReceiver to Connector::Create - Convert FooRequest to mojo::PendingReceiver - Convert FooPtr to mojo::PendingRemote or mojo::Remote Bug: 955171 Change-Id: I51bfc5611f421f1754c3bda98b67d0d44b08745b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1887250 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#711631}
-
Alex Danilo authored
Adds percentage complete string for translation. Bug: 1014771 Change-Id: I043b9f8127fe51732eb65ccbb68ed1257c02d901 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890401 Commit-Queue: Alex Danilo <adanilo@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#711630}
-
David Benjamin authored
I don't have any immediate evidence that these are called on empty strings or vectors, but this was an easy enough regex to write so just fix them. Bug: 923166 Change-Id: Iea616099c2ce755e2783e4929911e5844049bba8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894623Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Ryan Sleevi <rsleevi@chromium.org> Cr-Commit-Position: refs/heads/master@{#711629}
-
Matt Falkenhagen authored
When uploading form data in a subresource request that goes through a service worker, ServiceWorkerSubresourceLoader::DispatchFetchEvent() converts network::ResourceRequest(=network.mojom.URLRequest) to blink::mojom::FetchAPIRequest which means the body is converted from network::ResourceRequestBody(=network.mojom.URLRequestBody) to blink::mojom::FetchAPIRequestBody, which means each body element is converted from network::DataElement(=network.mojom.DataElement) to blink::FormDataElement(=blink.mojom.FetchAPIDataElement). The conversion of files was incorrectly assuming Latin-1 file paths. Use blink::FilePathToString() instead for less breakage. Bug: 1017184 Change-Id: Iabf96f3dda129f60bb03fbe98dc33d89f0d0bb63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888855Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#711628}
-
Marina Sakai authored
This CL removes a macro-generated fucntion for a private property of PopStateEvent, and replaces it with the new API GetSymbol, which uses an instance address of V8PrivateProperty::SymbolKey as a key to get Symbol. Bug: 715418 Change-Id: Iaabcd308a18c20eabfa5c4c53ec32d5b72cd4fbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893481Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Marina Sakai <marinasakai@google.com> Cr-Commit-Position: refs/heads/master@{#711627}
-
Marina Sakai authored
"kPrivatePropertyXXX" should be much easire to understand what the variables are for those who are not experts of bindings than "kSymbolKeyXXX". So, this CL renames the keys. Bug: 715418 Change-Id: I81d1a840a252184f80c6b4ddf61079fbe144a51f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893597Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Marina Sakai <marinasakai@google.com> Cr-Commit-Position: refs/heads/master@{#711626}
-
nancy authored
BUG=1011235 Change-Id: Id3db4f6c2415009b33b6b1023270fde8a493c0bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893595 Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#711625}
-
Chromium WPT Sync authored
Using wpt-import in Chromium bb5c6687. With Chromium commits locally applied on WPT: 1d5b803f "Add WebVTT support for inline styling - Web Platform Tests" 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: I0da62a896e691d3028d0c3519cf84a9fd1d8c76f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894812Reviewed-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@{#711624}
-
Meredith Lane authored
Simple follow up CL to add a comment and link to bug that was mistakenly omitted during sheriffing. See: https://chromium-review.googlesource.com/c/chromium/src/+/1880408 TBR=tobyhuang@chromium.org Change-Id: I4d63454c6e9f960907bfa45a05cdc92fe54f5f6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891812Reviewed-by:
Meredith Lane <meredithl@chromium.org> Commit-Queue: Meredith Lane <meredithl@chromium.org> Cr-Commit-Position: refs/heads/master@{#711623}
-
Dmitry Gozman authored
Regressed by crrev.com/83d5d416. DidObserveLoadingBehavior should come after DispatchDidCommitLoad, and the order got reversed while moving DispatchDidCommitLoad call a bit later in the navigation commit process. Bug: 1020082 Change-Id: I0c636f8d64b917a49902e560a38b1f0cb3c7bfe8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893688Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#711622}
-
Justin Cohen authored
This reverts commit 856b8913. Reason for revert: This breaks iOS downstream. Original change's description: > Limit GN visibility of libxml for security audit control. > > This splits the libxml_utils helper classes into xml_reader and > xml_writer targets. The xml_writer can be safely used from any target. > The xml_reader has strictly limited visibility to locations that are > audited by the Security Team. Direct access to the libxml target is now > also limited. > > Bug: 699306 > Change-Id: I141de7d855f5cb8e886e99403e048cf331f7320c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884750 > Reviewed-by: Nico Weber <thakis@chromium.org> > Reviewed-by: David Benjamin <davidben@chromium.org> > Reviewed-by: Owen Min <zmin@chromium.org> > Reviewed-by: Rohit Rao <rohitrao@chromium.org> > Reviewed-by: Reilly Grant <reillyg@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Commit-Queue: Robert Sesek <rsesek@chromium.org> > Cr-Commit-Position: refs/heads/master@{#711536} TBR=rohitrao@chromium.org,dcheng@chromium.org,davidben@chromium.org,thakis@chromium.org,reillyg@chromium.org,zmin@chromium.org,rsesek@chromium.org Change-Id: Iaeae81ddebcf43482fbd3c26b806147a8147d0fa No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 699306 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893967Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#711621}
-
Kevin Qin authored
There are 3 more OpenXR events that require actions: 1. XrEventDataInstanceLossPending: Destroy instance and exit presentation 2. XrEventDataInteractionProfileChanged: change WebXR input profiles 3. XrEventDataReferenceSpaceChangePending: Update Local to Stage Space transform Fixed: 1020354 Change-Id: I03ac3ef5fe4fcd70d4f1943c389456ca72ef1a75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842615 Commit-Queue: Zheng Qin <zheqi@microsoft.com> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#711620}
-