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

Issue 2070903002: Add an XPC service to handle alert notifications on mac (Closed)

Created:
4 years, 6 months ago by Miguel Garcia
Modified:
4 years, 2 months ago
Reviewers:
Robert Sesek, Nico, pcc1
CC:
chromium-reviews, Peter Beverloo
Base URL:
https://chromium.googlesource.com/chromium/src.git@move_builder_add_response
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add an XPC service to handle alert notifications on mac BUG=571056 Committed: https://crrev.com/765f221e66c413ff3a50a52b4b1eb9172610c669 Cr-Commit-Position: refs/heads/master@{#423481}

Patch Set 1 : rebase #

Patch Set 2 : rebased #

Total comments: 36

Patch Set 3 : review #

Total comments: 1

Patch Set 4 : review #

Patch Set 5 #

Messages

Total messages: 40 (21 generated)
Miguel Garcia
First take at the XPC service, not ready for full review yet since all the ...
4 years, 6 months ago (2016-06-17 18:12:43 UTC) #1
Miguel Garcia
This is now ready for review. Everything works module one small problem I am figuring ...
4 years, 2 months ago (2016-09-29 13:46:21 UTC) #8
Robert Sesek
https://codereview.chromium.org/2070903002/diff/80001/chrome/BUILD.gn File chrome/BUILD.gn (right): https://codereview.chromium.org/2070903002/diff/80001/chrome/BUILD.gn#newcode1009 chrome/BUILD.gn:1009: ":chrome_framework_services", Adding this deps should be guarded by the ...
4 years, 2 months ago (2016-09-29 14:23:05 UTC) #11
Miguel Garcia
Thanks for the review! PTAL I will hold adding a reviewer for the chrome/BUILD.gn file ...
4 years, 2 months ago (2016-10-03 16:07:52 UTC) #12
Robert Sesek
https://codereview.chromium.org/2070903002/diff/80001/chrome/BUILD.gn File chrome/BUILD.gn (right): https://codereview.chromium.org/2070903002/diff/80001/chrome/BUILD.gn#newcode1009 chrome/BUILD.gn:1009: ":chrome_framework_services", On 2016/10/03 16:07:50, Miguel Garcia wrote: > On ...
4 years, 2 months ago (2016-10-04 16:04:26 UTC) #13
Miguel Garcia
On 2016/10/04 16:04:26, Robert Sesek wrote: > https://codereview.chromium.org/2070903002/diff/80001/chrome/BUILD.gn > File chrome/BUILD.gn (right): > > https://codereview.chromium.org/2070903002/diff/80001/chrome/BUILD.gn#newcode1009 ...
4 years, 2 months ago (2016-10-05 09:01:56 UTC) #16
Robert Sesek
LGTM
4 years, 2 months ago (2016-10-05 20:11:21 UTC) #19
Miguel Garcia
+thakis for the BUILD.gn files
4 years, 2 months ago (2016-10-05 21:03:58 UTC) #21
Nico
build.gn changes lgtm
4 years, 2 months ago (2016-10-05 21:45:43 UTC) #24
Miguel Garcia
Since I have a few patches pending on this and got all required LGTMs I ...
4 years, 2 months ago (2016-10-06 08:56:44 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2070903002/140001
4 years, 2 months ago (2016-10-06 08:57:02 UTC) #31
commit-bot: I haz the power
Committed patchset #5 (id:140001)
4 years, 2 months ago (2016-10-06 09:02:45 UTC) #32
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/765f221e66c413ff3a50a52b4b1eb9172610c669 Cr-Commit-Position: refs/heads/master@{#423481}
4 years, 2 months ago (2016-10-06 09:04:32 UTC) #34
pcc1
On 2016/10/06 09:04:32, commit-bot: I haz the power wrote: > Patchset 5 (id:??) landed as ...
4 years, 2 months ago (2016-10-06 18:04:38 UTC) #35
Nico
This one builds 'all': https://build.chromium.org/p/chromium/builders/Mac On Thu, Oct 6, 2016 at 2:04 PM, <pcc@chromium.org> wrote: ...
4 years, 2 months ago (2016-10-06 18:14:10 UTC) #36
Nico
I think the ToT bots use Xcode 8 but the main waterfall bot probably doesn't ...
4 years, 2 months ago (2016-10-06 18:15:12 UTC) #37
Miguel Garcia
No, I am using 7.3. My corp laptop only offers this as an option. Is ...
4 years, 2 months ago (2016-10-07 10:16:55 UTC) #38
chromium-reviews
In the interim I would be ok removing the xpc service from src/BUILD.gn to not ...
4 years, 2 months ago (2016-10-07 13:50:32 UTC) #39
chromium-reviews
4 years, 2 months ago (2016-10-07 14:00:57 UTC) #40
Message was sent while issue was closed.
Or even better, Robert discovered that I am probably just missing an
include so uploaded https://codereview.chromium.org/2396363002/ to fix.

If this does not fix it I am still ok removing the xpc service from
src/BUILD.gn but let's see if this fixes it first.

On Fri, Oct 7, 2016 at 2:50 PM, Miguel Garcia <miguelg@google.com> wrote:

> In the interim I would be ok removing the xpc service from src/BUILD.gn to
> not break the bot. I will lose compile time coverage in the meantime but I
> can live with that.
>
> Uploaded https://codereview.chromium.org/2402683002/
>
>
>
> On Fri, Oct 7, 2016 at 11:16 AM, Miguel Garcia <miguelg@chromium.org>
> wrote:
>
>> No, I am using 7.3. My corp laptop only offers this as an option.
>>
>> Is Xcode 8 the recommended compiler now or is it just a test bot?
>>
>> We have some off corp machines, will try to install Xcode 8 in there and
>> give it a shot.
>>
>> On Thu, Oct 6, 2016 at 7:15 PM, Nico Weber <thakis@chromium.org> wrote:
>>
>>> I think the ToT bots use Xcode 8 but the main waterfall bot probably
>>> doesn't yet. Miguel, did you try building this with Xcode 8?
>>>
>>> On Thu, Oct 6, 2016 at 2:14 PM, Nico Weber <thakis@chromium.org> wrote:
>>>
>>>> This one builds 'all': https://build.chromium.
>>>> org/p/chromium/builders/Mac
>>>>
>>>> On Thu, Oct 6, 2016 at 2:04 PM, <pcc@chromium.org> wrote:
>>>>
>>>>> On 2016/10/06 09:04:32, commit-bot: I haz the power wrote:
>>>>> > Patchset 5 (id:??) landed as
>>>>> > https://crrev.com/765f221e66c413ff3a50a52b4b1eb9172610c669
>>>>> > Cr-Commit-Position: refs/heads/master@{#423481}
>>>>>
>>>>> Hi Miguel, it look like this change caused a build failure on the
>>>>> ClangToTMac
>>>>> bot, e.g.
>>>>> https://build.chromium.org/p/chromium.fyi/builders/ClangToTM
>>>>> ac/builds/11539
>>>>>
>>>>> Can you please take a look?
>>>>>
>>>>> (This doesn't look like a clang ToT issue, I can't seem to find any
>>>>> other Mac
>>>>> bot that builds the "all" target though.)
>>>>>
>>>>> https://codereview.chromium.org/2070903002/
>>>>>
>>>>
>>>>
>>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups
"Chromium-reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698