- 22 Aug, 2018 40 commits
-
-
Mustafa Emre Acer authored
It's "Certificate Error Assistant" now. Bug: 863762 Change-Id: I1b853703df5f2f630cd4300c2c77a417028ab7d7 Reviewed-on: https://chromium-review.googlesource.com/1180424Reviewed-by:
Carlos IL <carlosil@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#585182}
-
Gabriel Charette authored
Clarified existing behavior in preparation for mass refactor. R=fdoray@chromium.org Bug: 874080 Change-Id: If495bbfa2f412ee1505d1f977c7dfc8d14f037db Reviewed-on: https://chromium-review.googlesource.com/1185201 Commit-Queue: Gabriel Charette <gab@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#585181}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/e6ab998bc2e6..4a0ba280b94c git log e6ab998bc2e6..4a0ba280b94c --date=short --no-merges --format='%ad %ae %s' 2018-08-22 scroggo@google.com Fix flutter build 2018-08-22 robertphillips@google.com Remove occluder parameter from SkMaskFilter::MakeBlur factory 2018-08-22 bsalomon@google.com Reland "Add ability to specify different GP textures for each mesh in a draw." 2018-08-22 brianosman@google.com Remove sRGB pixel config code from DDL tests 2018-08-22 benjaminwagner@google.com Add iOS Metal Test job. 2018-08-22 nigeltao@google.com Rename SkCodec::kNone to SkCodec::kNoFrame 2018-08-22 nigeltao@google.com Add more comments to SkCodec::getRepetitionCount Created with: gclient setdep -r src/third_party/skia@4a0ba280b94c 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=fmalita@chromium.org Change-Id: I832a06b61f42ab2f4ac0ea8eeaab7f00c7a8d66c Reviewed-on: https://chromium-review.googlesource.com/1184867Reviewed-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@{#585180}
-
Will Harris authored
../..\mojo/core/ports/event.h(131,42): error: implicit conversion loses integer precision: 'const uint64_t' (aka 'const unsigned long long') to 'uint32_t' (aka 'unsigned int') [-Werror,-Wshorten-64-to-32] uint32_t sequence_num() const { return sequence_num_; } ~~~~~~ ^~~~~~~~~~~~~ ../../mojo/public/cpp/bindings/lib/message_dumper.cc(69,46): error: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'uint32_t' (aka 'unsigned int') [-Werror,-Wshorten-64-to-32] MessageDumper::MessageDumper() : identifier_(base::RandUint64()) {} ~^~~~~~~~~~~~~~~~~~ ../../mojo/public/cpp/bindings/lib/message_dumper.cc(74,48): error: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long long') to 'uint32_t' (aka 'unsigned int') [-Werror,-Wshorten-64-to-32] MessageEntry entry(message->data(), message->data_num_bytes(), ~~~~~ ~~~~~~~~~^~~~~~~~~~~~~~~~ BUG=588506 Change-Id: Iae866dfe8b15023c966841d623968d224fec6ab4 Reviewed-on: https://chromium-review.googlesource.com/1184379Reviewed-by:Ken Rockot <rockot@chromium.org> Commit-Queue: Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#585179}
-
W. James MacLean authored
This is a refactoring CL to pave the way for a TouchEventAckQueue implementation that will allow us to ensure the ordering of acks when multiple renderers are present, i.e. OOPIF subframes exist. Bug: 848050 Change-Id: Ib446486ac6521c66cbfe3f552355e597107070db Reviewed-on: https://chromium-review.googlesource.com/1181765Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#585178}
-
Tibor Goldschwendt authored
If the background task scheduler started Chrome it could happen that we wanted to schedule a component update before the update callback was set. This caused seg faults. Instead, add a delay to give enough time for all components to finish registering and set the update callback. If there is still no update callback set finish the task and retry after a default delay. Bug: 867354, 876424 Change-Id: I3ef8277a4e45384531a08652d5534831f8fd2056 Reviewed-on: https://chromium-review.googlesource.com/1183961Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#585177}
-
John Z Wu authored
This should alleviate flaky errors when translating on iOS. When translate is tapped, translate_ios.js polls translate.js to wait for translate element ready and then later polls again to wait for the translation result. Polling can often time out due to network slowness. Bug: 869729, 876425 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I237a02bf42fe09af30dab4579c19c32cf1b0edad Reviewed-on: https://chromium-review.googlesource.com/1178691Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#584549} Reviewed-on: https://chromium-review.googlesource.com/1184102 Cr-Commit-Position: refs/heads/master@{#585176}
-
Vladimir Levin authored
This patch combines three classes into one with two constructors. This is in preparation for using ContentsProperties instead of a specific contents properties' clip. There are situations where we do want only the clip and only if the contents properties' clip is different from local border box properties clip, so that's left for a follow-up patch. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I2ed2f0c45918c8f1d79db054ef975234e46821ea Reviewed-on: https://chromium-review.googlesource.com/1171674Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#585175}
-
Lucas Furukawa Gadani authored
This CL adds a mojo interface to initialize the portal which creates a WebContents on the browser process. Bug: 865565 Change-Id: Ib28d2a720ab02e9d41f44e2b5a36d5248a248c11 Reviewed-on: https://chromium-review.googlesource.com/1178574Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#585174}
-
David Roger authored
Dice Milestone 3 has now be launched, and Milestone 2 is no longer needed. TBR=ellyjones Bug: 777774 Change-Id: Id82bb13fbd277a014bb3fb8961d8d98eecb32124 Reviewed-on: https://chromium-review.googlesource.com/1183662 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
Thomas Tangl <tangltom@chromium.org> Cr-Commit-Position: refs/heads/master@{#585173}
-
Gang Wu authored
Implement Journal storage JNI call from java bridge to C++ bridge. C++ bridge empty now, will implement C++ bridge in separate CL. Also, will delete old storage stuff like bridge, database in separate CL as well. Bug:875902 Change-Id: Ia8adf37bd6bf7f6d5b47f8258cf886617930bb69 Reviewed-on: https://chromium-review.googlesource.com/1180727 Commit-Queue: Gang Wu <gangwu@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Cr-Commit-Position: refs/heads/master@{#585172}
-
Vladimir Levin authored
LayoutMenuList can have an overflow clip, but UpdateLocalBorderBoxContext doesn't check that, relying on other conditions to check if we need local border box properties. This patch changes it so that it also explicitly considers existence of the overflow clip when deciding whether to create local border box properites. This is needed for us to be able to get the ContentsProperties, which would include the overflow clip. Existence of ContentsProperties, or our ability to get them, depends on the existence of the LocalBorderBoxProperties. R=pdr@chromium.org, chrishtr@chromium.org Bug: 870521 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I1a6c08f94c3066c7524b2557b4f884e3fc7dd61a Reviewed-on: https://chromium-review.googlesource.com/1183851Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#585171}
-
Kurt Horimoto authored
This interface can be used by chrome embedders to provide additional scrolling fixes for FullscreenControllerObserver callbacks. Bug: none Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ie6ce56c484ea7bc5a48a6802b626589d03ccf1cb Reviewed-on: https://chromium-review.googlesource.com/1184171 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#585170}
-
Jason Roberts authored
Bug: 876359 Change-Id: I554cdd9a7124312da670e6d1878b0bcddb2d74f5 Reviewed-on: https://chromium-review.googlesource.com/1183887 Commit-Queue: Jason Roberts <jasonroberts@chromium.org> Reviewed-by:
Peng Huang <penghuang@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#585169}
-
Muyuan Li authored
On ChromeOS, the locale from ICU is remapped to eliminate locales that do not have translation, such as en-CA -> en-GB, fr-CA -> fr. In assistant though, we'll need the original locale to configure features. Bug: 874225, b/112604619 Test: Manual Change-Id: Icf0016f9df45dd6af3f996d43bbe197d6a4e8915 Reviewed-on: https://chromium-review.googlesource.com/1182441 Commit-Queue: Muyuan Li <muyuanli@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#585168}
-
Troy Hildebrandt authored
Currently, LevelDB::Init only returns a bool and attempts to automatically destroy corrupted databases. In preparation for a shared database where automatic destruction isn't ideal, a new LevelDB::Init function is added that takes a boolean |destroy_on_corruption| to allow for the current behaviour, while also returning a leveldb::Status so callers can determine their desired course of action in the event of a corruption, or any other type of error. The original Init function's behaviour remains intact so current calls will be unaffected. Bug: 870813 Change-Id: Id9ca0c2937abd8ed9d3dea5c218b9b229a532057 Reviewed-on: https://chromium-review.googlesource.com/1171082 Commit-Queue: Troy Hildebrandt <thildebr@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#585167}
-
Weilun Shi authored
Every tile in the custom background dialog are now have the same fade in effect as when custom background is loaded. Bug: 870401 Change-Id: I744a891b7afccf0e0ee76526316f13e2181593dd Reviewed-on: https://chromium-review.googlesource.com/1182450Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Weilun Shi <sweilun@chromium.org> Cr-Commit-Position: refs/heads/master@{#585166}
-
Weilun Shi authored
Set min width for cancel and done button to make it to fix the extra space shown on rtl mode when the "cancel" and "done" are too short in another language. Bug: 876251 Change-Id: I588ed62bf28249c2078edb10a0d29143041f3d92 Reviewed-on: https://chromium-review.googlesource.com/1184164 Commit-Queue: Weilun Shi <sweilun@chromium.org> Reviewed-by:
Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#585165}
-
Chris Lu authored
Screenshot: https://drive.google.com/open?id=1ULVDpZVbyX11s413cXQQQFgYKLPYG3ez Bug: 868119 Change-Id: I26c17694fd06445dd838171834d2efe11f8045cb Reviewed-on: https://chromium-review.googlesource.com/1182460Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#585164}
-
François Beaufort authored
This CL makes sures when screen resolution is not the default one, controls background still covers entirely the video. It does so by adding one pixel in width and height to the size of the controls background view. Bug: 876293 Change-Id: I005e8d0a4fd178a05ab794851c5ae22507a7343f Reviewed-on: https://chromium-review.googlesource.com/1183486Reviewed-by:
apacible <apacible@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#585163}
-
Yue Li authored
Bug: 867919 Test: Local compile Change-Id: Ie5dddbb74cf2d281d152a00231ffdc31b6931dec Reviewed-on: https://chromium-review.googlesource.com/1178989Reviewed-by:
Tim Schumann <tschumann@chromium.org> Reviewed-by:
Markus Heintz <markusheintz@chromium.org> Commit-Queue: Yue Li <updowndota@chromium.org> Cr-Commit-Position: refs/heads/master@{#585162}
-
Peter Collingbourne authored
The orderfile must be generated at symbol level 0 in order to avoid running into binary size limits. Setting the symbol level to 0 is incompatible with generating a resource whitelist, so disable the whitelist during orderfile generation. Bug: 875928 Change-Id: I82e197d5a4a0fe9b9a7142b583b3947b0da56b27 Reviewed-on: https://chromium-review.googlesource.com/1182798Reviewed-by:
Benoit L <lizeb@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#585161}
-
kristipark authored
Start the cursor on the name field when the dialog opens. Highlights any text that is prepopulated in the field. Bug: 872644 Change-Id: I9458dec339973ddc9103a3d74a350df0118e8e6d Reviewed-on: https://chromium-review.googlesource.com/1182305 Commit-Queue: Kristi Park <kristipark@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#585160}
-
Jeffrey Kardatzke authored
This updates the Mojo definition used by ARC++ for the Widevine OEMCrypto implementation. This has no impact on Chrome's implementation as it's just passing through this interface. The real changes will be occurring in Android and Chrome OS. Corresponding Android change: ag/4832761 Corresponding Chrome OS change: https://chrome-internal-review.googlesource.com/c/665551 Bug: b:110008398 Test: Builds Change-Id: I1029067ee8a5812f91619472764fe5fe0fe56fb4 Reviewed-on: https://chromium-review.googlesource.com/1181721Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Commit-Queue: Jeffrey Kardatzke <jkardatzke@google.com> Cr-Commit-Position: refs/heads/master@{#585159}
-
Scott Violet authored
BUG=none TEST=none Change-Id: Ib8795cb03502ae427a605f85fcc08d0371dbb4e5 Reviewed-on: https://chromium-review.googlesource.com/1185231Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#585158}
-
chaopeng authored
Bug: 876180 Change-Id: If3a169518796f82cf3abc319dd05d7845a449c82 Reviewed-on: https://chromium-review.googlesource.com/1185232Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Jianpeng Chao <chaopeng@chromium.org> Cr-Commit-Position: refs/heads/master@{#585157}
-
Vladislav Kaznacheev authored
Use the same icon size as for other app types (app_list::AppListConfig::instance().grid_icon_dimension()) to avoid unnecessary repetitive scaling. Bug: 876113 Test: manual, steps in the bug Change-Id: Ib5e260263f874f0067c3276293a7c2dc917c775a Reviewed-on: https://chromium-review.googlesource.com/1182454Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Weidong Guo <weidongg@chromium.org> Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Commit-Queue: Vladislav Kaznacheev <kaznacheev@chromium.org> Cr-Commit-Position: refs/heads/master@{#585156}
-
Findit authored
This reverts commit f4c510e1. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 585064 as the culprit for failures in the build cycles as shown on: https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtL2Y0YzUxMGUxY2IyY2NkYzBjZTA3YjA2MGJlOWFkNTJmOGVkYTVjYjgM Sample Failed Build: https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Linux%20Trusty%20Leak/23378 Sample Failed Step: webkit_layout_tests Original change's description: > Move XR LayoutTests over to be WPTs > > Moving as many of the WebXR LayoutTests as possible over to be > WebPlatformTests. All the tests that have been moved test some > aspect of the spec (https://immersive-web.github.io/webxr/) in > a platform agnostic way. > > Bug: 863557, 844772 > Change-Id: I203b4c59be0daa0ca624fb0281fc33035f1be8a1 > Reviewed-on: https://chromium-review.googlesource.com/1171857 > Reviewed-by: Brandon Jones <bajones@chromium.org> > Reviewed-by: Brian Sheedy <bsheedy@chromium.org> > Commit-Queue: Anna Offenwanger <offenwanger@chromium.org> > Cr-Commit-Position: refs/heads/master@{#585064} Change-Id: Ief847c4b554eea132e2b3d5ea0431c1acf6c34c2 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 863557, 844772 Reviewed-on: https://chromium-review.googlesource.com/1185383 Cr-Commit-Position: refs/heads/master@{#585155}
-
Weidong Guo authored
Changes: 1. Fix a crash that occurs when signing into a different account in multi profile. 2. Fix homecher not shown issue when account is switched. Bug: 875913 Change-Id: Iddd093aa93aa21247f77c9831fbc3cb8afdac9c6 Reviewed-on: https://chromium-review.googlesource.com/1182449Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Weidong Guo <weidongg@chromium.org> Cr-Commit-Position: refs/heads/master@{#585154}
-
Sarah Hu authored
Bug: 876067 Change-Id: I0c1e32e23780bbb0e1117cac966550198ab1c865 Reviewed-on: https://chromium-review.googlesource.com/1183897 Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#585153}
-
Calder Kitagawa authored
Phase 3 of the work to replace url_template with action and params as per the updated WebShareTarget spec: https://wicg.github.io/web-share-target/. This work updates WebShare to use the new action and parameter model rather than |url_template|. See the bug for a detailed plan for performing these changes. Bug: 871788 Change-Id: I0d2e044320085a082d4a8912de2a099fe01f9156 Reviewed-on: https://chromium-review.googlesource.com/1168127Reviewed-by:
Xi Han <hanxi@chromium.org> Reviewed-by:
Matt Giuca <mgiuca@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#585152}
-
Andres Medina authored
Since current version of protobuf doesn't support move constructors, this issue is not exposed yet. Bug: crbug.com/876326 Change-Id: Ia107b6ab011f8b59efccfe81617dd494beb14aac Reviewed-on: https://chromium-review.googlesource.com/1183685Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Andres Medina <medinaandres@chromium.org> Cr-Commit-Position: refs/heads/master@{#585151}
-
Erik Chen authored
Change-Id: Ie2e939d94d7c2fc2661762bb2f532751c1908c92 Reviewed-on: https://chromium-review.googlesource.com/1183856Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#585150}
-
Min Qin authored
Bug: 383765 Change-Id: I026234012ae3dbc598462dc1d8c73651acb8dced Reviewed-on: https://chromium-review.googlesource.com/1169973Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#585149}
-
Thomas Tangl authored
Update the icon of the avatar toolbar button when an account is signed out. This happens for instance when the user selects cancel on the sync-confirmation dialog. Bug: 870656 Change-Id: Id557500c02ef2ac10d704cde75a9afe9db5e7655 Reviewed-on: https://chromium-review.googlesource.com/1185195Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Thomas Tangl <tangltom@chromium.org> Cr-Commit-Position: refs/heads/master@{#585148}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/ba76717a8d18..bbb04a38bbdb git log ba76717a8d18..bbb04a38bbdb --date=short --no-merges --format='%ad %ae %s' 2018-08-22 wangge@google.com Fix Bug When No APK is present and Add Relevant Test Cases. 2018-08-22 anthonyalridge@google.com Initial application of mann whitney testing. 2018-08-22 benjhayden@chromium.org [chromeperf v2] Simple redux helpers. 2018-08-22 benjhayden@chromium.org Add icons for V2SPA. 2018-08-21 mseaborn@google.com [dashboard] Update docs to mention old issues filed in the Github tracker 2018-08-21 benjhayden@chromium.org Fix minify script for v2spa. 2018-08-21 benjhayden@chromium.org Add some utility functions to V2SPA. 2018-08-21 eakuefner@chromium.org [Tracing] Fix Pylint errors 2018-08-21 amyqiu@google.com Fix search bug in metrics visualization tool 2018-08-21 benjhayden@chromium.org Add ElementBase for V2SPA. 2018-08-21 benjhayden@chromium.org Plumb test case tag maps via test suite descriptors. 2018-08-21 vovoy@chromium.org Add story property: wpr_mode 2018-08-21 wangge@google.com Restructure Long Term Health Tool Output File Structure. 2018-08-20 benjhayden@chromium.org Add Material textarea for V2SPA. 2018-08-20 benjhayden@chromium.org Add checkbox to V2SPA. 2018-08-20 benjhayden@chromium.org Add cp-loading for V2SPA. 2018-08-20 benjhayden@chromium.org Add raised-button to V2SPA. 2018-08-20 chiniforooshan@chromium.org Telemetry: pixel metrics in TBMv2 2018-08-20 simonhatch@chromium.org Dashboard - Add a path for inserting out-of-order diagnostics. 2018-08-20 simonhatch@chromium.org Dashboard - Fix gcs read. 2018-08-20 chiniforooshan@chromium.org Telemetry: rename metrics as per crbug.com/627461 2018-08-20 simonhatch@chromium.org Dashboard - Cleanup unused masters and bots 2018-08-20 chiniforooshan@chromium.org Telemetry: break rendering_metric.html Created with: gclient setdep -r src/third_party/catapult@bbb04a38bbdb The AutoRoll server is located here: https://catapult-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=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:863390,chromium:866423,chromium:862077,chromium:863390,chromium:760553,chromium:874856,chromium:627461,chromium:760553 TBR=sullivan@chromium.org Change-Id: I6f9a52e2e301d0e04b4800a9c57a33000ec51f26 Reviewed-on: https://chromium-review.googlesource.com/1185141Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#585147}
-
Steven Bennetts authored
This separates the WebContentsObserver and WebContentsDelegate code from ChromeKeyboardUI. Note: ChromeKeyboardWebContents has a dependency on ui::keyboard that will need to be replaced with a mojo API call for multi process mash, but the separation should at least help with the single process mash split, and calls out / documents where the multi process mash change needs to happen. Bug: 843332 Change-Id: I09a8ea3ac0536737d395fda372b98919221c1a3a Reviewed-on: https://chromium-review.googlesource.com/1182679Reviewed-by:
Darren Shen <shend@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#585146}
-
Alexander Hendrich authored
This CL adds a method to validate a value against a given schema to the python schema validator. This method is also used in a new presubmit test to ensure all example values are valid in policy_templates.json. Bug: 873641, 858980, 856901 Change-Id: I2ad477785e8ee37a9e07ee7231c3d12d8501a43f Reviewed-on: https://chromium-review.googlesource.com/1174443 Commit-Queue: Alexander Hendrich <hendrich@chromium.org> Reviewed-by:
Lutz Justen <ljusten@chromium.org> Cr-Commit-Position: refs/heads/master@{#585145}
-
Sujie Zhu authored
In order to prevent the pointer leakage when we create local_card_migration_manager from the settings page, we add two accessor methods in AutofillManager and FormDataImporter. Notice that form_data_importer is a unique_ptr owned by autofill_manager (created when autofill_manager is created). Form_data_importer owns a unqiue_ptr of the local_card_migration_manager and create that when itself is created. We can add form_data_importer() accessor function in autofill_manager to get the raw pointer of the form_data_importer and add local_card_migration_manager() function to form_data_importer to get the raw pointer of local_card_migration_manager. Bug: 852904 Change-Id: Ied951b50aaa0181cfeb97c1f6be9f2517db5e5a5 Reviewed-on: https://chromium-review.googlesource.com/1180595Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Sujie Zhu <sujiezhu@google.com> Cr-Commit-Position: refs/heads/master@{#585144}
-
Theresa authored
Remove the feature flag that controls whether Modern is enabled, effectively enabling the feature at 100%. Fix up tests that were previously running with Modern disabled. Removes some "Chrome classic" render tests. This CL effectively enables Modern and "contextual suggestions" (EoC), which relies on Modern being enabled, for all tests. BUG=876051 Change-Id: I9938dabbba238f86d42356325d42ace581512d25 Reviewed-on: https://chromium-review.googlesource.com/1183684 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#585143}
-