- 12 Jul, 2019 40 commits
-
-
Fredrik Söderquist authored
Change-Id: I14676858a9d5e43050139ba3dc17a0ee85bc8d02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698535Reviewed-by:
Johannes Henkel <johannes@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#676976}
-
Robert Sesek authored
Change-Id: I78a5382ddacd04aa76e47d001116e432c71e39aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699396Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#676975}
-
Brian Sheedy authored
Fixes a typo in the GPU Skia Gold documentation that was causing a link to not properly show. TBR=ynovikov@chromium.org Bug: 965234 Change-Id: Ifc55540eda10a3d238f642b759036c343d11a512 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699504Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#676974}
-
Etienne Pierre-doray authored
MessageLoopCurrent::task_runner() is depecated. This CL replaces it with with ThreadTaskRunnerHandle::Get(). A small step towards deleting MessageLoop. This CL was generated with git cl split. Refer to the top-level CL if necessary : https://chromium-review.googlesource.com/c/chromium/src/+/1631693 Please CQ if LGTY! This CL was uploaded by git cl split. R=bartfab@chromium.org Bug: 616447 Change-Id: Ic2369def770fcd2121321a1e854b763cca0627e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636204 Auto-Submit: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Bartosz Fabianowski <bartfab@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#676973}
-
Alison Maher authored
This change adds logic to update the preferred color scheme based on the OS high contrast theme. If high contrast is not enabled, preferred color scheme will continue to be based on the OS dark mode state. A PreferredColorScheme enum was added to NativeTheme to keep track of the current high contrast/dark mode preferred color scheme. The updated preferred color scheme is used to evaluate the prefers-color-scheme media query. Bug: 970285 Change-Id: I5bf1e12624e42d0122a9c6a74d5b0f20e38dcc54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1666437Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Commit-Queue: Alison Maher <almaher@microsoft.com> Cr-Commit-Position: refs/heads/master@{#676972}
-
Kyle Milka authored
The color calculated for a custom background should only be updated if the image hasn't changed in the meantime. Check this by saving the timestamp when a background is set and checking that it still matches once the color calculation is complete. When possible use the thumbnail url |fetch_image| for the calculation, the full-sized image was always being used. Fix a copy-paste error in the definition for onlocalbackgroundselected. Bug: 982215 Change-Id: I622f29dbbc91e926fb3a23dceedace770778bb63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700111Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#676971}
-
Brian Sheedy authored
This reverts commit 1d05b5dd. Reason for revert: Root cause fixed, retries should no longer be required. Original change's description: > Retry several GPU pixel tests on failure > > Sets several GPU pixel tests on Mac and Win7 to retry on failure due to > their configurations flakily producing valid images that haven't been > seen in a while. This hits a known issue with Skia Gold where images > that haven't been seen in a while aren't included in the provided > baselines. > > Bug: 983212 > Change-Id: I12fedb9b68ed811108dfd3c88821eb7838d76a56 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698661 > Reviewed-by: Yuly Novikov <ynovikov@chromium.org> > Reviewed-by: Kenneth Russell <kbr@chromium.org> > Commit-Queue: Brian Sheedy <bsheedy@chromium.org> > Cr-Commit-Position: refs/heads/master@{#676624} TBR=ynovikov@chromium.org,kbr@chromium.org,bsheedy@chromium.org Change-Id: I1997c05e799ea06f051c80806f50fc48f71d6304 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 983212 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699688Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#676970}
-
Torne (Richard Coles) authored
The call to maybeInitProcessGlobals was accidentally removed in https://chromium-review.googlesource.com/c/chromium/src/+/1682047 - put it back, and also add comments clarifying why ResourceBundle is not initialized in maybeInitProcessGlobals. Bug: 983237 Change-Id: I1a42ef67f48138cb0d359c60253b29957b1a795b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700110Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Commit-Queue: Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#676969}
-
Yue Zhang authored
* Add tests for TabGridDialog behaviors. * Move part of the setup logic of TabGridDialog to xml. Bug: 983170 Change-Id: Iaa6c89b0ed081780ba8232ee0b1a5f2b386b5b53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696130 Commit-Queue: Yue Zhang <yuezhanggg@google.com> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#676968}
-
Nick Diego Yamane authored
This CL factors out most of DesktopWindowTreeHostX11 X11 code into a reusable helper class, ui::XWindow. So that it can be re-used by Ozone/X11 PlatformWindow implementation. It should not imply in any functional change. Bug: 981606 Change-Id: I96735f1680c738723b2df9ac17928c09e0825f77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695008Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Nick Yamane <nickdiego@igalia.com> Cr-Commit-Position: refs/heads/master@{#676967}
-
Nathan Rogers authored
Provide "Chromium" as a Scenic session debug name. This unlocks debug name driven features, such as having the debug name show up in trace arguments. Change-Id: I65a4c14278bca71aff4848448379581f35512fc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699732 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#676966}
-
Mounir Lamouri authored
Bug: 979620 Change-Id: I8e0285ec2afbbb041cb24a9dfe2d50831bb61b67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697306Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#676965}
-
Chromium WPT Sync authored
Using wpt-import in Chromium e2fc7240. With Chromium commits locally applied on WPT: bc7ec548 "MSE: Test addSourceBuffer and changeType relaxed type strictness and allowance for implicit changeType" 250461b3 "Worker: Register a service worker just once for worker subresource interception tests" 1e9c7b68 "[Client hints] Enable ACHL persistence in content shell, refactor tests" 9c7e7252 "Add slotting for toast action buttons, alongside test scaffolding for future action testing." df1f56f3 "Use testdriver Action API in WPT pointerevent tests - Part 10" 19f78e3e "Reland: [shapedetection] Add some shapedetection tests" 2d2a3ba4 "Cross-scheme initiator should result in `Sec-Fetch-Site: cross-site`." 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: bjonesbe@adobe.com: external/wpt/css/css-shapes cbiesinger@chromium.org: external/wpt/css/css-flexbox dgrogan@chromium.org: external/wpt/css/css-tables drott@chromium.org: external/wpt/css/css-text-decor drott@chromium.org, kojii@chromium.org: external/wpt/css/css-fonts ecobos@igalia.com: external/wpt/css/css-display ericwilligers@chromium.org: external/wpt/css/motion foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools guidou@chromium.org, armax@chromium.org: external/wpt/mediacapture-streams hbos@chromium.org, hta@chromium.org: external/wpt/webrtc hongchan@chromium.org, rtoy@chromium.org: external/wpt/webaudio jsbell@chromium.org: external/wpt/IndexedDB kojii@chromium.org: external/wpt/css/css-writing-modes mcasas@chromium.org: external/wpt/mediacapture-record msisov@igalia.com: external/wpt/webvtt mstensho@chromium.org: external/wpt/css/css-break external/wpt/css/css-multicol nzolghadr@chromium.org, mustaq@chromium.org: external/wpt/pointerevents rego@igalia.com: external/wpt/css/css-contain external/wpt/css/css-grid external/wpt/css/css-ui skobes@chromium.org: external/wpt/css/css-scroll-anchoring smcgruer@chromium.org: external/wpt/css/css-position xlai@chromium.org, jinho.bang@samsung.com, hs1217.lee@samsung.com: external/wpt/css/geometry NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: Ica0375ddafab0bfa5f5de35ac79f9734accfe768 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699944Reviewed-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@{#676964}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/97c4e24d49fa..0a985c42ae65 Created with: gclient setdep -r src-internal@0a985c42ae65 The AutoRoll server is located here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=wjmaclean@google.com,mpearson@google.com,hayato@google.com,pmarko@google.com Change-Id: Ib889e656b1405ac01a1410f7b8b6a79701c9da60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700241Reviewed-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@{#676963}
-
Michael Spang authored
We'll try to activate this feature at thread creation time, and by sending a message to the browser process (only on OS_LINUX). The latter seems to only be needed on Chrome OS; we may be able to remove it in other Linux builds. Display priority does not typically work on Linux desktop, as we can't increase priority there. It does work and is enabled on Chrome OS, so change the feature to enabled by default on that platform to preserve the current behavior. This makes the feature flag work properly on Linux platforms. Bug: 937462 Change-Id: I0d8244cc32e216d2ebaafe295ead2bd438e58d0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697536 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#676962}
-
Alex Ilin authored
The information provided by this histogram is no longer useful. Bug: 975501 Change-Id: Ifa4a3e1285dc004ed1e454210a12b0820411ee25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697623Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#676961}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/1abe66f1c253..7c146083d510 git log 1abe66f1c253..7c146083d510 --date=short --no-merges --format='%ad %ae %s' 2019-07-12 vapier@chromium.org [Typ] delete debug print statement Created with: gclient setdep -r src/third_party/catapult@7c146083d510 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:983432 TBR=zhanliang@google.com Change-Id: I93d0348df553865e74a670c3d13eb73fe600dd70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700243Reviewed-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@{#676960}
-
Yuke Liao authored
This CL removes the dependency between use_clang_coverage and coverage_instrumentation_input_file so that the coverage feature can be turned off with a single change by setting use_clang_coverage to false. Change-Id: Iff4d4c3207fa82d81a5b6bcfe417cc955764096d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698670Reviewed-by:
Max Moroz <mmoroz@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#676959}
-
Rayan Kanso authored
Add some more validations for `launchUrl` and `iconUrl`. Bug: 973844 Change-Id: I4ba3949046b459f754c1142821111356c1fe6447 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1689207 Commit-Queue: Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#676958}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/d84fd2677c30..71b0b56a4914 git log d84fd2677c30..71b0b56a4914 --date=short --no-merges --format='%ad %ae %s' 2019-07-12 ljusten@chromium.org usergroup_baseline: Expect kerberosd-exec in kerberosd Created with: gclient setdep -r src/third_party/chromite@71b0b56a4914 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: Id477db246b7d9f5e8a1be033e45091018a4c3608 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699199Reviewed-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@{#676957}
-
Shimi Zhang authored
This is a followup of http://crrev/c/1685837. See more at https://docs.google.com/document/d/1Jwfbzbe8ozaoilhqj5mAPYbYGpgZCen_XAAAdwmyP1E/edit Bug: 955171 Change-Id: Ic791b7a25c42494f83fb14308ce29549c55a2388 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697525Reviewed-by:
Tao Bai <michaelbai@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#676956}
-
Kenneth Russell authored
https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/91350f8..6453c2f Also re-enable shaders-with-invariance test. Recent ANGLE fixes allow conformance/glsl/misc/shaders-with-invariance.html to pass again on most configurations. Bug: 980675 Cq-Include-Trybots: luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel Change-Id: I2abe0b1b0e2ac61488db3efdc00a9efe01376c6e Tbr: jmadill@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698992Reviewed-by:
Jamie Madill <jmadill@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#676955}
-
Jonathan Metzman authored
Only include parts that generate a PDF file that loads an empty XFA doc. Bug: 969811 Change-Id: Ifab808fd9f052fac80b7b86668f8e9278d0370de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659849 Commit-Queue: Jonathan Metzman <metzman@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Auto-Submit: Jonathan Metzman <metzman@chromium.org> Cr-Commit-Position: refs/heads/master@{#676954}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/25378d6a29ce..2a4f36b14f03 git log 25378d6a29ce..2a4f36b14f03 --date=short --no-merges --format='%ad %ae %s' 2019-07-12 geofflang@chromium.org GL: Work around Intel driver bug when clearing to zeros or ones. 2019-07-12 jmadill@chromium.org Revert "PRESUBMIT.py: Don't require "Bug:" for autoroller CLs." 2019-07-12 jonahr@google.com Fix copyTexImage2D corner case with same source/target image. Created with: gclient setdep -r src/third_party/angle@2a4f36b14f03 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=cwallez@chromium.org Bug: None Change-Id: Ib0784cad05248bdb10226789742569fe4f86fe17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699198Reviewed-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@{#676953}
-
Victor Fei authored
Renamed content/test/accessibility_browser_test_utils.{h|cc} to content/public/accessibility_notification_waiter.{h|cc} Subsequently exposing AccessibilityNotificationWaiter to public. The reason behind the renaming of the file name is that accessibility_browser_test_utils.{h|cc} contained only one class, AccessibilityNotificationWaiter This change is required by CL:1667787 as its browser test from chrome/browser revealed a case for AccessibilityNotificationWaiter to be exposed. Bug: 928949 Change-Id: Ie3a59ae1e28113570bf79fe222dd0a8954a2f5ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695064Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Commit-Queue: Victor Fei <vicfei@microsoft.com> Cr-Commit-Position: refs/heads/master@{#676952}
-
Becca Hughes authored
Add SeekTo action that seeks to a position from the beginning of the media. Also adds a ScrubTo action that may be supported by some media sessions. It is used for scrubbing on a position scrubber. The client should call ScrubTo while the user is scrubbing and then call SeekTo to release the scrub. BUG=977375 Change-Id: If926271b1aeebee7b3ef6529962213e1f2b0fde7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1693171 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Sean Topping <seantopping@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#676951}
-
jonross authored
BrowserStateBrowserControlsVisibilityDelegate has a timer which is used to ensure that the browser controls are visible for a minimum amount of time. However this causes a race condition for telemetry tests. The controls can become unlocked after telemetry has triggered a scroll. This leads to incidental compositor frame submissions which affect the performance. Pinpoint job with associated traces for the jank: https://pinpoint-dot-chromeperf.appspot.com/job/11a923eae40000 This change adds an Android specific flag to prevent locking the controls for this timed duration. Page loading will still cause locks. Though tests tend to wait for loading to complete already, so that lock will not affect the measurements TEST=Ran telemetry rendering.mobile scrolling stories Bug: 896264 Change-Id: Ia1b3451cf4e4b7170b3478861a4e91316ab3bee5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696189Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#676950}
-
David Schinazi authored
https://quiche.googlesource.com/quiche.git/+log/82875de9a5fb..5c03085cff01 $ git log 82875de9a..5c03085cf --date=short --no-merges --format='%ad %ae %s' 2019-07-11 dschinazi Fix replacing connection IDs when initial crypters are in use 2019-07-11 fayang gfe-relnote: In QUIC, fix a misuse of largest_packet_peer_knows_is_acked when multiple packet number space is enabled. This is protected by existing FLAG_quic_supports_tls_handshake. 2019-07-11 dschinazi Fix QUIC version used when computing ALPN 2019-07-11 renjietang Remove static stream map as it's not used anymore. 2019-07-11 fayang gfe-relnote: Deprecate gfe2_reloadable_flag_quic_deprecate_queued_control_frames. 2019-07-10 renjietang Add more protection in QuicSpdySession::GetSpdyDataStream(). 2019-07-10 renjietang Move Qbone control streams out of static_stream_map. 2019-07-10 fayang gfe-relnote: In QUIC, do not add connection ID of packets with unknown connection ID and no version to time wait list, instead, send appropriate reset depending on the packets' sizes and drop them. Protected by gfe2_reloadable_flag_quic_reject_unprocessable_packets_statelessly. 2019-07-10 bnc Add QpackProgressiveDecoder-generated error message to quic_offline_decoder output. 2019-07-09 bnc Use QuicStream::transport_version() in QuicSpdySession. 2019-07-09 bnc Remove HttpDecoder::set_visitor(). Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: Idfb4a566e004c0fbc77ef56425cbcbd7884741cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699255 Commit-Queue: Nick Harper <nharper@chromium.org> Reviewed-by:
Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#676949}
-
Lei Zhang authored
They were replaced in https://crrev.com/224520 in 2013. Change-Id: Ie95c2028b3935a0c3a20d244bc084519fd7b324e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699250Reviewed-by:
Nik Bhagat <nikunjb@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#676948}
-
Sergio Villar Senin authored
Document stores a timestamp for the moment it was created in order to compute the elapsed time whenever required. This looks like the perfect use case for base::ElapsedTimer. We wouldn't have to convert from double to int anymore. Actually we can go further and completely get rid of int downcasts as well and operate always in terms of base::TimeDelta. Document::ElapsedTime() returns a base::TimeDelta from now on and it was also moved to the private section as it isn't used from the outside. Bug: 979137 Change-Id: I2a3ede41fa947c400769ad21c515eefb857b7fbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679755Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Sergio Villar <svillar@igalia.com> Cr-Commit-Position: refs/heads/master@{#676947}
-
Evan Stade authored
Bug: 268984 Change-Id: I0dfeb73a3ab21c69d225e69ce593eb6dcdf42843 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696528Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#676946}
-
Devlin Cronin authored
Enable the getters and setters for the "action" API, including: action.getPopup action.setPopup action.getTitle action.setTitle action.getBadgeText action.setBadgeText action.getBadgeBackgroundColor action.setBadgeBackgroundColor Add a parameterized end-to-end test that exercises each of these for both the action API and browserAction and pageAction (where applicable - pageAction does not have all of these options). Bug: 893373 Change-Id: I9e93650a0228b7b3d696174992a6622c64bce2b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1684535 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#676945}
-
Thomas Tangl authored
Bug: 975875 Change-Id: Ifdb6e5adca6db5b7387443bd9198934b4204dc55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695288Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: Thomas Tangl <tangltom@chromium.org> Cr-Commit-Position: refs/heads/master@{#676944}
-
Sergio Villar Senin authored
We were doing some unneccesary double <-> base::Time conversions. We can just store base::Time and then convert it to doubles for the histograms. Bug: 979137 Change-Id: Ifa93dd5d91ddfbfc3dd6eca50115bc9e402ce183 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678483 Commit-Queue: Sergio Villar <svillar@igalia.com> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#676943}
-
David Maunder authored
Task IDs track navigations and relationships between navigations Bug: 946356 Change-Id: I409dde8f32703d07afffe3584cc6ad7e7160ee14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1666613Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: David Maunder <davidjm@chromium.org> Cr-Commit-Position: refs/heads/master@{#676942}
-
Mohammad Refaat authored
Bug: 982030 Change-Id: I194cf28f8299667756332529cd13d2e6a7c113a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1689926Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#676941}
-
Antonio Gomes authored
media::MovingAverage::count_ is declared as uint64_t and its getter, count(), returns size_t. During the Onion soup'ing of some classes [1] that include this header (soon) from Blink, some compilers face issues [2]. [1] https://crrev.com/c/1698170/ [2] https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8908195303894439840/+/steps/compile__with_patch_/0/stdout BUG=704136 R=dalecurtis@chromium.org Change-Id: I87773edec09f8ae95d6c099e12801148b128c218 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698422Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#676940}
-
Charlie Andrews authored
This histogram will be important as we change the key in the metadata recorder from <name_hash> to a <name_hash, ID> tuple, allowing us to track spans that represent similar IDs but are different (e.g. two simultaneous frames loading pages in the same process). This will increase the number of unique items in the map and put pressure on the number of available slots. This histogram will help ensure that the metadata recorder doesn't overflow. Overflow would be bad because we would fail to add metadata to samples that should have it. Bug: 980308 Change-Id: I8df33963d7c5432131172ab81f715082554f1296 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698884 Commit-Queue: Charlie Andrews <charliea@chromium.org> Auto-Submit: Charlie Andrews <charliea@chromium.org> Reviewed-by:
Mike Wittman <wittman@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#676939}
-
Steve Kobes authored
This renames the fields in FrameRenderDataUpdate, and removes all references to "jank" in page_load_metrics except for the UMA and UKM metric names. Bug: 963474 Change-Id: Ie7a00d1962dce79d9aad79c677ad1f947d496a58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1667749Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Commit-Queue: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#676938}
-
Rayan Kanso authored
Since developers can provide absolute/relative paths, the launch URL is resolved in the renderer then piped to the storage layer and the content provider. Bug: 1688788 Change-Id: I9d5f1cd2a945ea6664431f2efbfaf033ce2566c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688961Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#676937}
-