Patrick Scott
fe4fec7c66
Remove all our old high priority knowledge since WebCore will manage it.
...
Also removed an unused variable in RequestQueue.java.
2009-07-15 15:48:02 -04:00
Android (Google) Code Review
38a34b2c75
am 2d791055: Merge change 6820 into donut
...
Merge commit '2d7910555ab6b376e8cd1646db6c329c1cd1adb7'
* commit '2d7910555ab6b376e8cd1646db6c329c1cd1adb7':
Fixed NPE bugs in Uri. Fixes internal issue #1724719 .
2009-07-12 06:06:31 -07:00
Android (Google) Code Review
9cf012a9fc
Merge change 6823
...
* changes:
wifi: Keep the WLAN network interface up whenever wifi is enabled.
2009-07-10 16:29:20 -07:00
Bob Lee
5621f0d928
Fixed NPE bugs in Uri. Fixes internal issue #1724719 .
...
Modified getQueryParameter() to use the encoded query string. Fixes internal issue #1749094 .
2009-07-10 14:54:08 -07:00
Mike Lockwood
0900f36576
wifi: Keep the WLAN network interface up whenever wifi is enabled.
...
We now only bring it down briefly and bring it back up again when
we want to reset the interface.
Signed-off-by: Mike Lockwood <lockwood@android.com >
2009-07-10 17:24:07 -04:00
Bob Lee
c8e852da32
resolved conflicts for merge of ad94a983 to master
2009-07-10 14:13:37 -07:00
Bob Lee
b8b8f044f4
Uri.EMPTY.toString() was returning null due to an initialization order bug. Fixes internal issue #1957015 .
2009-07-10 13:34:37 -07:00
Simon Schoar
f76035f352
Fixed typo, RFC3296 is for LDAP, RFC2396 is for URI
2009-07-07 12:43:38 -07:00
Grace Kloba
340a1b21de
Fix the performance collection in the http thread. A connection can be reused. Change the thread time collection based on per request.
2009-07-02 15:30:34 -07:00
Android (Google) Code Review
e10809d02c
am 7a573862: Merge change 5720 into donut
...
Merge commit '7a5738624fa78e328b5f36c687c20b9cf0eb5a60'
* commit '7a5738624fa78e328b5f36c687c20b9cf0eb5a60':
Fix #1876303 . Even rfc2616 4.2 says that "Field names are case-insensitive.", servers including Google internal uses case-sensitive checking for "Cookie". So change it.
2009-07-01 11:19:50 -07:00
Mike Lockwood
cd15475bc3
Revert "ConnectivityManager: Add support for bringing up the default APN."
...
This reverts commit a84b6faffb .
I will work on a better mechanism for bringing up the default APN
when Wifi is enabled.
2009-06-30 14:02:27 -04:00
Grace Kloba
65c0fc4fc4
Fix #1876303 . Even rfc2616 4.2 says that "Field names are case-insensitive.", servers including Google internal uses case-sensitive checking for "Cookie". So change it.
2009-06-29 17:03:42 -07:00
Mike Lockwood
a84b6faffb
ConnectivityManager: Add support for bringing up the default APN.
...
The default APN can now be requested by calling
ConnectivityManager.startUsingNetworkFeature(Phone.FEATURE_ENABLE_DEFAULT).
Signed-off-by: Mike Lockwood <lockwood@android.com >
2009-06-26 10:26:34 -04:00
Grace Kloba
7cd64bd7e7
Fix #1907439 . If there is uncommitted content when gzipped content got EOFException, we need to commit them.
2009-06-09 16:42:45 -07:00
Patrick Scott
b5b33c734a
Order high priority requests in the same order they are requested.
...
Use a class to hold the high priority requests and low priority requests. Each
request is appended to the correct list in the order received. If a request
needs to be requeued after an error, it is placed at the head of the
corresponding list.
2009-05-20 12:10:25 -04:00
Android (Google) Code Review
67fd6d50af
am 1c9a92fd: Merge change 1690 into donut
...
Merge commit '1c9a92fd9fbe192f24e53c26cddeab401cefb108'
* commit '1c9a92fd9fbe192f24e53c26cddeab401cefb108':
Rework some code so that it works the way it was supposed to work.
2009-05-14 15:40:01 -07:00
Marco Nelissen
3537506c88
Rework some code so that it works the way it was supposed to work.
2009-05-14 14:57:55 -07:00
Grace Kloba
45efe69f80
Fix #1807059 . If it is "POST", always use BasicHttpEntityEnclosingRequest even bodyProvider is null. This ensures the content-type, content-encoding and content-length are set correctly.
2009-05-08 19:21:55 -07:00
Patrick Scott
135e24c294
Add '_' to the allowable characters in a host name.
...
This does not fix the underscore problem in host names but it moves it from a
Browser issue to a libc issue.
2009-04-27 16:33:36 -04:00
Mike Lockwood
42ad56ead4
telephony: Add support for bringing up GSM data connections for GPS SUPL.
...
Signed-off-by: Mike Lockwood <lockwood@android.com >
2009-04-14 14:58:29 -04:00
Eric Shienbrood
308618fa9d
Merge branch 'readonly-p4-donut' into donut
2009-04-13 18:14:07 -07:00
Eric Shienbrood
9900127828
AI 145980: am: CL 145881 Adding on to CL 145383, unhiding some additional methods and constants
...
that ought to be exposed. Hid and deprecated the single-arg public
constructor for NetworkInfo, and modified a CTS test that was testing it.
Ran the android.net test package to make sure it still works.
Original author: ers
Merged from: //branches/cupcake/...
Automated import of CL 145980
2009-04-13 18:12:47 -07:00
Dave Bort
fb83907291
Remove references to android.util.Config
...
The semantics of Config.DEBUG will be changing soon, and all other
Config.* fields will become deprecated/hidden.
BUG=1780938
2009-04-09 15:18:48 -07:00
Wink Saville
767a662ecd
AI 144185: Integrate cdma into the main code base.
...
Automated import of CL 144185
2009-04-02 01:37:02 -07:00
Bob Lee
886f3d69b7
Automated import from //branches/donutburger/...@141355,141355
2009-03-24 20:06:51 -07:00
The Android Open Source Project
4df2423a94
auto import from //depot/cupcake/@136594
2009-03-05 14:34:35 -08:00
The Android Open Source Project
9066cfe988
auto import from //depot/cupcake/@135843
2009-03-03 19:31:44 -08:00
The Android Open Source Project
d83a98f4ce
auto import from //depot/cupcake/@135843
2009-03-03 18:28:45 -08:00
The Android Open Source Project
076357b856
auto import from //depot/cupcake/@132589
2009-03-03 14:04:24 -08:00
The Android Open Source Project
3dec7d563a
auto import from //depot/cupcake/@137055
2009-03-02 22:54:33 -08:00
The Android Open Source Project
da996f390e
auto import from //branches/cupcake/...@131421
2009-02-13 12:57:50 -08:00
The Android Open Source Project
d24b8183b9
auto import from //branches/cupcake/...@130745
2009-02-10 15:44:00 -08:00
The Android Open Source Project
f013e1afd1
Code drop from //branches/cupcake/...@124589
2008-12-17 18:05:43 -08:00
The Android Open Source Project
54b6cfa9a9
Initial Contribution
2008-10-21 07:00:00 -07:00