- 13 Sep, 2018 40 commits
-
-
Ben Pastene authored
Should have enough bots to handle the load (barring any natural disasters.) Bug: 646404 Change-Id: I53f49cfa4d7c9c67626578d7ef36b40cb2d82a53 Reviewed-on: https://chromium-review.googlesource.com/1225850Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#591157}
-
Varun Khaneja authored
Bug: 883462,883045 Change-Id: I486a0924846a3ace08ae4064d99d5a4fb9b1ed03 Reviewed-on: https://chromium-review.googlesource.com/1222700Reviewed-by:
Jialiu Lin <jialiul@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#591156}
-
Dmitry Gozman authored
Instead of getting it in DidStartProvisionalLoad and then using in DidCommitProvisionalLoad, we can just ask DocumentLoader whether it had a user gesture. This is a step towards removing DidStartProvisionalLoad. Bug: 855189 Change-Id: I9e1f47f532e7d2b0e0def7f988dff51569fd0f4b Reviewed-on: https://chromium-review.googlesource.com/1220671Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#591155}
-
Wan-Teh Chang authored
https://aomedia.googlesource.com/aom.git/+log/7d447f5b0021..67645b8f529c $ git log 7d447f5b0..67645b8f5 --date=short --no-merges --format='%ad %ae %s' 2018-09-12 lupo996 save all registers in avx quantize 2018-09-12 lupo996 shuffle code to work around gcc 8.2.0 issue 2018-09-12 weitinglin Update the target frame size boost for VBR mode 2018-09-12 wtc Do not cast worker->hook function pointers. 2018-07-06 chengchen Bitmask patch 0: Store info for bitmask at decoder 2018-09-12 debargha Fix memset call for selfguided sse4 code 2018-09-11 johann.koenig arm64: zero vectors for gcc 6.3 2018-09-11 weitinglin Disable GF length reduction other then AOM_Q mode 2018-09-12 johann.koenig fix av1_round_shift_rect_array_32_sse4_1 breakage 2018-09-11 deepa.kg AVX2 implementation of 4-tap filter for widths 8, 4 2018-09-11 sanampudi.venkatarao Handle early exit for skip case 2018-09-10 grant.hsu Refine prune_comp_search_by_single_result 2018-09-12 remya.prakasan Optimize highbd 8x16 and 16x8 inv_txfm 2018-09-12 sanampudi.venkatarao Optimize highbd 8x16, 16x8 fwd_txfm 2018-09-10 binpengsmail Move intra modes to the end of inter mode map 2018-09-06 huisu Special handling of IntraBC interpolation 2018-09-07 urvang handle_inter_mode: Reduce stack usage. 2018-09-07 sarahparker Avoid manipulating gf group lengths at end of sequence 2018-09-11 johann.koenig silence c++ abi warning 2018-09-11 debargha Error fix from incorrect aom_clear_system_state() (...) Created with: roll-dep src/third_party/libaom/source/libaom R=tomfinegan@chromium.org,johannkoenig@google.com,jzern@google.com Bug: 883004 Change-Id: If406b521f7e03e6cd49223b56becc41ef059c605 Reviewed-on: https://chromium-review.googlesource.com/1225273Reviewed-by:
Johann Koenig <johannkoenig@google.com> Commit-Queue: Johann Koenig <johannkoenig@google.com> Cr-Commit-Position: refs/heads/master@{#591154}
-
Zhiqiang Zhang authored
This CL implements the FlingingControllerAdapter backed by RemoteMediaClient in RemoteSessionController. The adapter is used to bridge calls between blink/content layer and the SDK. Bug: 711860 Change-Id: I0ffda9f67e8f64a42f6e9dae9fabc08e62a6d71e Reviewed-on: https://chromium-review.googlesource.com/1220675 Commit-Queue: Zhiqiang Zhang <zqzhang@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#591153}
-
Marijn Kruisselbrink authored
Bug: None Change-Id: I650d5b1a84ea63565a86c2f0ffa1f3d5ad2de356 Reviewed-on: https://chromium-review.googlesource.com/1225270 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#591152}
-
Mina Almasry authored
Test: unittests, manual Change-Id: Ieff3a4b4955162b01df0179d8423a7b6b206f007 Reviewed-on: https://chromium-review.googlesource.com/1225691 Commit-Queue: Mina Almasry <almasrymina@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#591151}
-
Albert J. Wong authored
Currently ViewHostMsg_RequestSetBounds is sent to both the widget and the view. Moving this behavior into the OwnerDelegate allows routing to go only to the RenderWidgetHost. Bug: 545684 Change-Id: Iac8eeb04b73eefaf99d46343714c3a63d58b9460 Reviewed-on: https://chromium-review.googlesource.com/1220393Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Albert J. Wong <ajwong@chromium.org> Cr-Commit-Position: refs/heads/master@{#591150}
-
dpapad authored
The default value is already 'false', so there is no need to specify it unless 'true' is desired. Bug: None Change-Id: Id1d4b8bdae45b1d98b7f025059dd48927a07556e Reviewed-on: https://chromium-review.googlesource.com/1225292Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#591149}
-
Vladimir Levin authored
This is a small patch that adds DCHECK validation checking that ClipPathClip and ClipPathEffect are mutually exclusive (as stated in the description of the fields) R=pdr@chromium.org, trchen@chromium.org Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I98582c3fab476b1cd743c0398f9e9ebf1aec0da7 Reviewed-on: https://chromium-review.googlesource.com/1225107Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#591148}
-
Alexey Kozyatinskiy authored
Node uses file paths for some scripts and urls for some modules. We need to unify them as soon as possible. R=dgozman@chromium.org Bug: none Change-Id: Ia229e1fac8a5cad92edacb9e545b2343f657f651 Reviewed-on: https://chromium-review.googlesource.com/1224799 Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#591147}
-
Adithya Srinivasan authored
Tbr: msw@chromium.org No-Try: true Bug: 883884 Change-Id: I68abbd0b6d22e5a99c1494ad8f50d09bd0d1d738 Reviewed-on: https://chromium-review.googlesource.com/1225810Reviewed-by:
Adithya Srinivasan <adithyas@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#591146}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/86a4158a03f9..bc66a2cba899 Created with: gclient setdep -r src-internal@bc66a2cba899 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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=mmoss@chromium.org Change-Id: Id90e0817097a50e85390393b5e606d20d904b0b0 Reviewed-on: https://chromium-review.googlesource.com/1225313Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#591145}
-
Mina Almasry authored
Padding the audio with silence was breaking the fade-in logic. Bug: b/114208977 Test: On device Change-Id: I7a57837b370eda58feef9a60c6e92a6f3fc70cd0 Reviewed-on: https://chromium-review.googlesource.com/1220710 Commit-Queue: Mina Almasry <almasrymina@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#591144}
-
Tom Finegan authored
Change-Id: Ia86e5baf72ef6a76f00482e4b2ad7952232c3e58 Reviewed-on: https://chromium-review.googlesource.com/1225293Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Tom Finegan <tomfinegan@chromium.org> Cr-Commit-Position: refs/heads/master@{#591143}
-
Christopher Cameron authored
Create a browser-side doppelganger NSWindow in BridgedNativeWidgetHostImpl. This is because we use gfx::NativeWindow (aka NSWindow pointer) as an identifier for the NativeWidgetMac all over in the browser process, and when the "true NSWindow" is in the app shim process, so we need some identifying structure on the browser side. Reshuffle some of the initialization of BridgedNativeWidgetHostImpl in preparation for creating remote bridges. In particular, defer creating the bridge object until CreateLocalBridge is called, and touch up the places (tests, mostly) where the bridge is assumed to always exist. Bug: 859152 Change-Id: I85f3de97239763c9c9edb1313796be03c2043d8b Reviewed-on: https://chromium-review.googlesource.com/1220401Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#591142}
-
Marc Treib authored
If Sync-the-feature is disabled because of a "Reset Sync" action on the dashboard, then the Sync entry in chrome://settings shows an error message, and clicking on it should re-enable Sync. The UI logic checks for this state via SyncService::IsEngineInitialized. However, if Sync-the-transport is running, then the engine can be initialized even though Sync-the-feature is still disabled. In this situation, the user has no way to turn Sync back on. This CL fixes this by adding a check for DISABLE_REASON_USER_CHOICE which on desktop corresponds to a dashboard clear. It also adds tests. Bug: 881934 Change-Id: I6216564ac6fbb9efff988a2ebd09d532c82985cd Reviewed-on: https://chromium-review.googlesource.com/1224379Reviewed-by:
Scott Chen <scottchen@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#591141}
-
Tommy Steimel authored
This CL adds a new LaunchSourceType enum to CustomTabIntentDataProvider that matches the WebappActivity.ActivityType enum but adds a new value for apps launched from MediaLauncherActivity. This is used to distinguish intents from the MLA from other MEDIA_VIEWER sources (e.g. the Downloads Home UI). This will allow us to add Media-Intent-Handler- specific metrics. Bug: 861954 Change-Id: I01b20fec65e6207de3d24d42b9b08787a582adcb Reviewed-on: https://chromium-review.googlesource.com/1185633Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#591140}
-
Charlie Harrison authored
This is implemented as an additional template parameter for readability. We currently store all ngrams as lowercase. By making ngram extraction automatically extract lower-cased ngrams, callers no longer have to lower-case their input (usually causing an additional allocation / copy). Bug: 767605 Change-Id: I466011a5143785520d2007700b01585363736153 Reviewed-on: https://chromium-review.googlesource.com/1223206Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#591139}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/5f6da8a57db1..572c25286dc6 git log 5f6da8a57db1..572c25286dc6 --date=short --no-merges --format='%ad %ae %s' 2018-09-13 vovoy@chromium.org Only download files for filtered stories in story_runner Created with: gclient setdep -r src/third_party/catapult@572c25286dc6 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-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: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:882291 TBR=sullivan@chromium.org Change-Id: I21b7895c23abe6fa3f370e025c322640825c5ce4 Reviewed-on: https://chromium-review.googlesource.com/1225310Reviewed-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@{#591138}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/5700d9e2eea5..29e180342e18 git log 5700d9e2eea5..29e180342e18 --date=short --no-merges --format='%ad %ae %s' 2018-09-13 tsepez@chromium.org Revert "Introduce FX_Number class as a replacement for FX_atonum()." Created with: gclient setdep -r src/third_party/pdfium@29e180342e18 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-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: Ic40444e60855238baaf01c218f63ea9e4dd6f2da Reviewed-on: https://chromium-review.googlesource.com/1225302Reviewed-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@{#591137}
-
Shimi Zhang authored
The current crash report tells mostly browser side info. Bug: 850954 Change-Id: I2d479e6b7664d38939d498b34a86543521e6fc42 Reviewed-on: https://chromium-review.googlesource.com/1222251Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#591136}
-
Ben Kelly authored
We have reports from some sites that data loaded from cache_storage via a service worker is slower than when loaded from http cache. One possible explanation is that the mojo::DataPipes used for reading the BlobDataHandle from cache_storage are not tuned like the DataPipes used by the network loading path. In the network loading path they use 512KB pipes and read in 32KB chunks. This CL attempts to tune the various DataPipes used to read BlobDataHandle objects. It also includes some DataPipes in the service worker code that are read in a similar way; for loading scripts, ReadableStreams, etc. This CL uses 512KB pipes and 64KB read chunks as the default as those were the best values in local testing. It also adds features to control these values in a future finch trial. We can compare different values against heartbeat metrics and site-specific metrics. R=kinuko@chromium.org, mek@chromium.org, rkaplow@chromium.org Bug: 881141 Change-Id: If8d956ad195c6cf85547f1c7172f4a35972513e4 Reviewed-on: https://chromium-review.googlesource.com/1211739Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Ben Kelly <wanderview@chromium.org> Cr-Commit-Position: refs/heads/master@{#591135}
-
Ken Buchanan authored
A regression from earlier this year affected visual state updates when they are being propagated to OOPIFs, such that they don't immediately also propagate to nested OOPIFs underneath a direct child frame. This was causing temporary mispositioning of things like popup menus. This CL corrects the flaw. It also fixes a bug in a test helper class, ShowWidgetMessageFilter, which incorrectly discards information from messages that were called before Wait() was called. Bug: 878703, 873337 Change-Id: I61f42eba4f6b7ab41d96a1db479bceb64ef00954 Reviewed-on: https://chromium-review.googlesource.com/1225090Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#591134}
-
Xi Han authored
On Android Q, queryIntentActivities(.. , MATCH_ALL) doesn't return Chrome even if Chrome is installed. Passing MATCH_DEFAULT_ONLY instead will fix this issue. Bug: 851725 Change-Id: Id851ec9fcbea47df5a522a23355ad2b67401544f Reviewed-on: https://chromium-review.googlesource.com/1222675 Commit-Queue: Xi Han <hanxi@chromium.org> Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#591133}
-
Xi Cheng authored
Change-Id: Ic77f1075eda7299e5cce686dd11740081c3436ac Reviewed-on: https://chromium-review.googlesource.com/1223026 Commit-Queue: Xi Cheng <chengx@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#591132}
-
Karan Bhatia authored
Currently, the extension action, media router action and the toolbar action bar, all call into their delegates to close the overflow menu. Consolidate this code so that the extension action and media router action use ToolbarActionBar::CloseOverflowMenuIfOpen. BUG=None Change-Id: I4c6933901a3e3e2ba52ad0c4b0cb48efb6cd5172 Reviewed-on: https://chromium-review.googlesource.com/1222685Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#591131}
-
Jeremy Roman authored
This reverts commit e41ffb6c. Reason for revert: WebAudio can still do recursive acquisition due to finalizing objects during an allocation in which the lock is held. See crbug.com/882314 Original change's description: > WTF: CHECK if a mutex is recursively acquired. > > This is a final attempt to flush out any recursive acquisition > before support is totally removed for WTF::RecursiveMutex. > > For pthreads, this requires maintaining the recursion_count_ > variable even in non-DCHECK builds. This is still quite cheap, > and is temporary in any case. > > Bug: 856641 > Change-Id: I2b550fd58e8c4cf6293ad7628dd49aa366b41ae9 > Reviewed-on: https://chromium-review.googlesource.com/1212453 > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Commit-Queue: Jeremy Roman <jbroman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#589504} TBR=jbroman@chromium.org,yutak@chromium.org,haraken@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 856641,882314 Change-Id: I1e2732ee0c810d5fed73ba29874088abaeed2d59 Reviewed-on: https://chromium-review.googlesource.com/1225297Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#591130}
-
Mina Almasry authored
Bug: b/110900868 Test: manual Change-Id: I2cdc3c62af8d78828bcf6d39e0deeac8c53a825a Reviewed-on: https://chromium-review.googlesource.com/1215059 Commit-Queue: Mina Almasry <almasrymina@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Sergey Volk <servolk@chromium.org> Cr-Commit-Position: refs/heads/master@{#591129}
-
fuchsia-sdk-chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia_arm64_cast_audio;luci.chromium.try:fuchsia_x64_cast_audio TBR=cr-fuchsia+bot@chromium.org Change-Id: I78deba6abf6e0afc6da54ba24ce16133e78031f2 Reviewed-on: https://chromium-review.googlesource.com/1225298Reviewed-by:
Fuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Fuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#591128}
-
Hubbe Hubinette authored
...and enable the full-range-video test on mac. This will only affect software decoded video frames as hardware-decoded video frames seem to be converted to studio range on mac. Bug: 647838, 810908, 882627 Change-Id: I318d1480dff4f33fa4da4312bead4b6d09f1a810 Reviewed-on: https://chromium-review.googlesource.com/1164462Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: Fredrik Hubinette <hubbe@chromium.org> Cr-Commit-Position: refs/heads/master@{#591127}
-
chrome://ukmMoe Ahmadi authored
Fixes the page by adding the iOS WebUI messaging script to the html. Also modifies the JavaScript to update page content after HTML has been completely loaded, for more robustness. Bug: 883408 Change-Id: I43d1be5077af6d42e357bfb3a5bbcb28eb5c0d60 Reviewed-on: https://chromium-review.googlesource.com/1225300Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#591126}
-
Maksim Sisov authored
This patches fixes a pointer offset issues, which usually happens with Ozone/Wayland (and can happen with Ozone/X11). That is, on certain occasions, the pointer bitmap can have an offset, which results in wrong visual location of the pointer. This makes it hard to press ui elements in Chromium. The reason of that behaviour is that default scale value of the Cursor is 0.0f (when it is not explicitly set to something else), but the SearchTable (cursors_aura) method checks for the bitmap hotpoints based on the lowest possible scale value, which is 1.0f. Thus, there was an inconsitancy between the scale value and the hotpoints. When the cursor had a scale value implicitly set to 0.0f (in the ctor), 2x hotpoints were used. To fix this, CreateDefaultBitmapCursor must honor the scale factor, and set it the lowest possible one, which is 1.0f. Bug: 869286 Change-Id: Ia792ae26a7573b58fa4dca7356c49cd4b5d8042a Reviewed-on: https://chromium-review.googlesource.com/1203973Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#591125}
-
John Delaney authored
Currently resources that are modified between timing updates are held as a set of pointers to PageResourceDataUse objects. However, these are stored in a small map, which invalidates iterators/pointers on insertion, causing undefined behavior when using |modified_resources_|. Instead, store PageResourceDataUse as unique pointers and have |modified_resources_| reference the raw pointer. Change-Id: Id7d75343887f9be9b9ee405b5fabc29e635d93e8 Reviewed-on: https://chromium-review.googlesource.com/1224656Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: John Delaney <johnidel@chromium.org> Cr-Commit-Position: refs/heads/master@{#591124}
-
Siddhartha authored
The UMA recorded when strong binding process OOMs to find if there were other processes alive, included current process bindings if it was not unbound. So, subract the current process binding from the counts. BUG=882741 Change-Id: I3a5774fdacf20cc94b655434c50ce0626c94fb0e Reviewed-on: https://chromium-review.googlesource.com/1225093 Commit-Queue: Siddhartha S <ssid@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#591123}
-
Vladimir Levin authored
This patch is the next in a sequence of patches to add node isolation for paint property trees. This patch adds effect node aliasing. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I0ae2d8d35e98b8938be6207248f61eecdabf7b92 Reviewed-on: https://chromium-review.googlesource.com/1217512Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#591122}
-
Peter Kotwicz authored
This CL makes WebappActivity/WebApkActivity not exported. WebappActivity/WebApkActivity became exported by mistake as a result of https://codereview.chromium.org/2941173002 BUG=882763 Change-Id: I01cd3006e3aa7e87d5c1f088859b08fda456e893 Reviewed-on: https://chromium-review.googlesource.com/1223327Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#591121}
-
Morten Stenshorne authored
Placed the code for calculating the fieldset border offset and cutout rectangle for the legend in a separate file, to make it shareable with LayoutNG (when fieldset eventually gets implemented there). The test that's supposed to test this fails on Mac, due to sub-pixel issues. The ref uses a table, and tables don't do sub-pixel layout. The test (using fieldset-vertical.css) could have used inline-size:fit-content instead of display:table to avoid this issue, but it does use display:table, because "fit-content" isn't a supported value in Gecko. Bug: 476234 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I2b6faaecb1dbb609d0525881a1d164f7831e8759 Reviewed-on: https://chromium-review.googlesource.com/1222826 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#591120}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/d2916264aae0..bc6b9cb6ac40 git log d2916264aae0..bc6b9cb6ac40 --date=short --no-merges --format='%ad %ae %s' 2018-09-13 brianosman@google.com Cleanup mip-mapped proxy creation slightly 2018-09-13 brianosman@google.com Revert "Defer mip-mapping until lazy proxy instantiation" 2018-09-13 michaelludwig@google.com Implement radial gradient layout 2018-09-13 caryclark@skia.org Condense embedded formulas. 2018-09-13 caryclark@skia.org fix 100 column violators in generated includes 2018-09-13 mtklein@google.com encode F16/F32 .pngs as Rec2020 2018-09-13 herb@google.com Change fallback for path glyphs to bulk api 2018-09-13 reed@google.com Reland "remove SK_SUPPORT_LEGACY_TYPEFACE_MAKEFROMSTREAM" 2018-09-13 herb@google.com Centralize the max glyph dimension 2018-09-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 44286dc870e3..daab00149ee5 (1 commits) Created with: gclient setdep -r src/third_party/skia@bc6b9cb6ac40 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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=master.tryserver.blink:linux_trusty_blink_rel;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 TBR=caryclark@chromium.org Change-Id: I0f6353a4f6bae7551271f31ee9a51a0896171bd3 Reviewed-on: https://chromium-review.googlesource.com/1224913Reviewed-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@{#591119}
-
Yuri Wiitala authored
Refactors and cleans-up the code related to the GLHelperScalar shader programs and adds it to GLScaler. Also, unit testing of the shader programs was non-existent (only higher-level integration testing was being done), so much of this CL is about adding testing for each of them to confirm correct behaviors. Bug: 870036 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I7714b7cf6ebef2cd2778ba146728e6d225b1467a Reviewed-on: https://chromium-review.googlesource.com/1214662 Commit-Queue: Yuri Wiitala <miu@chromium.org> Reviewed-by:
Xiangjun Zhang <xjz@chromium.org> Cr-Commit-Position: refs/heads/master@{#591118}
-