summaryrefslogtreecommitdiffstats
path: root/chrome/browser/web_applications/web_app.cc
Commit message (Expand)AuthorAgeFilesLines
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-4/+5
* Rename ChromeThread to BrowserThread Part22:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part3:tfarina@chromium.org2010-10-071-9/+9
* Fix a bunch of clang warnings/errors.thakis@chromium.org2010-09-211-1/+3
* Submitting for Erik:tommi@chromium.org2010-08-261-0/+1
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-4/+4
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-031-3/+3
* file_util: Get rid of file_util::AppendToPath in icon_util_unittest.cctfarina@chromium.org2010-07-301-1/+1
* Add tests for chrome/browser/web_applications and mark some code as Win32 and...thestig@chromium.org2010-06-251-5/+5
* Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...ajwong@chromium.org2010-06-161-5/+1
* Win: Use different AppUserModelID for SxS installs.mattm@chromium.org2010-06-111-2/+2
* Allow "chrome-extension://" to be used as web app url.xiyuan@chromium.org2010-05-261-0/+1
* Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath.tfarina@chromium.org2010-05-241-4/+4
* Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...thestig@chromium.org2010-04-031-4/+3
* Append a number to make app shortcut name unique.xiyuan@chromium.org2010-03-261-4/+23
* Create a toplevel gfx/ dir and seed it with icon_util.ben@chromium.org2010-03-131-1/+1
* Fix build. linux_util.h caused a weird compile error when #included on Windows.phajdan.jr@chromium.org2010-03-121-1/+4
* Add missing tests for Linux desktop shortcuts logic.phajdan.jr@chromium.org2010-03-121-1/+7
* Use web app icon as ICON_BIG for Windowsxiyuan@chromium.org2010-03-081-0/+1
* chrome 3: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+5
* Fix app shortcut mess up per issue 31789xiyuan@chromium.org2010-02-231-0/+8
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* [Linux] Add better error reporting for creating application shortcuts.phajdan.jr@chromium.org2010-02-161-1/+6
* Implement launch disposition for extension-apps.rafaelw@chromium.org2010-02-051-7/+3
* Update/repair legacy gears web app shortcutsxiyuan@chromium.org2010-01-131-0/+9
* Append profile info to win7 app id per issue 30414xiyuan@chromium.org2010-01-061-19/+40
* Get web app icon via FavIconHelper and auto repair/updatexiyuan@chromium.org2009-12-111-6/+373
* Set prop app id for chromium/application shortcut.xiyuan@chromium.org2009-11-191-1/+10
* Disable create application shortcuts for internal pagesxiyuan@chromium.org2009-11-191-0/+17
* Implement web app shortcuts natively per issue 25528xiyuan@chromium.org2009-11-171-0/+301