Daniel Erat
2013/09/20 15:00:24
per elliot's https://codereview.chromium.org/23536
per elliot's https://codereview.chromium.org/23536057/, chromeos probably
shouldn't depend on ui/. i'll let him weigh in on this, but perhaps the error
handler should be moved under base/, as he's doing with other ui stuff in his
CL.
Elliot Glaysher
2013/09/20 16:28:20
It's a combination of dependency aesthetics (chrom
On 2013/09/20 15:00:24, Daniel Erat wrote:
> per elliot's https://codereview.chromium.org/23536057/, chromeos probably
> shouldn't depend on ui/. i'll let him weigh in on this, but perhaps the error
> handler should be moved under base/, as he's doing with other ui stuff in his
> CL.
It's a combination of dependency aesthetics (chromeos/ shouldn't depend on ui/
because they do very different things) and the problem that this won't link in
some configurations. I'd REALLY prefer if chromeos/ didn't depend on ui/, but if
you do go that route, make sure that it depends on ui, via gyp.
kcwu
2013/09/20 17:55:13
It's nice that these common things moved to base/.
On 2013/09/20 16:28:20, Elliot Glaysher wrote:
> On 2013/09/20 15:00:24, Daniel Erat wrote:
> > per elliot's https://codereview.chromium.org/23536057/, chromeos probably
> > shouldn't depend on ui/. i'll let him weigh in on this, but perhaps the
error
> > handler should be moved under base/, as he's doing with other ui stuff in
his
> > CL.
>
> It's a combination of dependency aesthetics (chromeos/ shouldn't depend on ui/
> because they do very different things) and the problem that this won't link in
> some configurations. I'd REALLY prefer if chromeos/ didn't depend on ui/, but
if
> you do go that route, make sure that it depends on ui, via gyp.
It's nice that these common things moved to base/. Let me move
ui/base/x/x11_error_tracker.* to base/x11, how do you feel?
Elliot Glaysher
2013/09/20 22:54:10
I'm fine with that. (However, there currently isn'
On 2013/09/20 17:55:13, kcwu wrote:
> On 2013/09/20 16:28:20, Elliot Glaysher wrote:
> > On 2013/09/20 15:00:24, Daniel Erat wrote:
> > > per elliot's https://codereview.chromium.org/23536057/, chromeos probably
> > > shouldn't depend on ui/. i'll let him weigh in on this, but perhaps the
> error
> > > handler should be moved under base/, as he's doing with other ui stuff in
> his
> > > CL.
> >
> > It's a combination of dependency aesthetics (chromeos/ shouldn't depend on
ui/
> > because they do very different things) and the problem that this won't link
in
> > some configurations. I'd REALLY prefer if chromeos/ didn't depend on ui/,
but
> if
> > you do go that route, make sure that it depends on ui, via gyp.
>
> It's nice that these common things moved to base/. Let me move
> ui/base/x/x11_error_tracker.* to base/x11, how do you feel?
I'm fine with that. (However, there currently isn't a base/x11/ directory; the
first patch that adds files is currently under review. That said, since you
aren't adding the same code, I don't see a reason to block on me.)
Issue 24039002: Pepper API implementation for output protection.
(Closed)
Created 7 years, 3 months ago by kcwu
Modified 6 years, 11 months ago
Reviewers: cpu_(ooo_6.6-7.5), DaleCurtis, dmichael (off chromium), marcheu, wuchengli, piman, Cris Neckar, binji, Daniel Erat, Elliot Glaysher
Base URL: http://git.chromium.org/chromium/src.git@master
Comments: 322