- 13 Jun, 2019 40 commits
-
-
Renjie authored
https://quiche.googlesource.com/quiche.git/+log/3a1bb80f575f..88e3e05c3411 $ git log 3a1bb80f5..88e3e05c3 --date=short --no-merges --format='%ad %ae %s' 2019-06-13 danzh Internal QUICHE change 2019-06-13 danzh gfe-relnote: n/a(clean up) Switch existing directly access of FLAGS to use GetQuicFlag. 2019-06-12 quiche-dev Internal QUICHE change 2019-06-12 danzh gfe-relnote: n/a(code clean up) Fix quiche compile errors in envoy. 2019-06-12 wub gfe-relnote: (n/a) Add quic platform api to create BBRv2 sender, currently the implementation just creates a BBRv1 sender. No behavior change, not protected. 2019-06-12 fayang gfe-relnote: Roll forward the deprecation of gfe2_reloadable_flag_quic_enable_version_46 as this does not cause b3m prober failure anymore. 2019-06-12 fkastenholz Additional functional version tests. 2019-06-12 bnc Remove unused QuicSpdySessionTestBase::headers_ member. 2019-06-12 renjietang gfe-relnote: Clean up unnecessary includes for control streams. Not protected. 2019-06-12 danzh gfe-relnote: n/a(code cleanup) Replace direct usage of FLAGS_some_flag_name in quiche. 2019-06-12 wub Remove references to stateless reject from various comments and tests. 2019-06-12 fayang gfe-relnote: Deprecate gfe2_reloadable_flag_quic_enable_version_44. 2019-06-11 wub In QUIC simulator: 1) Allow the bandwidth of OneWayLink/SymmetricLink to change after construction. 2) Change QuicEndpointMultiplexer's constructor from taking a std::initializer_list to a std::vector. 2019-06-11 bnc Internal QUICHE change Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I00171c4c2719292db5f611e82731a17fdada8dbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658758 Commit-Queue: Renjie Tang <renjietang@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#668993}
-
Becca Hughes authored
Expose the favicon/touch icons as the source icons for a media session. This will be used by the CrOS lock screen media controls. BUG=973993 Change-Id: I056b03c4fa97aab8edb11aa817abef5011ab5e24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659508Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#668992}
-
Carlos IL authored
Committed SSL interstitials have launched, this CL cleans up its flag. Bug: 966184 Change-Id: Idea3767f3d4616f7c25d143c49e9186096ac87aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1644231 Commit-Queue: Carlos IL <carlosil@chromium.org> Reviewed-by:
Katie Dektar <katie@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Lucas Gadani <lfg@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#668991}
-
Vlad Tsyrklevich authored
Delete an outdated TODO (the memory routines are not likely to be mergable as they are now, and will especially not be so if we choose to use shared memory) and add a TODO. Change-Id: I180f48d14d21dbbc80461fae23eb4d52de8efadd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658713 Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Reviewed-by:
Vitaly Buka <vitalybuka@chromium.org> Commit-Queue: Vitaly Buka <vitalybuka@chromium.org> Cr-Commit-Position: refs/heads/master@{#668990}
-
James Cook authored
* Remove separate "Google Accounts" line. (The account manager will ship before SplitSettings, so we can rely on it being there.) * Change the label to "foo@bar.com, +N more accounts" using correctly localized plural nouns. Rely on localization to handle the 0 more accounts case so there's only one string to localize. * Add optimization to JS/C++ getAccounts() call to avoid shipping all the avatar icon images. The label above is in the critical path for opening settings, so we don't want to ship 10s of KB of image data across the IPC boundary just to get the number of accounts. * Port the browser people_page_test.js suite to OS tests. Most tests are not ported because they are tied to DICE or Unified Consent, neither of which exists on Chrome OS. https://screenshot.googleplex.com/TkYKrmhgiTz.png As a temporary hack, the profile icon still routes to the change picture subpage. This will be removed with later changes to the picture page, see bug. Bug: 972152 Test: added to browser_tests Change-Id: I80c3a89cb94df2b9a284f96ac2eb7529b037830d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659201Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#668989}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 06026d80. With Chromium commits locally applied on WPT: 9e3affdd "Ship `referer` header length limitation." 723f9a78 "Prevent leaking Sec-CH-/Sec-Fetch- Request Headers on HTTPS Downgrade Redirects." 8bbed8ff "Reland tests from "Change ICE connection state on transceiver changes"" 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 NOAUTOREVERT=true TBR=foolip No-Export: true Change-Id: I59a687a69799983ccb4f7c0b7fbe1163dbe1d970 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659196Reviewed-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@{#668988}
-
Vlad Tsyrklevich authored
This reverts commit 3266c8c4. Reason for revert: The timeouts should be fixed by https://crrev.com/667828. Original change's description: > Disable CrashHandlerTest.UnrelatedException on Mac > > TBR=gayane@chromium.org > NOTRY=true > > Bug: 971247 > Change-Id: If2170d68287e5021e25986cc4dd875ca864c53fe > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645812 > Reviewed-by: Xida Chen <xidachen@chromium.org> > Commit-Queue: Xida Chen <xidachen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#666275} Bug: 971247 Change-Id: Ib0096478fd9cf2fcd80eb5a5c161dee6f4ab46d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1653490 Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Reviewed-by:
Vitaly Buka <vitalybuka@chromium.org> Commit-Queue: Vitaly Buka <vitalybuka@chromium.org> Cr-Commit-Position: refs/heads/master@{#668987}
-
Yue Zhang authored
Tab info is not correctly updated in GTS when close happens in TabGridDialog. This CL fixes this issue. Bug: 973918 Change-Id: I16edadd757a19956aff2274f0d88000264c895b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659049 Commit-Queue: Yue Zhang <yuezhanggg@google.com> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#668986}
-
Khushal authored
This change addresses the texture params synchronization with skia and enables shared images for all accelerated canvas2d uses except single buffered canvas. Change-Id: Ibbc1dedce21e3b365e7f715f8fdd338753721d95 Bug: 900706 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639184 Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#668985}
-
Robbie McElrath authored
This replaces LocalHostTestURLRequestInterceptor with URLLoaderInterceptor, which works with the Network Service enabled. Bug: 966633 Change-Id: I5462ebbb9afc7192554de6cdef9539c606244e32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1653318Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#668984}
-
Koji Ishii authored
When LayoutNG tries to extend the selection rect to the line height, the height is set to the line height instead of being united. It made the selection rect smaller when the line has smaller height than the text. This patch fixes to unite. Bug: 973302 Change-Id: I6a2ef38b0f682cc7d3f91858ecbcaf4a88ec819c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1657879 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#668983}
-
Mandy Chen authored
Localize strings that show up in the debugger pane and remote debugging window. Before vs after (they should look the same): https://imgur.com/a/qkGngVT Bug: 941561 Change-Id: Id4530b016812c15502fcdb3f71d454038edc2f34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656708Reviewed-by:
Alexei Filippov <alph@chromium.org> Commit-Queue: Mandy Chen <mandy.chen@microsoft.com> Cr-Commit-Position: refs/heads/master@{#668982}
-
Saman Sami authored
We used to need OnFirstSurfaceActivation notifications because background extensions would create so many surfaces that never actually had a frame but used up the quota in FrameEvictionManager. This problem has been fixed at crrev.com/c/1651613, so don't request OnFirstSurfaceActivation anymore. Bug: 938947 Change-Id: I19bf093fec1cd40de064c1c4e6dedcb71b5545c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652225 Commit-Queue: Saman Sami <samans@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Auto-Submit: Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#668981}
-
Jeff Fisher authored
In Edge we needed to have a way to server-enable DevTools experiments, so this change allows experiments to be enabled via a new query parameter. Change-Id: I449bae840759a695e69c95c7bde675a9da228e4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642989 Commit-Queue: Jeff Fisher <jeffish@microsoft.com> Reviewed-by:
Erik Luo <luoe@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#668980}
-
John Delaney authored
https://crrev.com/926cfe2795767 introduced undefined behavior when deleting a frame from storage by not null checking the render frame host that is being deleted. There is no guarantee that OnFrameDeleted provides a RFH. There was more undefined behavior caused by accessing an iterator value that may be equal to the end of the list. This is likely the cause of flakiness found in https://analysis.chromium.org/p/chromium/flake-portal/analysis/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyQwsSDEZsYWtlQ3VscHJpdCIxY2hyb21pdW0vOTI2Y2ZlMjc5NTc2NzlkZTFhZTU0MDNmNzJmNzk1ZDVjMDAzMTljNww Change-Id: I572bc9da628745435e4980fa61a5e4cd263ac948 Bug: 973954 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658588 Commit-Queue: John Delaney <johnidel@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#668979}
-
Oksana Zhuravlova authored
TBR=ochang@chromium.org Bug: 973947 Change-Id: Ic6e401936d5b23db48025d65344d79077dc6a4fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659030Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#668978}
-
Ken Rockot authored
This ensures the Service Manager is always initialized by ContentMainRunnerImpl early in process startup, rather than potentially deferring until BrowserMainLoop runs. The main motivation here is to have only one place in browser code where the Service Manager is initialized. This also begins peeling away at some of the unnecessary dependencies on ServiceManagerConnection and ServiceManagerContext, since both are slated for deletion. Finally, this adds a public content::GetSystemConnector API to content/public/browser as a drop-in replacement for ServiceManagerConnection::GetForProcess()->GetConnector(). Moving forward, this is the API that new browser code should use when connecting to services. The API is available very early in browser startup, even before BrowserMainLoop is instantiated. Bug: 904240, 968147 Change-Id: I933dc8a4bf268cec92eaa4cbdc452c1fc2a08898 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1650155 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Xi Han <hanxi@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#668977}
-
Brian Sheedy authored
Adds Markdown documentation on the GPU team's Skia Gold-enabled pixel tests, such as how to triage images, how they work, and how to modify Gold if necessary. Bug: 965234 Change-Id: Ie77c9679e458d7196af1457edbf2b06f45799f8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638739 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#668976}
-
Jonathan Backer authored
As per https://cs.chromium.org/chromium/src/components/viz/service/display/direct_renderer.cc?rcl=a70a3dd3c62b530b00367ba545383a91e51fe91e&l=124, we do allow empty sub_buffer_rect when partial swap is enabled. This codepath was added in https://codereview.chromium.org/1489153002 to support updating overlays without changing the framebuffer contents. Bug: 963861 Change-Id: Ia18e5b34a8e48dfd448e7f8dc2bd02e07805c078 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658770 Commit-Queue: Jonathan Backer <backer@chromium.org> Reviewed-by:
Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#668975}
-
Robbie McElrath authored
Bug: 966633 Change-Id: I1e65f8c75ebc4b14149fbdb892e72ba93e931a3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659270Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#668974}
-
Anastasia Helfinstein authored
Additional context was requested by translators. TBR=katie@chromium.org Change-Id: Id7b6d9664f78cf8f539df384af1f236503515496 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659228Reviewed-by:
Anastasia Helfinstein <anastasi@google.com> Reviewed-by:
Katie Dektar <katie@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#668973}
-
Akihiro Ota authored
This change hooks into AXTextUtils::GetWordBoundariesForString and exposes this information in automation. Bug: 948700 Change-Id: I8fe5852cf1ce5e1eeb02e986d4524d44095d054f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642390Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#668972}
-
Becca Hughes authored
Implement the "stop" action handler in Blink so that sites can use it. I2I+S: https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/xMxKEmIgUug/Se7BBGGoAgAJ BUG=940054 Change-Id: I34099bad52e5f1805c3c8791e40ca58013ba3ae5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635354 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#668971}
-
Alex Newcomer authored
After caching the AppListView, it cannot be shown after overview is shown. Bug: 969656 Change-Id: I13f520e74c161ee5cd58f7b03058334cd81b58dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658929 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#668970}
-
Clark DuVall authored
Network service is on by default on all platforms that support extensions, so ExtensionProtocolHandler is no longer needed since it is only used in the non-network service path. Bug: 934009 Change-Id: Id9021b5319677cd98a35343fdfa40761f989b678 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1655987Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Junbo Ke <juke@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#668969}
-
Robbie McElrath authored
StoragePartition::GetURLRequestContext won't work with the network service enabled. Bug: 966633 Change-Id: Ic1442e75315fa3e84d5e155c188ae5707cfa29de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659198Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#668968}
-
Robert Sesek authored
Granted: - com.apple.security.device.audio-input and .camera for WebRTC. - com.apple.security.device.bluetooth for WebBluetooth and WebAuthn. - com.apple.security.device.usb for WebUSB and WebAuthn. - com.apple.security.device.print for printing. Not granted because testing did not reveal them to be necessary: - com.apple.security.device.microphone: The difference between this entitlement and .audio-input is undocumented. The .microphone key is associated with the App Sandbox, which Chrome does not use, while .audio-input is associated with CoreAudio, which is used. - com.apple.security.automation.apple-events: Chrome only sends one Apple event, and that goes to another instance of itself when the ProcessSingleton detects another instance of Chrome running. - com.apple.security.personal-information.location: This entitlement is only needed for CoreLocation, which Chrome does not use for the Geolocation API. Bug: 850193 Change-Id: Ie10b39d9be5dca35526d797dbd35f6ecb0037e08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1620286 Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#668967}
-
Jimmy Gong authored
- Regression was introduced when PPD label div was added. - Fix is to align item with flex. - Removed min-height for this css style as it was never used. Bug: 972003 Test: End to End Manual Change-Id: I347e5dcf233e320aed843ede13d10ca46e71b5d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656736Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: jimmy gong <jimmyxgong@chromium.org> Cr-Commit-Position: refs/heads/master@{#668966}
-
Eugene But authored
This changes makes ios_web_shell_egtests consistent with ios_chrome_egtests, which were updated in crrev.com/c/1650271 to serve files from module instead of runner. Bug: 866147 Change-Id: I5764180c0ecb85c2719242b98cd99577231d7a98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1654280Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#668965}
-
Kenneth Russell authored
Run the same set of tests on both to ensure that all test suites run correctly when triggered from the Linux VM. Bug: 952071 Change-Id: I877509f20f837f73927419df8fa2a7fc3e634142 No-Try: True Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659027 Auto-Submit: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#668964}
-
Roberto Carrillo authored
These will now be triggered by the all-platforms-code-coverage builder from a separate bucket. R=liaoyuke,nodir Bug: 944752 Change-Id: I1a032995175fadd3147d1e005826eef5b58e318c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656435Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Auto-Submit: Roberto Carrillo <robertocn@chromium.org> Cr-Commit-Position: refs/heads/master@{#668963}
-
Chris Lu authored
Fixes a bug where an accessibility element would be present for the Infobar Badge even when it was not visible. This change adds and removes the badge as an accessibility element when the badge is being displayed/hidden. Change-Id: I618ee3f7b684cb479fc70fbafbd329b99e27e18c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652045 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#668962}
-
Fabrice de Gans-Riberi authored
Zircon VMOs are now created non-resizeable by default. This family of flags is now a no-op and they will soon be removed. Bug: 973981 Change-Id: I4d319641b85c402e05a2975ec6d0f7540ac769d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659021 Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Auto-Submit: Fabrice de Gans-Riberi <fdegans@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#668961}
-
Fabrice de Gans-Riberi authored
* The zx_vmo_clone syscall was renamed in Zircon. * Also remove uses of the ZX_VMO_*NON_RESIZEABLE in the same file. This macro is now a no-op and will soon be removed from Zircon. Bug: 973978, 973981 Change-Id: Ia544daa03627b73af496183847067e019253109e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659017 Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Auto-Submit: Fabrice de Gans-Riberi <fdegans@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#668960}
-
Misha Efimov authored
Change-Id: Ife8ee2b69f6fa6efff15f2905e39e3b8c20ba66d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652656Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#668959}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I4de3240c3e3d0b64e1b1d87594c8e8a3fd669629 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659200Reviewed-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@{#668958}
-
Natalie Chouinard authored
Migrate the Homepage settings preference fragment from the deprecated Framework classes to the Preference Support Library. This is the first settings page with a switch preference (or any widget), so it requires some layout and style modifications to match the existing Chrome preference style. Migrating to the support library preference widget also has the side benefit of fixing a bug with frequently missing animations in Framework-extending preference classes: https://crbug.com/967858. Bug: 967058, 967858 Change-Id: I523d4e2faa763c807033ca3df75253324cd09fab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1647140Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Brandon Wylie <wylieb@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#668957}
-
Alberto Herrera authored
Bug: 785758 Change-Id: Id1520ec0e074350adef549cd119c924d20a49a80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1654828Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Commit-Queue: Alberto Herrera <ahrfgb@google.com> Cr-Commit-Position: refs/heads/master@{#668956}
-
wutao authored
Previous footer visibility depended on indicator processor status, which was wrong. It should depend on the query and response status. To address this, also add a parameter |due_to_commit| to OnPendingQueryCleared() to reflect the status. Bug: b/134764910 Test: Manual Change-Id: I90bf619f6664fc2e61f306bda3b0b5b43e993293 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1648767 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#668955}
-
Carlos IL authored
Bug: 973664 Change-Id: I97fab27401a1b9905005d60609fc34ff0b6f1724 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656812Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#668954}
-