Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/electron/libchromiumcontent

Shared library build of Chromium’s Content module
https://github.com/electron/libchromiumcontent

Seems we need to set host_arch and target_arch more forcefully

038e353f9a01b9bc4c3a7f3a63fb4856670ec7b7 authored about 11 years ago by Adam Roben <[email protected]>
Build 64-bit on OS X

944cfc414c269c3dddde41dfec13293faa3971d9 authored about 11 years ago by Adam Roben <[email protected]>
Merge pull request #32 from brightray/chrome-31

Update to Chrome 31.0.1650.57

4252769640884c1964cb936c91521e1a1fb50500 authored about 11 years ago by Adam Roben <[email protected]>
Compile content_app into libchromiumcontent

This is needed to get content::ContentMain and friends.

f484ce1fc5c58a7ce7bbc3df8d13b46fdaceb37c authored about 11 years ago by Adam Roben <[email protected]>
Teach gyp to link libchromiumcontent as C++

As of https://codereview.chromium.org/23475025, gyp will only link
modules as C++ if they contai...

5d96bdba283049689fec8e9115515bc42a47095f authored about 11 years ago by Adam Roben <[email protected]>
Move chromiumcontent.gyp into its own directory

This will give us a place to put more files to be copied into src/.

325921e27360effb3ccc5668bd2e5138b0782e9f authored about 11 years ago by Adam Roben <[email protected]>
Fix a typo in inside_webkit.patch

b0f8f55b55c97746b69c5804a1d4563ec2e08f36 authored about 11 years ago by Adam Roben <[email protected]>
Update v8_debug.patch for Chrome 31

62593be24e99f8ec1b4ed6d206572b6ea029bc31 authored about 11 years ago by Adam Roben <[email protected]>
Update inside_webkit.patch for Chrome 31

570628a289b6aab4360d441f3810c69b76cda8ce authored about 11 years ago by Adam Roben <[email protected]>
Update to Chrome 31.0.1650.57

This is the latest stable release of Chrome.

30ad11999bc5677e52abc8499cf791cfe37c408b authored about 11 years ago by Adam Roben <[email protected]>
Merge pull request #30 from brightray/linux

Add three artifacts to the Linux build

fba7f28bcc54187c762ea4659223aeeb33bf2c59 authored about 11 years ago by Adam Roben <[email protected]>
remove redundant dependencies

52e2e7abd3dfcbe86f728bf398ccb8ecb17a1621 authored about 11 years ago by Patrick Reynolds <[email protected]>
move the libencryptor.a job out of test_support_chromiumcontent target

7ddba388364ee0b429a2b72555daa55e3270876f authored about 11 years ago by Patrick Reynolds <[email protected]>
flatten libencryptor.a

b6d507749e7999960fc16e7532722fcd169ce390 authored about 11 years ago by Patrick Reynolds <[email protected]>
stop forcing standalone_static_library

8fe70e336bc8ebde82225d692ef254999defe243 authored about 11 years ago by Patrick Reynolds <[email protected]>
create artifact libtest_support_chromiumcontent.a

f8c75f2bc74500e5f24574e22e289b329b5a9a5e authored about 11 years ago by Patrick Reynolds <[email protected]>
fix location of libnet_test_support.a (again)

804a3fb837e22060067e01f46f0d92708d8c3cbc authored about 11 years ago by Patrick Reynolds <[email protected]>
make libnet_test_support.a not-thin

593a0574a00c962ca8d2484e2f44fab1405c5a2a authored about 11 years ago by Patrick Reynolds <[email protected]>
fix location of libnet_test_support.a

4fd0979db65751fcb482872974b019dc2d67ec4b authored about 11 years ago by Patrick Reynolds <[email protected]>
bundle up net_test_support

0799fdd034742d6d746c64940d52c599986f7179 authored about 11 years ago by Patrick Reynolds <[email protected]>
bundle up encryptor and gtest

336a7602a82dbe1425b380d1e5fb0dcb8af90885 authored about 11 years ago by Patrick Reynolds <[email protected]>
Merge pull request #29 from brightray/linux

