summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Drop redundant CommandLine::Terminate.evan@chromium.org2009-10-121-1/+1
| | | | | | | | | We had two functions that did the same thing. Though Terminate came first, I think Reset better conveys the intent. Review URL: http://codereview.chromium.org/267047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28708 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: manually dispatch messages from the inspector controller - ↵pfeldman@chromium.org2009-10-121-1/+4
| | | | | | | | WebKit's dispatch will soon be using setTimeout. Review URL: http://codereview.chromium.org/274001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28698 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: enable databases panel.pfeldman@chromium.org2009-10-129-70/+43
| | | | | | Review URL: http://codereview.chromium.org/265015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28697 0039d316-1c4b-4281-b951-d872f2087c98
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-1115-17/+18
| | | | | | | | | | | | app/gfx in preparation for removing the base_gfx project. This also moves base/window_impl.cc to app/win/window_impl because this file shouldn't be in base. TEST=none BUG=none Review URL: http://codereview.chromium.org/273017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28691 0039d316-1c4b-4281-b951-d872f2087c98
* Add back a few failing tests, removed in a moment of unfounded optimism.dglazkov@chromium.org2009-10-111-0/+3
| | | | | | | | | | | TBR=japhet TEST=none BUG=24142 BUG=6735 Review URL: http://codereview.chromium.org/268032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28689 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations to remove tests that are now passing.dglazkov@chromium.org2009-10-111-11/+0
| | | | | | | | | | | | | TBR=johnnyg TEST=none BUG=24142 BUG=24159 BUG=10393 BUG=6735 Review URL: http://codereview.chromium.org/270061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28688 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-102-8/+11
| | | | | | | | | | | | Fix up all files requireing this header to include it directly. Split out the ICU-dependent string util unit tests into a new file base/i18n/icu_string_util_unittest.cc TEST=none BUG=none Review URL: http://codereview.chromium.org/269034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28674 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations to reflect failure on build bothclam@chromium.org2009-10-101-0/+2
| | | | | | | | TBR=abarth Review URL: http://codereview.chromium.org/270059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28659 0039d316-1c4b-4281-b951-d872f2087c98
* Build fix.abarth@chromium.org2009-10-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28658 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 49413.abarth@chromium.org2009-10-101-6/+6
| | | | | | Review URL: http://codereview.chromium.org/271044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28657 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations to include linux failureshclam@chromium.org2009-10-101-3/+4
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/266048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28653 0039d316-1c4b-4281-b951-d872f2087c98
* Mark one layout test as FAILhclam@chromium.org2009-10-101-1/+1
| | | | | | | | | | | TBR=ojan This test actually fails on the build bot, mark it so. LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem.html Review URL: http://codereview.chromium.org/261057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28652 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline layout tests results for machclam@chromium.org2009-10-1011-74/+71
| | | | | | | | | | | | | These tests were running ok, so reverting their baseline. LayoutTests/editing/execCommand/4641880-2.html LayoutTests/editing/execCommand/4916541.html LayoutTests/editing/execCommand/5138441.html LayoutTests/editing/execCommand/5481523.html LayoutTests/editing/execCommand/indent-selection.html Review URL: http://codereview.chromium.org/272021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28651 0039d316-1c4b-4281-b951-d872f2087c98
* Test expectations for crashes in layout testshclam@chromium.org2009-10-101-2/+4
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/267045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28650 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline layout tests for windowshclam@chromium.org2009-10-107-43/+40
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/271041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28648 0039d316-1c4b-4281-b951-d872f2087c98
* platform/mac-snowleopard tests should be WONTFIX on LINUX WIN.ojan@chromium.org2009-10-101-1/+1
| | | | | | Review URL: http://codereview.chromium.org/270057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28647 0039d316-1c4b-4281-b951-d872f2087c98
* Fix another race condition on worker process shutdown that results in ↵jam@chromium.org2009-10-104-1/+25
| | | | | | | | | | use-after-free. Like 23018, this is happening because valgrind is slowing the worker thread shutdown enough that the backup terminate process code executes. BUG=24346 TEST=covered by valgrind Review URL: http://codereview.chromium.org/266036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28646 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some layout tests after roll to r49405hclam@chromium.org2009-10-1019-6/+322
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/261054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28644 0039d316-1c4b-4281-b951-d872f2087c98
* Fix double page generation bug. Now that we use onhashchange,ojan@chromium.org2009-10-102-4/+2
| | | | | | | there's no need to call handleLocationChange manually. Review URL: http://codereview.chromium.org/267044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28643 0039d316-1c4b-4281-b951-d872f2087c98
* Mark all the tests that take >3 seconds to run as SLOW.ojan@chromium.org2009-10-101-47/+130
| | | | | | | | | After this, I think we can reduce the layout test timeout to something like 5 seconds. This should greatly improve cycle time. Review URL: http://codereview.chromium.org/270022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28639 0039d316-1c4b-4281-b951-d872f2087c98
* Expeecting several layout tests to fail after webkit rollhclam@chromium.org2009-10-091-1/+7
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/261052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28633 0039d316-1c4b-4281-b951-d872f2087c98
* Use WebKit::WebVector instead of std::vector in WebKit::WebMediaPlayerhclam@chromium.org2009-10-093-8/+9
| | | | | | | | Get rid of the use of std::vector. Review URL: http://codereview.chromium.org/259053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28616 0039d316-1c4b-4281-b951-d872f2087c98
* Modifies the layout test formatter to not have any dependencies on ↵gwilson@google.com2009-10-092-8/+69
| | | | | | | | | | | | | | chromium_utils. This should allow it to run on Mac successfully. Also adds some methods to path_utils that only existed in src-buildbot/chromium_utils. These did not exist anywhere else under webkit/tools/. R=ojan BUG=none TEST=run "test_output_formatter.sh -v -i" on Mac, it should not fail. Review URL: http://codereview.chromium.org/271035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28614 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline image for LayoutTests\editing\execCommand\paste-1.html for Windows.jparent@chromium.org2009-10-093-6/+2
| | | | | | | | | | | | It started failing with Skia deps roll (r28109), looks like it was just missed in rebaselining. Also updated expectations for this test to match reality (win and mac debug are flaky, linux is fine). TEST=none BUG=none Review URL: http://codereview.chromium.org/272003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28612 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 28599.darin@chromium.org2009-10-095-98/+113
| | | | | | Review URL: http://codereview.chromium.org/272017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28607 0039d316-1c4b-4281-b951-d872f2087c98
* Convert types in WebFrameLoaderClientImpl in preparation for movingdarin@chromium.org2009-10-095-113/+98
| | | | | | | | | | | | | | this class into the WebKit API implementation. This is a redo of r28545, which was reverted in r28552. TBR=dglazkov BUG=10034 TEST=none Review URL: http://codereview.chromium.org/261047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28599 0039d316-1c4b-4281-b951-d872f2087c98
* Fix layout test after WebKit roll to r49372hclam@chromium.org2009-10-091-0/+3
| | | | | | | | | | | | BUG=24454 TBR=dglazkov Fixing: LayoutTests/http/tests/globalhistory/history-delegate-basic-visited-links.html Review URL: http://codereview.chromium.org/270051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28598 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit ro r49372hclam@chromium.org2009-10-092-3/+3
| | | | | | | | And fixes the compilation errors. Review URL: http://codereview.chromium.org/273008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28588 0039d316-1c4b-4281-b951-d872f2087c98
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-095-5/+3
| | | | | | | | | | | | depended on this, so to make the DEPS work out, I made a new base/test directory where I moved the testing-related files into a new directory base/test. TEST=none BUG=none Review URL: http://codereview.chromium.org/266038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28569 0039d316-1c4b-4281-b951-d872f2087c98
* Moving ShowContextMenu out of WebView_delegate and into WebViewClientyaar@chromium.org2009-10-098-256/+228
| | | | | | | | (Part of the Webkit API refactoring effort). Review URL: http://codereview.chromium.org/265011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28567 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 28545.darin@chromium.org2009-10-095-98/+113
| | | | | | Review URL: http://codereview.chromium.org/272011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28552 0039d316-1c4b-4281-b951-d872f2087c98
* Convert types in WebFrameLoaderClientImpl in preparation for movingdarin@chromium.org2009-10-095-113/+98
| | | | | | | | | | | | this class into the WebKit API implementation. R=dglazkov BUG=10034 TEST=none Review URL: http://codereview.chromium.org/273003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28545 0039d316-1c4b-4281-b951-d872f2087c98
* Linux x64 - Enable media tests since we have 64-bit ffmpeg now.mmoss@chromium.org2009-10-091-2/+1
| | | | | | | Review URL: http://codereview.chromium.org/261038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28543 0039d316-1c4b-4281-b951-d872f2087c98
* Fix possible null-pointer dereferences in WebKit API.tkent@chromium.org2009-10-098-8/+16
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/266039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28530 0039d316-1c4b-4281-b951-d872f2087c98
* Print the element path in TestWebViewDelegate::decidePolicyForNavigation()tkent@chromium.org2009-10-097-106/+127
| | | | | | | | | | | | | | | to follow WebKit r42740. - Add a WebNode parameter to WebViewDelegate::decidePolicyForNavigation() TestWebViewDelegate prints the path of the node. RenderView ignores this parameter. - Fix a bug of WebNode assignment. BUG=11000 TEST=This change enables 3 layout tests. Review URL: http://codereview.chromium.org/267003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28527 0039d316-1c4b-4281-b951-d872f2087c98
* Eliminate WebView::GetDelegate and replace RenderViewSet with a map fromdarin@chromium.org2009-10-093-10/+0
| | | | | | | | | | | | WebView to RenderView. R=mpcomplete BUG=10033 TEST=none Review URL: http://codereview.chromium.org/265044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28515 0039d316-1c4b-4281-b951-d872f2087c98
* AppCache StorageAPIsmichaeln@google.com2009-10-0924-203/+755
| | | | | | | | | TEST=none yet, these are just API definitions stubbed out for now BUG=none Review URL: http://codereview.chromium.org/209071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28513 0039d316-1c4b-4281-b951-d872f2087c98
* Set junk-data.svg as flaky for Windows.zork@google.com2009-10-091-1/+3
| | | | | | | | BUG=23475 TEST=none Review URL: http://codereview.chromium.org/267032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28499 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline LayoutTests\svg\filters\sourceAlpha-expected.png, added in ↵jparent@chromium.org2009-10-098-2/+13
| | | | | | | | | | | | | | | | | http://trac.webkit.org/changeset/49153. Note that we have filters disabled, so these are the results for failing this test. Upstream also has failures checked in and we've rebased the other filters tests too. Also removes a non-existant test (iframe.html) from test_expectations, so the linter will be happy (test was removed with last webkit roll). BUG=none TEST=none Review URL: http://codereview.chromium.org/269027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28493 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll to 49321. IsolatedWorld tests are now fixed.johnnyg@chromium.org2009-10-091-32/+3
| | | | | | | | | | BUG=none TEST=none TBR=hclam Review URL: http://codereview.chromium.org/262032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28491 0039d316-1c4b-4281-b951-d872f2087c98
* Layout test dashboard changes:ojan@chromium.org2009-10-082-60/+148
| | | | | | | | | | | | | 1. Expose support for webkit canaries 2. Add views for all slow tests, all tests missing SLOW in text_expectations, and all tests with incorrect expectations. 3. Chunk the generation of the invidivudal tests view so that it actually works without killing your machine when loading large numbers of tests. 4. Fix race condition in handleLocation where we'd try to generate the page twice. Review URL: http://codereview.chromium.org/267033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28479 0039d316-1c4b-4281-b951-d872f2087c98
* Fix rebaseline tool that I just broke by testing properly for ojan@chromium.org2009-10-083-5/+9
| | | | | | | | linting mode. TBR to fix tool TBR=victorw git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28474 0039d316-1c4b-4281-b951-d872f2087c98
* Stop computing simplified diffs. For now, leave the oldojan@chromium.org2009-10-089-215/+15
| | | | | | | | | | | | code in should we find a need to bring it back. Also changes chromium_utils to path_utils in failure_finder.py since chromium_utils no longer exists. BUG=12062 Review URL: http://codereview.chromium.org/267026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28468 0039d316-1c4b-4281-b951-d872f2087c98
* When middle clicking a link in Linux, an onpaste event is fired. Prevent ↵vandebo@chromium.org2009-10-081-1/+4
| | | | | | | | | | | the onpaste from firing when the hittest detects that the middle click is over a link. BUG=22810 TEST=Middle click a link on a page that has a body onpaste handler Review URL: http://codereview.chromium.org/269025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28460 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll to 49284.johnnyg@chromium.org2009-10-081-4/+4
| | | | | | | | | | BUG=none TEST=none TBR=hclam Review URL: http://codereview.chromium.org/265042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28456 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline of media tests after WebKit r49259.johnnyg@chromium.org2009-10-0855-572/+312
| | | | | | | | | BUG=none TEST=these layout tests Review URL: http://codereview.chromium.org/261015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28444 0039d316-1c4b-4281-b951-d872f2087c98
* Add lint check that REBASELINE is not in test_expectations.txt.ojan@chromium.org2009-10-081-0/+5
| | | | | | | | REBASELINE lines should never get checked in. The linter is run on precommit. Review URL: http://codereview.chromium.org/271025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28441 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome linux/win baselines for ↵jparent@chromium.org2009-10-086-4/+11
| | | | | | | | | | | | | | LayoutTests/fast/repaint/line-in-scrolled-clipped-block.html. This test was added upstream in http://trac.webkit.org/changeset/49131. You can see the upstream results here: http://trac.webkit.org/browser/trunk/LayoutTests/platform/mac/fast/repaint/line-in-scrolled-clipped-block-expected.png?rev=49131 BUG=none TEST=none Review URL: http://codereview.chromium.org/267016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28440 0039d316-1c4b-4281-b951-d872f2087c98
* Somehow, I managed to screw up a perfectly good .png for ↵senorblanco@chromium.org2009-10-085-13/+6
| | | | | | | | | | | onlyCommentInIFrame.html in my last CL. Reverting to the previous .png, and leaving the .txt alone. Also triaged some intermittent failures on linux debug, and marked path-bad-data.svg as failing only on Mac, which it is. BUG=10284,10294,24331 TEST=none Review URL: http://codereview.chromium.org/264008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28438 0039d316-1c4b-4281-b951-d872f2087c98
* Mark extend-selection.html as flaky.jhawkins@chromium.org2009-10-081-0/+2
| | | | | | | | | TBR=zork BUG=24314 TEST=none Review URL: http://codereview.chromium.org/266025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28428 0039d316-1c4b-4281-b951-d872f2087c98