| Commit message (Expand) | Author | Age | Files | Lines |
* | Put back explicit $WEBKIT_DIR in CPPPATH (in place of the | sgk@google.com | 2008-08-20 | 1 | -0/+1 |
* | TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ... | evanm@google.com | 2008-08-20 | 2 | -8/+10 |
* | Merge NavigationController and NavigationControllerBase for test_shell. I als... | brettw@google.com | 2008-08-20 | 12 | -959/+316 |
* | Revert. Failing unit tests. | evanm@google.com | 2008-08-20 | 2 | -10/+8 |
* | Fix the lack of executable bits on code we can't modify in the | erg@google.com | 2008-08-20 | 2 | -0/+5 |
* | TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ... | evanm@google.com | 2008-08-20 | 2 | -8/+10 |
* | Remove an error that stopped happening. | erikkay@google.com | 2008-08-20 | 1 | -10/+0 |
* | Make pcre compile under Linux with SCons. | erg@google.com | 2008-08-20 | 2 | -17/+22 |
* | Get JSConfig and JavaScriptCore/libWTF.a building under linux. | erg@google.com | 2008-08-19 | 5 | -63/+94 |
* | Add glue\webframe_unittest.cc to the SCons build. | sgk@google.com | 2008-08-19 | 1 | -0/+1 |
* | Remove .afm files from test_shell since we don't use the font-metrics hacks | pamg@google.com | 2008-08-19 | 1 | -200/+0 |
* | Add a unit test for getting the text of a webframe. This fixes a serious cras... | brettw@google.com | 2008-08-19 | 3 | -14/+102 |
* | Update a forgotten user of the Sys StringPiece conversion functions to includ... | deanm@google.com | 2008-08-19 | 1 | -0/+1 |
* | Mark setting-properties-on-closed-window.html as timing out (sometimes). | kasperl@google.com | 2008-08-19 | 1 | -0/+3 |
* | Use LF for newlines in all DEPS files | mmentovai@google.com | 2008-08-18 | 4 | -15/+15 |
* | Fix full text indexing. My crash fix was overly aggressive and it was stopping | brettw@google.com | 2008-08-18 | 1 | -4/+3 |
* | The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG... | jnd@google.com | 2008-08-18 | 8 | -5/+30 |
* | Rev string conversions to work in UTF-32 land. | avi@google.com | 2008-08-18 | 2 | -4/+36 |
* | Final changes to make checkdeps happy. | brettw@google.com | 2008-08-15 | 1 | -0/+4 |
* | Step 1 at making Gears run in the renderer process (enabled by switch | mpcomplete@google.com | 2008-08-15 | 4 | -4/+17 |
* | Fix some gcc'isms in compilation. Break circular dependency between v8_common... | pinkerton@google.com | 2008-08-15 | 7 | -188/+230 |
* | changes to pending needed to build WebCore | pinkerton@google.com | 2008-08-15 | 3 | -4/+15 |
* | Add rebaselined pixel test results to LayoutTets/editing/pasteboard/copy-stan... | dglazkov@google.com | 2008-08-15 | 2 | -1/+1 |
* | This change fixes http://b/1325836, which is obscure but has a benefit of let... | dglazkov@google.com | 2008-08-15 | 6 | -5/+72 |
* | Large patch set (159 files total) to cleanup the includes. | maruel@google.com | 2008-08-15 | 4 | -9/+8 |
* | Introduce MessagePump to represent the native message pump used to drive a | darin@google.com | 2008-08-15 | 4 | -13/+16 |
* | Make more cross-platform | pinkerton@google.com | 2008-08-15 | 1 | -1/+1 |
* | Fix #ifdef parse error | pinkerton@google.com | 2008-08-14 | 1 | -1/+1 |
* | Fixing more forward decls of enums | pinkerton@google.com | 2008-08-14 | 1 | -1/+2 |
* | Allow compilation by GCC (no forward enums) and ifdef out a part of apple's r... | pinkerton@google.com | 2008-08-14 | 1 | -2/+2 |
* | Remove DOM*.h objC bindings from v8 build. Don't use forked ScrollView.h | pinkerton@google.com | 2008-08-14 | 1 | -17/+1 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b9... | awalker@google.com | 2008-08-14 | 27 | -57/+57 |
* | bootstrap v8 js binding/header generation and putting them in a subdir so swi... | pinkerton@google.com | 2008-08-14 | 5 | -17/+31 |
* | Commit recent string changes to zh_cn. | mal@google.com | 2008-08-14 | 1 | -3/+3 |
* | DCHECK vswprintf format string cross-platform portability. Use %ls, not %s, ... | mmentovai@google.com | 2008-08-14 | 3 | -4/+9 |
* | Use %ls instead of %s in wprintf format strings for wchar_t fields. | mmentovai@google.com | 2008-08-14 | 2 | -6/+6 |
* | Add a helper method to SConscript.main for adding .pdb files to the | tc@google.com | 2008-08-13 | 2 | -9/+4 |
* | Set the svn:eol-style to LF on all SConscript files | tc@google.com | 2008-08-13 | 11 | -2478/+2478 |
* | Reference the build script in the project. This has no impact except being cl... | maruel@google.com | 2008-08-13 | 1 | -0/+4 |
* | Removed reference from the WebKit Visual Studio solution to the project libjscre | sgjesse@google.com | 2008-08-13 | 1 | -9/+0 |
* | Change the ProxyService to work with ASCII strings. | darin@google.com | 2008-08-12 | 1 | -5/+5 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@677 0039d316-1c4b-4281-b9... | dglazkov@google.com | 2008-08-11 | 2 | -3/+3 |
* | Update chrome strings ('it' translation clean ups). | tc@google.com | 2008-08-11 | 1 | -2/+2 |
* | Made portable by use of WaitableEvent. | darin@google.com | 2008-08-11 | 1 | -23/+12 |
* | Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory. | darin@google.com | 2008-08-11 | 1 | -5/+5 |
* | Reapply the usage new Visual Studio project files for the webkit project. | sgjesse@google.com | 2008-08-11 | 2 | -53/+34 |
* | Add debug-only failures to tests_fixable.txt pending further investigation. | pamg@google.com | 2008-08-09 | 1 | -0/+14 |
* | Revert my change for c_utility so that the JSC build will compile | brettw@google.com | 2008-08-09 | 1 | -1/+1 |
* | Make sure to Arial is used for buttons and other ui elements in Latin/Greek/C... | jungshik@google.com | 2008-08-08 | 1 | -1/+5 |
* | Fix a bunch of include problems that my deps checker tool found. Mostly I mad... | brettw@google.com | 2008-08-08 | 17 | -20/+20 |