Make the library usable for brightray and chat on Linux

430d2991ce0371f60eaea220c0272bacc8a58860 authored about 11 years ago by Adam Roben <[email protected]>
build chrome_sandbox and put it in the .zip

58d63bfde11b47a83fe014f9589865c1f6352566 authored about 11 years ago by Patrick Reynolds <[email protected]>
don't use tcmalloc in Linux builds

87c197cfd79e34baf8b666d552add2bedd01d43c authored about 11 years ago by Patrick Reynolds <[email protected]>
Merge pull request #28 from brightray/xcode-clang

Use Xcode's clang, not Chromium's

21d99bd412dda76aca6bcc722134d24d8ea17746 authored about 11 years ago by Adam Roben <[email protected]>
Remove an unsupported warning flag

9f2a77255f3322d1f982166e6305f242a863daa5 authored about 11 years ago by Adam Roben <[email protected]>
Don't try to use Chrome's clang plugins with Xcode's clang

fadedd4ee54ea283114f6d7aae902ad345d373db authored about 11 years ago by Adam Roben <[email protected]>
Use Xcode's clang instead of Chromium's

This matches what client apps will be using, so will hopefully reduce
errors due to version mism...

3a97fe092e8c649202523c92c5a57b27d4b9d8f3 authored about 11 years ago by Adam Roben <[email protected]>
Remove googleurl/ from the distribution

It was deleted in Chrome 30. See
https://src.chromium.org/viewvc/chrome?revision=216922&view=rev...

759a8d09471fef04acf32d5fc8c48676090b357d authored about 11 years ago by Adam Roben <[email protected]>
Merge pull request #27 from brightray/chrome-30

Update to the latest Chrome 30 stable release

bfb2d7bd95b41f328989622f7ac416c9544a9478 authored over 11 years ago by Adam Roben <[email protected]>
Patch new Blink headers to use INSIDE_WEBKIT consistently

ea4fe8b69da9462c7a03d501d7ed511ee8c63123 authored over 11 years ago by Adam Roben <[email protected]>
Bring back our WebArrayBuffer.h patch

I mistakenly removed it in bd14c33e67e45b792995d1135e255c56d27792c7. But
the file was just moved...

d22e83da0663ece2160bdde116234109dea3b4c7 authored over 11 years ago by Adam Roben <[email protected]>
Remove custom json_cpp gclient variable

DEPS now uses the right SourceForge URL for checking out jsoncpp.

014c14bcce0c89b716acd712527ad0acf70aea75 authored over 11 years ago by Adam Roben <[email protected]>
Update v8::AssertNoGCScope patch for Chrome 30

ace5690a16d11b68645816da7f7bf1c6e7f61035 authored over 11 years ago by Adam Roben <[email protected]>
Update sandbox_win.gypi patch for Chrome 30

412b8c9a676b220489c4bc8616e10eee6bf39618 authored over 11 years ago by Adam Roben <[email protected]>
Update INSIDE_WEBKIT patch for Chrome 30

bd14c33e67e45b792995d1135e255c56d27792c7 authored over 11 years ago by Adam Roben <[email protected]>
Update ICU patches and headers for Chrome 30

third_party/icu/public was removed in
http://src.chromium.org/viewvc/chrome?view=revision&revisi...

f2fa0276b0a45c2a3354e6f5b542f0ae5b711810 authored over 11 years ago by Adam Roben <[email protected]>
Update DOMStorageHost patch for Chrome 30

This class was moved to content/browser/dom_storage and renamed in
http://src.chromium.org/viewv...

31e4cbd0939db1a6500d0434d9d68155e913e9d1 authored over 11 years ago by Adam Roben <[email protected]>
Remove unneeded ContentDecryptorDelegate patch

This class moved from webkit/plugins/ppapi to content/renderer/pepper in
http://src.chromium.org...

1ba60d8eaa160cdeaf9931bae36149eb77833f67 authored over 11 years ago by Adam Roben <[email protected]>
Update to the latest Chrome 30 stable release

