- 31 Oct, 2018 14 commits
- 
- 
Tarun Bansal authoredChange-Id: I4c4f853fa45e146cfaaacd18ebf5e8dc5a35c944 Bug: 900356 TBR: zmin@chromium.org No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/1309074 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Reviewed-by: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#604077} 
- 
Khushal authoredMake the list of commands which require consistent GL state in the RasterDecoder explicit instead of defaulting to it for unhandled commands. Its easy to add a new command and miss updating this list. This makes sure you get a compile time error to avoid this. R=piman@chromium.org Bug: 894200 Change-Id: I71407d33c3339342d9ebf26b6ce94e475324a37e Reviewed-on: https://chromium-review.googlesource.com/c/1308714 Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#604076} 
- 
Scott Chen authoredBug: 891807 Change-Id: I7d630d5736de4c4b33efd958298cb3f941780129 Reviewed-on: https://chromium-review.googlesource.com/c/1300675 Commit-Queue: Scott Chen <scottchen@chromium.org> Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#604075} 
- 
Dominic Mazzoni authoredFollow-up to other similar patches. This also fixes ax::mojom::TextStyle so that it just encodes the possible flags for the bit fields, rather than trying to encode every permutation of bits. Bug: 882660 TBR=halliwell@chromium.org Change-Id: If16be583e6ee35728116b568334b1b89aad0b2ef Reviewed-on: https://chromium-review.googlesource.com/c/1300414 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#604074} 
- 
Tarun Bansal authoredThis reverts commit 1c7e7665. Reason for revert: Fails test org.chromium.chrome.browser.SubresourceFilterTest#resourceFilteredClose See https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Android%20CFI/3471 Original change's description: > [url_pattern_index] Print matching rule for tracing > > This is useful for debugging. > > Bug: None > Change-Id: I8e6260f09b3c17f0a9952739387f70a431571011 > Reviewed-on: https://chromium-review.googlesource.com/c/1308013 > Commit-Queue: Charlie Harrison <csharrison@chromium.org> > Reviewed-by: Josh Karlin <jkarlin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#603990} TBR=jkarlin@chromium.org,csharrison@chromium.org Change-Id: I44e487142ab5c3477ff77945a3f2854bb9762056 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: None Reviewed-on: https://chromium-review.googlesource.com/c/1308904Reviewed-by: Tarun Bansal <tbansal@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#604073} 
- 
Jerome Jiang authoredhttps://chromium.googlesource.com/webm/libvpx.git/+log/137d99c91fc7..fa0076282e62 $ git log 137d99c91..fa0076282 --date=short --no-merges --format='%ad %ae %s' 2018-10-29 johannkoenig vp8 bilinear: ensure non-16x16 arrays are aligned 2018-10-29 johann.koenig vp8 bilinear: ensure temp array is aligned 2018-10-24 sdeng Enable 10 bit tpl support 2018-10-26 johann.koenig remove "register" keyword 2018-10-26 jingning Remove unused macros from vp9_firstpass.c 2018-10-25 johann.koenig vp8 bilinear: rewrite 4x4 2018-10-24 johann.koenig vp8 bilinear: rewrite 16x16 2018-10-10 ritu.baldwa Add Memory to Enable Row Decode 2018-10-24 johann.koenig vp8 bilinear: rewrite in intrinsics 2018-10-23 jingning Enable tpl model to support multi-layer ARF 2018-10-23 chiyotsai Add AVX2 support for 4-tap interpolation filter. 2018-10-18 chiyotsai Clean up vpx_dsp/x86/convolve_sse2.h 2018-10-23 jingning Reset frame udpate flags after qp estimate in tpl 2018-10-23 yunqingwang Use 8-tap interp filter in temporal filtering 2018-10-22 jingning Bypass processing on use existing frame 2018-10-22 jingning Fix frame offset computation for GOP extension 2018-10-22 jingning Refactor gop_length use case in tpl model 2018-10-22 jingning Remove empty else branch in mode_estimation 2018-10-22 jingning Use the proper gfu_boost factor to compute rd_mult Created with: roll-dep src/third_party/libvpx/source/libvpx R=johannkoenig@google.com Change-Id: I372218619232822361042cff13e10ec162972e4d Reviewed-on: https://chromium-review.googlesource.com/c/1308985Reviewed-by: Johann Koenig <johannkoenig@google.com> Commit-Queue: Jerome Jiang <jianj@google.com> Cr-Commit-Position: refs/heads/master@{#604072} 
- 
Wez authored- Add a CastRunner and main() under //webrunner/app/cast. - Add "castrunner" executable, package and runner targets to GN. This rudimentary Runner handles caller requests for cast:// URIs, extracts the application-Id from them, and if the Id matches a dummy Id for testing, then it instantiates a component hosting a standard web URL, for now. Bug: 893229 Change-Id: Ia2cb5d7c1f69ff0a828af9e5c71b7f4422ce58d3 Reviewed-on: https://chromium-review.googlesource.com/c/1303646 Commit-Queue: Wez <wez@chromium.org> Reviewed-by: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#604071} 
- 
Evan Stade authored- improve comments/bug links for some tests - enable some tests which pass locally for 30 runs without any failures Bug: none Change-Id: I4e7731d4f5a6c9e7a2dad2e6dd701af381195094 Reviewed-on: https://chromium-review.googlesource.com/c/1308596Reviewed-by: James Cook <jamescook@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#604070} 
- 
Luciano Pacheco authoredFix flakiness by adding call to this.expanded=true in EntryListItem. Change updateSubDirectories: - use arrow function and const; - change error callback calling style to match the same style used by success callback (without if). - change check from isFakeEntry to check for presence of the method that's used "createReader". Change the sorting to be an method, so it can be customized per sub-class, later it will be used to sort My files to show Linux and Play files at the bottom. Fix unittest that started failing because it metadataModel was null. No changes in behaviour for users, the small change in behaviour is EntryListItem.updateSubDirectories now reads its children using FS API which isn't synchronous. CrOS FilesApp UI Tests: ensure downloads selected and refreshed in setup TBR: joelhockey@chromium.org Bug: 899664 Change-Id: I8a93616f74cf3bf2b99851dc2452249e1353d85e Reviewed-on: https://chromium-review.googlesource.com/c/1306963Reviewed-by: Joel Hockey <joelhockey@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#604069} 
- 
Evan Stade authoredNo flakes in single or multi process mash over 30 local runs. Bug: 815379 Change-Id: I3d1a7c62ee4d431e8b092a625d641ff91b6b2730 Reviewed-on: https://chromium-review.googlesource.com/c/1308654Reviewed-by: James Cook <jamescook@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#604068} 
- 
Josh Gao authoredAdd support for ScopedGeneric traits that track the ownership of owned objects externally. The intent is to use this with Android Q's file descriptor ownership sanitizer, but this is conceivably useful for other purposes as well (e.g. guarded_fd on Darwin). TBR=wez@chromium.org,sergeyu@chromium.org,alexilin@chromium.org,vollick@chromium.org,dcastagna@chromium.org Bug: 882733 Change-Id: I2fb0617ce6471b290edcc726de4117041d91d10d Reviewed-on: https://chromium-review.googlesource.com/c/1224112 Commit-Queue: Josh Gao <jmgao@google.com> Reviewed-by: Robert Sesek <rsesek@chromium.org> Reviewed-by: Ken Rockot <rockot@google.com> Reviewed-by: Daniele Castagna <dcastagna@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#604067} 
- 
Zach Reizner authoredR=reveman@chromium.org Bug: 887036 Test: wayland client that uses INVERT_Y Change-Id: I9ac108165ac68911ab61b3340410e538f8a843db Reviewed-on: https://chromium-review.googlesource.com/c/1298739 Commit-Queue: Zach Reizner <zachr@chromium.org> Reviewed-by: Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#604066} 
- 
Tom Anderson authoredSTRINGIZE(GTK_MAJOR_VERSION) evaluates to "(3)", so we previously tried to open "libappindicator(3).so.1" when we wanted to open "libappindicator3.so.1". BUG=893932 R=pkasting Change-Id: I91544994898ae136c404a88a561e8f789c801c62 Reviewed-on: https://chromium-review.googlesource.com/c/1308670 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#604065} 
- 
Jia authoredThis cl contains an implementation of an Adapter that uses a model to predict optimal screen brightness when ambient light changes. It may instruct powerd to change the brightness if user has not made any manual change and no manual or recommended brightness has been set by a policy. Bug: 881215 Change-Id: Ib7cbbc34e615a537e9ca41db547b753170220d24 Reviewed-on: https://chromium-review.googlesource.com/c/1288170 Commit-Queue: Jia Meng <jiameng@chromium.org> Reviewed-by: Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#604064} 
 
