|
Allow high-res bitmaps to be passed in from notifications API.
Previously the custom binding in JS would prevent an image that's larger
than the size of the template from being sent to the browser process.
This relaxes the maximum to be the largest supported scale factor of the machine.
BUG= 239676
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272211
Total comments: 3
Total comments: 10
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+894 lines, -669 lines) |
Patch |
 |
M |
chrome/browser/extensions/api/notifications/notifications_api.cc
|
View
|
1
2
3
4
5
6
7
|
13 chunks |
+63 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/notifications/notifications_apitest.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+15 lines, -615 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_common.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_renderer.gypi
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/extensions/api/notifications/notification_style.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/extensions/api/notifications/notification_style.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/extensions/notifications_native_handler.h
|
View
|
1
2
3
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/extensions/notifications_native_handler.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/OWNERS
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/resources/extensions/notifications_custom_bindings.gtestjs
|
View
|
1
2
3
4
5
|
1 chunk |
+104 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/notifications_custom_bindings.js
|
View
|
1
2
3
4
5
|
1 chunk |
+43 lines, -34 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/resources/extensions/notifications_test_util.js
|
View
|
1
2
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/api_test/notifications/api/basic_usage/background.js
|
View
|
1
2
3
4
5
|
1 chunk |
+305 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/test/data/extensions/api_test/notifications/api/basic_usage/manifest.json
|
View
|
1
2
3
4
5
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/extensions/api_test/notifications/api/by_user/background.js
|
View
|
1
2
3
4
5
|
2 chunks |
+25 lines, -4 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/api_test/notifications/api/partial_update/background.js
|
View
|
1
2
3
4
5
|
1 chunk |
+141 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/test/data/extensions/api_test/notifications/api/partial_update/manifest.json
|
View
|
1
2
3
4
5
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
ui/message_center/message_center_style.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 26 (0 generated)
|