OSDN Git Service

android-x86/external-webkit.git
14 years agoam b0ec0c6b: Merge change 23625 into eclair
Ben Murdoch [Fri, 4 Sep 2009 18:05:15 +0000 (11:05 -0700)]
am b0ec0c6b: Merge change 23625 into eclair

Merge commit 'b0ec0c6b01e7a194c54a7752289799cfbd34f963'

* commit 'b0ec0c6b01e7a194c54a7752289799cfbd34f963':
  Fix the DOM storage layout tests when running with V8. Change the custom bindings to ignore requests for the length attribute and update the event handling code to create Storage Events properly.

14 years agoam 2917534d: Allow 0 to be passed for the nativePointerParameter to nativeAddJavaScri...
Andrei Popescu [Fri, 4 Sep 2009 18:05:13 +0000 (11:05 -0700)]
am 2917534d: Allow 0 to be passed for the nativePointerParameter to nativeAddJavaScriptInterface. When 0, we add the iface to the top level frame.

Merge commit '2917534d5463c3d95ba2d04dbc39b36b6dfb303f'

* commit '2917534d5463c3d95ba2d04dbc39b36b6dfb303f':
  Allow 0 to be passed for the nativePointerParameter to nativeAddJavaScriptInterface. When 0, we add the iface to the top level frame.

14 years agoMerge change 23625 into eclair
Android (Google) Code Review [Fri, 4 Sep 2009 11:13:00 +0000 (04:13 -0700)]
Merge change 23625 into eclair

* changes:
  Fix the DOM storage layout tests when running with V8. Change the custom bindings to ignore requests for the length attribute and update the event handling code to create Storage Events properly.

14 years agoAllow 0 to be passed for the nativePointerParameter to nativeAddJavaScriptInterface...
Andrei Popescu [Thu, 3 Sep 2009 19:37:48 +0000 (20:37 +0100)]
Allow 0 to be passed for the nativePointerParameter to nativeAddJavaScriptInterface. When 0, we add the iface to the top level frame.

14 years agoam 5188b9fc: start in the proper subframe when finding the next text field
Cary Clark [Thu, 3 Sep 2009 20:24:31 +0000 (13:24 -0700)]
am 5188b9fc: start in the proper subframe when finding the next text field

Merge commit '5188b9fc3b8f6aa797c9d97bb0aa30ab67f98265'

* commit '5188b9fc3b8f6aa797c9d97bb0aa30ab67f98265':
  start in the proper subframe when finding the next text field

14 years agostart in the proper subframe when finding the next text field
Cary Clark [Thu, 3 Sep 2009 20:05:35 +0000 (16:05 -0400)]
start in the proper subframe when finding the next text field

fixes http://b/issue?id=2048180

14 years agoam 94c1489e: Merge change 23630 into eclair
Steve Block [Thu, 3 Sep 2009 17:23:54 +0000 (10:23 -0700)]
am 94c1489e: Merge change 23630 into eclair

Merge commit '94c1489ecc5f8b0d4c78cd4960a2d14679fba38b'

* commit '94c1489ecc5f8b0d4c78cd4960a2d14679fba38b':
  Brings Mock Geolocation service up to date with latest submission to WebKit.

14 years agoMerge change 23630 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 17:19:37 +0000 (10:19 -0700)]
Merge change 23630 into eclair

* changes:
  Brings Mock Geolocation service up to date with latest submission to WebKit.

14 years agoam 2bb8c351: Get the drawable directory from Java for the platform buttons.
Grace Kloba [Wed, 2 Sep 2009 23:49:39 +0000 (16:49 -0700)]
am 2bb8c351: Get the drawable directory from Java for the platform buttons.

Merge commit '2bb8c3514e2062c0a533f101ba32a7b861605152'

* commit '2bb8c3514e2062c0a533f101ba32a7b861605152':
  Get the drawable directory from Java for the platform buttons.

14 years agoGet the drawable directory from Java for the platform buttons.
Grace Kloba [Wed, 2 Sep 2009 23:20:34 +0000 (16:20 -0700)]
Get the drawable directory from Java for the platform buttons.

Fix http://b/issue?id=2086818

14 years agoam 75310d09: Merge change 22906 into eclair
Ben Murdoch [Wed, 2 Sep 2009 20:33:11 +0000 (13:33 -0700)]
am 75310d09: Merge change 22906 into eclair

