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

Issue 35873003: Bundle Hangouts Services extension with Chrome (Closed)

Created:
7 years, 2 months ago by vrk (LEFT CHROMIUM)
Modified:
7 years, 2 months ago
CC:
chromium-reviews, arv+watch_chromium.org, Jói, sergel, juberti2, Niklas Enbom, bemasc, Finnur, meacer, jschuh, arv (Not doing code reviews), Patrick Dubroy
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Bundle Hangouts Services extension with Chrome BUG=291271 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=230426

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -0 lines) Patch
A chrome/browser/resources/hangouts_services/icon_128.png View Binary file 0 comments Download
A chrome/browser/resources/hangouts_services/manifest.json View 1 chunk +21 lines, -0 lines 2 comments Download
A chrome/browser/resources/hangouts_services/thunk.js View 1 chunk +65 lines, -0 lines 2 comments Download

Messages

Total messages: 10 (0 generated)
vrk (LEFT CHROMIUM)
Patrick, since you are in Munich-time and I'm in PST, please chat with Joi for ...
7 years, 2 months ago (2013-10-23 00:31:09 UTC) #1
vrk (LEFT CHROMIUM)
7 years, 2 months ago (2013-10-23 00:48:32 UTC) #2
Patrick Dubroy
I don't think I'm the best person to review this. Maybe arv?
7 years, 2 months ago (2013-10-23 12:07:51 UTC) #3
Jói
Manifest, logo and JavaScript code LGTM. I chatted with Patrick who did not feel he ...
7 years, 2 months ago (2013-10-23 12:17:56 UTC) #4
Nikita (slow)
lgtm
7 years, 2 months ago (2013-10-23 12:24:22 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vrk@chromium.org/35873003/1
7 years, 2 months ago (2013-10-23 12:25:45 UTC) #6
commit-bot: I haz the power
Change committed as 230426
7 years, 2 months ago (2013-10-23 14:49:52 UTC) #7
arv (Not doing code reviews)
LGTM https://codereview.chromium.org/35873003/diff/1/chrome/browser/resources/hangouts_services/thunk.js File chrome/browser/resources/hangouts_services/thunk.js (right): https://codereview.chromium.org/35873003/diff/1/chrome/browser/resources/hangouts_services/thunk.js#newcode14 chrome/browser/resources/hangouts_services/thunk.js:14: if (method == 'chooseDesktopMedia') { This would have ...
7 years, 2 months ago (2013-10-23 16:32:26 UTC) #8
meacer
Just a comment from a drive by review. https://codereview.chromium.org/35873003/diff/1/chrome/browser/resources/hangouts_services/manifest.json File chrome/browser/resources/hangouts_services/manifest.json (right): https://codereview.chromium.org/35873003/diff/1/chrome/browser/resources/hangouts_services/manifest.json#newcode9 chrome/browser/resources/hangouts_services/manifest.json:9: "matches": ...
7 years, 2 months ago (2013-10-23 17:09:16 UTC) #9
vrk (LEFT CHROMIUM)
7 years, 2 months ago (2013-10-23 19:10:01 UTC) #10
Message was sent while issue was closed.
Thanks all. I'll write a follow-up CL to address the post-commit comments.

https://codereview.chromium.org/35873003/diff/1/chrome/browser/resources/hang...
File chrome/browser/resources/hangouts_services/manifest.json (right):

https://codereview.chromium.org/35873003/diff/1/chrome/browser/resources/hang...
chrome/browser/resources/hangouts_services/manifest.json:9: "matches":
["*://*.google.com/hangouts*"]
On 2013/10/23 17:09:17, Mustafa Emre Acer wrote:
> Should this be /hangouts/* rather than /hangouts* ?
Yes, I think so. I'll double-check to make sure.

> Also, can we restrict this to https? In which cases is http used?
We run local test instances of Hangouts over http. If it's important to restrict
this to https, we could do it -- it would just make testing local changes a bit
inconvenient from the Hangouts-side. Let  me know.

https://codereview.chromium.org/35873003/diff/1/chrome/browser/resources/hang...
File chrome/browser/resources/hangouts_services/thunk.js (right):

https://codereview.chromium.org/35873003/diff/1/chrome/browser/resources/hang...
chrome/browser/resources/hangouts_services/thunk.js:14: if (method ==
'chooseDesktopMedia') {
On 2013/10/23 16:32:27, arv wrote:
> This would have been cleaner as a switch (yes you can use switch with strings
in
> js)

Thanks, will do in a follow-up CL.

Powered by Google App Engine
This is Rietveld 408576698