1. 12 Sep, 2014 3 commits
    • jamescook's avatar
      Clean up extensions permissions unit tests · 646de7d8
      jamescook authored
      * Move socket_permission_unittest.cc and usb_device_permission_unittest.cc
        into src/extensions -- they have no src/chrome dependencies.
      * Move permissions_data_unittest.cc back into src/chrome -- its tests rely on
        extension manifest keys that aren't part of src/extensions yet.
      * Rename the latter tests to PermissionsDataTest
      
      BUG=397165
      TEST=unit_tests PermissionsDataTest.* and extensions_unittests
      
      Review URL: https://codereview.chromium.org/563663002
      
      Cr-Commit-Position: refs/heads/master@{#294493}
      646de7d8
    • chrome-tpm's avatar
      Updating trunk VERSION from 2155.0 to 2156.0 · abfe4031
      chrome-tpm authored
      Cr-Commit-Position: refs/heads/master@{#294492}
      abfe4031
    • ericzeng's avatar
      Add a user agent stylesheet for extension options pages · 685c341a
      ericzeng authored
      Apply WebUI styles to extension options pages that opt into using them
      through a user agent stylesheet. The styles are copied from widgets.css
      and chrome_shared.css in ui/webui/resources/css/ - this is intentional
      so that WebUI changes won't break extensions.
      
      The extension.css stylesheet will only be applied to extensions that
      opt in using the "options_ui.chrome_style" manifest entry, and it will
      only affect the options page specified in the manifest. The font
      stylesheet for extensions have been moved to extension_fonts.css, and
      are still applied to every extension page.
      
      BUG=408271
      
      Review URL: https://codereview.chromium.org/537773003
      
      Cr-Commit-Position: refs/heads/master@{#294491}
      685c341a
  2. 11 Sep, 2014 37 commits