[go: nahoru, domu]

  1. 19b8d82f Add a Version class and matching unit tests, roughly based on chrome/installer/util/version.*. This version has more flexible parsing rules and is more robust to detecting bogus versions, supporting arbitrary numbers of version components rather than just dotted quads. It's possible that we should switch chrome installer to use this version. by erikkay@google.com · 15 years ago
  2. 3f4b925 Remove pointless function override (the base class does the exact same thing already). by pkasting@chromium.org · 15 years ago
  3. 12231e2 Updating some test statuses now that I have more plugin code hooked up. by thomasvl@chromium.org · 15 years ago
  4. 3b35f484 Add a stub shell dialogs to help us get linking faster. by brettw@google.com · 15 years ago
  5. 05fd2f1 Disable the test while investigating. by maruel@chromium.org · 15 years ago
  6. 9527f9c Change chrome:// to chrome-ui://, fix up one chrome-resource:// reference. by glen@chromium.org · 15 years ago
  7. c6d972b Make the shared shell dialog not use Windows types, as well as the web contents by brettw@chromium.org · 15 years ago
  8. d4d33e9 A minor change to the pattern for filter factories that makes the implementation more flexible, and prevents the use of templates by the client. by ralphl@chromium.org · 15 years ago
  9. 4234ab01 The new version of Inset() Ben added a while ago didn't work quite right for rects whose origin wasn't (0,0). Fix this and reduce some redundancy. by pkasting@chromium.org · 15 years ago
  10. 05d4b0a Add routine to close file descriptors on exec for linux and mac. See BUG 6598. by jeremy@chromium.org · 15 years ago
  11. 3216fbda Move kClientEdgeThickness from BrowserView to NonClientView (which makes more sense anyway) so I'll be able to use it in custom_frame_window.cc. by pkasting@chromium.org · 15 years ago
  12. 1b28326 We need to reset the theme stuff in a code path that actually used when not by thomasvl@chromium.org · 15 years ago
  13. f3d7ce13 Roll DEPS to pick up unforking of ThreadGlobalData.h by amanda@chromium.org · 15 years ago
  14. 5286339 Marks the test by sky@google.com · 15 years ago
  15. 3d1b666 Fix issue 7146, sending large messages over IPC on POSIX was broken. by jeremy@chromium.org · 15 years ago
  16. 06863722 Re-land revision 8821 with the ui test fixed. by maruel@chromium.org · 15 years ago
  17. e38ae0bd Mark one svg test as only failing on win/linux since mac passes. by thomasvl@chromium.org · 15 years ago
  18. 14fe07a Create and destroy members of the AutomationProxy in the correct order to avoid possible crash. by stoyan@chromium.org · 15 years ago
  19. da5dcd1 Remove references to Mac text codecs (since we weren't correctly building them, and this lets us unfork a file in webkit). by amanda@chromium.org · 15 years ago
  20. d9695750 Disable DownloadTest.UnknownSize because it is flaky. by maruel@chromium.org · 15 years ago
  21. 4bcefee Remove the Windows set focus call and bad-design browser call from the new tab by brettw@chromium.org · 15 years ago
  22. 4e60c8de Revert "Linux: use WebKit HEAD's gtk2drawing.c" by agl@chromium.org · 15 years ago
  23. df2f172 Go ahead and wire in the plugin list to the shell, doesn't help anything pass, by thomasvl@chromium.org · 15 years ago
  24. 6db7fe0 Ignore invalid test instead of rebaseing it. Nothing interesting is by ager@chromium.org · 15 years ago
  25. 5d999f0 Rebaseline test that only differ in function printing. by ager@google.com · 15 years ago
  26. 471822c Add more unit tests for net/base/host_resolver. by phajdan.jr@chromium.org · 15 years ago
  27. 1aaf6e1ff Update to latest V8 trunk version to fix dependency problem with our visual studio projects for creating snapshots. by ager@google.com · 15 years ago
  28. 9283116 Reverting 8868. by ericroman@google.com · 15 years ago
  29. 90900d9 Rolling DEPS to pick up unforked files by dimich@google.com · 15 years ago
  30. 931945a Reverting 8864. by wtc@chromium.org · 15 years ago
  31. c5addfbb Moved RefCountedThreadSafe from AssignableBuffer to base type Assignable. by scherkus@chromium.org · 15 years ago
  32. 9e7a2dce Wire the stats consent checkbox of the EULA by cpu@google.com · 15 years ago
  33. 09a1bd7 Work around our not caching the intermediate CA by wtc@chromium.org · 15 years ago
  34. 507bdd1 Linux: use WebKit HEAD's gtk2drawing.c by agl@chromium.org · 15 years ago
  35. 90d1acb Temporarily disable failing test while I fix it. by mpcomplete@chromium.org · 15 years ago
  36. edd9459 Delete incorrect baselines on Linux and Win. Radial gradiant on text is not by jhawkins@chromium.org · 15 years ago
  37. 8ff2609 Make adding internal plugins easier (and allow it to be dynamic). This code also cleans up the internal plugin handling some more. by jam@chromium.org · 15 years ago
  38. a6c712d Generate a proper file name when dragging an image from a by paulg@google.com · 15 years ago
  39. 5a6e27e Update tests_fixable with results from build 1426 (r8834) by thestig@chromium.org · 15 years ago
  40. 9ead8ba Disabling the failing tests tbr Review URL: http://codereview.chromium.org/19652 by nsylvain@chromium.org · 15 years ago
  41. 9866f34 Fix DCHECK when handling NOTIFY_USER_SCRIPTS_LOADED by not broadcasting the by mpcomplete@chromium.org · 15 years ago
  42. 4fa5253 Fix purify failure. http://code.google.com/p/chromium/issues/detail?id=7144 by jrg@chromium.org · 15 years ago
  43. e616183 Fix incorrect spacing/width calculation for titlebar text. I used the wrong constants, oops. by pkasting@chromium.org · 15 years ago
  44. fbb0ed4c Added a test for checking system install. by anantha@chromium.org · 15 years ago
  45. 9dea9e1f Change URLRequest to use a ref-counted buffer for actual IO. by rvargas@google.com · 15 years ago
  46. d615ad7 Rename RenderWidgetHostView::GetPluginHWND to GetPluginNativeView by brettw@chromium.org · 15 years ago
  47. 29e1eff Rename temp_scaffolding_stubs.cpp to temp_scaffolding_stubs.cc. by tony@chromium.org · 15 years ago
  48. 059d206 Rebaseline some SVG Layout tests. SVG curved lines are now drawn thicker compared to the current baseline, which has some lines too thin. by sidchat@google.com · 15 years ago
  49. 0aaf5186 Add media/base to the build. by thestig@chromium.org · 15 years ago
  50. 1c96bf4 fix p13n build. Review URL: http://codereview.chromium.org/18835 by tim@chromium.org · 15 years ago
  51. cd03525 WebKit removed support for 'compact' and changed their baseline to match (r40259). by finnur@google.com · 15 years ago
  52. e68d535 Changes the in-application EULA dialog to not require the checkbox be checked to accept the EULA. by gwilson@google.com · 15 years ago
  53. 90c2c10 Chrome part of WebKit merge 40297:40314 by dimich@google.com · 15 years ago
  54. c1e4bff Add thread checks to the IPC channel. by rvargas@google.com · 15 years ago
  55. 98e7214 Add zlib unzip to mac build and enable unit test. by erikkay@google.com · 15 years ago
  56. ca35f85 Make ScopedOleInitializer work on windows if you aren't including by sky@google.com · 15 years ago
  57. 87c0254db Roll back r8821 Review URL: http://codereview.chromium.org/19453 by mark@chromium.org · 15 years ago
  58. 0fc9dca Add browser files to the linux build that mac has already by tc@google.com · 15 years ago
  59. f7011fcb Porting profiles to the Mac. by avi@chromium.org · 15 years ago
  60. 4663213 Adds cleanup code to RLZ so that we don't leak an OmniBoxUsageObserver by sky@google.com · 15 years ago
  61. bc90a55 Fixes crash in adding a menu item. As far as I can tell by sky@google.com · 15 years ago
  62. 31fb11052 Better control over window creation of external tabs by joshia@google.com · 15 years ago
  63. 875ac10 Reverting 8822. Review URL: http://codereview.chromium.org/19439 by brettw@chromium.org · 15 years ago
  64. 3596f90b This prevents an occasional DCHECK seen during the SSL UI test that happened by creis@google.com · 15 years ago
  65. c5ca64e Roll DEPS to pick up eol-style changes. by dglazkov@google.com · 15 years ago
  66. 4a25111 Add ScopedTempDir - a class that manages the lifetime of a temporary directory. by erikkay@google.com · 15 years ago
  67. 6a9a660 Factor out the common parts of the about network dialog. I will be using this by brettw@chromium.org · 15 years ago
  68. dbc7776 Disconnect the "browser controlled printing" and always delegate the control flow to the renderer. by maruel@chromium.org · 15 years ago
  69. b5a58cba Ensure that windowed plugins get keyboard focus in WM_MOUSEACTIVATe. This regressed with the introduction by ananta@chromium.org · 15 years ago
  70. ef85d47f Make WebContentsView portable by using the native view types. by brettw@chromium.org · 15 years ago
  71. 90b59b7 Remove the ctor since it's in the shared file. by thomasvl@chromium.org · 15 years ago
  72. 22ad298c Remove extrenuous DLOG from VisitedLinkMaster::InitFromFile() by jeremy@chromium.org · 15 years ago
  73. c49d729 Get rid of unnecessary region code from spellcheck language/locale codes. Fix of Linux by using ARRAYSIZE_UNSAFE instead of arraysize. by sidchat@google.com · 15 years ago
  74. 12464693 Context menus for text selections in editable boxes and links should include the Search menu item. Original patch by Brian Duff (see http://codereview.chromium.org/16510 ), r=me. by pkasting@chromium.org · 15 years ago
  75. 96c622f Some tests I rebaselined on Windows are now passing on Linux. Marking as such. by finnur@google.com · 15 years ago
  76. 4a5c0d6 Add RenderProcessHost to the mac build (it's already in Linux). by brettw@google.com · 15 years ago
  77. 3befa6ec5 This test checks the JS notifications when loading a frame. by jcampan@chromium.org · 15 years ago
  78. 8f40071 Makes unit tests depend upon chrome_exe. by sky@google.com · 15 years ago
  79. e13d5d2d by jcampan@chromium.org · 15 years ago
  80. d0cf5c6 Sorts the sln files. chrome_kjs is already sorted, just not chrome. by sky@google.com · 15 years ago
  81. ce9d2aa1 In WebKit r39791 Glenn Wilson changed radio buttons by finnur@google.com · 15 years ago
  82. 99796bd Write some basic RenderWidgetHost unittests for the more tricky behavior. by brettw@chromium.org · 15 years ago
  83. b026f4a Implementation of Pipeline and FilterHost interfaces. This is a large change, but all of the objects are interrelated. by ralphl@chromium.org · 15 years ago
  84. abc659b Add portable keyboard codes by phajdan.jr@chromium.org · 15 years ago
  85. 9b2208e Update mac tests based on last 24 hours of build bot runs. by thomasvl@chromium.org · 15 years ago
  86. 19942db Allow undefined as the script name in the debugger test. by ager@google.com · 15 years ago
  87. c3ef76ce It seems that the old version of the selection-functions test is still by ager@google.com · 15 years ago
  88. f08a247c Remove extraneous uses of the --enable-user-script by aa@chromium.org · 15 years ago
  89. fe35352 Add missing returns in setters for selectionStart and selectionEnd. by ager@google.com · 15 years ago
  90. bf9e07e Add sqlite to list of things to build. by thestig@chromium.org · 15 years ago
  91. c870c76 Safe browsing cleanup: by estade@chromium.org · 15 years ago
  92. 0b88baec Adds a variable indicating whether resources should be deleted on by sky@google.com · 15 years ago
  93. 31d9a1ae Rolback r8793: Remove extraneous uses of the --enable-user-script by mal@chromium.org · 15 years ago
  94. e000c4e Remove extraneous uses of the --enable-user-script by aa@chromium.org · 15 years ago
  95. 5cac27f Move Windows specific backing-store functions into backing_store_win.cc by agl@chromium.org · 15 years ago
  96. 1120d84 Adds the localized oem html resources to setup by cpu@google.com · 15 years ago
  97. 16b8085 Process the EULA distro param, to direct chrome to show the EULA dialog by cpu@google.com · 15 years ago
  98. 23ea641f restore setting the netresource callback by tc@google.com · 15 years ago
  99. cee758ac More break fixes by jrg@chromium.org · 15 years ago
  100. db4bff0 Another merge conflict by jrg@chromium.org · 15 years ago