index
:
packages_apps_Browser.git
replicant-4.2
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
/
android
/
browser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move clustering functionality of HistoryAdapter to its own class.
Leon Scroggins
2010-01-12
2
-202
/
+312
*
Clear parent/child tab relationships when clearing history.
Leon Scroggins
2010-01-11
6
-16
/
+98
*
Save to database in non UI thread.
Leon Scroggins
2010-01-04
1
-27
/
+41
*
add initial dragtrackers
Mike Reed
2009-12-17
2
-0
/
+150
*
Changed class paths for classes moved in unbundling effort
Paul Westbrook
2009-12-14
2
-2
/
+3
*
Merge change I4c7be8c7 into eclair-mr2
Android (Google) Code Review
2009-12-14
1
-1
/
+4
|
\
|
*
Notify the WebView that its customView is not being displayed instead of fail...
Derek Sollenberger
2009-12-14
1
-1
/
+4
*
|
Fix a monkey crash by pretending to be a real adapter.
Patrick Scott
2009-12-14
1
-1
/
+31
|
/
*
Provide a button to allow the user to set the home page to the current page.
Leon Scroggins
2009-12-10
3
-0
/
+58
*
Merge change I22807d19 into eclair-mr2
Android (Google) Code Review
2009-12-08
1
-1
/
+3
|
\
|
*
Do not use the Cursor if it is closed.
Leon Scroggins
2009-12-08
1
-1
/
+3
*
|
Allow long press MENU to open IME in Browser.
Leon Scroggins
2009-12-08
1
-3
/
+6
|
/
*
Merge change Ie2888363 into eclair-mr2
Android (Google) Code Review
2009-12-05
1
-1
/
+1
|
\
|
*
Change SearchableInfo import
Bjorn Bringert
2009-12-04
1
-1
/
+1
*
|
Change the Browser Cached Page capacity.
Grace Kloba
2009-12-02
1
-1
/
+13
*
|
Set pageCacheCapacity, which enables page cache,
Grace Kloba
2009-12-02
1
-0
/
+2
|
/
*
Only show manually entered URLs in suggestions.
Leon Scroggins
2009-11-25
2
-10
/
+11
*
Pass a message to query the database, rather than doing it in onCreate.
Leon Scroggins
2009-11-24
1
-21
/
+48
*
Merge change I638d3f45 into eclair-mr2
Android (Google) Code Review
2009-11-23
1
-2
/
+15
|
\
|
*
Enable some special debug url.
Grace Kloba
2009-11-23
1
-2
/
+15
*
|
Rename addConsoleMessage to onConsoleMessage to reflect SDK API changes.
Ben Murdoch
2009-11-20
1
-2
/
+4
|
/
*
Adds an explicit type for GeolocationPermissions.getOrigins.
Steve Block
2009-11-19
3
-6
/
+6
*
Merge change Ia964056a into eclair-mr2
Android (Google) Code Review
2009-11-19
1
-0
/
+8
|
\
|
*
Revert "Do not allow javascript to change window focus."
Patrick Scott
2009-11-19
1
-0
/
+8
*
|
Fix monkey crash. Check null for the top window in
Grace Kloba
2009-11-19
1
-0
/
+2
|
/
*
When long pressing to add a bookmark, use the title text returned from WebCor...
Ben Murdoch
2009-11-19
1
-0
/
+2
*
Merge change I5ee906c0 into eclair-mr2
Android (Google) Code Review
2009-11-18
2
-11
/
+13
|
\
|
*
Change android.text.util.Regex to com.android.common.Patterns
Dan Egnor
2009-11-18
2
-11
/
+13
*
|
Do not attempt to parse javascript: bookmarks as URIs, as this often fails.
Ben Murdoch
2009-11-17
1
-20
/
+25
|
/
*
Do not allow javascript to change window focus.
Patrick Scott
2009-11-13
1
-8
/
+0
*
Tidy up the website settings activity. This is mostly a cosmetic change. The ...
Ben Murdoch
2009-11-10
1
-10
/
+54
*
Do database access in the background thread to prevent ANR.
Patrick Scott
2009-11-10
1
-5
/
+4
*
Reset the progress when beginning to load a new page.
Leon Scroggins
2009-11-06
1
-3
/
+5
*
Do not clear FindDialog's text when changing orientation.
Leon Scroggins
2009-10-29
2
-11
/
+0
*
When displaying a bookmark item, only truncate the Strings that we display in...
Ben Murdoch
2009-10-28
2
-10
/
+23
*
Stretch short landscape bookmark screenshots to fill the correct amount of sp...
Ben Murdoch
2009-10-27
1
-2
/
+21
*
Remove the "clear all" menu option when you are in the website settings activ...
Ben Murdoch
2009-10-26
1
-2
/
+7
*
am 7d899d6f: Fix how browser determines if it has connectivity.
Robert Greenwalt
2009-10-23
1
-5
/
+3
|
\
|
*
Fix how browser determines if it has connectivity.
Robert Greenwalt
2009-10-23
1
-5
/
+3
*
|
Remove the fake title bar in onDestroy so that we will
Grace Kloba
2009-10-21
1
-0
/
+3
*
|
Merge change Ie806375b into eclair-mr2
Android (Google) Code Review
2009-10-21
1
-1
/
+14
|
\
\
|
*
|
Adds toast for Geolocation permissions prompt.
Steve Block
2009-10-21
1
-1
/
+14
*
|
|
Hide the status bar while a <video> is playing.
Andrei Popescu
2009-10-20
1
-0
/
+7
|
/
/
*
|
am b3968bbc: Disable thumbnail view mode for most visited page.
Leon Scroggins
2009-10-16
1
-8
/
+5
|
\
\
|
|
/
|
*
Disable thumbnail view mode for most visited page.
Leon Scroggins
2009-10-16
1
-8
/
+5
*
|
Don't allow the user to save bookmarks with a scheme that the Browser cannot ...
Ben Murdoch
2009-10-14
3
-3
/
+35
*
|
Hide the fake title bar while showing the context menu.
Leon Scroggins
2009-10-13
1
-0
/
+9
*
|
Move Tab out of TabControl to its own class. So that
Grace Kloba
2009-10-09
6
-2179
/
+2040
*
|
File upload.
Leon Scroggins
2009-10-09
1
-2
/
+31
*
|
am ef292158: We should handle all four cases when strip the "client". We were...
Grace Kloba
2009-10-07
1
-1
/
+3
|
\
\
|
|
/
[next]