summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add deps files and rules for the checkdeps script.brettw@google.com2008-08-082-0/+6
* Turn off pseudo localized strings.tc@google.com2008-08-071-2/+2
* Remove the old NativeMB functions from string util, and use the new ones in s...brettw@google.com2008-08-073-8/+12
* merge changes to cpp_bound_class from mac_july_2008 branch.ericroman@google.com2008-08-062-3/+3
* Add npruntime_util.cc to SCons build.sgk@google.com2008-08-061-0/+1
* fix kjs builddarin@google.com2008-08-061-1/+2
* fix kjs builddarin@google.com2008-08-061-1/+1
* Improve NPRuntime marshalling by adding glue functions for serializing / dese...darin@google.com2008-08-062-0/+136
* Some translation updates for WebKit resources.mal@google.com2008-08-053-4/+10
* Pull the major and minor webkit version numbers from WebCore/Configurations/V...erikkay@google.com2008-08-042-3/+16
* Checking in the rest of the .lib changes, previous commit was only done from ...sgk@google.com2008-08-041-2/+11
* Pull the block of common Windows system libraries that we link with everywher...sgk@google.com2008-08-041-21/+1
* Convert webkit SConscript files to psuedo-builder calls.sgk@google.com2008-08-032-2/+2
* Fix DCHECK in history_backend by ensuring we clear redirect tracking state wh...timsteele@google.com2008-08-012-4/+14
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-314-21/+18
* Turns out this fix works pretty well; the failures remaining after this fix a...mbelshe@google.com2008-07-311-1/+5
* Initial cleanups en route to coalescing the get-it-built cut-and-paste from v...sgk@google.com2008-07-312-58/+54
* This changes the assertion somewhat. We get NULL a lot, just with no characte...brettw@google.com2008-07-301-6/+21