summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-1929-253/+50
| | | | | | | | | | | | | | This also includes a change to not have third_party/WebKit/WebKit/chromium/public in the global include path. Most of the code changes pertain to this. I also took this opportunity to do some renaming: browser/cache_manager_host -> browser/renderer_host/web_cache_manager R=brettw Review URL: http://codereview.chromium.org/42194 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12085 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: fix include filename caseagl@chromium.org2009-03-191-2/+2
| | | | | | | Review URL: http://codereview.chromium.org/42383 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12075 0039d316-1c4b-4281-b951-d872f2087c98
* Pre-upstream style changes: rename enableWebWorkers to ↵dimich@google.com2009-03-192-5/+5
| | | | | | | | | setIsWebWorkersEnabled to follow isFoo/setIsFoo pattern. Also pull DEPS to bring in the WebKit/chromium/src part. Review URL: http://codereview.chromium.org/48157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12066 0039d316-1c4b-4281-b951-d872f2087c98
* Mark LayoutTests/fast/forms/searchfield-heights passing, since it is now.aa@chromium.org2009-03-191-1/+0
| | | | | | Review URL: http://codereview.chromium.org/42361 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12051 0039d316-1c4b-4281-b951-d872f2087c98
* This is a follow-up for enabling workers in Win build.dimich@google.com2009-03-181-1/+1
| | | | | | Review URL: http://codereview.chromium.org/42344 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12033 0039d316-1c4b-4281-b951-d872f2087c98
* DEFERs the testsky@google.com2009-03-181-3/+2
| | | | | | | | | | | | | | | LayoutTests/http/tests/xmlhttprequest/web-apps/013.html. We're now failing this because of differences in how lighthttpd behaves vs apache. I'ved filed http://code.google.com/p/chromium/issues/detail?id=8941 to track it. BUG=none TEST=none TBR=finnur Review URL: http://codereview.chromium.org/48159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12031 0039d316-1c4b-4281-b951-d872f2087c98
* Mark more tests as passing based on Anders' flips document.pkasting@chromium.org2009-03-181-12/+2
| | | | | | Review URL: http://codereview.chromium.org/48154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12026 0039d316-1c4b-4281-b951-d872f2087c98
* Update Mac layout failures list.dglazkov@google.com2009-03-181-2/+10
| | | | | | | | TBR=jeremy Review URL: http://codereview.chromium.org/48165 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12023 0039d316-1c4b-4281-b951-d872f2087c98
* Update LINUX/MAC expectations.dglazkov@google.com2009-03-181-2/+10
| | | | | | | | TBR=ojan Review URL: http://codereview.chromium.org/48158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12019 0039d316-1c4b-4281-b951-d872f2087c98
* Update my so-called fix by including expectation.dglazkov@google.com2009-03-181-1/+1
| | | | | | | | TBR=ojan Review URL: http://codereview.chromium.org/42365 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12018 0039d316-1c4b-4281-b951-d872f2087c98
* Yet another test list update, skipping font-specific test.dglazkov@google.com2009-03-181-0/+3
| | | | | | | | TBR=ojan Review URL: http://codereview.chromium.org/42364 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12017 0039d316-1c4b-4281-b951-d872f2087c98
* Review URL: http://codereview.chromium.org/42288georged@chromium.org2009-03-183-0/+24
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12016 0039d316-1c4b-4281-b951-d872f2087c98
* Fix test list.dglazkov@google.com2009-03-181-3/+3
| | | | | | | | TBR=finnur Review URL: http://codereview.chromium.org/48153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12015 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Merge 41768:41807, Chromium Sidedglazkov@google.com2009-03-1888-645/+756
| | | | | | | | R=ojan Review URL: http://codereview.chromium.org/42352 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12013 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline the passing test.amit@chromium.org2009-03-182-1/+11
| | | | | | | | | | The test fails in webkit and the expected.txt contains failure output. We work fine so just rebaseline till it is fixed upstream. Review URL: http://codereview.chromium.org/42353 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12010 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing chrome/fast/dom/java-applet-calls.htmlfinnur@chromium.org2009-03-182-9/+7
| | | | | | | | | | | | | | | I don't understand how the test could have worked because if you don't specify a CODEBASE for the Java Applet the default is the url. In the Java console I was seeing it try to load the class by appending the TestApplet to the path to the html file (the layout test file). By specifying "." as the CODEBASE it is able to find and load the class that resides in the same directory and all is well. Review URL: http://codereview.chromium.org/48148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12005 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline test for aa. Was incorrectly rebased last time around.ojan@google.com2009-03-181-7/+7
| | | | | | Review URL: http://codereview.chromium.org/48146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12004 0039d316-1c4b-4281-b951-d872f2087c98
* DEFER a test that is broken upstream.tc@google.com2009-03-185-9/+3
| | | | | | | | | | | | | The test tries to load a file:/// URL from a data: URL. This isn't allowed in Chromium but it is in Safari. The test really doesn't have anything to do with security checks so we should fix the test upstream instead. I'm deleting the existing pixel baseline because they're wrong (missing the image because of the security check mentioned above). Review URL: http://codereview.chromium.org/42349 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12000 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.1.1.2.ager@chromium.org2009-03-185-2/+279
| | | | | | | This contains the new compiler infrastructure which gives a nice performance improvement on the V8 benchmark suite. Review URL: http://codereview.chromium.org/48143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11994 0039d316-1c4b-4281-b951-d872f2087c98
* This test seems to have never failed on win/mac according to thetc@google.com2009-03-183-6/+1
| | | | | | | | | | flips page. Rebaseline on linux which matches win in metrics but the image differs due to anti-aliased fonts and the scrollbar. Review URL: http://codereview.chromium.org/48145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11993 0039d316-1c4b-4281-b951-d872f2087c98
* Green the layout test bots by marking some new failures.estade@chromium.org2009-03-181-0/+3
| | | | | | | | TBR=jkhawkins Review URL: http://codereview.chromium.org/42347 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11992 0039d316-1c4b-4281-b951-d872f2087c98
* Autocomplete now uses the input field id when no name is available to ↵jcampan@chromium.org2009-03-183-9/+31
| | | | | | | | | | | | perform autocomplete. This matches FF behavior. BUG=6310 TEST=See bug. Review URL: http://codereview.chromium.org/48033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11987 0039d316-1c4b-4281-b951-d872f2087c98
* Removes LayoutTests/fast/events/click-count.html from the flakey winsky@google.com2009-03-181-1/+1
| | | | | | | | | | | | list. This test hasn't failed in a long time. BUG=none TEST=none TBR=tc Review URL: http://codereview.chromium.org/42342 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11984 0039d316-1c4b-4281-b951-d872f2087c98
* Make Linux use the same user agent style sheet as Windows.levin@chromium.org2009-03-183-7/+2
| | | | | | Review URL: http://codereview.chromium.org/48122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11978 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-182-2/+0
| | | | | | Review URL: http://codereview.chromium.org/48105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11974 0039d316-1c4b-4281-b951-d872f2087c98
* When looking for the test shell binary in linux, try src/webkit/Hammertc@google.com2009-03-182-2/+6
| | | | | | | | | | then src/chrome/Hammer. This is needed to allow --target=Debug to work in linux on the buildbot. Review URL: http://codereview.chromium.org/42310 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11969 0039d316-1c4b-4281-b951-d872f2087c98
* Reland the changes to enable building worker.jianli@chromium.org2009-03-182-2/+2
| | | | | | | | | | | I reuse this CL to reland the changes. The change to src/DEPS is not needed any more since my change to third_party/WebKit is not reverted and src/DEPS has already been bumped up to pick up my changes. This is exactly like what are in the original code review: http://codereview.chromium.org/41029 Review URL: http://codereview.chromium.org/42287 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11968 0039d316-1c4b-4281-b951-d872f2087c98
* Unfork WebInspector frontend take 2: New DEPS and webkit/...pfeldman@chromium.org2009-03-185-2/+17
| | | | | | Review URL: http://codereview.chromium.org/48132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11967 0039d316-1c4b-4281-b951-d872f2087c98
* Add a handle scope to V8Proxy::initContextIfNeeded.ager@chromium.org2009-03-181-1/+4
| | | | | | | | | | | | initContextIfNeeded can be called without a handle scope in place which will lead to a renderer crash when creating the first handle. Also V8Proxy::initContextIfNeeded creates a number of local handles that should be deallocated on exit. BUG=8922 Review URL: http://codereview.chromium.org/48131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11965 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing a few minor issues found during static analysis of the Chromium codebase.finnur@chromium.org2009-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | find_bar_controller.cc: Unused local variable created. hwnd_view.cc: The local definition of parent overshadows param passed in. google_update.cc: Uninitialized member variable. webframe_impl.cc: The if was overly constrained. At the top of the function there is an if (reset) { ... return; } so we don't need to check for !reset in the next if statement. This functionality is covered by a ui_test, which passes with this change. Review URL: http://codereview.chromium.org/42321 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11964 0039d316-1c4b-4281-b951-d872f2087c98
* Revert the src/webkit part of r11958 since it broke the build.maruel@chromium.org2009-03-185-17/+2
| | | | | | | TBR=pfeldman Review URL: http://codereview.chromium.org/42332 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11960 0039d316-1c4b-4281-b951-d872f2087c98
* Unfork WebInspector frontend.pfeldman@chromium.org2009-03-185-2/+17
| | | | | | Review URL: http://codereview.chromium.org/48063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11958 0039d316-1c4b-4281-b951-d872f2087c98
* Make Rpc dispatch in DevTools static, remove redundant JSON parsing.pfeldman@chromium.org2009-03-186-28/+31
| | | | | | Review URL: http://codereview.chromium.org/44007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11957 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 11953.hbono@chromium.org2009-03-186-62/+0
| | | | | | Review URL: http://codereview.chromium.org/48121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11954 0039d316-1c4b-4281-b951-d872f2087c98
* A tricky fix for Issue 1845.hbono@chromium.org2009-03-186-0/+62
| | | | | | | | | | | | | | | | | This change is a very tricky fix for Issue 1845 in chromium: cant alignt text to the right using right shift and right ctrl.This change consists of two parts listed below. 1. Emulating the implementation of Safari that changes the text-direction of an input element. Safari uses context menus to change the text direction. This change adds an IPC message 'ViewMsg_SetTextDirection', which notifies the new text direction. Also, it adds two functions: RenderWidgetHost::UpdateTextDirection() and RenderWidgetHost::NotifyTextDirection(). They encapsulate the new IPC message so that we can use them both when we presses a set of keys and when we add context-menu items which change the text direction. 2. Calling the above interface when pressing right-shift and right-control keys, or when left-shift and left-control keys. This modifies the RenderWidgetHostViewWin::OnKeyEvent() function and call the above text-direction interfaces when a user finishes pressing the keys. As you can imagine, if we send an IPC message every time when we receive a WM_KEYDOWN event, we continue sending IPC messages while a user is pressing the keys. BUG=1845 Review URL: http://codereview.chromium.org/39252 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11953 0039d316-1c4b-4281-b951-d872f2087c98
* Make worker constructor return error if it is enabled by the flag.jianli@chromium.org2009-03-183-0/+22
| | | | | | | This is to move corresponding files out of http://codereview.chromium.org/48106/ so that this can be checked in before the change to enable worker. The reason for doing this is to avoid build break since the already checked-in third_party/WebKit/WebKit/chromium/src/WebKit.cpp has the ifdef guarded code depend on this. Review URL: http://codereview.chromium.org/42313 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11952 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline fail. Marking LayoutTests/fast/forms/searchfield-heights.html fixableaa@chromium.org2009-03-181-0/+1
| | | | | | | | | again. TBR Review URL: http://codereview.chromium.org/42315 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11943 0039d316-1c4b-4281-b951-d872f2087c98
* Switching net over to use gyp on windows.bradnelson@google.com2009-03-184-428/+428
| | | | | | Review URL: http://codereview.chromium.org/48108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11942 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline LayoutTests\fast\forms\searchfield-heights-expected. Text input boxesaa@chromium.org2009-03-184-3/+2
| | | | | | | seem to be off by a tiny bit. Review URL: http://codereview.chromium.org/42304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11940 0039d316-1c4b-4281-b951-d872f2087c98
* Pre-upstream cleaning of files - changing them to follow WebKit coding style.dimich@google.com2009-03-174-448/+416
| | | | | | Review URL: http://codereview.chromium.org/42308 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11935 0039d316-1c4b-4281-b951-d872f2087c98
* Mark LayoutTests/svg/custom/foreignObject-crash-on-hover.xml as DEFER.patrick@chromium.org2009-03-171-5/+5
| | | | | | Review URL: http://codereview.chromium.org/48104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11933 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r11926 which accidentally enabled workers.dimich@google.com2009-03-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11931 0039d316-1c4b-4281-b951-d872f2087c98
* Get v8_collection.h to match webkit coding standards inlevin@chromium.org2009-03-172-237/+205
| | | | | | | | preparation for upstreaming. Review URL: http://codereview.chromium.org/42294 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11930 0039d316-1c4b-4281-b951-d872f2087c98
* Defers three more svg tests. I couldn't get coords-units-01-b.svg to crash, ↵sky@google.com2009-03-171-9/+7
| | | | | | | | | | | and it doesn't look like it has crashed on the bots recently either. BUG=none TEST=none Review URL: http://codereview.chromium.org/48107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11929 0039d316-1c4b-4281-b951-d872f2087c98
* Remove exclusion on worker files on Mac and Linux since they are not ↵dimich@google.com2009-03-171-6/+1
| | | | | | | | | platform-specific. The Worker feature is still not enabled (ENABLE_WORKERS=0) Review URL: http://codereview.chromium.org/48101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11926 0039d316-1c4b-4281-b951-d872f2087c98
* Re-baseline LayoutTests\security\block-test-expected.txt.patrick@chromium.org2009-03-173-4/+134
| | | | | | | | | | This test differs in type names, error codes, and GURL canonicalization. Allow the test to fail on Linux and Mac because it requires an FTP implementation. Review URL: http://codereview.chromium.org/46025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11923 0039d316-1c4b-4281-b951-d872f2087c98
* Remove pending/fast/events. There's no tests left here. :)ojan@google.com2009-03-171-15/+0
| | | | | | Review URL: http://codereview.chromium.org/48051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11922 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselines the test LayoutTests/fast/block/positioning/001.html . sky@google.com2009-03-173-2/+3
| | | | | | | | | | | | The test was rebaselined upstream, see http://trac.webkit.org/browser/trunk/LayoutTests/platform/mac/fast/block/positioning/001-expected.png . BUG=none TEST=none Review URL: http://codereview.chromium.org/42305 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11920 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bug 7550: We still refer to the Java beta when suggesting plugins to ↵finnur@chromium.org2009-03-171-1/+1
| | | | | | | | | | download, even though we point the user to the main download Java page which contains a released version of the Java plugin. I only update plugins2.xml, since plugins.xml looks deprecated. BUG=7550 TEST=Uninstall Java plugin, if installed. Open a page that uses Java (ie. http://www.java.com/en/download/help/testvm.xml) and make sure the message says "download Java" not "download Java something something (Beta)". Review URL: http://codereview.chromium.org/48080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11911 0039d316-1c4b-4281-b951-d872f2087c98
* Removes test from tests_fixable that is already listed in tests_ignored.sky@google.com2009-03-171-2/+0
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/48086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11905 0039d316-1c4b-4281-b951-d872f2087c98