[go: nahoru, domu]

  1. 8d04646 Convert JsonWriter::Write to taking a const ref for the in-param by estade · 9 years ago
  2. d5fcf98 Cleanup: Simplify some checks in tests. by thestig · 9 years ago
  3. 7c727f8 win: Add override I forgot in https://codereview.chromium.org/1119243002 by thakis · 10 years ago
  4. 6af1c13 win: Work on reducing style plugin warnings in content/, cloud_print/ by thakis · 10 years ago
  5. cb91176f Apply automated fixits for Chrome clang plugin to cloud_print. by dcheng · 10 years ago
  6. be076f9 simplify branding by gburanov · 10 years ago
  7. 80b796a Update {virtual,override} to follow C++11 style in cloud_print. by nick · 10 years ago
  8. 9dfded6 Add cloud_print_unittests to the GN build. by dpranke · 10 years ago
  9. 151423e Remove prerender cookie store, part 4. by davidben · 10 years ago
  10. 486b2f56 Remove uses of KillProcess() by rvargas · 10 years ago
  11. 6c690f1 Move GetProcessIntegrityLevel to file_info.h and remove the handle argument. by rvargas · 10 years ago
  12. e1b0740 Refactor chrome_launcher_support::GetAnyChromePath. by mgiuca · 10 years ago
  13. 0f9f1d7 Standardize usage of virtual/override/final specifiers in printing code. by dcheng · 10 years ago
  14. d7a1017 Update cloud_print and chrome/service to use the new version of LaunchProcess. by rvargas · 10 years ago
  15. 251dd9b Fixing error checking of PathService::Get. by brucedawson · 10 years ago
  16. 17fac55 Remove timing limitation to set Broadcast, ReceiveBuffer, and SendBuffer options from UDPSocket. by hidehiko · 10 years ago
  17. 6181277 Upgrade the windows specific version of LaunchProcess to avoid raw handles. by rvargas · 10 years ago
  18. 44b0c75 Revert of Upgrade the windows specific version of LaunchProcess to avoid raw handles. (patchset #3 id:40001 of https://codereview.chromium.org/759903002/) by rfevang · 10 years ago
  19. 6b687a5e Upgrade the windows specific version of LaunchProcess to avoid raw handles. by rvargas · 10 years ago
  20. ff8ae651 Remove implicit conversions from scoped_refptr to T* in cloud_print/ by dcheng · 10 years ago
  21. be940e9 Enable MSVC warning for unused locals. by Peter Kasting · 10 years ago
  22. 588a3ea Prefix CommandLine usage with base namespace (Part 7: cloud_print/) by pgal.u-szeged · 10 years ago
  23. 27bf1c2 Cleanup: Remove unneeded path_service.h includes. by thestig · 10 years ago
  24. 93eea40 Renamed enable_printing and printing_mode in *.gyp* and .*gn* files. by vitalybuka · 10 years ago
  25. 4c11a965 clang/win: Disable -Wwritable-strings for most cloud_print service targets. by thakis · 10 years ago
  26. 1b29da2 remove DIR_LOCAL_APP_DATA_LOW from base. by cpu · 10 years ago
  27. a703ee15f Cleanup: Remove trailing whitespaces in gyp files. by thestig · 10 years ago
  28. cbc2b71 Turn UploadDataStream into an abstract class, and split the implentation by mmenke · 10 years ago
  29. de3401d Replacing the OVERRIDE with override and FINAL with final in cloud_print by mohan.reddy · 10 years ago
  30. 0b4d9b95 Add net::HttpServer::Delegate::OnConnect() function and set ChromeDriver buffer sizes to 100 MB by samuong · 10 years ago
  31. 2ca0f9c Remove implicit HANDLE conversions from cloud_print. by rvargas · 10 years ago
  32. 0b33e272 Added --disable-ipv4 and --disable-ipv6 switches. By default both enabled. by vitalybuka · 10 years ago
  33. 8e58411 GCP 2.0 prototype switches code cleanup. by vitalybuka · 10 years ago
  34. 90a0908 Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chromecast/, cloud_print/, mojo/, and win8/ by thestig · 10 years ago
  35. 54d38dc5 Fix problems in r293393. by Nico Weber · 10 years ago
  36. ea993a8 win/clang: Fix all remaining -Wformat warnings. by Nico Weber · 10 years ago
  37. beb9fd3 Revert of Revert of clang/win: Fix a few warnings in targets not in chromium_builder_tests. (patchset #1 id:1 of https://codereview.chromium.org/519463003/) by thakis · 10 years ago
  38. 36c364b Revert of clang/win: Fix a few warnings in targets not in chromium_builder_tests. (patchset #3 id:40001 of https://codereview.chromium.org/526513002/) by thakis · 10 years ago
  39. d857108 clang/win: Fix a few warnings in targets not in chromium_builder_tests. by Nico Weber · 10 years ago
  40. 14b72ec Remove implicit conversions from scoped_refptr to T* in cloud_print/ by dcheng · 10 years ago
  41. 38c3ae7 Revert "Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchset #29 of https://codereview.chromium.org/296053012/)" by byungchul · 10 years ago
  42. 0b2f33f4 Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchset #29 of https://codereview.chromium.org/296053012/) by estade@chromium.org · 10 years ago
  43. 3626bc3 Replace StreamListenSocket with StreamSocket in HttpServer. by byungchul@chromium.org · 10 years ago
  44. f7022f3 Allow URLRequests from one context to have different NetworkDelegates. by mmenke@chromium.org · 10 years ago
  45. d4d772e Don't pass const strings to CreateProcess. by thakis@chromium.org · 10 years ago
  46. cb1f4ac Move StringToLowerASCII to base namespace by brettw@chromium.org · 10 years ago
  47. 900634e0 clang/win: Fix most -Wwriteable-strings warnings. by thakis@chromium.org · 10 years ago
  48. cf700d7 Fixed MonitorData deletion in Monitor2Shutdown. by vitalybuka@chromium.org · 10 years ago
  49. 481c3e8 Fixes for re-enabling more MSVC level 4 warnings: misc edition #2 by pkasting@chromium.org · 10 years ago
  50. 40de1ef Removed --disable-background-mode/restore-background-contents flags. by atwilson@chromium.org · 10 years ago
  51. e482111a8 Introduce IPC::Channel::Create*() to ensure it being heap-allocated. by morrita@chromium.org · 10 years ago
  52. 2fa89ef Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium. by dmikurube@chromium.org · 11 years ago
  53. 809c0980 Fixed url to manage specific cloud printers. by vitalybuka@chromium.org · 11 years ago
  54. 09cff7878 Moved CloudPrintUrl to components/cloud_devices/cloud_devices_urls.h. by vitalybuka@chromium.org · 11 years ago
  55. 0ca7e8a Remove net_log.h from net_util, as it's no longer needed by net_log.h. by mmenke@chromium.org · 11 years ago
  56. 6f5c141a Added --cloud-print-xmpp-endpoint to make possible test with non-default XMPP server. by vitalybuka@chromium.org · 11 years ago
  57. 03cf96e7 Fix "unreachable code" warnings (MSVC warning 4702), misc. edition. by pkasting@chromium.org · 11 years ago
  58. 2f3b1cc Move CommandLine to base namespace. by brettw@chromium.org · 11 years ago
  59. c906084 Removes --cloud-print-delete-file. by vitalybuka@chromium.org · 11 years ago
  60. 1e1229a1 Remove ContainsOnlyWhitespace from string_util and CollapseWhitespace into to the base namespace by brettw@chromium.org · 11 years ago
  61. e5c2a22e Move WriteFile and WriteFileDescriptor from file_util to base namespace. by brettw@chromium.org · 11 years ago
  62. 5fcce3f7 Add use_allocator instead of linux_use_tcmalloc to switch the allocator. by dmikurube@chromium.org · 11 years ago
  63. 67d279ff Set system error code for Google Update. by vitalybuka@chromium.org · 11 years ago
  64. c865775a More paper for Google Cloud Printer. by vitalybuka@chromium.org · 11 years ago
  65. b98fe89 Updated translation for Virtual Driver. by vitalybuka@chromium.org · 11 years ago
  66. d9806a97 ui/base/resource: Remove dependency on net's big_endian implementation. by tfarina@chromium.org · 11 years ago
  67. ca53b14 Enable CDD in cloud print connector on windows by default. by vitalybuka@chromium.org · 11 years ago
  68. bcd8453 Moving version script and gypi file to build\util. by mad@chromium.org · 11 years ago
  69. 0d6b4fa Added --extended-response to put additional information into PTR responces. by vitalybuka@chromium.org · 11 years ago
  70. 60b357f Replace '.' with '_' in service name. by vitalybuka@chromium.org · 11 years ago
  71. 93805f3 message-pump: Change how MessagePumpDispatchers process events. by sadrul@chromium.org · 11 years ago
  72. 62a0940 Revert "Revert 249234 "Use MessagePumpDispatcher instead of MessageFilter"" by yukawa@chromium.org · 11 years ago
  73. 33c0f57 Revert 249234 "Use MessagePumpDispatcher instead of MessageFilter" by vitalybuka@chromium.org · 11 years ago
  74. 53e0e76 Use MessagePumpDispatcher instead of MessageFilter by yukawa@chromium.org · 11 years ago
  75. 9d434e2 Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops. by sky@chromium.org · 11 years ago
  76. cb15406 Refactor base/safe_numerics.h by jschuh@chromium.org · 11 years ago
  77. 1ef9001 Removes MessageLoop::TYPE_XXX where possible by sky@chromium.org · 11 years ago
  78. ef1af5c Allow Win64 build of base library even in a Win32 build. by petewil@chromium.org · 11 years ago
  79. b6775d78 Update some uses of char16 to use the base:: namespace. by avi@chromium.org · 11 years ago
  80. 85ecd7e Update uses of Value in chromeos/, cloud_print/, components/, content/ to use the base:: namespace. by avi@chromium.org · 11 years ago
  81. 24db348 Filter virtual network interfaces for p2p sessions. by mallinath@chromium.org · 11 years ago
  82. c1a2b23 Move cloud_print manifestdependency to external .manifest file by scottmg@chromium.org · 11 years ago
  83. 8ac7645 Add random number to A record domain for GCP prototype by noamsml@chromium.org · 11 years ago
  84. 54d4162 Fixed CDD. by vitalybuka@chromium.org · 11 years ago
  85. 7600d0b Revert 239400 "Revert 239280 "Move more file_util functions to b..." by thakis@chromium.org · 11 years ago
  86. a4f7378 Revert 239280 "Move more file_util functions to base namespace." by thakis@chromium.org · 11 years ago
  87. 75a1ed3 Removed LOG(INFO) from cloud_print/gcp20/prototype. by vitalybuka@chromium.org · 11 years ago
  88. 5a6ddb1 Move more file_util functions to base namespace. by brettw@chromium.org · 11 years ago
  89. ca77581 Use base namespace for string16 in components and cloud_print. by brettw@chromium.org · 11 years ago
  90. 5628570 Move GetFileSize, NormalizeFilePath to base namespace by brettw@chromium.org · 11 years ago
  91. 466c986 Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to base namespace. by brettw@chromium.org · 11 years ago
  92. 426d1c9 Move directory creation functions to base namespace. by brettw@chromium.org · 11 years ago
  93. 03d9afc0 Move temp file functions to base namespace. by brettw@chromium.org · 11 years ago
  94. 5be06e40 Base: Remove Receive() from ScopedHandle. by rvargas@chromium.org · 11 years ago
  95. ecb10fa Revert of https://codereview.chromium.org/71013004/ by hashimoto@chromium.org · 11 years ago
  96. 166a865e Base: Remove Receive() from ScopedHandle. by rvargas@chromium.org · 11 years ago
  97. 72ca2f7 Improvements in GCP 2.0 prototype. by vitalybuka@chromium.org · 11 years ago
  98. 3192bc9 Fixed serial number, service name and firmware version of GCP 2.0 prototype. by vitalybuka@chromium.org · 11 years ago
  99. bb1c466 [Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITY by akalin@chromium.org · 11 years ago
  100. 014a62cb Print to Privet local printers by noamsml@chromium.org · 11 years ago