| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
WebCore/bindings/v8/ScriptController.cpp
WebCore/page/Geolocation.cpp
WebCore/platform/android/GeolocationServiceAndroid.cpp
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Merge commit '1f4c9d43aeeef7e66437a86ad0e92ff7b0b7f02f'
* commit '1f4c9d43aeeef7e66437a86ad0e92ff7b0b7f02f':
Add re-entry count for QemuTracerAuto class.
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge commit '144e6949fa07509619b72d7319418fe6b40b84ed' into eclair-plus-aosp
* commit '144e6949fa07509619b72d7319418fe6b40b84ed':
Add re-entry count for QemuTracerAuto class.
|
| | | |\
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
Add re-entry count for QemuTracerAuto class.
|
| | | | | |
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Merge commit 'b9b66602e5b40cfd3dfac9a0b1c47fb1a0cfc7c6'
* commit 'b9b66602e5b40cfd3dfac9a0b1c47fb1a0cfc7c6':
Fix #2058833. For mobile sites, add "width=device-width" if viewport width
|
| | |\ \ \
| | | |/ /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Merge commit '8bba87309bc6171f066820ce64c7e73b725a94e1' into eclair-plus-aosp
* commit '8bba87309bc6171f066820ce64c7e73b725a94e1':
Fix #2058833. For mobile sites, add "width=device-width" if viewport width
|
| | | |\ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* changes:
Fix #2058833. For mobile sites, add "width=device-width" if viewport width is not defined as our default viewport width is 800px now.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
is not defined as our default viewport width is 800px now.
|
| |\ \ \ \ \
| | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| | |\ \ \ \
| | | |/ / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| | | | | | |
|
| |\ \ \ \ \
| | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
more restrictive when expanding iframes.
Merge commit '5a8e1d54a100b72b47732643ebeba62487be2eb3'
* commit '5a8e1d54a100b72b47732643ebeba62487be2eb3':
Do not merge - pulled from master
|
| | |\ \ \ \
| | | |/ / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
expanding iframes.
Merge commit '4e3a924fd8b5f88ef5e656393e8a0de568c2baa5' into eclair-plus-aosp
* commit '4e3a924fd8b5f88ef5e656393e8a0de568c2baa5':
Do not merge - pulled from master
|
| | | |/ /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Merge commit 'd605fe10b4d30363d5a1efcec8df4d1b4b730e66'
* commit 'd605fe10b4d30363d5a1efcec8df4d1b4b730e66':
Check for a null request in the policy callbacks.
|
| | |\ \ \
| | | |/ /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Merge commit '7df3d98b242a15afb526fe8a7c8b0a5d28415f33' into eclair-plus-aosp
* commit '7df3d98b242a15afb526fe8a7c8b0a5d28415f33':
Check for a null request in the policy callbacks.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The gtk platform also does this check to ensure that the request url is not
empty or null.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Merge commit 'a33b8f97b76634d57ffa1c296c3e1fca5726662f'
* commit 'a33b8f97b76634d57ffa1c296c3e1fca5726662f':
Correctly applies Geolocation timeout parameter.
|
| | |\ \ \
| | | |/ /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Merge commit '350d129406ff3ee363c0dc8bb747ce1823ed7c9d' into eclair-plus-aosp
* commit '350d129406ff3ee363c0dc8bb747ce1823ed7c9d':
Correctly applies Geolocation timeout parameter.
|
| | | |\ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* changes:
Correctly applies Geolocation timeout parameter.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| |\ \ \ \ \
| | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Merge commit 'e88026d63cb26e91319e7e41fa61a0f16fc5b211'
* commit 'e88026d63cb26e91319e7e41fa61a0f16fc5b211':
rebuild nav cache if cursor is moved to invisible node
|
| | |\ \ \ \
| | | |/ / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Merge commit '5207ee5379660814c62bf3cb3f1c70051e152a86' into eclair-plus-aosp
* commit '5207ee5379660814c62bf3cb3f1c70051e152a86':
rebuild nav cache if cursor is moved to invisible node
|
| | | |/ /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
360742dd52ce2e67f08b219c5148577ce2e2b741 from master branch
Merge commit 'f755dd93c147ecf2e1b3b0a6da3f83000ce70e85'
* commit 'f755dd93c147ecf2e1b3b0a6da3f83000ce70e85':
do not merge: cherry-picked 360742dd52ce2e67f08b219c5148577ce2e2b741 from master branch
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
master branch
When Geolocation permissions are denied, terminate all watchers as well as one-shots.
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
from DumpRenderTree on Android.
Merge commit 'c51ae63bd00ca9367921f76a01122e56e2d11cdf'
* commit 'c51ae63bd00ca9367921f76a01122e56e2d11cdf':
Adds ability to configure mock Geolocation service from DumpRenderTree on Android.
|
| | |\ \ \
| | | |/ /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
DumpRenderTree on Android.
Merge commit 'b12a01676d083061bfcdc9efe98ac9d03dd59802' into eclair-plus-aosp
* commit 'b12a01676d083061bfcdc9efe98ac9d03dd59802':
Adds ability to configure mock Geolocation service from DumpRenderTree on Android.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Android.
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
360742dd52ce2e67f08b219c5148577ce2e2b741 from master branch
Merge commit '729c55a37799a2b5a240a327f1bce348eb012f15'
* commit '729c55a37799a2b5a240a327f1bce348eb012f15':
do not merge: cherry-picked 360742dd52ce2e67f08b219c5148577ce2e2b741 from master branch
|
| | |\ \ \
| | | |/ /
| | | | /
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | | |
360742dd52ce2e67f08b219c5148577ce2e2b741 from master branch
Merge commit '5343011d8c5e322c74a78385633354ca3db92343' into eclair-plus-aosp
* commit '5343011d8c5e322c74a78385633354ca3db92343':
do not merge: cherry-picked 360742dd52ce2e67f08b219c5148577ce2e2b741 from master branch
|
| | |/
| | |
| | |
| | |
| | |
| | | |
master branch
When Geolocation permissions are denied, terminate all watchers as well as one-shots.
|
| |\ \
| | |/
| |/|
| | |
| | | |
* changes:
When Geolocation permissions are denied, terminate all watchers as well as one-shots.
|
| | |
| | |
| | |
| | | |
one-shots.
|
| | |
| | |
| | |
| | | |
This is experimental, we'd like to see the impact on page cycler intl1 and intl2.
|
| | |
| | |
| | |
| | | |
TestShellActivity now sets V8 flag --expose_gc, and it should have the same effect to page cycler performance.
|
| | |
| | |
| | |
| | | |
I didn't see performance changes.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |\
| | |
| | |
| | |
| | | |
* changes:
Fix a couple of bugs in SecurityOrigin when parsing database identifiers.
|
| | | |
|
| |\ \
| | |/
| | |
| | |
| | | |
* changes:
Final part of fix to set default values of Geolocation PositionOptions. Updates to final version submitted to WebKit for bug 27254.
|
| | |
| | |
| | |
| | | |
Updates to final version submitted to WebKit for bug 27254.
|
| |\ \
| | |/
| | |
| | |
| | | |
* changes:
Fail fast if Geolocation permissions have already been denied.
|
| | | |
|
| | | |
|
| |/
| |
| |
| | |
Will turn it back after getting data from page cycler. (ETA 1 day)
|
| |\
| | |
| | |
| | |
| | | |
* changes:
Enable GC call before creating a new context.
|
| | |
| | |
| | |
| | | |
I think this is very likely the cause of big memory jump and slowdown of page cycler.
|