Fix NSString conversions to treat a null NSString as a string of length 0, instead of crashing. This allows Cocoa to use null objects as empties, as is its wont, and we only run a check when needed.

This CL also removes the now-superfluous checks for null NSStrings from BugReportWindowController.  A cursory look through the code shows that there are many places where a check for null precedes a call to an NSString conversion; filed another bug against myself to go through and fix all of these (http://code.google.com/p/chromium/issues/detail?id=27055).  Also filed a bug to expand unit tests for NSString conversion methods (http://code.google.com/p/chromium/issues/detail?id=27059).


Review URL: http://codereview.chromium.org/371057

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31408 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: a2494cb564bee20bd59457293537599364a2863d
2 files changed
tree: 5f385f54180afcef388d812aa11f6174ef7c65d4
  1. base/
  2. build/
  3. ipc/
  4. testing/