summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue 3039/3040 (Add to dictionary crasher). Earlier, the hentry was ↵sidchat@google.com2008-10-032-19/+11
| | | | | | | | being generated manually, and incorrectly, when add to dictionary was trigerred, leading to failures occasionally in hunspell. This patch generates the hentry using existing hunspell method for generating hentry. Review URL: http://codereview.chromium.org/6430 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2850 0039d316-1c4b-4281-b951-d872f2087c98
* temporarily adding file to resolve issue where we can't just add port to ↵pinkerton@google.com2008-10-031-0/+142
| | | | | | | | search header list for webcore. will fix later. Review URL: http://codereview.chromium.org/6246 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2849 0039d316-1c4b-4281-b951-d872f2087c98
* Move local changes into the local WebKit branch:mark@chromium.org2008-10-032-343/+1
| | | | | | | | | Add a couple really simple #ifndef checks to help the Mac build. Filed upstream: https://bugs.webkit.org/show_bug.cgi?id=21333 Corresponds to local WebKit branch change r2847. Review URL: http://codereview.chromium.org/6460 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2848 0039d316-1c4b-4281-b951-d872f2087c98
* use updated add/release methodspinkerton@google.com2008-10-031-2/+2
| | | | | | Review URL: http://codereview.chromium.org/6459 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2846 0039d316-1c4b-4281-b951-d872f2087c98
* Make ClipboardTest a PlatformTest to get autorelease pool management, neededmark@chromium.org2008-10-031-15/+13
| | | | | | | on the Mac Review URL: http://codereview.chromium.org/6455 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2845 0039d316-1c4b-4281-b951-d872f2087c98
* -Wno-multichar isn't a MSVC compiler option;sgk@google.com2008-10-031-6/+4
| | | | | | | move it to non-Windows initialization. Review URL: http://codereview.chromium.org/6452 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2844 0039d316-1c4b-4281-b951-d872f2087c98
* roll foward /*jeremy@chromium.org2008-10-031-1/+5
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2843 0039d316-1c4b-4281-b951-d872f2087c98
* use PassRefPtr for event creation rather than nakedmbelshe@google.com2008-10-034-10/+11
| | | | | | | | pointers. Review URL: http://codereview.chromium.org/6454 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2842 0039d316-1c4b-4281-b951-d872f2087c98
* Use the full src-relative path to gtest.hmark@chromium.org2008-10-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2841 0039d316-1c4b-4281-b951-d872f2087c98
* rollback due to build bustagejeremy@chromium.org2008-10-031-5/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2840 0039d316-1c4b-4281-b951-d872f2087c98
* Stub out Mac version of SerializeSkBitmap() function.jeremy@chromium.org2008-10-031-0/+13
| | | | | | Review URL: http://codereview.chromium.org/6451 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2839 0039d316-1c4b-4281-b951-d872f2087c98
* Add a FilePath objectmark@chromium.org2008-10-037-5/+725
| | | | | | Review URL: http://codereview.chromium.org/6025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2838 0039d316-1c4b-4281-b951-d872f2087c98
* Redefine PLATFORM(CG) and PLATFORM(CF) on Mac build of Chrome.jeremy@chromium.org2008-10-031-1/+5
| | | | | | Review URL: http://codereview.chromium.org/6244 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2837 0039d316-1c4b-4281-b951-d872f2087c98
* yet another attempt to get the webkit builders greenojan@google.com2008-10-031-0/+4
| | | | | | Review URL: http://codereview.chromium.org/6438 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2836 0039d316-1c4b-4281-b951-d872f2087c98
* WebCore's Console.cpp has extra dependencies on JSC. We have our own versionmark@chromium.org2008-10-031-2/+6
| | | | | | | | | | in port, which we should probably be using instead, so disable the one in the webcore target, and add the port version to the port target. Also, add the webcore prefix header to the port target, to ensure all indirect dependencies of Console.cpp are satisfied. Review URL: http://codereview.chromium.org/6242 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2835 0039d316-1c4b-4281-b951-d872f2087c98
* Implement MessageLoopForUI using GLib. This gets some exercise fromdsh@google.com2008-10-035-8/+415
| | | | | | | | | | base_unittest. BUG=1319 Review URL: http://codereview.chromium.org/4261 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2834 0039d316-1c4b-4281-b951-d872f2087c98
* Wrap last change in USE_GOOGLE_URL_LIBRARYmark@chromium.org2008-10-031-0/+4
| | | | | | Review URL: http://codereview.chromium.org/6241 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2833 0039d316-1c4b-4281-b951-d872f2087c98
* KURL::m_string only exists in the non-GURL version of KURL; make the NSString*mark@chromium.org2008-10-031-1/+1
| | | | | | | | conversion always get the string through the approved accessor instead of using the member directly. Review URL: http://codereview.chromium.org/6240 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2832 0039d316-1c4b-4281-b951-d872f2087c98
* Add more directories to HEADER_SEARCH_PATHS following the mergemark@chromium.org2008-10-031-0/+6
| | | | | | Review URL: http://codereview.chromium.org/6450 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2831 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes for the webcore target. Don't use another DerivedSources phase, justmark@chromium.org2008-10-032-29/+5
| | | | | | | rely on the DerivedSources generated by the v8 jsbindings target. Review URL: http://codereview.chromium.org/6449 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2830 0039d316-1c4b-4281-b951-d872f2087c98
* Re-fork Platform.h to add a couple really simple #ifndef checks to help themark@chromium.org2008-10-032-1/+343
| | | | | | | | Mac build. These changes should be easy to upstream. Corresponds to local WebKit change r2828. Review URL: http://codereview.chromium.org/6238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2829 0039d316-1c4b-4281-b951-d872f2087c98
* Use the trunk WebKit method of disabling static constructors onmark@chromium.org2008-10-031-1/+2
| | | | | | | | AtomicString.cpp. We still can't unfork this file because we disable some extra JSC-only stuff. Review URL: http://codereview.chromium.org/6428 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2827 0039d316-1c4b-4281-b951-d872f2087c98
* Let's try this again. The regressions were caused by an incorrect useager@google.com2008-10-035-4/+86
| | | | | | | | | | | of the current context instead of last entered context. Create node wrappers in the context to which the nodes belong instead of the context of the code accessing them. This fixes the issue where the prototype library does not work if the JavaScript console is open. Review URL: http://codereview.chromium.org/6442 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2826 0039d316-1c4b-4281-b951-d872f2087c98
* These tests weren't mentioned in the bug but needed to be updated assky@google.com2008-10-0310-17/+5
| | | | | | | | | | | | | well once I modified the binding code. I'm TBRing this one. BUG=3010 TEST=covered by tests Review URL: http://codereview.chromium.org/6439 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2825 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes a handful of broken tests after the merge that resulted from ussky@google.com2008-10-0315-18/+47
| | | | | | | | | | | | | not compiling some new binding classes. Note that I'm removing the expected output for variable-iteration-test as it was wrong. We're not passing this one for a different reason (no idea what that is now). BUG=3010 TEST=covered by tests Review URL: http://codereview.chromium.org/6228 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2824 0039d316-1c4b-4281-b951-d872f2087c98
* Add Hammer to the svn:ignore list. This is mainly to help the linux try bot ↵maruel@google.com2008-10-030-0/+0
| | | | | | to stop clobbering at each build. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2823 0039d316-1c4b-4281-b951-d872f2087c98
* We need to layout child frames too!darin@chromium.org2008-10-031-0/+5
| | | | | | | | R=tony Review URL: http://codereview.chromium.org/6437 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2822 0039d316-1c4b-4281-b951-d872f2087c98
* Relocate files in webcore/svg post-merge.jeremy@chromium.org2008-10-021-102/+18
| | | | | | Review URL: http://codereview.chromium.org/6432 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2821 0039d316-1c4b-4281-b951-d872f2087c98
* Move moved/renamed files from the webkit mergeamanda@chromium.org2008-10-021-36/+8
| | | | | | Review URL: http://codereview.chromium.org/6230 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2820 0039d316-1c4b-4281-b951-d872f2087c98
* Fixup paths in webcore/platforms/textjeremy@chromium.org2008-10-021-56/+64
| | | | | | Review URL: http://codereview.chromium.org/6226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2819 0039d316-1c4b-4281-b951-d872f2087c98
* Unskip some more tests.aa@chromium.org2008-10-023-5/+6
| | | | | | | | | | | | | | | - xmlhttprequest-get: looks like a genuine failure, so added to tests_fixable.txt - nsresolver-exception: expected result is an error, and we get the same error. I think this should count as passing because we have the same behavior as webkit. Rebaselined because our errors are formatted slightly differently. - everything else passes without changes. Review URL: http://codereview.chromium.org/6429 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2818 0039d316-1c4b-4281-b951-d872f2087c98
* Moved or renamed files from webkit mergeamanda@chromium.org2008-10-021-69/+27
| | | | | | Review URL: http://codereview.chromium.org/6225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2817 0039d316-1c4b-4281-b951-d872f2087c98
* Fix indentation.patrick@chromium.org2008-10-021-2/+2
| | | | | | Review URL: http://codereview.chromium.org/5636 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2816 0039d316-1c4b-4281-b951-d872f2087c98
* Bring up clipboard_unittest.cc on the Mac.jeremy@chromium.org2008-10-025-74/+252
| | | | | | Review URL: http://codereview.chromium.org/6424 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2815 0039d316-1c4b-4281-b951-d872f2087c98
* A partially working implementation of a faster safe browsing implementation.erikkay@google.com2008-10-0210-2/+1343
| | | | | | Review URL: http://codereview.chromium.org/5643 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2814 0039d316-1c4b-4281-b951-d872f2087c98
* Mark XHTML tests skipped again. I accidentally tested aaa@chromium.org2008-10-022-6/+1
| | | | | | | | | | | | smaller subset of these than I enabled - more of them are failing than I thought. Removed the overlapping entries from tests_fixable.txt just to keep things clean. Review URL: http://codereview.chromium.org/6427 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2813 0039d316-1c4b-4281-b951-d872f2087c98
* Remove dep on iphlpapi.dll.tc@google.com2008-10-021-3/+0
| | | | | | | TBR=brettw Review URL: http://codereview.chromium.org/6222 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2812 0039d316-1c4b-4281-b951-d872f2087c98
* land first round of project cleanup. TBR, already reviewed from awalker's treepinkerton@google.com2008-10-021-121/+93
| | | | | | Review URL: http://codereview.chromium.org/4213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2811 0039d316-1c4b-4281-b951-d872f2087c98
* Re-catch-up SCons webkit build (r2734) plus:sgk@google.com2008-10-022-57/+51
| | | | | | | | | * Have v8 build v8.lib with snapshot=off. * Call the v8 build again to build copies of libraries-empty.obj and snapshot.obj with which we build v8_snapshot.lib. Review URL: http://codereview.chromium.org/6403 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2810 0039d316-1c4b-4281-b951-d872f2087c98
* LayoutTests/dom/xhtml pass for the most part, so remove fromaa@chromium.org2008-10-022-12/+6
| | | | | | | | | | | | tests_ignored.txt and tests_fixable.txt. A few new ones do not pass on chromium, but do on webkit trunk, so added those to tests_fixable for more investigation. Review URL: http://codereview.chromium.org/6208 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2809 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the network state notifier and the corresponding DLL. This is likely ↵brettw@google.com2008-10-022-61/+6
| | | | | | | | | causing some startup performance regressions, and we don't really need it now anyway. We should have a different design when we implement this in the future. BUG=3076 Review URL: http://codereview.chromium.org/6404 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2808 0039d316-1c4b-4281-b951-d872f2087c98
* putting the ifdef back the way it needs to be for mac until we can upstream ↵pinkerton@google.com2008-10-021-1/+4
| | | | | | | | other changes Review URL: http://codereview.chromium.org/6405 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2807 0039d316-1c4b-4281-b951-d872f2087c98
* Set svn:ignore = open-vcdiff on sdch; open-vcdiff is brought in via DEPSmark@chromium.org2008-10-020-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2806 0039d316-1c4b-4281-b951-d872f2087c98
* Rollback startup pert test.tc@google.com2008-10-021-7/+5
| | | | | | | TBR=erg git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2805 0039d316-1c4b-4281-b951-d872f2087c98
* Drop V8DOMWindow dependency on databasemark@chromium.org2008-10-022-1/+2
| | | | | | Review URL: http://codereview.chromium.org/6205 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2804 0039d316-1c4b-4281-b951-d872f2087c98
* De-obsolete StaticConstructors.h, root repository portion of r2802mark@chromium.org2008-10-022-74/+1
| | | | | | Review URL: http://codereview.chromium.org/6206 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2803 0039d316-1c4b-4281-b951-d872f2087c98
* Speculative check to reduce the amount of stuff happening ontc@google.com2008-10-021-5/+7
| | | | | | | | | startup. We don't need the webkit threading stuff until we get html5 database running. Review URL: http://codereview.chromium.org/5675 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2801 0039d316-1c4b-4281-b951-d872f2087c98
* Linux compile fixerg@google.com2008-10-021-2/+2
| | | | | | | | | Fix case of include, filesystem is case sensitive on Linux Patch from icefox. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2800 0039d316-1c4b-4281-b951-d872f2087c98
* Make jsbindings build almost all of the way on the Mac. The remaining errorsmark@chromium.org2008-10-021-4/+10
| | | | | | | | | | | are StaticConstructors.h (fixed in another change), some stuff about database support in V8DOMWindow.cpp (looks like the #ifdefs aren't quite right), and something else about the frame loader client being pure virtual. The fixes here are just the fixes doable in the project file, and mostly involve changes to FEATURE_DEFINES and HEADER_SEARCH_PATHS. Review URL: http://codereview.chromium.org/6202 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2799 0039d316-1c4b-4281-b951-d872f2087c98
* Get more of webkit building under Linux.erg@google.com2008-10-027-37/+40
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2798 0039d316-1c4b-4281-b951-d872f2087c98