- 19 Oct, 2018 40 commits
-
-
Yue Cen authored
Bug: 885219 Change-Id: Ib8ea8ac12fa782636577dc793281e81b9f48253b Reviewed-on: https://chromium-review.googlesource.com/c/1290196Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Yue Cen <rsgingerrs@chromium.org> Cr-Commit-Position: refs/heads/master@{#601267}
-
Joe Downing authored
TBR=dtseng@chromium.org BUG=897249 Change-Id: I53918bf9b8c88f9ed2b5772c3e8258a70689fb2b Reviewed-on: https://chromium-review.googlesource.com/c/1292270Reviewed-by:
Joe Downing <joedow@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#601266}
-
Dave Tapuska authored
Use appropriate types in scheduler code. BUG=879657 Change-Id: I51e83b9fd5e6ec48706110bc4ae832d2075e89ca Reviewed-on: https://chromium-review.googlesource.com/c/1287956 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#601265}
-
Yuchen Liu authored
This is not supported by the SDK. Change-Id: I23a9affcdd4b69280b3b9dec978179eca54b790e Reviewed-on: https://chromium-review.googlesource.com/c/1289683Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#601264}
-
Dianna Hu authored
These tests use HpackVarintEncoder to generate test data, hence they are in fact round trip tests. This CL lands server change 214689001 by bnc. BUG=488484 Change-Id: I27eb50471a83d44cfc21d7fa42fde1c1a7ef25c4 Reviewed-on: https://chromium-review.googlesource.com/c/1291809Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Dianna Hu <diannahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#601263}
-
Ben Pastene authored
Most of this should be unnecessary now that the GN rules for the tests list the pylibs as data. See https://chromium-review.googlesource.com/c/chromium/src/+/1291711/2 for an example CQ run of a change that touched //build/android/ w/ this patch applied. It ran all the tests on the android bots, but was mostly a no-op for the other bots. R=jbudorick, dpranke Change-Id: I25ba6260652508994144eb3d8e4bd7304a863e88 Reviewed-on: https://chromium-review.googlesource.com/c/1291782Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#601262}
-
Jamie Madill authored
The decoder microbenchmarks suffer from fairly high variance. This should decrease the variance while not changing the absolute total. Also add a mode for a fast test run on the bots with DCHECK enabled. The test time on the perf bots should still be within one minute. Bug: angleproject:2763 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: Idf5fb0f4cb32205c8c640415b5e6ff22efa5b7b1 Reviewed-on: https://chromium-review.googlesource.com/c/1286753 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#601261}
-
Nate Chapin authored
In the vein of WorkerTaskQueue, this provides an API for farming work out to a pool of background threads. However, it is built on top of the Worklet API, and also supposes addModule() to load and register tasks. Classes with a process() function can be created and registered via the global scope's registerTask() function. taskWorklet.postTask() can take a |name| string (rather than a function), look up whether a task was registered with that name, and call the appropriate process(). Bug: 879306 Change-Id: I7f7c23c3482be3641fde6b78d11f3152c437a460 Reviewed-on: https://chromium-review.googlesource.com/c/1278961 Commit-Queue: Nate Chapin <japhet@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#601260}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/cf5c51bcd364..42bb3604bce4 git log cf5c51bcd364..42bb3604bce4 --date=short --no-merges --format='%ad %ae %s' 2018-10-19 mtklein@google.com Revert "re-enable effect deserialization for flutter" 2018-10-19 mtklein@google.com override getTypeName() instead of using table 2018-10-19 brianosman@google.com Un-plumb dstColorSpace through GrTextureProducer 2018-10-19 egdaniel@google.com Reland "Revert "Use OpenGL sampler objects when available."" 2018-10-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader a9999ce938be..9e4d040cb93c (1 commits) 2018-10-19 brianosman@google.com Remove unused dstColorSpace from getROPixels 2018-10-19 michaelludwig@google.com Consolidate aa resolution for per-edge aa quads 2018-10-19 halcanary@google.com SkTArray: behave a little more like std::vector 2018-10-19 brianosman@google.com When checking color type in image shaders, trust SkBitmapProvider, not image 2018-10-19 halcanary@google.com SkBitSet: cleanup. Remove unused fn, more general exporter. 2018-10-19 michaelludwig@google.com Add quad type and persp/aa utilities to GrQuad 2018-10-19 mtklein@google.com clean up flattenable macro cruft 2018-10-19 brianosman@google.com Remove unused SkBitmapProvider functions 2018-10-19 brianosman@google.com Remove unused SkBitmapCacheDesc factory 2018-10-19 egdaniel@google.com Add ability for an SkDevice to handle the drawing of an SkDrawable. 2018-10-19 egdaniel@google.com Revert "ccpr: Unregister path listeners when their cache entries are evicted" 2018-10-19 bsalomon@google.com Revert "Revert "Use OpenGL sampler objects when available."" 2018-10-19 kjlubick@google.com [canvaskit] Disable effect_deserialization Created with: gclient setdep -r src/third_party/skia@42bb3604bce4 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-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;master.tryserver.blink:linux_trusty_blink_rel TBR=egdaniel@chromium.org Change-Id: I0a44a1c4c93d163f25c8f32c7283eadc1f2ad6bd Reviewed-on: https://chromium-review.googlesource.com/c/1291911Reviewed-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@{#601259}
-
Cathy Li authored
This fixes issues on smaller screens or "Large" displays where the 4th column is cut off Bug: 896492 Change-Id: I3d3600bdfec5665f843840f59bba5e0adb5b9a7b Reviewed-on: https://chromium-review.googlesource.com/c/1287253 Commit-Queue: Cathy Li <chili@chromium.org> Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#601258}
-
Mikel Astiz authored
ModelTypeWorker et al need to be updated to support PASSWORDS, which is the only datatype with a custom encryption mechanism (always encrypted). This involves implementing logic analogous to the directory counterpart, which uses passwords-specific proto fields and other requirements like clearing out certain fields if custom passphrase is set. The introduced code changes are not exercised in production yet because there's no USS (or pseudo-USS) implementation for PASSWORDS. Bug: 856941,870624 Change-Id: Iae7c9a9a76f87dbd2406ed8e56589dc629f07c6a Reviewed-on: https://chromium-review.googlesource.com/c/1288537 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#601257}
-
Sahel Sharify authored
This cl enables BrowserSideFlingBrowserTest.TouchpadFlingBubblesFromOOPIF to see if it still flakes or not. I expect the test to be stable after the changes that landed in https://chromium-review.googlesource.com/c/chromium/src/+/1289515 TBR=creis@chromium.org Bug: 894703 Change-Id: I17164061e0d41886eb73537936cac94e61a91011 Reviewed-on: https://chromium-review.googlesource.com/c/1291811Reviewed-by:
Sahel Sharify <sahel@chromium.org> Commit-Queue: Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#601256}
-
Roberto Carrillo authored
This is to validate that the merge logic is correct before adding larger targets. TBR=liaoyuke,stgao,jbudorick Change-Id: Ia7c53c8f1f9731b143aafff6aedccc1ac6cf5413 Reviewed-on: https://chromium-review.googlesource.com/c/1291991Reviewed-by:
Roberto Carrillo <robertocn@chromium.org> Reviewed-by:
Shuotao Gao <stgao@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Commit-Queue: Roberto Carrillo <robertocn@chromium.org> Cr-Commit-Position: refs/heads/master@{#601255}
-
Mikel Astiz authored
This patch extends SyncableServiceBasedBridge (core to pseudo-USS) with support for encryption, via a newly introduced interface (ModelCryptographer), which needs to be usable in the model thread (where the bridge lives). This should unblock the migration of PASSWORDS to pseudo-USS, because password data must be encrypted at all times. This is a first step of a proposal described in a dedicated section in the Design Doc: https://docs.google.com/document/d/14ScYZ0sop921gjBwXuReIEuQJlwftqkuSM1jMK_A_x4/edit#heading=h.ev0xr4j8pkot Actual usage of this functionality will be introduced in follow-up patches. Bug: 870624 Change-Id: I227d429dc952bfe1a3a4fb05cd1ab71cac9ba1c6 Reviewed-on: https://chromium-review.googlesource.com/c/1288594 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#601254}
-
Steven Bennetts authored
The CL: * Introduces keyboard.mojom.KeyboardEnableState, an enum used to track the various states that control whether the virtual keyboard should be enabled. Some states enable the keyboard, others disable it. * Moves ownership of the states and the state machine to determine when the keyboard should be enabled to KeyboardController. * Adds mojo interfaces to set and clear states, get the current enabled state, and explicitly reload the keyboard. Note: All mojo API calls to change an enable state will also enable or disable the keyboard accordingly. This is consistent with existing logic where these calls are made so should not change any behavior. Note: Not all calls to keyboard_util.cc helpers have been replaced, including a few in src/chrome, only places where no additional re-factoring is required were changed. Bug: 843332 Change-Id: Ic1741188e2e1ccafda4ad95a71063462ac7f52ff From original CL: TBR=tsepez@chromium.org,shend@chromium.org Change-Id: Ic1741188e2e1ccafda4ad95a71063462ac7f52ff Reviewed-on: https://chromium-review.googlesource.com/c/1291350Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#601253}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/9ead811969b6..cdebbeb8cca2 git log 9ead811969b6..cdebbeb8cca2 --date=short --no-merges --format='%ad %ae %s' 2018-10-19 thestig@chromium.org Roll v8/ c623fabe5..604c50c84 (9 commits) Created with: gclient setdep -r src/third_party/pdfium@cdebbeb8cca2 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: I28cd2b9b4aab3c5db4f3da8c7dba5d33ba7bb805 Reviewed-on: https://chromium-review.googlesource.com/c/1291910Reviewed-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@{#601252}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ab631ca2c962..0f44307feaae Created with: gclient setdep -r src-internal@0f44307feaae 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: If8e5e068f2904c12f52b6f2436ccdc77fc9ccc6a Reviewed-on: https://chromium-review.googlesource.com/c/1291753Reviewed-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@{#601251}
-
Ben Pastene authored
Bug: 896410 Change-Id: I1b2825dfe67c7895b1152c854303d79b9d4a20fb Reviewed-on: https://chromium-review.googlesource.com/c/1292049Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#601250}
-
Jialiu Lin authored
Clean up my TODOs. Most of them are no longer needed. Change-Id: I1b9f84ebb40da23ec39c711f9ffef3428319b414 Reviewed-on: https://chromium-review.googlesource.com/c/1289777Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Jialiu Lin <jialiul@chromium.org> Cr-Commit-Position: refs/heads/master@{#601249}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/429fb7c2bca7..0537b6aba1bd git log 429fb7c2bca7..0537b6aba1bd --date=short --no-merges --format='%ad %ae %s' 2018-10-19 dproy@google.com Merge "Make chrome trace overview timeline very fast" 2018-10-19 dproy@google.com Merge "Add process grouping for chrome traces" Created with: gclient setdep -r src/third_party/perfetto@0537b6aba1bd The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-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=perfetto-bugs@google.com Change-Id: I482e0cd133ca550c00d9b7b64f7c556734f9d7de Reviewed-on: https://chromium-review.googlesource.com/c/1291755Reviewed-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@{#601248}
-
Navid Zolghadr authored
We added a sampling scheme when ukm was introduced back in the day to control the amount of data we report to the server. Now that there is a general mechanism for controling the data we can remove our own version of resampling and rely only on the dashboard team to take care of that. Bug: 895463 Change-Id: If23332437205aa027b77a1140f28b9492692791a Reviewed-on: https://chromium-review.googlesource.com/c/1283941Reviewed-by:
Sahel Sharify <sahel@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#601247}
-
Chris Palmer authored
Make function names the same kinds of phrases (predicates: "IsFoo" and "HasFoo"); consistent use of curly braces to avoid visual confusion; use positive conditions (`DCHECK(success, ...)`). Bug: 879237 Change-Id: I0157f5676bddd7f8a806b5ece9e95792fbbe3ed0 Reviewed-on: https://chromium-review.googlesource.com/c/1289957 Commit-Queue: Chris Palmer <palmer@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#601246}
-
Leonard Grey authored
Change-Id: I0f1296099e03ea5c7e585bec8a9d8c57850b0d15 Reviewed-on: https://chromium-review.googlesource.com/c/1291233Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#601245}
-
Greg Kerr authored
The nacl loader process, used only on macOS, currently tries to load an invalid profile type under the V2 sandbox. This loads the correct type. This also adds necessary IOKit resource access to the nacl sandbox profile. Bug: 892554 Change-Id: I3118c00a17502efdd88545ef35e81e3a480d2f15 Reviewed-on: https://chromium-review.googlesource.com/c/1289070Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Derek Schuff <dschuff@chromium.org> Commit-Queue: Greg Kerr <kerrnel@chromium.org> Cr-Commit-Position: refs/heads/master@{#601244}
-
Xianzhu Wang authored
This is a reland of dcf5246f The fix is to ensure the logger has proper log level. Original change's description: > [run_web_tests] Initialize printer earlier > > This allows logging before creating the port. > > Bug: 896799 > Change-Id: I3198fcaeb8d64d748a12d9882cddc273a9e3efe6 > Reviewed-on: https://chromium-review.googlesource.com/c/1289305 > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> > Reviewed-by: Dirk Pranke <dpranke@chromium.org> > Reviewed-by: Ned Nguyen <nednguyen@google.com> > Cr-Commit-Position: refs/heads/master@{#601049} Bug: 896799 Change-Id: I7145e2aebf122c6fecf0732d56a81a808cffbe4d Reviewed-on: https://chromium-review.googlesource.com/c/1291358Reviewed-by:
Ned Nguyen <nednguyen@google.com> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#601243}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/b4d999866772..a31f315c7410 git log b4d999866772..a31f315c7410 --date=short --no-merges --format='%ad %ae %s' 2018-10-19 dgarrett@google.com chromeos_config: Migrate master-paladin to swarming. Created with: gclient setdep -r src/third_party/chromite@a31f315c7410 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: I6d90a6f1db9520ba2d16a0ecd8fb1de6c41921b1 Reviewed-on: https://chromium-review.googlesource.com/c/1291750Reviewed-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@{#601242}
-
Robert Liao authored
This provides more API coverage to the MaterialDesignController. BUG= TBR=sky@chromium.org base/test MaterialDesignController test changes. Change-Id: I3898ceb03e3aa7a4096d22aa059720b3ae368858 Reviewed-on: https://chromium-review.googlesource.com/c/1289991Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#601241}
-
Xiaocheng Hu authored
This patch refactors the function to reduce code duplicacy by reusing NGCaretPosition::ToPositionInDOMTreeWithAffinity(). The refactoring also helps implementation of bidi caret affinity. Bug: 894651 Change-Id: I114b65cfbf85966c3daf959da93e0a48a4fe170f Reviewed-on: https://chromium-review.googlesource.com/c/1291780 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#601240}
-
Scott Violet authored
on linux/chromeos with asan tests. This test occasionally triggers leaks, which leads to noise. BUG=897209 TEST=test only change TBR=hbos@chromium.org Change-Id: I62aa05f5213e85edcc4dfab138b0ec316eaf06d4 Reviewed-on: https://chromium-review.googlesource.com/c/1291990Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#601239}
-
Ehsan Karamad authored
The static map from process ID to filter (introduced in CL 1240635) is created on UI thread where the (first) ExtensionsGuestViewMessageFilter is added and the subsequent insertions into the map is also done on UI thread. Due to some dependencies on GuestViewMessageFilter, ExtensionGuestViewMessageFilter is destroyed on the IO thread. This opens up a way to thread race bugs between IO and UI thread when inserting and deleting entries; possibly one instance of such bugs is a recent crash spiked after this CL. This CL fixes the issue by 1- Only setting the value of the map to nullptr when the filter is destroyed 2- Post task to UI thread to remove the actual key (with null nullptr) from the static map. Bug: 896791 Change-Id: I7b707f638fb37c8038ce78ca435f92ca3d2263bc Reviewed-on: https://chromium-review.googlesource.com/c/1291213Reviewed-by:
James MacLean <wjmaclean@chromium.org> Reviewed-by:
Ehsan Karamad <ekaramad@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#601238}
-
Weidong Guo authored
Background: Two times of continuous swipe up from bezel breaks scroll event in app list because second scroll begin event will be consumed by shelf layout manager, which makes subsequent scroll events go into shelf layout manager instead of app list. Changes: Avoid consuming the scroll event when launcher is visible. Bug: 896934 Change-Id: I46c9ad8f43a15160b890e5a6d4485dbb3e6bed3d Reviewed-on: https://chromium-review.googlesource.com/c/1291788Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Weidong Guo <weidongg@chromium.org> Cr-Commit-Position: refs/heads/master@{#601237}
-
Wez authored
Crash can locate particular entries in a stack by scanning for start & end markers with unusual values. We add start & end markers around the |str_stack| copy of the LogMessage string, created when we're about to crash the process due to a FATAL level log message. Bug: 802393 Change-Id: I8fd462cc515ddbefb8c7b34363eea848171aa776 Reviewed-on: https://chromium-review.googlesource.com/c/1201344Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#601236}
-
Peter Boström authored
Removes a significant amount of duplicated and more complicated SetProperty(views::kHighlightPathKey... calls. Bug: chromium:888204 Change-Id: I60761bc66e0340be783ca7bd7a31216874231b6c Reviewed-on: https://chromium-review.googlesource.com/c/1281908Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#601235}
-
P Raviraj Sitaram authored
crrev.com/c/1181464 added platform check for platforms kabylake and above. For Geminilake cpuid starts from 0x7A rather than first kabylake platform id programmed. BUG: b:117256558 TEST: compile video_decode_accelerator_unittest on Geminilake platform run ./video_decode_accelerator_unittest \ --test_video_data=test-25fps.vp9:320:240:250:250:35:150:12 Change-Id: Ib0da3391e6cf62c2d6bcd23cd5b125da646f0039 Signed-off-by:P Raviraj Sitaram <raviraj.p.sitaram@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/1273396Reviewed-by:
Dongseong Hwang <dongseong.hwang@intel.com> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Justin TerAvest <teravest@chromium.org> Commit-Queue: Justin TerAvest <teravest@chromium.org> Cr-Commit-Position: refs/heads/master@{#601234}
-
Brad Hall authored
https://chromium.googlesource.com/infra/luci/client-py.git/+log/486c9b53c4d5..f78187ab7712 $ git log 486c9b53c..f78187ab7 --date=short --no-merges --format='%ad %ae %s' 2018-10-19 bradhall Add optional-dimension argument to swarming 2018-10-08 robertocn [run_isolated] Replace parameters in environment variables. 2018-09-28 borenet Fix symlink bug in file_path.set_read_only() 2018-09-24 maruel [client] improve NamedCache logging 2018-09-24 maruel [client] fix unit test on macOS 2018-09-10 maruel [client] Enforce missing named cache hints 2018-09-04 brucedawson Print precise instructions on collecting swarming results 2018-09-04 maruel [client] fix condition for object 2018-08-31 brucedawson Update README.md with contribution instructions 2018-08-31 brucedawson Print details when kill(9) fails 2018-08-29 maruel [client] Implement the bot side of named cache size hint 2018-08-10 maruel [client] round time in LRU at the second 2018-08-08 maruel [client] uninstall in reverse order 2018-08-03 maruel [client] stop trimming cache in run_isolated 2018-08-01 maruel client: Add Cache.save() 2018-07-25 maruel [client] Overhaul temporary directory override in run_isolated Created with: roll-dep src/tools/swarming_client Bug: 871453 Change-Id: I6ab8a24b99a1424e4ed30835cb75ac14b116507f Reviewed-on: https://chromium-review.googlesource.com/c/1291779Reviewed-by:
Ben Pastene <bpastene@chromium.org> Reviewed-by:
Marc-Antoine Ruel <maruel@chromium.org> Commit-Queue: Brad Hall <bradhall@google.com> Commit-Queue: Marc-Antoine Ruel <maruel@chromium.org> Cr-Commit-Position: refs/heads/master@{#601233}
-
Toni Barzic authored
The app was used as a wrapper around Web Store Widget UI. The widget provides way of displaying filtered list of extensions in Chrome Web Store and is able to request an extension installation. The widget itself is still used in Files app, but the Web Store Widget component app, which was used to list printer provider extensions for a printer when the printer gets plugged in is not used anymore (https://crbug.com/734161), and can be removed. This removes APIs specific to the Web Store Widget app, and stops loading the app in component loader. A CL that removes the app implementation itself will follow. BUG=839992 Change-Id: I06a71ed1527ea41ac6b464c1cad1a7a7279e753f Reviewed-on: https://chromium-review.googlesource.com/c/1289439 Commit-Queue: Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#601232}
-
Evan Stade authored
The suppression is obsolete and the tests already work. Bug: 791148 Change-Id: Ifc90e869376cc2833062ab54d32dd93c87f4ad3f Reviewed-on: https://chromium-review.googlesource.com/c/1291786Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#601231}
-
Ben Pastene authored
With four retries, that's a total of up to 30s of sleeping. Bug: 892670 Change-Id: I59a870316bbd98e707907dfcb53c82a53a7beab9 Reviewed-on: https://chromium-review.googlesource.com/c/1291711Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#601230}
-
rajendrant authored
This is a reland of adb22130 Original change's description: > NetworkService: Report data use of URLLoader to browser process > > When the requests complete, the total received and sent bytes are sent > to browser process. ChromeDataUseMeasurement records metrics on Chrome-services > data usage and updates metrics service. > > Subsequent CLs will record more metrics and also report this to data > reduction proxy settings page. > > When NetworkService is disabled, DataUseMeasurement will get network > delegate callbacks and record metrics. > > Bug: 808498 > Cq-Include-Trybots: luci.chromium.try:linux_mojo > Change-Id: I113e480e4e1c67a65ff7461eb5ae2166a6b038d2 > Reviewed-on: https://chromium-review.googlesource.com/c/1274202 > Commit-Queue: rajendrant <rajendrant@chromium.org> > Reviewed-by: Tarun Bansal <tbansal@chromium.org> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > Cr-Commit-Position: refs/heads/master@{#600928} TBR=kinuko@chromium.org Bug: 808498 Change-Id: I341012581527fefeb6fd23ff16af4ed3a8373aa7 Cq-Include-Trybots: luci.chromium.try:linux_mojo Reviewed-on: https://chromium-review.googlesource.com/c/1290522 Commit-Queue: rajendrant <rajendrant@chromium.org> Reviewed-by:
rajendrant <rajendrant@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#601229}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/c5a6d259c2fb..715afb0cea5a git log c5a6d259c2fb..715afb0cea5a --date=short --no-merges --format='%ad %ae %s' 2018-10-19 stevenperron@google.com Add a nullptr check to array copy propagation. (#1987) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@715afb0cea5a The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-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=dsinclair@chromium.org Change-Id: I56ccfc5cf73ffe353a87a55f73084b4bd038d03b Reviewed-on: https://chromium-review.googlesource.com/c/1291754Reviewed-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@{#601228}
-