| OLD | NEW |
| 1 // Copyright 2015 The Crashpad Authors. All rights reserved. | 1 // Copyright 2015 The Crashpad Authors. All rights reserved. |
| 2 // | 2 // |
| 3 // Licensed under the Apache License, Version 2.0 (the "License"); | 3 // Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 // you may not use this file except in compliance with 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 | 5 // You may obtain a copy of the License at |
| 6 // | 6 // |
| 7 // http://www.apache.org/licenses/LICENSE-2.0 | 7 // http://www.apache.org/licenses/LICENSE-2.0 |
| 8 // | 8 // |
| 9 // Unless required by applicable law or agreed to in writing, software | 9 // Unless required by applicable law or agreed to in writing, software |
| 10 // distributed under the License is distributed on an "AS IS" BASIS, | 10 // distributed under the License is distributed on an "AS IS" BASIS, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 Crashpad currently consists of a crash-reporting client and some related tools | 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. | 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 | 23 Crashpad has become the crash reporter client for |
| 24 https://dev.chromium.org/Home[Chromium] on Mac OS X as of | 24 https://dev.chromium.org/Home[Chromium] on Mac OS X as of |
| 25 https://chromium.googlesource.com/chromium/src/+/d413b2dcb54d523811d386f1ff4084f
677a6d089[March | 25 https://chromium.googlesource.com/chromium/src/+/d413b2dcb54d523811d386f1ff4084f
677a6d089[March |
| 26 2015]. | 26 2015]. |
| 27 | 27 |
| 28 == In Progress | 28 == In Progress |
| 29 | 29 |
| 30 Crashpad is actively being bootstrapped on | 30 Crashpad is actively being bootstrapped on |
| 31 https://code.google.com/p/crashpad/issues/detail?id=1[Windows]. All major | 31 https://crashpad.chromium.org/bug/1[Windows]. All major components are now |
| 32 components are now working on Windows, and integration into Chromium is expected | 32 working on Windows, and integration into Chromium is expected shortly. |
| 33 shortly. | |
| 34 | 33 |
| 35 Initial work on a Crashpad client for | 34 Initial work on a Crashpad client for |
| 36 https://code.google.com/p/crashpad/issues/detail?id=30[Android] has begun. This | 35 https://crashpad.chromium.org/bug/30[Android] has begun. This is currently in |
| 37 is currently in the design phase. | 36 the design phase. |
| 38 | 37 |
| 39 == Future | 38 == Future |
| 40 | 39 |
| 41 There are plans to bring Crashpad clients to other operating systems in the | 40 There are plans to bring Crashpad clients to other operating systems in the |
| 42 future, including a more generic non-Android Linux implementation. There are | 41 future, including a more generic non-Android Linux implementation. There are |
| 43 also plans to implement a | 42 also plans to implement a https://crashpad.chromium.org/bug/29[crash report |
| 44 https://code.google.com/p/crashpad/issues/detail?id=29[crash report processor] | 43 processor] as part of Crashpad. No timeline for completing this work has been |
| 45 as part of Crashpad. No timeline for completing this work has been set yet. | 44 set yet. |
| OLD | NEW |