- 13 Apr, 2018 40 commits
-
-
Kent Tamura authored
"run_benchmark dromaeo" doesn't use this directory. Bug: 829695 Change-Id: I4389a8cf6845c9cb02ac2fc5da0866acfbf6ea52 Reviewed-on: https://chromium-review.googlesource.com/1009343Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#550593}
-
James Darpinian authored
Bug: 526748 Change-Id: Ie906b8dbb2d8325ab17700178115c8b33c8bc037 Reviewed-on: https://chromium-review.googlesource.com/1011331 Commit-Queue: James Darpinian <jdarpinian@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#550592}
-
Koji Ishii authored
Following bot results are included. 4757 4758 4759 4760 4761 4766 4772 4774 40 lines were removed and 18 lines were deflaked by consecutive results since 4715. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I1f3034023e22209b4f093a90787dac832025029d Reviewed-on: https://chromium-review.googlesource.com/1009542 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#550591}
-
Rune Lillesveen authored
Use a separate ComputedStyle object as initial style base for resolving font relative units for @viewport rules. When we used the ComputedStyle on LayoutView for this, it had to be mutable since length resolution may set HasViewportUnits. Use a mutable member of ViewportResolver instead so that we can eventually make the LayoutObject member immutable. Bug: 813068 Change-Id: I385e2f0ea387d9c4d5e75fa576ab7f79a2b14c98 Reviewed-on: https://chromium-review.googlesource.com/1000692 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#550590}
-
Rune Lillesveen authored
Move custom style computation to TextControlInnerEditorElement and make sure its style does not rely on the input host LayoutObject. Necessary to be able to compute all elements' style in the RecalcStyle pass. Bug: 813057 Change-Id: I823ca67b5ddaba08ce7adfc26a29f45f73d88b8f Reviewed-on: https://chromium-review.googlesource.com/925701 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#550589}
-
Justin Cohen authored
Bug: 831144 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I03012e23d9adce4ccf14d7ae697c62b048443d72 Reviewed-on: https://chromium-review.googlesource.com/1011128Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#550588}
-
Mikel Astiz authored
The class is a key piece in the design doc ([1], accessible for Google employees only) and will be used by the future USS bridge, to be introduced in follow-up patches. Ideally, SessionStore is an abstraction on top of SyncedSessionTracker that in addition supports [de]serialization to/from disk. In the current form, in diverges slightly from the design doc because direct mutable access to the underlying SyncedSessionTracker is exposed. TODOs have been added to address this in the future. [1] https://docs.google.com/document/d/1UGM1yhHznmXvfeGvckdzBcrE6GLpgk7LsLmgPhFcIdk/edit# Bug: 681921 Change-Id: Ia483faf7256b5c6296f33236b42974697f4e6f4e Reviewed-on: https://chromium-review.googlesource.com/973222 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#550587}
-
Mikhail Pozdnyakov authored
This patch introduces mock implementations of the Sensor and SensorProvider mojo interfaces to the WPT tests for Chromium. The ongoing WPT issue for the Generic Sensor tests automation: https://github.com/w3c/web-platform-tests/issues/9686 Bug: 816462 Change-Id: I8e4880ee5269b07f0bf68a2752038e128d166c55 Reviewed-on: https://chromium-review.googlesource.com/980886Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Alexander Shalamov <alexander.shalamov@intel.com> Commit-Queue: Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> Cr-Commit-Position: refs/heads/master@{#550586}
-
Ramin Halavati authored
Disables the following flaky tests: PrerenderBrowserTest.FirstContentfulPaintTimingNoCommit PrerenderBrowserTest.FirstContentfulPaintHiddenNoCommit Bug: 832597 Change-Id: Ied5180778c46c29579e6335b638d5758f32e9b45 TBR: droger@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1012027Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#550585}
-
Erik Luo authored
Side-effect-free evaluation may call ScriptWrappable::Wrap() or ToV8(), which can invoke constructors. Since wrapping is assumed to be safe, this CL automatically whitelists bindings-generated constructors. Bug: 829571 Change-Id: I00133e04eb6b8307ea9c4924aafc5332f69f0abd Reviewed-on: https://chromium-review.googlesource.com/1000813Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#550584}
-
Thiemo Nagel authored
Only modify the out parameters when there's actual state to be returned. Also, when PKP lookup fails due to pinset out of bounds (that should not happen, I guess) the method only returns false if there is no STS state either. Bug: 749059 Change-Id: Ida1fe3e60d2eb5c9bbc1625cd4b8b6550f9b716d Reviewed-on: https://chromium-review.googlesource.com/973610Reviewed-by:
Nick Harper <nharper@chromium.org> Commit-Queue: Thiemo Nagel <tnagel@chromium.org> Cr-Commit-Position: refs/heads/master@{#550583}
-
Ramin Halavati authored
TBR=ortuno@chromium.org Bug: 832544 Change-Id: Ifd414f8e86d4a791723c925f647c524436d4f807 Reviewed-on: https://chromium-review.googlesource.com/1012032 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#550582}
-
Vadym Doroshenko authored
Before this CL, only when passwords are synced then sign-in password is saved, this CL removes condition on synced passwords. Also IsSyncAccountCredential is returned to the state before CL https://chromium-review.googlesource.com/c/chromium/src/+/932743. Bug: 816988 Change-Id: Ib1bfad08a8a85ed9107e3df042c450ec93629526 Reviewed-on: https://chromium-review.googlesource.com/999713 Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#550581}
-
Henrik Boström authored
This resolves the onIceConnectionStateComplete probmise when iceConnectionState reaches either 'connected' or 'completed' and fixes the race if it had already reached these states before the function was called. This fix is speculative. I am no longer able to repro the TIMEOUT locally with or without the fix. Bug: 829401 Change-Id: I1dec90250d640d93498c59a932ab5e84a3b96f15 Reviewed-on: https://chromium-review.googlesource.com/1012029Reviewed-by:
Harald Alvestrand <hta@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#550580}
-
Henrik Grunell authored
Removes unnecessary getting of the interface each processing pass. Bug: None 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: I5097dee52d62f5f29bac9a2d760595ccfe54046f Reviewed-on: https://chromium-review.googlesource.com/1011615Reviewed-by:
Max Morin <maxmorin@chromium.org> Commit-Queue: Henrik Grunell <grunell@chromium.org> Cr-Commit-Position: refs/heads/master@{#550579}
-
Ned Nguyen authored
Bug:831745 Change-Id: Ic68c7a02a81ba288a050a6405e3ffc77149adbc0 TBR=eyaich@chromium.org NOTRY=true # tests in PRESUBMIT Change-Id: Ic68c7a02a81ba288a050a6405e3ffc77149adbc0 Reviewed-on: https://chromium-review.googlesource.com/1011255 Commit-Queue: Ned Nguyen <nednguyen@google.com> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#550578}
-
Antonio Gomes authored
Instead, base::BindOnce and base::OnceClosure are used. This is driven-by CL that allows the presubmit hook to let other changes to this file to be uploaded. BUG=714018 Change-Id: I0adbfe6bc5a2195e52310bebcd5a1c00e85ef244 Reviewed-on: https://chromium-review.googlesource.com/1011304Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#550577}
-
David Roger authored
Token revocation is only best effort and has no guarantee to go through. However existing code was just giving up if the network was down. This CL improves the behavior, by waiting until the network is available before sending the revocation request. Bug: 824791 Change-Id: I1bed2b1d28e5e827a07be0797fe6a56a38778a29 Reviewed-on: https://chromium-review.googlesource.com/1004616 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#550576}
-
Rob Percival authored
It's useful to know how long successful queries take, without failed queries potentially skewing the histogram towards lower values. Some failures may even occur before a DNS query is sent, so the existing DnsQueryDuration histogram really measures how quickly LogDnsClient handles a request to obtain an inclusion proof (successful or otherwise). This is useful, as a measure of its throughput, but unhelpful for determining how fast an inclusion proof is obtained in the case of success. BUG=506227 Change-Id: I133f2f30abd104281d51906079cf859e62556ffc Reviewed-on: https://chromium-review.googlesource.com/1010303 Commit-Queue: Rob Percival <robpercival@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Cr-Commit-Position: refs/heads/master@{#550575}
-
stkhapugin@chromium.org authored
Adds a new flag, kFormatUrlOmitPath, that formats URL by omitting everything after the hostname, like path and query. Bug: none Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I3f98fd52a6e5fbb404fb87d72cdb4bbebe2d15b5 Reviewed-on: https://chromium-review.googlesource.com/971481 Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#550574}
-
Antonio Gomes authored
This is a preparation CL for migrating CustomizationWallpaperDownloader from URLFetcher to SimpleURLLoader. It brings in no functionality change, but it prepares the ground for the use of EmbeddedTestServer rather than FakeURLFetcherFactory. Basically, the manifest URL can not be static/constant because of the way EmbeddedTestServer::GetURL works. BUG=None Change-Id: I30dfc24ed9083d952bfa9c0c72be1ea9350f5b5e Reviewed-on: https://chromium-review.googlesource.com/1011302Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#550573}
-
François Beaufort authored
This CL makes sure that calling video.requestPictureInPicture() shows a Picture-in-Picture window and that setting disablePictureInPicture to true or calling document.exitPictureInPicture() hides the Picture-in-Picture window. Bug: 806249 Change-Id: Ifa9e6df55c913d6eb68fd0fbb59450d3d516ee1c Reviewed-on: https://chromium-review.googlesource.com/1006956Reviewed-by:
apacible <apacible@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#550572}
-
Rob Percival authored
This does not appear to be used by anything. When it was added in 2011, there was some musing about using it but it seems it never was (https://codereview.chromium.org/7518028/diff/12006/net/dns/dns_config_service_posix.cc#newcode52). Bug: 831665 Change-Id: I1181594cb9f84ba406228075834c4fbfed42a21a Reviewed-on: https://chromium-review.googlesource.com/1007664Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Rob Percival <robpercival@chromium.org> Cr-Commit-Position: refs/heads/master@{#550571}
-
Patrik Höglund authored
Our win bot is broken by extensions/common/extension_unittest.cc, but I can't even find that file in the chromium source tree! Let's try to get off of 'all' once and for all. Chromium isn't building all for the most part, so we are sensitive to breakages in obscure targets. It's not clear if building the remote webapp is enough to prevent the breakages in http://crbug.com/820041; we failed to repro that one on our workstations because of nacl build magic, but we didn't conclude that the bot couldn't have caught the issue since it was fixed while we were working on it. Well, IIRC. Let's try this, and if we get more breakages in pnacl_newlib because of webrtc_overrides problems, let's revisit the problem and see if we can build some kind of integration test with pnacl so we detect these errors earlier without building magical targets (or all for that matter). Bug: None Change-Id: Ibc0441ffa17c046f18b5a9b8a82c111f1b03d0f9 Reviewed-on: https://chromium-review.googlesource.com/1011609Reviewed-by:
Michael Achenbach <machenbach@chromium.org> Commit-Queue: Patrik Höglund <phoglund@chromium.org> Cr-Commit-Position: refs/heads/master@{#550570}
-
David Roger authored
DICE is Desktop Identity Consistency. * Dice uses a different Gaia signin page. It is similar to the "new flow", except that the password input field is not reachable by ID. Instead, it can be retrieved by searching for input fields under the element with ID "password". * The Dice signin flow happens directly in a tab, and is not embedded in a WebUI. With Dice, the WebUI specific code has to be removed. * Dice requires Gaia country redirects to succeed. The host resolver is updated for this. * Some dead code is removed. Bug: 828729 TBR: ellyjones Change-Id: I861126e1136f2f6e27b2814593f0cd8b50eb4b22 Reviewed-on: https://chromium-review.googlesource.com/998165Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#550569}
-
Justin Cohen authored
Bug: 831778 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I74a6f95430be7a4651c0bedf13d0f58b38d089a5 Reviewed-on: https://chromium-review.googlesource.com/1011144Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#550568}
-
Mirko Bonadei authored
This CL also updates //third_party/abseil-cpp:absl_exceptions_cflags_cc which was wrongly changed in a previous CL ("-fexceptions" is OK except when Abseil is built for Windows). Bug: webrtc:8821 Change-Id: I1fe54167919ab9e972b90b4c0723f113e6f06eab Reviewed-on: https://chromium-review.googlesource.com/1011621Reviewed-by:Patrik Höglund <phoglund@chromium.org> Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Cr-Commit-Position: refs/heads/master@{#550567}
-
Hayato Ito authored
A selector matching for "::slotted" uses a "node -> slot" lookup, but it doesn't use a slot's assigned nodes. Given that, we don't need to update distribution for ::slotted because the status of slot's assigned nodes doesn't matter here. It looks that was introduced at: https://chromium.googlesource.com/chromium/src/+/38a8b698b864db5dadba51bbda82cc07d3cc2b93 Change-Id: I38e7e8ea0dd104a059a671a5d314b5df89000417 Reviewed-on: https://chromium-review.googlesource.com/1011528Reviewed-by:
Takayoshi Kochi <kochi@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#550566}
-
jdoerrie authored
This is a reland of f6c12979 Original change's description: > [base] Implement std::size(), std::empty() and std::data() > > This change provides C++14 implementations of C++17's std::size(), > std::empty() and std::data(). > > Bug: 828324 > Change-Id: If1b83826a23b26fd557f7854962bcbc771a7ffe0 > Reviewed-on: https://chromium-review.googlesource.com/992236 > Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> > Reviewed-by: kylechar <kylechar@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#550137} TBR=dcheng@chromium.org,kylechar@chromium.org Bug: 828324 Change-Id: I4c3e637129aaaf277d83ca07b4705dc3b815183b Reviewed-on: https://chromium-review.googlesource.com/1011962Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#550565}
-
Rune Lillesveen authored
Getting rid of yet another mutable style access. Bug: 813068 Change-Id: I227ccf577d0c0c90bc871c5eee3b768a6f140656 Reviewed-on: https://chromium-review.googlesource.com/1000732 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#550564}
-
Yoichi Osato authored
This patch fixes the crash bug on Android. Bug: 831057 Change-Id: I94c6a893aad63894609eb34a78bba095596555d6 Reviewed-on: https://chromium-review.googlesource.com/1005636Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#550563}
-
Ramin Halavati authored
Disable flaky test: org.chromium.chrome.browser.contextualsearch .ContextualSearchManagerTest# testContextualSearchDismissedOnForegroundTabCrash Bug: 832539 Change-Id: I8d7022888e45b1e867db2edcd9fba772f78b77f3 TBR: donnd@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1011616Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#550562}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 6908d45e. With Chromium commits locally applied on WPT: 47f17dae "[css-typed-om] Support offset-rotate." 2c0351ed "Allow feature policy to be used in opaque origins." Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/15501 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 TBR=danyao No-Export: true Change-Id: Ie97f441bb6a44d467b7f282f0e7ce08de63030c9 Reviewed-on: https://chromium-review.googlesource.com/1011982 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#550561}
-
Rune Lillesveen authored
Bug: 813068 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I2f6ac184988b6040b2a5bd82c562201c06c1581e Reviewed-on: https://chromium-review.googlesource.com/1000372Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#550560}
-
Rune Lillesveen authored
Bug: 813068 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I420609e50155f7ef313a5a8ac25e067911d2c9a0 Reviewed-on: https://chromium-review.googlesource.com/1000452 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#550559}
-
Giovanni Ortuño Urquidi authored
https://ci.chromium.org/buildbot/chromium.chromiumos/linux-chromeos-dbg/5170 TBR=ortuno@chromium.org Bug: 832544 Change-Id: I0252cf8bcf5c0c16028830fa92ac69b644a7397f Reviewed-on: https://chromium-review.googlesource.com/1011529Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#550558}
-
Christos Froussios authored
When the user selects a different password value in the password bubble, that is a signal that we detected the password field wrong. We now update the |password_element| of the pending |PasswordForm| which produces a vote uploaded to the autofill server with the password element which contains the selected password value. Since password_element is part of the password store key, updating it is possible by removing the old entry first. The new element name is stored in the |password_element| field. This conflicts with an obsolete feature, where we would use the element name to autofill. I changed the obsolete code where it conflicted with crowdsourcing. Change-Id: If14831da442eab3120d497c0643acf2e580b8b44 Reviewed-on: https://chromium-review.googlesource.com/941522 Commit-Queue: Christos Froussios <cfroussios@chromium.org> Reviewed-by:
Maxim Kolosovskiy <kolos@chromium.org> Reviewed-by:
Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#550557}
-
Kenichi Ishibashi authored
ShouldBypassCacheDueToUpdateViaCache() is moved to ServiceWorkerUtils so that we can use the function in S13nSW code path. This fixes test failures in - http/tests/serviceworker/chromium.update-served-from-cache.html - external/wpt/service-workers/service-worker/registration-updateviacache.https.html Bug: 831998 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Iff73827268f37b4fa2aa5826ff153bd92b3a3c92 Reviewed-on: https://chromium-review.googlesource.com/1011527 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#550556}
-
Boris Sazonov authored
This CL changes to package-private the access level of getters for view elements in SigninView. Constructor has to stay public, as this class is instantiated by LayoutInflater. Bug: 814728 Change-Id: I91cbaa1c46917573ec0ead17d4ed50f161f544bb Reviewed-on: https://chromium-review.googlesource.com/1010289Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#550555}
-
Bence Béky authored
Move four methods: GetSSLCertRequestInfo(), GetChannelIDService(), GetTokenBindingSignature(), and GetChannelIDKey() from SSLClientSocket to its base class's base class, StreamSocket. Also make GetSSLCertRequestInfo() const. Provide dummy implementations, with NOTREACHED(), in base class, to make it less painful to implement a new derived class. Remove 11 accounts of static_cast<SSLClientSocket*>(StreamSocket). The only remaining invocations are within SSLClientSocketImpl. Bug: 826713 Change-Id: I1f87d31204b95687e6552b7d6f02578de4321eaf Reviewed-on: https://chromium-review.googlesource.com/1010106 Commit-Queue: Bence Béky <bnc@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#550554}
-