commit | 1c7380d022642a105ff6456b84349cb9ea9cfaba | [log] [tgz] |
---|---|---|
author | Pankaj Garg <pgarg@codeaurora.org> | Wed Aug 27 14:17:12 2014 -0700 |
committer | Pankaj Garg <pgarg@codeaurora.org> | Tue Sep 23 15:26:47 2014 -0700 |
tree | 9a448fb8fbbb18ee9ec5567aa3ef99081cd65edb | |
parent | 8eb0091c951d3f29f0018e64531a0a179f85b892 [diff] |
Fixed rendering of noreferrer links in new tab Rendering of a link that opens in a new tab and the link contains "rel=noreferrer" tag was failing. The noreferrer tag causes opener to be suppressed. Due to a race condition in the code when OpenURL is called the web content delegate is not yet configured. This fix informs browser that opener is suppressed. The browser calls explicit loadURL for this case. Change-Id: Id9f45a934a5fe7df1f06dc753f93053556943249