1. 975d803 Build and run layout_plugin_uitest on Mac and Linux by [email protected] · 15 years ago
  2. c07a637 Revert 48155 - Fix some syntax errors found when running ./build/gyp_chromium check. by [email protected] · 15 years ago
  3. 231e69e Build unload_uitest.cc on the Mac, with a few of the tests disabled by [email protected] · 15 years ago
  4. b5f5eab4 Move the BrowserViewsAccessibilityTest and AccessibilityWinBrowserTest tests from browser_tests to interactive_ui_tests. by [email protected] · 15 years ago
  5. 4865b8a Added code to read the cloud print proxy URL from prefs. Changed the default URL to https://www.google.com/cloudprint which is the official URL. by [email protected] · 15 years ago
  6. cc04aa4 Fix some syntax errors found when running ./build/gyp_chromium --check. by [email protected] · 15 years ago
  7. 87ae6d0f Puts libwebcore.a first so we don't exhuast the address space when linking ui_tests. by [email protected] · 15 years ago
  8. d1d60a6 Fixed alt key as shortcut to focus menus on linux/views. It should only by [email protected] · 15 years ago
  9. 34fb7a75 Adds tests for GeolocationContentSettingsTableModelTest. by [email protected] · 15 years ago
  10. 5c14951a Break gyp cycles on Linux. by [email protected] · 15 years ago
  11. 865f3792 Mac: Infrastructure for serialization of OS fonts over IPC. by [email protected] · 15 years ago
  12. ea587b0 Removed dependency on ChromeThread from JsonPrefStore and moved JsonPrefStore and PrefStore to chrome/common. This is because JsonPrefStore is needed in the service process by [email protected] · 15 years ago
  13. 633877b [Win] Implement core mechanism to honor Windows Group Policy by [email protected] · 15 years ago
  14. b770105f7 Added an implementation of the NetworkChangeNotifierThread interface for the service process and used it. by [email protected] · 15 years ago
  15. 37d0691 Add PPAPI UI test (currently disabled because it only runs properly on Windows). by [email protected] · 15 years ago
  16. 9d64903 Revert 47828 - Add a PPAPI ui test framework and start running the existing image data test. by [email protected] · 15 years ago
  17. 90864a8 Add a PPAPI ui test framework and start running the existing image data test. by [email protected] · 15 years ago
  18. 6658ca8 Moved ImportantFileWriter to chrome/common in preparation of moving JsonPrefStore to chrome/common. by [email protected] · 15 years ago
  19. 7b8c011 Adding sync support for Passwords by [email protected] · 15 years ago
  20. 898bbd3 Add the new cookies API to Chrome Extensions, minus the event handler. by [email protected] · 15 years ago
  21. 8a58f9a Remove the mostly-unused FilterPolicy class. Convert the only actually-used bit, FILTER_EXTENSION_MESSAGES, into a bool that's only passed to places that really need it. by [email protected] · 15 years ago
  22. 8621941 Split coverage into build and run phases in preparation for splitting by [email protected] · 15 years ago
  23. 82d9d295 Replaced NetworkStatusDetector with use of NetworkChangeNotifier from net/. by [email protected] · 15 years ago
  24. a39c2d1 Hook up ScreenLocker to screen lock cros library. by [email protected] · 15 years ago
  25. 71675dc7c [Mac] Rewrite the page info window to be built dynamically. by [email protected] · 15 years ago
  26. bc61eb0 When building browser_tests, put libwebcore.a first so we don't exhuast the address space. by [email protected] · 15 years ago
  27. c378cca Preference provider implementation backed by JSON files in a directory. by [email protected] · 15 years ago
  28. 7a2b2d46 Revert "Hook up ScreenLocker to screen lock cros library." by [email protected] · 15 years ago
  29. 69d3dfe8 Remove webkit_support_in_chromium.gyp and use webkit_support.gyp instead. by [email protected] · 15 years ago
  30. 73852b8f [Large; Chromium OS] Work to host the cloud print dialog when built by [email protected] · 15 years ago
  31. 8c60793 Hook up ScreenLocker to screen lock cros library. by [email protected] · 15 years ago
  32. b496d4c Make the workaround from bug 43791 unconditional. When linking unit_tests on by [email protected] · 15 years ago
  33. b0c7f61 Mac: Testing infrastructure for sandboxed tests. by [email protected] · 15 years ago
  34. 69731106 Added NetworkChangeNotifierIOThread, which will be used by the by [email protected] · 15 years ago
  35. 66dbfb2c Add update and removeAll functions to extensions context menu API by [email protected] · 15 years ago
  36. 034fbbd This CL makes the InfoBubble not change the arrow when parts of it by [email protected] · 15 years ago
  37. c0858b0 Implementation of managed policy abstraction on top of a preference store. This is preparation work for implementing platform-specific policy. by [email protected] · 15 years ago
  38. a4aeea0 Make it possible to build DRT in a chromium checkout. by [email protected] · 15 years ago
  39. 352b50b8c Mac coverage fix to mirror the Mac valgrind fix. by [email protected] · 15 years ago
  40. 1c3cf8b BackgroundContents browser test by [email protected] · 15 years ago
  41. 2ffd26ed TTF: Only compile and run spellchecker_platform_engine_unittest.cc for Mac only, by [email protected] · 15 years ago
  42. 76222a2 Cleaned up notifier and notifier_unit_tests dependencies. by [email protected] · 15 years ago
  43. 5101952 Added AuthenticateToUnlock which is to be used for screen lock. by [email protected] · 15 years ago
  44. 5eea116 Get rid of MetaTableHelper class and make use of the app/sql API in the LoginDatabase. by [email protected] · 15 years ago
  45. b3df5a4 Reimplement accessibility of web content by caching the entire by [email protected] · 15 years ago
  46. 777a7b6 Adds GeolocationSettingsState by [email protected] · 15 years ago
  47. e38b4b2 When building unit_tests for Mac Valgrind, put libwebcore.a first so that ld by [email protected] · 15 years ago
  48. 9f4db51 Revert 46842 - Reimplement accessibility of web content by caching the entire by [email protected] · 15 years ago
  49. fae40a3 Reimplement accessibility of web content by caching the entire by [email protected] · 15 years ago
  50. 68d2a05f Moved URLFetcher and related classes to chrome/common/net. by [email protected] · 15 years ago
  51. 5c31135 gtk: Fix bookmark_utils::GetNodesFromSelection to not crash on invalid data. by [email protected] · 15 years ago
  52. f3d0174 Moved GaiaAuthenticator from chrome/browser/sync/engine/net to chrome/common/net/gaia. by [email protected] · 15 years ago
  53. 2ee0e756 Revert 46567 - Reimplement accessibility of web content by caching the entire by [email protected] · 15 years ago
  54. 3c3065d Moved everything in browser/sync/net to common/net. by [email protected] · 15 years ago
  55. 7010297 Reimplement accessibility of web content by caching the entire by [email protected] · 15 years ago
  56. ec14030 Added NetworkChangeNotifierThread interface. by [email protected] · 15 years ago
  57. 55f9c5a5 Add integration test for autofill profiles. by [email protected] · 15 years ago
  58. 6ef414f Moved XMPP notifier library from chrome/browser/sync to chrome/common/net. by [email protected] · 15 years ago
  59. c11f3e6 Wrote NetworkChangeNotifierProxy, which lets objects that don't live on by [email protected] · 15 years ago
  60. 483bf12 Add a tool for testing your network setup. by [email protected] · 15 years ago
  61. b953062a Add browser test to verify that MSAA clients can correctly retrieve accessibility tree from renderer. by [email protected] · 15 years ago
  62. 88908d6 Add UI for changing auto-connect option on network. by [email protected] · 15 years ago
  63. de326e1 Adds TwoClientLiveAutofillSyncTest to test old school autofill. Includes some refactoring of the WebDataServiceTest to allow some code sharing between the two. by [email protected] · 15 years ago
  64. e8380f5 Refactor PasswordStoreWin to store logins in a LoginDatabase instead of by [email protected] · 15 years ago
  65. 298883bc Re-apply http://codereview.chromium.org/1622012 by [email protected] · 15 years ago
  66. 82df52e Revert "[Third time landing] Python implementation of sync server, for testing." by [email protected] · 15 years ago
  67. 0a5893a [Third time landing] Python implementation of sync server, for testing. by [email protected] · 15 years ago
  68. f48d4e9 Added NetworkChangeObserverProxy class. by [email protected] · 15 years ago
  69. 94d2135c Add and implement cut/copy/paste to the bookmark bar and folder context menus.Prevent dropping bookmark folders onto their children to avoid creating cycles and crashing. Keep folder menu windows open after a cut/copy/paste/delete and drop operation. Add test helpers for easing comparison of bookmark model changes. by [email protected] · 15 years ago
  70. 8cffa8c3 Revert 45916 - Python implementation of sync server, for testing. by [email protected] · 15 years ago
  71. 9c1e3585 Python implementation of sync server, for testing. by [email protected] · 15 years ago
  72. e1a54183 Add ExtensionApiTest.Storage and ExtensionApiTest.Cookies to mac and linux. by [email protected] · 15 years ago
  73. 0da94d4c CrOS: Fix the sync_unit_test build. It broke in r45725. by [email protected] · 15 years ago
  74. ffd87ddc Windows/Views: delete native bookmark manager code. by [email protected] · 15 years ago
  75. 4200a208 Adding a way to retrieve Firefox proxy settings. by [email protected] · 15 years ago
  76. 09f02585 plugin_tests should depend on the chrome target since it launches the browser to test plugins. by [email protected] · 15 years ago
  77. 63c64d1 Adding ExtensionPrefs methods for storing update-when-idle data. by [email protected] · 15 years ago
  78. 06c75618 gyp: unify toolkit_views usage by [email protected] · 15 years ago
  79. 817e9cd Mac: Remove ToolbarButtonCell (and associated files). by [email protected] · 15 years ago
  80. ad6b3cd7 Revert 45698 - Mac: Remove ToolbarButtonCell (and associated files). by [email protected] · 15 years ago
  81. 560494de Mac: Remove ToolbarButtonCell (and associated files). by [email protected] · 15 years ago
  82. 562b222 Tweaks to copy/paste of omnibox on windows: by [email protected] · 15 years ago
  83. aa382fe AutoFill crash in CreditCard::SetInfo(). by [email protected] · 15 years ago
  84. 106113b3 Move event_sys.h, event_sys-inl.h and event_sys_unittest.cc to chrome/common in preparation of moving TalkMediator and GaiaAuthenticator to chrome/common. No functional change, only file locations have changed. by [email protected] · 15 years ago
  85. f3aa8945 Linux/GTK: delete native bookmark manager code. by [email protected] · 15 years ago
  86. b1943bc Run the notifications info bar tests as interactive ui tests rather than just ui tests. by [email protected] · 15 years ago
  87. 182434e Enable Nigori unit tests on all platforms. by [email protected] · 15 years ago
  88. 69c579e Re-instate the temporary revert from r45267. That reverted certain by [email protected] · 15 years ago
  89. 47e532b Delete native Mac bookmark manager. Remove --disable-tabbed-bookmark-manager (everywhere). by [email protected] · 15 years ago
  90. ea68c06a Add PasswordManager tests to verify basic form observation / submit cases. by [email protected] · 15 years ago
  91. a26dc36 Don't select all when autofocusing the location bar on New Tab creation. Users could already be typing in the omnibox before the load commits (e.g. due to a slow renderer process startup) and this typing would then be selected and overwritten. by [email protected] · 15 years ago
  92. 3a8eecb Implement app process model isolation. by [email protected] · 15 years ago
  93. 058420e Make plugin_tests compile on Mac/Linux. by [email protected] · 15 years ago
  94. 8fd16f50 Before creating a theme info bar, check if one is already visible for the same theme. by [email protected] · 15 years ago
  95. 277404c2 Reland "Factor out reading and writing of preferences into |PrefStore|." by [email protected] · 15 years ago
  96. c5b90374 Temporarily revert certain Omnibox, toolbar, tab animations, and other by [email protected] · 15 years ago
  97. 7aa0a96 Revert 45168 - Reland r45028: Factor out reading and writing of preferences into |PrefStore|. by [email protected] · 15 years ago
  98. ac4df1d Reland r45028: Factor out reading and writing of preferences into |PrefStore|. by [email protected] · 15 years ago
  99. 66aaff100 AutoFill: Add a simple heuristic to match fax fields. by [email protected] · 15 years ago
  100. 9c6d006 AutoFill: Segregate profile and credit card filling. by [email protected] · 15 years ago