summaryrefslogtreecommitdiffstats
path: root/apps/app_host
Commit message (Collapse)AuthorAgeFilesLines
* Clean up apps deps.benwells@chromium.org2013-08-011-0/+1
| | | | | | | | | | | | Much stuff isn't needed or is only needed by subcomponents which will either move or be deleted. BUG=159366 TBR=thakis for apps DEPS refactor. No new dependency has been added, just the scope of the DEPS rule limited. Review URL: https://chromiumcodereview.appspot.com/21472002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215017 0039d316-1c4b-4281-b951-d872f2087c98
* Update include paths in apps/ for base/process changes.rsesek@chromium.org2013-07-232-2/+2
| | | | | | | | | BUG=242290 R=benwells@chromium.org Review URL: https://codereview.chromium.org/19998003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213099 0039d316-1c4b-4281-b951-d872f2087c98
* Use a direct include of strings headers in apps/.avi@chromium.org2013-06-111-2/+2
| | | | | | | | | | BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/15855014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205417 0039d316-1c4b-4281-b951-d872f2087c98
* Update App Launcher icons, splitting for Chromium, Chrome, Canary.tapted@chromium.org2013-04-221-1/+5
| | | | | | | | | | | | | | | | | | | | More binaries at http://go/chromerev/7719014/ . theme/app_list.ico | Bin 43766 -> 0 bytes theme/chromium/app_list.ico | Bin 0 -> 26489 bytes theme/chromium/app_list_48.png | Bin 0 -> 1142 bytes theme/default_100_percent/win/app_list.png | Bin 1279 -> 0 bytes src-internal binaries: http://go/viewvc/chrome-internal?view=rev&revision=36431 src-internal DEPS roll: http://go/viewvc/chrome-internal?view=rev&revision=36446 BUG=180700 TEST=official Chrome installer built and icons checked with and without --chrome-sxs. App Launcher enabled via chrome://flags to verify icons used in taskbar. Review URL: https://codereview.chromium.org/13947002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195449 0039d316-1c4b-4281-b951-d872f2087c98
* Use separate AppBundles for querying the launcher AP and installing the ↵erikwright@chromium.org2013-03-051-8/+15
| | | | | | | | | | | | binaries. R=benwells@chromium.org BUG=178479 Review URL: https://chromiumcodereview.appspot.com/12374051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186137 0039d316-1c4b-4281-b951-d872f2087c98
* Removing non-Launcher Apps V2 flow, interpreting --app-host as --app-launcher.huangs@chromium.org2013-03-011-2/+2
| | | | | | | | | | | | | | | | | | | | The non-Launcher Apps V2 flow: - Was installed by the "--app-host" switch, and has ap value "-apphost". - Enables V2 apps to appear in the NTP. - Cannot be directly uninstalled. Keeping it around increased complexity, and led to "missed-a-spot" bugs, such as Issue 178025 where app_host.exe passes "--app-host" to setup.exe when app_host.exe updates itself. Now we remove this flow from the installer, and not keep track of the distinction between "App Host" and "App Launcher". However, for backwards compatibility, setup.exe will still interpret "--app-host" as "--app-launcher", but will not genreate commands with "--app-host". BUG=178025,178834 Review URL: https://chromiumcodereview.appspot.com/12388022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185432 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 184352brettw@chromium.org2013-02-241-2/+2
| | | | | | | | | | | | | | | | | > Add utf_string_conversions to base namespace. > > This adds "using"s for all functions so those can be fixed in a separate pass. > > This converts the "Wide" versions of the functions in the Chrome directory as a first pass on the changeover. > > BUG= > > Review URL: https://codereview.chromium.org/12314090 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/12315071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184355 0039d316-1c4b-4281-b951-d872f2087c98
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-2/+2
| | | | | | | | | | | | This adds "using"s for all functions so those can be fixed in a separate pass. This converts the "Wide" versions of the functions in the Chrome directory as a first pass on the changeover. BUG= Review URL: https://codereview.chromium.org/12314090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184352 0039d316-1c4b-4281-b951-d872f2087c98
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
| | | | | | TBR=sky git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184344 0039d316-1c4b-4281-b951-d872f2087c98
* Move app_host code from extensions into src/apps.benwells@chromium.org2013-02-239-0/+572
BUG=None Review URL: https://chromiumcodereview.appspot.com/12310059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184295 0039d316-1c4b-4281-b951-d872f2087c98