Discussion:
[chromium-dev] Hangout source code in Browser?
Patel, Chintan M
2018-12-10 17:34:39 UTC
Permalink
Hi Chrome Team,

I am kind of new to browser space, Could someone please point me on where exactly hangout source code resides in browser? I have browser source code, however not sure where to start if I am working on hangout improvements some "proof - of - concepts".

Moreover, if I could get technical links to overall browser, hangouts designs it would be great.

Appreciate your help!

Regards,
Chintan Patel
Software Integration Engineer for ChromeOS
Email: ***@intel.com<mailto:***@intel.com>
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/074180B186AC2945B61C466FE6C478306A4954F6%40ORSMSX105.amr.corp.intel.com.
Mike Frysinger
2018-12-10 21:43:37 UTC
Permalink
what "hangout source code" are you referring to exactly ?

are you talking about the Hangouts extension
<https://chrome.google.com/webstore/detail/ljclpkphhpbpinifbeabbhlfddcpfdde>
? or something else ?
-mike
Post by Patel, Chintan M
Hi Chrome Team,
I am kind of new to browser space, Could someone please point me on where
exactly hangout source code resides in browser? I have browser source code,
however not sure where to start if I am working on hangout improvements
some "proof - of - concepts".
Moreover, if I could get technical links to overall browser, hangouts
designs it would be great.
Appreciate your help!
Regards,
Chintan Patel
Software Integration Engineer for ChromeOS
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/074180B186AC2945B61C466FE6C478306A4954F6%40ORSMSX105.amr.corp.intel.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/074180B186AC2945B61C466FE6C478306A4954F6%40ORSMSX105.amr.corp.intel.com?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAAbOScnFQtGz2%2BkHgTo_NQ_5HD0SyMEQqQW7AhLs1yRvOvCntw%40mail.gmail.com.
Patel, Chintan M
2018-12-10 21:56:28 UTC
Permalink
Hi Mike,

I am referring to hangout app source code in browser: https://hangouts.google.com . I want to modify hangout application and hence looking to access the source code for same.

Thanks,
Chintan

From: Mike Frysinger [mailto:***@chromium.org]
Sent: Monday, December 10, 2018 1:44 PM
To: Patel, Chintan M <***@intel.com>
Cc: chromium-dev <chromium-***@chromium.org>
Subject: Re: [chromium-dev] Hangout source code in Browser?

what "hangout source code" are you referring to exactly ?

are you talking about the Hangouts extension<https://chrome.google.com/webstore/detail/ljclpkphhpbpinifbeabbhlfddcpfdde> ? or something else ?
-mike

On Mon, Dec 10, 2018 at 2:58 PM Patel, Chintan M <***@intel.com<mailto:***@intel.com>> wrote:
Hi Chrome Team,

I am kind of new to browser space, Could someone please point me on where exactly hangout source code resides in browser? I have browser source code, however not sure where to start if I am working on hangout improvements some "proof - of - concepts".

Moreover, if I could get technical links to overall browser, hangouts designs it would be great.

Appreciate your help!

Regards,
Chintan Patel
Software Integration Engineer for ChromeOS
Email: ***@intel.com<mailto:***@intel.com>


--
--
Chromium Developers mailing list: chromium-***@chromium.org<mailto:chromium-***@chromium.org>
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/074180B186AC2945B61C466FE6C478306A4954F6%40ORSMSX105.amr.corp.intel.com<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/074180B186AC2945B61C466FE6C478306A4954F6%40ORSMSX105.amr.corp.intel.com?utm_medium=email&utm_source=footer>.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/074180B186AC2945B61C466FE6C478306A499708%40ORSMSX105.amr.corp.intel.com.
Matt Giuca
2018-12-10 23:29:59 UTC
Permalink
The website https://hangouts.google.com is not part of the browser. It's a
website hosted by Google and its original source code is not available
publicly.

As with any website, you can view its code by right-click -> View Source,
but the code is minified and obfuscated and not in a state to be modified.

