| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
from 8M to 20M so that common sites like nytimes.com can fit.
|
|
|
|
|
| |
found by findbugs
http://b/issue?id=1856630
|
|
|
|
|
| |
bug found by findbugs
http://b/issue?id=1856695
|
|
|
|
|
| |
found by findbugs
http://b/issue?id=1856758
|
|\
| |
| |
| |
| | |
* changes:
make finals static, remove unused local
|
| |
| |
| |
| |
| |
| | |
found by findbugs
http://b/issue?id=1856725
http://b/issue?id=1856786
|
|/
|
|
|
| |
found by findbugs
http://b/issue?id=1856781
|
|
|
|
|
|
|
| |
Rather than load a home page, bring up the browser/new tabs
displaying the bookmarks page, with a search bar that can be
clicked to open the omnibox. Also rearrange the menu. Fix for
http://b/issue?id=2018524
|
| |
|
|
|
|
|
|
|
|
|
| |
Start capturing screenshots for all visited pages, and show them
in a grid view on the most visited page. Modify the BrowserBookmarks-
Page and Adapter so they can be used for the "Most visited" page.
Also change some of the ids for context menu items to be the same
in the browser and history context menus, for simplicity in
handling them in BrowserBookmarksPage.
|
| |
|
|
|
|
|
|
|
|
| |
Note that the appearance of the prompt has not yet been finalized.
Also the interaction of the prompt with the animation used to move to and from
the tab picker is not fixed. This may become unecessary if the tab selection UI
is redisgned.
|
|
|
|
|
|
|
|
|
|
|
| |
Add DownloadTouchIcon, an AsyncTask that downloads the apple-touch-icon for urls
that are marked as bookmarks. The touch icon is stored in the bookmark database
similar to favicons and thumbnails. If a shortcut is created for a bookmark
containing a touch icon, the touch icon is used (with rounded corners).
Refactor the bookmarks query to be a static function. The function uses the
original url and new url to look for matching bookmarks. This takes care of
redirects as well as bookmarks containing queries.
|
|\
| |
| |
| |
| | |
* changes:
Updates for the look of the bookmarks page.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add new assets.
-tab_indicator.xml
State selector for the background of tabs in the CombinedHistoryActivity
-bookmark_thumnail.xml
Web page title is now above the thumb. Removed the favicon. Added a
shadow.
-tab_header.xml
Layout for the tabs in CombinedHistoryActivity
-tabs.xml
Change the height of the tabs.
-bookmarks.xml
Remove the title for the "switch" menu item, which gets set in Java,
depending on the current viewing mode.
-strings.xml
Remove the placeholder menu item text, add the actual text for
switching between modes.
-BrowserBookmarksAdapter
No longer set the favicon on top of the bookmark thumbs in grid mode.
-BrowserBookmarksPage
Implement onPrepareOptionsMenu, and set the title of a menu option,
depending on the current viewing state.
-CombinedHistoryActivity
Create a common function for setting up all the tabs. Change the
look of the tabs to match the new design.
|
|\ \
| |/
|/|
| |
| | |
* changes:
Enable workers for V8. Also remove the quota parameters, unused after the storage UI refactoring.
|
| |
| |
| |
| | |
storage UI refactoring.
|
| |
| |
| |
| |
| |
| |
| |
| | |
current tab around so that hit Back won't cause reload the page.
This should address the complain of reloading while using Google Reader.
Remove our own checkMemory() as the system now provides onLowMemory().
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
early bail out in onCreate(). This should avoid the NPE we saw in onResume.
|
| |
| |
| |
| |
| | |
Since getTopWindow() can be null, check first before accessing it.
Fix for http://b/issue?id=2027301
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
More precise determination of when to back up the bookmarks
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Instead of blindly assuming that any change to the bookmark table requires a
backup pass, we now attempt to discern whether the change is a user-visible
alteration of the bookmark set. We do this in the provider's hooks for
insert/delete/update operations.
Insert is easy; we simply check for bookmarks=1 in the field values of the row
being added, and request backup if it's there.
Delete and update operations are more problematic; we need to check whether the
record being acted on is part of the bookmark set. To do this unambiguously
requires querying the record's bookmark field, so we do that if it looks like
the operation might be one relevant to the bookmark backup [either deleting a
bookmark row, or changing the title/url of an existing bookmark, or changing
whether a given row represents a bookmark].
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Generalizes WebsiteSettingsActivity to handle more than just database permissions.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
permissions.
This is in preparation for the addition of Geolocation permissions.
|
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
current window instead of a new window.
|
| | |
| | |
| | |
| | |
| | | |
When opening a new tab from the context menu, treat the new tab as a child of
the current tab. This change was cherry-picked from master.
|
| | |
| | |
| | |
| | |
| | |
| | | |
This change was previously made in master, but I believe it is
responsible for a crash. We should not be using this deprecated
method, so I am now instead using ContentResolver.update().
|
| |/
|/|
| |
| | |
and quota increase step
|
| |
| |
| |
| |
| |
| |
| | |
- Abandon the Quota UI: it does not make sense to ask the users to decide individual database quota increases. It is unlikely anyone will be able to make a meaningul decision.
- Introduce a global limit for all WebStorage content. This is shared between Database and AppCache.
- Make the quota increase decision automatic
- Treat out-of-space situations by creaying a system notification (TODO).
|
| |
| |
| |
| |
| |
| |
| | |
Fix for http://b/issue?id=1688867. Instead of providing an option
to add a bookmark to bookmarks, provide an option to remove the
item from bookmarks. Also display the item as the context menu
header.
|
| |
| |
| |
| | |
Browser Website settings menu now correctly distinguishes origins at the same host.
|
| |
| |
| |
| |
| |
| | |
- If an explicit title is set, we show it and use the origin as a subtitle.
- If no explicit title is set, we show use the origin as a title.
- We hide the origin's scheme if it's 'http'.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The agent now does backup/restore of the bookmarks table. Whether to back up is
determined by flattening the bookmark table, CRCing the flattened
representation, and comparing the CRC with the previous backup pass's version.
If they differ (or if the file size differs), the table is deemed to have
changed and we send the flattened file off to the server as a single key.
On restore, the bookmark records are read individually from the flattened
representation, the existing bookmarks table is queried for a matching URL, and
if none exists the bookmark is inserted into the table.
Bookmarks.addBookmark() now takes a boolean argument "retainIcon." When false,
the implementation will not call into the web icon database. This is necessary
during restore because the web icon database is only available from the Browser
app's main thread, but restore happens without the app proper being involved.
The other call points for addBookmark() have been updated to pass 'true,' i.e.
preserving the current behavior.
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
wire appcache to HTML5 UI
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* changes:
Prevent stale data exception.
|
| | |
| | |
| | |
| | |
| | | |
Before requerying, check mCursor to see if it has closed. If it
has, do not requery.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Fix 1990635. update() was accidentally removed. Bring it back so that the WebSettings will be applied to the current open windows.
|
| |/ /
| | |
| | |
| | | |
WebSettings will be applied to the current open windows.
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
Browser.
Merge commit '83f473462fcd7869031a423c02b957c6e938a2f6'
* commit '83f473462fcd7869031a423c02b957c6e938a2f6':
Fix 1984809. Select the url when SEARCH key is pressed in the Browser.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Check for a null tab in onDestroy. This fix is in master but the crash appears
in donut as well.
|