Merge commit '75310d0981eaef5dfd790e839bf23d7851b68d10'

* commit '75310d0981eaef5dfd790e839bf23d7851b68d10':
  Add functionality to V8 bindings for SQLTransaction to allow array-like objects to be passed as the second parameter to executeSql(), and ensure exceptions are thrown in the right places.

14 years agoam 898582e6: Merge change 23614 into eclair
Steve Block [Wed, 2 Sep 2009 20:33:03 +0000 (13:33 -0700)]
am 898582e6: Merge change 23614 into eclair

Merge commit '898582e649d508417f908e5ea6fff919e2bb72e7'

* commit '898582e649d508417f908e5ea6fff919e2bb72e7':
  Enables Geolocation for V8.

14 years agoBrings Mock Geolocation service up to date with latest submission to WebKit.
Steve Block [Wed, 2 Sep 2009 15:50:51 +0000 (16:50 +0100)]
Brings Mock Geolocation service up to date with latest submission to WebKit.

See https://bugs.webkit.org/show_bug.cgi?id=28264.

14 years agoFix the DOM storage layout tests when running with V8. Change the custom bindings...
Ben Murdoch [Wed, 2 Sep 2009 15:31:46 +0000 (16:31 +0100)]
Fix the DOM storage layout tests when running with V8. Change the custom bindings to ignore requests for the length attribute and update the event handling code to create Storage Events properly.

14 years agoMerge change 22906 into eclair
Android (Google) Code Review [Wed, 2 Sep 2009 11:59:24 +0000 (04:59 -0700)]
Merge change 22906 into eclair

* changes:
  Add functionality to V8 bindings for SQLTransaction to allow array-like objects to be passed as the second parameter to executeSql(), and ensure exceptions are thrown in the right places.

14 years agoAdd functionality to V8 bindings for SQLTransaction to allow array-like objects to...
Ben Murdoch [Wed, 26 Aug 2009 11:42:59 +0000 (12:42 +0100)]
Add functionality to V8 bindings for SQLTransaction to allow array-like objects to be passed as the second parameter to executeSql(), and ensure exceptions are thrown in the right places.

14 years agoMerge change 23614 into eclair
Android (Google) Code Review [Wed, 2 Sep 2009 09:52:12 +0000 (02:52 -0700)]
Merge change 23614 into eclair

* changes:
  Enables Geolocation for V8.

14 years agoam b8723471: Add .gitignore for WebKit build directories.
Grace Kloba [Tue, 1 Sep 2009 23:13:04 +0000 (16:13 -0700)]
am b8723471: Add .gitignore for WebKit build directories.

Merge commit 'b8723471e925e99f6e219b5f04c6b85377e345b2'

* commit 'b8723471e925e99f6e219b5f04c6b85377e345b2':
  Add .gitignore for WebKit build directories.

14 years agoAdd .gitignore for WebKit build directories.
Grace Kloba [Tue, 1 Sep 2009 21:03:38 +0000 (14:03 -0700)]
Add .gitignore for WebKit build directories.

14 years agoam b5212d4b: Merge change 22913 into eclair
Steve Block [Tue, 1 Sep 2009 19:15:45 +0000 (12:15 -0700)]
am b5212d4b: Merge change 22913 into eclair

Merge commit 'b5212d4b660006d4989f9483e5f0be74de67f609'

* commit 'b5212d4b660006d4989f9483e5f0be74de67f609':
  Adds V8 bindings for Geolocation.

14 years agoMerge change 22913 into eclair
Android (Google) Code Review [Tue, 1 Sep 2009 17:55:34 +0000 (10:55 -0700)]
Merge change 22913 into eclair

* changes:
  Adds V8 bindings for Geolocation.

14 years agoEnables Geolocation for V8.
Steve Block [Tue, 1 Sep 2009 15:17:34 +0000 (16:17 +0100)]
Enables Geolocation for V8.

14 years agoAdds V8 bindings for Geolocation.
Steve Block [Wed, 26 Aug 2009 13:17:52 +0000 (14:17 +0100)]
Adds V8 bindings for Geolocation.

14 years agoam a0fbdfc8: Merge change 23350 into eclair
Leon Scroggins [Tue, 1 Sep 2009 14:01:17 +0000 (07:01 -0700)]
am a0fbdfc8: Merge change 23350 into eclair

