1. 18 Oct, 2014 4 commits
    • oshima's avatar
      Support modal windows · 4903fd36
      oshima authored
      * New ContainerParams
       -  default_parent to specify the default parent when no
          transient parent is specified.
       - modal_container_priority now controls the modal container
         used for a modal window created for the given container.
       - if not specified, it will fallback downwards to find one.
       - if window is specified as always_on_top, it will use top
         most modal container.
      
      * Changed network selector/shutdown dialog to use the new API.
      
      * Other change:
       Separated test windows to athena/test/base/test_windows.h
      
      BUG=410499
      TBR=sky@chromium.org,reed@chromium.org
      TEST=coverd by unit tests
      
      Review URL: https://codereview.chromium.org/662763002
      
      Cr-Commit-Position: refs/heads/master@{#300192}
      4903fd36
    • sclittle's avatar
      Remove unsupported option 'pageset-repeat-iters' from DRP tests · 994d2564
      sclittle authored
      Using this option causes the tests to fail immediately with an
      exception, so this option has been removed in order to fix the tests.
      
      BUG=423916
      
      Review URL: https://codereview.chromium.org/667463003
      
      Cr-Commit-Position: refs/heads/master@{#300191}
      994d2564
    • kalman's avatar
      First stage of launch for embedded options pages. With this patch, extensions · 9807701d
      kalman authored
      are allowed to opt-in to having embedded options pages and/or chrome style.
      
      The flag --enable-embedded-extension-options makes the default for embedding
      options pages true unless extensions opt-out. This is still useful for
      development.
      
      BUG=414920
      R=rockot@chromium.org
      
      Review URL: https://codereview.chromium.org/667453003
      
      Cr-Commit-Position: refs/heads/master@{#300190}
      9807701d
    • mtomasz's avatar
      Do not reshow the text message after navigating to the next video. · ea319e73
      mtomasz authored
      Currently the message is reshown if the animation is not finished. However,
      since the video is changed and the text message is related to the previous
      video, it's the best to just hide it immediately when switching videos.
      
      TEST=Tested manually by playing multiple videos and clicking play with the
           CTRL key pressed.
      BUG=422120
      
      Review URL: https://codereview.chromium.org/649073004
      
      Cr-Commit-Position: refs/heads/master@{#300189}
      ea319e73
  2. 17 Oct, 2014 36 commits