- 19 Sep, 2017 40 commits
-
-
rbpotter authored
The collate checkbox looks odd in languages (Hindi, Russian) where the "Collate" text is too long and the box is pushed onto another line (below the "Copies" input box). Make the input box + checkbox look like the scaling input box + fit to page checkbox in languages where this is the case. Bug: 763339 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ifd83fdb5c274beafcf790b3f469804980c47f6b2 Reviewed-on: https://chromium-review.googlesource.com/662177Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#502890}
-
John Budorick authored
The tests on chromium.swarm don't specify the logdog butler CIPD package, so the butler isn't available. logdog_wrapper handled this gracefully prior to crrev.com/897b0280. This CL makes it do so again. TBR=bpastene@chromium.org Bug: 721889 Change-Id: I9aa1196098c52f2e829c1c1f8fcff950e1469a33 Reviewed-on: https://chromium-review.googlesource.com/672670Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#502889}
-
Rijubrata Bhaumik authored
LUMINANCE_F16 has following issues: 1. GL_LUMINANCE (as well as GL_ALPHA) is deprecated. 2. GpuMemoryBuffer cannot support LUMINANCE_F16. 3. LUMINANCE_F16 requires cpu int-to-float conversion. This CL introduces a media switch "kUseR16Texture" feature to use R16_EXT. If we get better power/performance numbers, we can enable R16_EXT by default. R16_EXT is : + intuitive + filterable + no int to half float CPU conversion + GpuMemoryBuffer can support R16_EXT Bug: 445071, 624436 Change-Id: I9390d15c1e3b9bb5e1f2825d7338a1b0dca1e8c5 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Reviewed-on: https://chromium-review.googlesource.com/663660 Commit-Queue: Rijubrata Bhaumik <rijubrata.bhaumik@intel.com> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Fredrik Hubinette <hubbe@chromium.org> Cr-Commit-Position: refs/heads/master@{#502888}
-
Nicolas Dossou-gbete authored
Changes PartialBindCallback to be an interface rather than an abstract class, which allow using lambdas and method references as argument to methods taking PartialBindCallback. Bug: None Change-Id: I52429c7f6cd2cddbe6f0cfbe5f621c0a993c0c39 Reviewed-on: https://chromium-review.googlesource.com/672946 Commit-Queue: Nicolas Dossou-Gbété <dgn@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#502887}
-
Jay Civelli authored
In order to make it easier to track down leaked AutoCloseableRouter, adding the stacktrace of the allocation location of the leaked AutoCloseableRouter. Bug: 725661 Change-Id: Id5496c881747013a37a77e8e5127d4d78347e749 Reviewed-on: https://chromium-review.googlesource.com/672005Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#502886}
-
Evan Stade authored
Bug: 756085 Change-Id: I65d9171a836480df69484fba1fae7d1d1c6283d8 Reviewed-on: https://chromium-review.googlesource.com/669678 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#502885}
-
Jay Civelli authored
Changing printing::PWGRasterConverter to use Mojo. Moving the generation code from printing_handler.cc to its own file. Bug: 758355 Change-Id: Iaeca1665cd49c08794a6146e7ee75c694bf946d8 Reviewed-on: https://chromium-review.googlesource.com/636743Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#502884}
-
Shivani Sharma authored
Bug: 751111 Change-Id: I03fc65fd2908018620b40eafb10f800d283233de Reviewed-on: https://chromium-review.googlesource.com/673087Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Commit-Queue: Shivani Sharma <shivanisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#502883}
-
danakj authored
This is part of the display compositor so belongs in viz not with the cc layer compositor. R=staraz@chromium.org Bug: 722935 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ie8c19de1350375de05172c46b50c816f5d095de6 Reviewed-on: https://chromium-review.googlesource.com/668956 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Xingyu Zhang <staraz@chromium.org> Cr-Commit-Position: refs/heads/master@{#502882}
-
Greg Thompson authored
BUG=717091 Change-Id: I1a55237949236977eb33be307eba32aab8631db3 Reviewed-on: https://chromium-review.googlesource.com/672944Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#502881}
-
Tatiana Gornak authored
BUG=764061 Change-Id: I4d775b4543112d38076c8e0927e9f8756f31c5fd Reviewed-on: https://chromium-review.googlesource.com/672523Reviewed-by:
Nicolas Dossou-Gbété <dgn@chromium.org> Commit-Queue: Tatiana Gornak <melandory@chromium.org> Cr-Commit-Position: refs/heads/master@{#502880}
-
Sammie Quon authored
This is a reland of cc477ff2 Original change's description: > splitview: Cleanup window selector unittests. > > Move splitview window selector unittests to their own test class. > > Bug: None > Test: ash_unittests > Change-Id: I8153c916a05ef9ab6011105ca670dfc0e73ee257 > Reviewed-on: https://chromium-review.googlesource.com/661327 > Reviewed-by: Xiaoqian Dai <xdai@chromium.org> > Reviewed-by: Mitsuru Oshima <oshima@chromium.org> > Commit-Queue: Sammie Quon <sammiequon@chromium.org> > Cr-Commit-Position: refs/heads/master@{#501487} Bug: None Change-Id: If130112bdc3501d340b1c157e5b98d3af78fe5e8 Reviewed-on: https://chromium-review.googlesource.com/666039 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#502879}
-
danakj authored
The RenderPass unit tests move to viz/common. The nine patch generator is used from layers making nine patch quads, so it moves to cc/layers/ and the DrawPolygon was actually part of the BSP rendering in DirectRenderer so it moves to cc/output/. R=vmpstr@chromium.org NOTRY=true Bug: 722935 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ic2fabf8f112a3a9934b8716cdbae5823a3b91775 Reviewed-on: https://chromium-review.googlesource.com/668664 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#502878}
-
sebsg authored
Relevant section of the spec: https://www.w3.org/TR/payment-request/#constructor "If seenIDs contains option.id, then throw a TypeError. Optionally, inform the developer that shipping option IDs must be unique." Since those were the last 2 Failures for the payment-request-constructor .https.txt, removing the associates expected file. Bug: 766316 Test: blink_tests Change-Id: I65c1f924c15e134c9f5ff68649802358fc43e074 Reviewed-on: https://chromium-review.googlesource.com/671820 Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#502877}
-
Nathan Parker authored
I should have added this in http://crrev.com/c/644213 so we can access the data from M62 in the UMA frontend. Bug: 755789 Change-Id: I281b42aae437b2cf686bb3334a3edf76b05c95a9 Reviewed-on: https://chromium-review.googlesource.com/671944Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Nathan Parker <nparker@chromium.org> Cr-Commit-Position: refs/heads/master@{#502876}
-
Lei Zhang authored
This makes virtual_driver_setup_resources.grd consistent with all other GRD files, but has no immediate effect. See https://crbug.com/333201 for motivations. Change-Id: I5dc00e8b442d5933a7923551cc764473a5c88deb Reviewed-on: https://chromium-review.googlesource.com/671936Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#502875}
-
Jun Cai authored
This CL fixes some generic_sensor directory related typo at: //content/test/DEPS //services/device/generic_sensor/README.md Bug: None Change-Id: I5660b526eed6e4510e59e2c5ef1abbf84f8e586b Reviewed-on: https://chromium-review.googlesource.com/668798Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Jun Cai <juncai@chromium.org> Cr-Commit-Position: refs/heads/master@{#502874}
-
Jiaquan He authored
Some languages have larger base font sizes, which strips texts in the app list. Bug: 765786 Change-Id: I489d7f31f80f54d79d47038b5a757d1672b4ffef Reviewed-on: https://chromium-review.googlesource.com/671411 Commit-Queue: Jiaquan He <hejq@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#502873}
-
Bence Béky authored
This is to make unittests more relevant to real world server responses. In particular, the following NetLogs all capture RST_STREAM instead of GOAWAY sent by the server: * https://crbug.com/685741#c2 * https://crbug.com/709827#c2 * https://crbug.com/713851#c9 * https://crbug.com/717329#c8 * https://crbug.com/756828#c4 Also, while RFC7540 does not specify, HTTP_1_1_REQUIRED is understood to refer to a single resource, not the entire connection, therefore it makes sense to be sent in a RST_STREAM frame. (Though Chrome acts identically in the two cases: it drains SpdySession.) BUG=685741 Change-Id: Idba6c28d49e8361f37e9d716fc7ef1f6777b0c7e Reviewed-on: https://chromium-review.googlesource.com/672606Reviewed-by:
Asanka Herath <asanka@google.com> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#502872}
-
Bo Liu authored
It is possible to call GetTerminationStatus on the client thread before start runs on launcher thread. Fix by waiting for post task to client thread after java launcher reference is set. Bug: 726426 Change-Id: Ibd999ef7798a7ddf635e58bb0a847cc825f98517 Reviewed-on: https://chromium-review.googlesource.com/668116 Commit-Queue: Bo <boliu@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#502871}
-
Greg Thompson authored
BUG=717091,765800 R=sky@chromium.org Change-Id: Ifd6cef218ab54d068ccee9249aa496d210cbf100 Reviewed-on: https://chromium-review.googlesource.com/672403 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#502870}
-
Xing Liu authored
In Download.Service.Driver.InterruptReason, it tracks all downloads, this CL changes to only track downloads with guid in download service's database. Bug: 765430 Change-Id: Id2ddf1a5bb39f5fa47c4d301171aa5704c1633a0 Reviewed-on: https://chromium-review.googlesource.com/667246 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#502869}
-
Theresa authored
This reverts commit b4e76580. Reason for revert: Crashing on ToT Original change's description: > [Home] Save Chrome Home enabled date in SharedPreference > > Saves the current date in a SharedPreference when Chrome Home is first enabled. > Removes the preference if Chrome Home is disabled. > > Bug: 739952 > Change-Id: I6f0b1bd9693a7532616bdda8b4ad4bf74fdadaef > Reviewed-on: https://chromium-review.googlesource.com/663832 > Commit-Queue: Daniel Park <danielpark@chromium.org> > Reviewed-by: Ted Choc <tedchoc@chromium.org> > Reviewed-by: Theresa <twellington@chromium.org> > Cr-Commit-Position: refs/heads/master@{#502752} TBR=tedchoc@chromium.org,twellington@chromium.org,danielpark@chromium.org Change-Id: I4af618be0a96f6e0deb0a5b3fb152749c6a4c5ef No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 739952 Reviewed-on: https://chromium-review.googlesource.com/673025Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#502868}
-
Rob Buis authored
As the FIXME says, instead of a HTMLDocument we should return a plain Document: https://dom.spec.whatwg.org/#domimplementation Bug: 238368 Change-Id: I3dd9bf5039994ef0a98863dc0b4d4dffae23453d Reviewed-on: https://chromium-review.googlesource.com/669459 Commit-Queue: Rob Buis <rob.buis@samsung.com> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#502867}
-
Lei Zhang authored
It is not used anywhere. Change-Id: I0bf8d4e6146a5407bea34194be1945c9b99886fd Reviewed-on: https://chromium-review.googlesource.com/671667Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#502866}
-
Nate Chapin authored
LocalDOMWindow::InstallNewDocument is called for all Document installations, whereas DocumentLoader::InstallNewDocument is omitted for Documents created by XSLT transforms. Supplements may use a stale ExecutionContxt if not updated for all Document installs. Bug: 765902 Test: fast/xsl/supplements-after-xslt-transform.html Change-Id: Ic7ce996b16fe319ba01e296f2e935a967fe309ea Reviewed-on: https://chromium-review.googlesource.com/671465Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#502865}
-
Thoren Paulson authored
The manifest declaration for CastWebContentsActivity had an intent filter for launching the activity from the apps menu or launcher. That doesn't work, and when this gets merged with our internal manifest, results in users being able to attempt to "Open" the web contents activity only to see it crash. This removes the intent filter. Bug: internal b/65837237 Test: build internal cast shell, check you can't open it Change-Id: Ib78bceda7f2834e5ef347e9a45ce5eb9e6a50b05 Reviewed-on: https://chromium-review.googlesource.com/671215Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: Thoren Paulson <thoren@chromium.org> Cr-Commit-Position: refs/heads/master@{#502864}
-
Sylvain Defresne authored
The template to declare asset catalog (imageset, appicon, launchimage) copy the resources into a .xcassets directory in $target_gen_dir, thus there is no need to put them in a .xcassets directory in the checkout. Standardize the asset catalog declarations so that the asset catalogs are in a resources/ sub-directory, the corresponding target is in the resources/BUILD.gn file. Bug: none Change-Id: I56a751add67f7d77e95dcb0b213dfd756f129310 Reviewed-on: https://chromium-review.googlesource.com/672704Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#502863}
-
Ivan Sandrk authored
CrOS CL @ crrev.com/c/663541 Bug: chromium:764451 Change-Id: I8982adeaf8ac1b89fe6c339513b1cf22efaed303 Reviewed-on: https://chromium-review.googlesource.com/663548 Commit-Queue: Ivan Šandrk <isandrk@chromium.org> Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by:
Bartosz Fabianowski <bartfab@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Cr-Commit-Position: refs/heads/master@{#502862}
-
jdoerrie authored
This change removes most usages of base::WrapUnique and base::MakeUnique in //components/password_manager in favor of C++14's std::make_unique. Bug: 755727 Change-Id: I9f76925becbca409c06235831925a5f0870cb3df Reviewed-on: https://chromium-review.googlesource.com/672504Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#502861}
-
Paul Jensen authored
-mstackrealign implied -fno-omit-frame-pointer which greatly shrank the unwind tables (.eh_frame section). Removing the flag (in crrev.com/499401) therefore improved code size but requires emission of full unwind tables, significantly impacting overall binary size. When building for x86 Android and optimizing for size and generating unwind tables, this fix enables frame pointers. Bug: 762629 Change-Id: I43515e6159a2aa1ef06e362c52f6525d2d67bf4f Reviewed-on: https://chromium-review.googlesource.com/657566Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#502860}
-
Michael Thiessen authored
This is a regression that wasn't caught because VrShell is enabled by default. The tab should never be null when entering VR. Bug: Change-Id: I034dc7c673ac2deda5481f398fdcd06fb5a0f05b Reviewed-on: https://chromium-review.googlesource.com/671728Reviewed-by:
Yash Malik <ymalik@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#502859}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/9c5a43d3..b7b0ee77 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org Change-Id: Ie5fac1dbe5bdd7999dfee116d5bfdde3f4722bff Reviewed-on: https://chromium-review.googlesource.com/672604Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#502858}
-
Iulia Harasim authored
This CL adds render tests for personalized signin promos in NTP content suggestions and the golden files associated to each test. Bug: 737743 Change-Id: I32cacf8cb5e8aac1a507581e43b18e765d790ecb Reviewed-on: https://chromium-review.googlesource.com/667147Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Nicolas Dossou-Gbété <dgn@chromium.org> Commit-Queue: Iulia Harasim <iuliah@google.com> Cr-Commit-Position: refs/heads/master@{#502857}
-
Kevin Cernekee authored
Add Android->Chrome RPC calls to report that an Android VPN client has connected or disconnected. Add a Chrome->Android RPC call to let users terminate Android VPNs through the Chrome OS UI. BUG=696865 TEST=connect to a third party VPN on Android Change-Id: Iadedfc6c458267f009a3b3dc8cbb8c37dcbebd6f Reviewed-on: https://chromium-review.googlesource.com/592545Reviewed-by:
Mattias Nissler <mnissler@chromium.org> Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Kevin Cernekee <cernekee@chromium.org> Cr-Commit-Position: refs/heads/master@{#502856}
-
Lukasz Anforowicz authored
This CL reverts r412572 - |TestRunner::will_navigate_| is no longer needed, because right now PlzNavigate creates a dummy provisional DocumentLoader at the start of a renderer-initiated navigation - the presence of a provisional DocumentLoader is taken into account when computing when to stop the layout TestRunner. Bug: 765752 Change-Id: Ia50aabbba25937777c6c966ec8e056d4014bd971 Reviewed-on: https://chromium-review.googlesource.com/669602Reviewed-by:
Camille Lamy <clamy@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#502855}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 4eec6def. Build: https://build.chromium.org/p/chromium.infra.cron/builders/wpt-importer/builds/2049 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 Directory owners for changes in this CL: rouslan@chromium.org, mathp@chromium.org: external/wpt/payment-request TBR=qyearsley@chromium.org No-Export: true Change-Id: I5b9835e90a572be60e06cad5ed1e5e927ebda033 Reviewed-on: https://chromium-review.googlesource.com/671965 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#502854}
-
Koji Ishii authored
This patch moves the logic for the 'word-wrap' property from HandleText() to its lower function, BreakText(). Since HandleOverflow() directly calls BreakText(), this change fixes the logic to properly kick in not only when scanning forward but also when rewinding. fast/text/basic/015.html is rebaselined because its expected image for the current line breaker breaks at the incorrect position (the 2nd block breaks after 'i', not after 'u'.) Bug: 636993 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I1f3c809411417329420b6af8269b1cceb8796b54 Reviewed-on: https://chromium-review.googlesource.com/672167Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#502853}
-
Mohamad Ahmadi authored
Avoids disabling the PAY button in the payment items page when the PAY or the cancel buttons are tapped. Besides the unwanted visual change in the PAY button's appearance when it is tapped until the animation is completed, this may be contributing to why the PAY button doesn't predictably work when voice over is on. Bug: 766453 Change-Id: Ia795b77489710564bc9a1507c3ac2515b4c0463d Reviewed-on: https://chromium-review.googlesource.com/672608 Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Marc-Antoine Courteau <macourteau@chromium.org> Reviewed-by:
Marc-Antoine Courteau <macourteau@chromium.org> Cr-Commit-Position: refs/heads/master@{#502852}
-
Anton Urusov authored
This is the initial version of the policy-tool page that is created to make managing policies easier for admins. Bug: Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ia58300dc786a6dabcd14721d134fb52027934739 Reviewed-on: https://chromium-review.googlesource.com/613507Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Reviewed-by:
Georges Khalil <georgesak@chromium.org> Commit-Queue: Anton Urusov <urusant@google.com> Cr-Commit-Position: refs/heads/master@{#502851}
-