Adam Roben
|
a6ecd039e2
|
Fix typos
|
2013-11-17 18:16:41 -05:00 |
|
Adam Roben
|
24fbf6e2ef
|
Build before running cpplint
Let's make sure things build before we check coding style. If it doesn't
even build, who cares about the style?
|
2013-11-17 18:15:45 -05:00 |
|
Adam Roben
|
991133b8e9
|
Fix cpplint errors in browser_context.h
|
2013-11-17 18:15:10 -05:00 |
|
Adam Roben
|
74661c342f
|
Fix cpplint errors in browser_client.h
|
2013-11-17 18:13:10 -05:00 |
|
Adam Roben
|
80dab9d862
|
Fix cpplint errors in web_ui_controller_factory.cc
|
2013-11-17 18:12:05 -05:00 |
|
Adam Roben
|
57ae05b636
|
Fix cpplint errors in url_request_context_getter.cc
|
2013-11-17 18:11:47 -05:00 |
|
Adam Roben
|
843b21a3e8
|
Fix cpplint errors in network_delegate.cc
|
2013-11-17 18:09:21 -05:00 |
|
Adam Roben
|
784e270a4f
|
Fix cpplint errors in inspectable_web_contents_impl.cc
|
2013-11-17 18:08:34 -05:00 |
|
Adam Roben
|
c97a22ef8d
|
Fix cpplint errors in inspectable_web_contents.cc
|
2013-11-17 17:54:14 -05:00 |
|
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 |
|