|
|
Implement window.alert() and its cousins for extensions.
Second try, now with fixed observer.
BUG= 12126
TEST=put a window.prompt() in a background page, a browser action, and a page action.
Make sure it gets the result back correctly. Also make sure it still works when
called from a web page.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31204
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+246 lines, -114 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
|
1 chunk |
+16 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/app_modal_dialog.h
|
View
|
1
|
4 chunks |
+12 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/app_modal_dialog.cc
|
View
|
1
|
6 chunks |
+30 lines, -32 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/app_modal_dialog_gtk.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_host.h
|
View
|
|
3 chunks |
+13 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_host.cc
|
View
|
|
5 chunks |
+36 lines, -4 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/jsmessage_box_client.h
|
View
|
1
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/jsmessage_box_handler.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/jsmessage_box_handler.cc
|
View
|
1
|
2 chunks |
+4 lines, -36 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents.h
|
View
|
|
4 chunks |
+14 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents.cc
|
View
|
|
4 chunks |
+54 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/jsmessage_box_dialog.h
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/jsmessage_box_dialog.cc
|
View
|
|
2 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|