1. 30 Sep, 2014 2 commits
    • miletus's avatar
      Disable groupcloned.com_test_list-images page from key_mobile_sites · 90764ffc
      miletus authored
      The mean_input_event_latency result of groupcloned.com_test_list-images
      is not correct and is adding too much noise to the metric over the page set.
      We want to exclude its mean_input_event_latency from the test result
      which is pending the telemetry feature of page result filter. So for now,
      lets disable the this page.
      
      BUG=409086
      
      Review URL: https://codereview.chromium.org/616513003
      
      Cr-Commit-Position: refs/heads/master@{#297310}
      90764ffc
    • rdevlin.cronin's avatar
      Introduce an "ExtensionWantsToAct" method · 699ca6ff
      rdevlin.cronin authored
      Add an ExtensionWantsToAct() method on ExtensionActionAPI.
      Even though we're not quite sure what we want the UI to look
      like for an extension desiring to act, we can start a little
      bit of the plumbing now. For instance, exposing a method that
      allows a caller to check if an extension wants to act on a
      given page.
      
      BUG=417441
      
      Review URL: https://codereview.chromium.org/597413003
      
      Cr-Commit-Position: refs/heads/master@{#297309}
      699ca6ff
  2. 29 Sep, 2014 38 commits