39ae8c33643f14c4ff9298bb738e374c501003ea authored over 11 years ago by Adam Roben <[email protected]>
Stop exporting GURL symbols from test_support_chromiumcontent

They get pulled into the test application from libchromiumcontent
itself.

a56056d8f6af9d66ffdd998d136323ef659c10c6 authored over 11 years ago by Adam Roben <[email protected]>
Merge pull request #25 from brightray/29.0.1547.57

Update to Chrome 29

ccec3a4031fa79d61f4199d99e477813d2d72a5a authored over 11 years ago by Adam Roben <[email protected]>
Try to fix Windows doing clean builds every time

This is a workaround for http://crbug.com/278135.

43b5cc55e4e3d83b32323312a512b61ea6bccd66 authored over 11 years ago by Adam Roben <[email protected]>
Turns out googleurl still exists in Chrome 29

abb23372a90d4d37cbb63f31d6386f01077bde06 authored over 11 years ago by Adam Roben <[email protected]>
Update for googleurl -> url move in Chrome 29

53cc40bf7cb6e6b497670588f67d957fb7a13e23 authored over 11 years ago by Adam Roben <[email protected]>
Update WebKit export macros for Chrome 29

73307b5feda0b0d76a49898795f00c0e5d373693 authored over 11 years ago by Adam Roben <[email protected]>
Make Blink use INSIDE_WEBKIT consistently

WEBKIT_IMPLEMENTATION currently has two meanings:

1. we should export our public symbols
2. we'...

81612c964a4c139211e8bff5e5f8ec275f6ee005 authored over 11 years ago by Adam Roben <[email protected]>
Update AssertNoGCScope patch for Chrome 29

956960c970589497798bbbb3b79129386811692e authored over 11 years ago by Adam Roben <[email protected]>
Update for new Blink export macros

WEBKIT_DLL is no longer used; COMPONENT_BUILD is used instead like all
other modules. BLINK_COMM...

61d429ce31eb2c570127914a376048784dfd31cf authored over 11 years ago by Adam Roben <[email protected]>
Revert "Remove v8::AssertNoGCScope patch"

We need this for Chrome 29, as predicted. See
ed6d9c62eb5411650964ea58211a2b27e504f35f for the o...

ff931714d3a2cda4f100cb66f504cc0fc0dffab8 authored over 11 years ago by Adam Roben <[email protected]>
Fix linker errors for libchromiumviews

b6aebce5f11afd87500654a8ef28887170864286 authored over 11 years ago by Adam Roben <[email protected]>
Update for changes to GURL export macros in Chrome 29

d07d11da0cc126c4d296edaa40af884be2bc267f authored over 11 years ago by Adam Roben <[email protected]>
Remove chrome_browser_ui library

It existed purely to export Chrome's MenuController class. That class
has been moved into the ui...

f43139af6f33f5d542f4310f6a44965fd32b5485 authored over 11 years ago by Adam Roben <[email protected]>
Update ResourceUpdate patch for Chrome 29

efa7012f79c1e8d4b24e814b14d1ab5a1d209576 authored over 11 years ago by Adam Roben <[email protected]>
Update DomStorageHost patch for Chrome 29

b07e24c89fb97515230b8129801aa862a7f75153 authored over 11 years ago by Adam Roben <[email protected]>
Update ContentDecryptorDelegate patch for Chrome 29

486c1f9f5704ceaaa7662ef25a64d23a86f387a9 authored over 11 years ago by Adam Roben <[email protected]>
Try to work around http://crbug.com/276869

29a818a729dd3842ebe45183f1ac1ab46c2a8c7d authored over 11 years ago by Adam Roben <[email protected]>
Spew less when script/cibuild or script/update fails

1371a2f2a80fff2e6e7412565b5878029dd2abf8 authored over 11 years ago by Adam Roben <[email protected]>
Update to Chrome 29

Chrome 29.0.1547.57 is the new Stable release.

6f3059b3527bf018b107d1f5f5ab6f57537e4537 authored over 11 years ago by Adam Roben <[email protected]>
Switch back to using s3put on Linux

