1. 19 Sep, 2016 7 commits
    • dpranke's avatar
      Fix typo in gn_isolate_map.pyl. · 43e6a6d0
      dpranke authored
      This fixes a typo introduced r419404, where the GN label for
      webapk_shell_apk_junit_tests had one too many leading slashes.
      
      TBR=brettw@chromium.org
      NOTRY=true
      BUG=555273
      
      Review-Url: https://codereview.chromium.org/2349993002
      Cr-Commit-Position: refs/heads/master@{#419409}
      43e6a6d0
    • liushouqun's avatar
      Fix "defined but not used" build error when enable_webrtc=false. · 4d122dd4
      liushouqun authored
      BUG=
      
      Review-Url: https://codereview.chromium.org/2351553002
      Cr-Commit-Position: refs/heads/master@{#419408}
      4d122dd4
    • tsergeant's avatar
      MD WebUI: Make cr-lazy-render get() synchronous · cede888c
      tsergeant authored
      dom-if and similar stamp their templates asynchronously, because it's
      not a great idea to block execution to stamp out DOM as a result of
      changes to properties. cr-lazy-render does not really share the same
      concerns: it will only stamp when explicitly told to, and the caller
      should be aware of how long this could take. As such, there is no
      particular reason to prefer async stamping.
      
      This CL changes all existing usage of cr-lazy-render to be synchronous,
      which simplifies both application code and tests. An asynchronous API
      could still be added in the future, if required.
      
      BUG=642200
      CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
      
      Review-Url: https://codereview.chromium.org/2341923005
      Cr-Commit-Position: refs/heads/master@{#419407}
      cede888c
    • dominickn's avatar
      Prevent navigations within fullscreen webapps from being intercepted. · 671b9d02
      dominickn authored
      If a native app and a PWA are installed which handle the same URLs,
      a navigation within the PWA may open the intent picker to ask the user
      if they wish to browse in the native app.
      
      This CL stops the picker from appearing if the user is browsing within
      the fullscreen PWA. It does not do so if the user is browsing the PWA
      outside of the fullscreen standalone (i.e. launched from homescreen)
      mode.
      
      BUG=647569
      
      Review-Url: https://codereview.chromium.org/2348853002
      Cr-Commit-Position: refs/heads/master@{#419406}
      671b9d02
    • mgiuca's avatar
      Removed experimental app list flags. Experimental is now the only way. · 7eb600a0
      mgiuca authored
      Removed --enable/disable-experimental-app-list and
      --enable-centered-app-list flags. Now always behaves as if experimental
      (which was the default). This effectively removes the old
      lower-left-corner tall app launcher (although all the code is still
      there; it will be removed in a follow-up CL).
      
      This cleans up the tests that set those switches, and removes tests that
      test the old app launcher behaviour.
      
      BUG=531059
      
      Review-Url: https://codereview.chromium.org/2342773002
      Cr-Commit-Position: refs/heads/master@{#419405}
      7eb600a0
    • dpranke's avatar
      Re-land "Update MB to use `gn analyze`." · cb4a2e24
      dpranke authored
      This change re-lands r411530, with a bunch of additional targets
      added to gn_isolate_map.pyl to handle all of the other compile and
      test targets (including mappings for apk's and junit tests).
      
      TBR=brettw@chromium.org
      BUG=555273
      
      Review-Url: https://codereview.chromium.org/2352473002
      Cr-Commit-Position: refs/heads/master@{#419404}
      cb4a2e24
    • jinsukkim's avatar
      Remove ContainerViewObserver · 03c7e507
      jinsukkim authored
      ContainerViewObserver is used by ExternalVideoSurfaceContainer
      only, which in turn used by Chromecast/WebView.
      
      Since Chromecast never updates container view in its lifecycle,
      it can go without using ContainerViewObserver. And WebView
      disabled support for video hole since M52.
      
      With that, ContainerViewObserver is not used any more. This CL
      deletes the class.
      
      BUG=624977
      
      Review-Url: https://codereview.chromium.org/2293743002
      Cr-Commit-Position: refs/heads/master@{#419403}
      03c7e507
  2. 18 Sep, 2016 12 commits
  3. 17 Sep, 2016 21 commits