- 31 Jul, 2018 40 commits
-
-
Bence Béky authored
Bug: 807724 Change-Id: I510e6b677606c30265956a1f290ae0b1ef9b0214 Reviewed-on: https://chromium-review.googlesource.com/1155089Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#579377}
-
Rune Lillesveen authored
Was currently just checked when trying to create the pseudo element. This change should have no effect, but is done in preparation for [1]. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1155591 Bug: 847218 Change-Id: I99fa06bed1256cb6405e6f24a5f116def366acf9 Reviewed-on: https://chromium-review.googlesource.com/1156389Reviewed-by:
Hayato Ito <hayato@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#579376}
-
kylechar authored
1. Set |stencil_size| to 0 except on Chrome OS. This is copying what happens in GpuProcessTransportFactory. 2. Set |lose_context_when_out_of_memory| to true. We can handle lost contexts in VizProcessContextProvider now. Bug: 866486 Change-Id: I5f3b1332616883df9cb7b78b8e46c71fc85dfa70 Reviewed-on: https://chromium-review.googlesource.com/1155651Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#579375}
-
webrtc-chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/df9e9ae9ee66..304da796abc6 git log df9e9ae9ee66..304da796abc6 --date=short --no-merges --format='%ad %ae %s' 2018-07-31 nisse@webrtc.org Revert "Delete root header file typedefs.h. Part 2." 2018-07-31 nisse@webrtc.org Delete root header file typedefs.h. Part 2. Created with: gclient setdep -r src/third_party/webrtc@304da796abc6 The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org 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;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Iad9a4bed4b40294f554ee431bac87e333b2132f1 Reviewed-on: https://chromium-review.googlesource.com/1156253Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#579374}
-
Raphael Kubo da Costa authored
Commit 7732d4d0 ("Fix many android layout test bugs") marked some layout tests as failing on Android. It turns out some of them are actually crashing on android_blink_rel, and preventing new WPT imports because rebaseline-cl tries to add duplicate expectations to TestExpectations. Use the results from https://ci.chromium.org/buildbot/tryserver.chromium.android/android_blink_rel/7107 to update the list. TBR=jbudorick@chromium.org NOTRY=True Bug: 824539 Change-Id: I4bd46d9fdc0b3c7e75b6c91ac10792fadef1eab7 Reviewed-on: https://chromium-review.googlesource.com/1156505Reviewed-by:
Raphael Kubo da Costa (CET) <raphael.kubo.da.costa@intel.com> Commit-Queue: Raphael Kubo da Costa (CET) <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#579373}
-
Friedrich Horschig authored
Before this CL, the renderer emitted a large amount of redundant messages to the browser: Whenever a focused node changes, there would be a message to the PasswordManagerDriver. With this CL, only relevant requests (when a fillable input field is focused) are always sent to the driver. For multiple focus changes to unfillable fields, only the first change results in a message to the driver. This should fix a performance regression (see linked bug). Running the third_party/blink/perf_tests/css/FocusUpdate.html 20 times resulted in the times below which amount to ~10% difference. Without this CL: median 3359.5858379950205 runs/s ranging from 2484 runs/s to 3464 runs/s With this CL: median 3008 runs/s ranging from 2600 runs/s to 3639 runs/s Bug: 866527 Change-Id: Ief36dea9a7a3f30e83ab9c7454124374b95ed52b Reviewed-on: https://chromium-review.googlesource.com/1154541 Commit-Queue: Friedrich Horschig <fhorschig@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#579372}
-
Fergal Daly authored
Change-Id: I0a9f90bcbb69cc6dd512ba6cb728ae285878e3b2 Reviewed-on: https://chromium-review.googlesource.com/1156336Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#579371}
-
Peter Beverloo authored
This CL migrates our Background Fetch layout tests to our WPT suite, and adds coverage in various new areas, together with a few minor bug fixes. Tests related to initializing the Service Worker events haven't been included as the event model has just been updated. New tests will be added based on that soon. One file which was removed without being migrated was "credentials-in-url.https.window.js". This was testing the Fetch API as opposed to Background Fetch. Instead, the requirement to propagate exceptions thrown by the Fetch API is tested in fetch.https.window.js. Bug: 864561 Change-Id: I077be6c5bf8c379e3108f4ec3207011582028477 Reviewed-on: https://chromium-review.googlesource.com/1155118 Commit-Queue: Peter Beverloo <peter@chromium.org> Reviewed-by:
Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#579370}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/eb15bd6c..27f30125 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: If4f9cc515a6a0870b6072a15dc87b996a8c614ae Reviewed-on: https://chromium-review.googlesource.com/1156251Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#579369}
-
perfetto-chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/296b43d7e177..3f1566f6317f git log 296b43d7e177..3f1566f6317f --date=short --no-merges --format='%ad %ae %s' 2018-07-31 hjd@google.com Merge "perfetto-ui: Remove unused file all_tracks.ts" 2018-07-31 hjd@google.com Merge "perfetto-ui: Make UI grid based" 2018-07-30 hjd@google.com perfetto-ui: Make UI grid based 2018-07-30 hjd@google.com perfetto-ui: Remove unused file all_tracks.ts Created with: gclient setdep -r src/third_party/perfetto@3f1566f6317f The AutoRoll server is located here: https://perfetto-chromium-roll.skia.org 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=perfetto-bugs@google.com Change-Id: Ib8367de8022f742d2b2a2b970bb4e42e7da62186 Reviewed-on: https://chromium-review.googlesource.com/1156254 Reviewed-by: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#579368}
-
tzik authored
This CL applies a refactoring tool at //tools/clang/base_bind_rewriters to //components, that updates base::Bind to base::BindOnce where the resulting Callback is immediately converted to OnceCallback. This reduces the number of base::Bind in //components by 921 (from 2749 to 1828). Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ia07c5b2987e113efcdeccab8f5b4ec290779d128 Reviewed-on: https://chromium-review.googlesource.com/1151035 Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#579367}
-
Marina Ciocea authored
This is a reland of a3ec8289 Original change's description: > Re-enable webrtc audio quality browsertests on windows. > > Tests were previously disabled when they started failing (more context in linked bug). Re-enabling because tests pass locally on win7 machine. > > Bug: 850936 > Change-Id: Ie1ab4e82daf2c0265e932237d3edf6b3399ee803 > Reviewed-on: https://chromium-review.googlesource.com/1139066 > Reviewed-by: Henrik Boström <hbos@chromium.org> > Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> > Cr-Commit-Position: refs/heads/master@{#575638} NOTRY=True Bug: 850936 Change-Id: I53579cd78304a845c6ec45500980c1a5cc6f96eb Reviewed-on: https://chromium-review.googlesource.com/1156444 Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#579366}
-
Jérôme Lebel authored
Adding list of commands for each switch to toggle from the Google services settings (see the screenshot). To associate those commands to each UISwitch, SyncSwitchItem.commandID is added. GoogleServicesSettingsViewController calls the right command on its |commandHandler| when a switched is toggled. GoogleServicesSettingsMediator implements GoogleServicesSettingsCommandHandler to modify the model when the user toggles the switches. The coordinator sets the mediator to be the command handler for the view controller. Screenshot: https://drive.google.com/open?id=1hvi5LyGjBDODkRQymvC5sbUjSN9tafFz This patch is to replace: crrev.com/c/1146730 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ica05f255bc2af154033a53cd1a1365c43775f9c7 Reviewed-on: https://chromium-review.googlesource.com/1155587 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#579365}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/65f883bb7739..8786c7f1de1c git log 65f883bb7739..8786c7f1de1c --date=short --no-merges --format='%ad %ae %s' 2018-07-31 wangge@google.com Add attribute `compatibility_mode` to `BrowserOptions` Class. Created with: gclient setdep -r src/third_party/catapult@8786c7f1de1c The AutoRoll server is located here: https://catapult-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:866881 TBR=sullivan@chromium.org Change-Id: Ia68a25335236898b764a3af2905032d8a2716f11 Reviewed-on: https://chromium-review.googlesource.com/1156249Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#579364}
-
Ramin Halavati authored
Preferences related to Password Manager are removed from the persistent storage list for incognito mode. After this CL, if these preferences are changed from incognito mode, they are only stored in memory and won't affect user profile. Bug: 861722 Change-Id: I298e226c93a990473158e8eb455fa70370aa6751 Reviewed-on: https://chromium-review.googlesource.com/1155601Reviewed-by:
Maxim Kolosovskiy <kolos@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#579363}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/5e5144a5..eb15bd6c Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ic921a287d002c7076a6d0b8afaa3d3464170b336 Reviewed-on: https://chromium-review.googlesource.com/1156247Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#579362}
-
François Beaufort authored
This CL make sure Picture-in-Picture tests don't enable switches that are already enabled by default. Change-Id: I288cd11a41b3eddb8a455a36f0165d6b0ec5ecb6 Reviewed-on: https://chromium-review.googlesource.com/1152818 Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#579361}
-
Morten Stenshorne authored
When we decide to switch over to legacy layout for a block formatting context (and the entire subtree) because there's something editable, we used to only set ForceLegacyLayout on those nodes that create layout objects, but that isn't enough. There may be descendants of box-less nodes that may create layout objects later on, and, since ForceLegacyLayout is an inherited "property", we need to set it on all potential parent nodes. Otherwise we risk inserting NG objects that participate in a legacy block formatting context, which isn't allowed [1]. This matters when we have display:contents (which is very common situation for shadow DOM slot elements, for instance). Checking with the layout parent's style whether to force legacy layout or not fixes the problem. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1127027 enforces this. Bug: 863040 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I6133c20493017b4648b153f2c7558c76589c3d89 Reviewed-on: https://chromium-review.googlesource.com/1136445Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#579360}
-
tzik authored
ScopedFileOpener::Runner is a ref counted object, and its first reference used to be made in its constructor through base::Bind. The reference is passed to ProvidedFileSystem::OpenFile, and released when the callback object is destroyed. However, if OpenFile failed, the reference is released before the Runner construction has done. Then `new Runner` returns a stale pointer, instead of newly created object. This CL adds a static consntructor and moves the implicit ref count manipulation out of the real constructor. Bug: 866456 Change-Id: I92d68b3383d8fecd900be080cc23551cddb5f12b Reviewed-on: https://chromium-review.googlesource.com/1156325Reviewed-by:
Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#579359}
-
webrtc-chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/168b4977f3c2..df9e9ae9ee66 git log 168b4977f3c2..df9e9ae9ee66 --date=short --no-merges --format='%ad %ae %s' 2018-07-31 nisse@webrtc.org Delete RtpVideoStreamReceiver methods GetRtpReceiver and rtp_rtcp Created with: gclient setdep -r src/third_party/webrtc@df9e9ae9ee66 The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org 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;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ie53eed13d23d29acec30a87b30cbb984129b3698 Reviewed-on: https://chromium-review.googlesource.com/1156244Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#579358}
-
Friedrich Horschig authored
This CL corrects the unified search box on J devices as described in the linked bugs. To be more precise, the failure on J devices was coincidental: on those devices, export was not available and therefore no overflow menu and instead of hiding the overflow menu, the search box would be hidden. The main changes are ensuring, that we only ever affect the overflow menu, in case it exists and unifying the way action bar buttons change appearance. Bug: 868279, 868316 Change-Id: I969f5085262f4452327e445b2bb2e9286e20a956 Reviewed-on: https://chromium-review.googlesource.com/1154972Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Friedrich Horschig <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#579357}
-
Gauthier Ambard authored
This CL adds a unit test for the force touch gesture recognizer added to the toolbar buttons, triggering the popup menu. TBR=marq@chromium.org Bug: 864430 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ia87d675b460922eb1991de4022438e0ed0b1ce4d Reviewed-on: https://chromium-review.googlesource.com/1156304Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#579356}
-
Ramin Halavati authored
Ephemeral provider is added to the list of content settings sources that are counted in site settings change counter. Bug: 762560 Change-Id: I526f7280b61b4f777560c58a99cf5148bd9b9ff9 Reviewed-on: https://chromium-review.googlesource.com/1155603Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#579355}
-
Ryo Hashimoto authored
Replace Identification arguments of CryptohomeClient and SessionManagerClient with AccountIdentifier. Add and use conversion functions to create AccountIdentifier from other types. Change the key type of SessionManagerClient::ActiveSessionMap to std::string. BUG=741274 TEST=build TBR=msramek@chromium.org for changes under chrome/browser/browsing_data/ Change-Id: Iaa4518f5a6f37f6ac3b89e965ffa59412ffde5cc Reviewed-on: https://chromium-review.googlesource.com/1144814 Commit-Queue: Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#579354}
-
Martin Robinson authored
This will allow us to share this code with the Aura Linux implementation in a future change. We also create a new abstract class to collect these attributes while maintaining performance between the different platforms. Currently there is only an implementation of this class for Windows. Bug: 866612 Change-Id: I5cb84b9f226e976ac2b199149ea897831a48d175 Reviewed-on: https://chromium-review.googlesource.com/1152977 Commit-Queue: Martin Robinson <mrobinson@igalia.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#579353}
-
Colin Blundell authored
I just discovered that FakeProfileOAuth2TokenService never cancels access token requests: - OAuth2TokenService::FetchOAuth2Token() is virtual and overridden by FakePO2TS. This is the method that creates pending fetchers for access token requests. FakePO2TS' override results in O2TS not creating any pending fetchers for access token requests. - OAuth2TokenService::CancelRequests{ForAccount}(), however, are *not* virtual. O2TS simply looks in its set of pending fetchers to cancel the relevant ones. The combination of these facts means that requests are not cancelled in response to CancelRequests{ForAccount}() when FakePO2TS is used. This in turn means that production flows are not accurately reflected, and blocks creating a unittest for a just-discovered production bug (that itself would perhaps have not landed if this situation was not as it is). This CL remedies the problem by having FakePO2TS override the now-virtual methods for cancelling access token requests to respond appropriately. It also updates a few unittests that had previously (either intentionally or unintentionally) worked around the lack of cancellation by cancelling requests manually after token revocation. Change-Id: Id935831294849a191e6034f3fe1360bea1dddc9e Reviewed-on: https://chromium-review.googlesource.com/1154925 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#579352}
-
Matthew Cary authored
Since we are now creating orderfiles by running across multiple benchmarks, the stability computations don't make much sense as, for example, we don't expect the startup symbols from two different benchmarks to necessarily be similar. Bug: 865983 Change-Id: I11f756a69bf160e9dce293e3c1cd05003264da0f Reviewed-on: https://chromium-review.googlesource.com/1152739Reviewed-by:
Benoit L <lizeb@chromium.org> Commit-Queue: Matthew Cary <mattcary@chromium.org> Cr-Commit-Position: refs/heads/master@{#579351}
-
Marina Ciocea authored
This reverts commit c36d213a. Reason for revert: The bot does not have the needed audio driver to run this test. Original change's description: > Reland "Re-enable webrtc audio quality browsertests on windows." > > This is a reland of a3ec8289 > > Original change's description: > > Re-enable webrtc audio quality browsertests on windows. > > > > Tests were previously disabled when they started failing (more context in linked bug). Re-enabling because tests pass locally on win7 machine. > > > > Bug: 850936 > > Change-Id: Ie1ab4e82daf2c0265e932237d3edf6b3399ee803 > > Reviewed-on: https://chromium-review.googlesource.com/1139066 > > Reviewed-by: Henrik Boström <hbos@chromium.org> > > Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#575638} > > Bug: 850936 > Change-Id: I44be2227ffed90d25549669de4dd3f354a98d92a > Reviewed-on: https://chromium-review.googlesource.com/1156224 > Reviewed-by: Henrik Boström <hbos@chromium.org> > Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> > Cr-Commit-Position: refs/heads/master@{#579344} TBR=hbos@chromium.org,marinaciocea@chromium.org Change-Id: I30ce4fe93a7787cb5cca85fcf969c254e829dd74 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 850936 Reviewed-on: https://chromium-review.googlesource.com/1156344Reviewed-by:
Marina Ciocea <marinaciocea@chromium.org> Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Cr-Commit-Position: refs/heads/master@{#579350}
-
Tetsui Ohkubo authored
This CL completely rewrites MessagePopupCollection which manages popup notifications. The requirement for the class was changed over time, and that made the class fragile. Also, there were too many internal states. For simplicity and full test coverage, MessagePopupCollection manages all animation states, and only single animation runs at one time. (This is different from ToastContentsView. The class corresponds to MessagePopupView in this CL, and it has fewer responsibilities.) Also this CL has new Chrome OS popup animation in mind. go/qs-proto As a further refactoring, merging of PopupAlignmentDelegate to MessagePopupCollection is planned. Design doc: go/chrome-popup-refactoring BUG=863366 TEST=MessagePopupCollectionTest Change-Id: I77c908423c03869d4ac3fa04133f41b73877bd3b Reviewed-on: https://chromium-review.googlesource.com/1132720Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#579349}
-
Jan Wilken Doerrie authored
Similarly to r568056 and 573161 this change adds skeletons required for the implementation and testing of GATT Descriptor discovery on WinRT. No functionality is added, this will follow in a future CL. Bug: 821766 Change-Id: Ib6cb238c97899c94f54fcf5146a5e36ede69b909 Reviewed-on: https://chromium-review.googlesource.com/1155119Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#579348}
-
Michael Lippautz authored
Missing out on Attach after setting the listener reference to the JavaScript function means that a garbage collection can collect the Blink listener object. To avoid such errors we immediately call Attach in SetListener. Bug: chromium:843903 Change-Id: I2c2ec8b0942853ee7e6c29e8c4850b075a398c53 Reviewed-on: https://chromium-review.googlesource.com/1155586Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#579347}
-
Raphael Kubo da Costa authored
Follow-up to fc0443b1 ("Update CORS error messages"), which broke the GCC build because GCC does not implicitly covert all array items to StringViews when Append() is invoked: ../../third_party/blink/renderer/platform/loader/cors/cors_error_string.cc: In function ‘WTF::String blink::CORS::GetErrorString(const network::CORSErrorStatus&, const blink::KURL&, const blink::KURL&, const blink::SecurityOrigin&, blink::Resource::Type, const WTF::AtomicString&)’: ../../third_party/blink/renderer/platform/loader/cors/cors_error_string.cc:72:55: error: no matching function for call to ‘Append(WTF::StringBuilder&, <brace-enclosed initializer list>)’ last_request_url.GetString(), "' "}); ^ ../../third_party/blink/renderer/platform/loader/cors/cors_error_string.cc:24:6: note: candidate: ‘template<long unsigned int N> void blink::CORS::{anonymous}::Append(WTF::StringBuilder&, const WTF::StringView (&)[N])’ void Append(StringBuilder& builder, const StringView (&views)[N]) { ^~~~~~ ../../third_party/blink/renderer/platform/loader/cors/cors_error_string.cc:24:6: note: template argument deduction/substitution failed: ../../third_party/blink/renderer/platform/loader/cors/cors_error_string.cc:72:55: note: mismatched types ‘WTF::StringView’ and ‘const char*’ last_request_url.GetString(), "' "}); ^ Make the local Append() function take a std::initializer_list<StringView> to make sure all items are converted to that type on invocation. Bug: 819294 Change-Id: I7c14773589dda16e7c882270e206d1b66dbb73b4 Reviewed-on: https://chromium-review.googlesource.com/1155113Reviewed-by:
Adam Rice <ricea@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Raphael Kubo da Costa (CET) <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#579346}
-
Thiemo Nagel authored
Add instructions on how to allow running APKs from unknown sources. BUG=none TEST=manual Change-Id: I61539cff081555d9255454fa3f30b986c2c5c6f6 Reviewed-on: https://chromium-review.googlesource.com/1154543Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Thiemo Nagel <tnagel@chromium.org> Cr-Commit-Position: refs/heads/master@{#579345}
-
Marina Ciocea authored
This is a reland of a3ec8289 Original change's description: > Re-enable webrtc audio quality browsertests on windows. > > Tests were previously disabled when they started failing (more context in linked bug). Re-enabling because tests pass locally on win7 machine. > > Bug: 850936 > Change-Id: Ie1ab4e82daf2c0265e932237d3edf6b3399ee803 > Reviewed-on: https://chromium-review.googlesource.com/1139066 > Reviewed-by: Henrik Boström <hbos@chromium.org> > Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> > Cr-Commit-Position: refs/heads/master@{#575638} Bug: 850936 Change-Id: I44be2227ffed90d25549669de4dd3f354a98d92a Reviewed-on: https://chromium-review.googlesource.com/1156224Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Cr-Commit-Position: refs/heads/master@{#579344}
-
Tatsuhisa Yamaguchi authored
Tooltip is not needed for the "sign in another user..." button because it's same as the label itself. The default behavior of the label can add tooltip with the label text only when the label is truncated. Test: manual Bug: 866439 Change-Id: I4dee9ea44b751d64f07b0458311a653bffb0a283 Reviewed-on: https://chromium-review.googlesource.com/1152644Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Cr-Commit-Position: refs/heads/master@{#579343}
-
Ben Wagner authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/b532d7ce708c..578bcf103a12 $ git log b532d7ce7..578bcf103 --date=short --no-merges --format='%ad %ae %s' 2018-07-30 wl [cff] Fix typo. 2018-07-29 wl * src/pcf/pcfread.c (pcf_get_encodings): Another thinko. 2018-07-28 apodtele * builds/unix/configure.raw: Minor. 2018-07-28 apodtele [smooth] Fix Harmony memory management. 2018-07-28 wl [type1] Avoid segfaults with `FT_Get_PS_Font_Value'. 2018-07-27 wl [truetype] Make `TT_Set_MM_Blend' idempotent (#54388). 2018-07-27 wl [psaux, type1]: More tracing improvements. 2018-07-26 wl Document FT_Module_Class's `module_interface' field. 2018-07-25 wl [psaux, type1] Trace PostScript dictionaries and other things. 2018-07-25 wl Fix minor ASAN run-time warnings. 2018-07-24 apodtele [build] Fortify dllexport/dllimport attributes (#53969,#54330). 2018-07-24 wl [type1] Check relationship between number of axes and designs. 2018-07-24 htl10 [truetype] Match ttdebug's naming of instruction mnemonics. 2018-07-24 wl * src/pcf/pcfread.c (pcf_get_encodings): Thinko. 2018-07-22 wl * src/pcf/pcfread.c (pcf_get_encodings): Check index of defaultChar. 2018-07-22 wl * src/pcf/pcfread.c (pcf_load_font): Fix number of glyphs. 2018-07-22 wl [cid] Sanitize `BlueShift' and `BlueFuzz'. 2018-07-22 wl Fix links. 2018-07-21 wl Minor comment improvement. 2018-07-21 wl [pcf] Fix handling of the undefined glyph. 2018-07-21 wl Improve stream extraction macro documentation. 2018-07-20 prince.cherusker Move the legacy fuzz target to the `freetype-testing' repository. 2018-07-20 wl [cff] Avoid left-shift of negative numbers (#54322). 2018-07-17 wl Allow FT_ENCODING_NONE for `FT_Select_Charmap'. 2018-07-17 wl * src/pcf/pcfread.c (pcf_get_encodings): Trace `defaultChar'. 2018-07-16 prince.cherusker * include/freetype/internal/ftcalc.h: Add macros for handling harmless over-/underflowing `FT_Int' values. 2018-07-16 wl * src/truetype/ttgxvar.c (tt_set_mm_blend): Fix off-by-one error. 2018-07-12 wl * src/base/ftoutln.c (FT_Outline_Get_Orientation): Init `cbox'. Created with: roll-dep src/third_party/freetype/src R=bungeman@chromium.org,drott@chromium.org CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_msan_rel_ng PDFium-Issue: pdfium:1125 Change-Id: I09a0c66426dfdade532fe262d0ace7656e3d1b53 Reviewed-on: https://chromium-review.googlesource.com/1155652Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#579342}
-
Henrik Boström authored
This PR accidentally made the "addTrack(0 streams)" test call addTrack() with a stream, which broke the tests: https://github.com/web-platform-tests/wpt/pull/12141 Test restored and all "addTrack/addTransceiver(X streams)" are made to consistently use "new MediaStream()" the same way. Bug: 869036 Change-Id: Ieaf0c73a1996aeb2e87e18f2f9065fa1e6fee1e7 Reviewed-on: https://chromium-review.googlesource.com/1155125Reviewed-by:
Harald Alvestrand <hta@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#579341}
-
Artem Titov authored
This CL switch only imported header file to unblock WebRTC refactoring to move sigslot target to proper location. But it is required that all usages of sigslot will be eliminated from chromium code base. Here is a ticket to track this effort: https://crbug.com/867820 Bug: 867820, webrtc:8366 Change-Id: I431a178048886833b8bbd8508ce5a3937997f5ab Reviewed-on: https://chromium-review.googlesource.com/1150537Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Commit-Queue: Artem Titov <titovartem@chromium.org> Cr-Commit-Position: refs/heads/master@{#579340}
-
Michael Lippautz authored
Live bytes are computed during sweeping for regular garbage collection. The live bytes computation was missing from the logic that makes the heap consistent after performing marking just for taking a snapshot. The result is that ProcessHeap counters are not usable when just performing a garbage collection for snapshots as the counters would always be zeroed out. Bug: chromium:865438 Change-Id: Id0d7e7a75895a6e6bb0ae62959f3e7a36b3d26fa Reviewed-on: https://chromium-review.googlesource.com/1155121Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#579339}
-
Jan Wilken Doerrie authored
This change contains a small fix to perform an explicit connection check after receiving a BluetoothLEDevice instance. This is necessary for paired devices, where the connection handler gets registered too late to get notified of the initial GATT connection initiated by the OS. Bug: 821766 Change-Id: Ic022035f101324daa9a0772940740550e948e5fb Reviewed-on: https://chromium-review.googlesource.com/1154920Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#579338}
-