summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | am 0d49e161: Fix exception in Browser SettingsJonathan Dixon2014-01-151-0/+15
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | | | | | | | | | | | / / / | | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | * commit '0d49e161632661fbe4b16fd174acf401dec42e7a': Fix exception in Browser Settings
* | | | | | | | | | | | | | Do not let intents request viewing private browser filesSelim Gurun2014-01-101-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9793586 Change-Id: I8f6f03b05556ee4d6846c15752de9be54c003060
* | | | | | | | | | | | | | am ed827cda: (-s ours) DO NOT MERGE reset to goog/klp-volantis-devQiwen Zhao2013-12-100-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ed827cdaf4542ab4bbe6f31b1016f9b13a7dcf33':
| * | | | | | | | | | | | | DO NOT MERGE reset to goog/klp-volantis-devQiwen Zhao2013-12-090-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| / / / / / / / / / / / | | |/ / / / / / / / / / /
* | | | | | | | | | | | | Remove deprecated localesBaligh Uddin2013-12-093-1206/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:11340849 Change-Id: Id8f80537c07ad67bbd599c50a9a06cf0b512784a
* | | | | | | | | | | | | am 0d49e161: (-s ours) Fix exception in Browser SettingsJonathan Dixon2013-12-050-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0d49e161632661fbe4b16fd174acf401dec42e7a': Fix exception in Browser Settings
| * | | | | | | | | | | | Fix exception in Browser SettingsJonathan Dixon2013-10-221-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 11302175 Need to implement isValidFragment when targeting >= KK Change-Id: I19cc285aa237ffd9001558a9ee6adaf152acd1df
* | | | | | | | | | | | | Update Browser to use TEXT_AUTOSIZINGJonathan Dixon2013-10-242-17/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also enable Web Debugging conditionally based on the platform OS level (to document the best-practice, as much as anything else) Change-Id: Ib89c6e6250370c520ad0c571e6e5a166369f1f40
* | | | | | | | | | | | | am b675f1c9: am 90883e66: Merge "Browser freezes when adding new incognito ↵John Reck2013-09-241-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tab after removing it" * commit 'b675f1c9af2e4e3e039a0cb69d934a5bba1830e4': Browser freezes when adding new incognito tab after removing it
| * | | | | | | | | | | | am 90883e66: Merge "Browser freezes when adding new incognito tab after ↵John Reck2013-09-241-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removing it" * commit '90883e666eb7675b9bc6d852cb732b65196781cf': Browser freezes when adding new incognito tab after removing it
| | * | | | | | | | | | | Merge "Browser freezes when adding new incognito tab after removing it"John Reck2013-09-241-1/+2
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | | * | | | | | | | | | Browser freezes when adding new incognito tab after removing itweiweix.ji2012-12-281-1/+2
| | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When do layout, the position of new tab may be changed since other tab closed, we need to get the position again at the time. Change-Id: Ia5bcc15a0074678f401d6b3e93026e5ef5d2af7d Author: weiweix.ji <weiweix.ji@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: 66643
* | | | | | | | | | | | am 6b5067a3: am d6078da6: Make web contents debugging always enabled (as in ↵Mikhail Naganov2013-09-231-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chrome) * commit '6b5067a32b9801d3da7e974de26427b2325ea32f': Make web contents debugging always enabled (as in Chrome)
| * | | | | | | | | | | am d6078da6: Make web contents debugging always enabled (as in Chrome)Mikhail Naganov2013-09-231-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd6078da64fff2339591df22564dac7127ef1f678': Make web contents debugging always enabled (as in Chrome)
| | * | | | | | | | | | Make web contents debugging always enabled (as in Chrome)Mikhail Naganov2013-09-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8691809 Change-Id: Icef9d796a99f3dbca2a4568d2f71e70bc6e91dd7
* | | | | | | | | | | | am f1de75d7: (-s ours) am 89be497b: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2013-09-140-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f1de75d761c8078018e3a9357820aafc9a2b8a6c': Import translations. DO NOT MERGE
| * | | | | | | | | | | am 89be497b: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2013-09-140-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '89be497b4bdd63a926046524ff9ed31fa23c90b7': Import translations. DO NOT MERGE
| | * | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-09-144-0/+1608
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie2ce075058a80625aa9cee5f8780423b6409c2ec Auto-generated-cl: translation import
* | | | | | | | | | | am f9e1705d: De-classicify Android Browser part 2Jonathan Dixon2013-08-2926-2214/+16
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f9e1705d4012706664a2bdf63a50b8a784b833dd': De-classicify Android Browser part 2
| * | | | | | | | | | De-classicify Android Browser part 2Jonathan Dixon2013-08-2526-2214/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-08-262-0/+804
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2614065043900ab561b6755b6182d34b6b1fe6ab Auto-generated-cl: translation import
* | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-08-192-0/+804
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2413f0ccd190e2a2cf13dd57c6d8a692b2a9d21d Auto-generated-cl: translation import
* | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-08-012-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic9e3ec3773e2880c2e2935f42ebebe8b22934f28 Auto-generated-cl: translation import
* | | | | | | | | | Merge "Fix the smart search pattern."Selim Gurun2013-07-091-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix the smart search pattern.Selim Gurun2013-07-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9592355 Change-Id: I1e3ff3f9f0a2038ea5d460e698dceaaa8be50707
* | | | | | | | | | | am af9a1097: am 0905de39: Merge "NPE in bookmark grid when using mouse"John Reck2013-07-031-4/+7
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'af9a1097a549a08aec5121526f789c0ccd5984e2': NPE in bookmark grid when using mouse
| * | | | | | | | | | am 0905de39: Merge "NPE in bookmark grid when using mouse"John Reck2013-07-031-4/+7
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0905de394983373bdc419c3d30b2969d5412d265': NPE in bookmark grid when using mouse
| | * \ \ \ \ \ \ \ \ \ Merge "NPE in bookmark grid when using mouse"John Reck2013-07-031-4/+7
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | NPE in bookmark grid when using mousePawel Bochenski2013-07-021-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using a mouse and right clicking on an empty element element in the bookmark grid an NPE ocurrs. Patch fixes crash after click right button on the mouse in bookmark screen, by adding null pointer check. Change-Id: I07af747797411176e9fd9473eb2dbfe4404e58f5
* | | | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-07-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idb0ad8676a02875c24a24d32dfb3cae16258e05b Auto-generated-cl: translation import
* | | | | | | | | | | | | am b3ad6cd7: am 0505bfe1: Merge "Fixed delete function for bookmark folder"John Reck2013-07-021-1/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b3ad6cd78079322805eb9407dca75886a28706c6': Fixed delete function for bookmark folder
| * | | | | | | | | | | | am 0505bfe1: Merge "Fixed delete function for bookmark folder"John Reck2013-07-021-1/+53
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0505bfe1aaa22f9ccb15907f3505c96194116815': Fixed delete function for bookmark folder
| | * | | | | | | | | | | Merge "Fixed delete function for bookmark folder"John Reck2013-07-021-1/+53
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | | * | | | | | | | | | Fixed delete function for bookmark folderTakeshi Aimi2013-07-021-1/+53
| | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently only folder is deleted when one deletes bookmark folder. Therefore, items inside in the folder are remained. We have to delete items recursively inside the folder. Change-Id: I17ad9656612448d8555a64ec887313db4f829174
* | | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-06-241-2/+2
| |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If7b23014ce736702184f31d27539a4055324d0d3 Auto-generated-cl: translation import
* | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-06-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I922b72d74db7f9582c2304794967744b606d4e87 Auto-generated-cl: translation import
* | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-06-051-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie74c9e70db771b07196fa91580f4afc55583e5d5 Auto-generated-cl: translation import
* | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-06-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2c24d42c7708f4b7a4b5af0878d0e7af4edb83ad Auto-generated-cl: translation import
* | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I78963663b23249ce93b33ec158666b5144a26d13 Auto-generated-cl: translation import
* | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-05-173-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib4272b8558bb094d3171b836613c6af5fc2d8df9 Auto-generated-cl: translation import
* | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-05-132-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5593e502ee6d962483d51eb63f84e13f098dfe5f Auto-generated-cl: translation import
* | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0a75ed3daa0cd025b4249958ffc838e80f2ca14d Auto-generated-cl: translation import
* | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I346d0c57f94d86ff4e1157465c4f7bd5c6a5c874 Auto-generated-cl: translation import
* | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-04-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5ba20566fd9dad86941488d1afba646f065ae5a1 Auto-generated-cl: translation import
* | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-04-261-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id096b672219d521970f76cd8e53b7cacf3dd4641 Auto-generated-cl: translation import
* | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-04-243-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9e6d71421284e46f0dc6e076ce12c148c953210e Auto-generated-cl: translation import
* | | | | | | | | | | am cfbcd00f: am 6fae8a98: Merge "Fix the problem that a crash occured when ↵John Reck2013-04-221-2/+6
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | user turn off data connect and download something in browser" * commit 'cfbcd00fcf6b699638f66fa74cb013c1e665c503': Fix the problem that a crash occured when user turn off data connect and download something in browser
| * | | | | | | | | | am 6fae8a98: Merge "Fix the problem that a crash occured when user turn off ↵John Reck2013-04-221-2/+6
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | data connect and download something in browser" * commit '6fae8a98d19492a44a63bcc2ae3863f33cf1a3df': Fix the problem that a crash occured when user turn off data connect and download something in browser
| | * | | | | | | | | Merge "Fix the problem that a crash occured when user turn off data connect ↵John Reck2013-04-231-2/+6
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and download something in browser"
| | | * | | | | | | | | Fix the problem that a crash occured when user turn off data connect and ↵annieyu2013-04-161-2/+6
| | | | |_|/ / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | download something in browser When user turn off data connect in browser throught statusbar shortcut, the request object is null. It will be crush browser. Change-Id: Icdbd40618d221cc205e497e860a9508f4cd18741