summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add namespace for UTF16Char to unbreak the linux buildamanda@chromium.org2008-10-071-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6546 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2950 0039d316-1c4b-4281-b951-d872f2087c98
* Add more new files to the build to resolve some more link dependencies. Nowmark@chromium.org2008-10-071-21/+65
| | | | | | | | | | down to 45 missing symbols. Added files in: - wtf - jsbindings - port/bindings/v8 Review URL: http://codereview.chromium.org/6312 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2949 0039d316-1c4b-4281-b951-d872f2087c98
* Fix another couple of link errors in the Mac port.jeremy@chromium.org2008-10-071-0/+18
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2948 0039d316-1c4b-4281-b951-d872f2087c98
* Add GKURL.cpp, adjust a couple lingering wchar_ts to UTF16Charsamanda@chromium.org2008-10-073-3/+7
| | | | | | Review URL: http://codereview.chromium.org/6310 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2947 0039d316-1c4b-4281-b951-d872f2087c98
* Fix another few link errors in the Mac port.jeremy@chromium.org2008-10-071-0/+26
| | | | | | Review URL: http://codereview.chromium.org/6545 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2946 0039d316-1c4b-4281-b951-d872f2087c98
* add CollatorICU to projectpinkerton@google.com2008-10-071-0/+8
| | | | | | Review URL: http://codereview.chromium.org/6309 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2945 0039d316-1c4b-4281-b951-d872f2087c98
* The current code over-creates SimpleFontData wrappers; it shouldmbelshe@google.com2008-10-071-1/+1
| | | | | | | | pull them from the cache. Review URL: http://codereview.chromium.org/6308 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2944 0039d316-1c4b-4281-b951-d872f2087c98
* Moving libraries and executables in the windows build to prepare for landing ↵pinkerton@google.com2008-10-0761-6/+6
| | | | | | | | of mac/linux binaries in parallel locations Review URL: http://codereview.chromium.org/5629 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2943 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a couple of link errors.jeremy@chromium.org2008-10-071-0/+16
| | | | | | Review URL: http://codereview.chromium.org/6307 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2942 0039d316-1c4b-4281-b951-d872f2087c98
* include refcountedleakcounterpinkerton@google.com2008-10-071-0/+4
| | | | | | Review URL: http://codereview.chromium.org/6543 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2941 0039d316-1c4b-4281-b951-d872f2087c98
* Fix #include "WebSystemInterface.h" in TestShell so that we can get back tomark@chromium.org2008-10-072-1/+3
| | | | | | | not linking. Review URL: http://codereview.chromium.org/6541 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2940 0039d316-1c4b-4281-b951-d872f2087c98
* Add more new files to the build to resolve some more link dependencies. Nowmark@chromium.org2008-10-071-14/+192
| | | | | | | | | | | | | | down to 151 missing symbols. Added files in: - webcore - html - dom - loader/archive - svg/animation - page - css (oops, missed a file last time) Review URL: http://codereview.chromium.org/6306 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2939 0039d316-1c4b-4281-b951-d872f2087c98
* Add new files to the build to resolve some link dependencies, now down to 250mark@chromium.org2008-10-071-16/+232
| | | | | | | | | | | | | missing symbols: - jsbindings (generated files) - webcore - css - page/animation - platform/graphics - xml Review URL: http://codereview.chromium.org/6603 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2938 0039d316-1c4b-4281-b951-d872f2087c98
* Move on to the "298 link errors" stage of the McMerge game:mark@chromium.org2008-10-076-346/+0
| | | | | | | | | | | | - Remove "temp" copy of WebKitSystemInterface from TestShell. They don't work with our new WebKit snapshot, we should be using the files from the WebKit directory instead, and we should handle their build in webkit.xcodeproj. - Remove two stub methods from AXObjectCacheMac that were causing duplicate symbol errors when combined with WebKit's AXObjectCache. Review URL: http://codereview.chromium.org/6304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2937 0039d316-1c4b-4281-b951-d872f2087c98