summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few test_expectations related to my skia CL.senorblanco@chromium.org2009-06-021-0/+4
| | | | | | | | | BUG=http://crbug.com/13218 TEST=make tree greener TBR=tc git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17448 0039d316-1c4b-4281-b951-d872f2087c98
* -. Fix svn add in rebaselining tool and add more output warning messagesvictorw@chromium.org2009-06-023-6/+13
| | | | | | | | | | | -. Do not output failure if a test is rebaselining and missing expected files. BUG=none TEST=rebaselining tool Review URL: http://codereview.chromium.org/112083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17445 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 44342:44372.dglazkov@google.com2009-06-021-1/+1
| | | | | | | | | | TBR=dimich BUG=none TEST=no compile or layout test failures. Review URL: http://codereview.chromium.org/118138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17441 0039d316-1c4b-4281-b951-d872f2087c98
* Enable test for timers in workers. The code that enabled that was checked in ↵dimich@google.com2009-06-021-1/+0
| | | | | | | | | | earlier. BUG=10271 TEST=none, this enables an existing test. Review URL: http://codereview.chromium.org/118134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17437 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to skia r198. This picks up a number of bugfixes for layout tests,senorblanco@chromium.org2009-06-0212-10/+6
| | | | | | | | | | | | | | and font stuff for Linux. Rebaselines affected tests, adjusts test_expectations, and removes an extraneous include dir. (Also sets the svn:mime-type prop on some of the linux PNG files; they still diff as text in rietveld this time, but I think they should be happier for next time.) BUG=http://crbug.com/12002 TEST=If it builds, and layout tests pass, you're happy. Review URL: http://codereview.chromium.org/118128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17434 0039d316-1c4b-4281-b951-d872f2087c98
* Add functions to glue to get the full html of the page and also to check if ↵sverrir@google.com2009-06-024-0/+57
| | | | | | | | | | | the user has selected something. This is for enhanced printing support (in progress). Review URL: http://codereview.chromium.org/119043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17427 0039d316-1c4b-4281-b951-d872f2087c98
* Add ifdef to make upstreaming of v8_utility.h easiler.ajwong@chromium.org2009-06-021-0/+10
| | | | | | Review URL: http://codereview.chromium.org/118101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17416 0039d316-1c4b-4281-b951-d872f2087c98
* Add some browser-level checks to prohibit access to extension bindings bympcomplete@google.com2009-06-021-1/+2
| | | | | | | | | | | | non-extension renderers. Also add a check so that bindings are only exposed if the top-level frame is the chrome-extension scheme. BUG=11545 BUG=11993 TEST=none Review URL: http://codereview.chromium.org/119014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17408 0039d316-1c4b-4281-b951-d872f2087c98
* Add baselines for new tests from WebKit Update 44286:44342.dglazkov@google.com2009-06-0214-2/+154
| | | | | | | | | | TBR=dimich BUG=none TEST=none Review URL: http://codereview.chromium.org/119047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17403 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 44286:44342.dglazkov@google.com2009-06-022-40/+9
| | | | | | | | | | R=dimich BUG=none TEST=no compile or layout test failures. Review URL: http://codereview.chromium.org/118117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17402 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools Profiler: use sampling rate reported by V8 profiler.mnaganov@chromium.org2009-06-022-9/+30
| | | | | | | | | | | Also fix a small problem with displaying "Processing..." icon: handle the case when log processing finishes prior to 'didIsProfilingStarted_' arrived. BUG=none TEST=none Review URL: http://codereview.chromium.org/119039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17400 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools Profiler UI changes.mnaganov@chromium.org2009-06-023-13/+76
| | | | | | | | | | | | | - filter our V8 natives; - display a notification that profile is being processed to avoid confusion; - do not display ".000" part when displaying time. BUG=none TEST=none Review URL: http://codereview.chromium.org/118112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17399 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing incorrect dependency revealed by chrome.sln moving to gyp.bradnelson@chromium.org2009-06-021-1/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/119024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17383 0039d316-1c4b-4281-b951-d872f2087c98
* Add REBASELINE option to test "body-generated-image-propagated-to-root"victorw@chromium.org2009-06-011-1/+1
| | | | | | | | TBR=dglazkov BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17371 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of that egregious serif font in autofill popups on os x by removing ↵thakis@chromium.org2009-06-011-16/+2
| | | | | | | | | | | NOTIMPLEMENTEDs. BUG=none TEST=Go to a page with a form with a text field, enter something, go to the page again, begin entering the same thing. A autofill popup appears. Check that the font in the popup looks like the system font. Review URL: http://codereview.chromium.org/115978 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17355 0039d316-1c4b-4281-b951-d872f2087c98
* Roll one revision back in WebKit update.dglazkov@google.com2009-06-011-2/+2
| | | | | | | | | TBR=dimich TEST=no layout test regressions. BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17348 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 44252:44287dglazkov@google.com2009-06-011-0/+3
| | | | | | | | | | R=dimich TEST=no additional layout test failures BUG=none Review URL: http://codereview.chromium.org/118084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17346 0039d316-1c4b-4281-b951-d872f2087c98
* Add a linux webkit flaky crasher to test_expectations.txtjhawkins@chromium.org2009-06-011-0/+1
| | | | | | Review URL: http://codereview.chromium.org/119004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17343 0039d316-1c4b-4281-b951-d872f2087c98
* Have the find bar show number of matches on linux.tc@google.com2009-06-011-2/+2
| | | | | | | | | | | | We needed to enable some code in webkit/glue/webframe_impl.cc and add a line to clear the results in find_bar_gtk.cc. BUG=12955 Review URL: http://codereview.chromium.org/115960 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17335 0039d316-1c4b-4281-b951-d872f2087c98
* Add a flaky test for win to test_expectations.txtjhawkins@chromium.org2009-06-011-0/+1
| | | | | | Review URL: http://codereview.chromium.org/118078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17331 0039d316-1c4b-4281-b951-d872f2087c98
* Add a flaky test that crashes for mac debug to test_expectations.txtjhawkins@chromium.org2009-06-011-1/+3
| | | | | | Review URL: http://codereview.chromium.org/118075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17329 0039d316-1c4b-4281-b951-d872f2087c98
* Add three more flaky linux tests to test_expectations.txt.jhawkins@chromium.org2009-06-011-0/+3
| | | | | | Review URL: http://codereview.chromium.org/115995 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17327 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations with two more flaky tests.jhawkins@chromium.org2009-06-011-0/+2
| | | | | | Review URL: http://codereview.chromium.org/115992 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17325 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselining tool that automatically produces baselines for all platforms.victorw@chromium.org2009-06-014-7/+603
| | | | | | | | | | | | | | | | | The script does the following for each platform specified: 1. Compile a list of tests that need rebaseline. 2. Download test result archive from buildbot for the platform. 3. Extract baselines from the archive file for all identified files. 4. Add new baselines to SVN repository. 5. For each test that has been rebaselined, remove this platform option from the test in test_expectation.txt. If no other platforms remaining after removal, delete the rebaselined test from the file. BUG=11744 Review URL: http://codereview.chromium.org/115666 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17317 0039d316-1c4b-4281-b951-d872f2087c98
* Header cleanup in webkit/gluephajdan.jr@chromium.org2009-06-0126-26/+20
| | | | | | | | | - reduce header dependencies - remove redundant forward declarations Review URL: http://codereview.chromium.org/115871 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17313 0039d316-1c4b-4281-b951-d872f2087c98
* port webkit changeset 44066ukai@chromium.org2009-06-011-0/+2
| | | | | | | | | | | Look for the VLC plug-in's new name. BUG=0 TEST=no additional regtests Review URL: http://codereview.chromium.org/113813 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17312 0039d316-1c4b-4281-b951-d872f2087c98
* Revert WebURLLoader landing. Too many layout test failures.darin@chromium.org2009-05-3034-2728/+1302
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/115973 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17293 0039d316-1c4b-4281-b951-d872f2087c98
* Fix layout test failures.darin@chromium.org2009-05-302-2/+3
| | | | | | | | | | | | | | | | | | | | 1- We need to be careful when converting from a null WebURL to a GURL since std::string(NULL, 0) crashes. 2- It turns out that in some layout tests, willSendRequest sets the request to null to indicate that we should not follow the redirect. In the few cases I debugged, this was happening because we were redirecting from "localhost" to "127.0.0.1". It seems like we probably need to change the hostname used to load HTTP based layout tests to match what the tests expect. For now, I just commented out the assertion since it was something that I had just newly added. BUG=none TEST=covered by layout tests TBR=dglazkov Review URL: http://codereview.chromium.org/115970 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17291 0039d316-1c4b-4281-b951-d872f2087c98
* Start using WebURLLoader, et. al. from the WebKit API.darin@chromium.org2009-05-3033-1301/+2726
| | | | | | | | | | | | | | | | | | | | | | | | Moves our ResourceHandle to webkit/api/src/ResourceHandle.cpp from webkit/glue/resource_handle_impl.cc. A portion of resource_handle_impl.cc was moved into weburlloader_impl.{h,cc}, which now contains our implementation of WebURLLoader. The annoying parts of this CL involve WebPluginImpl. I had to convert it over to using WebURLLoader instead of ResourceHandle so that MultipartResourceDelegate can be shared. There is some complexity in WebURLRequest / WebURLResponse to make it cheap to wrap a ResourceRequest / ResourceResponse. I think this is worth it since there is a lot of conversion between the two types. BUG=10038 TEST=covered by existing tests R=dglazkov Review URL: http://codereview.chromium.org/113928 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17290 0039d316-1c4b-4281-b951-d872f2087c98
* BUG=12192rafaelw@chromium.org2009-05-304-331/+0
| | | | | | | | R=aa Review URL: http://codereview.chromium.org/115681 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17269 0039d316-1c4b-4281-b951-d872f2087c98
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-292-27/+0
| | | | | | | | | | | | | | | | | | | | | | Since the code now does range request without any caching the code path for passing file handle is not used any more. Changes: 1. Remove response_data_file in webkit_glue::ResourceResponseHead 2. Remove response_data_file in net::ResourceInfo 3. Remove code that passes file handle using IPC 4. Remove code that passes file hadnle from network layer to ResourceDispatcherHost 5. Remove MediaResourceHandler 6. Remove code in disk_cache that expose the file handle 7. Remove ChromeURLRequestContext::CreateOffTheRecordForMedia() so no more OTR request context for media, in OTR mode simply memory cache is used 8. Reset cache size for media cache to default BUG=12249 BUG=12256 Review URL: http://codereview.chromium.org/113931 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17227 0039d316-1c4b-4281-b951-d872f2087c98
* Handle mimetype queries for media fileshclam@chromium.org2009-05-294-4/+13
| | | | | | | | | | Added code path from WebKit to net::mimt_util to query supported mime-types for media files. BUG=12777 Review URL: http://codereview.chromium.org/114060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17225 0039d316-1c4b-4281-b951-d872f2087c98
* Disable more flaky tests.tc@google.com2009-05-291-1/+3
| | | | | | | | | TBR=finnur Review URL: http://codereview.chromium.org/115940 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17203 0039d316-1c4b-4281-b951-d872f2087c98
* Adding more Webkit tests to the failure list to get the build green(er).finnur@chromium.org2009-05-291-1/+4
| | | | | | | TBR=brettw git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17199 0039d316-1c4b-4281-b951-d872f2087c98
* More expectation changes from the WebKit merge.brettw@chromium.org2009-05-291-2/+4
| | | | | | Review URL: http://codereview.chromium.org/115928 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17193 0039d316-1c4b-4281-b951-d872f2087c98
* Add new failing WebKit tests to the expectations file.brettw@chromium.org2009-05-291-3/+8
| | | | | | Review URL: http://codereview.chromium.org/115927 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17192 0039d316-1c4b-4281-b951-d872f2087c98
* Fix more test list errors.brettw@chromium.org2009-05-291-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17191 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the test expectations file by removing duplicate names.brettw@chromium.org2009-05-291-1/+0
| | | | | | Review URL: http://codereview.chromium.org/115925 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17190 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 44202:44252brettw@chromium.org2009-05-291-4/+19
| | | | | | Review URL: http://codereview.chromium.org/113985 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17189 0039d316-1c4b-4281-b951-d872f2087c98
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-292-0/+2
| | | | | | | | TEST=none Review URL: http://codereview.chromium.org/115870 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17178 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: decouple class and method names from RPC message arguments. That ↵yurys@google.com2009-05-2913-77/+159
| | | | | | | | would allow to select dispatcher wothout parsing the message argument. Review URL: http://codereview.chromium.org/115862 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17176 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Fix standalone mode for Inspector frontend.pfeldman@chromium.org2009-05-281-2/+2
| | | | | | Review URL: http://codereview.chromium.org/115864 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17075 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Add support for non-trivial console messages.pfeldman@chromium.org2009-05-281-2/+15
| | | | | | Review URL: http://codereview.chromium.org/113953 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17074 0039d316-1c4b-4281-b951-d872f2087c98
* Separate results of profiling sessions.mnaganov@chromium.org2009-05-283-33/+75
| | | | | | | | | | Now data for each profiling session is collected separately (previously they were accumulated in a single profile). BUG=none TEST=none Review URL: http://codereview.chromium.org/113950 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17072 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Merge 44152:44202.paulg@google.com2009-05-271-0/+5
| | | | | | Review URL: http://codereview.chromium.org/113926 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17036 0039d316-1c4b-4281-b951-d872f2087c98
* Let ChromiumBridge::paintTextField check if the Color object passed in is validbrettw@chromium.org2009-05-271-1/+4
| | | | | | | | | | | | | | | | | | | or not. If not valid, just pass white to ThemeEngine. This change was motivated by the issue http://code.google.com/p/chromium/issues/detail?id=2756, but it has been resolved by only the upstream change https://bugs.webkit.org/show_bug.cgi?id=25742. However, this verification code is still useful. BUG=2756 Checked in for tyoshino@google.com Original review: http://codereview.chromium.org/113165 Review URL: http://codereview.chromium.org/113907 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17001 0039d316-1c4b-4281-b951-d872f2087c98
* Remove empty unused directories from src/webkit.dglazkov@chromium.org2009-05-273-1210/+0
| | | | | | | | | | R=darin BUG=3319 TEST=none Review URL: http://codereview.chromium.org/113903 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16990 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Migrate to InspectorController for network and console events.pfeldman@chromium.org2009-05-2722-886/+293
| | | | | | | | | | | | | | - introduced bound object on the agent side; - established remote dispatch of WebInspector calls - using fake InspectorFrontend for serializing events and sending them over the ipc - removed net agents from both sides - moved GetResource stuff to tools agent Assumes following is landed: https://bugs.webkit.org/show_bug.cgi?id=26010 Review URL: http://codereview.chromium.org/113836 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16980 0039d316-1c4b-4281-b951-d872f2087c98
* Added support for constructor calls in the NPAPI.sgjesse@chromium.org2009-05-276-22/+101
| | | | | | | | | | | | | | | | | The LiveConnect test cases at http://java.sun.com/javase/6/webnotes/6u10/plugin2/liveconnect/LiveConnectTests/ now pass for Chromium. Parts of this change is rather mechanical, and leaves room for some refactoring afterwards. Merged the implementation of testConstruct and the "objectPointer" property from WebKit\WebKitTools\DumpRenderTree\TestNetscapePlugIn.subproj\TestObject.cpp to the Chromium TestObject.cpp for the layout test LayoutTests\plugins\netscape-construct.html pass. BUG=http://crbug.com/3285 BUG=http://crbug.com/10354 TEST=http://java.sun.com/javase/6/webnotes/6u10/plugin2/liveconnect/LiveConnectTests/ TEST=LayoutTests\plugins\netscape-construct.html Review URL: http://codereview.chromium.org/113823 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16979 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline Linux LayoutTests/fast/canvas/canvas-bg-zoom.htmlukai@chromium.org2009-05-274-7/+14
| | | | | | | | | | | | Fixed bug number for rebaselines after Webkit Update 43750:43770 in test_expectations.txt BUG=12053 TEST=LayoutTests/fast/canvas-bg-zoom.html passes on linux Review URL: http://codereview.chromium.org/113835 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16967 0039d316-1c4b-4281-b951-d872f2087c98