- 02 Feb, 2018 40 commits
-
-
Raphael Kubo da Costa authored
Remove one of the identical copies of the same check from the code, added in e5bbbb17 ("Bindings: Add ScalarValueString support"). The original check was added a few days before in 65d50ad9 ("Add ByteString support to IDL bindings"). R=haraken, jbroman, yukishiino Change-Id: Ic7cb436200a7c3e15ebd7bd1183c54d16eeae595 Reviewed-on: https://chromium-review.googlesource.com/899183Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#534054}
-
Andrew Grieve authored
It can now proguard, package & finalize the test_apk and apk_under_test at the same time. Bug: 804251 Change-Id: I3709377ef9308ec10bc7c6e456c87240c021425d Reviewed-on: https://chromium-review.googlesource.com/898041Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#534053}
-
Elly Fong-Jones authored
This change removes these files from the polychrome build, removing some symbol conflicts (that seem harmless, at least in my build, but still). Bug: 804950 Change-Id: Idabe98b79106954299a1557db553ffce6efd39cd Reviewed-on: https://chromium-review.googlesource.com/897746 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#534052}
-
Thomas Tangl authored
This CL changes the implementation of the dice sign-in button in the user menu. Instead of a HoverButton the newly implemented DiceSigninButton is used. Changes to DiceSigninButton: - The account icon is passed to the constructor. - An option to not show the drop down arrow is added. Bug: 786369 Change-Id: Ideadb6674ebd356374883968eabfd53cba9e1167 Reviewed-on: https://chromium-review.googlesource.com/891319 Commit-Queue: Thomas Tangl <tangltom@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#534051}
-
jonross authored
New tests began failing on the FYI bots, this updates the filters to reflect that. Also the tests have been added to Mac FYI bots, so I'm filtering the first set of filters to look for further flakes. I will triage them and update filter accordingly TBBR=kylechar@chromium.org TEST=viz_browser_tests, viz_content_browsertests, viz_content_unittests Bug: 760181 Change-Id: I02b93e7adafa545b01a13d0be67b838987fca1b5 Reviewed-on: https://chromium-review.googlesource.com/898609Reviewed-by:
Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#534050}
-
François Beaufort authored
Bug: 806249 Change-Id: I64d5e3aeea52b04c4f79e5b7d302f6ffe914ff8a Reviewed-on: https://chromium-review.googlesource.com/893461Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Mounir Lamouri (slow) <mlamouri@chromium.org> Reviewed-by:
apacible <apacible@chromium.org> Commit-Queue: Mounir Lamouri (slow) <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#534049}
-
Hans Wennborg authored
This reverts commit 1b6c18ab. Reason for revert: This broke two browser_tests in Official Windows builds: SecurityStateTabHelperTest.DefaultSecurityLevelOnFilesystemUrl SecurityStateTabHelperTest.DefaultSecurityLevelOnBlobUrl Original change's description: > Add HTTP-Bad Phase 3 experiment to field trial testing config > > Some browser tests needed to be updated accordingly. I deleted a couple > that were redundant with tests where the field trial is enabled. For a > few others that only made sense in the pre-field trial world, I just > disabled the feature for them, though we'll want to clean them up > eventually after the field trial launches. > > Bug: 807062 > Change-Id: I480b2527375368d6146c1ddace2551dece9ec596 > Reviewed-on: https://chromium-review.googlesource.com/891677 > Reviewed-by: Eric Lawrence <elawrence@chromium.org> > Reviewed-by: Jesse Doherty <jwd@chromium.org> > Commit-Queue: Emily Stark <estark@chromium.org> > Cr-Commit-Position: refs/heads/master@{#533845} TBR=jwd@chromium.org,estark@chromium.org,elawrence@chromium.org Change-Id: I34688c6ef005ac74e79d78a5b8d451790dba96a5 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 807062, 808424 Reviewed-on: https://chromium-review.googlesource.com/899150Reviewed-by:
Hans Wennborg <hans@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#534048}
-
nikhil authored
CSSNumericArray should be iterable. Spec: https://github.com/w3c/css-houdini-drafts/pull/607 Bug: 807169 Change-Id: If844c89e5c47989ad1c72babaebf535e38677c2e Reviewed-on: https://chromium-review.googlesource.com/892760 Commit-Queue: NIKHIL SAHNI <nikhil.sahni@samsung.com> Reviewed-by:
Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#534047}
-
Ioana Pandele authored
This is an alert with the title "Preparing passwords..." displayed after the reauthentication step is finished, and while passwords are being serialized and written to the temporary file. The alert offers the user the option to cancel the exporting operation. If the user cancels, the exporter will wait for the async tasks to finish, perform necessary clean-up and then become available again. Bug: 789122 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I8dd6b9a094e055eef15f5580e3d887e5cf979408 Reviewed-on: https://chromium-review.googlesource.com/897607Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#534046}
-
Ioana Pandele authored
Bug:789122 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Id0417fb700bc955013ca8ab3a1ad2ff7ce82ed54 Reviewed-on: https://chromium-review.googlesource.com/898986 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#534045}
-
Boris Sazonov authored
This CL reduces noise from AccountManagerFacade logs by removing AuthException stacktrace from the warning log stream and moving it to the debug log stream instead. Bug: 803973 Change-Id: I01b8a4d886c0a0c6049332f5d86b2bd6e7b93666 Reviewed-on: https://chromium-review.googlesource.com/897946Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#534044}
-
Christian Dullweber authored
This is a reland of 9a5b79ce. Original change's description: > Let StoragePartition wait for localstorage deletions > > This CL changes StoragePartition to wait for localstorage deletions > to finish before calling its callback. > > Some extension tests can leak memory because they don't wait until > StorageParitition deletions are finished. This CL adds a method to > StoragePartition to check if it is done and changes extension tests > to always wait for StoragePartition. > > Bug: 796151 > Change-Id: Ica6f6ef47457eb34f82923ec6ae144f6b5b67fda > Reviewed-on: https://chromium-review.googlesource.com/852234 > Commit-Queue: Christian Dullweber <dullweber@chromium.org> > Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> > Reviewed-by: Jochen Eisinger <jochen@chromium.org> > Reviewed-by: Ken Rockot <rockot@chromium.org> > Cr-Commit-Position: refs/heads/master@{#533707} TBR=rockot@chromium.org,mek@chromium.org,jochen@chromium.org Bug: 796151 Change-Id: I2fa54361fe4066266d59108513a0f4e284bea161 Reviewed-on: https://chromium-review.googlesource.com/897763Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#534043}
-
Thomas Tangl authored
This CL adds the action handling to the accounts menu added in https://crrev.com/c/893570. Bug: 786369 Change-Id: I80a6eb6af477f6a5458dfeb2f2deeb068455760d Reviewed-on: https://chromium-review.googlesource.com/897325 Commit-Queue: Thomas Tangl <tangltom@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#534042}
-
Gustav Sennton authored
This is patch 1/3 to move everything protected under WebViewChromiumFactoryProvider.mLock into WebViewChromiumAwInit. Patches: 1. Create WebViewChromiumAwInit and some methods for down-stream use. 2. Update the down-stream glue-layer to point to WebViewChromiumAwInit methods. 3. Move code from WebViewChromiumFactoryProvider to WebViewChromiumAwInit. Bug: 807332 Change-Id: I346dc325f36f83a3bd20064617bd43aca9f48423 Reviewed-on: https://chromium-review.googlesource.com/895942 Commit-Queue: Gustav Sennton <gsennton@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#534041}
-
https://skia.googlesource.com/skia.git/+log/85ae7159c9c8..18c52a7b5221 $ git log 85ae7159c..18c52a7b5 --date=short --no-merges --format='%ad %ae %s' 2018-02-02 bsalomon Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" Created with: roll-dep src/third_party/skia 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;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 TBR=bungeman@chromium.org Change-Id: I56872bf2656f044108eb7669ae39aea91b71c6b5 Reviewed-on: https://chromium-review.googlesource.com/899042Reviewed-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@{#534040}
-
Dmitry Gozman authored
Bug: none Change-Id: I2ac1d32df262d07d9756dd466a7022ab2e90596c Reviewed-on: https://chromium-review.googlesource.com/898386Reviewed-by:
Eugene Ostroukhov <eostroukhov@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#534039}
-
Hans Wennborg authored
There are currently no devices available to run the tests, so the bot has been red for a long time. Disable the tests for now to make the bot green and ensure we don't regress being able to compile this config. Bug: 807966 Change-Id: I93442e6511a5c8c4e4a38346b1510b233743f593 Reviewed-on: https://chromium-review.googlesource.com/898983 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#534038}
-
Dominic Battre authored
Chrome's password manager tries to capture events where <form> elements are taken out of the DOM or made invisible. This is used to detect form submissions. This trigger failed in the past if a parent element for the form was removed from the DOM or made invisible (as opposed to the form it self). This CL makes the trigger logic more robust. Bug: 760579, 710431 Change-Id: Idbc72d7ab57d9e6c61b0907ac5c9b3f96346d4a5 Reviewed-on: https://chromium-review.googlesource.com/892882 Commit-Queue: Dominic Battré <battre@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#534037}
-
Thomas Tangl authored
When the "Sync to another account" button is clicked in the DICE user menu, a submenu showing a list of web accounts (other than the first one) should be displayed. This CL adds this feature. Mocks can be found in the bug report. Bug: 786369 Change-Id: I32b4f3f19472a67e7aa203426692739030acc4c9 Reviewed-on: https://chromium-review.googlesource.com/893570 Commit-Queue: Thomas Tangl <tangltom@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#534036}
-
Kent Tamura authored
Move V0 type extension handling in Element:: AttributeChangedFromParserOrByCloning() to its callsites close to element creation. * HTMLConstructionSite: Move 'is' attribute lookup from LookUpCustomElementDefinition() to CreateElement() in order to avoid looking up 'is' again. * XMLDocumentParser: Convert libxml attributes to blink::Attribute before element creation to find 'is' attribute easily. This CL has no behavior changes, and is a preparation to consolidate V0 type extension handling and element creation. Bug: 808302, 808311, 807871 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ibb4254720f1bed8b92e878fa7b29c986bfa1f87d Reviewed-on: https://chromium-review.googlesource.com/898685Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#534035}
-
Michael Lippautz authored
Remove WTF::ShouldWeakPointersBeMarkedStrongly as all use cases can be expressed by using WTF::WeakHandlingFlag. The cases after this refactoring are: 1. Trace: - Strongly trace and zero out weak members 2. Trait::kWeakHandlingFlag == kNoWeakHandling: - Deferring to Trace. 3. Trait::kWeakHandlingFlag == kWeakHandling with explicit kWeakHandling: - TraceInCollection with kWeakHandling 4. Trait::kWeakHandlingFlag == kWeakHandling with explicit kNoWeakHandling: - TraceInCollection with kNoWeakHandling Note that 2. is part of 4. on implementation level. Bug: chromium:802273 Change-Id: I50d69bed9e65edf9ea592c8f0372f0842ed44c16 Reviewed-on: https://chromium-review.googlesource.com/897628Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#534034}
-
Koji Ishii authored
Following bot results are included. 3505 3507 1 lines were removed and 21 lines were deflaked by consecutive results since 3426. TBR=eae@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I613a05c32c113147ad454c73db91e9387fea5b9e Reviewed-on: https://chromium-review.googlesource.com/896918 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#534033}
-
Roman Sorokin authored
With 'Admin-facing' string in the desc. BUG=chromium:807218 TEST=none Change-Id: I86f60fc351ce4229e48943ae8f8ed7fac9cb966a Reviewed-on: https://chromium-review.googlesource.com/897537 Commit-Queue: Roman Sorokin <rsorokin@chromium.org> Reviewed-by:
Lutz Justen <ljusten@chromium.org> Cr-Commit-Position: refs/heads/master@{#534032}
-
https://webrtc.googlesource.com/src.git/+log/7dd9d6f54b8d..c22d6a8f9b3e $ git log 7dd9d6f54..c22d6a8f9 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc 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;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Iefef39cd2dc77ab286d279f5af8a7936edda2a17 Reviewed-on: https://chromium-review.googlesource.com/898501 Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#534031}
-
Shu Chen authored
This is a partial roll back of https://codereview.chromium.org/2597413002/, which didn't consider the switch back from a null engine. The new solution is to use the global observer - ui::IMEBridgeObserver to notify the InputImeAPI, instead of using the engine. Change-Id: I2fd4e93b212d6b0caa8a9a4aab5314753a07447b Reviewed-on: https://chromium-review.googlesource.com/896775Reviewed-by:
Lan Wei <azurewei@chromium.org> Commit-Queue: Shu Chen <shuchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#534030}
-
Javier Fernandez authored
This is a fix for a regression introduced in r515391, where we landed the implementation of alignment for positioned objects in a Grid Layout container. We assumed that items with non-static positions shouldn't honor the CSS Box Alignment properties. This is only true for out-of-flow items, absolute or fixed positioned elements. However, sticky positioned elements are treated as relative positioned items, but they indeed use non-static position to define their behavior. Bug: 806622 Change-Id: Ibaed2c36530d81223d1491def9022e82cf9c3525 Reviewed-on: https://chromium-review.googlesource.com/897949 Commit-Queue: Javier Fernandez <jfernandez@igalia.com> Reviewed-by:
Manuel Rego Casasnovas <rego@igalia.com> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#534029}
-
Pramod B S authored
Modified files in peerconnection module. Spec: https://github.com/heycam/webidl/issues/365 Bug: 792432 Change-Id: Ic3c8c895d6d71737b07aca504662ab756b06a9d9 Reviewed-on: https://chromium-review.googlesource.com/896916Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#534028}
-
Andreas Haas authored
We used ScriptForbiddenScope::IsScriptForbidded to detect if we can reject a promise when we abort streaming compilation. With this CL we use IsContextDestroyed instead because it is more meaningful and serves the same purpose. R=haraken@chromium.org Change-Id: Ifc10fcffca8c9abdf7c88a9f58562c43c8d2d4a1 Reviewed-on: https://chromium-review.googlesource.com/897428Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/master@{#534027}
-
Hajime Hoshi authored
This is part of efforts to replace non-per-frame task runners with other appropriate task runners in the renderer. Bug: 804694 Change-Id: Ibcb96b6461fda0d777edcb961bc21294fcc5cf23 Reviewed-on: https://chromium-review.googlesource.com/897308Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#534026}
-
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e150d63db9f7..1f067b88df42 $ git log e150d63db..1f067b88d --date=short --no-merges --format='%ad %ae %s' 2018-02-02 machenbach Optimize check for existing files in download_from_google_storage Created with: roll-dep src/third_party/depot_tools The AutoRoll server is located here: https://depot-tools-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. TBR=agable@chromium.org Change-Id: Ib01ccf2fcd5646ced79cb3ea36253113f77af4e3 Reviewed-on: https://chromium-review.googlesource.com/899022Reviewed-by:
depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#534025}
-
Nicolas Dossou-gbete authored
Setting enable_android_deps_repository to true will let the build use the dependencies defined in //third_party/android_deps, that will be added by https://crrev.com/c/819771. By default this flag is disabled. Bug: 807641 Change-Id: If75f7bbac38d2dc807ae35cdd8de0f229bcf6545 Reviewed-on: https://chromium-review.googlesource.com/895691 Commit-Queue: Nicolas Dossou-Gbété <dgn@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#534024}
-
Keishi Hattori authored
Check if table_ exists because the table may be freed after the callback has been registered when incremental marking is enabled. Bug: 757440 Change-Id: I677ae294f5d66f539ea6e68ddab29053aaf6c503 Reviewed-on: https://chromium-review.googlesource.com/896913Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#534023}
-
Keishi Hattori authored
rare_data_ is a raw pointer instead of a Member (because it is in a union). Hence it needs a manual write barrier. Bug: 757440 Change-Id: I8852471d3c1d7db3e1db7fc1d6f74fbe3f33f311 Reviewed-on: https://chromium-review.googlesource.com/896909Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#534022}
-
Keishi Hattori authored
Fixes the unused variable 'kCanClearUnusedSlotsWithMemset' error. Bug: None Change-Id: Ib1f85353e7e4523b865648f8bbbb660f94585852 Reviewed-on: https://chromium-review.googlesource.com/898906Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#534021}
-
Chris Pickel authored
This reverts commit a55fe78f. Reason for revert: Possible source of flakiness in AutomationApiTest.DesktopHitTestIframe Original change's description: > Expose reverse relationships in the automation API. > > AXTree now keeps track of reverse relationships automatically, > so take advantage of that to expose reverse relationships for > some attributes already exposed in the automation API. > Also add two relation attributes that are supported by Blink > but weren't added to automation yet: details, errorMessage. > > The new attributes are: > > detailsFor (reverse of details) > errorMessageFor (reverse of errorMessage) > controlledBy (reverse of controls) > descriptionFor (reverse of describedBy) > flowFrom (reverse of flowTo) > labelFor (reverse of labelledBy) > > Bug: 757707 > Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation > Change-Id: I112c283c87274388fc9e7e725bcc126393133e39 > TBR: michaelpg@chromium.org > Reviewed-on: https://chromium-review.googlesource.com/837643 > Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> > Reviewed-by: David Tseng <dtseng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#533819} TBR=dmazzoni@chromium.org,dtseng@chromium.org,michaelpg@chromium.org Bug: 757707 Bug: 808343 Change-Id: Ie61c369e0f234eca7435ac80d056a6c10ea75a41 Reviewed-on: https://chromium-review.googlesource.com/897864Reviewed-by:
Chris Pickel <sfiera@chromium.org> Commit-Queue: Chris Pickel <sfiera@chromium.org> Cr-Commit-Position: refs/heads/master@{#534020}
-
https://webrtc.googlesource.com/src.git/+log/c7b964cd71fb..7dd9d6f54b8d $ git log c7b964cd7..7dd9d6f54 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=None 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;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I1d4edf15d11ce99bc913b8c9cc9c306ecf2c1933 Reviewed-on: https://chromium-review.googlesource.com/898942 Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#534019}
-
Christos Froussios authored
1. Empty space is introduced between the buttons in the export dialog. 2. The export menu item is the More Actions menu is changed to a different string. Additionally, the string is moved to settings_strings.grdp, next to the rest of the strings. Mocks: https://docs.google.com/presentation/d/1nIm5OmaOnb85ZAwMZPSVqHT0vkFbsRYZhOzbmznWU_c/edit#slide=id.g29b76db41a_0_6 Bug: 789561 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Id939ebe158a68ff71e12a783919c7baaea1ed00f Reviewed-on: https://chromium-review.googlesource.com/892881 Commit-Queue: Christos Froussios <cfroussios@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#534018}
-
arthursonzogni authored
Content-Security-Policy: The CSP source 'self' is usually the origin of the current document. Immediately after an new window or new frame is created, there are no current document. In this case, the origin used is the one of the opener (in case of a new window) or the parent (in case of a new iframe). For you intention: The frame's CSP are already the one of its opener when there are still no committed document. It makes sense to do the same with 'self'. Several web platform tests are added. Bug: 807206 Change-Id: I2acf66d9b6d63d4efb14370a4d0ff2206c943aeb Reviewed-on: https://chromium-review.googlesource.com/895589 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#534017}
-
Tsuyoshi Horo authored
This CL adds the following data files for fuzzer: 1: Same as SignedExchangeCertFetcherTest.OneCert 2: Same as SignedExchangeCertFetcherTest.OneCertWithExtension 3: Same as SignedExchangeCertFetcherTest.TwoCerts 4: The actual cert of www.example.com and the intermediate cert. Bug: 803774 Change-Id: I55182556a39c1ed852f2412df18707eae7a7c2c2 Reviewed-on: https://chromium-review.googlesource.com/896770Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#534016}
-
Kush Sinha authored
Bug: 807568 Change-Id: Id9b249fdbacfcd7b64cc7256a33204778f437450 Reviewed-on: https://chromium-review.googlesource.com/897671 Commit-Queue: Kush Sinha <sinhak@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#534015}
-