1. 98eec04 Fix a typo in a comment for Closure. by wtc@chromium.org · 10 years ago
  2. acaaae7 Edited comment to say "callback will not be run" instead of "callback will not be issued". by brandonsalmon@chromium.org · 10 years ago
  3. a2f2a9b Clarify callback.h const reference binding documentation. by scheib@chromium.org · 11 years ago
  4. 43d9ac3 Correct misleading definition of 'closure' in base/bind documentation. by dubroy@chromium.org · 12 years ago
  5. 34d50fa Fix up base/bind documentation - elaborate on reference binding. by groby@chromium.org · 12 years ago
  6. e67da5d Clarifying base/callback documentation by groby@chromium.org · 12 years ago
  7. 296aa04 Revert 154885 - Extend base::Callback to 8 arguments. by rsleevi@chromium.org · 12 years ago
  8. 1868db9 Extend base::Callback to 8 arguments. by leandrogracia@chromium.org · 12 years ago
  9. dcfad55 Rename template parameter in callback from RunType to BindRunType. by xiaomings@google.com · 12 years ago
  10. f2c59ae Minor fix for base::Bind documentation by sail@chromium.org · 12 years ago
  11. 11e3bfd Add quick reference for bind/callback usage. by brettw@chromium.org · 12 years ago
  12. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  13. 22a8a0d And now NewRunnableMethod(), you die. by ajwong@chromium.org · 13 years ago
  14. 598ca1c base::Bind: Remove NewRunnableFunction. by jhawkins@chromium.org · 13 years ago
  15. f66a7db Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  16. d71e8fe Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by jeremya@chromium.org · 13 years ago
  17. 4621f54 Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  18. abd7000 Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly." by ajwong@chromium.org · 13 years ago
  19. eb8d972 Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly. by sail@chromium.org · 13 years ago
  20. a355d8f Remove BindStateHolder and have Bind() return a Callback<> object directly. by ajwong@chromium.org · 13 years ago
  21. 4534eee Revert of "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_ar..." by ajwong@chromium.org · 13 years ago
  22. bcfb103 Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr..." by ajwong@chromium.org · 13 years ago
  23. 06fa77c Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array...." by ajwong@chromium.org · 13 years ago
  24. bb87d2a base::Bind: Make use of partial currying to get rid of a helper class. by jhawkins@chromium.org · 13 years ago
  25. 01c9009 Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  26. 3975ab3 Revert 113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and scoped_ptr_malloc. by sergeyu@chromium.org · 13 years ago
  27. b087c42 Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and scoped_ptr_malloc. by ajwong@chromium.org · 13 years ago
  28. ac2a188 Make callback.h include callback_forward.h and add comments about forward declaration. by erikwright@chromium.org · 13 years ago
  29. 6f015bd Increase Bind/Callback Arity from 6 -> 7. by ajwong@chromium.org · 13 years ago
  30. 9c410bd Revert "Increase Bind/Callback Arity from 6 -> 11: These go to eleven." by ajwong@chromium.org · 13 years ago
  31. 92edb6c Increase Bind/Callback Arity from 6 -> 11: These go to eleven. by ajwong@chromium.org · 13 years ago
  32. c9c79af Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types. by ajwong@chromium.org · 13 years ago
  33. ada06a4 base::Bind: More converts, mostly in WebUI. by jhawkins@chromium.org · 13 years ago
  34. 3bc50ce Make Callback.Equals() only work when comparing against the same type. by ajwong@chromium.org · 13 years ago
  35. ec1750a Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type. by ajwong@chromium.org · 13 years ago
  36. 97d22e3 Add in example for prebinding. by ajwong@chromium.org · 13 years ago
  37. c711b82 Support binding WeakPtr<> to methods with void return types. by ajwong@chromium.org · 13 years ago
  38. 20adc58 iwyu: Include callback_old.h where appropriate, final. by jhawkins@chromium.org · 13 years ago
  39. 21cbe22 Improve comment. by thakis@chromium.org · 13 years ago
  40. 1d0d1d6 Tooltips for power, network, clock buttons in status area: update on locale change. by dilmah@chromium.org · 13 years ago
  41. a7e7482 Callback support for unbound reference and array arguments. by ajwong@chromium.org · 13 years ago
  42. e064823 Callbacks: Replumb the type-inference. by ajwong@chromium.org · 13 years ago
  43. fa0ff43 Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by ajwong@chromium.org · 13 years ago
  44. 14542f0 Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h" by ajwong@chromium.org · 13 years ago
  45. 35377cb Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by ajwong@chromium.org · 13 years ago
  46. 62fb0a0 Emptiness, Reset, and Comparison API for Callbacks. by ajwong@chromium.org · 13 years ago
  47. e2cca63 Unified callback system based on tr1::function/tr1::bind and Google's internal callback code. by ajwong@chromium.org · 13 years ago
  48. 97d688c Take 3: Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h." by willchan@chromium.org · 14 years ago
  49. 69c269e Revert 69243 - Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h. by willchan@chromium.org · 14 years ago
  50. d299c30 Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h. by willchan@chromium.org · 14 years ago
  51. 9a53bec Revert 69237 - Fix raw_scoped_refptr_mismatch_checker.h. by phajdan.jr@chromium.org · 14 years ago
  52. c58533c Fix raw_scoped_refptr_mismatch_checker.h. by willchan@chromium.org · 14 years ago
  53. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  54. 412a249 Revert 49985 - doh by thakis@chromium.org · 14 years ago
  55. e00b250 doh by thakis@chromium.org · 14 years ago
  56. 6ed4f88 Pulled out Callback code into base/callback.h. This is the first step towards redoing the Callback interfaces. by akalin@chromium.org · 14 years ago