Skip to content
Snippets Groups Projects
  1. Dec 14, 2010
  2. Nov 30, 2010
  3. Nov 22, 2010
  4. Nov 20, 2010
  5. Nov 18, 2010
  6. Nov 12, 2010
  7. Nov 05, 2010
  8. Oct 19, 2010
  9. Oct 18, 2010
  10. Oct 10, 2010
  11. Oct 09, 2010
    • aa@chromium.org's avatar
      Implement new strategy for default apps. Instead of using · ec5b50d6
      aa@chromium.org authored
      the component extension system, simply install them as
      normal apps the first time Chrome runs. Remove the old
      style  default apps.
      
      This also removes support for --disable-apps, which doesn't
      seem necessary since we already have --disable-extensions.
      
      BUG=53972
      TEST=Uninstall any installed apps. Remove the
      "default_apps_installed" and "app_promo_counter" keys from
      Preferences if they are present.
      
      Start Chrome with the --enable-default-apps flag, navigate
      to chrome://extensions/, and click "update now" in the
      developer tools. This is to make the  updater grab the
      apps from the store quicker, so that you don't have to wait
      while testing. Normally Chrome would do this by itself
      after 5-40 mins.
      
      Go to NTP. You should see gmail, calendar, and docs default
      apps show up along with the promo (the text that says "New!
      A world of ...").
      
      Refresh the NTP 10 times. The promo should go away on the
      10th time.
      
      There are other details. To test each of these, remove all
      installed apps and remove the keys from the preferences to
      reset the state.
      
      * If you close Chrome before getting the default apps. They
      should still show up the next time Chrome is started (after
      clicking 'Update now')
      
      * Clicking "hide this message" should hide the promo and it
      shouldn't come back on refresh.
      
      * Installing or uninstalling any app should hide the promo,
      and it shouldn't come back.
      
      * If the keys from the preferences are removed, but apps
      are left installed, the default apps should not be
      installed  when clicking 'update now'.
      
      * The default apps should only be installed in locale
      en-US.
      
      Review URL: http://codereview.chromium.org/3522015
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62084 0039d316-1c4b-4281-b951-d872f2087c98
      ec5b50d6
  12. Oct 07, 2010
  13. Oct 04, 2010
  14. Oct 01, 2010
  15. Sep 30, 2010
  16. Sep 29, 2010
  17. Sep 24, 2010
  18. Sep 23, 2010
  19. Sep 22, 2010
  20. Sep 10, 2010
    • aa@chromium.org's avatar
      Add a confirmation prompt to app uninstallation on the ntp. · 121cd7b9
      aa@chromium.org authored
      The uninstall dialog used to say:
      
      [===============================x]
      |Confirm Uninstallation          |
      |--------------------------------|
      |<b>Uninstall Foo Extension?</b> |
      |                                |
      |Are you sure you want to        |
      |uninstall this extension?       |
      |                                |
      |================================|
      
      We don't have the bottom string with the word 'app', and I
      realized it is somewhat extraneous anyway. So just removed it
      in all cases and de-bolded the text above. Looks much better.
      
      Also, fixed a bug where the icon we display in the GTK
      dialogs is too big by doing image resizing in
      ExtensionInstallUI.
      
      BUG=54874
      TEST=Uninstall app and extension. Both should have a prompt,
      and UI layout should be the same.
      
      Review URL: http://codereview.chromium.org/3332016
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59157 0039d316-1c4b-4281-b951-d872f2087c98
      121cd7b9
  21. Sep 09, 2010
  22. Sep 06, 2010
  23. Sep 03, 2010
  24. Sep 01, 2010
    • aa@chromium.org's avatar
      De-suck the NTP a bit more: · 1a132243
      aa@chromium.org authored
      * When there are no apps, don't show the apps section.
      * Expand the MV section by default, like it was in M6.
      * Fix bug where recently closed is incorrectly toggleable.
      * Stop showing miniview items for MV section when there is no more room.
      * Don't show filler MV items in miniview.
      * MV section is 5px too high because we were only apply extra padding
        to the first section, even if that section was disabled.
      
      TEST=Visual inspection.
      
      Review URL: http://codereview.chromium.org/3292003
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58139 0039d316-1c4b-4281-b951-d872f2087c98
      1a132243
  25. Aug 31, 2010
  26. Aug 29, 2010
  27. Aug 26, 2010
  28. Jul 20, 2010
  29. Jun 21, 2010
Loading