Merge commit 'a0fbdfc89332428c139d4d1ee62748d6d03c66c5'

* commit 'a0fbdfc89332428c139d4d1ee62748d6d03c66c5':
  Update the browser's references to the latest images.

14 years agoMerge change 23350 into eclair
Android (Google) Code Review [Tue, 1 Sep 2009 13:58:36 +0000 (06:58 -0700)]
Merge change 23350 into eclair

* changes:
  Update the browser's references to the latest images.

14 years agoUpdate the browser's references to the latest images.
Leon Scroggins [Mon, 31 Aug 2009 22:49:41 +0000 (18:49 -0400)]
Update the browser's references to the latest images.

The browser directly references the names of the asset
files it uses to draw buttons, checkboxes, and radio
buttons.  Update the names to correspond to the latest
assets.  Fixes issue http://b/issue?id=2086818

Change-Id: Iac8d8762252707e21a88e65ba44de24a5fa2f869

14 years agoam 2a5fa33e: Fix a bug where the V8 bindings for SQLStatement error callbacks would...
Ben Murdoch [Tue, 1 Sep 2009 13:31:24 +0000 (06:31 -0700)]
am 2a5fa33e: Fix a bug where the V8 bindings for SQLStatement error callbacks would not return the correct result to WebCore. BUG: 2053072

Merge commit '2a5fa33ef4a22584e0dfd58f3d2cb52ba012d659'

* commit '2a5fa33ef4a22584e0dfd58f3d2cb52ba012d659':
  Fix a bug where the V8 bindings for SQLStatement error callbacks would not return the correct result to WebCore.

14 years agoFix a bug where the V8 bindings for SQLStatement error callbacks would not return...
Ben Murdoch [Tue, 1 Sep 2009 12:22:31 +0000 (13:22 +0100)]
Fix a bug where the V8 bindings for SQLStatement error callbacks would not return the correct result to WebCore.
BUG: 2053072

14 years agoam 4d19269b: Merge change 23087 into eclair
Ben Murdoch [Tue, 1 Sep 2009 09:26:46 +0000 (02:26 -0700)]
am 4d19269b: Merge change 23087 into eclair

Merge commit '4d19269bce7d5e32eb2c3cc1f469d207d8b15bb1'

* commit '4d19269bce7d5e32eb2c3cc1f469d207d8b15bb1':
  Update V8 bindings to report exceptions thrown from callbacks.

14 years agoMerge change 23087 into eclair
Android (Google) Code Review [Tue, 1 Sep 2009 09:23:20 +0000 (02:23 -0700)]
Merge change 23087 into eclair

* changes:
  Update V8 bindings to report exceptions thrown from callbacks.

14 years agoam e7f607ca: Merge change 23308 into eclair
Mike Reed [Mon, 31 Aug 2009 23:44:29 +0000 (16:44 -0700)]
am e7f607ca: Merge change 23308 into eclair

Merge commit 'e7f607ca3a06ec0129f0f95a529df91146876fff'

* commit 'e7f607ca3a06ec0129f0f95a529df91146876fff':
  change our hasCurrentPoint() to call skia's getPoints() instead of isEmpty(), as the latter

14 years agoam e82bfaed: Merge change 23292 into eclair
Cary Clark [Mon, 31 Aug 2009 23:44:04 +0000 (16:44 -0700)]
am e82bfaed: Merge change 23292 into eclair

Merge commit 'e82bfaed324e92bd56df404d85f0af4f7763ec6d'

* commit 'e82bfaed324e92bd56df404d85f0af4f7763ec6d':
  save and restore the transparent fill when drawing replaced images

14 years agoam deb338ee: Fix the crash with sites having youtube video. It doesn\'t crash while...
Grace Kloba [Mon, 31 Aug 2009 23:43:29 +0000 (16:43 -0700)]
am deb338ee: Fix the crash with sites having youtube video. It doesn\'t crash while loading. It crashes when you leave the site.

Merge commit 'deb338ee1849d227ba106f707fb53c0f18b49518'

* commit 'deb338ee1849d227ba106f707fb53c0f18b49518':
  Fix the crash with sites having youtube video. It doesn't crash while loading.

14 years agoMerge change 23308 into eclair
Android (Google) Code Review [Mon, 31 Aug 2009 18:37:31 +0000 (11:37 -0700)]
Merge change 23308 into eclair

