summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Make calls to onWebGeolocationServiceDestroyedjoth@chromium.org2010-09-071-0/+4
| | | | | | | | | | | | | | Needed by patch https://bugs.webkit.org/show_bug.cgi?id=45112 NOTE Depends on webkit r66837: (http://trac.webkit.org/changeset/66837) (will land once that is rolled in) BUG=53394 TEST=fast/dom/Geolocation/* Review URL: http://codereview.chromium.org/3338008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58687 0039d316-1c4b-4281-b951-d872f2087c98
* merge errorjoth@chromium.org2010-09-071-6/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58686 0039d316-1c4b-4281-b951-d872f2087c98
* Make delayed-permission-denied-for-multiple-requests passjoth@chromium.org2010-09-071-0/+6
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58685 0039d316-1c4b-4281-b951-d872f2087c98
* svg/custom/use-invalid-style.svg was rebaselined at webkit r66842ukai@chromium.org2010-09-071-3/+0
| | | | | | | | | BUG=54591 TEST=svg/custom/use-invalid-style.svg passes Review URL: http://codereview.chromium.org/3354012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58679 0039d316-1c4b-4281-b951-d872f2087c98
* Add layoutTestController::setEditingBehavior in test_shellukai@chromium.org2010-09-073-3/+20
| | | | | | | | | BUG=54655 TEST=editing/selection/shift-click.html passes Review URL: http://codereview.chromium.org/3350011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58675 0039d316-1c4b-4281-b951-d872f2087c98
* Fix test_expectation for svg/custom/use-invalid-pattern.svgukai@chromium.org2010-09-071-1/+2
| | | | | | | | | | | For MAC, it exists, but didn't match: missing one LF in actual output. BUG=54656 TEST=webkit layout test: svg/custom/use-invalid-pattern.svg Review URL: http://codereview.chromium.org/3359008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58671 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 66804 -> 66858ukai@chromium.org2010-09-071-198/+6
| | | | | | | | | | | | | | | | | | update test_expectations.txt - remove BUG50197 svg/dynamic-updates/, rebaselined at webkit r66806 [tkent] - remove BUGWK44514, fixed at webkit r66816 [rolandsteiner] - add BUG54655 editing/selection/shift-click.html = TEXT need layoutTestController.setEditingBehavior - add BUG54656 svg/custom/use-invalid-pattern.svg = MISSING need expected data for chromium port BUG=50197,54655,54656 TEST= TBR=zmo Review URL: http://codereview.chromium.org/3323011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58665 0039d316-1c4b-4281-b951-d872f2087c98
* Skip http/tests/media/video-play-stall-seek.html on Windows.mal@chromium.org2010-09-071-1/+1
| | | | | | | | | | | | This is the real test that is causing test_shell to hang on official builds. I don't know if the comment is correct. BUG=54465 TEST= chrome official test builder succeeds in getting past the webkit_tests steps without a hang. Review URL: http://codereview.chromium.org/3351011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58656 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup temporary test expectations overrides.antonm@chromium.org2010-09-061-3/+0
| | | | | | | | | | fast/js/reserved-words-as-property.html removed. TBR=tony@chromium.org,ukai@chromium.org,zmo@chromium.org Review URL: http://codereview.chromium.org/3335005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58632 0039d316-1c4b-4281-b951-d872f2087c98
* Make delayed-permission-denied-for-multiple-requests passjoth@chromium.org2010-09-063-11/+40
| | | | | | | | | | | Enqueue permission requests until the first setPermission call is received. BUG=webkit 43480 TEST=fast/dom/Geolocation/delayed-permission-denied-for-multiple-requests.html Review URL: http://codereview.chromium.org/3294007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58631 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 66724 -> 66804ukai@chromium.org2010-09-061-0/+3
| | | | | | | | | | BUG=54591,54592 TEST=none TBR=zmo Review URL: http://codereview.chromium.org/3341015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58627 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: remove forceRepaint method which is obsoleteyurys@chromium.org2010-09-062-4/+0
| | | | | | Review URL: http://codereview.chromium.org/3322010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58622 0039d316-1c4b-4281-b951-d872f2087c98
* webkit_support: Implement WebKitClient::blobRegistry().tkent@chromium.org2010-09-062-0/+12
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/3351007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58618 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug for text/plain outout tests such as slow-utf8-text.pl,tkent@chromium.org2010-09-061-3/+7
| | | | | | | | | | | introduced by r58615. TEST=This is a test fix BUG=none TBR=tony Review URL: http://codereview.chromium.org/3353013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58617 0039d316-1c4b-4281-b951-d872f2087c98
* test_shell: Implement the additional bool flag fortkent@chromium.org2010-09-054-2/+199
| | | | | | | | | | | layoutTestController.dumpAsText() to support text dump + image dump. It was introduced by WebKit r63536. BUG=50197 TEST=none Review URL: http://codereview.chromium.org/3302006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58615 0039d316-1c4b-4281-b951-d872f2087c98
* Land http://codereview.chromium.org/3167045/showjorlow@chromium.org2010-09-051-0/+15
| | | | | | | | | | | Make Marcus's KeyPath code work with single process mode for IndexedDB. TEST=none BUG=none Review URL: http://codereview.chromium.org/3296008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58607 0039d316-1c4b-4281-b951-d872f2087c98
* Skip video-play-suspend.html because it causes test_shell to hanghclam@chromium.org2010-09-041-1/+4
| | | | | | | | | | | | | The test hangs in official build bots and needed an urgent fix. TBR=scherkus BUG=54465 TEST= Review URL: http://codereview.chromium.org/3354008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58586 0039d316-1c4b-4281-b951-d872f2087c98
* Modify how test_shell generates continuous mousewheel events. This is the ↵pkasting@chromium.org2010-09-032-1/+9
| | | | | | | | | | test_shell side of the DRT changes in https://bugs.webkit.org/show_bug.cgi?id=45155 . BUG=none TEST=New version of layout test on https://bugs.webkit.org/show_bug.cgi?id=45155 should pass. Review URL: http://codereview.chromium.org/3329010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58553 0039d316-1c4b-4281-b951-d872f2087c98
* Fix initial plugin Mac plugin focus and visibilystuartmorgan@chromium.org2010-09-031-6/+0
| | | | | | | | | | | | | | | | | Also simplifies the way initial window state is set, by sending the same message that's used for later changes just after initialization instead of adding parameters to the init message. While this means we send one more async message if the plugin's renderer is visible, we remove an unnecessary synchronous call to the browser procces for plugins in background tabs, and we defer that synchronous call until after plugin initialization has started in the visible case. BUG=51391 TEST=Plugins loaded in a foreground page should react to keystrokes without having to switch tabs. Mouseovers should continue to work as before. Review URL: http://codereview.chromium.org/3356006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58521 0039d316-1c4b-4281-b951-d872f2087c98
* Remove test expectations for override which are resolved by 66666 -> 66724 ↵antonm@chromium.org2010-09-031-6/+0
| | | | | | WebKit roll. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58512 0039d316-1c4b-4281-b951-d872f2087c98
* Temporary disable a test.antonm@chromium.org2010-09-031-0/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58490 0039d316-1c4b-4281-b951-d872f2087c98
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-037-13/+10
| | | | | | | | | | | | last_accessed and creation_time fields. BUG=none TEST=none Review URL: http://codereview.chromium.org/3347005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58454 0039d316-1c4b-4281-b951-d872f2087c98
* Re-lands 58186:bryeung@chromium.org2010-09-033-32/+33
| | | | | | | | | | | | | | | | | | | | Original message: """ Move the keyboard files from base/ to app/. Also moves the associated classes/enums from base:: to app::. TEST=try bots compile BUG=NONE Review URL: http://codereview.chromium.org/3165064 """ TBR=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/3354005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58438 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from ↵akalin@chromium.org2010-09-023-33/+32
| | | | | | | | | | | | | | | | | | | | | base/ to app/. Also moves the associated classes/enums from base:: to app::. TEST=try bots compile BUG=NONE Review URL: http://codereview.chromium.org/3165064 TBR=bryeung@chromium.org TBR=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/3361003 TBR=bryeung@chromium.org Review URL: http://codereview.chromium.org/3337006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58390 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations.txttony@chromium.org2010-09-021-24/+2
| | | | | | | | | | | Remove passing JS tests and update a comment about when to remove some suppressions. TBR=zmo Review URL: http://codereview.chromium.org/3346004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58389 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-023-32/+33
| | | | | | | | | | | | | | | | Also moves the associated classes/enums from base:: to app::. TEST=try bots compile BUG=NONE Review URL: http://codereview.chromium.org/3165064 TBR=bryeung@chromium.org TBR=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/3361003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58388 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations.txt again for windows.tony@chromium.org2010-09-021-1/+1
| | | | | | | | TBR=antonm Review URL: http://codereview.chromium.org/3359004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58381 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations.txt so tree will go green. We will fixtony@chromium.org2010-09-021-3/+4
| | | | | | | | | | upstream. TBR=zmo,antonm,pkasting Review URL: http://codereview.chromium.org/3301011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58380 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for [continuous]MouseScrollBy() to test_shell.pkasting@chromium.org2010-09-022-33/+58
| | | | | | | | | | | | This also removes support for mouseWheelTo(), a similar idiom that isn't needed any longer. DRT side of this is in https://bugs.webkit.org/show_bug.cgi?id=45073 . BUG=none TEST=test_shell can run LayoutTests/fast/events/*wheelevent-in-scrolling-div.html Review URL: http://codereview.chromium.org/3310006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58376 0039d316-1c4b-4281-b951-d872f2087c98
* Temporary suppress test.antonm@chromium.org2010-09-021-0/+5
| | | | | | | TBR=pkasting@chromium.org Review URL: http://codereview.chromium.org/3366006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58375 0039d316-1c4b-4281-b951-d872f2087c98
* Add suspend/resumeAnimations to the test_shell LayoutTestControllermihaip@chromium.org2010-09-022-0/+33
| | | | | | | | | | implementation (introduced with http://trac.webkit.org/changeset/65107) TEST=animations/suspend-resume-animation.html BUG=51757 Review URL: http://codereview.chromium.org/3348004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58369 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll: 66624 -> 66666.antonm@chromium.org2010-09-021-0/+3
| | | | | | Review URL: http://codereview.chromium.org/3367002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58360 0039d316-1c4b-4281-b951-d872f2087c98
* Unrevert 58354, reland PPAPI with the instance test disabled.brettw@chromium.org2010-09-024-56/+126
| | | | | | Review URL: http://codereview.chromium.org/3323005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58358 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58328 - Pull new PPAPI, reland 58319 and 58321.rohitrao@chromium.org2010-09-024-126/+56
| | | | | | | | | | TEST=unit test included BUG=none TBR=brettw@chromium.org Review URL: http://codereview.chromium.org/3358006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58354 0039d316-1c4b-4281-b951-d872f2087c98
* Pull new PPAPI, reland 58319 and 58321.brettw@chromium.org2010-09-024-56/+126
| | | | | | | TEST=unit test included BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58328 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58321 - Implement ExecuteScript on an instance, add support for ↵brettw@chromium.org2010-09-024-126/+56
| | | | | | | | | | | | | | | running the instance tests. TEST=unit test in PPAPI BUG=52926 Review URL: http://codereview.chromium.org/3226020 TBR=brettw@chromium.org Review URL: http://codereview.chromium.org/3353007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58322 0039d316-1c4b-4281-b951-d872f2087c98
* Implement ExecuteScript on an instance, add support for running the instancebrettw@chromium.org2010-09-024-56/+126
| | | | | | | | | | tests. TEST=unit test in PPAPI BUG=52926 Review URL: http://codereview.chromium.org/3226020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58321 0039d316-1c4b-4281-b951-d872f2087c98
* webkit_support: Add PostDelayedTask().tkent@chromium.org2010-09-022-0/+6
| | | | | | | | | | This is needed to remove base/task.h base/timer.h dependency from the DRT code. BUG=none TEST=none Review URL: http://codereview.chromium.org/3298003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58277 0039d316-1c4b-4281-b951-d872f2087c98
* Add back a failing test.tony@chromium.org2010-09-011-0/+3
| | | | | | | | TBR=antonm Review URL: http://codereview.chromium.org/3296002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58219 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-013-33/+32
| | | | | | | | | | | | | Also moves the associated classes/enums from base:: to app::. TEST=try bots compile BUG=NONE Review URL: http://codereview.chromium.org/3165064 TBR=bryeung@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58215 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58153 - Introduce a flag to bypass the cache when retrieving current ↵chase@chromium.org2010-09-012-4/+3
| | | | | | | | | | | | | memory usage. We need the most fresh value when giving an estimate to current working set, for example, after major GC in V8 happened. Review URL: http://codereview.chromium.org/3285003 TBR=antonm@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58206 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unnecessary test expectations overrides.antonm@chromium.org2010-09-011-11/+0
| | | | | | Review URL: http://codereview.chromium.org/3337001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58193 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-018-2/+20
| | | | | | | | | | | | | | | | | - Adding/Moving dtors of objects that have CancelableRequestConsumers shaves three megs off browser.a. - Adding/Moving dtors of objects that have ScopedRunnableMethodFactories only shaved 100k off browser.a/renderer.a. - Adding/Moving dtors of objects that used some form of base::*Timer<> was negligible; there were only a few classes that had a Timer but had a ctor/dtor in the header after the previous cleanups. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3278006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58192 0039d316-1c4b-4281-b951-d872f2087c98
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-013-32/+33
| | | | | | | | | | | Also moves the associated classes/enums from base:: to app::. TEST=try bots compile BUG=NONE Review URL: http://codereview.chromium.org/3165064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58186 0039d316-1c4b-4281-b951-d872f2087c98
* This CL ensures we use the language specified in the language meta tag if any.jcivelli@chromium.org2010-09-012-10/+12
| | | | | | | | | | | Also IsPageTranslatable was moved to TranslateHelper as it is where it belongs. BUG=51454 TEST=Run the browser tests. Review URL: http://codereview.chromium.org/3236008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58175 0039d316-1c4b-4281-b951-d872f2087c98
* Update v8 to version 2.4.0.ricow@chromium.org2010-09-011-0/+23
| | | | | | | | | This change includes temporary test expectations for passing tests. Will upstream these later. Review URL: http://codereview.chromium.org/3318001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58158 0039d316-1c4b-4281-b951-d872f2087c98
* Introduce a flag to bypass the cache when retrieving current memory usage.antonm@chromium.org2010-09-012-3/+4
| | | | | | | | | We need the most fresh value when giving an estimate to current working set, for example, after major GC in V8 happened. Review URL: http://codereview.chromium.org/3285003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58153 0039d316-1c4b-4281-b951-d872f2087c98
* Make BlobURLRequestJob::Start to continue asynchronously no matter what. Thisjianli@chromium.org2010-09-012-3/+8
| | | | | | | | | | | solves the problem when testing error cases in test shell. BUG=none TEST=none Review URL: http://codereview.chromium.org/3218013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58127 0039d316-1c4b-4281-b951-d872f2087c98
* Protect local storage created by extension apps.andybons@chromium.org2010-09-013-6/+19
| | | | | | | | | | BUG=49228 TEST=ExtensionsServiceTest.InstallAppsAndCheckStorageProtection TEST=DatabaseTrackerTest.* Review URL: http://codereview.chromium.org/3256003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58108 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58093 as an experiment to fix the Cookies test on linux.tim@chromium.org2010-08-311-1/+11
| | | | | | | | | | | | | | | Remove the workaround that is not needed after the fix for Time::FromDoubleT is landed. BUG=none TEST=none Review URL: http://codereview.chromium.org/3270016 TBR=jianli@chromium.org Review URL: http://codereview.chromium.org/3287010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58102 0039d316-1c4b-4281-b951-d872f2087c98