| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I4a9430d118fd18d40a17490a10b5fbb723b36ca2
|
|
|
|
|
|
|
|
| |
This prevents us from leaking BrowserActivity when we go to
the background.
Bug: 5233864
Change-Id: Idf59de67637c8c9eb39ea9f8b9cb93320c4afa99
|
|
|
|
| |
Change-Id: I2390665d59f6b3868b5a3a27bfc38ea4c9cdf0d4
|
|
|
|
|
|
|
|
|
| |
The AsyncTask runs on the thread that created it, which in this case
is not necessarily the UI thread. Use a Handler created on the UI
thread instead.
Bug: 5072522
Change-Id: Ia6db6cf396c3f73cfb51e6d4d227617d95946692
|
|
|
|
|
|
|
|
| |
A recent change to Webview broke our code - we're no longer
allowed to call isPrivateBrowsingEnabled() from a non-UI-thread.
Moved the code in an AsyncTask to address this.
Change-Id: I69a5ea539dc1578bfbacbc67c996e28870743870
|
|
|
|
| |
Change-Id: I48bdaa9b908e7890dc9cb0b4ad67724fd95d6d77
|
|
This adds zero-click sharing for the Browser app; the URL of the
tab currently displayed will be transferred to any NFC-capable
Android phone upon touch.
Change-Id: I7aabc1b2b3f7700c05223349e5c317534fcfe8f0
|