summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Fixing 1669: Renderer crashes on FindNextfinnur@google.com2008-09-102-20/+57
* Stub out webplugin_impl to make more progress on testshellpinkerton@google.com2008-09-101-0/+54
* Bring layout_test_controller.cc into the mac project.avi@google.com2008-09-101-2/+2
* make more cross platform, use process_utils to get proc id. remove unused hea...pinkerton@google.com2008-09-101-6/+6
* Simply use a named enum instead of a typedef.evanm@google.com2008-09-101-1/+1
* This fixes http://code.google.com/p/chromium/issues/detail?id=643, whichiyengar@google.com2008-09-102-35/+52
* remove platform includespinkerton@google.com2008-09-091-4/+2
* define constants for strings in absence of GRIT machinery on mac&linux as a t...pinkerton@google.com2008-09-092-1/+49
* fill in a missing routine for MacOSpinkerton@google.com2008-09-092-0/+10
* remove reference in mac ifdef to a function not in the shared RendeTheme headerpinkerton@google.com2008-09-091-4/+0
* Apply xcconfigs to Mac TestShell, fix warningsmmentovai@google.com2008-09-091-0/+2
* fix platform differences in editor client, make compile on non-windowspinkerton@google.com2008-09-092-9/+41
* fix win bustagepinkerton@google.com2008-09-092-1/+2
* if-def the event conversion code to fit with the ifdefs in WebCore.pinkerton@google.com2008-09-092-3/+37
* stub out win-only routines and impl user agent for MacOS Xpinkerton@google.com2008-09-091-2/+23
* Use a GURL instead of a string when creating object, saves two string convers...pinkerton@google.com2008-09-092-6/+5
* Replace all instances of <hash_map> with a "base/hash_tabe.h",erg@google.com2008-09-084-15/+9
* fix build issue on Linux with GCC 4.1.2evanm@google.com2008-09-082-0/+2
* Need to close the plugin stream if NPP_Write fails.darin@google.com2008-09-082-9/+17
* Update chrome trunk's v8 dependency from trunk@101 to trunk@138.ericroman@google.com2008-09-082-2/+2
* Just compile some basic files so we get a libGlue.a.evanm@google.com2008-09-074-17/+39
* Rollback the rollback of r1806. Wasn't the cause of the test failure.ojan@google.com2008-09-062-3/+5
* Rollback 1806, requested by Ojan.evanm@google.com2008-09-062-5/+3
* Fix webkit.xcodeproj. Make it use our new xcconfig and common build directorymmentovai@google.com2008-09-061-0/+1
* tweaks for mac and linuxpinkerton@google.com2008-09-052-3/+5
* back out part of last change, better fix upcoming.pinkerton@google.com2008-09-051-1/+1
* fix copy/paste errorpinkerton@google.com2008-09-051-0/+1
* pick up another forked file in pending/kjs, if-def scrollView and bitmap usag...pinkerton@google.com2008-09-051-1/+35
* ifdef around windows codepinkerton@google.com2008-09-051-1/+10
* Fixes the following bugs reported with the Silverlight plugin:-iyengar@google.com2008-09-041-0/+10
* Changes to pending to get WebCore to compile on linux. Thistc@google.com2008-09-041-1/+1
* This fixes http://code.google.com/p/chromium/issues/detail?id=493, whichiyengar@google.com2008-09-031-2/+2
* Change the path of the V8 API headers from public to includesgjesse@google.com2008-09-032-2/+2
* Remove last minute #define and change UA string to Chromemal@google.com2008-09-021-2/+2
* Update Copyright text in SCons config files.sgk@google.com2008-09-012-56/+8
* platform ifdefs for webview. Add platform_viewdefs to wrap things like HWNDs ...pinkerton@google.com2008-08-299-23/+104
* Made changes to the JavaScript debugger in preparing for an upcomingsgjesse@google.com2008-08-292-0/+10
* The GetWindowRect must return the rect of the container HWND; not the actual ...erg@google.com2008-08-282-3/+5
* Move std::string16 to base::string16. Don't pollute the std namespace. Don'tmmentovai@google.com2008-08-274-11/+11
* Use correct decls for non-windows platforms. Create a platform-neutral wrappe...pinkerton@google.com2008-08-271-4/+4
* include basictypes for mac/linuxpinkerton@google.com2008-08-271-0/+1
* include config.h first otherwise bad things happenpinkerton@google.com2008-08-271-0/+1
* use the correct string converstion utilpinkerton@google.com2008-08-271-1/+1
* make reference parameters const.pinkerton@google.com2008-08-273-15/+16
* use the correct string conversion. pinkerton@google.com2008-08-261-1/+1
* Use appropriate string conversion on |url_|.pinkerton@google.com2008-08-261-1/+2
* Add UTF8 <-> UTF-16 conversion functions, and a WebCore::String -> std::strin...brettw@google.com2008-08-262-14/+25
* can't forward declare enums outside MSVC.pinkerton@google.com2008-08-261-1/+1
* need to include config.h firstpinkerton@google.com2008-08-261-1/+1
* Mac-ify webinputeventavi@google.com2008-08-264-11/+209