- 09 Apr, 2018 40 commits
-
-
Thomas Tangl authored
When Dice is enabled and the profile is in an auth error state, the user menu displays a "sync paused" UI. Additionally, the avatar button contains a sync-paused icon instead of an error icon. Screenshot: https://drive.google.com/file/d/1JwI9-MxoiMoSCYTJoHNBkz877lnwu75r/view?usp=sharing Bug: 825533 Change-Id: I36760bedd2eb1f2e9875b570a3d90b3bfae8476a Reviewed-on: https://chromium-review.googlesource.com/998112Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Thomas Tangl <tangltom@chromium.org> Cr-Commit-Position: refs/heads/master@{#549142}
-
Dominic Battre authored
This CL introduces low entropy hashes of password form signatures and URLs. This allows us to distinguish different forms on a page as well as different pages for which we cannot record the full URL in UKM. Bug: 732846 Change-Id: Ie98ef254286890310f6b6b5a2e3026260b65b676 Reviewed-on: https://chromium-review.googlesource.com/977904Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Maxim Kolosovskiy <kolos@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#549141}
-
Alexandre Courbot authored
linked_ptr is deprecated. Convert it to the more suitable unique_ptr. BUG=None TEST=Checked that VDA unittest was still passing on hana. 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;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Iedb039ab308416d6903974ce56eb8caba110bc43 Reviewed-on: https://chromium-review.googlesource.com/994852 Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#549140}
-
Noel Gordon authored
According to the flakiness dashboard, this test works in release mode, and on the much slower ASAN and MSAN bots. Re-enable on the debug bots to gather new data about issue 804364 and related. Bug: 804413, 804364 Change-Id: Ifc3f1f383ca8b4b385ec65412e070748047683da Reviewed-on: https://chromium-review.googlesource.com/1002345Reviewed-by:
Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#549139}
-
Quentin Fiard authored
rather than where it is used. This is a preliminary cleanup for go/chrome-no-searchdomaincheck. Bug: 825255 Change-Id: I6e56d45f0edf4a1850965dabe99972098ed8235f Reviewed-on: https://chromium-review.googlesource.com/999517 Commit-Queue: Quentin Fiard <qfiard@google.com> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Chris Pickel <sfiera@chromium.org> Cr-Commit-Position: refs/heads/master@{#549138}
-
Bernhard Bauer authored
Bug: 814365 Change-Id: Idc8ec39f4b01d2aa28bee87ad6f24d40b7784614 Reviewed-on: https://chromium-review.googlesource.com/983952 Commit-Queue: Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#549137}
-
Florian Uunk authored
This tracker reports the time that the user spent actively using chrome, with their associated sync and sign-in state. Definition of syncing: Having opted in to sync, and sync not being in an "error" state because of a content-area sign-out. Definition of signed in: The user is signed in to the content area. These metrics will let us track: - How long on average users spend being signed in to the content area - How long users on average spend syncing - Which proportion of a user's time is being spent signed in - Which proportion of a user's time is being spent syncing Bug: 820188 Change-Id: I7c5c965d8ba0debf970158f77ae5b69675bdee27 Reviewed-on: https://chromium-review.googlesource.com/960005 Commit-Queue: Florian Uunk <feuunk@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#549136}
-
Zhuoyu Qian authored
This change adds an overloaded GetSelectionTextFromBody() function in EditingTestBase. It returns text of Selection().GetSelectionInDOMTree(). This can simplify the test code and improve code health. Signed-off-by:
Zhuoyu Qian <zhuoyu.qian@samsung.com> Change-Id: I5548e4f168176a0e9921d2c4798fdf9126661b75 Reviewed-on: https://chromium-review.googlesource.com/1000655Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#549135}
-
Tatsuhisa Yamaguchi authored
A file passed to Zip Archiver for packing may be removed before starting to zip it. It happens, for example, when multiple fils are passed to Zip Archiver and user removed the file while preceding files are processed. Bug: 830317 Test: Manually tested by the repro steps in the bug. Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I4c8682ddf21abc7e11c0e9e7d427890b7093c233 Reviewed-on: https://chromium-review.googlesource.com/1002434 Commit-Queue: Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Reviewed-by:
Yuki Awano <yawano@chromium.org> Cr-Commit-Position: refs/heads/master@{#549134}
-
Daniel Bratell authored
There were two GetExtensionView functions which clashed in jumbo build experiments where they ended up in the same translation unit. This patch makes them member functions which removes the need to supply an argument, which in turn makes the code a bit simpler and easier to read. Bug: 803406 Change-Id: I09fad295de900d6d78092397654314e757761226 Reviewed-on: https://chromium-review.googlesource.com/997774Reviewed-by:
Ben Wells <benwells@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#549133}
-
Leszek Swirski authored
Ensure that a resource fetched by a service worker has a non-null source origin before creating its CachedMetadataSender -- otherwise, use the null sender. Bug: chromium:828838 Change-Id: Ice176848b6cdb9c288df9294dcee9e2d55026359 Reviewed-on: https://chromium-review.googlesource.com/999655 Commit-Queue: Leszek Swirski <leszeks@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#549132}
-
Lei Zhang authored
Modernize code as well. BUG=714018 Change-Id: I7dd5330e094c190328ea9c6dd9faa042510962e5 Reviewed-on: https://chromium-review.googlesource.com/1001032Reviewed-by:
Taiju Tsuiki <tzik@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#549131}
-
Ramin Halavati authored
Network traffic annotation in ProxyResolutionService was wrongly set in cases where proxy info was fetched through completely synchronous method, causing flaky test failures. The bug is fixed and tests are re-enabled. Bug: 822975 Bug: 826744 Bug: 823077 Change-Id: Ic63301ff053fc9160b1a96372af1ee289342396c Reviewed-on: https://chromium-review.googlesource.com/997656Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#549130}
-
Jan Krcal authored
This CL takes the (almost) last step in converting java code from protobuf nano to lite. The only remaining code with nano is //third_party/cacheinvalidation which is deprecated and should be replaced later this year. We still need to keep the generate_lite variable in rules.gni because it is used in the internal repo. After this CL, I will - remove instances of generate_lite from the internal repo and finally - remove generate_lite from rules.gni. Bug: 782237 Change-Id: I65f144c59d84e8c75fe3152543c6e1941e52a3dd Reviewed-on: https://chromium-review.googlesource.com/998033Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#549129}
-
Patrik Höglund authored
The bot is now correctly displayed in the main console, but it doesn't show up in the chromium.linux console or in the tryserver builder list. This should fix that. Bug: chromium:776284 Change-Id: Iea27c9f65510f8452dbaadb277e854bf30585b89 Reviewed-on: https://chromium-review.googlesource.com/997332Reviewed-by:
Ryan Tseng <hinoka@chromium.org> Commit-Queue: Patrik Höglund <phoglund@chromium.org> Cr-Commit-Position: refs/heads/master@{#549128}
-
Benoit Lize authored
Also adds presubmit checks and unit tests to this directory. Sample output: $ python tools/android/native_lib_memory/code_pages_pss.py --app-package com.google.android.googlequicksearchbox --chrome-package com.android.chrome [...] com.google.android.googlequicksearchbox com.google.android.googlequicksearchbox:interactor com.google.android.googlequicksearchbox:search Total PSS from code pages = 2171kB INFO: root:Processes: Bug: 758566 Change-Id: I55cb0f3a5ca3fbadd9d2b095713258cd8b66caa5 Reviewed-on: https://chromium-review.googlesource.com/999714Reviewed-by:Egor Pasko <pasko@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#549127}
-
https://skia.googlesource.com/skia.git/+log/4473907dee6b..e697500577c5 $ git log 4473907de..e69750057 --date=short --no-merges --format='%ad %ae %s' 2018-04-09 angle-skia-autoroll Roll third_party/externals/angle2/ 5ae64c94d..6c7ab7fe8 (1 commit) 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;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=borenet@chromium.org Change-Id: I637ba5efd92e2898d03115f6e2bb4d643f1d0f62 Reviewed-on: https://chromium-review.googlesource.com/1002292Reviewed-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@{#549126}
-
Matt Falkenhagen authored
This tests behavior discussed here: https://github.com/w3c/ServiceWorker/issues/1289 Namely it tests when a request for a worker goes through a redirect chain: 1) On redirect from A -> B, whether the service worker at B sees the request. 2) After the final redirect, which service worker controls the resulting client. The tests are written as specified today. Therefore, Firefox passes this test (verified in Nightly) and Chrome does not. (Actually a small change is required to the test to make Firefox pass it, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1452528) Currently it only tests shared worker but dedicated worker can be added in a follow-up patch. Bug: 829720 Change-Id: Id3b1ea8b952760be0ef9917f2c6a3afe60ca1fb5 Reviewed-on: https://chromium-review.googlesource.com/999241 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#549125}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 6943cf79. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/15460 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: mek@chromium.org: external/wpt/webmessaging rego@igalia.com: external/wpt/css/selectors TBR=lukebjerring No-Export: true Change-Id: Ic117bedf19e4417f304a9af11fd84ff014197858 Reviewed-on: https://chromium-review.googlesource.com/1002452 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@{#549124}
-
Yuzu Saijo authored
This CL intends to fix a bug where renderer oom detection stops running after reloading / navigation / switching tabs. This was caused because binding_ was never unbound although it was stated as one of the requirements to start detection in renderer. BUG=829725 Change-Id: I43507a5eb12a6206dca333be4d6d609b1c8fac72 Reviewed-on: https://chromium-review.googlesource.com/999224Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Cr-Commit-Position: refs/heads/master@{#549123}
-
Makoto Shimazu authored
This CL is disabling the following tests in WebviewClientCertsLoginTest. - SigninFrameAuthorityGiven - SigninFrameAuthorityGivenNoMatchingCert - SigninFrameCertNotAutoSelected - SigninFrameIntermediateAuthorityKnown - SigninFrameIntermediateAuthorityUnknown - SigninFrameNoAuthorityGiven TBR=achuith@chromium.org NOTRY=true Bug: 830337 Change-Id: I5b7c0817551d360bb4c143bdfa6f537a6d561a0e Reviewed-on: https://chromium-review.googlesource.com/1002714Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#549122}
-
Kent Tamura authored
This CL removes a lot of code for the flag. This CL has no behavior changes. Bug: 768828 Change-Id: I3950b41ced9bb56967c161aadcde99ed78c72ea6 Reviewed-on: https://chromium-review.googlesource.com/1002219Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#549121}
-
Makoto Shimazu authored
This CL disables the following tests in SamlTest because they are frequently timed out. - MetaRefreshToHTTPDisallowed - NoticeUpdatedOnRedirect - PasswordConfirmFlow - SamlUI - ScrapedDynamic - ScrapedSingle - UseAutenticatedUserEmailAddress TBR=achuith@chromium.org NOTRY=true Bug: 830322 Change-Id: If18427f532ff7ad66e437b4c9bbd489749f3d797 Reviewed-on: https://chromium-review.googlesource.com/1001438Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#549120}
-
Giovanni Ortuño Urquidi authored
Otherwise POST form submissions could lose their encoding type. There are two parts to this change: 1. Save the request headers in NavigationHandle, so that we can access the headers in NavigationThrottles. 2. Change BookmarkAppNavigationThrottleUtils::OpenNewForegroundTab to also include the Content-Type header in the new navigation. Bug: 826158 Change-Id: I30a575fcdfab15442bb331c20685a988df3b4def Reviewed-on: https://chromium-review.googlesource.com/991616 Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Matt Giuca <mgiuca@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#549119}
-
Erik Luo authored
The [Affects=Nothing] extended attribute indicates a function has no JS-observable side effect. This CL adds plumbing to mark methods and marks Performance's nowMethod (performance.now()) as side-effect-free. Future CLs will let the extended attribute mark attributes and constructors, and other side-effect-free methods as well. Roadmap doc: https://goo.gl/8wGqxz Bug: 829571 Change-Id: I26900dff4f00b5374bbef7934f11609ff67aa75c Reviewed-on: https://chromium-review.googlesource.com/999012 Commit-Queue: Erik Luo <luoe@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#549118}
-
Makoto Shimazu authored
This CL disables these three tests: - ManyIframes - VerifySiteInstanceCountInBrowsingInstanceWithExtensions - IsolateExtensionsHostedApps TBR=nick@chromium.org NOTRY=true Bug: 830318 Change-Id: If31bcd377743229093123174568a88c251915e90 Reviewed-on: https://chromium-review.googlesource.com/1002224Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#549117}
-
Ricky Liang authored
Remove arc in the file / class / namespace names to avoid confusion, as the code is not ARC++ specific. BUG=b:73137420 TEST=Build and make sure camera works on soraka. Change-Id: Ie40c1149c42b27a5d5c5f2e6c9bfa0bbbae695be Reviewed-on: https://chromium-review.googlesource.com/981818Reviewed-by:
Christian Fremerey <chfremer@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#549116}
-
Makoto Shimazu authored
TBR=dsinclair@chromium.org NOTRY=true Bug: 826055 Change-Id: Ib74050857a0af95cb0d75bf1e84a2784e8219de1 Reviewed-on: https://chromium-review.googlesource.com/1002346 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#549115}
-
Sorin Jianu authored
TBR: waffles Bug: 822990 Change-Id: I29c82551b2fbc5f7f8f8d5f8e87e88808fbf5d6a Reviewed-on: https://chromium-review.googlesource.com/1001392Reviewed-by:
Sorin Jianu <sorin@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#549114}
-
Joe Downing authored
This CL adds a helper method to the event handling class used by Aura to mark events which originated from a KeyboardHook such that they are not handled by the browser. The idea here is that if KeyboardLock is enabled, we check to see if the key_code is in the list of keys to filter. If so, then we mark the event 'skip_in_browser' so it isn't handled by the browser. The exception is ESC which we want to give the fullscreen exit handler a chance to handle so that they user can exit fullscreen mode via the keyboard. This CL also makes one fix to the Windows KeyboardHook class where I was intercepting keys based on the key_code instead of the scan_code which is a problem because the keys_to_lock set that is passed down to it represents the 'native key codes' aka scan codes of the keys to intercept. BUG=680809 Change-Id: I795dd57bf68ebea777fecf8cd579f8776fb99ee2 Reviewed-on: https://chromium-review.googlesource.com/940531 Commit-Queue: Joe Downing <joedow@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#549113}
-
Hiroki Nakagawa authored
This is a clean-up CL and doesn't change behavior. Before this CL, CanvasAsyncBlobCreator takes ParentFrameTaskRunners that is a set of task runners bound with the parent Document. However, the blob creater uses only one task runner type and doesn't have to take the full set of the task runners. This CL replaces ParentFrameTaskRunners with bare base::SingleThreadTaskRunner for simplification. Bug: 829119 Change-Id: I656f42abac46bf723fc9aa614bdd9d3294c0e562 Reviewed-on: https://chromium-review.googlesource.com/1002336Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hajime Hoshi <hajimehoshi@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#549112}
-
https://chromium.googlesource.com/angle/angle.git/+log/5ae64c94dbf1..6816d84382d5 $ git log 5ae64c94d..6816d8438 --date=short --no-merges --format='%ad %ae %s' 2018-03-31 jmadill Add two new fields to angle::Format. 2018-03-31 jmadill Vulkan: Update resource dependency semantics. 2018-03-31 jmadill Vulkan: Reorganize helper classes. Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-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=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=ynovikov@chromium.org Change-Id: Ie6eb2052a54a78485901b4055aed25568c448ec6 Reviewed-on: https://chromium-review.googlesource.com/1002312Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#549111}
-
Kent Tamura authored
Also, apply snake_case to file basenames. TBR=jam@chromium.org Bug: 768828 Change-Id: I28bead32daf1adbf15033b778c633b034a743562 Reviewed-on: https://chromium-review.googlesource.com/1001436Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#549110}
-
Makoto Shimazu authored
MediaEngagementAutoplayBrowserTest.DoNotBypassAutoplayLowEngagement/* are flaky. TBR=mlamouri@chromium.org Bug: 830003 Change-Id: I7bfd20eee54e2467231544f63c4afb5e7b6964ce Reviewed-on: https://chromium-review.googlesource.com/1002341Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#549109}
-
Manu Cornet authored
This flag effectively changes the shelf into a "hot-seat only" mode, where app shortcuts are shown to launch apps, but apps that have a running instance but are not pinned are not shown. This is only the case in tablet mode where shelf space is scarce. Change-Id: Ibc9e0ae2955fc1f0ee04fd5b02c98185b114a91d Reviewed-on: https://chromium-review.googlesource.com/979881 Commit-Queue: Manu Cornet <manucornet@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#549108}
-
Yoshifumi Inoue authored
This patch changes "insert-br-quoted-[1-7].html" to utilize |selection_test()| and integrated into "insert-br-quoted-001.html" for ease of maintenance. Note: "insert-br-quoted-002.html" and "insert-br-quoted-005.html" are same. Bug: 679977 Change-Id: I49a3e53eb2c314d9703339a672fdd95847ada354 Reviewed-on: https://chromium-review.googlesource.com/999075Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#549107}
-
Jun Choi authored
Change all test data used in u2f_{register, sign}_unittest.cc to data specified in the CTAP specification. Also, explicitly check the first argument to MockFidoDevice::DeviceTransactPtr(). Bug: 827263 Change-Id: Id82934413d8058afe0c7c356bc562b75d72d05a0 Reviewed-on: https://chromium-review.googlesource.com/994346 Commit-Queue: Jun Choi <hongjunchoi@chromium.org> Reviewed-by:Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#549106}
-
Noel Gordon authored
Run VideoPlayerBrowserTestInGuestMode tests (there is only one, listed below) on all bots. VideoPlayerBrowserTestInGuestMode.OpenSingleVideoOnDownloads Bug: 804413,508949 Change-Id: I1f355725775bb104101e108b3872a4b25549a074 Reviewed-on: https://chromium-review.googlesource.com/1002334Reviewed-by:
Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#549105}
-
Matt Falkenhagen authored
- Try to define "provider" better. - Update for shared worker in S13nServiceWorker case. Change-Id: I3b24b8bb2db1fb795ddd9dc39cc098f851b26e99 Reviewed-on: https://chromium-review.googlesource.com/1001154Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#549104}
-
Rudy Xie authored
This is needed by downstream for conditional statement. Change-Id: I8dd2ed99306f308279a3cce2b3ec35d2edec285c Reviewed-on: https://chromium-review.googlesource.com/994792Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Rudy Xie <rudyxie@google.com> Cr-Commit-Position: refs/heads/master@{#549103}
-