summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Skipping inspector/timeline-network-resource.html on Linux and Macfinnur@chromium.org2010-03-111-1/+1
| | | | | | | | | | | | | (it is crashing and causing tree failures even though it is marked as crashing). BUG=37869 TEST=Modifying test expectations. TBR=dpranke Review URL: http://codereview.chromium.org/839004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41288 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling two crashing WebKit test for Linux.finnur@chromium.org2010-03-111-0/+4
| | | | | | | | | | BUG=37962 TEST=Disabling tests TBR=dglazkov Review URL: http://codereview.chromium.org/869003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41287 0039d316-1c4b-4281-b951-d872f2087c98
* Add setWillSendRequestClearHeader to LayoutTestController.jochen@chromium.org2010-03-114-3/+33
| | | | | | | | | | | See https://bugs.webkit.org/show_bug.cgi?id=35920 for the webkit side. TEST=http/tests/security/no-referrer.html BUG=none Review URL: http://codereview.chromium.org/884001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41286 0039d316-1c4b-4281-b951-d872f2087c98
* Fix size of the buffer to accept data from profiler log.antonm@google.com2010-03-111-1/+1
| | | | | | | | | As of now if using buffers of sizes < 2K one can get 0 number of read bytes if string cannot fit the buffer (string are splitted if they are longer than 2K). Review URL: http://codereview.chromium.org/832001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41259 0039d316-1c4b-4281-b951-d872f2087c98
* Adds a LayoutTest exclusion to cover differences between GURL and KURL.dpranke@chromium.org2010-03-111-0/+4
| | | | | | | | | | Committing on behalf of jschuh@google.com BUG=37383 TEST=None R=dpranke@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41247 0039d316-1c4b-4281-b951-d872f2087c98
* update update_expecations_from_dashboard to work with the upstreameddpranke@chromium.org2010-03-112-15/+38
| | | | | | | | | | | | | | | new-run-webkit-tests infrastructure. The code now runs but it fails several unit tests since we now tack a newline onto the end of the expectations string. I'll let Ojan deal with that. BUG=none TEST=update_expectations_from_dashboard_unittest R=ojan@chromium.org Review URL: http://codereview.chromium.org/812006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41242 0039d316-1c4b-4281-b951-d872f2087c98
* Add one more suppression for a crashing layout_test.dpranke@chromium.org2010-03-111-1/+1
| | | | | | | | | | BUG=37896 TEST=fast/text/firstline/001.html TBR=japhet@chromium.org Review URL: http://codereview.chromium.org/852002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41241 0039d316-1c4b-4281-b951-d872f2087c98
* Move devtool resources from webkit_resources.grd to an upstream grd file.tony@chromium.org2010-03-115-3/+21
| | | | | | | | This gets rid of third_party references in webkit_resources.grd which will allow us to build this file upstream. Review URL: http://codereview.chromium.org/792005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41238 0039d316-1c4b-4281-b951-d872f2087c98
* Delete duplicate expectations in webkit roll.dpranke@chromium.org2010-03-111-4/+0
| | | | | | | | | | BUG=none TEST=none TBR=japhet@chromium.org Review URL: http://codereview.chromium.org/851001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41237 0039d316-1c4b-4281-b951-d872f2087c98
* Add a script to 'run_http_server' in src/webkit/tools/layout_tests. Just a ↵michaeln@chromium.org2010-03-113-0/+48
| | | | | | | | | | | wrapper over the real tool in src/third_party/WebKit/WebKitTools/Scripts/ TEST=none BUG=none Review URL: http://codereview.chromium.org/781003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41235 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 55791:55819japhet@chromium.org2010-03-111-0/+12
| | | | | | | | | | BUG=none TEST=none TBR=jianli Review URL: http://codereview.chromium.org/795005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41234 0039d316-1c4b-4281-b951-d872f2087c98
* Mark more layout tests as failing.dpranke@chromium.org2010-03-111-17/+22
| | | | | | | | | | BUG=37896 TBR=dglazkov@chromium.org TEST=none Review URL: http://codereview.chromium.org/843001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41232 0039d316-1c4b-4281-b951-d872f2087c98
* change exit() to sys.exit() in run_webkit_tests wrapperdpranke@chromium.org2010-03-111-1/+1
| | | | | | | | | | BUG=none TBR=victorw@chromium.org TEST=bots stay green Review URL: http://codereview.chromium.org/837001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41231 0039d316-1c4b-4281-b951-d872f2087c98
* Stub out failing tests for now.dpranke@chromium.org2010-03-111-3/+34
| | | | | | | | | | BUG=37895 TBR=dglazkov TEST=none Review URL: http://codereview.chromium.org/784003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41225 0039d316-1c4b-4281-b951-d872f2087c98
* fix exit statusdpranke@chromium.org2010-03-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41220 0039d316-1c4b-4281-b951-d872f2087c98
* Support controlling the TCMalloc CPU profiler from script in test_shelljamesr@chromium.org2010-03-101-0/+13
| | | | | | Review URL: http://codereview.chromium.org/607008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41218 0039d316-1c4b-4281-b951-d872f2087c98
* Call UpdateAcceleratedSurface only when necessary for Core Animation pluginsstuartmorgan@chromium.org2010-03-102-16/+15
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/828002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41207 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ↵pinkerton@chromium.org2010-03-107-15/+240
| | | | | | | | | rendering code with the GPU Plug-in. The drawing model negotiation is currently disabled so this should have no visible impact to plug-ins. BUG=32012 TEST=make sure the pepper GPU plug-ins still work. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41194 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline tests which are affected by the change of buttons' paddingshamaji@chromium.org2010-03-107-183/+179
| | | | | | | | | | | | | Note that form-element-geometry started failing as a crash bug but it seems to be sane now. Other 3 tests need investigation in BUG29748. BUG=1437,29748 TEST=none TBR=michaeln Review URL: http://codereview.chromium.org/792006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41168 0039d316-1c4b-4281-b951-d872f2087c98
* Remove expectations of hindi-spacing.html for win-xphamaji@chromium.org2010-03-102-1/+0
| | | | | | | | | | | | It seems the results for chromium-win agree with chromium-win-xp. BUG=1437 TEST=none TBR=michaeln Review URL: http://codereview.chromium.org/819002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41162 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 41158 - Implement the CoreAnimation drawing model for plugins, ↵pinkerton@chromium.org2010-03-107-237/+15
| | | | | | | | | | | | sharing IPC and some rendering code with the GPU Plugin. The drawing model negotiation is currently disabled so this should have no visible impact to plugins. BUG=32012 TEST=make sure the pepper GPU plugins still work. Review URL: http://codereview.chromium.org/673001 TBR=pinkerton@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41159 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ↵pinkerton@chromium.org2010-03-107-15/+237
| | | | | | | | | | rendering code with the GPU Plug-in. The drawing model negotiation is currently disabled so this should have no visible impact to plug-ins. BUG=32012 TEST=make sure the pepper GPU plug-ins still work. Review URL: http://codereview.chromium.org/673001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41158 0039d316-1c4b-4281-b951-d872f2087c98
* Add test expectations I accidentally removed in the previous commit.hamaji@chromium.org2010-03-102-0/+79
| | | | | | | | | | | | | It seems this happened due to a bug in the rebaseline tool. I've reported this issue. BUG=none TEST=trybots TBR=michaeln Review URL: http://codereview.chromium.org/807003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41157 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline tests whose expectations were changed by r55714.hamaji@chromium.org2010-03-10486-4126/+3961
| | | | | | | | | | | | | The patch removed extra paddings inside buttons. http://trac.webkit.org/changeset/55714 BUG=1437 TEST=none TBR=michaeln Review URL: http://codereview.chromium.org/797002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41150 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unnecessary dependencies from webkit/glue and webkit/appcache.tony@chromium.org2010-03-101-3/+0
| | | | | | | | | | | | | | We want to build these targets from an upstream checkout, so remove a circular dependency (WebKit.gyp) and remove inspector_resources which we don't need to generate for DRT (inspector was also disabled in test_shell a long long time ago). inspector_resources are pulled in explicitly by chrome, so we don't need a dependency here. Review URL: http://codereview.chromium.org/718001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41134 0039d316-1c4b-4281-b951-d872f2087c98
* Make the UI around flaky tests a little more clear. When sorting byojan@chromium.org2010-03-101-2/+27
| | | | | | | | | testname, if the flaky and non-flaky names for the test have entries, put them next to each other. Also, when searching for tests by name, search for the flaky and non-flaky versions. Review URL: http://codereview.chromium.org/782002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41116 0039d316-1c4b-4281-b951-d872f2087c98
* More dependency breaking. webkit shouldn't depend on chrome or ipc.tony@chromium.org2010-03-104-6/+3
| | | | | | | | The GPU code will still cause problems, but this is a step in the right direction. Review URL: http://codereview.chromium.org/707002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41115 0039d316-1c4b-4281-b951-d872f2087c98
* Send mouse events to the renderer before changing mouse capture, so that the ↵jam@chromium.org2010-03-101-1/+1
| | | | | | | | mousecapturelost arrives after mouseup. Review URL: http://codereview.chromium.org/743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41113 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 40951 - UpStreamimg *image_decoder_unittest. Used WebKit API's ↵kkanetkar@chromium.org2010-03-104-121/+192
| | | | | | | | | | | | | | | | ImageDecoder to decouple WebCore deps. Corresponding WebKit Bug 35415. BUG=28063 TEST=Run unit tests. Review URL: http://codereview.chromium.org/661231 TBR=yaar@chromium.org Review URL: http://codereview.chromium.org/802001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41112 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll to 55742 (from 55709)michaeln@chromium.org2010-03-101-6/+95
| | | | | | | | TBR=japhet Review URL: http://codereview.chromium.org/756001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41111 0039d316-1c4b-4281-b951-d872f2087c98
* Make Webkit (dbg)(1) expectations match reality.jparent@chromium.org2010-03-101-4/+7
| | | | | | | | | | | | This should help make red/orange more meaningful on the bot. TEST=none BUG=28040,24182 Review URL: http://codereview.chromium.org/782001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41101 0039d316-1c4b-4281-b951-d872f2087c98
* mac: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-104-3/+4
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/745003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41100 0039d316-1c4b-4281-b951-d872f2087c98
* 1. Add viewing of all logs for a given test.ojan@chromium.org2010-03-092-95/+212
| | | | | | | | | 2. Add an RLE enum for indexing into the run-length encoded results. 3. Add the missing/extra for non-webkit tests. All it ever has though is whether it's missing/extra that it's expected to be flaky. Review URL: http://codereview.chromium.org/749003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41093 0039d316-1c4b-4281-b951-d872f2087c98
* Don't send form data that is marked autocomplete off to the browser.jcampan@chromium.org2010-03-091-2/+6
| | | | | | | | | | | | | | | | | | | | Note that the test is run as a unit-test as RenderViewTest is buggy when run in-process. (submitting a form fails the second time you run it). By running it as a browser test, each unit-test is run into its own process. BUG=36277 TEST=See steps in bug. Also try the following steps: Create a page with a form withe the autocomplete="off" attribute. Enter some values submit. Reload the page, click the textfield in the form. Autocomplete should not be triggered. Modify the page and remove the autocomplete="off" attribute. Reload the page and click the textfield in the form, the autocomplete should still not be triggered (as the data you entered previously should not have been stored). Review URL: http://codereview.chromium.org/668208 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41074 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll to r55709 (from r55683)michaeln@chromium.org2010-03-094-4/+488
| | | | | | | | | | | | | | | Rebaseline a couple of tests * fast/css/getComputedStyle/computed-style-without-renderer.html * fast/css/getComputedStyle/computed-style.html * fast/dom/Window/window-appendages-cleared.html TBR=japhet TEST=bots BUG=none Review URL: http://codereview.chromium.org/713001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41070 0039d316-1c4b-4281-b951-d872f2087c98
* remove old layout_tests codedpranke@chromium.org2010-03-0935-9199/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41005 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll to r55683 (from r55674)michaeln@chromium.org2010-03-091-1/+9
| | | | | | | | | | TBR=japhet TEST=bots BUG=none Review URL: http://codereview.chromium.org/672018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41004 0039d316-1c4b-4281-b951-d872f2087c98
* Move wtl from chrome/third_party to third_party/. Thistony@chromium.org2010-03-093-3/+3
| | | | | | | | | | | breaks dependencies on chrome from webkit, app, views and base. BUG=37649 TEST=compiles Review URL: http://codereview.chromium.org/699001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41001 0039d316-1c4b-4281-b951-d872f2087c98
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-0917-0/+0
| | | | | | | | | | | | * Removed eol-style, executable and mergeinfo from BMP/GIF/ICO/JPEG files, and set correct mime-type. * Removed executable and mergeinfo from .c/.cc/.cpp/.h/.m/.mm and .gyp files, and set eol-style to LF. TBR=evanm BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40991 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a typo.michaeln@chromium.org2010-03-091-1/+1
| | | | | | | | | TBR=japhet TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40970 0039d316-1c4b-4281-b951-d872f2087c98
* Add theming API to Pepper. For now, this only handles scrollbars.jam@chromium.org2010-03-082-0/+41
| | | | | | Review URL: http://codereview.chromium.org/660158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40969 0039d316-1c4b-4281-b951-d872f2087c98
* Turns out isValidName is still used by flakiness_dashboard.html.ojan@chromium.org2010-03-081-0/+4
| | | | | | Review URL: http://codereview.chromium.org/672010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40958 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll to r55674 (from r55670)michaeln@chromium.org2010-03-081-1/+4
| | | | | | | | | | TEST=bots BUG=none TBR=japhet Review URL: http://codereview.chromium.org/669292 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40954 0039d316-1c4b-4281-b951-d872f2087c98
* Skip media/video-src-change.html and see if it helps mac dbg.tim@chromium.org2010-03-081-1/+3
| | | | | | | | BUG=37710 Review URL: http://codereview.chromium.org/671021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40952 0039d316-1c4b-4281-b951-d872f2087c98
* UpStreamimg *image_decoder_unittest. Used WebKit API's ImageDecoder toyaar@chromium.org2010-03-084-192/+121
| | | | | | | | | | | decouple WebCore deps. Corresponding WebKit Bug 35415. BUG=28063 TEST=Run unit tests. Review URL: http://codereview.chromium.org/661231 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40951 0039d316-1c4b-4281-b951-d872f2087c98
* Take out temp code now that WebKit patch has landed.jam@chromium.org2010-03-082-12/+0
| | | | | | | TBR=darin Review URL: http://codereview.chromium.org/671018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40948 0039d316-1c4b-4281-b951-d872f2087c98
* Add a link to the failure log for a given failure for non-webkit tests.ojan@chromium.org2010-03-081-6/+29
| | | | | | Review URL: http://codereview.chromium.org/671003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40925 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll to r55670 (from r55654)michaeln@chromium.org2010-03-081-0/+2
| | | | | | | | | TBR=japhet TEST=bots Review URL: http://codereview.chromium.org/669283 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40913 0039d316-1c4b-4281-b951-d872f2087c98
* First cut at custom user style sheets.tony@chromium.org2010-03-081-2/+0
| | | | | | | | | | | | | | | | | | | | Enabled with the --enable-user-stylesheet flag which causes chrome to read <user-data-dir>/<profile>/User StyleSheet/Custom.css at startup and set it as the user style sheet. This version never reloads the user style sheet, I'll have to bring back FileWatcher for that. I also put the user stylesheet in a subdir because the implementation of FileWatcher will watch the parent dir (this is what the OS apis give me) and watching the profile dir will cause lots of activity. BUG=2393 Review URL: http://codereview.chromium.org/660349 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40882 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r40855 with chromeos fix.jhawkins@chromium.org2010-03-0712-3/+13
| | | | | | | | | | | webkit/glue: string_util.h -> utf_string_conversions.h fix. TBR=bradnelson BUG=none TEST=none Review URL: http://codereview.chromium.org/668242 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40872 0039d316-1c4b-4281-b951-d872f2087c98