Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'goog/master' into merge | Andrei Popescu | 2009-08-20 | 2 | -20/+46 |
|\ | |||||
| * | Update MockGeolocationService to avoid the use of static initializers with ↵ | Steve Block | 2009-08-19 | 2 | -20/+46 |
| | | | | | | | | constructors, as required by WebKit. | ||||
* | | Merge commit 'goog/master' into merge | Andrei Popescu | 2009-08-19 | 3 | -4/+30 |
|\ \ | |/ | |||||
| * | Need to notify Java side when viewport tag is parsed. | Grace Kloba | 2009-08-18 | 3 | -4/+30 |
| | | |||||
* | | fix JSC support. | Andrei Popescu | 2009-08-19 | 4 | -283/+90 |
| | | |||||
* | | Revert "Merge WebKit r47420" | Andrei Popescu | 2009-08-19 | 505 | -19041/+5466 |
| | | | | | | | | This reverts commit d227fc870c7a697500a3c900c31baf05fb9a8524. | ||||
* | | Revert "Compilation and link error fixes for new webkit r47420." | Andrei Popescu | 2009-08-19 | 5 | -16/+18 |
| | | | | | | | | This reverts commit 632f4508222c2a617e6820e9388867c0f4821db8. | ||||
* | | Revert "Start fixing JSC compile errors for new webkit." | Andrei Popescu | 2009-08-19 | 2 | -782/+89 |
| | | | | | | | | This reverts commit 62983d46fda85f4d912c221e5cbc91a05d4edebf. | ||||
* | | Revert "Continue with JSC errors." | Andrei Popescu | 2009-08-19 | 4 | -13/+23 |
| | | | | | | | | This reverts commit 76de9f7763de0e4568056a5a26c93030f21e0b90. | ||||
* | | Continue with JSC errors. | Ben Murdoch | 2009-08-19 | 4 | -23/+13 |
| | | |||||
* | | Start fixing JSC compile errors for new webkit. | Ben Murdoch | 2009-08-19 | 2 | -89/+782 |
| | | |||||
* | | Compilation and link error fixes for new webkit r47420. | Ben Murdoch | 2009-08-18 | 5 | -18/+16 |
| | | |||||
* | | Merge WebKit r47420 | Ben Murdoch | 2009-08-18 | 505 | -5466/+19041 |
| | | |||||
* | | Revert changes to WebCore.exp file | Andrei Popescu | 2009-08-18 | 1 | -6/+0 |
| | | |||||
* | | Fixes for the OSX build | Andrei Popescu | 2009-08-18 | 4 | -3/+17 |
| | | |||||
* | | Try to fix JNI startup errors. | Ben Murdoch | 2009-08-18 | 3 | -3/+7 |
| | | |||||
* | | Merge commit 'goog/master' into merge | Ben Murdoch | 2009-08-18 | 15 | -286/+758 |
|\ \ | |/ | | | | | | | | | | | Conflicts: WebCore/bindings/v8/ScriptController.cpp WebCore/page/Geolocation.cpp WebCore/platform/android/GeolocationServiceAndroid.cpp | ||||
| * | Merge change 21618 into eclair | Android (Google) Code Review | 2009-08-17 | 2 | -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 width | Grace Kloba | 2009-08-17 | 2 | -0/+21 |
| | | | | | | | | | | | | is not defined as our default viewport width is 800px now. | ||||
| * | | As PluginList is removed when we remove Gears, remove code in the native side. | Grace Kloba | 2009-08-17 | 3 | -114/+0 |
| | | | |||||
| * | | Do not merge - pulled from master | Patrick Scott | 2009-08-17 | 1 | -46/+63 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Correctly applies Geolocation timeout parameter. | Steve Block | 2009-08-17 | 2 | -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. | ||||
| * | do not merge: cherry-picked 360742dd52ce2e67f08b219c5148577ce2e2b741 from ↵ | Steve Block | 2009-08-14 | 2 | -0/+10 |
| | | | | | | | | | | | | master branch When Geolocation permissions are denied, terminate all watchers as well as one-shots. | ||||
| * | Add GC support in V8 and calling GC in WebCoreFrameBridge::clearCache. | Feng Qian | 2009-08-13 | 1 | -1/+4 |
| | | | | | | | | This is experimental, we'd like to see the impact on page cycler intl1 and intl2. | ||||
| * | Fix a couple of bugs in SecurityOrigin when parsing database identifiers. | Steve Block | 2009-08-13 | 1 | -3/+4 |
| | | |||||
| * | Final part of fix to set default values of Geolocation PositionOptions. | Steve Block | 2009-08-13 | 2 | -28/+43 |
| | | | | | | | | Updates to final version submitted to WebKit for bug 27254. | ||||
| * | Fail fast if Geolocation permissions have already been denied. | Steve Block | 2009-08-12 | 2 | -20/+74 |
| | | |||||
| * | Correctly sets default values for Geolocation PositionOptions. | Steve Block | 2009-08-11 | 3 | -84/+105 |
| | | | | | | | | | | | | | | This will be submitted to WebKit in bug 27254. This was first commited in change 20268, but this caused problems in the automated build and was subsequently rolled back in change 20415. This change includes the latest comments from the WebKit review. | ||||
| * | Merge change 20596 | Android (Google) Code Review | 2009-08-11 | 2 | -4/+432 |
| |\ | | | | | | | | | | | | | * changes: Implements GeolocationService on Android. | ||||
| | * | Implements GeolocationService on Android. | Steve Block | 2009-08-11 | 2 | -4/+432 |
| | | | |||||
* | | | Fix the last of the linker errors ! | Ben Murdoch | 2009-08-17 | 8 | -9/+58 |
| | | | |||||
* | | | Linker error fixes. | Ben Murdoch | 2009-08-17 | 1 | -3/+3 |
| | | | |||||
* | | | more localized strings | Andrei Popescu | 2009-08-17 | 1 | -0/+216 |
| | | | |||||
* | | | sort out inspector linking errors | Andrei Popescu | 2009-08-17 | 1 | -0/+4 |
| | | | |||||
* | | | Continue with linker error fixes. | Ben Murdoch | 2009-08-17 | 3 | -1/+16 |
| | | | |||||
* | | | Merge change 21503 into master-webkit-merge | Android (Google) Code Review | 2009-08-17 | 4 | -0/+29 |
|\ \ \ | | | | | | | | | | | | | | | | | * changes: A bunch of linker error fixes | ||||
| * | | | A bunch of linker error fixes | Andrei Popescu | 2009-08-17 | 4 | -0/+29 |
| | | | | |||||
* | | | | Fix first set of linker errors. | Ben Murdoch | 2009-08-17 | 3 | -61/+2 |
|/ / / | |||||
* | | | Compilation fixes. | Ben Murdoch | 2009-08-17 | 2 | -3/+4 |
| | | | |||||
* | | | WebViewCore fix | Andrei Popescu | 2009-08-17 | 2 | -8/+8 |
| | | | |||||
* | | | Merge change 21488 into master-webkit-merge | Android (Google) Code Review | 2009-08-17 | 1 | -0/+8 |
|\ \ \ | | | | | | | | | | | | | | | | | * changes: Fix compilation error inside ImageDecoderSkia.cpp | ||||
| * | | | Fix compilation error inside ImageDecoderSkia.cpp | Ben Murdoch | 2009-08-17 | 1 | -0/+8 |
| | | | | |||||
* | | | | PluginView.cpp fix | Andrei Popescu | 2009-08-17 | 1 | -2/+2 |
| | | | | |||||
* | | | | ResourceHandleAndroid fix | Andrei Popescu | 2009-08-17 | 2 | -8/+1 |
|/ / / | |||||
* | | | Merge change 21484 into master-webkit-merge | Android (Google) Code Review | 2009-08-17 | 2 | -3/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | * changes: Fix FontCustomPlatformData.h as in https://bugs.webkit.org/show_bug.cgi?id=28065 | ||||
| * | | | Fix FontCustomPlatformData.h as in https://bugs.webkit.org/show_bug.cgi?id=28065 | Andrei Popescu | 2009-08-17 | 2 | -3/+3 |
| | | | | |||||
* | | | | More build fixes. | Ben Murdoch | 2009-08-17 | 4 | -7/+14 |
|/ / / | |||||
* | | | Merge change 21481 into master-webkit-merge | Android (Google) Code Review | 2009-08-17 | 7 | -9/+8 |
|\ \ \ | | | | | | | | | | | | | | | | | * changes: Fix some errors in platform/graphics/android. | ||||
| * | | | Fix some errors in platform/graphics/android. | Ben Murdoch | 2009-08-17 | 7 | -9/+8 |
| | | | | |||||
* | | | | Fix RenderThemeAndroid following the changes in ↵ | Andrei Popescu | 2009-08-17 | 1 | -5/+5 |
|/ / / | | | | | | | | | | http://trac.webkit.org/changeset/43367/trunk/WebCore/dom/Element.h |