summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Start porting port. Also move perl declarations into the correct place erg@google.com2008-08-216-125/+126
* Fix ChromeClientImpl::windowRect() to return the currenterg@google.com2008-08-214-20/+30
* Don't leak the pending entry in test_shell.brettw@google.com2008-08-211-0/+1
* Fixed bug #1251296jhaas@google.com2008-08-211-7/+8
* Fix a build idiocraty with NTFS and Vista in particular. Cygwin tries to be a...maruel@google.com2008-08-212-1/+10
* put our forked BackForwardList.h into the headermap for WebCore target so we ...pinkerton@google.com2008-08-211-30/+19
* Update googleurl to r91. This fixes the linux build.tc@google.com2008-08-211-1/+1
* Update chrome strings.tc@google.com2008-08-212-30/+30
* Make sure that javascript exceptions thrown while evaluating the codeager@google.com2008-08-213-4/+18
* Port the Thread class properly to Mac and Linux. This involved portingdarin@google.com2008-08-211-0/+2
* As Brett pointed it out, We normally use 8-bit for encoding names since they'...jnd@google.com2008-08-217-14/+14
* Hopefully fix leaks of TestNavigationEntries. They aren't be deleted in the d...brettw@google.com2008-08-212-11/+9
* Remove temp\test_navigation_controller_base.cc from SCons build.sgk@google.com2008-08-201-1/+0
* Put back explicit $WEBKIT_DIR in CPPPATH (in place of thesgk@google.com2008-08-201-0/+1
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-202-8/+10
* Merge NavigationController and NavigationControllerBase for test_shell. I als...brettw@google.com2008-08-2012-959/+316
* Revert. Failing unit tests.evanm@google.com2008-08-202-10/+8
* Fix the lack of executable bits on code we can't modify in the erg@google.com2008-08-202-0/+5
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-202-8/+10
* Remove an error that stopped happening.erikkay@google.com2008-08-201-10/+0
* Make pcre compile under Linux with SCons.erg@google.com2008-08-202-17/+22
* Get JSConfig and JavaScriptCore/libWTF.a building under linux.erg@google.com2008-08-195-63/+94
* Add glue\webframe_unittest.cc to the SCons build.sgk@google.com2008-08-191-0/+1
* Remove .afm files from test_shell since we don't use the font-metrics hackspamg@google.com2008-08-191-200/+0
* Add a unit test for getting the text of a webframe. This fixes a serious cras...brettw@google.com2008-08-193-14/+102
* Update a forgotten user of the Sys StringPiece conversion functions to includ...deanm@google.com2008-08-191-0/+1
* Mark setting-properties-on-closed-window.html as timing out (sometimes).kasperl@google.com2008-08-191-0/+3
* Use LF for newlines in all DEPS filesmmentovai@google.com2008-08-184-15/+15
* 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-188-5/+30
* 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
* Fix some gcc'isms in compilation. Break circular dependency between v8_common...pinkerton@google.com2008-08-157-188/+230
* changes to pending needed to build WebCorepinkerton@google.com2008-08-153-4/+15
* Add rebaselined pixel test results to LayoutTets/editing/pasteboard/copy-stan...dglazkov@google.com2008-08-152-1/+1
* This change fixes http://b/1325836, which is obscure but has a benefit of let...dglazkov@google.com2008-08-156-5/+72
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-154-9/+8
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-154-13/+16
* Make more cross-platformpinkerton@google.com2008-08-151-1/+1
* Fix #ifdef parse errorpinkerton@google.com2008-08-141-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
* Remove DOM*.h objC bindings from v8 build. Don't use forked ScrollView.hpinkerton@google.com2008-08-141-17/+1
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b9...awalker@google.com2008-08-1427-57/+57
* bootstrap v8 js binding/header generation and putting them in a subdir so swi...pinkerton@google.com2008-08-145-17/+31
* 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-143-4/+9
* Use %ls instead of %s in wprintf format strings for wchar_t fields.mmentovai@google.com2008-08-142-6/+6
* Add a helper method to SConscript.main for adding .pdb files to thetc@google.com2008-08-132-9/+4