Gitiles
Code Review
Sign In
review.blissroms.org
/
android_packages_apps_Gello
/
e440a88fd81c86d1ca6fc18b8b3f68e383e574b4
/
src
/
com
/
android
/
browser
/
BrowserActivity.java
e440a88
Cleanup temporary incognito mode files after last tab closes.
by Elliott Slaughter
· 15 years ago
4fc12cb
Move Find on page and Select into the framework.
by Leon Scroggins
· 15 years ago
c50e71a
When checking for possible RLZ insertion, only check http Uri's.
by Bill Napier
· 15 years ago
d003543
Fix browser crash.
by Patrick Scott
· 15 years ago
784b02b
am 399c6b8e: am 552751ea: Avoid crash in browser in systems with no search provider
by Mattias Falk
· 15 years ago
399c6b8
am 552751ea: Avoid crash in browser in systems with no search provider
by Mattias Falk
· 15 years ago
300b7f0
fixed new tab flow
by Michael Kolb
· 15 years ago
0998b0a
fixed Combo page for phone screen
by Michael Kolb
· 15 years ago
91b3ea7
Move APK monitoring into WebView.
by Derek Sollenberger
· 15 years ago
8389e99
Fix Browser incognito history for intents initiated in the same tab.
by Elliott Slaughter
· 15 years ago
552751e
Avoid crash in browser in systems with no search provider
by Mattias Falk
· 15 years ago
3f65c38
UI work on CombinedBookmarksHistory
by Michael Kolb
· 15 years ago
2c326e6
DO NOT MERGE Refactor find and select dialogs
by Cary Clark
· 15 years ago
4361029
Add RLZ support to Browser.
by Jeff Davidson
· 15 years ago
ae62fd4
incognito mode added for large screens
by Michael Kolb
· 15 years ago
627d96f
Fix Browser crash on search in new Browser session.
by Elliott Slaughter
· 15 years ago
64144e4
Switch the bookmarks and history over to fragments.
by Jeff Hamilton
· 15 years ago
8ce956c
Switch the history management over to the new provider.
by Jeff Hamilton
· 15 years ago
8e4fbf1
Use ActionMode for Find-on-page and Copy.
by Leon Scroggins III
· 15 years ago
8402962
First revision of the new browser provider.
by Jeff Hamilton
· 15 years ago
ed21774
switched to using action bar for large screen
by Michael Kolb
· 15 years ago
68792c8
New tab flow through Bookmarks/History screen
by Michael Kolb
· 15 years ago
a2b2ba8
UI revision for tabbed browsing bug # http://b/issue?id=2712871
by Michael Kolb
· 15 years ago
f0f0395
Initial work on browser incognito mode history feature.
by Elliott Slaughter
· 15 years ago
80f3262
Fix build.
by Dianne Hackborn
· 15 years ago
fe25199
tabbed title bar work bug # http://b/issue?id=2712871
by Michael Kolb
· 15 years ago
b4b8318
remove save/restore picture from browser app
by Cary Clark
· 15 years ago
039bd47
Add support for accept type="audio/*" and audio/*;capture=microphone in the Browser
by Ben Murdoch
· 15 years ago
ccb5de0
Fix NPEs after merge of d159ec534823b87f9896843e95912b0df8c27e16 from open
by Ben Murdoch
· 15 years ago
b50d740
Capture API updates from new specification http://dev.w3.org/2009/dap/camera/
by Ben Murdoch
· 15 years ago
0ced08c
Browser save page as web archive.
by Elliott Slaughter
· 15 years ago
eecb4e6
Improve the visibility and discoverability of the "add shortcut
by Ben Murdoch
· 15 years ago
6af492a
Add camcorder support to the file picker.
by Ben Murdoch
· 15 years ago
87cc65d
Make size of the webview screenshot configurable with width/height parameters.
by Ben Murdoch
· 15 years ago
e0a3666
fix related to bug http://b/issue?id=2101719
by Michael Kolb
· 15 years ago
91f65fc
Prevent a null pointer exception.
by Leon Scroggins
· 15 years ago
e7fe26b
If url hijacking happens on a newly opened child window,
by Grace Kloba
· 15 years ago
654899b
Update the lock icon when closing a tab.
by Leon Scroggins
· 15 years ago
01cfcdd
Refactor find and select dialogs
by Cary Clark
· 15 years ago
571b376
Initial work on new browser bar
by Leon Scroggins
· 15 years ago
07d3473
Broadcast to the media scanner when the user takes a photo from the file picker so that it
by Ben Murdoch
· 15 years ago
e56a0f2
Plugin may have Java components. So always refresh
by Grace Kloba
· 15 years ago
9e997c7
Use the URL stored in the nav cache to open in new window.
by Leon Scroggins III
· 15 years ago
62b1b7e
Add support for the camera as a source for the file picker.
by Ben Murdoch
· 15 years ago
d746a94
Leave the title bar at the top of the screen for xlarge screen layout.
by Leon Scroggins
· 15 years ago
2b34599
Adding accessibility content provider responsible for user script injection
by Svetoslav Ganov
· 15 years ago
79e36d9
Move the find dialog to the top of the screen.
by Leon Scroggins
· 15 years ago
3e20445
Use the text in an anchor as the subject line when sharing a link.
by Leon Scroggins
· 15 years ago
211ba54
Allow interaction with page while Find is up.
by Leon Scroggins III
· 15 years ago
a563d09
Click on notification for unfinished download, open downloads page.
by Leon Scroggins
· 15 years ago
8588d15
When loading a new Intent, remove appTab association.
by Leon Scroggins
· 15 years ago
cb192b5
Update screenshots in a background thread.
by Patrick Scott
· 15 years ago
4720868
Treat voice searches from within the browser differently
by Leon Scroggins
· 15 years ago
ab168ba
use 565 bitmap instead of 4444 to improve quality
by Cary Clark
· 15 years ago
6519070
Show the faked title bar even content height is 0.
by Grace Kloba
· 15 years ago
847c25b
Reduce reported "Displayed activity com.android.browser/.BrowserActivity"
by Grace Kloba
· 15 years ago
fa52d17
Fix for bug 2538060. Decoding and encoding an URL.
by Kristian Monsen
· 15 years ago
95a53b2
Fixes browser to store and read HTTP authentication credentials in the correct WebView.
by Steve Block
· 15 years ago
ff4d92c
fix monkey-triggered crash
by Cary Clark
· 15 years ago
a761181
Use system setting for default geolocation permissions
by Bjorn Bringert
· 15 years ago
8d06e36
Use AsyncTask when calling Browser.updateVisitedHistory
by Leon Scroggins
· 15 years ago
1f10cbf
reject unhandled key events if browser is paused
by Cary Clark
· 15 years ago
13f9ace
Update the browser title bar background asset
by Grace Kloba
· 15 years ago
b8a844d
Close the SearchDialog when a new Intent opens the browser.
by Leon Scroggins
· 15 years ago
9191a7f
Show a toast when a download starts.
by Leon Scroggins
· 15 years ago
1542f74
Do not call invalidate() in draw(). This improved
by Grace Kloba
· 15 years ago
6eac63e
Do not destroy the backforward list when doing another voice search.
by Leon Scroggins
· 15 years ago
98d5fce
Remove the logic of setting dasher account's home page.
by Shimeng (Simon) Wang
· 15 years ago
945f100
Force a load when getting a new intent from voice search.
by Leon Scroggins
· 15 years ago
2c0f611
Close Cursors when finished with them.
by Leon Scroggins
· 15 years ago
161974f
Avoid potential NPE if storage manager is not properly initialized.
by Shimeng (Simon) Wang
· 15 years ago
fbb3f15
Use a special flag to tell SearchDialog to show the microphone.
by Leon Scroggins
· 15 years ago
003a5dd
When reverting the voice title bar, display the url.
by Leon Scroggins
· 15 years ago
aa37e7f
Ensure the fake title bar shows during loading.
by Leon Scroggins
· 15 years ago
6adacc9
Check the network state in onCreate.
by Patrick Scott
· 15 years ago
7d3ac79
refactor find state and scrolling
by Cary Clark
· 15 years ago
da3e030
Do not insert duplicate urls into the browser database.
by Leon Scroggins
· 15 years ago
95a2e4a
SslCertificate should provide Date interface
by Brian Carlstrom
· 15 years ago
385effd
Update to reflect android-common no longer in framework.
by Dianne Hackborn
· 15 years ago
4391469
Remove our dependency on gsf.
by Patrick Scott
· 15 years ago
dcc5eeb
If a tab was opened solely to download a file, close the tab.
by Leon Scroggins
· 15 years ago
03e6d39
Change the browser to use the standard EXTRA_SUBJECT intent extra
by Paul Westbrook
· 15 years ago
4e9f89b
When long pressing on title bar, do not use WebView in onCreateContextMenu
by Leon Scroggins
· 15 years ago
e4c9846
Change the way the browser detects connectivity changes.
by Andrei Popescu
· 15 years ago
9d53da0
Remove tabs.
by Patrick Scott
· 15 years ago
92472e8
When loading a new page from the UI side, update the title bar to the new url.
by Leon Scroggins
· 15 years ago
8ad2992
Clear omnibox when pressing search key.
by Leon Scroggins
· 15 years ago
30995e7
Implement navigator.isApplicationInstalled() API
by Andrei Popescu
· 15 years ago
10d1cca
Use Search.SOURCE from android-common
by Bjorn Bringert
· 15 years ago
1fe13a5
send broadcast intents to voice search for logging purposes
by Leon Scroggins
· 15 years ago
3b18ce3
If the user submits the same search again from voice search, stay in place.
by Leon Scroggins
· 15 years ago
7a8b88b
Implement support for V8 counters
by Andrei Popescu
· 15 years ago
a1cc3fd
Use the constants defined in RecognizerResultsIntent for voice search.
by Leon Scroggins
· 15 years ago
58d56c6
Handle the voice search intent.
by Leon Scroggins
· 15 years ago
2d508ed
Should trust my own code
by Grace Kloba
· 15 years ago
00f54c5
Use a single EXTRA_HEADERS intent.
by Grace Kloba
· 15 years ago
068e48b
Add request header support for the Browser/WebView.
by Grace Kloba
· 15 years ago
d334bf5
conditional code to test the browser in 32bit
by Mike Reed
· 15 years ago
716d4f5
relocate GoogleLoginService
by Doug Zongker
· 15 years ago
f08809b
Do not show the downloads page without the user explicitly requesting it.
by Leon Scroggins
· 15 years ago
Next »