Adam Roben
ef5992b0eb
Fix cpplint errors in devtools_ui.cc
2013-11-17 17:53:38 -05:00
Adam Roben
dfb8a809ee
Fix cpplint errors in default_web_contents_delegate.cc
2013-11-17 17:52:24 -05:00
Adam Roben
0c13adb134
Don't require all files to have a copyright/license header
...
The LICENSE file at the root of the repository is enough.
2013-11-17 17:52:05 -05:00
Adam Roben
a35a57c3c4
Fix cpplint errors in browser_main_parts.cc
2013-11-17 17:51:19 -05:00
Adam Roben
cc4aeb995b
Fix cpplint errors in browser_context.cc
2013-11-17 17:42:56 -05:00
Adam Roben
101a7bfa21
Fix cpplint errors in browser_client.cc
2013-11-17 17:39:01 -05:00
Adam Roben
43f3d0acdc
Run cpplint as part of our CI build
...
This will help ensure a consistent C++ coding style.
2013-11-17 17:38:09 -05:00
Adam Roben
904cb1a564
Merge pull request #33 from brightray/linux
...
builds on Linux
2013-11-17 14:03:56 -08:00
Patrick Reynolds
ceb8113ca6
current libchromiumcontent
2013-11-16 01:14:51 -06:00
Patrick Reynolds
5ae0b3094c
current libchromiumcontent
2013-11-16 00:49:53 -06:00
Patrick Reynolds
c0543d9b46
current libchromiumcontent
2013-11-15 23:04:02 -06:00
Patrick Reynolds
a18842de1a
give member variables trailing _
...
- also, reorder member variables to come after methods
2013-11-15 22:22:25 -06:00
Patrick Reynolds
7e1a4003df
don't force all applications to link libencryptor.a
2013-11-15 22:18:59 -06:00
Patrick Reynolds
282639a79a
implement dev tools
2013-11-15 14:23:52 -06:00
Cheng Zhao
1d2de6d1fb
mac: Add target to dump breakpad symbols.
2013-11-15 22:52:08 +08:00
Cheng Zhao
67dd596386
Enable starting crash-reporter without parameters.
2013-11-15 11:00:48 +08:00
Cheng Zhao
bd0836581b
Check the upload parameters in crash-reporter spec.
2013-11-15 10:37:22 +08:00
Cheng Zhao
cdb5e24d2f
Add spec for crash-reporter
2013-11-15 00:10:43 +08:00
Cheng Zhao
6b02be6da8
Add extra uploading parameters for crash reporter.
2013-11-14 18:02:15 +08:00
Patrick Reynolds
85a86a9621
current libchromiumcontent
2013-11-13 23:50:23 -06:00
Patrick Reynolds
3b3d6b2938
current libchromiumcontent
2013-11-13 23:48:06 -06:00
Cheng Zhao
d1a5c49843
win: Add stubs for crash reporter.
2013-11-14 13:42:28 +08:00
Cheng Zhao
dd4e43eb02
doc: Update new crash-reporter API.
2013-11-14 13:39:44 +08:00
Cheng Zhao
9007a45051
Refactor crash reporter to be more cross-platform friendly.
2013-11-14 13:33:09 +08:00
Patrick Reynolds
cbb00f77c2
current libchromiumcontent
2013-11-13 23:22:50 -06:00
Patrick Reynolds
616cb8212d
current libchromiumcontent
2013-11-13 22:17:02 -06:00
Cheng Zhao
801a19504a
No more downloading QuincyKit.
2013-11-13 19:19:57 +08:00
Cheng Zhao
a6989847ea
Add API to set product name for crash reporter.
2013-11-13 19:12:13 +08:00
Cheng Zhao
e7d25385b0
Add "Renderer" suffix in name when crashing in renderer process.
2013-11-13 19:06:11 +08:00
Cheng Zhao
62f200d252
Mention in doc that crash-reporter is available for renderer.
2013-11-13 17:30:49 +08:00
Cheng Zhao
374cf948e4
Make the crash reporter available for both browser and renderer.
2013-11-13 17:29:35 +08:00
Cheng Zhao
8f558fb252
mac: Tune parameters of breakpad.
2013-11-13 17:20:52 +08:00
Cheng Zhao
8f2dd91e34
Setup breakpad in crash reporter.
2013-11-13 17:20:52 +08:00
Cheng Zhao
896c1793d3
mac: Copy necessary breakpad binaries to package.
2013-11-13 17:20:51 +08:00
Cheng Zhao
85428d8eb3
No more use of QuincyKit.
2013-11-13 17:20:51 +08:00
Patrick Reynolds
236e993ac5
use linux branch of libchromiumcontent
2013-11-13 01:45:08 -06:00
Patrick Reynolds
e6cdeead3e
link libencryptor
2013-11-13 00:42:14 -06:00
Patrick Reynolds
5e7359bc5a
don't build Linux sources on other platforms
2013-11-12 11:51:25 -06:00
Patrick Reynolds
80cdf77a77
use merged master of libchromiumcontent
2013-11-12 11:43:29 -06:00
Patrick Reynolds
f6784a1801
move gtk dependency to brightray
2013-11-12 10:19:42 -06:00
Cheng Zhao
57bee8b788
Update to latest gyp and depot_tools.
2013-11-12 18:34:01 +08:00
Cheng Zhao
0ad51c394b
mac: Get rid of all the third party warnings.
2013-11-12 18:16:37 +08:00
Cheng Zhao
e8455d5c9a
Add breakpad as build dependency.
2013-11-12 18:07:25 +08:00
Cheng Zhao
2768eaa676
Add breakpad.
2013-11-12 15:49:03 +08:00
Patrick Reynolds
72b41ed31b
pick up chrome_sandbox changes
2013-11-11 18:15:22 -06:00
Patrick Reynolds
7ebb19b9b1
use linux branch of libchromiumcontent
2013-11-11 16:34:27 -06:00
Cheng Zhao
6c0621fe05
Bump v0.6.10.
2013-11-11 20:04:15 +08:00
Cheng Zhao
baa6d9730c
win: Enable setting window icon in creation options.
2013-11-11 19:29:40 +08:00
Cheng Zhao
d5ffa4dc77
Fix a possible dead lock when quiting.
...
It could happen that we are quitting when the embed thread is still
waiting for the main thread, so we make sure embed thread is always
signaled when quitting.
2013-11-11 16:59:57 +08:00
Patrick Reynolds
90db457258
move -fno-rtti into brightray.gypi target_defaults
2013-11-09 01:03:46 -06:00