Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(818)

Issue 9918013: Add JavaScript dialogs functionality to content_shell on Windows (Closed)

Created:
8 years, 8 months ago by Cem Kocagil
Modified:
8 years, 8 months ago
Reviewers:
Avi (use Gerrit), jam
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add JavaScript dialogs functionality to content_shell on Windows BUG=120155 TEST=JavaScript dialogs should work in content_shell on Windows Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=129904

Patch Set 1 #

Patch Set 2 : style fix #

Patch Set 3 : more style fix #

Total comments: 6

Patch Set 4 : style fix 3 #

Patch Set 5 : style fix 4 #

Total comments: 1

Patch Set 6 : style fix 5 #

Patch Set 7 : eol fix, rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+204 lines, -6 lines) Patch
M content/content_shell.gypi View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M content/shell/resource.h View 1 chunk +6 lines, -0 lines 0 comments Download
M content/shell/shell.rc View 1 2 3 4 5 6 1 chunk +70 lines, -0 lines 0 comments Download
M content/shell/shell_javascript_dialog.h View 1 2 3 4 5 1 chunk +8 lines, -1 line 0 comments Download
M content/shell/shell_javascript_dialog_creator.h View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/shell_javascript_dialog_creator.cc View 4 chunks +4 lines, -4 lines 0 comments Download
A content/shell/shell_javascript_dialog_win.cc View 1 2 3 4 1 chunk +111 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Cem Kocagil
8 years, 8 months ago (2012-03-29 15:04:05 UTC) #1
Avi (use Gerrit)
Wow, that's fast. I'm completely unqualified to review this; passing to John because he's a ...
8 years, 8 months ago (2012-03-29 15:24:52 UTC) #2
Cem Kocagil
Yes, that shell.rc bugged me as well. It seems like someone coded a menu bar, ...
8 years, 8 months ago (2012-03-29 15:44:42 UTC) #3
jam
thanks for helping :) some nits http://codereview.chromium.org/9918013/diff/4002/content/shell/shell_javascript_dialog_win.cc File content/shell/shell_javascript_dialog_win.cc (right): http://codereview.chromium.org/9918013/diff/4002/content/shell/shell_javascript_dialog_win.cc#newcode15 content/shell/shell_javascript_dialog_win.cc:15: INT_PTR CALLBACK ShellJavaScriptDialog::DialogProc(HWND ...
8 years, 8 months ago (2012-03-29 15:50:30 UTC) #4
Cem Kocagil
Thanks for the nice review! I think I fixed the style issues now.
8 years, 8 months ago (2012-03-29 16:35:20 UTC) #5
jam
lgtm http://codereview.chromium.org/9918013/diff/4011/content/shell/shell_javascript_dialog.h File content/shell/shell_javascript_dialog.h (right): http://codereview.chromium.org/9918013/diff/4011/content/shell/shell_javascript_dialog.h#newcode50 content/shell/shell_javascript_dialog.h:50: static INT_PTR CALLBACK DialogProc(HWND hDlg, UINT msg, WPARAM ...
8 years, 8 months ago (2012-03-29 17:16:12 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cem.kocagil@gmail.com/9918013/3005
8 years, 8 months ago (2012-03-29 17:43:27 UTC) #7
commit-bot: I haz the power
Can't apply patch for file content/shell/shell.rc. While running patch -p1 --forward --force; patching file content/shell/shell.rc ...
8 years, 8 months ago (2012-03-29 17:43:43 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cem.kocagil@gmail.com/9918013/3005
8 years, 8 months ago (2012-03-29 17:53:52 UTC) #9
commit-bot: I haz the power
Can't apply patch for file content/shell/shell.rc. While running patch -p1 --forward --force; patching file content/shell/shell.rc ...
8 years, 8 months ago (2012-03-29 17:53:55 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cem.kocagil@gmail.com/9918013/9010
8 years, 8 months ago (2012-03-29 23:19:36 UTC) #11
commit-bot: I haz the power
Can't apply patch for file content/shell/shell.rc. While running patch -p1 --forward --force; patching file content/shell/shell.rc ...
8 years, 8 months ago (2012-03-29 23:19:38 UTC) #12
Cem Kocagil
For some reason the patch can't be applied, but I can apply it locally. Any ...
8 years, 8 months ago (2012-03-30 01:35:57 UTC) #13
jam
looks like this was because it didn't have the eol-style svn property. I just set ...
8 years, 8 months ago (2012-03-30 15:49:56 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cem.kocagil@gmail.com/9918013/22001
8 years, 8 months ago (2012-03-30 16:28:06 UTC) #15
commit-bot: I haz the power
Change committed as 129904
8 years, 8 months ago (2012-03-30 19:53:31 UTC) #16
Mihai Parparita -not on Chrome
On 2012/03/30 19:53:31, I haz the power (commit-bot) wrote: > Change committed as 129904 It ...
8 years, 8 months ago (2012-03-30 20:40:03 UTC) #17
Mihai Parparita -not on Chrome
8 years, 8 months ago (2012-03-30 20:48:32 UTC) #18
On 2012/03/30 20:40:03, Mihai Parparita wrote:
> On 2012/03/30 19:53:31, I haz the power (commit-bot) wrote:
> > Change committed as 129904
> 
> It looks like shell_javascript_dialog_win.cc has the executable bit set, which
> makes bots complain:
> 
>
http://build.chromium.org/p/chromium/builders/Linux/builds/21864/steps/check_...
> 
> The patch also says "new file mode 100755"

Fixed with http://crrev.com/129926

Powered by Google App Engine
This is Rietveld 408576698