* changes:
  change our hasCurrentPoint() to call skia's getPoints() instead of isEmpty(), as the latter returns true even if moveTo() has already been called on it, and webkit wants to treat that as non-empty.

14 years agochange our hasCurrentPoint() to call skia's getPoints() instead of isEmpty(), as...
Mike Reed [Mon, 31 Aug 2009 18:25:39 +0000 (14:25 -0400)]
change our hasCurrentPoint() to call skia's getPoints() instead of isEmpty(), as the latter
returns true even if moveTo() has already been called on it, and webkit wants to treat that
as non-empty.

14 years agoMerge change 23292 into eclair
Android (Google) Code Review [Mon, 31 Aug 2009 16:51:37 +0000 (09:51 -0700)]
Merge change 23292 into eclair

* changes:
  save and restore the transparent fill when drawing replaced images

14 years agosave and restore the transparent fill when drawing replaced images
Cary Clark [Mon, 31 Aug 2009 15:54:03 +0000 (11:54 -0400)]
save and restore the transparent fill when drawing replaced images

If an image node is incomplete, RenderImage::paintReplaced is triggered.
A thin frame with a transparent center sets but does not restore the
fill to transparent. Our graphics state draws transparent bitmaps until
the state gets set back to opaque.

I haven't figured out why Safari doesn't demonstrate this same bug, but
in some webkit code, the state is saved and restored around making the
fill transparent. Adding that save()/restore() pair fixes our bug as
well. But, it may be that our platform should be setting the fill
state before drawing the bitmap and is failing to do so.

This fixes http://b/issue?id=2052757

14 years agoFix the crash with sites having youtube video. It doesn't crash while loading.
Grace Kloba [Fri, 28 Aug 2009 23:29:07 +0000 (16:29 -0700)]
Fix the crash with sites having youtube video. It doesn't crash while loading.
It crashes when you leave the site.

frame->view() returns m_view.get(). So we don't want to call adoptRef which
will cause a deref.

I verified that when you leave the page, the new widget is removed.

14 years agoam 194211f2: don\'t layout when setting size from zoom if only height changed
Cary Clark [Fri, 28 Aug 2009 16:51:05 +0000 (09:51 -0700)]
am 194211f2: don\'t layout when setting size from zoom if only height changed

Merge commit '194211f214e16956c937d03c2aff03936c22f928'

* commit '194211f214e16956c937d03c2aff03936c22f928':
  don't layout when setting size from zoom if only height changed

14 years agodon't layout when setting size from zoom if only height changed
Cary Clark [Thu, 27 Aug 2009 19:38:27 +0000 (15:38 -0400)]
don't layout when setting size from zoom if only height changed

(companion change in framework/base)
Add a boolean parameter to WebViewCore.java nativeSizeSize().
If set, only layout if the width has also changed.
If clear, layout if the height alone has changed.

14 years agoam 035fa2b3: Merge change 23094 into eclair
Andrei Popescu [Fri, 28 Aug 2009 16:18:17 +0000 (09:18 -0700)]
am 035fa2b3: Merge change 23094 into eclair

Merge commit '035fa2b3882a318e4320698c8b343577b959fd51'

* commit '035fa2b3882a318e4320698c8b343577b959fd51':
  Update V8 to 2780 to fix a crash and pick up some ARM optimizations

14 years agoam 3a1bff83: Merge change 23075 into eclair
Grace Kloba [Fri, 28 Aug 2009 16:18:15 +0000 (09:18 -0700)]
am 3a1bff83: Merge change 23075 into eclair

Merge commit '3a1bff8368bc18c6cd5928463d4438f16c863587'

* commit '3a1bff8368bc18c6cd5928463d4438f16c863587':
  We lost ontouchxxx with the new WK. Bring them back.

14 years agoMerge change 23094 into eclair
Android (Google) Code Review [Fri, 28 Aug 2009 16:15:07 +0000 (09:15 -0700)]
Merge change 23094 into eclair

* changes:
  Update V8 to 2780 to fix a crash and pick up some ARM optimizations

14 years agoMerge change 23075 into eclair
Android (Google) Code Review [Fri, 28 Aug 2009 16:12:53 +0000 (09:12 -0700)]
Merge change 23075 into eclair

* changes:
  We lost ontouchxxx with the new WK. Bring them back.

