- 12 Jun, 2018 40 commits
-
-
Vaclav Brozek authored
This CL extends the browser-side FormData parser in password manager to use server predictions to determine roles of input fields. This support is incomplete and does not handle well partial predictions yet, e.g., if only the USERNAME is predicted. It also does not handle the "NOT_PASSWORD" prediction. Those will get addressed in separate CLs. Bug: 845426 Change-Id: If8e444fb865c2c8358b122fed875386a9aa05ec8 Reviewed-on: https://chromium-review.googlesource.com/1087066 Commit-Queue: Vaclav Brozek <vabr@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#566388}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/8c6b49718210..0e2608e84fe5 git log 8c6b49718210..0e2608e84fe5 --date=short --no-merges --format='%ad %ae %s' 2018-06-12 skia-bookmaker@skia-swarming-bots.iam.gserviceaccount.com Update markdown files Created with: gclient setdep -r src/third_party/skia@0e2608e84fe5 The AutoRoll server is located here: https://autoroll.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=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=csmartdalton@chromium.org Change-Id: I9718923a5d3260226083d1d33cdbd995462ef35f Reviewed-on: https://chromium-review.googlesource.com/1096705Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#566387}
-
Oriol Brufau authored
These properties provide the author with the ability to control paddings through logical, rather than physical, direction and dimension mappings. Intent to Implement and Ship: CSS flow-relative margins, paddings and borders https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/tkN-r119eNc Spec: https://drafts.csswg.org/css-logical/#padding-properties BUG=850000 TEST=external/wpt/css/css-logical/logical-box-padding.html The test still has some failures because sideways writing modes have not been implemented yet (http://crbug.com/680331). Change-Id: Ic76da56385f2ef8c9638f90c9a358e4874d7c338 Reviewed-on: https://chromium-review.googlesource.com/1091313Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Yoav Weiss <yoav@yoav.ws> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#566386}
-
David Bokan authored
SVG images are hosted from their own Page object which has its own VisualViewport. Currently, we don't set the size on the VisualViewport in this configuration which breaks some functaionality in the class, for example, the maximum scroll offset is wrong since the size is empty but the FrameView's (the visual viewport's scrollable contents) isn't. This doesn't cause issues at the moment because the visual viewport isn't consulted in painting the SVG. However, with blink-gen-property-trees turned on, the visual viewport will add its own paint property nodes which can cause problems if the viewport's state is inconsistent. Bug: 840017 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: If62c0e18fa9a6eb9cfe7f059ff5604f262af82fd Reviewed-on: https://chromium-review.googlesource.com/1096010 Commit-Queue: David Bokan <bokan@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#566385}
-
Rune Lillesveen authored
The goal is to remove the need for a pseudo style cache for pseudo elements which have a PseudoElement on which we store a ComputedStyle and a LayoutObject. This CL removes an extra call to PseudoStyle() which would access the pseudo style cache to re-retrieve the ComputedStyle(). Instead use GetNonAttachedStyle() which would be set by the RecalcStyle() call for re-attachment, or to null if the PseudoElement is no longer needed. Bug: 836126 Change-Id: Ide807be656843fcbfad35fce7b2f3ed1c858a0f6 Reviewed-on: https://chromium-review.googlesource.com/1096761Reviewed-by:
Anders Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#566384}
-
Farah Charab authored
Use AddScaled instead of custom aggregating logic in scheduler task duration histograms and switch scale from seconds to milliseconds. Bump versions for the affected histograms. BUG=809668 Change-Id: Ie138671956108c0d0ea45a34209020737c9f25a1 Reviewed-on: https://chromium-review.googlesource.com/966903 Commit-Queue: Farah Charab <farahcharab@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#566383}
-
Fredrik Söderquist authored
Assigning the HitTestResult used for the PaintLayer will corrupt (reset) any result acquired previously. So results from the foreground phase would be erased by any later phase(s). Use HitTestResult::Append instead if we're performing a list-based hit-test. Bug: 849617 Change-Id: I5f53cad7e8396377815af51bd52db924b3fe6d5a Reviewed-on: https://chromium-review.googlesource.com/1095182 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#566382}
-
Henrik Boström authored
TBR=guidou@chromium.org NOTRY=True Bug: 777617 Change-Id: Ia6e81728d3dfac35c9b1724252e7539b3aae181a Reviewed-on: https://chromium-review.googlesource.com/1096944Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#566381}
-
Vaclav Brozek authored
As pointed out in a chromium-dev discussion [1], PasswordHashData is the only piece of the password_manager component used in //chromeos. However, it is part of a target which ultimately depends on a big chunk of components. This CL therefore isolates the struct to a separate target with no dependencies other than base and crypto. It also ensures that the struct is always initialized and const methods marked as such. Finally, it also moves the older and related SyncPasswordData struct and some helper functions into the new target, to avoid reintroducing the large dependencies through HashPasswordManager. [1] https://groups.google.com/a/chromium.org/d/msg/chromium-dev/nX63vp-75_U/h7H19i9dAQAJ Bug: 850931 Change-Id: I0733f46bbc924bf63c43ff3cf25b148c2baef8e8 Reviewed-on: https://chromium-review.googlesource.com/1092863 Commit-Queue: Vaclav Brozek <vabr@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#566380}
-
Ramin Halavati authored
Remove debug data from traffic annotation FYI tests. Change the script to be not sensitive to error text and fail only if the test returns non-zero error code. Bug: 844014 Change-Id: If48630e5730d391aef86ce68bbc513bed796cdbb TBR: georgesak@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1096769Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#566379}
-
Elad Alon authored
One motivation for this, is to avoid the last log captured on a business day from expiring over the weekend, before it has a chance to be uploaded. Bug: 775415 Change-Id: I2f750b6c558e49f6a179f32f4a708fb5b997dbf2 Reviewed-on: https://chromium-review.googlesource.com/1096760Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Elad Alon <eladalon@chromium.org> Cr-Commit-Position: refs/heads/master@{#566378}
-
Daniel Bratell authored
In jumbo build experiments, one obstacle for using jumbo for chrome/ui is that there are too many kIconSize is the global anonymous namespace. This patch renames them according to their use, but other options are available (and are used) such as moving the constants into the functions where they are used or into a less global namespace. Bug: 773275 Change-Id: I62db42da677cffc53087aede879deaf5245b3640 Reviewed-on: https://chromium-review.googlesource.com/1076237Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#566377}
-
Bernhard Bauer authored
With the removal of Chrome Home code, this code is now dead. Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Id8a1613c4119707418b2ff2fa3582c368072c71e Reviewed-on: https://chromium-review.googlesource.com/1087270Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Friedrich Horschig <fhorschig@chromium.org> Commit-Queue: Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#566376}
-
Yuichiro Hanada authored
Code under ui/keyboard should be used only on Chrome OS. This CL stop s keyboard_unittests from running on non Chrome OS buildbots. Bug: 847109 Test: trybots Change-Id: I75d8c34d0ba575d45ac7bf981a167b469755ed90 Reviewed-on: https://chromium-review.googlesource.com/1006742 Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Shu Chen <shuchen@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#566375}
-
Kent Tamura authored
custom-elements: Element created by createElementNS(ns, qname, options) with valid custom element name and undefined options should be upgraded immediately createElementNS(XHTML_NS, 'my-element', undefined) was not being upgraded immediatedly, though both createElementNS(XHTML_NS, 'my-element') and createElementNS(XHTML_NS, 'my-element', {}) were. Bug: 841725 Change-Id: Iccc4f0e98b1de65288381dd9ac106e71bfc5d0c8 Reviewed-on: https://chromium-review.googlesource.com/1096812Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#566374}
-
Sylvain Defresne authored
Bug: 798408 Change-Id: I53b9d7f84ab95aece369e4ec37db687ce70b3a4c Reviewed-on: https://chromium-review.googlesource.com/1095016 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#566373}
-
Naoki Fukino authored
This CL adds a command to toggle the visibility of hidden Android folders, and add a gear menu option item corresponding to the new command. Bug: 851385 Test: Manually tested. Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I30e3fb385e7e6f801f23259a2b6905a8e2615f83 Reviewed-on: https://chromium-review.googlesource.com/1096802 Commit-Queue: Naoki Fukino <fukino@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#566372}
-
Mark Cogan authored
This CL adds drag support to the tab grid page control using the standard UIControl touch-tracking methods. It updates the behavior of the control to call ValueChanged actions when the control is dragged, and TouchUpInside actions when a new segment is selected. Bug: 849649 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I365c8447f4e6ef215a7558bdab2522867154be38 Reviewed-on: https://chromium-review.googlesource.com/1093470 Commit-Queue: Mark Cogan <marq@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#566371}
-
Igor authored
Clean up of some files from chromeos. Bug: None Test: Code compiles Change-Id: I6ce3866f1f599f3c7b548f3ac34065aba40dc63a Reviewed-on: https://chromium-review.googlesource.com/715738Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Igor <igorcov@chromium.org> Cr-Commit-Position: refs/heads/master@{#566370}
-
Sylvain Defresne authored
All the code has been converted to use base::BindOnce or base::BindRepeating, so remove the old deprecated functions. Bug: 701275 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I42b9e3ee5446c6d7fab43572d7fbb29f78b798e2 Reviewed-on: https://chromium-review.googlesource.com/1095259Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#566369}
-
webrtc-chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/6c789e08d522..9614a313b836 git log 6c789e08d522..9614a313b836 --date=short --no-merges --format='%ad %ae %s' 2018-06-12 thomasanderson@chromium.org Remove manual references to exe_and_shlib_deps 2018-06-12 qingsi@google.com Pass the RtcEventLog instance to ICE via JsepTransportController. Created with: gclient setdep -r src/third_party/webrtc@9614a313b836 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=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG=chromium:845700 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Idbad5d10fd3cd0e745af105e4267b8cf5098de94 Reviewed-on: https://chromium-review.googlesource.com/1096706Reviewed-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@{#566368}
-
Oriol Brufau authored
These properties provide the author with the ability to control margins through logical, rather than physical, direction and dimension mappings. Intent to Implement and Ship: CSS flow-relative margins, paddings and borders https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/tkN-r119eNc Spec: https://drafts.csswg.org/css-logical/#margin-properties BUG=850000 TEST=external/wpt/css/css-logical/logical-box-margin.html The test still has some failures because sideways writing modes have not been implemented yet (http://crbug.com/680331). Change-Id: I891c3bab3cd4ee810da0ed8e8fb907c141898817 Reviewed-on: https://chromium-review.googlesource.com/1075050Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Javier Fernandez <jfernandez@igalia.com> Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#566367}
-
Henrik Boström authored
This is in preparation for RTCRtpTransceiver/Unified Plan support. "Calling removeTrack with valid sender should set sender.track to null" Asserting that direction changes from 'sendrecv' to 'recvonly', this is explicit in the spec[1]. "Calling removeTrack with currentDirection blah should set direction to blah" The tests that meant to set up currentDirection to be 'sendrecv' or 'recvonly' before removeTrack() were incorrect. Tests updated to set up currentDirection correctly. Also updated them to use async/await because that's much nicer. These all fail because we don't have transceivers yet, but when running these changes in the RTCRtpTransceiver WIP CL[2], they all pass. [1] See step 10 of https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-removetrack [2] https://chromium-review.googlesource.com/c/chromium/src/+/1025771/ Bug: 777617 Change-Id: Ie3c077d14ea30038a06a98ecbeea475ac824dd9c Reviewed-on: https://chromium-review.googlesource.com/1095275Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#566366}
-
Tetsui Ohkubo authored
According to UX spec, notification list in UnifiedSystemTray should have the latest notification at the bottom, and the oldest notification at the top. Also, the bottom of the notification list should be pushed up when system tray is expanded. UX spec: http://shortn/_SbJoaT9xpn TEST=manual BUG=851830 Change-Id: I00e985461a2b8b8beccc5e96965ba594b618b5df Reviewed-on: https://chromium-review.googlesource.com/1090593Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#566365}
-
Findit authored
This reverts commit 586e21ec. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 566362 as the culprit for failures in the build cycles as shown on: https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzU4NmUyMWVjNGZkOWE1ZDQ3YjY2NjI4YmJjYTI3MjgyNDIwMzkxYTMM Sample Failed Build: https://ci.chromium.org/buildbot/chromium/Linux%20x64/66085 Sample Failed Step: compile Original change's description: > [scheduler] Add a perftest to measure basic scheduling costs. > > Change-Id: Idda9f71ae005250848fd2a118e5c4344e36be452 > Reviewed-on: https://chromium-review.googlesource.com/1085295 > Reviewed-by: Alex Clarke <alexclarke@chromium.org> > Commit-Queue: Alexander Timin <altimin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#566362} Change-Id: Ie33113aec2652806e27fb627d93392b0fcb7d2f1 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/1096775 Cr-Commit-Position: refs/heads/master@{#566364}
-
Joel Hockey authored
Verify that entries have been added or removed using waitForFiles rather than tree-item-autogen-id values. This makes the test more resilient to any changes in the navigation tree that might cause IDs to change. Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I953eb315c77ceaca31a3d7c529d1232a3b362ba3 Reviewed-on: https://chromium-review.googlesource.com/1092560Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#566363}
-
Alexander Timin authored
Change-Id: Idda9f71ae005250848fd2a118e5c4344e36be452 Reviewed-on: https://chromium-review.googlesource.com/1085295Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#566362}
-
Dominic Battre authored
This CL removes the following characters from generated passwords as they are visually not easy to distinguish and users may still need to type a generated password from time to time: - l (lowercase L) - I (capital i) - 1 (one) - O (capital o) - 0 (zero) - o (lowercase O) Bug: 846694 Change-Id: Iea1a62abf6565bcad74a2ff762c0ad69bb36eba0 Reviewed-on: https://chromium-review.googlesource.com/1096756Reviewed-by:
Vaclav Brozek <vabr@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#566361}
-
A Olsen authored
Certain policies contain JSON - that is, for the admin to use them properly, they should set them to a JSON string that conforms to a particular schema. Until this change, that JSON was not being validated, and errors were not getting reported to the user. This change adds validation schemas for two JSON policies - DefaultPrinterSelection and AutoSelectCertificateForUrls - and adds a histogram for tracking how often JSON policies fail validation. However, it doesn't actually enable validation of these schemas yet. == More details: SimpleJsonStringSchemaValidatingPolicyHandler changes: Type mismatches are always rejected - that is, if the value is not a string or a list of strings (whichever is appropriate) it is rejected. SimpleJsonStringSchemaValidatingPolicyHandler is changed slightly in this CL so that type errors are validated first, then JSON errors second, with some leniency if the allow_embedded_json_errors_ flag is set. Unit tests: Added some unit tests for SimpleJsonSchemaValidatingPolicyHandler. (I should have added these last CL). Bug: 834804 Change-Id: I8e7fd2097e5aad37636862543958f4a803fa018d Reviewed-on: https://chromium-review.googlesource.com/1078751 Commit-Queue: A Olsen <olsen@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Reviewed-by:
Lutz Justen <ljusten@chromium.org> Cr-Commit-Position: refs/heads/master@{#566360}
-
Tarun Bansal authored
Bug: 817049 Change-Id: Ic58e5688b0bb14803a9b6f01100500dd567b9fbc Reviewed-on: https://chromium-review.googlesource.com/1066919 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#566359}
-
Koji Ishii authored
This patch removes 74 flag-specific baselines that match to their base expectations, probably due to multiple rebaselines. TBR=atotic@chromium.org, cbiesinger@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: If239268ac7517c0d2055dab7ad43d782e53a6c49 Reviewed-on: https://chromium-review.googlesource.com/1096803 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#566358}
-
Marc Treib authored
Followup to https://crrev.com/c/1089061 and https://crrev.com/c/1090836. This one mostly adds tests around refresh token removal and invalid refresh tokens. Bug: 842697 Change-Id: Ib41a6030dc1f5e5a53995f294467d83611d212c5 Reviewed-on: https://chromium-review.googlesource.com/1091057 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#566357}
-
Joel Hockey authored
* Run from gen/ui/file_manager/file_manager/test.html when testing on the bots rather than src. The change here is for the create_test_main.py script to use correct relative paths from gen dir for resources that are loaded. * Group tests into multiple scopes to be run separately. Bug: 813477 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ia9a354ea6cf7a6f765fb0cdf73d7041a8286e1ec Reviewed-on: https://chromium-review.googlesource.com/1092212Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#566356}
-
Mahesh Machavolu authored
ShowSelectionMenu queries for TouchHandle height while passing this information to Java for positioning the Floating Popup Menu. Only Start Handle height is being queried at all times. During an active selection, it is possible Start Handle is hidden but End handle is only visible. In these cases, Start handle height would be zero. So, return end handle height in these cases. Bug: 851346 Change-Id: I087d12d95b86abfc1068d4fb9f331837912ca7a9 Reviewed-on: https://chromium-review.googlesource.com/1094818 Commit-Queue: AJITH KUMAR V <ajith.v@samsung.com> Reviewed-by:
AJITH KUMAR V <ajith.v@samsung.com> Reviewed-by:
Mohsen Izadi <mohsen@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#566355}
-
David 'Digit' Turner authored
The Java LibraryLoader and Linker classes are going to be merged in a future CL. As a preparation step, this CL only deals with the corresponding JNI methods, by moving all of them to base/android/linker/linker_jni.cc. BUG=NONE R=agrieve@chromium.org, pasko@chromium.org, rmcilroy@chromium.org Change-Id: Idb2cb4ff49041b036146b5e5888123e4094dfa41 Reviewed-on: https://chromium-review.googlesource.com/1095040 Commit-Queue: David Turner <digit@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#566354}
-
Siddhartha authored
The metric recorded is over 1GB limit most ofthe times. BUG=843419 Change-Id: I199c2ed548f28be99d37fe797e0fad47a8d71fb2 Reviewed-on: https://chromium-review.googlesource.com/1096420 Commit-Queue: Siddhartha S <ssid@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#566353}
-
Jan Wilken Dörrie authored
This change implements IsPowered() and SetPowered() for WinRT Bluetooth Adapters using the UWP API. While this API is not yet available when running x86 binaries on an x64 system, it works fine for x64 binaries. Bug: 821766 Change-Id: I7e3cbc30a610d1cf9caea55f2a5feb42725f5a5c Reviewed-on: https://chromium-review.googlesource.com/1085907 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#566352}
-
Ilya Nikolaevskiy authored
It ended up not used anywhere (a separate media switch is used instead). Bug: chromium:794608 Change-Id: I84c502dabb1e1e59b541983643ea3c09bffd1b30 Reviewed-on: https://chromium-review.googlesource.com/1092574Reviewed-by:
Henrik Boström <hbos@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Ilya Nikolaevskiy <ilnik@chromium.org> Cr-Commit-Position: refs/heads/master@{#566351}
-
Sasha Morrissey authored
Update FileManagerPrivate.getEntryProperties() call to return capabilities (permissions) for entries as well. Bug: 719959 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I40fbb9665afb4cd0a3c1d6124a2543db55ac89d0 Reviewed-on: https://chromium-review.googlesource.com/1068767 Commit-Queue: Sasha Morrissey <sashab@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#566350}
-
Gyuyoung Kim authored
Revert "Reland: Call blink::WebMemoryCoordinator::OnPurgeMemory in RenderThreadImpl::ReleaseFreeMemory" This reverts commit f3ab72bc. Because this CL caused about 11% performance regression on Android. TBR=haraken@chromium.org, kbr@chromium.org Bug: 850977 Change-Id: Iaeb2697bbd4651bf40d6e437ff2a7efe19c647b0 Reviewed-on: https://chromium-review.googlesource.com/1096575Reviewed-by:
Gyuyoung Kim <gyuyoung.kim@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung.kim@lge.com> Cr-Commit-Position: refs/heads/master@{#566349}
-