summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'goog/master' into mergeBen Murdoch2009-08-1833-357/+1165
|\ | | | | | | | | | | | | Conflicts: WebCore/bindings/v8/ScriptController.cpp WebCore/page/Geolocation.cpp WebCore/platform/android/GeolocationServiceAndroid.cpp
| * am 1f4c9d43: am 144e6949: Merge change 21673 into eclairFeng Qian2009-08-172-2/+15
| |\ | | | | | | | | | | | | | | | | | | Merge commit '1f4c9d43aeeef7e66437a86ad0e92ff7b0b7f02f' * commit '1f4c9d43aeeef7e66437a86ad0e92ff7b0b7f02f': Add re-entry count for QemuTracerAuto class.
| | * am 144e6949: Merge change 21673 into eclairFeng Qian2009-08-172-2/+15
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '144e6949fa07509619b72d7319418fe6b40b84ed' into eclair-plus-aosp * commit '144e6949fa07509619b72d7319418fe6b40b84ed': Add re-entry count for QemuTracerAuto class.
| | | * Merge change 21673 into eclairAndroid (Google) Code Review2009-08-172-2/+15
| | | |\ | | | | | | | | | | | | | | | | | | | | * changes: Add re-entry count for QemuTracerAuto class.
| | | | * Add re-entry count for QemuTracerAuto class.Feng Qian2009-08-172-2/+15
| | | | |
| * | | | am b9b66602: am 8bba8730: Merge change 21618 into eclairGrace Kloba2009-08-172-0/+21
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'b9b66602e5b40cfd3dfac9a0b1c47fb1a0cfc7c6' * commit 'b9b66602e5b40cfd3dfac9a0b1c47fb1a0cfc7c6': Fix #2058833. For mobile sites, add "width=device-width" if viewport width
| | * | | am 8bba8730: Merge change 21618 into eclairGrace Kloba2009-08-172-0/+21
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '8bba87309bc6171f066820ce64c7e73b725a94e1' into eclair-plus-aosp * commit '8bba87309bc6171f066820ce64c7e73b725a94e1': Fix #2058833. For mobile sites, add "width=device-width" if viewport width
| | | * | Merge change 21618 into eclairAndroid (Google) Code Review2009-08-172-0/+21
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix #2058833. For mobile sites, add "width=device-width" if viewport width is not defined as our default viewport width is 800px now.
| | | | * | Fix #2058833. For mobile sites, add "width=device-width" if viewport widthGrace Kloba2009-08-172-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | is not defined as our default viewport width is 800px now.
| * | | | | am 12501503: am 9f2051ac: As PluginList is removed when we remove Gears, ↵Grace Kloba2009-08-173-114/+0
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove code in the native side. Merge commit '125015037a30947bd5ebce5b289f392c31d98eae' * commit '125015037a30947bd5ebce5b289f392c31d98eae': As PluginList is removed when we remove Gears, remove code in the native side.
| | * | | | am 9f2051ac: As PluginList is removed when we remove Gears, remove code in ↵Grace Kloba2009-08-173-114/+0
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the native side. Merge commit '9f2051acd1dd94e6621616a99c50c409c941ad56' into eclair-plus-aosp * commit '9f2051acd1dd94e6621616a99c50c409c941ad56': As PluginList is removed when we remove Gears, remove code in the native side.
| | | * | | As PluginList is removed when we remove Gears, remove code in the native side.Grace Kloba2009-08-173-114/+0
| | | | | |
| * | | | | am 5a8e1d54: (-s ours) am 4e3a924f: Do not merge - pulled from master Be ↵Patrick Scott2009-08-170-0/+0
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more restrictive when expanding iframes. Merge commit '5a8e1d54a100b72b47732643ebeba62487be2eb3' * commit '5a8e1d54a100b72b47732643ebeba62487be2eb3': Do not merge - pulled from master
| | * | | | am 4e3a924f: Do not merge - pulled from master Be more restrictive when ↵Patrick Scott2009-08-172-47/+64
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expanding iframes. Merge commit '4e3a924fd8b5f88ef5e656393e8a0de568c2baa5' into eclair-plus-aosp * commit '4e3a924fd8b5f88ef5e656393e8a0de568c2baa5': Do not merge - pulled from master
| | | * | | Do not merge - pulled from masterPatrick Scott2009-08-172-47/+64
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Be more restrictive when expanding iframes. If an iframe has no scrollbars and a fixed dimension, it serves no purpose to try and expand the contents. Some sites like to use hidden iframes for asynchronous loading and showing or expanding those iframes causes layout problems. Change the expansion logic slightly to only expand iframes and not contract them. Also update calcWidth and calcHeight to check for scrollbars or a non-fixed dimension. BUG=2039520,2004093
| * | | | am d605fe10: am 7df3d98b: Check for a null request in the policy callbacks.Patrick Scott2009-08-171-3/+22
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'd605fe10b4d30363d5a1efcec8df4d1b4b730e66' * commit 'd605fe10b4d30363d5a1efcec8df4d1b4b730e66': Check for a null request in the policy callbacks.
| | * | | am 7df3d98b: Check for a null request in the policy callbacks.Patrick Scott2009-08-171-3/+22
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '7df3d98b242a15afb526fe8a7c8b0a5d28415f33' into eclair-plus-aosp * commit '7df3d98b242a15afb526fe8a7c8b0a5d28415f33': Check for a null request in the policy callbacks.
| | | * | Check for a null request in the policy callbacks.Patrick Scott2009-08-171-3/+22
| | | | | | | | | | | | | | | | | | | | | | | | | The gtk platform also does this check to ensure that the request url is not empty or null.
| * | | | Be more restrictive when expanding iframes.Patrick Scott2009-08-172-47/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an iframe has no scrollbars and a fixed dimension, it serves no purpose to try and expand the contents. Some sites like to use hidden iframes for asynchronous loading and showing or expanding those iframes causes layout problems. Change the expansion logic slightly to only expand iframes and not contract them. Also update calcWidth and calcHeight to check for scrollbars or a non-fixed dimension. BUG=2039520,2004093
| * | | | am a33b8f97: am 350d1294: Merge change 21293 into eclairSteve Block2009-08-172-23/+40
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'a33b8f97b76634d57ffa1c296c3e1fca5726662f' * commit 'a33b8f97b76634d57ffa1c296c3e1fca5726662f': Correctly applies Geolocation timeout parameter.
| | * | | am 350d1294: Merge change 21293 into eclairSteve Block2009-08-172-23/+40
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '350d129406ff3ee363c0dc8bb747ce1823ed7c9d' into eclair-plus-aosp * commit '350d129406ff3ee363c0dc8bb747ce1823ed7c9d': Correctly applies Geolocation timeout parameter.
| | | * | Merge change 21293 into eclairAndroid (Google) Code Review2009-08-172-23/+40
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Correctly applies Geolocation timeout parameter.
| | | | * | Correctly applies Geolocation timeout parameter.Steve Block2009-08-172-23/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the timeout is started when permissions are granted and stopped when the success callback is made, thus rendering the timeout useless. The correct behavior is to start the timeout when the request is started, and to stop it as soon as a position fix is obtained. Also, the timeout should always be applied, even if no error callback is present and the request should be stopped on timeout. This will be upstreamed to WebKit in bug 27256.
| * | | | | am e88026d6: am 5207ee53: rebuild nav cache if cursor is moved to invisible nodeCary Clark2009-08-141-1/+1
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'e88026d63cb26e91319e7e41fa61a0f16fc5b211' * commit 'e88026d63cb26e91319e7e41fa61a0f16fc5b211': rebuild nav cache if cursor is moved to invisible node
| | * | | | am 5207ee53: rebuild nav cache if cursor is moved to invisible nodeCary Clark2009-08-141-1/+1
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '5207ee5379660814c62bf3cb3f1c70051e152a86' into eclair-plus-aosp * commit '5207ee5379660814c62bf3cb3f1c70051e152a86': rebuild nav cache if cursor is moved to invisible node
| | | * | | rebuild nav cache if cursor is moved to invisible nodeCary Clark2009-08-141-1/+1
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://b/issue?id=2023504 moving the trackball to a node that used to be visible but is no longer visible now triggers a rebuild of the nav cache
| * | | | am f755dd93: (-s ours) do not merge: cherry-picked ↵Steve Block2009-08-140-0/+0
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 360742dd52ce2e67f08b219c5148577ce2e2b741 from master branch Merge commit 'f755dd93c147ecf2e1b3b0a6da3f83000ce70e85' * commit 'f755dd93c147ecf2e1b3b0a6da3f83000ce70e85': do not merge: cherry-picked 360742dd52ce2e67f08b219c5148577ce2e2b741 from master branch
| | * | | do not merge: cherry-picked 360742dd52ce2e67f08b219c5148577ce2e2b741 from ↵Steve Block2009-08-142-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master branch When Geolocation permissions are denied, terminate all watchers as well as one-shots.
| * | | | am c51ae63b: am b12a0167: Adds ability to configure mock Geolocation service ↵Steve Block2009-08-143-1/+100
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from DumpRenderTree on Android. Merge commit 'c51ae63bd00ca9367921f76a01122e56e2d11cdf' * commit 'c51ae63bd00ca9367921f76a01122e56e2d11cdf': Adds ability to configure mock Geolocation service from DumpRenderTree on Android.
| | * | | am b12a0167: Adds ability to configure mock Geolocation service from ↵Steve Block2009-08-143-1/+100
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DumpRenderTree on Android. Merge commit 'b12a01676d083061bfcdc9efe98ac9d03dd59802' into eclair-plus-aosp * commit 'b12a01676d083061bfcdc9efe98ac9d03dd59802': Adds ability to configure mock Geolocation service from DumpRenderTree on Android.
| | | * | Adds ability to configure mock Geolocation service from DumpRenderTree on ↵Steve Block2009-08-143-1/+100
| | | | | | | | | | | | | | | | | | | | Android.
| * | | | am 729c55a3: (-s ours) am 5343011d: (-s ours) do not merge: cherry-picked ↵Steve Block2009-08-140-0/+0
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 360742dd52ce2e67f08b219c5148577ce2e2b741 from master branch Merge commit '729c55a37799a2b5a240a327f1bce348eb012f15' * commit '729c55a37799a2b5a240a327f1bce348eb012f15': do not merge: cherry-picked 360742dd52ce2e67f08b219c5148577ce2e2b741 from master branch
| | * | | am 5343011d: (-s ours) do not merge: cherry-picked ↵Steve Block2009-08-140-0/+0
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/| | | | | | | | | | | | | | | | | 360742dd52ce2e67f08b219c5148577ce2e2b741 from master branch Merge commit '5343011d8c5e322c74a78385633354ca3db92343' into eclair-plus-aosp * commit '5343011d8c5e322c74a78385633354ca3db92343': do not merge: cherry-picked 360742dd52ce2e67f08b219c5148577ce2e2b741 from master branch
| | | * do not merge: cherry-picked 360742dd52ce2e67f08b219c5148577ce2e2b741 from ↵Steve Block2009-08-142-0/+10
| | |/ | | | | | | | | | | | | | | | master branch When Geolocation permissions are denied, terminate all watchers as well as one-shots.
| * | Merge change 21257Android (Google) Code Review2009-08-142-0/+10
| |\ \ | | |/ | |/| | | | | | | * changes: When Geolocation permissions are denied, terminate all watchers as well as one-shots.
| | * When Geolocation permissions are denied, terminate all watchers as well as ↵Steve Block2009-08-142-0/+10
| | | | | | | | | | | | one-shots.
| * | Add GC support in V8 and calling GC in WebCoreFrameBridge::clearCache.Feng Qian2009-08-134-1/+21
| | | | | | | | | | | | This is experimental, we'd like to see the impact on page cycler intl1 and intl2.
| * | Avoid calling GC in Context::NewFeng Qian2009-08-131-0/+5
| | | | | | | | | | | | TestShellActivity now sets V8 flag --expose_gc, and it should have the same effect to page cycler performance.
| * | Remove experimental nolazy flag.Feng Qian2009-08-131-5/+0
| | | | | | | | | | | | I didn't see performance changes.
| * | Pass clicks to webkit's textfield to determine the new selection.Leon Scroggins2009-08-135-21/+137
| |/ | | | | | | | | | | | | | | | | | | | | | | Requires a corresponding change to frameworks/base. We were previously letting WebTextView handle clicks, determine the change in selection, and pass that down to webkit. This sometimes resulted in a different placement of the caret if the WebTextView and the webkit-rendered textfield did not line up exactly. Now, we pass the click directly to webkit, which determines the new selection and passes that info back to the WebTextView. This also has the benefit of letting the WebTextView reflect changes in the selection that originated from webkit. Also remove some unused parameters.
| * Merge change 21096Android (Google) Code Review2009-08-131-3/+4
| |\ | | | | | | | | | | | | * changes: Fix a couple of bugs in SecurityOrigin when parsing database identifiers.
| | * Fix a couple of bugs in SecurityOrigin when parsing database identifiers.Steve Block2009-08-131-3/+4
| | |
| * | Merge change 21095Android (Google) Code Review2009-08-132-28/+43
| |\ \ | | |/ | | | | | | | | | * changes: Final part of fix to set default values of Geolocation PositionOptions. Updates to final version submitted to WebKit for bug 27254.
| | * Final part of fix to set default values of Geolocation PositionOptions.Steve Block2009-08-132-28/+43
| | | | | | | | | | | | Updates to final version submitted to WebKit for bug 27254.
| * | Merge change 20950Android (Google) Code Review2009-08-132-20/+74
| |\ \ | | |/ | | | | | | | | | * changes: Fail fast if Geolocation permissions have already been denied.
| | * Fail fast if Geolocation permissions have already been denied.Steve Block2009-08-122-20/+74
| | |
| * | Add a utility class QemuTracerAuto when WEBCORE_INSTRUMENTATION is on.Feng Qian2009-08-123-0/+15
| | |
| * | EXPERIMENTAL: turn off lazy compilation to see the impact on page cycler.Feng Qian2009-08-121-0/+5
| |/ | | | | | | Will turn it back after getting data from page cycler. (ETA 1 day)
| * Merge change 20814Android (Google) Code Review2009-08-111-4/+0
| |\ | | | | | | | | | | | | * changes: Enable GC call before creating a new context.
| | * Enable GC call before creating a new context.Feng Qian2009-08-111-4/+0
| | | | | | | | | | | | I think this is very likely the cause of big memory jump and slowdown of page cycler.