14 years agoam 7f54b59f: fix webkit build by rearranging assert.
Cary Clark [Fri, 28 Aug 2009 15:48:13 +0000 (08:48 -0700)]
am 7f54b59f: fix webkit build by rearranging assert.

Merge commit '7f54b59f3967fd534e13ad52edee6ccf0cf48830'

* commit '7f54b59f3967fd534e13ad52edee6ccf0cf48830':
  fix webkit build by rearranging assert.

14 years agofix webkit build by rearranging assert.
Cary Clark [Fri, 28 Aug 2009 15:38:44 +0000 (11:38 -0400)]
fix webkit build by rearranging assert.

14 years agoam caa8cb28: Merge change 23100 into eclair
Andrei Popescu [Fri, 28 Aug 2009 15:15:52 +0000 (08:15 -0700)]
am caa8cb28: Merge change 23100 into eclair

Merge commit 'caa8cb28a80fcb3b7d06ef743b93a8c439231564'

* commit 'caa8cb28a80fcb3b7d06ef743b93a8c439231564':
  Fix OSX build by changing the PositionError.h role to private

14 years agoMerge change 23100 into eclair
Android (Google) Code Review [Fri, 28 Aug 2009 15:11:54 +0000 (08:11 -0700)]
Merge change 23100 into eclair

* changes:
  Fix OSX build by changing the PositionError.h role to private

14 years agoFix OSX build by changing the PositionError.h role to private
Andrei Popescu [Fri, 28 Aug 2009 15:03:01 +0000 (16:03 +0100)]
Fix OSX build by changing the PositionError.h role to private

14 years agoam 076a29be: Merge change 23092 into eclair
Andrei Popescu [Fri, 28 Aug 2009 13:52:36 +0000 (06:52 -0700)]
am 076a29be: Merge change 23092 into eclair

Merge commit '076a29becc381b12cd434b8907eb1a012b64177f'

* commit '076a29becc381b12cd434b8907eb1a012b64177f':
  Fix crash in fast/canvas/canvas-empty-image-pattern.html

14 years agoMerge change 23092 into eclair
Android (Google) Code Review [Fri, 28 Aug 2009 13:48:37 +0000 (06:48 -0700)]
Merge change 23092 into eclair

* changes:
  Fix crash in fast/canvas/canvas-empty-image-pattern.html

14 years agoFix crash in fast/canvas/canvas-empty-image-pattern.html
Andrei Popescu [Fri, 28 Aug 2009 12:52:10 +0000 (13:52 +0100)]
Fix crash in fast/canvas/canvas-empty-image-pattern.html

14 years agoam 1c97c802: update dox. no code change
Mike Reed [Fri, 28 Aug 2009 12:30:03 +0000 (05:30 -0700)]
am 1c97c802: update dox. no code change

Merge commit '1c97c8027a51a511742fcabf75365e3b5a35828e'

* commit '1c97c8027a51a511742fcabf75365e3b5a35828e':
  update dox. no code change

14 years agoupdate dox. no code change
Mike Reed [Fri, 28 Aug 2009 12:24:37 +0000 (08:24 -0400)]
update dox. no code change

14 years agoUpdate V8 bindings to report exceptions thrown from callbacks.
Ben Murdoch [Fri, 28 Aug 2009 12:10:33 +0000 (13:10 +0100)]
Update V8 bindings to report exceptions thrown from callbacks.

14 years agoUpdate V8 to 2780 to fix a crash and pick up some ARM optimizations
Andrei Popescu [Fri, 28 Aug 2009 11:56:47 +0000 (12:56 +0100)]
Update V8 to 2780 to fix a crash and pick up some ARM optimizations

14 years agoWe lost ontouchxxx with the new WK. Bring them back.
Grace Kloba [Fri, 28 Aug 2009 06:42:26 +0000 (23:42 -0700)]
We lost ontouchxxx with the new WK. Bring them back.

14 years agoam 8e008b4b: Merge changes 22903,22905 into eclair
Andrei Popescu [Thu, 27 Aug 2009 17:03:57 +0000 (10:03 -0700)]
am 8e008b4b: Merge changes 22903,22905 into eclair

Merge commit '8e008b4b8cd6aff82cb9a9705e13a637285c705d'

* commit '8e008b4b8cd6aff82cb9a9705e13a637285c705d':
  Use v8::V8::LowMemoryNotification() instead of the non-really-existibg v8::V8::CollectAllGarbage()
  Update V8 to 2725 to pick up Thread Termination and Low Memory Notification APIs

