| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I637275c9766202a4358ef25af01ee92c85c48e7f
|
|
|
|
|
|
|
|
|
|
|
| |
When a focused node is found while walking the DOM, the
CachedFrame tree doesn't have its parent pointer set.
Fix the focus index in the parent when fixing the parent pointer.
Also fix a debug statement so that it doesn't depend on
the focus parent.
Fixes http://b/issue?id=2048186
|
| |
|
|\
| |
| |
| |
| | |
* changes:
Fix the include files from the last WebKit merge. If there is Android version, we should not include None version. This should fix plugin loading, bookmark icon problems.
|
| |
| |
| |
| | |
we should not include None version. This should fix plugin loading, bookmark
icon problems.
|
|/
|
|
|
|
| |
Adjust the scheme to all lower case before looking up the
resource if the original was not already lower case.
This fixes http://b/2056348
|
|
|
|
|
|
| |
This fixes http://b/issue?id=2103855.
Change-Id: I1811d97c59e0458a94347c8a63b4d1c0541dfaf7
|
|\
| |
| |
| |
| | |
* changes:
Move mobile doctype check from HTMLDocument to Document so that it will cover xhtml case like http://us.m1.yahoo.com.
|
| |
| |
| |
| |
| | |
cover xhtml case like http://us.m1.yahoo.com.
Fix http://b/issue?id=2102284
|
|\ \
| |/
|/|
| |
| | |
* changes:
Fix for 2106269
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Handle another old style meta tag, MobileOptimized. Also if the sites set the width for the viewport to be less than 320, just use device-width.
|
| | |
| | |
| | |
| | |
| | |
| | | |
the width for the viewport to be less than 320, just use device-width.
Fix http://b/issue?id=2098078
|
| |/
|/| |
|
| |
| |
| |
| |
| |
| | |
See https://bugs.webkit.org/show_bug.cgi?id=28264.
Change-Id: I30900239108ea699f194fceb30626f41c928c08e
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Store Geolocation cached position between browser sessions.
|
| | |
| | |
| | |
| | |
| | |
| | | |
This fixes bug http://b/issue?id=2054431.
Change-Id: I44b752b0c7fb4529027018c99dd945279b594b89
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
specified.
This fixes http://b/issue?id=2103855.
Change-Id: Ie540c7adc056ea0f285b7558b2f33acfcc1ecab2
|
| |
| |
| |
| |
| |
| | |
This fixes bug http://b/issue?id=2054431.
Change-Id: Ic5fcd763e448b3bdc02de5d2a40d418ef25d39f9
|
|\ \
| |/
|/|
| |
| | |
* changes:
Fixes Geolocation to correctly handle infinite values for PositionOptions properties.
|
| |
| |
| |
| |
| |
| |
| |
| | |
properties.
This fixes http://b/issue?id=2094429.
Change-Id: I01cc5107d4a96840e35cc403161d50dbdf6a1ca2
|
|\ \
| |/
| |
| |
| | |
* changes:
Adds V8 bindings for optional properties of Geolocation Coordinates object.
|
| |
| |
| |
| | |
This fixes http://b/issue?id=2049677.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Updates MockGeolocationService to call back to the Geolocation object only when active.
|
| | |
| | |
| | |
| | | |
when active.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* changes:
Fix Geolocation to correctly handle reentrant calls from callbacks.
|
| | |
| | |
| | |
| | | |
This fixes http://b/issue?id=2094823.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* changes:
Makes Geolocation error callback asynchronous when service fails to start.
|
| | |
| | |
| | |
| | |
| | |
| | | |
This fixes http://b/issue?id=2054361.
Change-Id: I83ff2618fb49bb126c7cd4c318914c6a0c68d69d
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* changes:
Refactors Geolocation to avoid duplication in getCurrentPosition and watchPosition.
|
| | |
| | |
| | |
| | |
| | |
| | | |
watchPosition.
This change is being submitted to WebKit as part of https://bugs.webkit.org/show_bug.cgi?id=27944.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* 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.
|
| | | |
| | | |
| | | |
| | | | |
bindings to ignore requests for the length attribute and update the event handling code to create Storage Events properly.
|
| | | |
| | | |
| | | |
| | | | |
nativeAddJavaScriptInterface. When 0, we add the iface to the top level frame.
|
| | | |
| | | |
| | | |
| | | | |
fixes http://b/issue?id=2048180
|
|\ \ \ \
| | |/ /
| |/| /
| |_|/
|/| | |
* changes:
Brings Mock Geolocation service up to date with latest submission to WebKit.
|
| |/
| |
| |
| | |
See https://bugs.webkit.org/show_bug.cgi?id=28264.
|
|/
|
|
| |
Fix http://b/issue?id=2086818
|
|\
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| | |
objects to be passed as the second parameter to executeSql(), and ensure exceptions are thrown in the right places.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Enables Geolocation for V8.
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* changes:
Adds V8 bindings for Geolocation.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
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
|
| |_|/
|/| |
| | |
| | |
| | |
| | | |
return the correct result to WebCore.
BUG: 2053072
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* changes:
Update V8 bindings to report exceptions thrown from callbacks.
|