Grace Kloba
87782f2bdf
Merge "Restrict the range request to the servers claiming that they accept ranges. This may be too restrict as the spec says the server MAY set this in the response header. But this is the last minute change made in https://android-git.corp.google.com/g/#change,49444 I think it is safer to be conservative." into froyo
2010-04-23 16:19:22 -07:00
Grace Kloba
6ead8f6771
Restrict the range request to the servers claiming
...
that they accept ranges. This may be too restrict as
the spec says the server MAY set this in the response
header. But this is the last minute change made in
https://android-git.corp.google.com/g/#change,49444
I think it is safer to be conservative.
Fix http://b/issue?id=2616477
2010-04-23 15:57:58 -07:00
Grace Kloba
85a8dcec54
Merge "Only honor the scrollbar mode at the minimum zoom level. This reduced the impact of https://android-git.corp.google.com/g/#change,48683 . In GB, we need to revisit this issue." into froyo
2010-04-23 15:27:58 -07:00
Grace Kloba
0653d22f62
Only honor the scrollbar mode at the minimum zoom
...
level. This reduced the impact of https://android-git.corp.google.com/g/#change,48683 .
In GB, we need to revisit this issue.
Wit this CL, http://b/issue?id=2512549 is still fine.
Fix http://b/issue?id=2619398
It should fix http://b/issue?id=2619415 when it is not in zoom out case.
It doesn't fix http://b/issue?id=2620979 as the site
is a mobile site. We have conflict with the requirement
from http://b/issue?id=2512549
2010-04-23 15:21:24 -07:00
Dianne Hackborn
ba3e31d9ee
Some debugging help for issue #2594388
...
WallpaperService doesn't always call onSurfaceDestroyed()
Just helps us see a little better what is going on.
Change-Id: Ibe8efd9e343e880ca31df446c8b36c7fa3722e87
2010-04-22 18:59:03 -07:00
Leon Scroggins
69ec5c22d0
Remove the WebTextView if it is drawing when it shouldn't.
...
Bug 2614064
Change-Id: Id5d0a27e862bb783299f6fa4863221a27318f52c
2010-04-22 17:09:24 -04:00
Grace Kloba
a6ece18d95
Merge "Added the subset of partial content support so that we can continue the interrupted request to support streaming the content even with a brief disconnection." into froyo
2010-04-22 13:01:55 -07:00
Grace Kloba
52e41583f5
Added the subset of partial content support so that
...
we can continue the interrupted request to support
streaming the content even with a brief disconnection.
Note: we don't update the headers for partial content
as the headers we care should not be updated. See
a list in chromium/net/http/http_response_headers.cc.
We currently also don't support cache for partial content.
Fix http://b/issue?id=2616477
2010-04-22 09:51:18 -07:00
Robert Greenwalt
05fa2144e4
Merge "Trim throttle logs." into froyo
2010-04-22 09:08:25 -07:00
Robert Greenwalt
bf7de39727
Trim throttle logs.
...
Removing unwanted sntp logging and throttle logging.
bug:2614927
Change-Id: Ic0b1c3502ebbc1f04130d09d715591af6513f439
2010-04-22 09:04:27 -07:00
Grace Kloba
2fba6d1c1b
Merge "Post a message to set SurfaceView to be visible when we switch to use the layout size. Otherwise it will first use the old dimension which can exceed the limit, which in turn causes the Browser to crash." into froyo
2010-04-22 08:20:23 -07:00
Grace Kloba
8aedd10aca
Post a message to set SurfaceView to be visible when
...
we switch to use the layout size. Otherwise it will
first use the old dimension which can exceed the
limit, which in turn causes the Browser to crash.
Fix http://b/issue?id=2616263
2010-04-21 21:23:30 -07:00
Suchi Amalapurapu
0dde41fbe0
Merge "Fix 2610961 Unhide broadcast intents that are sent when sdcard gets mounted/unmounted." into froyo
2010-04-20 15:04:41 -07:00
Suchi Amalapurapu
89e0c1a9f5
Fix 2610961
...
Unhide broadcast intents that are sent when sdcard gets mounted/unmounted.
Change-Id: Ibb5700178e98f657f1c2b6a2f83e722151c4a44f
2010-04-20 14:08:08 -07:00
Nicolas Roard
f343a043ef
Speed up layers rendering when using animations
...
Cherry-pick from master
Bug:2522049
Change-Id: I441f00b6e7551930c4f76983681f4cd0c57ce017
2010-04-20 12:05:39 -07:00
Grace Kloba
f4c66efa20
Don't inflate the zoom button controller until we
...
are going to show it. This should shave 5% of Browser
start up time on Sapphire.
Fix http://b/issue?id=2604295
2010-04-20 11:23:50 -07:00
Daisuke Miyakawa
c86f0779d6
Make vCard allow users to refrain image export. Useful when
...
receivers cannot accept image data.
Bug: 2603200
Change-Id: I3c490b2de37ebb2780df4a27a440df3b0afacb3a
2010-04-20 09:53:30 +09:00
Grace Kloba
8f655cb6c8
Merge "Update the comment which supposed to be checked in in the last CL." into froyo
2010-04-19 16:11:21 -07:00
Grace Kloba
f706ef857b
Update the comment which supposed to be checked in
...
in the last CL.
Fix http://b/issue?id=2607352
2010-04-19 16:05:19 -07:00
Adam Powell
93d35f7743
Merge "Fix bug 2587373 - awaken scrollbars when a scrolling view becomes visible." into froyo
2010-04-19 15:33:08 -07:00
Adam Powell
8568c3a09b
Fix bug 2587373 - awaken scrollbars when a scrolling view becomes visible.
...
Change-Id: I7eb38c53c3a03b23786b8b0c2d16139acd0eb38e
2010-04-19 15:26:15 -07:00
Grace Kloba
2dc784988a
Merge "Remove fixed size restriction on the SurfaceView before setting it to the full screen content view." into froyo
2010-04-19 13:14:21 -07:00
Grace Kloba
6edb3792d8
Remove fixed size restriction on the SurfaceView
...
before setting it to the full screen content view.
Fix http://b/issue?id=2607352
2010-04-19 12:14:17 -07:00
Grace Kloba
c36862d53a
Force redraw in touch_up if there is a move.
...
Fix http://b/issue?id=2606815
2010-04-19 10:16:42 -07:00
Grace Kloba
3c44db3f67
Merge "Missed a case to resumeUpdatePicture." into froyo
2010-04-16 16:34:43 -07:00
Grace Kloba
aa373c9868
Missed a case to resumeUpdatePicture.
...
Fix http://b/issue?id=2603882
2010-04-16 15:49:36 -07:00
Vasu Nori
0dbb9cee58
accept close() on database objects even if the database is closed
...
bug:2602878
Change-Id: I3075f801ef35d72792ff3daaa1e887e53b58f5f8
2010-04-16 14:24:57 -07:00
Mike Reed
f066611aab
retool resize logic to use max dimension and max area.
...
Change-Id: I32446b41afe9e7c241868c0cb7b9b7d9056b2d38
http://b/issue?id=2598253
2010-04-16 15:19:02 -04:00
Mike LeBeau
0c5ad4f1b3
Merge "For search suggestions in the search dialog, allow the 'title' line of text to be up to 2 lines (rather than the usual 1) if no 'description' line is provided." into froyo
2010-04-16 07:23:12 -07:00
Dianne Hackborn
e3094117a0
Merge "A little more improvement of the Service javadoc." into froyo
2010-04-15 13:33:21 -07:00
Robert Greenwalt
499a121c13
Fix SntpClient to give accurate time info.
...
Old calc was off by 2x and was affected by the user-settable system clock. The error
came because it was calculating the offset between our clock and the NTP clock and the algebra
had two factors of the offset instead of the desired 1.
bug:2600010
Change-Id: I0856091d32b50e6909e4889fb98df819e0aeabbe
2010-04-15 12:31:55 -07:00
Dianne Hackborn
ee3bcc4c64
A little more improvement of the Service javadoc.
...
Change-Id: I15fb191a26f2ef86a2bf553177cb2d08905adb1c
2010-04-15 12:22:01 -07:00
Mike LeBeau
70b3fb4a77
For search suggestions in the search dialog, allow the 'title'
...
line of text to be up to 2 lines (rather than the usual 1) if
no 'description' line is provided.
Change-Id: Ibc60d72868a4ad9630d38ee9b8cfe3f37c736e64
2010-04-15 11:35:47 -04:00
Dmitri Plotnikov
5304d8fdc9
Merge "Introducing "strict project map"." into froyo
2010-04-14 18:33:54 -07:00
Dmitri Plotnikov
40eb4aad2b
Introducing "strict project map".
...
Change-Id: I147e10ac6475badf1d21e2c27d1cedbb27bd49df
2010-04-14 16:10:22 -07:00
Vasu Nori
0bbcdc6c5f
Merge "verify database state before calling sqlite. Bug:2593970" into froyo
2010-04-14 15:53:43 -07:00
Grace Kloba
8a878dde9d
Merge "Pass WebKit scrollbar mode to Java. When scrollbar is alwaysOff, don't trigger scroll." into froyo
2010-04-14 12:44:05 -07:00
Andrei Popescu
01e3feaf54
Merge "Make sure the onended event is dispatched even when the user dismisses the video before it plays to completion." into froyo
2010-04-14 10:26:58 -07:00
Dianne Hackborn
399cccb857
Fix issue #593153 : Broadcast time out when sending...
...
...ordered broadcast for ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
Turns out this was because the broadcast receiver for ContextImpl was
not correctly being created, so when it received an ordered broadcast
it would not tell the activity manager when it was done.
This is now fixed, along with a ton of superficial changes to debug
output to help track this down and a little cleanup of dealing with
error cases in dispatching broadcasts. Also a fix for a NPE when
dumping the broadcast state.
Finally, a little fiddling with package manager to get rid of a lot
of the noise when removing and re-adding packages on the SD card.
Change-Id: I961c14836dc613d3ea8122b6e910ef866e7fcb25
2010-04-14 09:54:21 -07:00
Andrei Popescu
c4fbceb57b
Make sure the onended event is dispatched even when
...
the user dismisses the video before it plays to completion.
Fix bug: 2533272
Change-Id: I73f216f4f416f5fdca0bbba2244b88666f8f6eac
2010-04-14 17:31:17 +01:00
Leon Scroggins
b2212464a3
Merge "Ensure the selection does not change in setTextAndKeepSelection." into froyo
2010-04-14 06:42:20 -07:00
Kristian Monsen
d503a1524a
Merge "Fix for 2585858, load invalid urls." into froyo
2010-04-14 02:22:18 -07:00
Kristian Monsen
53c0c0daf4
Merge "Fix (again) for bug 2558156, update cache encoding correctly" into froyo
2010-04-14 02:22:05 -07:00
Grace Kloba
50004bcd4b
Pass WebKit scrollbar mode to Java. When scrollbar
...
is alwaysOff, don't trigger scroll.
If there is no horizontal and vertical scrollbar,
don't trigger the zoom control neither.
Fix http://b/issue?id=2512549
2010-04-13 22:58:51 -07:00
Dianne Hackborn
53d9264de4
Fix issue #2555171 : Switching to app immediately after unmounting...
...
...SD card causes reboot.
Add option to not include temporarily unavailable recent tasks,
for the recent tasks UI to not display them.
Change-Id: I1495ca217b4292fd56f537459b44c0624262c292
2010-04-13 17:35:22 -07:00
Grace Kloba
ba6339fe2b
Merge "If we defer processing the touch events, pass the original view coordinate with TouchEventData and use them when we reprocess the events. We can't depend on contentToView() to convert the doc point to the view point. When we originally convert the view to doc, the scroll position in UI doesn't change. When we convert the doc back to view, we are chasing a moving target. That is why we saw bigger delta." into froyo
2010-04-13 17:20:29 -07:00
Grace Kloba
102ed89dbc
If we defer processing the touch events, pass the
...
original view coordinate with TouchEventData and use
them when we reprocess the events. We can't depend
on contentToView() to convert the doc point to the
view point. When we originally convert the view to
doc, the scroll position in UI doesn't change. When
we convert the doc back to view, we are chasing a
moving target. That is why we saw bigger delta.
Fix http://b/issue?id=2577274
2010-04-13 16:27:41 -07:00
Robert Greenwalt
d3bb93f687
Add build config values for data use defaults
...
Don't use hard coded defaults - use build configs instead.
Iface is now ONLY set by config so gservices doesn't need to.
bug:2576057
Change-Id: I8f9e3bc51af3b1cdf8bb4290a43197d9c01e2a14
2010-04-13 15:44:34 -07:00
Vasu Nori
c8e1f23891
verify database state before calling sqlite. Bug:2593970
...
Change-Id: Id68365abccbdca572ad13c2b51162d53993ff540
2010-04-13 15:05:09 -07:00
Christopher Tate
3069a6dafa
Merge "SDK: last of the backup/restore docs content" into froyo
2010-04-13 14:21:48 -07:00