1. 07 May, 2018 4 commits
    • Hiroshi Ichikawa's avatar
      Keep script commands after state restoration. · 83445ce7
      Hiroshi Ichikawa authored
      Before this change, added script commands were cleared when state restoration
      (-decodeRestorableStateWithCoder:) happens for a CWVWebView. The script commands are preserved
      after this change.
      
      Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs
      Change-Id: I06b3d7ebedc3216930516ecadcef84ab943f5a1f
      Reviewed-on: https://chromium-review.googlesource.com/1032316
      Commit-Queue: Hiroshi Ichikawa <ichikawa@chromium.org>
      Reviewed-by: default avatarMike Dougherty <michaeldo@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#556365}
      83445ce7
    • Sam McNally's avatar
      Add a host on the Chrome side to mount and communicate with DriveFS. · 1ffee348
      Sam McNally authored
      Bug: 823607
      Change-Id: I763d48015011dc4cb59d1e5d15cc78b9cf13f2b7
      Reviewed-on: https://chromium-review.googlesource.com/1032271Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
      Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
      Commit-Queue: Sam McNally <sammc@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#556364}
      1ffee348
    • Kunihiko Sakamoto's avatar
      Add timeout expectations for LayoutNG · 03f0979c
      Kunihiko Sakamoto authored
      These tests are timing out on Mac:
      * virtual/layout_ng/fast/inline/inline-empty-block-continuation-remove.html
      * virtual/layout_ng_experimental/fast/multicol/dynamic/remove-block-from-content-after-spanner.html
      * virtual/layout_ng_experimental/fast/multicol/dynamic/remove-block-from-content-before-spanner.html
      * virtual/layout_ng_experimental/fast/multicol/dynamic/remove-block-from-content-between-spanners.html
      * virtual/layout_ng_experimental/fast/multicol/dynamic/remove-inline-and-spanner-after-spanner-foreignObject.html
      
      TBR=eae@chromium.org
      
      Bug: 840208
      Change-Id: Ibf439881543b665ac8065c2b0bc2db4148ac2d1e
      Reviewed-on: https://chromium-review.googlesource.com/1045956Reviewed-by: default avatarKunihiko Sakamoto <ksakamoto@chromium.org>
      Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#556363}
      03f0979c
    • Noel Gordon's avatar
      Clarify the "isInGuestMode" test extension command · 6a73e559
      Noel Gordon authored
      Add FileManageBrowserTestBase private helper routines: IsGuestModeTest
      and IsIncognitoModeTest to return true when the test extension browser
      test has that GetGuestMode(). Use the helpers everywhere.
      
      The "isInGuestMode" command actually wants to know if the test runs in
      guest or incognito mode, or not. Write that out explicitly in its code
      and add LOG(INFO) and ASSERT_EQ() for even more explanation.
      
      Move "isInGuestMode" command so it's the first, move "getTestCaseName"
      command so it's third, to match the call order the test extensions use
      to call them: isInGuestMode, getRootPaths, getTestCaseName [1].
      
      Minor change to getRootPaths: call the variable downloads_root.
      
      [1] The test extensions call in this order always and once these three
      are done, the test extensions start running the test case. Another way
      to think about it is: these three commands are preliminary set-up that
      every Files.app browser test case requires. All remaining commands are
      specific to the current test case.
      
      Bug: 833834
      Change-Id: Ida01b88e745df6bf4b760aa421d36c5d8e872ecd
      Reviewed-on: https://chromium-review.googlesource.com/1043672Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
      Reviewed-by: default avatarStuart Langley <slangley@chromium.org>
      Commit-Queue: Noel Gordon <noel@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#556362}
      6a73e559
  2. 06 May, 2018 14 commits
  3. 05 May, 2018 22 commits