- 13 Oct, 2020 40 commits
-
-
Yaron Friedman authored
Removes Chrome logic from SplitCompatApplication such that it can be moved to a module (per chrome-hoa). This unblocks features in <service> definitions, etc from being modularized. Change-Id: I934793f4d1096c2af4dc966dff73f3bc5c7b191a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463558 Commit-Queue: Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#816719}
-
Bettina Dea authored
Provide a field trial testing for client side detection on Android. Bug: 1108080 Change-Id: Idc40e3e9651f70eef1a6d651f01d14481cb2f529 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463968Reviewed-by:
Daniel Rubery <drubery@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Bettina Dea <bdea@chromium.org> Cr-Commit-Position: refs/heads/master@{#816718}
-
Bill Budge authored
- Removes the Flash API, but leaves the resource and proxy which is used by PPB_Fullscreen. Bug: chromium:1064652 Change-Id: I6e1e9ce5f30f3f3ee90fb758e8c1b7e4d4158846 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464208Reviewed-by:
Raymes Khoury <raymes@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Bill Budge <bbudge@chromium.org> Cr-Commit-Position: refs/heads/master@{#816717}
-
Alex Moshchuk authored
The test ForceEnabledOriginTrialsBrowserTest.ForceEnabledOriginTrials_MainPage was failing on Site Isolation Android FYI bot, because the "/1" variety of the test expects to run with with site isolation disabled, and assumes that there will only be one renderer process in that case. The FYI bot runs with --site-per-process, which turns a cross-site iframe on the test page into an OOPIF even in the presence of --disable-site-isolation-trials, adding another renderer process. Adjust test expectations accordingly. Bug: 1137881 Change-Id: I45c0dd18a47c0ce58c3581daa8412ce8bf042a24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2468340Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#816716}
-
Thomas Lukaszewicz authored
Bug: 1128599 Change-Id: I750430e805510d7ffe065e5b9c9f789d7241dc3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465489Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Cr-Commit-Position: refs/heads/master@{#816715}
-
Robert Phillips authored
Bug: 1116243 Change-Id: I9b0541a8bd3c8d4bd43744c1e082f86bfea6249a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2468698Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Robert Phillips <robertphillips@google.com> Cr-Commit-Position: refs/heads/master@{#816714}
-
Eric Seckler authored
The test is flaky on Nexus 5 because it seems that something else in the system affects the affinity of our process, but seems to pass on other devices. Cq-Include-Trybots: luci.chromium.try:android-lollipop-arm-rel Bug: 1113964 Change-Id: Iae40d8513c177cae1929a425a32899ca4f28419c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2467900Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#816713}
-
Antonio Gomes authored
This is identical to the original CL (https://crrev.com/c/2462560). The fix happened on the predecessor CL (https://crrev.com/c/2466739). Original change's description: > This replaces the use of ash::TabletMode and ash::TabletModeObserver in > BrowserNonClientFrameViewAsh. > > This corresponds to phase 2.6 on the design document [1]. > > Covered by existing tests, eg > > BrowserNonClientFrameViewAshTest.BrowserHeaderVisibilityInTabletModeTest > HomeLauncherBrowserNonClientFrameViewAshTest.TabletModeBrowserCaptionButtonVisibility > > [1] https://docs.google.com/document/d/1xHwcHrAiEaWuA4usGEqKZ9zm1H8SGk3WkS-Jf2Q_los/ > > BUG=1113900 > R=jamescook@chromium.org, sky@chromium.org > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462560 > Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> > Reviewed-by: James Cook <jamescook@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Cr-Commit-Position: refs/heads/master@{#816316} TBR=jamescook@chromium.org Change-Id: Ic9cc488266a42ca4efc40fdfe4edbf7e00c8f93c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2468496 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#816712}
-
Peter Boström authored
Adds the following to DialogModel: * Support for dialog icons through DialogModel::Builder::SetIcon. * Support for base::string16 (not message_id) in DialogModelLabel. * Support for character break in DialogModelLabel. Then refactors ExtensionUninstallDialogView to use DialogModel, which required adding the above items to DialogModel. Bug: 1106422 Change-Id: I59267cf6037f907171f9ff5121c37528b1d1a371 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454978 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#816711}
-
Ted Meyer authored
The fuzzertest includes "media/gpu/vaapi/vaapi_utils.h". This also formats the file. Change-Id: I199e432c94edb61cd43324e64e602985380d6824 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463101Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#816710}
-
Keren Zhu authored
Also replace ButtonListener with callbacks in this CL. Bug: 1130078, 772945 Change-Id: Idabf368ddd6e4e48cce78b7b03a88a69028da2d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466568 Commit-Queue: Keren Zhu <kerenzhu@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#816709}
-
David Black authored
This handles the case where ChromeVox users attempt to "click" holding space item views via Search + Space. Bug: 1137039 Change-Id: Ia4772195a4aba92ed405f74a8ac7c179643a82c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2468338Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#816708}
-
David Black authored
When ChromeVox is enabled, the holding space bubble should be activated on open so as to announce itself and so as to move ChromeVox focus into the bubble. Bug: 1137067 Change-Id: I454813ad1116a2ddb1d27e6ff6251849d5d96dcc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2468341Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#816707}
-
Jazz Xu authored
Remove media controls chip view since they're implemented in ash/system/media/. Change-Id: I3b91ca767f5cbae1e14937a0c6a7f327b1ff6aa1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466351Reviewed-by:
Tim Song <tengs@chromium.org> Commit-Queue: Jazz Xu <jazzhsu@chromium.org> Cr-Commit-Position: refs/heads/master@{#816706}
-
dpapad authored
Currently the contents of the generated grd file do not depend on the contents of each individiual |input_files| member, so such files should not be declared as |inputs|. Bug: 1132403 Change-Id: I6ccdcee19fae5304454561fa2cbf19eb770e6865 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2468377Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Commit-Queue: dpapad <dpapad@chromium.org> Auto-Submit: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#816705}
-
Anthony Cui authored
URLs with a file scheme ("file://") are not translated, change 2444549 moves this check from Android into shared code. As such, browser tests that load a local file to test translation should be updated to use the embedded test server instead. Bug: 1127094 Change-Id: Ib02a33844da02dff205e8acf9cc233c53cdcaa1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454692 Commit-Queue: Anthony Cui <cuianthony@chromium.org> Reviewed-by:
Scott Little <sclittle@chromium.org> Reviewed-by:
Megan Jablonski <megjablon@chromium.org> Cr-Commit-Position: refs/heads/master@{#816704}
-
Wan-Teh Chang authored
https://chromium.googlesource.com/external/github.com/AOMediaCodec/libavif.git/+log/0265cd7a10d1..e67f9369d50e $ git log 0265cd7a1..e67f9369d --date=short --no-merges --format='%ad %ae %s' 2020-10-12 wtc Change avifDecoderSetIO() to return void 2020-10-12 wtc Change 'size' param of avifIOReadFunc to size_t Created with: roll-dep src/third_party/libavif/src R=dalecurtis@chromium.org Bug: 1136922 Change-Id: Ice8f31a64fecf3ac19a68ba636632ea1b738c3d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466842Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Wan-Teh Chang <wtc@google.com> Cr-Commit-Position: refs/heads/master@{#816703}
-
Charlene Yan authored
Feedback from users are that they want their collapsed groups to remain collapsed when reopening their windows. Also cleaning up kCommandSetTabGroupMetadata which was replaced in M81 for backwards compatibility for color. Bug: 1127622 Change-Id: Idce8be561c2d060f4c2613bf358502becc70db1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458876Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#816702}
-
Daniel Cheng authored
If a WeakPtr references an already-destroyed object, operator-> and operator* end up simply dereferencing nullptr. However, dereferencing nullptr is undefined behavior and can be optimized in surprising ways by compilers. To prevent this from happening, add a defence of last resort and CHECK that the WeakPtr is still valid. Bug: 817982 Change-Id: Ib3a025c18fbd9d5db88770fced2063135086847b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463857 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#816701}
-
Ryan Heise authored
Consume skip_wpr_archives_download and skip_render_test_goldens_download in DEPS. Bug: chromium:1135819 Change-Id: Iab3bd5e301f5b37913688b9aa893a79dc61522c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466486Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Ryan Heise <heiserya@google.com> Auto-Submit: Ryan Heise <heiserya@google.com> Cr-Commit-Position: refs/heads/master@{#816700}
-
Brandon Jones authored
This is a reland of e94960c9 Original change's description: > Use a single, consistent path to update stage parameters. > > Removes stage_parameters from VRDisplayInfo and updates the XR frame > request loop to exchange an stage_parameters_id to indicate what version > of the parameters the session has so that only updates need to be sent. > > Part of an ongoing process to remove VRDisplayInfo entirely. > > Bug: 998146 > Change-Id: I6f41dc2426b529694903d1e46cdadc16841b2b37 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2460976 > Commit-Queue: Brandon Jones <bajones@chromium.org> > Reviewed-by: Chris Palmer <palmer@chromium.org> > Reviewed-by: Alexander Cooper <alcooper@chromium.org> > Cr-Commit-Position: refs/heads/master@{#815903} Bug: 998146 Change-Id: I433914ca4db3adfa939032946a2095e03c13eed9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466932Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Commit-Queue: Brandon Jones <bajones@chromium.org> Cr-Commit-Position: refs/heads/master@{#816699}
-
Bettina Dea authored
If the Safe Browsing settings was reached to from the Enhanced Protection promo from the new tab page on Android, then the enhanced protection radio button section should be highlighted in Blue50. Screenshot: http://screen/5MRDafWDYScPBac Dark Mode: http://screen/AznVfBwK8AD8rN3 Bug: 1135808 Change-Id: Id9cdf2a42cf0c12bf1ee46c80cfdf79a288600ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454490Reviewed-by:
Lijin Shen <lazzzis@google.com> Reviewed-by:
Xinghui Lu <xinghuilu@chromium.org> Reviewed-by:
Natalie Chouinard <chouinard@chromium.org> Commit-Queue: Bettina Dea <bdea@chromium.org> Cr-Commit-Position: refs/heads/master@{#816698}
-
Adlai Holler authored
Just a rename to latest API. No functional change. Change-Id: I0073320d0467b9d516f4dcdb0de3476940573be1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466523 Auto-Submit: Adlai Holler <adlai@google.com> Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#816697}
-
Sorin Jianu authored
Also, define ostream<< for enum types, to remove some more casts. This is a mechanical change. Bug: 1135349 Change-Id: I9d11fb2d7d69b99871acd282484df086fdadc498 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2467695Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#816696}
-
Rakesh Soma authored
new account creation irrespective of whether both those user mappings exist on the device. We should instead fallback to new user creation only if we have multiple valid user mappings on the device. Bug: 1137547 Change-Id: I9924a3b07235a05472f35998fb5be869c43d83c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465584 Commit-Queue: Rakesh Soma <rakeshsoma@google.com> Reviewed-by:
Yusuf Sengul <yusufsn@google.com> Cr-Commit-Position: refs/heads/master@{#816695}
-
Zhaoyang Li authored
The wrapper currently removes only one set of the flags for code coverage partial instrumentation. But there can be situation where multiple sets of same flags are in compile command and all of these need to be removed. Bug: 1137569 Change-Id: I32c48710fd9c0c66d7c218f329efcd222704607e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466976 Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#816694}
-
Shakti Sahu authored
This CL 1 - Changes Tutorial not to be a subclass of ImageTile. 2 - Handled additional feature type enum types. 3 - Added some unittests 4 - Fixed a CSS bug Change-Id: Iceca0057f7e0d9b549af5481a12c7f1565e21441 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464855Reviewed-by:
Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#816693}
-
Daniel Classon authored
Adds a new helper function that converts a (pref, prefValue) pair to a (setting, settingChangeValue) pair that can be used to log metrics. Uses this helper function to automatically capture setting changes for all pref based settings. As a first example, implements metrics for the kKeyboardFunctionKeys on the Device page. Bug: 1133553 Change-Id: Ia1f0118e27bb7e0f610bfe1d75ba0ef324260f7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459846 Commit-Queue: Daniel Classon <dclasson@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#816692}
-
Chris Hamilton authored
This add context counts and surfaces them in the description. BUG=1085129 Change-Id: Ifd07af7d08e512fc213d19f4656835243b6b079c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446095 Commit-Queue: Joe Mason <joenotcharles@chromium.org> Reviewed-by:
Joe Mason <joenotcharles@chromium.org> Cr-Commit-Position: refs/heads/master@{#816691}
-
Regan Hsu authored
Add a new URL parameter to the multidevice settings page which, when detected, starts up the opt-in flow (the same one that is triggered with the notification toggle is toggled). Bug: 1106937 Change-Id: I642ef174b9ec0a4c14bd9cfce7c87c0e891efd3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465515 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#816690}
-
Joe Mason authored
Also augments util::IdType to allow starting generators at different values. R=fdoray Bug: 1136350 Change-Id: I48673d90e754371892f25021607d2986db8f0bce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461597 Commit-Queue: Joe Mason <joenotcharles@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#816689}
-
Joey Arhar authored
The mime types for xls and xlsx are listed on MDN[1] and on iana.org[2]. [1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types [2] https://www.iana.org/assignments/media-types/media-types.xhtml Although the OS mime type <-> file extension mapping usually gets xls/xlsx for us, it appears that in some cases and on some users machines it doesn't happen. The reporter of this bug had it happen on their mac, and the windows cq+1 trybot fails the test without the patch. Bug: 1132791 Change-Id: I4fc35bc3387d98b5967d0a476788b32bf6e2c6f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462664Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/master@{#816688}
-
Zentaro Kavanagh authored
- -Wfinal-dtor-non-final-class warns on classes with final dtors but not final classes. - Error messages are better when the class is marked final. - Fix existing issues in code base and remove warning exemption Bug: 999886 Test: no errors building Change-Id: I85c8b03f3dab773e5fb017acdcf0b6682f1c9e01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466978 Commit-Queue: Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#816687}
-
Adam Langley authored
The default tunnel server domain is switched to ua5v.com and, as a protocol change, "cable." is prepended. The latter makes using a CNAME easier because CNAMEs can't exist at a zone cut. (I.e. ua5v.com itself cannot be a CNAME because it must have an SOA record, but cable.ua5v.com could be a CNAME.) BUG=1002262 Change-Id: Ia2a69ffab82f0ef065b813ffee58f16ca02bcf28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463808 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#816686}
-
Andrew Xu authored
This CL adds the border for images shown on the multipaste menu. Bug: 1131728 Change-Id: I45b25d3b4a790b52c46c035da956e7efc8e78e28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2468376Reviewed-by:
David Black <dmblack@google.com> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#816685}
-
Dave Tapuska authored
Simple move of this test closer to where the code to send the metadata is. BUG=1097816 Change-Id: Ifc0d2acd28e3d119c3a1d6e9f42d49d32b5207d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461988 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#816684}
-
Sigurd Schneider authored
This uses the new accessors from https://crrev.com/c/2467837 instead of accessing a deprecated static field. Bug: chromium:1011811, chromium:1135143 Change-Id: If615dfc86603ca841b63c0760b7fe7615681859a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2467936Reviewed-by:
Peter Marshall <petermarshall@chromium.org> Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Cr-Commit-Position: refs/heads/master@{#816683}
-
James Cook authored
This allows us to filter UMA data by managed vs. unmanaged status on the UMA dashboards for Chrome OS Lacros browser builds. Information about Lacros is available at //docs/lacros.md or internally at go/lacros Bug: 1134341 Test: UMA.EnrollmentStatus appears in about:histograms Change-Id: I2a7e7198b5ebb051231ecb070bc72fe32691ed2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464028 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Ian Barkley-Yeung <iby@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#816682}
-
Bill Budge authored
This is a reland of acfed35e Original change's description: > [Flash] Remove PPP_Flash_BrowserOperations API > > This also removes plugin data and settings persistence, which isn't > needed if the Flash plugin doesn't exist (it used to persist its own > data on command from the browser.) > > Adds a TODO to figure out how we will remove plugin data now that > Flash is deprecated. > > Bug: chromium:1064652,chromium:1135773,chromium:1135779 > Change-Id: I2eb1e30856071190cba29cea98cdd86a37722f95 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450057 > Commit-Queue: Bill Budge <bbudge@chromium.org> > Reviewed-by: Tom Sepez <tsepez@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Anthony LaForge <laforge@chromium.org> > Cr-Commit-Position: refs/heads/master@{#816370} TBR=sky@chromium.org,tsepez@chromium.org,laforge@chromium.org Bug: chromium:1064652 Bug: chromium:1135773 Bug: chromium:1135779 Change-Id: I3e602eb6915d84becc9e104eb273c924f3cec87f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2468179 Commit-Queue: Bill Budge <bbudge@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#816681}
-
Dylan Cutler authored
identifiability study. These interfaces are already instrumented, this change only affects their IDL. Instrumentation CLs: - getParameter: http://crrev.com/c/2364953 - getRenderbufferParameter: http://crrev.com/c/2437024 - getShaderPrecisionFormat: http://crrev.com/c/2431782 - getInternalformatParameter: http://crrev.com/c/2441021 Bug: 973801 Change-Id: I610a2675768a7cc7f616a13a2812a7eace59e6f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461593Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Dylan Cutler <dylancutler@google.com> Cr-Commit-Position: refs/heads/master@{#816680}
-