| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Change-Id: I6d6cd753f1bdffa6aecd078db62b1bbc08e95aa7
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Res
- Rename (#themersgottahate)
- Vectors
- Card-Tabs
- CleanUp
* Interface
- Longpress fab to open incognito tab
- New icon
- Better urlbar
- Fix tab animations
- Remap PieControl
* Features
- Immersive mode (replace jb fullscreen)
Change-Id: I2fde4242f477359dc8af18d1b7752750058cd6e9
Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
|
|
|
|
| |
Change-Id: I7acecfc32dde250685f96354b45a91b93667114e
|
|
|
|
| |
Change-Id: Id4e4545d31b5afb0c402c7f3e6f41cc111d0bfc0
|
|
|
|
|
|
|
|
| |
By default is a debug only setting.
based on JB commit by D4rKn3sSyS
Change-Id: Ic2d695d68eab6716b12e25c4a999582e7ff7b6a4
|
|
|
|
|
| |
BUG:17253647,16624450
Change-Id: I0b58d945564923c4ed0fc9377a3f6267d8080c2f
|
|
|
|
|
|
|
|
|
|
| |
Bug: 10427705
Allows Browser to compile even when WebViewClassic is no longer in
frameworks/base. The deleted functionality was already disabled at
runtime when using non-classic webview.
Change-Id: I21b58ec52ac059c699b49a2dd80008d9a9e6791a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
properly by Sqlite3.
SELECT history._id AS _id, history.url AS url,
CASE WHEN bookmarks.title IS NOT NULL THEN bookmarks.title ELSE
history.title END AS title,
CASE WHEN bookmarks.url IS NOT NULL THEN "2130837532" ELSE
"2130837548" END,
history.date AS date FROM history
LEFT OUTER JOIN bookmarks ON history.url = bookmarks.url
WHERE (url LIKE ?) AND (deleted=0 AND folder=0) ORDER BY
history.date DESC
has to be replaced with:
SELECT history._id AS _id, history.url AS url,
CASE WHEN bookmarks.title IS NOT NULL THEN bookmarks.title ELSE
history.title END AS title,
CASE WHEN bookmarks.url IS NOT NULL THEN "2130837532" ELSE
"2130837548" END,
history.date AS date FROM history
LEFT OUTER JOIN bookmarks ON history.url = bookmarks.url
WHERE (bookmarks.url LIKE ?) AND (deleted=0 AND folder=0) ORDER BY
history.date DESC
Change-Id: Ib9fc03c2e102cca83c09168f75f2911a191af5ae
Author: Jean-Christophe PINCE <jean-christophe.pince@intel.com>
Signed-off-by: Xiaokang Qin <xiaokang.qin@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
Author-tracking-BZ: 43188
|
|
|
|
|
|
| |
Bug: 5890701
Change-Id: I6a47c7bff260dd8ded3a4c360f186ce8f670c67e
|
|
|
|
|
|
| |
Bug: 6439925
Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
|
|
|
|
| |
Change-Id: I53236e23990e996b86944214b45a9af014b296f6
|
|
|
|
|
|
|
|
|
| |
Bug: 6372933
Fix a race condition between update & destroy
Fix update path
Add some extra debug support
Change-Id: I66a450e175b22d992de97d5bc24200961144412a
|
|
|
|
|
| |
Bug: 5218987
Change-Id: Ifeb9a1b3d71ac83b8ad94a8f31ed324ebd5d0fe7
|
|\
| |
| |
| |
| | |
* commit '3a301c6fc2f3d6db2cdb798f65a85395a7066278':
Disable Ganesh in the debug settings page.
|
| |
| |
| |
| |
| | |
bug: 5463411
Change-Id: Icf90e4cab3ecb7b0055f01a7e58912c4a9a7b951
|
|\ \
| |/
| |
| |
| |
| |
| | |
into ics-mr0
* commit '132eedfc1cf97456cf03d55968bed4bc9e4eb817':
Add setting for configuring zoom level on double-tap.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Added a seek bar in Accessibility settings to configure the zoom level
on double-tap. The range is 75-125% with the default of 100% equal to
the display density.
Bug: 5312461
Change-Id: Iaf1b9f6f6659146db4031c5f819ef9cb55695b5c
|
|/
|
|
|
|
|
| |
Bug: 5398629
Also removed some unused strings and resources
Change-Id: I2db180d3f9ad55d1eff5bccc6fe19fac01e15b07
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We now load the default value from a secure setting. To over-ride it, set
Gservices key secure:browser_default_preload_setting to the appropriate
value.
The Gservices default value will only be used if the user has never opened
the 'Bandwidth management' tab in the browswer settings. Once that tab has
been opened, even if the user did not change the setting, the value will be
persisted in the browser and the default will be ignored.
Bug: 5346028
Change-Id: If3b14485dc8bc46e7ed72c49eb5cf3c474893fe3
|
|
|
|
|
|
| |
Change-Id: I8dbc25b6c5bdf6b8edf4ba2273b886cc000bfaff
bug:5395019
|
|
|
|
|
|
|
|
|
|
|
| |
For browser, default will be CPU upload until bug 5334978 fix.
bug:5347539
The webkit part is in
https://android-git.corp.google.com/g/#/c/137610/
Change-Id: Iec3a100dc142b28e54145f08a5c76210f8634cba
|
|
|
|
|
|
|
|
| |
Bug: 5342786
Remove widget padding
Update for new cell forumala (40 * (110 * (n-1)))
Change-Id: I33291a54f9a26c395ca90673b12182e3d1aae4bc
|
|
|
|
|
|
|
| |
Also some tidying up to that the default is only specified in a
single place.
Change-Id: I6d66739a8b0d307f8af3c29c62d122a3044c4943
|
|
|
|
|
|
|
| |
Instead of a checkbox, it's now a setting always/wifi only/never.
Bug: 5086576
Change-Id: I265a22968eafee547571dc86c10c5d5421a305e8
|
|
|
|
|
|
|
|
|
| |
Bug: 5058626
Add support for the new minimum resize API
Support resizing horizontally
Change default size for phone
Change-Id: I1e62ad0f9847da8f0b24c5d59667f0586dbcf232
|
|
|
|
|
|
| |
Bug: 5127755
Change-Id: I4ae3a46adc65bb82533871a7233e9b54dfe41264
|
|
|
|
|
|
|
|
|
|
| |
Bug: 5135321
Bug: 5118011
Add a preview for the contrast accisibility settings.
Rename FontSizePreference to the more generic SeekBarSummaryPreference
as it has nothing to do with font size specifically.
Change-Id: Id516d63d62822cf026af3ce531ec33eb48ae667a
|
|
|
|
|
|
|
|
| |
Add contrast settings
bug:5111259
Change-Id: Ic95e1fbae94c01fc8560cbd326503244b9ab4988
|
|
|
|
|
|
|
|
|
|
| |
There are corresponding changes in:
frameworks/base -- change ID: 120662
external/webkit -- change ID: 120660
bug: 5013645
Change-Id: Ic8dfd24786c2ecc14df840204c7a01cb0defa5e3
|
|
|
|
|
|
| |
Bug: 5081641
Change-Id: I1c625e3528de9a7cd37dae5b8b428ff141759e14
|
|
|
|
| |
Change-Id: I28636302e00a23ee65e2c63e5ebe4bebdc4576c4
|
|
|
|
|
|
| |
Bug: 4726553
Change-Id: I9c0c1d250eb84bcd6c954d492479f0f288d59236
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Bug: 4770245
Change-Id: If47b2f308ab3cd4b58dbcbf3a28cdb341481a885
|
|
|
|
|
|
|
| |
Min font size now shows pt value
Text size replaced with text zoom
Change-Id: Ic5906be094425bc5099a17571868c7a994a6cb86
|
|
|
|
|
|
| |
Bug: 4487879
Change-Id: I22b4e8442d20d635b9e41c214dcb20748c12f251
|
|
|
|
| |
Change-Id: I7719c82a3a63d8ac8022e70e3a7f7b4a814e304f
|
|
|
|
|
|
|
| |
Add a configuration step when adding the bookmark widget to
pick what account to use
Change-Id: I2be723c411ec5b9f32d6819a5e2e65995921a252
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I88299c37a7e809492f806478f41365b56b2687be
|
| |
| |
| |
| |
| |
| |
| |
| | |
Bug: 4346867
This CL changes it so that debug itself is a "sticky" option unless
it is a release build
Change-Id: Ib2bac358270aaeb4cd3d828f26ea3947c49fb993
|
|/
|
|
| |
Change-Id: I48e0fb0c3472ee51fc907f5b0d307a64400cfe36
|
|
|
|
| |
Change-Id: I2dc092f7484ff63ce90f15c2c46c7029c84265e8
|
|
|
|
|
|
|
| |
No progress bar in qc yet
will be added later
Change-Id: Id87066aec97b2823cdf28da9a4d10e77475b1d1a
|
|
|
|
| |
Change-Id: Iec2fd0a99595de707b6b70f77abb3468ca347ab5
|
|
|
|
|
|
|
|
| |
Only attempt pre-login once unless the Browser's data is cleared. Remove
preferences for pre-login and code to detect cookies.
Bug: 3367381
Change-Id: I321a7c09be27ff6f3f570d0b9963ee2984b01c4a
|
|
|
|
|
|
|
|
|
|
| |
(a) Add a new subclass of SearchEngine that receives
suggestions provided by psychic and displays them in the
suggestions dropdown.
(b) Add a Labs setting that can turn this feature on or
off.
Change-Id: Icae05b6b55f489278028e5af560d9b36014a0f59
|
|
|
|
| |
Change-Id: I4202402bdfab12a1217c55429f68fca33205bbf1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[This is the Browser part]
The idea is to turn on the visual indicator without building the code.
The implementation included:
1. Setup the UI on browser side to check whether or not this is enabled.
2. Transfer the info from browser setting to web setting.
3. Send this info down from WebView to webkit.
4. In the webkit, we save this info in TilesManager.
5. At texture generation time, we query this info to decide whether we
add the visual indicator on the texture.
One design decision we made is we don't want to restart the browser for
debugging purpose. This is better preserving the browser current activity,
the only pitfall is that the visual indicator is NOT updated on different
textures simultaneously.
The webView change this needs is #change,97055
bug:3458721
Change-Id: Ie64be0c1ee372661fd395ce1c3729dd90d622c97
|
|
|
|
|
|
|
|
| |
Bug: 3365170
Switch the autologin preference to use a ListPreference instead of
a checkbox preference that would open a dialog when enabled.
Change-Id: I29230a4e7663593b126e89efb50ecef37d46e808
|