65a2dcfc44e0ad946d063fc148a2e7e809f17356 authored over 11 years ago by Adam Roben <[email protected]>
Delete commented-out code in script/download

5ffcb396d64df97a2d0220101e1e52598a661fc8 authored over 11 years ago by Adam Roben <[email protected]>
Teach script/download about Linux

b45fcc2aa477d857917e6ebf21bad601037dbdb0 authored over 11 years ago by Adam Roben <[email protected]>
Merge pull request #24 from brightray/linux

Get a basic Linux build working

be713176cce155601c7ec79f4129f4c7fceae495 authored over 11 years ago by Adam Roben <[email protected]>
Don't use a s3cmd config file on Linux

8f8275ff5f5bc5d01ccb538fccb4cf6b5160521c authored over 11 years ago by Adam Roben <[email protected]>
Don't use subprocess.check_output

It doesn't exist in Python 2.6.

c14fef7d266b4143087d9e3fc4b851378c49aa9b authored over 11 years ago by Adam Roben <[email protected]>
Use s3cmd to upload on Linux

Our Linux builders don't have boto/filechunkio installed yet.

5635528cf538955713c6a716a511cecd3e44ef63 authored over 11 years ago by Adam Roben <[email protected]>
Stop using shutil.make_archive

It doesn't exist on Python 2.6, which we're using to build on Linux at
the moment.

089bf2a395667cf96e1b3c87207b231ed1a82b30 authored over 11 years ago by Adam Roben <[email protected]>
Tell script/create-dist we have no symbols on Linux

57ae314e81911367a3c8c4795f8b83864857c690 authored over 11 years ago by Adam Roben <[email protected]>
Teach script/create-dist about Linux

4c6f54fe9462d90f2076d23271601c9626dd82c3 authored over 11 years ago by Adam Roben <[email protected]>
Fix gyp syntax

d0cd455209996634ebe144ebb0382dd90bb0cf2f authored over 11 years ago by Adam Roben <[email protected]>
Fix Release linker error on Linux

We were getting a linker error about duplicate definitions of malloc(),
one in base/process_util...

f9e6e976ae283d15a181c91673db5988f44de767 authored over 11 years ago by Adam Roben <[email protected]>
Make sure we always apply patches in alphabetical order

321b92af852b0182844b64144699784a326d6d74 authored over 11 years ago by Adam Roben <[email protected]>
Export ICU headers

33472d4dfeca556ce68c126cc71cd1e3f830de8a authored over 11 years ago by Adam Roben <[email protected]>
When `gclient sync` fails, revert all local changes and try again

This can help when we switch from one Chrome release to another. Our
applied patches make switch...

77378f116720c7046b80f9f9d2a552b4ad9e8966 authored over 11 years ago by Adam Roben <[email protected]>
Merge pull request #23 from brightray/chromiumviews_pdb

Ship the pdb files of chromiumviews.

3fd31dc0e5c9aaf025b64bf0706a6937b7b9d037 authored over 11 years ago by Adam Roben <[email protected]>
Ship the pdb files of chromiumviews.

f656ba7d9c37aada9e2aee17f44130624b73c795 authored over 11 years ago by Cheng Zhao <[email protected]>
Merge pull request #22 from brightray/cygwin2

Improve cygwin support

44910adb996ddc6501fb736067b05ba5ab4d41ac authored over 11 years ago by Adam Roben <[email protected]>
Use chromium'python to execute chromium's scripts.

5975733a00f58f13a0386e8c9ac8c2b561d561d2 authored over 11 years ago by Cheng Zhao <[email protected]>
Use the system python to run update script when running under cygwin.

The win32 python shipped by chromium needs to be fetched by gclient sync,
which then requires ru...

71038d428f154ce900bab240d2aec6c796bf416e authored over 11 years ago by Cheng Zhao <[email protected]>
Use list to compare sys.platform.

0bbbcfe14637f0860e21fbda7487d6cd5d4087e0 authored over 11 years ago by Cheng Zhao <[email protected]>
Update to Chrome 28.0.1500.71