14 years agoMerge changes 22903,22905 into eclair
Android (Google) Code Review [Thu, 27 Aug 2009 16:59:39 +0000 (09:59 -0700)]
Merge changes 22903,22905 into eclair

* changes:
  Use v8::V8::LowMemoryNotification() instead of the non-really-existibg v8::V8::CollectAllGarbage()
  Update V8 to 2725 to pick up Thread Termination and Low Memory Notification APIs

14 years agoUse v8::V8::LowMemoryNotification() instead of the non-really-existibg v8::V8::Collec...
Andrei Popescu [Thu, 27 Aug 2009 15:38:57 +0000 (16:38 +0100)]
Use v8::V8::LowMemoryNotification() instead of the non-really-existibg v8::V8::CollectAllGarbage()

14 years agoUpdate V8 to 2725 to pick up Thread Termination and Low Memory Notification APIs
Andrei Popescu [Thu, 27 Aug 2009 15:16:05 +0000 (16:16 +0100)]
Update V8 to 2725 to pick up Thread Termination and Low Memory Notification APIs

14 years agoam dba751b6: Merge change 22454 into eclair
Steve Block [Thu, 27 Aug 2009 15:11:47 +0000 (08:11 -0700)]
am dba751b6: Merge change 22454 into eclair

Merge commit 'dba751b66ddae00363359475121081991cce4793'

* commit 'dba751b66ddae00363359475121081991cce4793':
  Adds a method to allow Geolocation permissions for an origin.

14 years agoMerge change 22454 into eclair
Android (Google) Code Review [Thu, 27 Aug 2009 15:08:25 +0000 (08:08 -0700)]
Merge change 22454 into eclair

* changes:
  Adds a method to allow Geolocation permissions for an origin.

14 years agoam a0c1ab8d: (-s ours) when finding left edge of text block, don\'t merge in tall...
Cary Clark [Wed, 26 Aug 2009 19:51:14 +0000 (12:51 -0700)]
am a0c1ab8d: (-s ours) when finding left edge of text block, don\'t merge in tall bitmap

Merge commit 'a0c1ab8dc2c9207522a7131843de9c6a7130ac7b'

* commit 'a0c1ab8dc2c9207522a7131843de9c6a7130ac7b':
  when finding left edge of text block, don't merge in tall bitmap

14 years agowhen finding left edge of text block, don't merge in tall bitmap
Cary Clark [Wed, 26 Aug 2009 17:59:18 +0000 (13:59 -0400)]
when finding left edge of text block, don't merge in tall bitmap

Zooming in to yahoo.com fails sometimes if the block of text has
a large bitmap on the left. This change prevents the bitmap from
being seen as a part of the text paragraph.

Also, cleaned up the debugging statements.

Fixes http://b/issue?id=2066236

14 years agoPass the estimated size of new databases to the Java implementation so that that...
Ben Murdoch [Tue, 25 Aug 2009 18:31:29 +0000 (19:31 +0100)]
Pass the estimated size of new databases to the Java implementation so that that figure can be used to establish an initial quota for origins.

Change-Id:Ife96fb4fecee1974a36ceb1432a75f3ef164084b

14 years agoAdds a method to allow Geolocation permissions for an origin.
Steve Block [Fri, 21 Aug 2009 09:56:56 +0000 (10:56 +0100)]
Adds a method to allow Geolocation permissions for an origin.

14 years agoMerge change 22590 into eclair
Android (Google) Code Review [Tue, 25 Aug 2009 16:05:23 +0000 (09:05 -0700)]
Merge change 22590 into eclair

* changes:
  fix address detection when the city and state are both valid states

14 years agofix address detection when the city and state are both valid states
Cary Clark [Tue, 25 Aug 2009 15:38:47 +0000 (11:38 -0400)]
fix address detection when the city and state are both valid states

This fixes detecting "4 E. 86th St New York, NY"

The old logic found 'New York' and assumed that St was the city
name. Since 86th is not a valid street suffix, the test failed.

The new logic looks for a valid street suffix instead of skipping
'city'. If it finds one, and the subsequent street suffix test
fails, it resets to search again for a valid state name while
retaining the starting point for the address (the street number).

Fixing this exposed a bug in the zip code detection code
where it dropped the first character of the actual state name.

