- 03 Oct, 2019 40 commits
-
-
Tim van der Lippe authored
After converting the `ui/` folder to ESM, there was a significant performance regression in terms of file size of the `resources.pak`. It turns out that we were not minifying ESM files, but we did do that before with Closure. Update the `copy_devtools_modules` to also invoke rjsmin to minify the JavaScript source code. Before: $ du -h -B K out/Default/resources.pak 12096K out/Default/resources.pak After: $ du -h -B K out/Default/resources.pak 11752K out/Default/resources.pak Before the original CL transforming `ui/` landed: $ du -h -B K out/Default/resources.pak 11860K out/Default/resources.pak This means that after converting `ui/` to ESM, we saved 90KB. We suspect this is because we are no longer transpiling to ES5, but instead serve source ES6. Bug: 1010910 Change-Id: I7dd07ff788d014e9f9a8e25e168c58c010cd00af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837814 Commit-Queue: Tim Van der Lippe <tvanderlippe@chromium.org> Reviewed-by:
Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#702500}
-
Hiroshige Hayashizaki authored
This CL adds ImportMaps feature separetely from BuiltInModuleInfra, to enable import maps separately from built-in modules. This CL only does very basic migration from BuiltInModulesInfra flag to ImportMaps flag. Subsequent CLs will implement more logic to disable built-in module-related things when ImportMaps && !BuiltInModulesInfra. Bug: 1010751 Change-Id: Iec722de822750b60a7dcfbf70910338bbdd4aa9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836600Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#702499}
-
Varun Khaneja authored
See discussion here: http://shortn/_slnTdcsaT9 R=bdea, dvadym Bug: 1010158 Change-Id: Ib8c881acf825078ed0471e9a838e678ecccb15c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832408 Commit-Queue: Varun Khaneja <vakh@chromium.org> Commit-Queue: Bettina Dea <bdea@chromium.org> Reviewed-by:
Bettina Dea <bdea@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#702498}
-
Tibor Goldschwendt authored
This is a reland of d205c616 Original change's description: > Add native resource to dummy module and test loading in smoke test > > * Adds a new PAK file with a dummy resources. > * Refactors the TestDummyModuleProvider to to synchronously load the > module PAK file when retrieving the impl. > * Adds a friend to ScopedAllowBlocking in order to be able to memory > map the module PAK file on the main thread. > > Change-Id: I0a3b949b83b37a7089aa410a691de6ae28f9a36a > Bug: 989646 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822847 > Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org> > Reviewed-by: Theresa <twellington@chromium.org> > Reviewed-by: Christopher Grant <cjgrant@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Reviewed-by: Samuel Huang <huangs@chromium.org> > Reviewed-by: Fred Mello <fredmello@chromium.org> > Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> > Cr-Commit-Position: refs/heads/master@{#702423} TBR=twellington@chromium.org,cjgrant@chromium.org,dcheng@chromium.org,agrieve@chromium.org,huangs@chromium.org,fredmello@chromium.org Bug: 989646 Change-Id: Ifab13d56aead63532ab57000e7253d0ce89f75b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837485Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#702497}
-
Matthew Jones authored
Failures as a result of https://chromium-review.googlesource.com/c/chromium/src/+/1833821 Couldn't revert offending patch because of a merge conflict. See bug for more details. TBR: mvanouwerkerk@chromium.org, alexchau@chromium.org Bug: 1010998 Change-Id: I007565f9bb8f769b4afa69ab6895b4cf07865027 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836995Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#702496}
-
Jon Mann authored
TBR=treib@chromium.org Bug: 966270 Change-Id: I2a210207d19471f56295f2a7e967fdf8ac01214f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819496 Commit-Queue: Jon Mann <jonmann@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#702495}
-
Patrick To authored
OpenXR currently uses the XR_REFERENCE_SPACE_LOCAL space to send the transformation matrix back. This is incorrect because the head corresponds to XR_REFERENCE_SPACE_VIEW, and the orientation also needs to be added to the transformation matrix. This change queries the views based at the XR_REFERENCE_SPACE_VIEW space and returns the transformation matrix containing the position and orientation back to blink. Bug: 999573 Change-Id: I365b1346f15f4d48dfad85dc1df4d0039d9b8c49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828721 Commit-Queue: Patrick To <patrto@microsoft.com> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#702494}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/448444596bbc..687249cc9ed7 git log 448444596bbc..687249cc9ed7 --date=short --no-merges --format='%ad %ae %s' 2019-10-03 primiano@google.com GN: fix cross-compilation support 2019-10-03 fmayer@google.com Merge "Alow to set BufferExhaustedPolicy in client API." 2019-10-03 taylori@google.com Merge "perfetto-ui: Go to CPU sched slice" Created with: gclient setdep -r src/third_party/perfetto@687249cc9ed7 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 TBR=perfetto-bugs@google.com Bug: chromium:141319350 Change-Id: I876bd09caa1f46e7f622d4fdcaa183ec232c7036 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837259Reviewed-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@{#702493}
-
zhaoyangli authored
- Added test method setups in |-appLaunchManagerDidRelaunchApp| in |ChromeTestCase|, which will do resets and open a new tab after app is relaunched. Introduced a flag in |ChromeTestCase| to prevent these setups from called twice after one relaunch. - Added in smoke test to test if new tab is opened after relaunch. - Remove user's [ChromeEarlGrey openNewTab] call after calling |ensureAppLaunchedWithFeaturesEnabled|. Bug: 922813, 1004565 Change-Id: I525fb7492777fdd29b9491a2d6927b64fd58df7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835022 Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#702492}
-
Peter Kasting authored
Bug: 1005568 Change-Id: I2843b0da4c1e343f1493f0892cad2c7ddfc5a56c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836669 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#702491}
-
Tommy Steimel authored
This CL adds track kind marker styling to the Media Controls CSS that was never copied over from the legacy controls CSS. Bug: 933000 Change-Id: Ie4fc1c5a7706664a9afff841c5ccc47399dbb4b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829278Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#702490}
-
Yi Gu authored
The HitTestDataChangeObserver requires a clean state of HitTestData before any change happens. Previously we didn't check whether child1's hit test data are ready or not. If its data arrive after the pointer events change, the HitTestDataChangeObserver will not work properly. Bug: 968970 Change-Id: Ib00a324ff0960c85c98c7f0800ef300cc4ebddd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837147Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#702489}
-
Devlin Cronin authored
These methods (originally added in crrev.com/ef8f0ca9) were used to mark which apps had been re-ordered on the NTP. The preference is no longer checked anywhere. Remove both the setter and getter, and add the preference to the list of obsolete preferences to remove. Bug: None Change-Id: Ife36753fb52b5ede503fab02c839a3bf13fed824 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836020Reviewed-by:
Kelvin Jiang <kelvinjiang@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#702488}
-
Brandon Wylie authored
The current fakebox focus animation makes the G slightly visible to the left (in LTR mode) of the omnibox background. This insets the G a bit, which makes it animate within the omnibox background. Bug: 988883 Change-Id: I7fcd782feb9ab593b31d0c56aa4481fd9c37f025 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832706Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Brandon Wylie <wylieb@chromium.org> Cr-Commit-Position: refs/heads/master@{#702487}
-
Bettina authored
The code assumes that whenever the signed-in non-sync user clicks on "protect account" that they are automatically recorded by the security event recorder. However, the code needs to make sure that the account is the unconsented primary account. Thus, to prevent confusion in the metrics, only log the action when we can actually mark the account at risk. Bug: 914410 Change-Id: I52fc1c8432ab64da37a6526f2d1dcfe1713c3279 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834848Reviewed-by:
Daniel Rubery <drubery@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Bettina Dea <bdea@chromium.org> Cr-Commit-Position: refs/heads/master@{#702486}
-
Kevin Bailey authored
When keyword mode has been explicitly entered, and experimental keyword mode has been enabled, we don't want document suggestions (unless its search provider matches the keyword provider). Without this restriction, these suggestions tend to show up when we're only expecting keyword suggestions, since they rank highly. Bug: 837395, 883901 Change-Id: If821f0efa8e3ffb6b05555ec6455849dc1d7f059 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825779 Commit-Queue: Kevin Bailey <krb@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#702485}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/16438a83d608..880a3f812b03 git log 16438a83d608..880a3f812b03 --date=short --no-merges --format='%ad %ae %s' 2019-10-03 ahassani@chromium.org Revert "chromeos_config: Mark lakitu paladin builders experimental" 2019-10-03 saklein@chromium.org packages service: Add builds method. 2019-10-03 saklein@chromium.org cros_install_debug_syms: fix parallel installation 2019-10-03 lamontjones@chromium.org PRESUBMIT.cfg: verify that we work with signer. Created with: gclient setdep -r src/third_party/chromite@880a3f812b03 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: Ibb4360808f68eae8fa2c49582232f8cfdb1faa59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837574Reviewed-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@{#702484}
-
Michael Thiessen authored
This function is a large, and hard to follow. I'm hoping to break out a bunch of functions that are clearer about what they're doing and make ordering clearer. In this change I do fix an exception handler to actually catch the exception it was intending to catch (and you can easily repro the crash by disabling the targeted Activity while the leaving Chrome alert dialog is up). I also make sure that when we fail to show the alert dialog for reasons other than a BadTokenException, we also propagate this back so we don't get into a state where we report an async action action is taking place when it isn't. Bug: 1006927 Change-Id: Ie09214f64ead85c31fb8e83e187878d984f2afc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835144Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#702483}
-
Steven Bennetts authored
This CL ignores Device PropertyChanged updates sent before the initial GetProperties request is received. It fixes an edge case triggering a DCHECK when the |type| property is not set yet (it is set when the initial properties are received). Bug: 1008193 Change-Id: I1a32578ba8a9f5ae7deda53c27c9c2fc8556e0b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836178Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#702482}
-
Xing Liu authored
This CL removed the unused delegate class for ImpressionHistoryTracker. Bug: 965133 Change-Id: I0463a99f4dc7344c66533b4881fec5fe8fa6393a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832711Reviewed-by:
Hesen Zhang <hesen@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#702481}
-
Lorne Mitchell authored
The resource types weren't localizable. This change fixes this by calling ls`` on each resource type in ResourceType.js. In addition, the tooltips for the record and search buttons. These were already localizable, but the module title descriptor wasn't running through ls(). Bug: 941561 Change-Id: I1d2a035bd2f763597458ab463c4343edc8a9337c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1791440Reviewed-by:
Yang Guo <yangguo@chromium.org> Reviewed-by:
Jeff Fisher <jeffish@microsoft.com> Commit-Queue: Lorne Mitchell <lomitch@microsoft.com> Cr-Commit-Position: refs/heads/master@{#702480}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6cf9a9ef99f7..ab5d4d490562 Created with: gclient setdep -r src-internal@ab5d4d490562 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,chromium:None Change-Id: Ie5212cdf6618e6d6e0b0862f48291f91ed72d0f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837276Reviewed-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@{#702479}
-
Lei Zhang authored
It's unused. Change-Id: Ic108d486fac11e5d5ee7615c076d78173a4352d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835175Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#702478}
-
Matt Menke authored
A lot of these were left around after code was updated to use the network service. This CL particularly focuses on test_url_fetcher_factory.h includes. This CL also removes "using base::TimeDelta" from url_request_test_util.h, which also affects a couple files with the unnecessary includes. Bug: None Change-Id: Id3f104bf43fd935c692497dd0e00e669271323d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836512Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Reviewed-by:
Luum Habtemariam <luum@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#702477}
-
Matt Menke authored
The unpredictable nature of when the favicon fetch occurs was causing the fetch to fail. This CL prefetches it, so it will be cached. Bug: 1006637 Change-Id: I2d16fa80b3ffe05c1cc6e21437c9a8a95dbd8bd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835092 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#702476}
-
Jakob Gruber authored
With the recent port of the streams API to C++ [0], the natives blob is now unused and will shortly be removed. V8 API related to the natives blob is being deprecated [1] and will be removed in the next release. This CL is the minimal change to keep up with these API deprecations. In follow-up work, all other infrastructure related to the natives blob should be removed. [0] https://crrev.com/c/1746118 [1] https://crrev.com/c/1824944 Bug: v8:7624 Change-Id: I26e409660d177035cdb5d92c317fc2e0174be2f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834352Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Ross McIlroy <rmcilroy@chromium.org> Auto-Submit: Jakob Gruber <jgruber@chromium.org> Commit-Queue: Jakob Gruber <jgruber@chromium.org> Cr-Commit-Position: refs/heads/master@{#702475}
-
Matt Menke authored
A bunch of tests were instantiating them but not using them, so also remove the classes from those tests. TBR=lambroslambrou@chromium.org TBR=rogerm@chromium.org TBR=dvadym@chromium.org TBR=hendrich@chromium.org Bug: 1010491 Change-Id: I0528cd61f69e0010eefa45f5c65edf63a09fc6d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834926 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Reviewed-by:
Jian Li <jianli@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#702474}
-
Jaeyong Bae authored
This patch means removing variable unused. string16Container looks like used in legacy code. Bug: None Change-Id: I17867cd8c48dd13c1fb46c3376d5424f5ccacf3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828665Reviewed-by:
sebsg <sebsg@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Jaeyong Bae <jdragon.bae@gmail.com> Cr-Commit-Position: refs/heads/master@{#702473}
-
Xing Liu authored
Starts from Android N, notification by default has the app name, so the title should not be same as the app name. This CL removes the title as the content text already has enough context. Bug: 875906 Change-Id: I24b222377d87dc348a5cd39eed7c9eeba2824f02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830174Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#702472}
-
Xianzhu Wang authored
This is a follow-up of https://chromium-review.googlesource.com/c/chromium/src/+/1832929 which suffered from unstable try bots and created incomplete rebaselines. TBR=huangs@chromium.org Change-Id: I3a2a01cec46caa8e0eb8ed4df3228bff89e07dac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836986Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#702471}
-
Peter Wen authored
Use fake module support added to device API: https://crrev.com/c/1811762 Bug: 1000749 Change-Id: I9810e8fea7b1ab1359693b8bc8110965416395bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835218 Commit-Queue: Peter Wen <wnwen@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#702470}
-
Nina Satragno authored
Now that the WebAuthn WebDriver API has landed on the spec [1], update the implementation to match it closely: * Add isUserVerified flag to AddVirtualAuthenticator * hasResidentKey and hasUserVerification are optional and default to false. [1] https://w3c.github.io/webauthn/#sctn-automation-add-virtual-authenticator Bug: 922572 Change-Id: I884988c15e4a46ab5aad2395c76dca284386dc7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837477Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Nina Satragno <nsatragno@chromium.org> Cr-Commit-Position: refs/heads/master@{#702469}
-
David Schinazi authored
https://quiche.googlesource.com/quiche.git/+log/d85976f86ec3..67840e16ec81 $ git log d85976f86..67840e16e --date=short --no-merges --format='%ad %ae %s' 2019-10-01 dschinazi Disable SupportsAntiAmplificationLimit to avoid infinite loop 2019-10-01 dschinazi Prevent fuzzer from sending version negotiation packets 2019-10-01 dschinazi Prevent fuzzer from sending unsupported RETRY packets 2019-10-01 bnc Record header compression ratio. 2019-09-30 bnc Add QPACK logging for each encoded header list to track whether encoding is blocked. 2019-09-30 fkastenholz Add comments explaining why some tests are only for IETF QUIC or Google QUIC. 2019-09-30 wub gfe-relnote: Default-initialize QUIC BBRv2's inflight_hi_headroom from flags. No behavior change. 2019-09-29 wub Internal QUICHE change 2019-09-27 dschinazi Allow parsing PROX packets with length prefix 2019-09-27 nharper Use 16-byte auth tags when initial obfuscators are used 2019-09-27 zhongyi gfe-relnote: (n/a) comments only 2019-09-27 renjietang Add debug visitor for SETTINGS sent. 2019-09-27 wub gfe-relnote: For QUIC BBRv2: 1) Don't grow inflight_hi unless it's fully used, and 2) Cap inflight_lo in PROBE_CRUISE. Protected by --gfe2_reloadable_flag_quic_bbr2_fix_inflight_bounds. 2019-09-27 bnc Optimize QpackBlockingManager::blocking_allowed_on_stream(). 2019-09-27 bnc Fix two blocking_allowed_on_stream() calls in QpackBlockingManagerTest.BlockingAllowedOnStream. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I614c1c5d4b615fc7a6c8cd7411cacdeb0eb209c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836595 Auto-Submit: David Schinazi <dschinazi@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Reviewed-by:
Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#702468}
-
Ken MacKay authored
The mixer service receiver allows other processes to communicate directly with the mixer. See https://docs.google.com/document/d/1t4ef1yVKcDRwEGrVxUGDmjtSEjgtf5bT9g92dXrxFWI Bug: internal b/127963522 Test: on device Merge-With: eureka-internal/317379 Change-Id: If9f4a39610f0a231041c431fc4785ec0a86c98ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829463 Commit-Queue: Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#702467}
-
Ben Pastene authored
Bug: 1005370 Change-Id: I84369f3e56b5ed94a9064ad858f2944bc9885d81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829240Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#702466}
-
Morten Stenshorne authored
We were already preventing breaks inside line boxes, but we also need to do the same for certain types of block nodes, such as replaced content. Add a unit test for break-before:avoid before monolithic block level content, since the existing web_tests corpus has no break-between avoidance tests at all. Bug: 829028 Change-Id: I2240f96714e6dd760fac4f86089a0c8e6bf346ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836492 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#702465}
-
Xiaohui Chen authored
It is possible that more than one states indicate ready state, e.g. |VISIBLE|. Bug: None Test: locally run multiple tast tests in sequence Change-Id: I2ad3a89e7bc0839c60a78f6b3c4360ff05b27a35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836022 Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Cr-Commit-Position: refs/heads/master@{#702464}
-
Peter Boström authored
Restores a missing rectangular highlight to the download item. The transparent button is often hosting the InkDrop but previously had no path defined. Bug: chromium:1007546 Change-Id: Ib0dffc72be2e0b3db33569538dde38391c62a8b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837978 Commit-Queue: Peter Boström <pbos@chromium.org> Commit-Queue: Collin Baker <collinbaker@chromium.org> Auto-Submit: Peter Boström <pbos@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#702463}
-
Nina Satragno authored
(Almost) all aspects of webauthn are owned by fido/OWNERS and Kim is OOO. Bug: 1010934 Change-Id: I1e13d357bcc5f5b4168126d60aa92a4c9a10faa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837873 Auto-Submit: Nina Satragno <nsatragno@chromium.org> Commit-Queue: Martin Kreichgauer <martinkr@google.com> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#702462}
-
Jesse Schettler authored
This ensures a profile is obtained even when outside a user window, which resolves an issue that occurred when printing from ARC apps using the ArcPrintService. Bug: 1010228 Test: Print from an ARC app using an ArcPrintService printer Change-Id: I4fa5759519aef11773045ff79612342583cf66e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836984 Commit-Queue: Jesse Schettler <jschettler@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#702461}
-