angular-cn/modules/benchpress/src
Misko Hevery 7c07bfff97 fix(errors): [2/2] Rename Exception to Error; remove from public API
BREAKING CHANGE:

Exceptions are no longer part of the public API. We don't expect that anyone should be referring to the Exception types.

ExceptionHandler.call(exception: any, stackTrace?: any, reason?: string): void;
change to:
ErrorHandler.handleError(error: any): void;
2016-08-26 10:37:17 -07:00
..
firefox_extension chore(benchpress): clang-format and lint 2016-08-04 10:08:37 -07:00
metric fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
reporter chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
validator chore(benchpress): clang-format and lint 2016-08-04 10:08:37 -07:00
webdriver fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
common_options.ts chore(benchpress): clang-format and lint 2016-08-04 10:08:37 -07:00
measure_values.ts chore(benchpress): clang-format and lint 2016-08-04 10:08:37 -07:00
metric.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
reporter.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
runner.ts refactor: replace any[] with Provider[] where possible 2016-08-25 13:29:03 -07:00
sample_description.ts chore(benchpress): clang-format and lint 2016-08-04 10:08:37 -07:00
sampler.ts chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
statistic.ts chore(benchpress): clang-format and lint 2016-08-04 10:08:37 -07:00
validator.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
web_driver_adapter.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
web_driver_extension.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00