|
|
Publish app shortcuts on Mac
With this CL when installing a platform app we do the following
- copy the stub App Mode Loader.app bundle to a tmp folder with the correct app name
- update the info plist
- copy the final app to /Applications
- if we don't have write permission to /Application then we copy the app to ~/Application instead
Note, for now I'm putting this feature behind a --enable-platform-apps flag.
BUG= 112651
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=121613
Total comments: 8
Total comments: 14
Total comments: 16
Total comments: 10
Total comments: 26
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+549 lines, -386 lines) |
Patch |
 |
M |
base/file_util_mac.mm
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/mac/bundle_locations.mm
|
View
|
1
2
3
|
4 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
base/mac/foundation_util.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/mac/foundation_util.mm
|
View
|
1
2
3
4
5
|
3 chunks |
+14 lines, -5 lines |
0 comments
|
Download
|
 |
M |
base/mac/foundation_util_unittest.mm
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/app/app_mode_loader_mac.mm
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/app_controller_mac.mm
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/app_shortcut_manager.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/shell_integration.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/shell_integration_win.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
18 chunks |
+39 lines, -39 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/web_applications/web_app.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/web_applications/web_app.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+17 lines, -308 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/web_applications/web_app_linux.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/web_applications/web_app_mac.mm
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+107 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/web_applications/web_app_win.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+252 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/mac/app_mode_common.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+16 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/mac/app_mode_common.mm
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
Total messages: 28 (0 generated)
|