Skip to content
Snippets Groups Projects
  1. Dec 23, 2010
  2. Dec 22, 2010
  3. Dec 21, 2010
  4. Dec 18, 2010
    • thakis@chromium.org's avatar
      Remove CrApplication dependency from base · a366880f
      thakis@chromium.org authored
      Add a @protocol CrAppProtocol that clients of base must implement in their NSApplication subclass, and let base depend only on this protocol.
      
      Let MessagePumpNSApplication::DoRun() no longer initialize NSApplication (fixes a TODO).
      
      Add a MockCrApplication that the simple unittests in base and app can use, move chrome_application to chrome/common.
      
      Test shell might run nested run loops, so I gave it a real but simplified CrAppProtocol implementation.
      
      BUG=62968,46929
      TEST=Everything still works. The PDF plugin prints one fewer warning when loaded.
      
      Review URL: http://codereview.chromium.org/5950003
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69615 0039d316-1c4b-4281-b951-d872f2087c98
      a366880f
  5. Dec 16, 2010
  6. Dec 15, 2010
  7. Dec 14, 2010
  8. Dec 13, 2010
  9. Dec 11, 2010
  10. Dec 10, 2010
  11. Dec 09, 2010
Loading