e1e0393e9cf801e843f4a7e12d2d19a6d66a3032 authored over 11 years ago by Adam Roben <[email protected]>
Merge pull request #21 from brightray/ui_views

Export ui/views library

ee4cea0403a70d624ab5e37ec10c35ccb8b84b21 authored over 11 years ago by Adam Roben <[email protected]>
Use chromiumviews as the name for views module.

0426ad07166591a7526b20450768e1f85b4ce8fe authored over 11 years ago by Cheng Zhao <[email protected]>
Don't make views-specific defines global.

2b0cf8615fcfbbfe7fed92ab0ac9aeee58147237 authored over 11 years ago by Cheng Zhao <[email protected]>
Build the views module as static library.

fbbb213591d6eaa072212cfae38a1a0cdf5d20af authored over 11 years ago by Cheng Zhao <[email protected]>
web_dialogs is a dependency of webview, export its symbols.

efb4477a9ed2f7988bedb3fa73fcea44748c0717 authored over 11 years ago by Cheng Zhao <[email protected]>
Also include webview in the dependencies.

ae28111278288625b3c30de7ba957435149cba4e authored over 11 years ago by Cheng Zhao <[email protected]>
Add the CONTENT_IMPLEMENTATION definetion.

For targets that uses content module but is not part of it (for example
the webview target), we ...

742917f241a823af386c3a529e5999893200f4cb authored over 11 years ago by Cheng Zhao <[email protected]>
Export symbols of WebView(ui/views/controls/webview).

7de1af7dc5cc18c6654dc43838232760e7097915 authored over 11 years ago by Cheng Zhao <[email protected]>
Export ui/views library.

8d35257dfca387e3c98ce0e2b59315efc06ee3a2 authored over 11 years ago by Cheng Zhao <[email protected]>
Include all headers from testing/

This includes handy headers like testing/gtest_mac.h.

a0bc6152169a268e814c6c7595f25f54f185e649 authored over 11 years ago by Adam Roben <[email protected]>
Merge pull request #19 from brightray/chrome-28

Build the latest release of Chrome 28

929f9c9b38cb4f2069944873f4babe3b1bfaad0f authored over 11 years ago by Adam Roben <[email protected]>
Remove v8::AssertNoGCScope patch

This isn't needed for Chrome 28. We'll probably need to re-add it when
we update to Chrome 29.

4751a1bbac76dedca9dd643e2d85a6ecb0df6b35 authored over 11 years ago by Adam Roben <[email protected]>
Update ResourceUpdate patch to match Chrome 28

13b31305e385c6804db6e3eff7b9a07fa7beb8a2 authored over 11 years ago by Adam Roben <[email protected]>
Update custom_deps to match latest recommendations

These came from http://dev.chromium.org/developers/how-tos/get-the-code

bd02710731e4eb7dc33b75eecb49452da9c2d700 authored over 11 years ago by Adam Roben <[email protected]>
Build the latest release of Chrome 28

VERSION now specifies a Chrome release instead of a Chromium trunk
revision. script/update now g...

8a9237f51bb08c6f8fd054fbcdf3873876538fcb authored over 11 years ago by Adam Roben <[email protected]>
Merge pull request #18 from brightray/encryptor

Distribute encryptor.lib and related headers on Windows

0f470d61300e045f2a5056bdeb0a21afae4ab834 authored over 11 years ago by Adam Roben <[email protected]>
Merge pull request #17 from brightray/cygwin

Support building libchromiumcontent under cygwin

e3b412c03d751c57d8c6d4690b34e5c15954ca6a authored over 11 years ago by Adam Roben <[email protected]>
PLATFORM => TARGET_PLATFORM.

5b4ef47047e74c4f1caf4226d63816e6199104f7 authored over 11 years ago by Cheng Zhao <[email protected]>
Mention we are using standard win32 python in comment.

f0eece1c90107d294c32c32d2fb2aff30d7bf8d1 authored over 11 years ago by Cheng Zhao <[email protected]>