Comment #4 on issue 5115 by m0.interactive: Ctrl+U should show up
view-source on Application shortcuts
http://code.google.com/p/chromium/issues/detail?id=5115
I will be working on this. I sent an email to dev mailing list to get more
clarification. How do you want view source to be viewed, inconsistencies
throughout,
would be nice to create a view source window :x I could fix this by
commenting the
code:
if (type_ == TYPE_APP && tabstrip_model_.count() == 1) {
NOTREACHED() << "Cannot add a tab in a mono tab application.";
return NULL;
}
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---