summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some more glue code for the personalization module.ericcheng@google.com2008-08-264-0/+33
* Ensure "contextmenu" event is dispatched _after_ "mouseup".ericroman@google.com2008-08-252-26/+31
* Use a more compact license header in source files.license.bot2008-08-24167-4681/+668
* Fix ChromeClientImpl::windowRect() to return the currenterg@google.com2008-08-212-15/+25
* Update chrome strings.tc@google.com2008-08-212-30/+30
* As Brett pointed it out, We normally use 8-bit for encoding names since they'...jnd@google.com2008-08-215-12/+12
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-202-8/+10
* Revert. Failing unit tests.evanm@google.com2008-08-202-10/+8
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-202-8/+10
* Add a unit test for getting the text of a webframe. This fixes a serious cras...brettw@google.com2008-08-192-14/+98
* Update a forgotten user of the Sys StringPiece conversion functions to includ...deanm@google.com2008-08-191-0/+1
* Use LF for newlines in all DEPS filesmmentovai@google.com2008-08-182-10/+10
* Fix full text indexing. My crash fix was overly aggressive and it was stoppingbrettw@google.com2008-08-181-4/+3
* The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG...jnd@google.com2008-08-185-3/+25
* Rev string conversions to work in UTF-32 land.avi@google.com2008-08-182-4/+36
* Final changes to make checkdeps happy.brettw@google.com2008-08-151-0/+4
* Step 1 at making Gears run in the renderer process (enabled by switchmpcomplete@google.com2008-08-154-4/+17
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-153-8/+7
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-6/+3
* Make more cross-platformpinkerton@google.com2008-08-151-1/+1
* Fixing more forward decls of enumspinkerton@google.com2008-08-141-1/+2
* Allow compilation by GCC (no forward enums) and ifdef out a part of apple's r...pinkerton@google.com2008-08-141-2/+2
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b9...awalker@google.com2008-08-148-20/+20
* Commit recent string changes to zh_cn.mal@google.com2008-08-141-3/+3
* DCHECK vswprintf format string cross-platform portability. Use %ls, not %s, ...mmentovai@google.com2008-08-142-2/+5
* Use %ls instead of %s in wprintf format strings for wchar_t fields.mmentovai@google.com2008-08-142-6/+6
* Set the svn:eol-style to LF on all SConscript filestc@google.com2008-08-131-107/+107
* Change the ProxyService to work with ASCII strings.darin@google.com2008-08-121-5/+5
* Update chrome strings ('it' translation clean ups).tc@google.com2008-08-111-2/+2
* Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory.darin@google.com2008-08-111-5/+5
* Revert my change for c_utility so that the JSC build will compilebrettw@google.com2008-08-091-1/+1
* Fix a bunch of include problems that my deps checker tool found. Mostly I mad...brettw@google.com2008-08-086-8/+8