summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bring Geolocation V8 bindings in line with those for JSC. Do not merge.Steve Block2009-10-141-8/+2
| | | | This has already been submitted to master branch.
* Brings JSC Geolocation bindings up-to-date with latest submission to ↵Steve Block2009-10-141-5/+6
| | | | | | | | webkit.org. Do not merge. See https://bugs.webkit.org/show_bug.cgi?id=29099 This has already been submitted to master branch.
* Remove the Android guards added to the <video> implementation in WebCore. Do ↵Andrei Popescu2009-10-145-33/+11
| | | | | | | | not merge. The patch in https://bugs.webkit.org/show_bug.cgi?id=29133 landed. This has already been submitted to master branch.
* Fixes an accidental change made to WebKit GTK code. Do not merge.Steve Block2009-10-141-1/+1
| | | | | | | | | This was made in change 95e3d862bbab761f8caaf1d1b54065f67b9a5148. See https://android-git.corp.google.com/w/?p=platform/external/webkit.git;a=commitdiff;h=95e3d862bbab761f8caaf1d1b54065f67b9a5148#patch1 This will help avoid noise in the diffs when upstreaming Android-specific changes to webkit.org. This has already been submitted to master branch.
* Fixes a bunch of WebKit whitespace discrepancies between Android and ↵Steve Block2009-10-1418-21/+22
| | | | | | | | webkit.org. Do not merge. This will avoid noise in the diffs when upstreaming Android-specific changes to webkit.org. This has already been submitted to master branch.
* Update V8 to revision 3018.Steve Block2009-10-14185-6027/+8577
| | | | Note that the latest version of WebKit requires V8 change http://code.google.com/p/v8/source/detail?r=2969 See http://trac.webkit.org/changeset/49248
* Remove more superfluous WebKit files from build.Steve Block2009-10-142-3/+0
|
* Remove superfluous files from JSC build. Note that these files are not in ↵Steve Block2009-10-141-5/+0
| | | | the V8 build.
* Removes superfluous unload event getter and setter methods from Node. Do not ↵Steve Block2009-10-132-12/+1
| | | | | | | | | merge. These were removed from webkit.org in http://trac.webkit.org/changeset/44944. This should have been picked up in https://android-git.corp.google.com/w/?p=platform/external/webkit.git;a=commitdiff;h=d227fc870c7a697500a3c900c31baf05fb9a8524, which syncs to webkit.org R47420. This has already been submitted to master branch.
* Merge change Ibf761b97 into eclair-mr2Android (Google) Code Review2009-10-131-9/+36
|\ | | | | | | | | * changes: Prevent getFile from copying when the file is too large.
| * Prevent getFile from copying when the file is too large.Leon Scroggins2009-10-131-9/+36
| | | | | | | | | | | | | | | | | | Since the caller expects the data to fit within a certain amount of space, do not copy into the buffer if the data exceeds that space. On the webkit side of things, keep track of the URI and the size, so we can pass them up to BrowserFrame Requires a change to frameworks/base
* | Enabling plugins to stay in sync with UI when the DOM changes.Derek Sollenberger2009-10-134-13/+47
|/
* add debugging, tweak data for flash work in progressCary Clark2009-10-125-35/+84
| | | | | | | | | Attempts to get the plugin to scroll when the ime appears. Add debugging strings to help track events to show plugin object. Add focusCandidate interfaces. Tweak rectangles from plugin so they don't disappear. Prefer found matches in nav cache that are later in the document.
* Allow <select> boxes to draw larger.Leon Scroggins2009-10-091-12/+2
| | | | Fix http://b/issue?id=2159794
* Fix the V8 build.Leon Scroggins2009-10-091-2/+2
|
* File upload.Leon Scroggins2009-10-0910-26/+68
| | | | | | | | Webkit implementation for passing in the data for file uploads. Requires a change to frameworks/base to not break things; also requires a change to packages/apps/Browser to work. Fixes http://b/issue?id=675743
* Fix sim buildLeon Clarke2009-10-091-0/+1
|
* Draw a background color under the combo boxLeon Clarke2009-10-091-0/+8
|
* Merge change I6b640373 into eclair-mr2Android (Google) Code Review2009-10-081-0/+7
|\ | | | | | | | | * changes: Fix bug 2132969
| * Fix bug 2132969Patrick Scott2009-10-081-0/+7
| | | | | | | | | | | | | | | | | | Check for a user gesture before adding the history item during a fragment scroll. The bug has been reported to webkit.org with the suggested fix. Although upstream webkit does not have the user gesture additions defined by ANDROID_USER_GESTURE. Bug: 2132969
* | Set the navigator.vendor property to be "Google Inc." rather than defaulting ↵Ben Murdoch2009-10-081-0/+1
|/ | | | to "Apple Computer, Inc."
* am e7430864: Makes sure that Geolocation permissions are saved before the ↵Steve Block2009-10-075-7/+23
|\ | | | | | | | | | | | | | | | | browser is killed. Merge commit 'e7430864058b3c222b4b0468cf8812a9a733818b' into eclair-mr2 * commit 'e7430864058b3c222b4b0468cf8812a9a733818b': Makes sure that Geolocation permissions are saved before the browser is killed.
| * Makes sure that Geolocation permissions are saved before the browser is killed.Steve Block2009-10-075-7/+23
| | | | | | | | | | | | This is a fix for http://b/issue?id=2167364 Change-Id: I92a1a6831eb254b62593beaf7cb77c8e1f41945c
* | reset webTextView size if focus bounds changesCary Clark2009-10-072-0/+19
| | | | | | | | | | | | | | | | Keep track of changes in the current focus bounds, and provide a way for the java side to access the change. companion change in frameworks/base fixes http://b/issue?id=2118781
* | Merge change Ibbab1c84 into eclair-mr2Android (Google) Code Review2009-10-062-19/+25
|\ \ | | | | | | | | | | | | * changes: address detection may look at uninitialized memory
| * | address detection may look at uninitialized memoryCary Clark2009-10-062-19/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | Address detection on web pages creates arrays of pointers to words, and compares them against a set of permitted street types. This change adds the array of end pointers so that the check does not look past the end of the word. Fixes http://b/issue?id=2166591
* | | am a7280594: Fixes build bustage due to missing include in Geolocation.Steve Block2009-10-061-0/+1
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Merge commit 'a7280594a8eac3503fe491d2ea02ce684fdf8744' into eclair-mr2 * commit 'a7280594a8eac3503fe491d2ea02ce684fdf8744': Fixes build bustage due to missing include in Geolocation.
| * | Fixes build bustage due to missing include in Geolocation.Steve Block2009-10-061-0/+1
| | | | | | | | | | | | Change-Id: Iea9209faba25a9b4ea4e351218c8c1eecf36d07f
* | | am 0c7394a4: Fixes a WebKit bug where ongoing Geolocation requests are not ↵Steve Block2009-10-062-2/+26
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | stopped when the page is unloaded. Merge commit '0c7394a4459ba850766d303b4307add7189cf5f3' into eclair-mr2 * commit '0c7394a4459ba850766d303b4307add7189cf5f3': Fixes a WebKit bug where ongoing Geolocation requests are not stopped when the page is unloaded.
| * | Fixes a WebKit bug where ongoing Geolocation requests are not stopped when ↵Steve Block2009-10-062-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | the page is unloaded. This fixes bug http://b/issue?id=2164673 Change-Id: I68a615c0b82bcee2a4a61dc0433a4f9321780ad1
* | | Cherry pick of WebKit commit r49018, fix for b/2067397. Enable ↵Ben Murdoch2009-10-062-24/+77
| | | | | | | | | | | | Database.changVersion().
* | | fix select text if multiple lines are the same widthCary Clark2009-10-051-13/+23
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Text selection works by building a region on the UI side, then finding the text that matches the rectangles making up the decomposed region on the webkit side. If multiple consecutive lines of text are the same width, the region will combine them into a single rectangle instead of one rectangle per line. If the rectangle chooses a single line, it's safe to pick the center of the line in Y, and that's what the old code does. The new code also tries the top and bottom of the rectangle, in case the rectangle spans multiple lines of text, but falls back to the old behavior so not to regress. fixes http://b/issue?id=2166748
* | Merge change Ib47ea2b1 into eclair-mr2Android (Google) Code Review2009-10-054-81/+372
|\ \ | | | | | | | | | | | | * changes: Add check null of getRealObject(). When a WebView is removed, there is a slight chance that getRealObject() for WebView's JavaObject be null.
| * | Add check null of getRealObject(). When a WebView isGrace Kloba2009-10-024-81/+372
| | | | | | | | | | | | | | | | | | | | | removed, there is a slight chance that getRealObject() for WebView's JavaObject be null. Fix http://b/issue?id=2159815
* | | Re-enable using the right foreground color now we use the right backgroundLeon Clarke2009-10-051-6/+0
| | | | | | | | | | | | color.
* | | am 2097884b: Revert "Don\'t extend the arrow asset of the combo box over the ↵Leon Scroggins2009-10-042-5/+14
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | text, so that the real background" Merge commit '2097884b9e1630c3855a8580f84a308163e085e7' into eclair-mr2 * commit '2097884b9e1630c3855a8580f84a308163e085e7': Revert "Don't extend the arrow asset of the combo box over the text, so that the real background"
| * Revert "Don't extend the arrow asset of the combo box over the text, so that ↵Leon Scroggins2009-10-012-5/+14
| | | | | | | | | | | | the real background" This reverts commit 02b5ebb30fc88967b843818cbc61987f9dc9685d.
* | only look at globalAlpha when we draw images (not the alpha in fill-color)Mike Reed2009-10-023-3/+16
| | | | | | | | http://b/issue?id=1817561
* | remove unneeded ANDROID_ALLOW_TRANSPARENT_BACKGROUNDSMike Reed2009-10-022-5/+0
| | | | | | | | http://b/issue?id=2146657
* | Merge commit 'goog/eclair' into eclair-releaseandroid-build SharedAccount2009-10-0113-74/+182
|\ \ | |/
| * Merge change Ib6cfb9c2 into eclairAndroid (Google) Code Review2009-10-012-14/+5
| |\ | | | | | | | | | | | | * changes: Don't extend the arrow asset of the combo box over the text, so that the real background color is used. Re-instate using the correct color for the text.
| | * Don't extend the arrow asset of the combo box over the text, so that the ↵Leon Clarke2009-10-012-14/+5
| | | | | | | | | | | | | | | | | | | | | real background color is used. Re-instate using the correct color for the text.
| * | Merge change Ic0bd5009 into eclairAndroid (Google) Code Review2009-09-307-48/+146
| |\ \ | | | | | | | | | | | | | | | | * changes: Update <video> implementation after new IRC discussion with Eric Carlsson.
| | * | Update <video> implementation after new IRC discussion with Eric Carlsson.Andrei Popescu2009-09-307-48/+146
| | |/ | | | | | | | | | | | | | | | | | | | | | - move poster drawing on the WebKit side - get rid of the child views - add prepareToPlay method to the MediaPlayer iface. Fixes http://b/issue?id=2156592
| * | Fix the random crash around iframes.Patrick Scott2009-09-302-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem is that if updateWidgetPosition calls layout, the FrameView will layout with 0x0 dimensions. Then, we resize the view and try to relayout. This causes the body to be marked as needing a layout. But, the body does not get a chance to relayout. If updateWidgetPosition does not layout, the view size will match and the body will not be marked for layout. This makes everything sane after layout of the iframe. The root of the problem is that we are calling FrameView::layout() while in the midst of a layout. This is causing a child RenderObject to need a layout without the parent object needing a layout. We avoid this by not laying out until we set the FrameView dimensions. Bug: 2048855, 2134215
| * | Merge change I99fa56b2 into eclairAndroid (Google) Code Review2009-09-301-7/+3
| |\ \ | | | | | | | | | | | | | | | | * changes: always update the WebTextView from the input element
| | * | always update the WebTextView from the input elementCary Clark2009-09-301-7/+3
| | |/ | | | | | | | | | | | | | | | | | | Even if the input element doesn't have focus, synchronize the WebTextView if the pointers match. fixes http://b/issue?id=2096746
| * | Fix the user gesture change to be more like donut.Patrick Scott2009-09-301-1/+4
| |/ | | | | | | Bug: 2151004
* | Merge commit 'remotes/goog/eclair' into eclair-releaseThe Android Open Source Project2009-09-308-30/+67
|\ \ | |/
| * Don't crash on java exceptionLeon Clarke2009-09-302-20/+41
| | | | | | | | | | | | | | | | | | | | Link coloring - doing the database lookup in a separate thread Formatting Whitespace changes Re-ordered following review