summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rever 2997 since it caused UI and unit tests failure.maruel@google.com2008-10-082-30/+75
| | | | | | Review URL: http://codereview.chromium.org/6583 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3007 0039d316-1c4b-4281-b951-d872f2087c98
* backing out debugging changes now that we know the problem.pinkerton@google.com2008-10-081-5/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3006 0039d316-1c4b-4281-b951-d872f2087c98
* checking debug output for failing test on buildbot. to be backed out in a ↵pinkerton@google.com2008-10-081-0/+5
| | | | | | minute. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3005 0039d316-1c4b-4281-b951-d872f2087c98
* Change to force a build.maruel@google.com2008-10-081-3/+3
| | | | | | Review URL: http://codereview.chromium.org/6581 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3004 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes one layout test by adding missing bindingsgjesse@chromium.org2008-10-082-2/+3
| | | | | | | of document.getSelection in forked Document.idl. Review URL: http://codereview.chromium.org/6344 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3003 0039d316-1c4b-4281-b951-d872f2087c98
* Moved two layout tests which will be fixed with thesgjesse@chromium.org2008-10-081-2/+7
| | | | | | | | next WebKit merge to a seperate section. They are fixed by http://trac.webkit.org/changeset/36103/ Review URL: http://codereview.chromium.org/6343 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3002 0039d316-1c4b-4281-b951-d872f2087c98
* Document.idl has been updated with null to null string conversions onager@google.com2008-10-082-5/+3
| | | | | | | arguments. This fixes two layout tests. Review URL: http://codereview.chromium.org/6578 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3001 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to make the buildbot green(er).ager@google.com2008-10-081-0/+7
| | | | | | Review URL: http://codereview.chromium.org/6339 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3000 0039d316-1c4b-4281-b951-d872f2087c98
* The document.open change http://codereview.chromium.org/6337 ager@google.com2008-10-081-2/+0
| | | | | | | | made a couple of additional tests pass. Removing them from the failure list. Review URL: http://codereview.chromium.org/6338 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2999 0039d316-1c4b-4281-b951-d872f2087c98
* Follow http://trac.webkit.org/changeset/34506 and pass the activeager@google.com2008-10-082-8/+2
| | | | | | | | document to document.open. This fixes 5 layout tests in http/tests/security/aboutBlank. Review URL: http://codereview.chromium.org/6337 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2998 0039d316-1c4b-4281-b951-d872f2087c98
* Optimize the mime sniffer based on UMA data and move closer to the HTML 5 spec.darin@chromium.org2008-10-082-75/+30
| | | | | | | | | | | | | | Removed over 50% of the heuristics while returning the same result 99.996% of the time. Each heuristic we remove reduces the attack surface that honest sites have to worry about when the serve third-party content. Patch by Adam Barth R=darin git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2997 0039d316-1c4b-4281-b951-d872f2087c98
* Re-try using V8 version 0.3.4.1 instead of 0.3.3 in Chromium.kasperl@google.com2008-10-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2996 0039d316-1c4b-4281-b951-d872f2087c98
* Sort headers in v8_custom.cpp. Just a style cleanup.tc@google.com2008-10-081-26/+24
| | | | | | Review URL: http://codereview.chromium.org/6229 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2995 0039d316-1c4b-4281-b951-d872f2087c98
* Ctrl+W should close app windows toobeng@google.com2008-10-081-4/+1
| | | | | | http://crbug.com/2478 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2994 0039d316-1c4b-4281-b951-d872f2087c98
* Eliminate non-client flicker of the standard windows title bar when handling ↵beng@google.com2008-10-084-29/+79
| | | | | | | | | | | | WM_SETTEXT. Make sure mouse leave messages are sent for controls within the non-client areas of the window too. http://crbug.com/2689 http://crbug.com/2710 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2992 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash due to lack of NULL checking in one case.beng@google.com2008-10-081-8/+5
| | | | | | http://crbug.com/3183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2991 0039d316-1c4b-4281-b951-d872f2087c98
* Make chunk ranges searchable.paulg@google.com2008-10-083-0/+47
| | | | | | Review URL: http://codereview.chromium.org/5645 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2990 0039d316-1c4b-4281-b951-d872f2087c98
* Add switches for turning on an experimental SafeBrowsing implementation.paulg@google.com2008-10-082-0/+7
| | | | | | Review URL: http://codereview.chromium.org/5647 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2989 0039d316-1c4b-4281-b951-d872f2087c98
* Modify renderwidget unittest to make purify happycpu@google.com2008-10-081-2/+27
| | | | | | | | | - Some posted task was not being processed. - It needed a mock of RenderProcess. Review URL: http://codereview.chromium.org/5660 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2988 0039d316-1c4b-4281-b951-d872f2087c98
* Our old baseline was incorrect given the way ToT webkit renders tables now.darin@chromium.org2008-10-082-18/+0
| | | | | | | | R=ojan Review URL: http://codereview.chromium.org/6331 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2987 0039d316-1c4b-4281-b951-d872f2087c98
* It turns out that we were only "failing" the ↵darin@chromium.org2008-10-086-73/+6
| | | | | | | | | | iframe-onload-remove-self-no-crash.html because of an unrelated change in how WebCore renders an element. This test really should have been using dumpAsText instead of comparing the page rendering. R=ojan Review URL: http://codereview.chromium.org/6573 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2986 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some tests, where the difference is due to fonts.evanm@google.com2008-10-0815-5/+107
| | | | | | | Mark one test that is legitimately failing with its own bug. Review URL: http://codereview.chromium.org/6333 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2985 0039d316-1c4b-4281-b951-d872f2087c98
* Clean out tests that pass from tests_fixableerg@google.com2008-10-081-10/+0
| | | | | | Review URL: http://codereview.chromium.org/6570 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2984 0039d316-1c4b-4281-b951-d872f2087c98
* Re-baselining the mouseup-from-button2.html layout test. Verified thatananta@chromium.org2008-10-081-0/+17
| | | | | | | | | | | the output of this test with an actual run in Safari generates the same sequence of events. The test fails due to a contextmenu event being generated after mousedown/mouseup for the right mouse button, which is correct behavior. R=tony Review URL: http://codereview.chromium.org/6566 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2983 0039d316-1c4b-4281-b951-d872f2087c98
* Add Firefox installer support to Gears SConscripts.mpcomplete@chromium.org2008-10-084-50/+269
| | | | | | Review URL: http://codereview.chromium.org/5674 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2982 0039d316-1c4b-4281-b951-d872f2087c98
* Update XCode project to point to unforked Node.* & HTMLPlugInElement.*jeremy@chromium.org2008-10-071-12/+12
| | | | | | Review URL: http://codereview.chromium.org/6564 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2981 0039d316-1c4b-4281-b951-d872f2087c98
* fix 3 layout testsericroman@google.com2008-10-0710-85/+4
| | | | | | | | | | - textarea-hard-linewrap needed to be updated to match match http://trac.webkit.org/changeset/31086#file3 - textAreaLineHeight.html had incorrect positioning of space in render tree. Looks like the previous baseline was wrong, and merge fixed it. - select-accesskey.html had forked expectations, which were no longer applicable -- removed the forked results. Review URL: http://codereview.chromium.org/6558 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2980 0039d316-1c4b-4281-b951-d872f2087c98
* Unfork NSResolver.h, part 2.pkasting@chromium.org2008-10-073-47/+2
| | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/6565 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2979 0039d316-1c4b-4281-b951-d872f2087c98
* Roll deps.mbelshe@google.com2008-10-071-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6327 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2978 0039d316-1c4b-4281-b951-d872f2087c98
* added pixel test baselines for a layout testestade@chromium.org2008-10-072-0/+1
| | | | | | Review URL: http://codereview.chromium.org/6320 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2976 0039d316-1c4b-4281-b951-d872f2087c98
* Add another case where we make a new SimpleFontData to thetc@google.com2008-10-071-1/+2
| | | | | | | | | | | FontCache so it gets deleted properly. Fix a bug where we try to delete a font from the font cache when we never added it in the first place. This is a bug upstream as well so I'm sending a patch upstream. Review URL: http://codereview.chromium.org/6554 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2974 0039d316-1c4b-4281-b951-d872f2087c98
* One more piece of re-forking I missed.pkasting@chromium.org2008-10-071-1/+1
| | | | | | | TBR=eseidel Review URL: http://codereview.chromium.org/6324 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2973 0039d316-1c4b-4281-b951-d872f2087c98
* Re-fork ScriptController.h to fix build.pkasting@chromium.org2008-10-072-1/+330
| | | | | | | TBR=eseidel Review URL: http://codereview.chromium.org/6560 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2972 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r2927 and r2930, which were themselves reversions of prior changelists.pkasting@chromium.org2008-10-077-3186/+12
| | | | | | | (Misc. build fixes for KJS build and remnants of unforking a couple of files.) Review URL: http://codereview.chromium.org/6321 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2969 0039d316-1c4b-4281-b951-d872f2087c98
* Use AccessibilityObjectWin.cpp as our AccessibilityObject stub in the Macmark@chromium.org2008-10-071-0/+4
| | | | | | | | | | | version. Yeah, you heard that right. We just need a "return false;" stub, and this does the trick. Down to 0 link errors. Now TestShell launches, doesn't crash. We're back to sea foam green. Review URL: http://codereview.chromium.org/6322 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2968 0039d316-1c4b-4281-b951-d872f2087c98
* Implement missing KURL functions for Mac port.jeremy@chromium.org2008-10-072-0/+72
| | | | | | Review URL: http://codereview.chromium.org/6319 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2966 0039d316-1c4b-4281-b951-d872f2087c98
* Provide a do-nothing constructor and destructor for the Mac ScrollView.mark@chromium.org2008-10-071-0/+6
| | | | | | Review URL: http://codereview.chromium.org/6318 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2965 0039d316-1c4b-4281-b951-d872f2087c98
* Provide not-a-Mac stubs for Chromium on the Mac. This is a temporarymark@chromium.org2008-10-071-1/+1
| | | | | | | | | local-only change that should not be upstreamed, and will go away when our Mac build does not use PLATFORM(MAC). DEPS change corresponds to local WebKit r2963. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2964 0039d316-1c4b-4281-b951-d872f2087c98
* Stub out plugin routines so we can link Mac port.jeremy@chromium.org2008-10-072-0/+70
| | | | | | Review URL: http://codereview.chromium.org/6555 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2962 0039d316-1c4b-4281-b951-d872f2087c98
* Merge in InspectorController changes. Get rid of all theojan@google.com2008-10-075-3378/+204
| | | | | | | | | | crazy ifdef'ing in port/.../InspectorController.cpp. Change jsc build back to useing the InspectorController in third_party/WebKit. Review URL: http://codereview.chromium.org/6519 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2961 0039d316-1c4b-4281-b951-d872f2087c98
* Changed/added baseline results for several layout tests.estade@chromium.org2008-10-0712-84/+32
| | | | | | Review URL: http://codereview.chromium.org/6294 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2960 0039d316-1c4b-4281-b951-d872f2087c98
* Forgot to update DEPS for webkitamanda@chromium.org2008-10-071-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6552 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2959 0039d316-1c4b-4281-b951-d872f2087c98
* Provide webcoresysteminterface; link testshell against it andmark@chromium.org2008-10-073-26/+188
| | | | | | | libWebKitSystemInterfaceLeopard. Review URL: http://codereview.chromium.org/6551 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2958 0039d316-1c4b-4281-b951-d872f2087c98
* Allow HAVE_ACCESSIBILITY to be turned off at build time. third_party/WebKitamanda@chromium.org2008-10-073-63/+7
| | | | | | | changes filed upstream as https://bugs.webkit.org/show_bug.cgi?id=21443 Review URL: http://codereview.chromium.org/6315 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2957 0039d316-1c4b-4281-b951-d872f2087c98
* Add still more new files to the build to resolve still more link dependencies.mark@chromium.org2008-10-073-9/+65
| | | | | | | | | | | | | | | | | | Now down to 25 missing symbols. Added files in: - jsbindings (generated files missed in r2938) - port - platform/network - webcore - loader/archive/cf - platform/network - rendering/style Provide a PrefetchDns stub just like the Windows test_shell.cc; the function name changed from our old version. Add SystemConfiguration.framework to the TestShell build. Review URL: http://codereview.chromium.org/6550 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2956 0039d316-1c4b-4281-b951-d872f2087c98
* Eliminate unintentional dependency on JSC's KJS::Heap in the V8 build bymark@chromium.org2008-10-072-5/+17
| | | | | | | | building PausedTimeouts.cpp from a location not likely to have header conflicts. The Visual Studio build does this too. Review URL: http://codereview.chromium.org/6549 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2955 0039d316-1c4b-4281-b951-d872f2087c98
* Fix 3 layout tests, annotate 3 others.ericroman@google.com2008-10-076-24/+14
| | | | | | | | | | | - Add missing binding for activeElement (http://trac.webkit.org/changeset/30866) - Add missing binding for hasFocus - Account for system colors in expected results (http://trac.webkit.org/changeset/28775) - Remove custom "HTMLDocument.idl:clear" method. Review URL: http://codereview.chromium.org/6298 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2954 0039d316-1c4b-4281-b951-d872f2087c98
* Modified constant names from Chrome to Google Chrome. Added logic to close ↵anantha@chromium.org2008-10-074-19/+16
| | | | | | | | feedback window, on uninstall. The tests are still disabled. Nicolas is going to investigate why they work fine locally and fail on buildbots. Review URL: http://codereview.chromium.org/5610 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2953 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some more link errors in Mac port.jeremy@chromium.org2008-10-071-0/+14
| | | | | | Review URL: http://codereview.chromium.org/6314 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2952 0039d316-1c4b-4281-b951-d872f2087c98
* More namespacing to fix the build.tc@google.com2008-10-071-2/+2
| | | | | | | TBR=amanada Review URL: http://codereview.chromium.org/6547 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2951 0039d316-1c4b-4281-b951-d872f2087c98