14 years agofix a couple of debug print errors
Cary Clark [Tue, 25 Aug 2009 14:46:28 +0000 (10:46 -0400)]
fix a couple of debug print errors

14 years agomodifying how onLoad events are sent to plugins to properly handle IFrames.
Derek Sollenberger [Tue, 25 Aug 2009 13:47:47 +0000 (09:47 -0400)]
modifying how onLoad events are sent to plugins to properly handle IFrames.

Change-Id: I634ae9c2e18e03c95dff435679f547d37c6f430e

14 years agoMerge change 22459 into eclair
Android (Google) Code Review [Mon, 24 Aug 2009 18:35:30 +0000 (11:35 -0700)]
Merge change 22459 into eclair

* changes:
  Fixes build due in GeolocationPermissions.

14 years agoFixes build due in GeolocationPermissions.
Steve Block [Mon, 24 Aug 2009 18:29:28 +0000 (19:29 +0100)]
Fixes build due in GeolocationPermissions.

14 years agoMerge change 22442 into eclair
Android (Google) Code Review [Mon, 24 Aug 2009 17:56:23 +0000 (10:56 -0700)]
Merge change 22442 into eclair

* changes:
  WebKit changes to persist Geolocation permissions between browser sessions.

14 years agoWebKit changes to persist Geolocation permissions between browser sessions.
Steve Block [Fri, 21 Aug 2009 12:15:04 +0000 (13:15 +0100)]
WebKit changes to persist Geolocation permissions between browser sessions.

This fixes bug http://b/issue?id=2054365.

14 years agoMerge change 22374 into eclair
Android (Google) Code Review [Mon, 24 Aug 2009 15:44:43 +0000 (08:44 -0700)]
Merge change 22374 into eclair

* changes:
  Fix the paragraph is not wrapping with the new WK problem.

14 years agoFixes build breakage due to missing GeolocationPermissions header.
Steve Block [Mon, 24 Aug 2009 10:51:12 +0000 (11:51 +0100)]
Fixes build breakage due to missing GeolocationPermissions header.

14 years agoFix the paragraph is not wrapping with the new WK problem.
Grace Kloba [Sat, 22 Aug 2009 01:18:26 +0000 (18:18 -0700)]
Fix the paragraph is not wrapping with the new WK problem.

Copy the change from bidi.cpp to RenerBlockLineLayout.cpp as the file is renamed.

14 years agoAdds WebKit-side of logic to make Geolocation obey Browser 'Enagle Location' setting.
Steve Block [Fri, 21 Aug 2009 09:49:02 +0000 (10:49 +0100)]
Adds WebKit-side of logic to make Geolocation obey Browser 'Enagle Location' setting.

This fixes bug http://b/issue?id=2067559.

14 years agoAdd TouchEvent check.
Feng Qian [Thu, 20 Aug 2009 21:04:00 +0000 (14:04 -0700)]
Add TouchEvent check.

It is left out by the last webkit merge.

14 years agoFix Layout test crash in V8 bindings to AppCache
Andrei Popescu [Thu, 20 Aug 2009 17:17:16 +0000 (18:17 +0100)]
Fix Layout test crash in V8 bindings to AppCache

14 years agoMerge change 22074 into eclair
Android (Google) Code Review [Thu, 20 Aug 2009 16:01:57 +0000 (09:01 -0700)]
Merge change 22074 into eclair

* changes:
  Fix some typos when WEBCORE_INSTRUMENTATION is on.

14 years agoFix some typos when WEBCORE_INSTRUMENTATION is on.
Feng Qian [Thu, 20 Aug 2009 15:51:55 +0000 (08:51 -0700)]
Fix some typos when WEBCORE_INSTRUMENTATION is on.

14 years agoFix a bunch of layout test crashes
Andrei Popescu [Thu, 20 Aug 2009 14:56:06 +0000 (15:56 +0100)]
Fix a bunch of layout test crashes

14 years agoMerge commit 'goog/master-webkit-merge' into eclair-merge
Andrei Popescu [Thu, 20 Aug 2009 11:01:05 +0000 (12:01 +0100)]
Merge commit 'goog/master-webkit-merge' into eclair-merge

14 years agoUpdate WK revision file
Andrei Popescu [Thu, 20 Aug 2009 10:50:41 +0000 (11:50 +0100)]
Update WK revision file