If you want to make changes to the app's UI, your best bet is to write a
Chrome extension <https://developer.chrome.com/extensions/devguide> that
modifies its UI when installed.
Post by Patel, Chintan M
Hi Mike,
https://hangouts.google.com . I want to modify hangout application and
hence looking to access the source code for same.
Thanks,
Chintan
*Sent:* Monday, December 10, 2018 1:44 PM
*Subject:* Re: [chromium-dev] Hangout source code in Browser?
what "hangout source code" are you referring to exactly ?
are you talking about the Hangouts extension
<https://chrome.google.com/webstore/detail/ljclpkphhpbpinifbeabbhlfddcpfdde>
? or something else ?
-mike
On Mon, Dec 10, 2018 at 2:58 PM Patel, Chintan M <
Hi Chrome Team,
I am kind of new to browser space, Could someone please point me on where
exactly hangout source code resides in browser? I have browser source code,
however not sure where to start if I am working on hangout improvements
some "proof - of - concepts".
Moreover, if I could get technical links to overall browser, hangouts
designs it would be great.
Appreciate your help!
Regards,
Chintan Patel
Software Integration Engineer for ChromeOS
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/074180B186AC2945B61C466FE6C478306A4954F6%40ORSMSX105.amr.corp.intel.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/074180B186AC2945B61C466FE6C478306A4954F6%40ORSMSX105.amr.corp.intel.com?utm_medium=email&utm_source=footer>
.
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/074180B186AC2945B61C466FE6C478306A499708%40ORSMSX105.amr.corp.intel.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/074180B186AC2945B61C466FE6C478306A499708%40ORSMSX105.amr.corp.intel.com?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAHqYdca-GYhrvBtGLLgumSQsEVfq2i5xV0%3DpnZYwesGZHNnZSA%40mail.gmail.com.
Nico Weber
2018-12-10 23:34:13 UTC
Permalink
This post might be inappropriate. Click to display it.
PhistucK
2018-12-11 07:03:41 UTC
Permalink
Post by Nico Weber
the browser UI is (presumably, I don't actually know) built on top of
webrtc which is open-source
And on top of a component extension for Hangouts (source code
<https://cs.chromium.org/chromium/src/chrome/browser/resources/hangout_services/thunk.js?q=hangouts&sq=package:chromium&dr=C&l=208>,
I think) as well as some native client or web assembly module, if I am not
mistaken.

☆*PhistucK*
Post by Nico Weber
In addition to what Matt and MIke said: While Hangouts's code isn't
public, the browser UI is (presumably, I don't actually know) built on top
of webrtc which is open-source. If you just want to use that api,
https://webrtc.org/start/ has resources for that. If you want to hack on
webrtc's code see https://webrtc.org/contributing/ . The blink bindings
are in chromium's repository though. So it really depends on exactly you
want to do.
Post by Matt Giuca
The website https://hangouts.google.com is not part of the browser. It's
a website hosted by Google and its original source code is not available
publicly.
As with any website, you can view its code by right-click -> View Source,
but the code is minified and obfuscated and not in a state to be modified.
If you want to make changes to the app's UI, your best bet is to write a
Chrome extension <https://developer.chrome.com/extensions/devguide> that
modifies its UI when installed.
Post by Patel, Chintan M
Hi Mike,
https://hangouts.google.com . I want to modify hangout application and
hence looking to access the source code for same.
Thanks,
Chintan
*Sent:* Monday, December 10, 2018 1:44 PM
*Subject:* Re: [chromium-dev] Hangout source code in Browser?
what "hangout source code" are you referring to exactly ?
are you talking about the Hangouts extension
<https://chrome.google.com/webstore/detail/ljclpkphhpbpinifbeabbhlfddcpfdde>
? or something else ?
-mike
On Mon, Dec 10, 2018 at 2:58 PM Patel, Chintan M <
Hi Chrome Team,
I am kind of new to browser space, Could someone please point me on
where exactly hangout source code resides in browser? I have browser source
code, however not sure where to start if I am working on hangout
improvements some "proof - of - concepts".
Moreover, if I could get technical links to overall browser, hangouts
designs it would be great.
Appreciate your help!
Regards,
Chintan Patel
Software Integration Engineer for ChromeOS
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google
Groups "Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/074180B186AC2945B61C466FE6C478306A4954F6%40ORSMSX105.amr.corp.intel.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/074180B186AC2945B61C466FE6C478306A4954F6%40ORSMSX105.amr.corp.intel.com?utm_medium=email&utm_source=footer>
.
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google
Groups "Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/074180B186AC2945B61C466FE6C478306A499708%40ORSMSX105.amr.corp.intel.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/074180B186AC2945B61C466FE6C478306A499708%40ORSMSX105.amr.corp.intel.com?utm_medium=email&utm_source=footer>
.
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAHqYdca-GYhrvBtGLLgumSQsEVfq2i5xV0%3DpnZYwesGZHNnZSA%40mail.gmail.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAHqYdca-GYhrvBtGLLgumSQsEVfq2i5xV0%3DpnZYwesGZHNnZSA%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAMGbLiGYotHqPBrfsXOC-%3Du65o_xA6nQsgcMwJnY3f%2BVa6BBDQ%40mail.gmail.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAMGbLiGYotHqPBrfsXOC-%3Du65o_xA6nQsgcMwJnY3f%2BVa6BBDQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CABc02_KJuhPXSsf-kk7CmQmGcnTkD7ZS-5ozSiCysb0iukuw4Q%40mail.gmail.com.
Loading...