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

Issue 61503003: Additional window features are not passed as a parameter to new popup windows (Closed)

Created:
7 years, 1 month ago by dreijer
Modified:
7 years, 1 month ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Added wrapper interface, WindowFeatures, that allows additional window features to be passed over IPC. BUG=315428 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235770

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : Applied changes on latest trunk. #

Total comments: 2

Patch Set 6 : Incorporated suggestions #

Total comments: 3

Patch Set 7 : Nits fixage #

Total comments: 1

Patch Set 8 : Added missing size for WebVector #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -1 line) Patch
M AUTHORS View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 1 2 3 4 5 6 7 2 chunks +13 lines, -1 line 0 comments Download
M content/common/view_messages.h View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
dreijer
Hey guys, I just submitted a patch that properly includes additional window features when new ...
7 years, 1 month ago (2013-11-06 05:16:29 UTC) #1
jochen (gone - plz use gerrit)
thanks for the patch. Can you explain what problem this is solving? And add a ...
7 years, 1 month ago (2013-11-06 11:00:49 UTC) #2
dreijer
On 2013/11/06 11:00:49, jochen wrote: > thanks for the patch. > > Can you explain ...
7 years, 1 month ago (2013-11-06 15:58:56 UTC) #3
jochen (gone - plz use gerrit)
John, what do you think about this?
7 years, 1 month ago (2013-11-06 16:02:36 UTC) #4
jam
On 2013/11/06 16:02:36, jochen wrote: > John, what do you think about this? if additionalFeatures ...
7 years, 1 month ago (2013-11-06 17:44:27 UTC) #5
dreijer
On 2013/11/06 17:44:27, jam wrote: > On 2013/11/06 16:02:36, jochen wrote: > > John, what ...
7 years, 1 month ago (2013-11-06 17:53:50 UTC) #6
jam
On 2013/11/06 17:53:50, dreijer wrote: > On 2013/11/06 17:44:27, jam wrote: > > On 2013/11/06 ...
7 years, 1 month ago (2013-11-07 18:01:03 UTC) #7
dreijer
On 2013/11/07 18:01:03, jam wrote: > On 2013/11/06 17:53:50, dreijer wrote: > > On 2013/11/06 ...
7 years, 1 month ago (2013-11-07 18:42:10 UTC) #8
dreijer
On 2013/11/07 18:42:10, dreijer wrote: > On 2013/11/07 18:01:03, jam wrote: > > On 2013/11/06 ...
7 years, 1 month ago (2013-11-07 20:52:40 UTC) #9
jochen (gone - plz use gerrit)
lgtm
7 years, 1 month ago (2013-11-08 11:53:50 UTC) #10
dreijer
On 2013/11/08 11:53:50, jochen wrote: > lgtm Hmm, it looks like part of the patchset ...
7 years, 1 month ago (2013-11-08 15:32:04 UTC) #11
jochen (gone - plz use gerrit)
you can associate a branch on a git checkout with an issue using the command ...
7 years, 1 month ago (2013-11-08 15:33:21 UTC) #12
dreijer
On 2013/11/08 15:33:21, jochen wrote: > you can associate a branch on a git checkout ...
7 years, 1 month ago (2013-11-09 06:30:48 UTC) #13
jam
https://codereview.chromium.org/61503003/diff/440001/content/common/view_messages.h File content/common/view_messages.h (right): https://codereview.chromium.org/61503003/diff/440001/content/common/view_messages.h#newcode367 content/common/view_messages.h:367: // The additional window features to use for the ...
7 years, 1 month ago (2013-11-11 17:07:18 UTC) #14
dreijer
On 2013/11/11 17:07:18, jam wrote: > https://codereview.chromium.org/61503003/diff/440001/content/common/view_messages.h > File content/common/view_messages.h (right): > > https://codereview.chromium.org/61503003/diff/440001/content/common/view_messages.h#newcode367 > ...
7 years, 1 month ago (2013-11-11 23:01:22 UTC) #15
Tom Sepez
view_messages.h LGTM with nits. https://codereview.chromium.org/61503003/diff/330002/AUTHORS File AUTHORS (right): https://codereview.chromium.org/61503003/diff/330002/AUTHORS#newcode313 AUTHORS:313: Soren Dreijer <dreijerbit@gmail.com> nit: alphabetize. ...
7 years, 1 month ago (2013-11-11 23:07:58 UTC) #16
dreijer
On 2013/11/11 23:07:58, Tom Sepez wrote: > view_messages.h LGTM with nits. > > https://codereview.chromium.org/61503003/diff/330002/AUTHORS > ...
7 years, 1 month ago (2013-11-11 23:16:42 UTC) #17
jam
lgtm
7 years, 1 month ago (2013-11-11 23:25:36 UTC) #18
dreijer
On 2013/11/11 23:25:36, jam wrote: > lgtm So, I'm seeing various try errors, but I ...
7 years, 1 month ago (2013-11-12 21:09:16 UTC) #19
jochen (gone - plz use gerrit)
https://codereview.chromium.org/61503003/diff/570001/content/browser/renderer_host/render_message_filter.cc File content/browser/renderer_host/render_message_filter.cc (right): https://codereview.chromium.org/61503003/diff/570001/content/browser/renderer_host/render_message_filter.cc#newcode464 content/browser/renderer_host/render_message_filter.cc:464: features.additionalFeatures[i] = blink::WebString( this probably needs to be features.additionalFeatures.append(blink::WebString(..));
7 years, 1 month ago (2013-11-12 21:15:44 UTC) #20
dreijer
On 2013/11/12 21:15:44, jochen wrote: > https://codereview.chromium.org/61503003/diff/570001/content/browser/renderer_host/render_message_filter.cc > File content/browser/renderer_host/render_message_filter.cc (right): > > https://codereview.chromium.org/61503003/diff/570001/content/browser/renderer_host/render_message_filter.cc#newcode464 > ...
7 years, 1 month ago (2013-11-12 21:19:39 UTC) #21
dreijer
On 2013/11/12 21:19:39, dreijer wrote: > On 2013/11/12 21:15:44, jochen wrote: > > > https://codereview.chromium.org/61503003/diff/570001/content/browser/renderer_host/render_message_filter.cc ...
7 years, 1 month ago (2013-11-12 23:27:39 UTC) #22
dreijer
On 2013/11/12 23:27:39, dreijer wrote: > On 2013/11/12 21:19:39, dreijer wrote: > > On 2013/11/12 ...
7 years, 1 month ago (2013-11-18 15:57:36 UTC) #23
jochen (gone - plz use gerrit)
hum, they all look somewhat unrelated. Let's give it a try
7 years, 1 month ago (2013-11-18 16:20:29 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dreijerbit@gmail.com/61503003/720001
7 years, 1 month ago (2013-11-18 16:20:49 UTC) #25
commit-bot: I haz the power
7 years, 1 month ago (2013-11-18 18:40:45 UTC) #26
Message was sent while issue was closed.
Change committed as 235770

Powered by Google App Engine
This is Rietveld 408576698