summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/ntp/apps.css
Commit message (Collapse)AuthorAgeFilesLines
* Remove CSS vendor prefixes where not needed.arv@chromium.org2010-12-081-1/+1
| | | | | | | | | | | | | | | | | | | The following css properties where updated. -webkit-background-size -webkit-box-sizing -webkit-border-radius -webkit-border-top-left-radius -webkit-border-top-right-radius -webkit-border-bottom-left-radius -webkit-border-bottom-right-radius BUG=None TEST=None Review URL: http://codereview.chromium.org/5672001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68637 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert "Use a different icon for the web store under Chromium than ↵aa@chromium.org2010-12-011-1/+1
| | | | | | | | | | | | | | | Google Chrome."" Took out web_store_icon.png from google_chrome directory, because it is supposed to come from DEPS. This reverts commit f4b669a21f11dbde983f6d1647e60753cd7fd8be. BUG=61019 TEST= TBR=laforge@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67896 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Use a different icon for the web store under Chromium than Google ↵aa@chromium.org2010-12-011-1/+1
| | | | | | | | | | Chrome." This reverts commit 9dac844f46dd3263a04854668a60489d8633e587. TBR=erikkay@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67892 0039d316-1c4b-4281-b951-d872f2087c98
* Use a different icon for the web store under Chromium than Google Chrome.aa@chromium.org2010-12-011-1/+1
| | | | | | | | | BUG=61019 TEST=Install an app on Chromium. Should see a bluish web store icon. Install on Google Chrome. Should see colorful version. Review URL: http://codereview.chromium.org/5413001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67878 0039d316-1c4b-4281-b951-d872f2087c98
* Undo spacing change from r62977 that had a bad side effect.aa@chromium.org2010-10-191-4/+0
| | | | | | | TBR=arv@chromium.org BUG=59235 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62996 0039d316-1c4b-4281-b951-d872f2087c98
* Scroll new apps into view when they are installed.aa@chromium.org2010-10-181-0/+4
| | | | | | | | | | | | | | Also, minor adjustment to spacing at bottom of scrollable areas. BUG=59235 TEST=Install enough apps so that the apps section scrolls, and then install one more. Apps section should scroll to bottom so that you can see the animation happen. Review URL: http://codereview.chromium.org/3771007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62977 0039d316-1c4b-4281-b951-d872f2087c98
* Reserve right-most column of apps grid for web store icon.aa@chromium.org2010-10-181-2/+42
| | | | | | | | | | | | | | | | | | | | When there is less than one complete row of apps, position the web store icon naturally in the grid, to the right of the other apps. Once there is at least one complete row, position the web store icon at the top of the right-most column. BUG=58857 TEST=Install a few apps. Web store icon should be in top row directly to the right of the other apps. Install more apps. Once you have more than one row, web store icon should stay in top right corner by itself. No other apps should go below it. Review URL: http://codereview.chromium.org/3747007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62962 0039d316-1c4b-4281-b951-d872f2087c98
* Implement new strategy for default apps. Instead of usingaa@chromium.org2010-10-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Implement layout of NTP apps promo. Subsequent changes willaa@chromium.org2010-10-071-1/+48
| | | | | | | | | | | show it at the correct time. BUG=53972 TEST=chrome --force-apps-promo-visible, open NTP. Should see promo. Review URL: http://codereview.chromium.org/3538014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61797 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bug where install animation would replay if something on theaa@chromium.org2010-09-241-2/+2
| | | | | | | | | | | | same page was uninstalled. BUG=56454 TEST=Install one app, then another. Uninstall the first one. Second one's install animation should not replay. Review URL: http://codereview.chromium.org/3396021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60391 0039d316-1c4b-4281-b951-d872f2087c98
* Make all font sizes in NTP percentages of their parent.aa@chromium.org2010-09-171-1/+1
| | | | | | | | | | | BUG=54275 TEST=Open NTP. Change font size (preferences > under the hood > change font and language settings). All fonts on page should change size proportionally. Review URL: http://codereview.chromium.org/3458007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59868 0039d316-1c4b-4281-b951-d872f2087c98
* NTP: Adds a context menu to the apps sectionarv@chromium.org2010-09-061-68/+9
| | | | | | | | | | | | | | This uses the cr Menu system and replaces the old options menu with a cr Menu. BUG=52446 TEST=Start chrome with enable-apps. Install some apps. Right clicking on an app should show a context menu. Clicking the wrench should show the same menu. Review URL: http://codereview.chromium.org/3315005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58648 0039d316-1c4b-4281-b951-d872f2087c98
* Instead of trying to arrange things so that there is something covering all ↵aa@chromium.org2010-09-031-4/+4
| | | | | | | | | | | | | | the parts of the scrollable area we don't want to see, use -webkit-image-mask to only show the parts we do want to see. This change also fixes overflow of miniview items. Under some circumstances, the old JS approach wasn't working. Used a CSS one instead. TEST=Set up most visisted so that it has items. Start it in expanded mode. Minimize it. There should be no clipped last item. Review URL: http://codereview.chromium.org/3363001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58451 0039d316-1c4b-4281-b951-d872f2087c98
* Add the collapsed 'miniview' to the apps and most visisted sections. Also, ↵aa@chromium.org2010-08-291-2/+2
| | | | | | | | | | fix the bug where the wrench disappears on hover. BUG=53248,52199 Review URL: http://codereview.chromium.org/3236001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57799 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r57473aa@chromium.org2010-08-261-1/+2
| | | | | | TBR=eroman@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57492 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57473 and 57476. Best. Programmer. Ever.aa@chromium.org2010-08-261-2/+1
| | | | | | TBR=eroman@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57478 0039d316-1c4b-4281-b951-d872f2087c98
* First set of changes for M7 NTP.aa@chromium.org2010-08-261-1/+2
| | | | | | | | | | | | | | | | | | This doesn't do any behavior changes -- it just implements the styling. So we still have multi expand, and the recently closed section is still toggleable. I also didn't make the changes to the placement or text of the web store icon. I will make those separately. Screen caps: http://aaronboodman.com/z_dropbox/cr3156049/ BUG=53248 Review URL: http://codereview.chromium.org/3156049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57473 0039d316-1c4b-4281-b951-d872f2087c98
* NTP: Use the store as the last thumbnail in case we have no apps installed.arv@chromium.org2010-07-201-0/+4
| | | | | | | | | | | | | 1. If no apps are installed we add an item for the store to the most visited section. 2. No longer hide the most visited by default. 3. This removes the default apps on non ChromeOS BUG=46028, 47700 TEST=With a clean profile without any apps installed you should see the store thumbnail unless you blacklist it or pin 8 ohter pages. Review URL: http://codereview.chromium.org/3001003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52998 0039d316-1c4b-4281-b951-d872f2087c98
* Rename chrome://theme/resource to chrome://theme/IDR_RESOURCEarv@chromium.org2010-07-011-5/+4
| | | | | | | | | BUG=47881 TEST=Unit tests Review URL: http://codereview.chromium.org/2805050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51444 0039d316-1c4b-4281-b951-d872f2087c98
* NTP: Add ability to uninstall apps from the ntp.arv@chromium.org2010-06-211-0/+154
BUG=44915 TEST=Start chrome with --enable-apps (and optionally --enable-accelerated-compositing). Install some apps. Now hover over the app icon and click the wrench icon. Review URL: http://codereview.chromium.org/2832014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50368 0039d316-1c4b-4281-b951-d872f2087c98