1. 29 Sep, 2014 38 commits
  2. 28 Sep, 2014 2 commits
    • dcheng's avatar
      Update plugin to handle new style rules for virtual specifiers. · 993e04f7
      dcheng authored
      Implements several new checks in the plugin, gated behind a flag:
      - Only one of {virtual,override,final} should be ever used.
      - Destructors must also be annotated correctly.
      - A virtual final method that doesn't override anything should be
        devirtualized.
      
      The test harness for the Chrome plugin has also been updated to stop
      it from littering the source tree with object files, and to make the
      golden files easier to update.
      
      BUG=417463
      
      Review URL: https://codereview.chromium.org/597863002
      
      Cr-Commit-Position: refs/heads/master@{#297129}
      993e04f7
    • tfarina's avatar
      ui: Fix the test names for ui/aura and ui/base. · a0fd0993
      tfarina authored
      Brett prefers we go with foo_unittests, it makes Windows users life
      easier. And others easier, so they don't need to know/remember the other
      possibility: /path/to:unittests
      
      BUG=None
      TEST=gn gen out_gn/Debug && ninja -C out_gn/Debug aura_unittests
      ui_unittests
      R=brettw@chromium.org
      TBR=sky@chromium.org
      
      Review URL: https://codereview.chromium.org/601753003
      
      Cr-Commit-Position: refs/heads/master@{#297128}
      a0fd0993