- 
- 30 Oct, 2018 26 commits
- 
- 
Ted Choc authoredBUG=900150 Change-Id: Ia14a0b1c0f165da71e752922f1e1f776a294605c Reviewed-on: https://chromium-review.googlesource.com/c/1308081Reviewed-by: Theresa <twellington@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#604063} 
- 
Daniele Castagna authoredWhen GLRenderer reads back from the framebuffer with glCopyTexImage2d, it tries to be smart about what internal format to use for the new texture. Unfortunately on CrOS it ends up using GL_BGRA_EXT, that seems to hit a particularly slow path in gles2_cmd_decoder. This CL changes it to RGB/RGBA, decreasing the CPU cost of CopyTexImage2d of two orders of magnitude when applying fullscreen backdrop effects. Bug: 900046 Change-Id: I19bd8a9d008109e336f0fd346df130c2d7878154 Reviewed-on: https://chromium-review.googlesource.com/c/1306653Reviewed-by: Kristian H. Kristensen <hoegsberg@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#604062} 
- 
Eric Aleshire authoredThe Autofill Recorder Extension records an action when a new page is loaded as part of a button/link click, etc (in addition to the action that performs that click). I found that desktop no-ops this action, and that on iOS it also does not need to be explicitly replayed, so I no-op it here as well. I am discussing with Yiming the reason it is no-op'd on desktop, and will add that information here when I receive it. Change-Id: If5a2f49cf60995831dfae357c97de28266771ea2 Reviewed-on: https://chromium-review.googlesource.com/c/1307994Reviewed-by: Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: ericale <ericale@chromium.org> Cr-Commit-Position: refs/heads/master@{#604061} 
- 
Hector Carmona authoredThis makes screen reader users aware that we've created bookmarks. R=scottchen@chromium.org Bug: 881937 Change-Id: I36f246768d6dfbf631860d1da0c043a6b7d20781 Reviewed-on: https://chromium-review.googlesource.com/c/1302494 Commit-Queue: Hector Carmona <hcarmona@chromium.org> Reviewed-by: Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#604060} 
- 
Francois Doray authoredBenefits: - No need to create a one-off base::Process instance, which involves duplicating the handle, to perform operations on the process. Existing use case: https://chromium-review.googlesource.com/c/chromium/src/+/1298345/6/chrome/browser/ui/hung_plugin_tab_helper.cc Upcoming use case: https://chromium-review.googlesource.com/c/chromium/src/+/1273257 - No need to use #ifdef in child_process_data.h/.cc. - Less lines of codes overall. Bug: 885293 Change-Id: I5f3434c1b0dc3985733764931d9d791dd60f2589 Reviewed-on: https://chromium-review.googlesource.com/c/1298345 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:Erik Chen <erikchen@chromium.org> Reviewed-by: Jochen Eisinger <jochen@chromium.org> Reviewed-by: David Trainor <dtrainor@chromium.org> Reviewed-by: Brad Nelson <bradnelson@chromium.org> Reviewed-by: Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#604059} 
- 
chromium-autoroll authoredhttps://webrtc.googlesource.com/src.git/+log/3b149e4be880..1a92cd7312ca git log 3b149e4be880..1a92cd7312ca --date=short --no-merges --format='%ad %ae %s' 2018-10-30 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 34bb9a91..0cb3899c (603839:603959) 2018-10-30 mellem@webrtc.org Create a MediaTransportState enum and add a state callback to MediaTransport. 2018-10-30 emircan@webrtc.org Remove event wait logic from DesktopConfigurationMonitor 2018-10-30 alessiob@webrtc.org AGC2: renaming GainCurveApplier to Limiter. 2018-10-30 ilnik@webrtc.org Revert "Use only first payload timestamp for RTCP SR generation for audio" 2018-10-30 crodbro@webrtc.org Fix for clock reset repair. 2018-10-30 nisse@webrtc.org Delete StreamInterface::ReadLine. 2018-10-30 Peter) Slatala Update media transport settings struct 2018-10-30 terelius@webrtc.org Add support for field trials in peerconnection_client|server 2018-10-30 ilnik@webrtc.org Use only first payload timestamp for RTCP SR generation for audio 2018-10-30 terelius@webrtc.org Add field trial to enable the new RTC event log format. 2018-10-30 artit@webrtc.org Revert "Disabled TestPacketBuffer.SeqNumWrapOneFrame test due to clang update" 2018-10-30 robert@bares.me Always call ConvertToI420 with positive crop_height 2018-10-30 nisse@webrtc.org Delete OptionsFile class. Refactored only user, TurnFileAuth. 2018-10-30 srte@webrtc.org Makes PacketResult::GetSentPacket const. 2018-10-30 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 89ed1da2..34bb9a91 (603733:603839) 2018-10-30 nisse@webrtc.org Delete unused function rtc::Flow. 2018-10-30 artit@webrtc.org Add iOS SDK unit tests for nalu_rewriter 2018-10-30 kron@webrtc.org Propagate SDP negotiation of extmap-allow-mixed to RtpHeaderExtensionMap 2018-10-30 oprypin@webrtc.org Remove likely obsolete entries from WATCHLISTS 2018-10-30 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 03b56190..89ed1da2 (603619:603733) 2018-10-29 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 55624cc6..03b56190 (603513:603619) Created with: gclient setdep -r src/third_party/webrtc@1a92cd7312ca The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-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:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng BUG=chromium:None,chromium:796889,chromium:none,chromium:887464,chromium:None,chromium:None,chromium:None,chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I6de52c483d648ac07efede2b984bc1b7228e6754 Reviewed-on: https://chromium-review.googlesource.com/c/1308696Reviewed-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@{#604058} 
- 
Eric Aleshire authoredAlso, adds some more logging. TBR=sergeyberezin@chromium.org Change-Id: I5649b748f193271538d049e0d4a1a013b910cd69 Reviewed-on: https://chromium-review.googlesource.com/c/1308992Reviewed-by: Sergey Berezin <sergeyberezin@chromium.org> Commit-Queue: ericale <ericale@chromium.org> Cr-Commit-Position: refs/heads/master@{#604057} 
- 
Kevin Strohbehn authoredBug: 896790 Change-Id: I8fef79fbbd3790d344ad92170f506fe46feefdd6 Reviewed-on: https://chromium-review.googlesource.com/c/1308600Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Kevin Strohbehn <ginko@google.com> Cr-Commit-Position: refs/heads/master@{#604056} 
- 
Martin Kreichgauer authoredThis changes AuthenticatorImpl to not erase the AAGUID from attestation statements (but do erase the attestation object) whenever the request was handled by a platform authenticator and attestationConveyancePreference = "none". Further, The TouchIdAuthenticator gets back its non-zero AAGUID that was erased in 73a4f93c. Note that this means TouchIdAuthenticator no longer performs "true" Self Attestation in the sense of the WebAuthn spec or AuthenticatorMakeCredentialResponse::IsSelfAttestation. Hence, the existing behavior that self-attestation statments never get erased, even if attestationConveyancePreference = "none", no longer applies to Touch ID. Instead the new behavior applies, i.e. the attestation object is erased but not the AAGUID. Bug: 898233 Change-Id: I79f7957679c661a6d3b0fb54a3a48163b387d764 Reviewed-on: https://chromium-review.googlesource.com/c/1300687 Commit-Queue: Martin Kreichgauer <martinkr@google.com> Reviewed-by: Kim Paulhamus <kpaulhamus@chromium.org> Reviewed-by: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#604055} 
- 
dpapad authoredRemoving paper-input, paper-textarea, iron-autogrow-textarea, paper-listbox. paper-input was only used by paper-slider, if an "editable" boolean is set to true, which is not the case for any usage of paper-slider. Removed that dependency in the local paper-slider copy. Also remaining usages of paper-slider will be replaced with cr-slider sometime soon anyway. Also remove local patch for paper-input and paper-textarea from chromium.patch. Bug: 899982,843350 Change-Id: If2e7815259034748db890ac736c32f064ff3c968 Reviewed-on: https://chromium-review.googlesource.com/c/1306346Reviewed-by: Scott Chen <scottchen@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#604054} 
- 
Ken Rockot authoredMigrates the data_decoder service and its consumers away from ServiceContext and onto ServiceBinding. This effectively changes all DataDecoderService instances to be explicitly owned by their embedders rather than being owned by a ServiceContext. To support this, a simplified TestConnectorFactory setup is also added, allowing tests to construct a factory which simply proxies Service calls to service instances with no specific ownership constraints. Service and ServiceKeepalive have also been amended to better support ServiceBinding usage in place of ServiceContext usage. Finally, since it's relevant to data_decoder, this also begins moving utility-embedded services away from the old and unnecessary EmbeddedServiceInfo/Runner crud. Bug: 891780 Change-Id: Iaa26ef0f47aa0b1dde9c69d64dda4caff36c7b82 Reviewed-on: https://chromium-review.googlesource.com/c/1298020Reviewed-by: Reilly Grant <reillyg@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#604053} 
- 
Bin Wu authoredThere are no flags to be updated. (n/a) fix typos in comments. Merge internal change: 218594881 https://chromium-review.googlesource.com/c/1307582/ Add a QUIC_BUG if QuicConnection::ProcessUdpPacket is called reentrantly. Merge internal change: 218585302 https://chromium-review.googlesource.com/c/1307581/ This QUIC change includes two main changes: 1) Remove member variable is_last_packet_ietf_quic_ and last_header_format_ from QuicFramer. Instead, always use the form in QuicPacketHeader and add necessary plumbings 2) Stop exposing framer() to subclass in QuicDispatcher. No functional change expected, not protected. Merge internal change: 218576597 https://chromium-review.googlesource.com/c/1307580/ Deprecate flag FLAGS_quic_reloadable_flag_quic_stream_too_long. Merge internal change: 218374901 https://chromium-review.googlesource.com/c/1307579/ In QUIC, close a client connection when a version negotiation packet is received. Protected by FLAGS_quic_reloadable_flag_quic_no_client_conn_ver_negotiation. It is the higher layer's responsibility to do the reconnection. Note, this is mostly auto-merged, except 2 manual changes are needed in net/quic/quic_chromium_client_session.cc and net/quic/quic_chromium_client_stream_test.cc. Merge internal change: 218334028 https://chromium-review.googlesource.com/c/1307578/ In QUIC, store connection version for buffered packets when CHLO arrives, and use this version when server processes buffered chlo to create connections. Protected by gfe2_restart_flag_quic_no_server_conn_ver_negotiation2 which replaces gfe2_restart_flag_quic_no_server_conn_ver_negotiation. Merge internal change: 218329982 https://chromium-review.googlesource.com/c/1307593/ Change QuicEpollClock::Now() to monotonic. Protected by FLAGS_quic_reloadable_flag_quic_monotonic_epoll_clock. Note the changes in quic/platform/impl are manually merged. Merge internal change: 218268839 https://chromium-review.googlesource.com/c/1307577/ Quartc decides what to consume from QUIC's sequencer buffers. Removes QuartcStream::deliver_on_complete and passes all readable data to QuartcStream::Delegate::OnReceived() whenever OnDataAvailable() is called. QuartcStream::Delegate::OnReceived() now takes a pointer to the first readable region, the number of readable regions, and whether the FIN bit is present. It returns the number of bytes consumed by Quartc. Quartc implements its current deliver_on_complete behavior by returning 0 bytes consumed until |fin| is true, then reading and consuming all available bytes. This gives Quartc the flexibility to handle data as it arrives without removing it from QUIC's buffers. Quartc will not consume data until an entire message arrives. Then it will consume the message, but leave any "extra" data (eg. the start of the next message) in the sequencer. Leaving incoming data in the sequencer protects against OOM errors (flow control prevents unbounded buffers). See go/quartc-data-channels (Wire Format and Ordered Delivery) for how this will be used. n/a (Quartc only) FIG_CHANGESET=bf381313ab840c12b349c4b9f596867ebf189ead Merge internal change: 218212797 https://chromium-review.googlesource.com/c/1307573/ R=rch@chromium.org Change-Id: I6e24b9e984a3911648e9129688dab1ceadc48f7b Reviewed-on: https://chromium-review.googlesource.com/c/1307584Reviewed-by: Ryan Hamilton <rch@chromium.org> Commit-Queue: Bin Wu <wub@chromium.org> Cr-Commit-Position: refs/heads/master@{#604052} 
- 
Alexei Filippov authoredBUG=889545 Change-Id: I26c7a1425e793835107b34681596a9ad16f6a360 Reviewed-on: https://chromium-review.googlesource.com/c/1299781 Commit-Queue: Alexei Filippov <alph@chromium.org> Reviewed-by: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#604051} 
- 
Mike Reed authoredChange-Id: I5ebd8f06b073088e3f31927cb2cc9f166ef0038d Reviewed-on: https://chromium-review.googlesource.com/c/1308015 Commit-Queue: Mike Reed <reed@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org> Reviewed-by: Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#604050} 
- 
Alexandr Ilin authoredSome GpuMemoryBufferPlatformHandle union members are used only on one platform but are defined for all platforms. This CL restricts platform-specific members to desired platform. Bug: 863011 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 Change-Id: I6c09e49db157d9d91dc5caeac939ca334f9054ba Reviewed-on: https://chromium-review.googlesource.com/c/1290917Reviewed-by: Antoine Labour <piman@chromium.org> Reviewed-by: Daniele Castagna <dcastagna@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Alexandr Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#604049} 
- 
Joey Arhar authoredBug: 863846 Change-Id: I391a15458f540165e78b86a306a782254d317727 Reviewed-on: https://chromium-review.googlesource.com/c/1306593Reviewed-by: Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/master@{#604048} 
- 
Gabriel Charette authoredExtracted cleanup from https://chromium-review.googlesource.com/c/chromium/src/+/1305891 after that CL avoided interacting with AtExitManager altogether in PS7+. R=fdoray@chromium.org Bug: None Change-Id: I68cf448027784e3a8e7a907c04fb475a29c7ace5 Reviewed-on: https://chromium-review.googlesource.com/c/1308080 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#604047} 
- 
Ben Wells authoredThis prevents the app being installed with bad metadata if something isn't quite right. Bug: 899088 Change-Id: If56c5096982a79e3172dc38f897e8a54af6857ec Reviewed-on: https://chromium-review.googlesource.com/c/1303316Reviewed-by: Jeremy Klein <jlklein@chromium.org> Commit-Queue: Ben Wells <benwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#604046} 
- 
Oystein Eftevaag authoredReviewed as part of https://chromium-review.googlesource.com/c/chromium/src/+/1161541 TBR=skyostil@chromium.org Change-Id: I81973d090fe632b63a2cb5d501f32df13de795e2 Reviewed-on: https://chromium-review.googlesource.com/c/1308656Reviewed-by: oysteine <oysteine@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#604045} 
- 
Chris Blume authoredThis reverts commit c8ac2e2a. Reason for revert: It seems like others are running into a problem caused by this. I'll investigate why I didn't see those same issues locally. Original change's description: > Reenable Vulkan validation > > The Vulkan validation layer used to error when a platform-specific > surface (in this case, a X11 surface) was used. > > A build flag which enables the validation layer to recognize that > platform-specific surface was missing. > > When the Vulkan validation layers moved to ANGLE they also added this > build flag. As a result, we can re-enable the validation layers on X11. > > BUG=843346 > > Change-Id: Ifb634a60a1cd9698b5cf51e03b426a58b4387a5d > Reviewed-on: https://chromium-review.googlesource.com/c/1300335 > Reviewed-by: Eric Karl <ericrk@chromium.org> > Commit-Queue: Chris Blume <cblume@chromium.org> > Cr-Commit-Position: refs/heads/master@{#602961} TBR=cblume@chromium.org,ericrk@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 843346 Change-Id: I28d17d41426102380c7cb246514c08ba462ae248 Reviewed-on: https://chromium-review.googlesource.com/c/1308770Reviewed-by: Chris Blume <cblume@chromium.org> Reviewed-by: Eric Karl <ericrk@chromium.org> Commit-Queue: Chris Blume <cblume@chromium.org> Cr-Commit-Position: refs/heads/master@{#604044} 
- 
Kim Paulhamus authoredsequence<AuthenticatorTransport> in allowCredentials is an optional field. We should treat empty lists as if the transport option was undefined. Bug: 899045 Change-Id: Ifb45a505e428676b2c72b063f3c94d10f227d912 Reviewed-on: https://chromium-review.googlesource.com/c/1302014Reviewed-by: Mike West <mkwst@chromium.org> Commit-Queue: Kim Paulhamus <kpaulhamus@chromium.org> Cr-Commit-Position: refs/heads/master@{#604043} 
- 
chromium-autoroll authoredhttps://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/1c1e749f0b51..6647884a130d git log 1c1e749f0b51..6647884a130d --date=short --no-merges --format='%ad %ae %s' 2018-10-30 stevenperron@google.com Remove MemberDecorateStringGOOGLE during stript-refect. (#2021) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@6647884a130d The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-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. TBR=dsinclair@chromium.org Change-Id: I72b4fade1901838b21ed4f17ff530da64b0e73e3 Reviewed-on: https://chromium-review.googlesource.com/c/1308697Reviewed-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@{#604042} 
- 
chromium-autoroll authoredThe 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_audio;luci.chromium.try:fuchsia_x64_cast_audio TBR=cr-fuchsia+bot@chromium.org Change-Id: I4643fef5a4ad5c43328131553f79484bd2f4a11f Reviewed-on: https://chromium-review.googlesource.com/c/1309075Reviewed-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@{#604041} 
- 
David 'Digit' Turner authoredA line was missing from android_chrome_strings.grd listing the translation file for the 'bn' locale. The .xtb file is already present and thus doesn't need to be added. BUG=899819 TBR=govind@chromium.org, abdulsyed@chromium.org, jshin@chromium.org Change-Id: I92c73465ebe0b965194f4e78ad2c17e6728800de Reviewed-on: https://chromium-review.googlesource.com/c/1308937Reviewed-by: David Turner <digit@chromium.org> Commit-Queue: David Turner <digit@chromium.org> Cr-Commit-Position: refs/heads/master@{#604040} 
- 
Henrik Boström authoredThe SDP negotiation operations - createOffer(), setLocalDescription(offer), setRemoteDescription(offer), createAnswer(), setLocalDescription(answer) and setRemoteDescription(answer) - can be used in a "safe" or "unsafe" way when thinking about the default of sdpSemantics changing from Plan B to Unified Plan. In particular, it is "unsafe" to use complex SDP without explicitly setting sdpSemantics, since this case results in SDP that is incompatible between Plan B and Unified Plan clients. This CL adds histograms for "safe", "unsafe" and "unknown" usage of SDP for each operation. Bug: 899747 Change-Id: I9a21e3190c3f35153e6e8f31fb63f775d2ea8d31 Reviewed-on: https://chromium-review.googlesource.com/c/1304558 Commit-Queue: Henrik Boström <hbos@chromium.org> Reviewed-by: Guido Urdaneta <guidou@chromium.org> Reviewed-by: Jesse Doherty <jwd@chromium.org> Reviewed-by: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#604039} 
- 
Evan Stade authoredThis relands commit 1e9af071. The original commit and subsequent test failure uncovered a real bug which only impacted Mash. In classic mode, frameless windows don't act as a WindowState observer so they don't inform the app of OS-triggered fullscreen changes and therefore ShouldEnableImmersive() doesn't return true, allowing the test to pass. It seems like a bug that the app doesn't know it's in fullscreen just because it's frameless, but I will err on the side of preserving existing behavior there. In contrast, in Mash, frameless windows do update the app object wrt changes in window state, therefore the implementation of ShouldEnableImmersive must be enhanced slightly to explicitly rule out frameless windows from being placed in immersive (as the briefly failing test verifies). The test passed before 1e9af071 simply because the two different immersive mode properties lagged in respect to one another. TBR=tsepez@chromium.org Bug: 640365 Original change's description: > Merge two immersive mode window properties. > > aura::client::kImmersiveFullscreenKey is folded into > ash::kImmersiveIsActive > > No bug here currently, but it's confusing to have two different > properties that are both meant to indicate immersive mode is active. > > Also removed some unnecessary ash:: prefixes from //ash. > > Change-Id: I0c43873fa8f128c3799d32f2c479a1f2caa9a7cf > Reviewed-on: https://chromium-review.googlesource.com/c/1298493 > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Tom Sepez <tsepez@chromium.org> > Reviewed-by: James Cook <jamescook@chromium.org> > Commit-Queue: Evan Stade <estade@chromium.org> > Cr-Commit-Position: refs/heads/master@{#603778} Change-Id: Id4a498cf7d6f721d6459bd75392564abbfda60b5 Reviewed-on: https://chromium-review.googlesource.com/c/1307842 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Reviewed-by: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#604038} 
 
-