commit | 6c39658a7370c0f8e42810b90eedbdbeba47257a | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu Jul 15 11:01:08 2010 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Thu Jul 15 11:01:08 2010 -0700 |
tree | 6986a7bb248999706c5c5a41b0f244720f4a25ab | |
parent | 6d0580cb4aba27f6340b63a8dffa79de74a07432 [diff] |
Fix open all patches in IE6 Opening all patches in either side-by-side or unified view mode failed on IE6 because we were misusing the window.open() API. The second argument must be "_blank" to get a new window (or tab), and must not be our own file name. Change-Id: I00e6d487c5e657309929fb43d6205ed2aa7955c8 Signed-off-by: Shawn O. Pearce <sop@google.com>