Fix browser crash on high resolution device while adding bookmark

The bitmap of page was being sent as part of intent. The binder
was throwing an exception due to large size of bitmap. Removed
the bitmap from intent and added a static method in Controller
to expose the bitmap object.

CR-Fixed: SWE-4171

Change-Id: I9000b3ffa83e2846881fef5486bee07479a7b2ce
2 files changed