History log of /packages/apps/Browser/src/com/android/browser/Browser.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6c2e2f34718043f36488b4a94879dc2605aaac49 22-Aug-2011 John Reck <jreck@google.com> Add bulletproofing to state recovery

Bug: 5166335

Change-Id: Ife9ef2da7664f8de6b0ff9655611efa78d84df05
/packages/apps/Browser/src/com/android/browser/Browser.java
af262e703038106aef2e5187d120617836ffe9ce 25-Jul-2011 John Reck <jreck@google.com> Remove obsolete usage of WebIconDatabase

Bug: 5019676
Removes some other legacy code

Change-Id: I766d9d6f7805b5619a9769e6d72ae2f4c363d3ed
/packages/apps/Browser/src/com/android/browser/Browser.java
36afb9b00d7c1e91331bacbd67724a593b26ac0b 01-Jul-2011 Michael Kolb <kolby@google.com> Merge "Preloading support in browser"
84c2c090fa7891a05dd6e3c0c185ccdcf2a0d397 01-Jul-2011 John Reck <jreck@google.com> Fix AsyncTask

Change-Id: I5af7e028c2e8fffb2c21453864c90e030df25312
/packages/apps/Browser/src/com/android/browser/Browser.java
1461244018a225006a8d4c203f9dfe294ffe94fa 24-Jun-2011 Michael Kolb <kolby@google.com> Preloading support in browser

Apps like the QSB can request the browser to preload a
web page.
- preloaded pages are not added to the browser history
if they'r not seen by the user
- when a request is received, a new tab is created for the
preloaded page, but not added to the tab list
- upon receiving the view intent for the preloaded page
the tab is added to the tab list, and shown
- if several pages are preloaded consecutively in the same tab,
the back stack is cleared before it is displayed
- preloaded pages use the main browser cookie jar, so pages that
have never been viewed by the user can drop cookies

Change-Id: I9ed21f2c9560fda0ed042b460b73bb33988a2e8a
/packages/apps/Browser/src/com/android/browser/Browser.java
35e9dd6283a2d65687104eb0b3a459c02dcb150b 25-Apr-2011 John Reck <jreck@google.com> Browser settings refactor

Change-Id: I6fc1b21f7ea692fbe37a17bf900e9b7408a9c077
/packages/apps/Browser/src/com/android/browser/Browser.java
e800e8e8aebb30817cea989009f3012d6174f1bc 06-Dec-2010 Kristian Monsen <kristianm@google.com> Fixing Browser app object

Session cookies are removed in Controller.java,
if you override Application.onCreate() you should always call
super.onCreate()

Change-Id: I76e8eb1afd75212fa405b9c3b91f325877112d21
/packages/apps/Browser/src/com/android/browser/Browser.java
6f48ba58140d605971490f5679e6879403f86012 04-Dec-2010 John Reck <jreck@google.com> Sets umask to prevent world readable files

Bug: 3244281
Set the umask on startup so that databases created in native code
are not world readable.

Change-Id: If0f54b209741645e173f0dd338804fabdafaa31e
/packages/apps/Browser/src/com/android/browser/Browser.java
ef67165a877b1cd17d4afc6e2e17caa97fc399f2 25-Nov-2010 Ben Murdoch <benm@google.com> Make BrowserSettings.loadFromDb asynchronous

loadFromDb does a lot of disk IO, including accessing SQLite
and SharedPreferences. This should not be done on the UI thread.
With this patch we move it into an AsyncTask. However there is one
caveat with this solution - all settings must be read and sent to
WebCore before BrowserActivity.onCreate is called so we must block
there if the async task is not complete. This is better than doing
the IO on the UI thread though and fixes a load of Browser StrictMode
violations.

Change-Id: I0ab37ee9e95c682a59d6170a1327ae4ad1deceec
/packages/apps/Browser/src/com/android/browser/Browser.java
161974f7f198e1e821297ab1aa46f9f124a972ed 09-Mar-2010 Shimeng (Simon) Wang <swang@google.com> Avoid potential NPE if storage manager is not properly initialized.

Bug: 2498939
Change-Id: I92a14fdcb949d748bebec0a357d8baad37aeb46e
/packages/apps/Browser/src/com/android/browser/Browser.java
31a6d1cb63a513712bad717a6239919fd5428fd1 14-Apr-2009 Dave Bort <dbort@android.com> Browser: Remove references to android.util.Config

The semantics of Config.DEBUG will be changing soon, and all other
Config.* fields will become deprecated/hidden.

BUG=1780938
/packages/apps/Browser/src/com/android/browser/Browser.java
0c90888c75eed12f6e2e14a9044faf50bd4af8ed 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Browser/src/com/android/browser/Browser.java
8611831e36b71c844a14788998728f3cd625b833 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Browser/src/com/android/browser/Browser.java
ba6d7b853c32ad6c3be26c443daa61f322bcfdc2 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/Browser/src/com/android/browser/Browser.java