index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
web_applications
/
web_app.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename CommandLine::GetCommandLineString().
msw@chromium.org
2011-07-20
1
-1
/
+1
*
Replace many OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, since most of them a...
chromium@hybridsource.org
2011-05-28
1
-3
/
+3
*
Show "About panel" bubble on Windows.
jianli@chromium.org
2011-05-25
1
-0
/
+7
*
Fix ShellIntegrationTest.GetDesktopFileContents.
erg@google.com
2011-04-06
1
-1
/
+1
*
Add the calculated WMClass to generated .desktop files.
erg@google.com
2011-04-06
1
-8
/
+23
*
Split off web_app's ui into ui files, plumb TCW rather than TC.
avi@chromium.org
2011-03-24
1
-332
/
+46
*
fav icon -> favicon. Pass 5: fav_icon -> favicon
avi@chromium.org
2011-03-15
1
-1
/
+1
*
fav icon -> favicon. Pass 2: GetFavIcon -> GetFavicon
avi@chromium.org
2011-03-15
1
-1
/
+1
*
Remove Gears from Chrome.
aa@chromium.org
2011-03-11
1
-2
/
+1
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
1
-5
/
+5
*
Refactor GetCommandLineArgumentsCommon to not use strings.
evan@chromium.org
2011-03-08
1
-7
/
+12
*
Extension ids are ASCII.
evan@chromium.org
2011-03-04
1
-2
/
+2
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-2
/
+2
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-1
/
+1
*
Set Browser::app_name_ in a reasonable way for extension apps.
skerner@chromium.org
2011-01-14
1
-17
/
+50
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Move base/win_util to the base/win directory and use the base::win namespace.
brettw@google.com
2010-12-31
1
-1
/
+1
*
Cleanup: Remove unneeded includes of notification_service.h.
thestig@chromium.org
2010-12-17
1
-1
/
+2
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Revert "Revert "Implement web app definition parsing.""
aa@chromium.org
2010-11-17
1
-7
/
+5
*
Revert "Implement web app definition parsing."
aa@chromium.org
2010-11-17
1
-5
/
+7
*
Implement web app definition parsing.
aa@chromium.org
2010-11-17
1
-7
/
+5
*
Move windows version-related stuff out of base/win_util and into base/win/win...
brettw@chromium.org
2010-10-15
1
-4
/
+5
*
Rename ChromeThread to BrowserThread Part22:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part3:
tfarina@chromium.org
2010-10-07
1
-9
/
+9
*
Fix a bunch of clang warnings/errors.
thakis@chromium.org
2010-09-21
1
-1
/
+3
*
Submitting for Erik:
tommi@chromium.org
2010-08-26
1
-0
/
+1
*
Make prefs use std::string for keys rather than wstrings.
viettrungluu@chromium.org
2010-08-11
1
-4
/
+4
*
base: Rename EnvVarGetter to Environment.
tfarina@chromium.org
2010-08-03
1
-3
/
+3
*
file_util: Get rid of file_util::AppendToPath in icon_util_unittest.cc
tfarina@chromium.org
2010-07-30
1
-1
/
+1
*
Add tests for chrome/browser/web_applications and mark some code as Win32 and...
thestig@chromium.org
2010-06-25
1
-5
/
+5
*
Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...
ajwong@chromium.org
2010-06-16
1
-5
/
+1
*
Win: Use different AppUserModelID for SxS installs.
mattm@chromium.org
2010-06-11
1
-2
/
+2
*
Allow "chrome-extension://" to be used as web app url.
xiyuan@chromium.org
2010-05-26
1
-0
/
+1
*
Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath.
tfarina@chromium.org
2010-05-24
1
-4
/
+4
*
Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...
thestig@chromium.org
2010-04-03
1
-4
/
+3
*
Append a number to make app shortcut name unique.
xiyuan@chromium.org
2010-03-26
1
-4
/
+23
*
Create a toplevel gfx/ dir and seed it with icon_util.
ben@chromium.org
2010-03-13
1
-1
/
+1
*
Fix build. linux_util.h caused a weird compile error when #included on Windows.
phajdan.jr@chromium.org
2010-03-12
1
-1
/
+4
*
Add missing tests for Linux desktop shortcuts logic.
phajdan.jr@chromium.org
2010-03-12
1
-1
/
+7
*
Use web app icon as ICON_BIG for Windows
xiyuan@chromium.org
2010-03-08
1
-0
/
+1
*
chrome 3: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-08
1
-1
/
+5
*
Fix app shortcut mess up per issue 31789
xiyuan@chromium.org
2010-02-23
1
-0
/
+8
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-0
/
+1
*
[Linux] Add better error reporting for creating application shortcuts.
phajdan.jr@chromium.org
2010-02-16
1
-1
/
+6
*
Implement launch disposition for extension-apps.
rafaelw@chromium.org
2010-02-05
1
-7
/
+3
*
Update/repair legacy gears web app shortcuts
xiyuan@chromium.org
2010-01-13
1
-0
/
+9
*
Append profile info to win7 app id per issue 30414
xiyuan@chromium.org
2010-01-06
1
-19
/
+40
*
Get web app icon via FavIconHelper and auto repair/update
xiyuan@chromium.org
2009-12-11
1
-6
/
+373
*
Set prop app id for chromium/application shortcut.
xiyuan@chromium.org
2009-11-19
1
-1
/
+10
[next]