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

Side by Side Diff: third_party/crashpad/crashpad/doc/status.ad

Issue 1505213004: Copy Crashpad into the Chrome tree instead of importing it via DEPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Crashpad Authors. All rights reserved.
2 //
3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
6 //
7 // http://www.apache.org/licenses/LICENSE-2.0
8 //
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS,
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 // See the License for the specific language governing permissions and
13 // limitations under the License.
14
15 :doctype: article
16
17 = Project Status
18
19 == Completed
20
21 Crashpad currently consists of a crash-reporting client and some related tools
22 for Mac OS X. The core client work for Mac OS X is substantially complete.
23 Crashpad has become the crash reporter client for
24 https://dev.chromium.org/Home[Chromium] on Mac OS X as of
25 https://chromium.googlesource.com/chromium/src/+/d413b2dcb54d523811d386f1ff4084f 677a6d089[March
26 2015].
27
28 == In Progress
29
30 Crashpad is actively being bootstrapped on
31 https://crashpad.chromium.org/bug/1[Windows]. All major components are now
32 working on Windows, and integration into Chromium is expected shortly.
33
34 Initial work on a Crashpad client for
35 https://crashpad.chromium.org/bug/30[Android] has begun. This is currently in
36 the design phase.
37
38 == Future
39
40 There are plans to bring Crashpad clients to other operating systems in the
41 future, including a more generic non-Android Linux implementation. There are
42 also plans to implement a https://crashpad.chromium.org/bug/29[crash report
43 processor] as part of Crashpad. No timeline for completing this work has been
44 set yet.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698