14 years agoMerge commit 'goog/master' into merge
Andrei Popescu [Thu, 20 Aug 2009 10:17:03 +0000 (11:17 +0100)]
Merge commit 'goog/master' into merge

14 years agoam 47977026: am 666ce907: Update MockGeolocationService to avoid the use of static...
Steve Block [Wed, 19 Aug 2009 23:52:05 +0000 (16:52 -0700)]
am 47977026: am 666ce907: Update MockGeolocationService to avoid the use of static initializers with constructors, as required by WebKit.

Merge commit '479770261d0fb027520bd4a72cf23201fd56d293'

* commit '479770261d0fb027520bd4a72cf23201fd56d293':
  Update MockGeolocationService to avoid the use of static initializers with constructors, as required by WebKit.

14 years agoam 666ce907: Update MockGeolocationService to avoid the use of static initializers...
Steve Block [Wed, 19 Aug 2009 23:46:32 +0000 (16:46 -0700)]
am 666ce907: Update MockGeolocationService to avoid the use of static initializers with constructors, as required by WebKit.

Merge commit '666ce90734aced48a6dbbce4b87ae20b6f32d065' into eclair-plus-aosp

* commit '666ce90734aced48a6dbbce4b87ae20b6f32d065':
  Update MockGeolocationService to avoid the use of static initializers with constructors, as required by WebKit.

14 years agoUpdate MockGeolocationService to avoid the use of static initializers with constructo...
Steve Block [Tue, 18 Aug 2009 14:56:54 +0000 (15:56 +0100)]
Update MockGeolocationService to avoid the use of static initializers with constructors, as required by WebKit.

14 years agoMerge commit 'goog/master' into merge
Andrei Popescu [Wed, 19 Aug 2009 17:23:07 +0000 (18:23 +0100)]
Merge commit 'goog/master' into merge

14 years agofix JSC support.
Andrei Popescu [Wed, 19 Aug 2009 17:07:37 +0000 (18:07 +0100)]
fix JSC support.

14 years agoRevert "Merge WebKit r47420"
Andrei Popescu [Wed, 19 Aug 2009 13:09:30 +0000 (14:09 +0100)]
Revert "Merge WebKit r47420"

This reverts commit d227fc870c7a697500a3c900c31baf05fb9a8524.

14 years agoRevert "Compilation and link error fixes for new webkit r47420."
Andrei Popescu [Wed, 19 Aug 2009 13:09:08 +0000 (14:09 +0100)]
Revert "Compilation and link error fixes for new webkit r47420."

This reverts commit 632f4508222c2a617e6820e9388867c0f4821db8.

14 years agoRevert "Start fixing JSC compile errors for new webkit."
Andrei Popescu [Wed, 19 Aug 2009 13:08:46 +0000 (14:08 +0100)]
Revert "Start fixing JSC compile errors for new webkit."

This reverts commit 62983d46fda85f4d912c221e5cbc91a05d4edebf.

14 years agoRevert "Continue with JSC errors."
Andrei Popescu [Wed, 19 Aug 2009 13:08:17 +0000 (14:08 +0100)]
Revert "Continue with JSC errors."

This reverts commit 76de9f7763de0e4568056a5a26c93030f21e0b90.

14 years agoContinue with JSC errors.
Ben Murdoch [Wed, 19 Aug 2009 11:15:58 +0000 (12:15 +0100)]
Continue with JSC errors.

14 years agoStart fixing JSC compile errors for new webkit.
Ben Murdoch [Wed, 19 Aug 2009 10:43:56 +0000 (11:43 +0100)]
Start fixing JSC compile errors for new webkit.

14 years agoCompilation and link error fixes for new webkit r47420.
Ben Murdoch [Tue, 18 Aug 2009 18:15:12 +0000 (19:15 +0100)]
Compilation and link error fixes for new webkit r47420.

14 years agoam f4c57502: am d2b4b46e: Merge change 21746 into eclair
Jack Palevich [Tue, 18 Aug 2009 19:10:08 +0000 (12:10 -0700)]
am f4c57502: am d2b4b46e: Merge change 21746 into eclair

Merge commit 'f4c575025539df7a22801394dac8ef1af891a8ff'

* commit 'f4c575025539df7a22801394dac8ef1af891a8ff':
  Fix errors when compiled under g++ 4.4.1 on Ubuntu 9.10a4