1. 5e324b7 Switched MetricsService over to using UTF8 string values. by [email protected] · 17 years ago
  2. e2cf91f Fixed mixed EOLs and set svn EOL prop for interstitial_page.[h,cc] by [email protected] · 17 years ago
  3. 21f527e Move the "platform" wrappers in skia/ext to the skia namespace. by [email protected] · 17 years ago
  4. 4b32ec1 Changes menu's Dispatcher to translate/dispatch message before by [email protected] · 17 years ago
  5. 0b33f80b Increase UMA upload interval, and upload usage stats more often by [email protected] · 17 years ago
  6. e03f473 Fixes crash in download tab view that resulted from attempting to by [email protected] · 17 years ago
  7. 7cef64b Reverting 7149. Review URL: http://codereview.chromium.org/15004 by [email protected] · 17 years ago
  8. a16d2238 Fix Linux release build. by [email protected] · 17 years ago
  9. a0729671 Revamp of the interstitial pages. by [email protected] · 17 years ago
  10. 5674185 Unbreak unit_test failure on Windows. by [email protected] · 17 years ago
  11. 85e0f1f Platform cleanup in browser/ and porting of few files. by [email protected] · 17 years ago
  12. 64ff794 Mostly cleanup. by [email protected] · 17 years ago
  13. 2c2fb22 DatabaseLoadComplete now needs to be run after OnIOInitialize, so change the order of the PostTask. by [email protected] · 17 years ago
  14. 2d4537d5 Adds a helper class used to mark/define critical section in a class and then install controls to check that those critical sections are not violated. by [email protected] · 17 years ago
  15. 3b680a8 Replace some CRects with gfx::Rect by [email protected] · 17 years ago
  16. 3f97e3f Add some initial before unload tests. We still need tests by [email protected] · 17 years ago
  17. 0daf9473 Make stop work again (I broke it). Rather than revert to the previous working-but-lame code, this cleans up the code a little further by actually enabling/disabling the stop command at the right times. by [email protected] · 17 years ago
  18. 26c8bddc Add a test for fts2 prefix searching. by [email protected] · 17 years ago
  19. 3d2497a0 fix build by [email protected] · 17 years ago
  20. d3a94165 Port the spell checker to posix. by [email protected] · 17 years ago
  21. 3eece06 Fix for crbug.com/5471 (browser crash regression). by [email protected] · 17 years ago
  22. 770137a Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files. by [email protected] · 17 years ago
  23. 9876bb1c Attempt 2 at this. This differs from first version in that I renamed by [email protected] · 17 years ago
  24. 91136d3 Reverting 7083,7079. by [email protected] · 17 years ago
  25. 22b8141 Platform cleanup in browser/ and porting of few files. by [email protected] · 17 years ago
  26. 030eece Fixes crash at ResourceDispatcherHost::BeginDownload by [email protected] · 17 years ago
  27. d65e942 Reverts r7062 as caused failures on interactive tests. by [email protected] · 17 years ago
  28. a2aca694 Fix Justin Haygood's last name (sorry!). Patch by Mohamed Mansour, r=me; see http://codereview.chromium.org/14148 by [email protected] · 17 years ago
  29. c42974c Fixes info bubble painting bug. This was happening because we were by [email protected] · 17 years ago
  30. 9559b4f Makes the interactive bookmark bar view tests faster by disabling by [email protected] · 17 years ago
  31. 29d02e5 Port few files in browser/ to Linux. by [email protected] · 17 years ago
  32. 400d807 Porting in browser/webdata and template_url. by [email protected] · 17 years ago
  33. 97f756b Don't show chrome://about/foo as the title for about:foo. Instead, show about:foo. by [email protected] · 17 years ago
  34. 381e299 Omnibox metrics logging patch splitout, part 6: Log more omnibox data (client side). by [email protected] · 17 years ago
  35. 52d8d32 Remove unnecessary temporary GlobalRequestID objects. by [email protected] · 17 years ago
  36. fb47971 Rip out custom WM_GETMINMAXINFO handling entirely. I think this is a relic of the old Halo Frame. Trying to rip it out halfway results in problems, like the taskbar not un-auto-hiding when Chromium is maximized. by [email protected] · 17 years ago
  37. 4e6b02f Eliminates the dependencies between views and browser, and also does some other minor cleanups. The special casing for the OmniBox that used to live in the ViewAccessibility code could be removed due to the fact that the only assistive technologies depending on this case are now testing tools. The end-user tools will see no difference, and the testing tools can access the OmniBox IAccessible by directly giving it keyboard/mouse focus. by [email protected] · 17 years ago
  38. 01899c1 Changes to the autofill popup: by [email protected] · 17 years ago
  39. c1bcb902 Add a ui test to make sure the Find box does not go away on Reload but does by [email protected] · 17 years ago
  40. d902da8c Second attempt at extending the back button to the left edge when maximized. by [email protected] · 17 years ago
  41. 7b73d99 Cleanup IsExecutableMimeType. by [email protected] · 17 years ago
  42. bbbd545c Add "Enable spell check for this field" menu option in sub context menu for context menu over text box, and deploy its functionality accordingly across the code. This patch also allows manual switch-on of spell check in single line text box fields. by [email protected] · 17 years ago
  43. f4478650f Fixes cookies view regression where I broke deleting by way of delete by [email protected] · 17 years ago
  44. c74369a Changes the bookmark bubble to have the following logic: by [email protected] · 17 years ago
  45. 0a307657 A new shot at the old system monitor changelist. by [email protected] · 17 years ago
  46. a211dddeb Remove all the CHECKs I added to debug issue 4749. by [email protected] · 17 years ago
  47. db8f44c Reverting 6966. by [email protected] · 17 years ago
  48. d498019 Use automatic memory management for URLRequestContext's members. by [email protected] · 17 years ago
  49. 7856bb8 revert r6938 by [email protected] · 17 years ago
  50. 6d2b813 Remove a CHECK in RemovePendingRequest that asserts a by [email protected] · 17 years ago
  51. 0d74f1e Move skia_utils into the skia namespace. by [email protected] · 17 years ago
  52. 9287786 Test to make sure issue 4737 doesn't regress. by [email protected] · 17 years ago
  53. a3413467 Have GRIT generate files into a common directory. by [email protected] · 17 years ago
  54. c1da933 Reverting 6935. by [email protected] · 17 years ago
  55. cf0d278 Implement the memory mapped file class for posix. by [email protected] · 17 years ago
  56. 465b34b7 Move Image operations and convolver to the skia namespace and clean up a few (but not all) base types. by [email protected] · 17 years ago
  57. 76960a4 Add PropertyBag to TabContents. Convert the autocomplete state as a proof of concept. Add necessary const accessors to property bag. by [email protected] · 17 years ago
  58. 45cbfb04 Add a MemoryMappedFile class to file_util. by [email protected] · 17 years ago
  59. e374014 During tab dragging if you hover over a browser window we now move it by [email protected] · 17 years ago
  60. 2f69fb5 Fix onblur= handelers getting called on popup window creation. This regressed in r5417. by [email protected] · 17 years ago
  61. 8452116b Makes open all work again on the bookmark bar's context menu. by [email protected] · 17 years ago
  62. a40c12a Fixes bookmark menus so that they align properly when rtl. by [email protected] · 17 years ago
  63. 57977666 Changes bookmark manager's import to show a description in the files by [email protected] · 17 years ago
  64. d9eb3c4 Port flush_cache tool and perf_tests. by [email protected] · 17 years ago
  65. d4f06fa99 browser porting, part 2 - importer by [email protected] · 17 years ago
  66. 7d3851d8 Once we've decided that a path doesn't exist, reserve it by creating an empty file so that we don't later think that the same path doesn't exist. by [email protected] · 17 years ago
  67. 6ed4b93 Reduce the amount of space between the location bar and the bookmark bar by allowing the bookmark bar to overlap the toolbar when 'always shown'. This reduces the total height of the toolbar stack by 4 pixels and makes it look better. by [email protected] · 17 years ago
  68. 51afbeda Move to using data URLs for unload tests and generally by [email protected] · 17 years ago
  69. 0a0ed3f Changes new tab page to show recently closed window correctly. by [email protected] · 17 years ago
  70. 5590f82 Rename ViewHandle to NativeView et al. by [email protected] · 17 years ago
  71. 9fa97bea Change the sense of a CHECK to see if the opposite condition is ever false. by [email protected] · 17 years ago
  72. 1c5bf63 A follow-up to a recent unforking of WebCore/platform/text/TextCodecICU.cpp (r6540). by [email protected] · 17 years ago
  73. afa5a314 Reverting 6815. Review URL: http://codereview.chromium.org/14006 by [email protected] · 17 years ago
  74. 1ecbf13 Port flush_cache tool and perf_tests. by [email protected] · 17 years ago
  75. 1ffed93 Try and make some spellcheck code more obvious by using typedefs. by [email protected] · 17 years ago
  76. 1d0d8f1 Clean up about box for unofficial builds. by [email protected] · 17 years ago
  77. 2e6b0da Remove a stale comment. net::ERR_CERT_UNABLE_TO_CHECK_REVOCATION by [email protected] · 17 years ago
  78. f0397fa Fix extensions_service_unittest on Linux. by [email protected] · 17 years ago
  79. 5b6faa0 Reverting 6787. inteded to commit other changelist. by [email protected] · 17 years ago
  80. 0f383f6 Fix extensions_service_unittest on Linux. by [email protected] · 17 years ago
  81. 0b73322 Move file enumeration to filepaths. by [email protected] · 17 years ago
  82. b24740e3 Fixes a handful of related bookmark manager bugs/requests: by [email protected] · 17 years ago
  83. 4831051 Fixes two session restore bugs: by [email protected] · 17 years ago
  84. 92fa5236 Missed this file in my previous cleanup patch. by [email protected] · 17 years ago
  85. 5d3611d Only allow bookmark keyboard shortcut for tabbed browsers. by [email protected] · 17 years ago
  86. 4e0f0ae Better build bustage fix: Commit the rest of the original patch. Rolls back the previous blind fix I tried. by [email protected] · 17 years ago
  87. 4a799bc Blind attempt at build fix. I don't know why this should be necessary. by [email protected] · 17 years ago
  88. e7a5b787 Make the autocomplete system and various other connected bits of code use GURL instead of wstring where appropriate. Original patch by [email protected], r=me,sky. See http://codereview.chromium.org/13205 . by [email protected] · 17 years ago
  89. 1fb8500 Another attempted, untested build fix. by [email protected] · 17 years ago
  90. 9bd491ee Fix regression with Find in page focus on trunk. by [email protected] · 17 years ago
  91. 834e194 Remove the unneeded CHECKs. Add a CHECK to determine by [email protected] · 17 years ago
  92. 4b4d1adc Cleanup part 6. by [email protected] · 17 years ago
  93. 8421498 Cleanup part 5. by [email protected] · 17 years ago
  94. 47b7eb3 Fixes regression in info bubble that caused crash on clicking star on by [email protected] · 17 years ago
  95. cb362ccc Changes bookmark manager search to use contains vs starts with and to by [email protected] · 17 years ago
  96. f5b4362 Adds NULL checks for LoadLibrary and GetProcAddress calls in by [email protected] · 17 years ago
  97. c4b347b Reverting 6709,6708,6706. Review URL: http://codereview.chromium.org/13345 by [email protected] · 17 years ago
  98. 53c8fdf Remove base dependency from image_operations and associated unittests. I also renamed the namespace from "gfx" to "skia". by [email protected] · 17 years ago
  99. 63de95b Misc proxy service changes. by [email protected] · 17 years ago
  100. 44fbb5e Fixing 4687: Enter in FirstRun UI starts import when Customize link is focued. by [email protected] · 17 years ago