- 14 Feb, 2019 40 commits
-
-
Andrew Grieve authored
This is mostly clean-up/rewrite, but motivated by adding bundle logic, which will be a bit tricky since we'll be comparing bundles to non-bundles. Changes: * Moved out of libsupersize directory. * Remove all imports to libsupersize * Makes things faster because of pypy. * Hides logs from supersize. * Downloads each .size file only once * Prints progress * Removed --verbose flag * Encapsulates more logic in the "Report" class * git cl format --python --full Bug: 873714 Change-Id: If9b2938d3cb3c33d6dbb3f4c8049c026c4bee496 Reviewed-on: https://chromium-review.googlesource.com/c/1469271 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#632057}
-
David Tseng authored
TBR=dcheng@chromium.org Change-Id: Ia9c3a7643fa4be0e963538561b1fb3ce7fb70e22 Reviewed-on: https://chromium-review.googlesource.com/c/1470911 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#632056}
-
John Budorick authored
Bug: 928475 Change-Id: I59d7ad45877439d05ce0ea509fa78a195b24284a Reviewed-on: https://chromium-review.googlesource.com/c/1468586Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#632055}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/e67fcf9ed6c6..499f9dd2f00e git log e67fcf9ed6c6..499f9dd2f00e --date=short --no-merges --format='%ad %ae %s' 2019-02-14 dgarrett@google.com run_tests: Run depedency_unittest in chroot. Created with: gclient setdep -r src/third_party/chromite@499f9dd2f00e The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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=chrome-os-gardeners@chromium.org Change-Id: Ibce5c99883f47be06080407c373f61dc4232fa1e Reviewed-on: https://chromium-review.googlesource.com/c/1470963Reviewed-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@{#632054}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/63f9b85be556..0d71048a220e git log 63f9b85be556..0d71048a220e --date=short --no-merges --format='%ad %ae %s' 2019-02-13 benjhayden@chromium.org Revert "Rename add_reserved_diagnostics to prepare_upload, keep alias." 2019-02-13 benjhayden@chromium.org Add stableId to instant events. 2019-02-13 benjhayden@chromium.org Rename add_reserved_diagnostics to prepare_upload, keep alias. Created with: gclient setdep -r src/third_party/catapult@0d71048a220e 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 TBR=sullivan@chromium.org Change-Id: I670ab75292b386b7404ecbd8e31d93e2856019c1 Reviewed-on: https://chromium-review.googlesource.com/c/1471196Reviewed-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@{#632053}
-
Alex Lau authored
In ArcProcessService, ARCVM processes were not propagating to the task manager due to filtering out processes without PIDs found in procfs. This CL skips populating the pid map, filtering out processes, and looking for system processes in procfs when ARCVM is enabled. In TaskManagerImpl, task groups were mapped by proc id. With VM processes, there can be conflicting proc ids with other VMs and non-VM processes, causing incorrect aggregation of memory usage and other stats. For these cases, separate maps are used if the task is in a VM, and separate task groups are created. Bug: b/122992194 Change-Id: I127c66cebac0b89f569e9cd3b76abeccf779c6e0 Reviewed-on: https://chromium-review.googlesource.com/c/1415241Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Commit-Queue: Alex Lau <alexlau@chromium.org> Auto-Submit: Alex Lau <alexlau@chromium.org> Cr-Commit-Position: refs/heads/master@{#632052}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/5105d68f93e9..afbe1c49d923 git log 5105d68f93e9..afbe1c49d923 --date=short --no-merges --format='%ad %ae %s' 2019-02-13 herb@google.com Remove empty processing from drawGlyphRunAsBMPWithPathFallback 2019-02-13 recipe-roller@chromium.org Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@afbe1c49d923 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=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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=stephana@chromium.org Change-Id: I66612144b9cf6db34671d86f29d4a777f81b3e11 Reviewed-on: https://chromium-review.googlesource.com/c/1470961Reviewed-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@{#632051}
-
John Chen authored
The Python psutil library on ChromeDriver builder is an older version, with a slightly different API. Bug: chromedriver:2778 Change-Id: Ifb4da86b33225813a71a290fdea4f783c55fa0e2 Reviewed-on: https://chromium-review.googlesource.com/c/1471229Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#632050}
-
Nico Weber authored
This CL was uploaded by git cl split. R=amoylan@chromium.org Bug: 926235 Change-Id: I698685130c76bb498131097228ecb64f5d2fba88 Reviewed-on: https://chromium-review.googlesource.com/c/1464065Reviewed-by:
Andrew Moylan <amoylan@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#632049}
-
Steven Bennetts authored
TBR=khormimoto@chromium.org Bug: 931070 Change-Id: I820336ff5b53baff9c9dddf6dbb7373f9020339e Reviewed-on: https://chromium-review.googlesource.com/c/1470746 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Auto-Submit: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#632048}
-
Andrew Grieve authored
Since chromeperf separates based on Test suite, I don't *think* there's a need for these prefixes. Change-Id: I228a7c9f1ab87b905d139c5facf94666f3d6a6f0 Reviewed-on: https://chromium-review.googlesource.com/c/1471018Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#632047}
-
Michael Martis authored
The image annotation server has modified its API to account for new upcoming annotation types. This change updates the requests we send and responses we expect to match this new API. BUG: chromium:916420 Change-Id: Ibdb4fba54c1b1264ee422b7631864e72b88d3d8c Reviewed-on: https://chromium-review.googlesource.com/c/1470350Reviewed-by:
Andrew Moylan <amoylan@chromium.org> Commit-Queue: Michael Martis <martis@chromium.org> Cr-Commit-Position: refs/heads/master@{#632046}
-
lgcheng authored
Break AddOrUpdateArcVPNProvider into smaller methods for better stack trace. Bug: 927314 Test: run unit_tests. Test: Manual. Change-Id: Iffab8e8aa2315f791824269ecfa871022d3837a6 Reviewed-on: https://chromium-review.googlesource.com/c/1464358Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Long Cheng <lgcheng@google.com> Cr-Commit-Position: refs/heads/master@{#632045}
-
Nancy Li authored
This change lays a foundation for adding additional functionality to this page by adding a router for subpanals and a navigation bar (tabs) listing the one (current) feature. Bug: 928923 Change-Id: Ia29c27dbf9e8edbf56a84d81818c7ce20ed698d7 Reviewed-on: https://chromium-review.googlesource.com/c/1455268 Commit-Queue: Nancy Li <nancyly@google.com> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#632044}
-
Martin Kreichgauer authored
This adds views for setting up a PIN and challenging a PIN during a WebAuthn request. Nothing wired up into //device/fido yet. TBR=oshima@chromium.org Change-Id: I009986e65ae38d50908d5bdfb993885489d1c0d8 Reviewed-on: https://chromium-review.googlesource.com/c/1462423 Commit-Queue: Martin Kreichgauer <martinkr@google.com> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Adam Langley <agl@chromium.org> Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Cr-Commit-Position: refs/heads/master@{#632043}
-
Gabriel Marin authored
Use a static variable to initialize the malloc instance lazily only once. This replicates the behavior from the old tcmalloc, and removes 11 static initializers in malloc_extension.cc. In addition, make current_instance an std::atomic variable to avoid potential data races on accesses to it. BUG=b:119055819 TEST=Unit tests pass Change-Id: I702ca3563a9ea2494755bced38f56ee985ce1556 Reviewed-on: https://chromium-review.googlesource.com/c/1464108 Commit-Queue: Gabriel Marin <gmx@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#632042}
-
Xida Chen authored
Currently we reset the |white_listed_touch_action_| at GestureScrollEnd, which could cause crash to the fling cancel case. In this case, the touch/gesture sequence looks like this: TouchSequenceStart1--GestureTapDown1--GSB1--GSU1...--TouchSequenceEnd1-- GSU1...--GSU1--TouchSequenceStart2--GSE1--GSB2--GSU2...--GSU2... In the above sequence, the suffix "1" indicates which gesture sequence it is. When it is the TouchSequenceStart2, |white_listed_touch_action_| is set, and will be reset at GSE1. Then when it comes to GSB2, the |white_listed_touch_action_| has no value, and there maybe a crash. This CL fixes it by not resetting the var at GSE. Unit test is added to ensure the correctness. Bug: 904648 Change-Id: I616ccdd3568ad2df935b613c77cabfc54a8ff90d Reviewed-on: https://chromium-review.googlesource.com/c/1463981Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#632041}
-
Shimi Zhang authored
operator bool() and is_bound() are the same for InterfacePtr. Bug: None Change-Id: I29e311d6e1f80ba49d3ebc15a0b5ad619aff2621 Reviewed-on: https://chromium-review.googlesource.com/c/1471377Reviewed-by:
Donn Denman <donnd@chromium.org> Commit-Queue: Donn Denman <donnd@chromium.org> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#632040}
-
bsheedy authored
Automates the VR manual tests for ensuring that file and data URLs are properly emphasized/colored differently. Bug: 887613 Change-Id: Id9658f0d0b93febbadb8ba61d54d18324ba2b2bc Reviewed-on: https://chromium-review.googlesource.com/c/1468022Reviewed-by:
Klaus Weidner <klausw@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#632039}
-
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;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I4592806534e9aacf5c3d9dd95aa478ec03b3b0ff Reviewed-on: https://chromium-review.googlesource.com/c/1470959Reviewed-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@{#632038}
-
Victor Costan authored
Googletest is (at last) converging with industry-standard terminology [1]. We previously called test suites "test cases", which was rather confusing for folks coming from any other testing framework. Chrome now has a googletest version that supports _TEST_SUITE_ macros instead of _TEST_CASE_, so this CL cleans up some of the outdated usage. [1] https://github.com/google/googletest/blob/master/googletest/docs/primer.md#beware-of-the-nomenclature Bug: 925652 Change-Id: I29fdb61495d0e3f8e7014878ada10df78f1a3fe8 Reviewed-on: https://chromium-review.googlesource.com/c/1469648 Auto-Submit: Victor Costan <pwnall@chromium.org> Commit-Queue: John Rummell <jrummell@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Cr-Commit-Position: refs/heads/master@{#632037}
-
Kevin Babbitt authored
UI Automation uses these interfaces for accessibility tree navigation, associating accessibility trees with HWNDs, hit testing, and focus management. Also included are a few supporting bugfixes and additional properties on IRawElementProviderSimple in order to make the tree more usable in the inspect.exe debugging tool and improve the experience in Windows Narrator. Bug: 928811 Change-Id: I2c03ff34adff3e7c29d08da17a9edf292cdbb6a8 Reviewed-on: https://chromium-review.googlesource.com/c/1455025Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Kevin Babbitt <kbabbitt@microsoft.com> Cr-Commit-Position: refs/heads/master@{#632036}
-
Andrew Grieve authored
We are far away from shipping pre-L bundles, so this target is not yet worth maintaining. Change-Id: I6f2f44782579716ecb73e3014ecd1d7f27571717 Reviewed-on: https://chromium-review.googlesource.com/c/1471218Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
David Turner <digit@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#632035}
-
Mounir Lamouri authored
Bug: None Change-Id: I688e919c0360407b5a04beb861c5f3afb45e35f2 Reviewed-on: https://chromium-review.googlesource.com/c/1459927 Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#632034}
-
Yusuf Ozuysal authored
- Converts TabGridCoordinator into a TabListCoordinator as it was easy to make it modular. - Add TabStripViewBinder and ViewHolder to build tab strip specific UI pieces - Uses TabList- classes to make a new TabStrip component - The new component is not used currently (tested on the grid setup to make sure it is working) Change-Id: Ibd3da520c7dec0710df5324e93af8d3af2aacfe9 BUG= 930898 Change-Id: Ibd3da520c7dec0710df5324e93af8d3af2aacfe9 Reviewed-on: https://chromium-review.googlesource.com/c/1465060 Commit-Queue: Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#632033}
-
Victor Costan authored
Googletest is (at last) converging with industry-standard terminology [1]. We previously called test suites "test cases", which was rather confusing for folks coming from any other testing framework. Chrome now has a googletest version that supports _TEST_SUITE_ macros instead of _TEST_CASE_, so this CL cleans up some of the outdated usage. [1] https://github.com/google/googletest/blob/master/googletest/docs/primer.md#beware-of-the-nomenclature TBR=blundell Bug: 925652 Change-Id: Ibf01039345188ea7458a6773b4eea52d2104cd52 Reviewed-on: https://chromium-review.googlesource.com/c/1471379Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#632032}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 73293fd4. With Chromium commits locally applied on WPT: 14c11107 "Implement `Sec-CH-Lang`" af3b056c "[WPT] [wasm] Add JS-API tests for wasm threads" df760ab0 "Don't skip past auto-height flexboxes in quirks mode." 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 NOAUTOREVERT=true TBR=kyleju No-Export: true Change-Id: I373fde919fb89f79d2f5293648656de275203b2d Reviewed-on: https://chromium-review.googlesource.com/c/1470725Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#632031}
-
Matt Falkenhagen authored
Chrome flakily failed the test because it doesn't guarantee the order between message and fetch event. That might violate the spec, but the test doesn't need to test this. It's meant to test that the client message queue isn't enabled until a certain time. We can test that without requiring message/fetch ordering. Loosen the test to just check that the messages arrive after |earliest_dispatch|. Bug: 926670 Change-Id: Ic291b25443358412936b4a5eeb24ee6f8efa6b71 Reviewed-on: https://chromium-review.googlesource.com/c/1469842 Auto-Submit: Matt Falkenhagen <falken@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#632030}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/f7e697617c77..bf42afa0df14 git log f7e697617c77..bf42afa0df14 --date=short --no-merges --format='%ad %ae %s' 2019-02-13 tsepez@chromium.org Handle creation of CGFAS_Decimals from floats with bigger values. Created with: gclient setdep -r src/third_party/pdfium@bf42afa0df14 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: I51da4e5357292a810ff163436d9ec9005441e8fa Reviewed-on: https://chromium-review.googlesource.com/c/1470958Reviewed-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@{#632029}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/52ea556bdd54..7ec701934993 Created with: gclient setdep -r src-internal@7ec701934993 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. BUG=chromium:790528,chromium:790522,chromium:891734,chromium:891734 TBR=mmoss@chromium.org Change-Id: Id5ddc949ecab3b1677a1ff2f5c0f3665c8a42be7 Reviewed-on: https://chromium-review.googlesource.com/c/1470957Reviewed-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@{#632028}
-
Devlin Cronin authored
Disable PlatformThreadWinTest.SetBackgroundThreadModeFailsInIdlePriorityProcess, which is failing on Windows. TBR=fdoray@chromium.org Bug: 931720 Change-Id: I77fabc5c796b949f1616e0daf262695bf22ea14b Reviewed-on: https://chromium-review.googlesource.com/c/1471385Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#632027}
-
Travis Skare authored
BUG: 888093 Change-Id: I448c5a807e524b32bcf5535c56932ee936a8c443 Reviewed-on: https://chromium-review.googlesource.com/c/1339139 Commit-Queue: Travis Skare <skare@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#632026}
-
Jun Mukai authored
This reverts commit 8e40f476. Reason for revert: crbug.com/931878, touch tab-dragging gets broken Original change's description: > chromeos: disables event throttling in window-service clients > > Only the window-service should throttle. > > BUG=929914 > TEST=none > TBR=sadrul@chromium.org > > Change-Id: Iab7ea987c8fcb1f52b9c1e69576a0f950d790787 > Reviewed-on: https://chromium-review.googlesource.com/c/1470941 > Reviewed-by: Scott Violet <sky@chromium.org> > Commit-Queue: Scott Violet <sky@chromium.org> > Cr-Commit-Position: refs/heads/master@{#631868} TBR=sadrul@chromium.org,sky@chromium.org Change-Id: I4c356212aed1cf03b6c381ef05ce404a58517351 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 929914 Reviewed-on: https://chromium-review.googlesource.com/c/1471458Reviewed-by:
Jun Mukai <mukai@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#632025}
-
Jun Mukai authored
This reverts commit fca998b7. Reason for revert: crbug.com/931878, touch tab-dragging gets broken Original change's description: > Reland "chromeos: makes resizes smoother with mash" > > This reverts commit 643813e1. > > Reason for revert: My test was wrong, we actually block mouse on device in certain modes. Sorry for the noise. > > Original change's description: > > Revert "chromeos: makes resizes smoother with mash" > > > > This reverts commit b805090b. > > > > Reason for revert: This makes the mouse get stuck hidden on device. > > > > Original change's description: > > > chromeos: makes resizes smoother with mash > > > > > > This contains two changes: > > > 1. Adds call from ClientRoot to Compositor::OnChildResizing(). This ensures > > > that WindowTreeHost doesn't dispatch move events until the frame has been > > > activated. > > > 2. Converts resetting of pointer moves lock from OnCompositingDidCommit() > > > to OnCompositingEnded(). OnCompositingDidCommit() seems to be called much > > > to earlier in the mash case, and results in jank when resizing. > > > > > > BUG=929914 > > > TEST=none > > > > > > Change-Id: I68d87d6e7f237f246c2fad6218d9da5356c98641 > > > Reviewed-on: https://chromium-review.googlesource.com/c/1467917 > > > Commit-Queue: Scott Violet <sky@chromium.org> > > > Reviewed-by: Saman Sami <samans@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#631743} > > > > TBR=sky@chromium.org,samans@chromium.org > > > > Change-Id: Iaf103ed66885da652c7013fcc412b0269e10b303 > > No-Presubmit: true > > No-Tree-Checks: true > > No-Try: true > > Bug: 929914 > > Reviewed-on: https://chromium-review.googlesource.com/c/1470935 > > Reviewed-by: Scott Violet <sky@chromium.org> > > Commit-Queue: Scott Violet <sky@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#631803} > > TBR=sky@chromium.org,samans@chromium.org > > Change-Id: I828256b878dfb8f5a8ec0bbd6c6c533e091ddb5f > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 929914 > Reviewed-on: https://chromium-review.googlesource.com/c/1471010 > Reviewed-by: Scott Violet <sky@chromium.org> > Commit-Queue: Scott Violet <sky@chromium.org> > Cr-Commit-Position: refs/heads/master@{#631820} TBR=sky@chromium.org,samans@chromium.org Change-Id: Id7eb67f636e13677122c6a8bd0c8e50bd4b51986 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 929914 Reviewed-on: https://chromium-review.googlesource.com/c/1471493Reviewed-by:
Jun Mukai <mukai@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#632024}
-
Jinsuk Kim authored
Tab doesn't need to keep the controls height and a flag for control affecting the view resizing. This CL removes the APIs for them, and lets TabWebContentsDelegate get the values directly from ChromeFullscreenManager. Bug: 925242 Change-Id: I69d1868078b46e9d9b268245396c68538ccbfd35 Reviewed-on: https://chromium-review.googlesource.com/c/1436465 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#632023}
-
Liquan(Max) Gu authored
The ImagePaintTimingDetector is now using IsImage to tell whether an object is a layout image. But this is incorrect. We shuld use IsLayoutImage instead. Bug: 869924 Change-Id: I018118d41cb9a434d6c13c0920ca5a1486827216 Reviewed-on: https://chromium-review.googlesource.com/c/1471219Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#632022}
-
Lily Chen authored
Disallow setting NEL headers and queueing NEL reports when the HTTP response is fetched via a proxy. Disallow NEL reporting on 407 responses. Bug: 930777 Change-Id: I803c3e087630cd5e6c244771550c97091e5d6e74 Reviewed-on: https://chromium-review.googlesource.com/c/1466195 Commit-Queue: Lily Chen <chlily@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#632021}
-
Vlad Tsyrklevich authored
Currently we mark unused pages inaccessible but don't release their memory back to the OS. Release it so that we can make use of a large quarantine without incurring memory overhead. This showed a ~2-4% regression on a microbenchmark that looped allocating and deallocating. Bug: 912286 Change-Id: Iab5fd441071ef0fc45aa793708b886c7fe864158 Reviewed-on: https://chromium-review.googlesource.com/c/1471331 Commit-Queue: Vitaly Buka <vitalybuka@chromium.org> Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Reviewed-by:
Vitaly Buka <vitalybuka@chromium.org> Cr-Commit-Position: refs/heads/master@{#632020}
-
Olivier Robin authored
This method allows to replace the content of the page with given data and MIME type. The method does not trigger a navigation. The method also takes a URL that will replace the current URL in the navigation stack. Bug: 929492 Change-Id: If1295915718d8dd9e582d2e88035eb63ce7341ea Reviewed-on: https://chromium-review.googlesource.com/c/1436359 Auto-Submit: Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Danyao Wang <danyao@chromium.org> Cr-Commit-Position: refs/heads/master@{#632019}
-
David Trainor authored
Add the ability to simulate an inline update flow, which will be used by variations, test, and PM/UX to look at the update flow. BUG=922714 Change-Id: Ic313e8cae6e9fc9f0413c227c151990d192e62a5 Reviewed-on: https://chromium-review.googlesource.com/c/1461831Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#632018}
-