| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix string conversions for Mac build bustage | brettw@google.com | 2008-09-13 | 1 | -1/+1 |
* | Fix cygwin posix access control emulation on Vista. It's broken. | maruel@google.com | 2008-09-13 | 1 | -0/+3 |
* | misc. http response status-line changes: | ericroman@google.com | 2008-09-13 | 1 | -8/+2 |
* | Fix a Mac compile problem as a result of my recent backout. | brettw@google.com | 2008-09-12 | 1 | -1/+2 |
* | Revert the change that fixed the encoding when viewing source in subframes. | brettw@google.com | 2008-09-12 | 7 | -17/+16 |
* | Add DLOG(INFO) before 'TODO: implement me'. | fqian@google.com | 2008-09-12 | 1 | -1/+13 |
* | Disable the test. | fqian@google.com | 2008-09-12 | 1 | -0/+5 |
* | Fixes possible crash in copying url to clipboard. I believe the crash | sky@google.com | 2008-09-12 | 1 | -1/+1 |
* | Remove an unexisting file from the project. | maruel@google.com | 2008-09-12 | 1 | -10/+2 |
* | Fix bustage in r2110; fix the return type | avi@google.com | 2008-09-12 | 2 | -2/+2 |
* | Add a test case for Java applet of issue 580. | fqian@google.com | 2008-09-12 | 2 | -0/+31 |
* | Bring the Mac test shell into the fold. | avi@google.com | 2008-09-12 | 1 | -0/+947 |
* | I took the patch from bill.neubauer@gmail.com (http://codereview.chromium.org... | fqian@google.com | 2008-09-12 | 3 | -2/+34 |
* | Small tweak for platform-free types. | avi@google.com | 2008-09-12 | 1 | -2/+2 |
* | Sort allegedly-sorted lists | mark@chromium.org | 2008-09-11 | 1 | -4/+4 |
* | Minor fixes for Mac main. Won't compile cleanly until the WebCore merge comes. | avi@google.com | 2008-09-11 | 1 | -3/+1 |
* | fix bad path, not sure where it got introduced. TBR=mark@chromium.org | pinkerton@google.com | 2008-09-11 | 1 | -1/+1 |
* | Use ImageSourceCG instead of ImageSourceSkia. Add "port" target to "all" as i... | pinkerton@google.com | 2008-09-11 | 1 | -3/+16 |
* | In r1120, brettw merged the NavigationController and NavigationControllerBase... | avi@google.com | 2008-09-11 | 1 | -14/+0 |
* | Added code to support the setUseAntialiasing() method, which is invoked | jhaas@chromium.org | 2008-09-11 | 7 | -5/+11 |
* | Put all prebuild scripts in external files. Scripts to run unit tests are | mark@chromium.org | 2008-09-11 | 5 | -19/+179 |
* | Fixing 1669: Renderer crashes on FindNext | finnur@google.com | 2008-09-10 | 2 | -20/+57 |
* | Fix escaping of hrefs on A tags in the inspector. | ojan@google.com | 2008-09-10 | 2 | -8/+9 |
* | Eliminate unnecessary recompile/relink in the glue target by being more careful | mark@chromium.org | 2008-09-10 | 1 | -5/+4 |
* | Bring test shell test into the mac project | avi@google.com | 2008-09-10 | 2 | -5/+10 |
* | Fix issue 580 that JavaScript cannot talk to Java applets. | fqian@google.com | 2008-09-10 | 1 | -3/+3 |
* | remove ifdefs around code since all our port platforms will use them. | pinkerton@google.com | 2008-09-10 | 5 | -13/+2 |
* | more cross-platform graphics changes | pinkerton@google.com | 2008-09-10 | 2 | -5/+4 |
* | Fix uses of PlatformCanvasWin and get compiling under gcc. | pinkerton@google.com | 2008-09-10 | 2 | -9/+8 |
* | include SkGraphicsContextMac.mm and PlatformContextSkia | pinkerton@google.com | 2008-09-10 | 2 | -7/+408 |
* | BUG = 1357667 | fqian@google.com | 2008-09-10 | 5 | -38/+63 |
* | Glue now fully builds, add it to "all" target | pinkerton@google.com | 2008-09-10 | 1 | -0/+13 |
* | Stub out webplugin_impl to make more progress on testshell | pinkerton@google.com | 2008-09-10 | 2 | -4/+58 |
* | Bring layout_test_controller.cc into the mac project. | avi@google.com | 2008-09-10 | 5 | -11/+24 |
* | make more cross platform, use process_utils to get proc id. remove unused hea... | pinkerton@google.com | 2008-09-10 | 1 | -6/+6 |
* | Update include path for TestShell to be able to use Skia headers like SkTypes.h | mark@chromium.org | 2008-09-10 | 1 | -0/+2 |
* | Patch for bug 1994: | fqian@google.com | 2008-09-10 | 6 | -9/+121 |
* | Cleanup some constants in the binding code. | fqian@google.com | 2008-09-10 | 3 | -42/+40 |
* | Simply use a named enum instead of a typedef. | evanm@google.com | 2008-09-10 | 1 | -1/+1 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=643, which | iyengar@google.com | 2008-09-10 | 2 | -35/+52 |
* | Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed out | mark@chromium.org | 2008-09-10 | 1 | -1/+1 |
* | remove platform includes | pinkerton@google.com | 2008-09-09 | 1 | -4/+2 |
* | define constants for strings in absence of GRIT machinery on mac&linux as a t... | pinkerton@google.com | 2008-09-09 | 2 | -1/+49 |
* | fill in a missing routine for MacOS | pinkerton@google.com | 2008-09-09 | 2 | -0/+10 |
* | remove reference in mac ifdef to a function not in the shared RendeTheme header | pinkerton@google.com | 2008-09-09 | 1 | -4/+0 |
* | Apply xcconfigs to Mac TestShell, fix warnings | mmentovai@google.com | 2008-09-09 | 6 | -695/+450 |
* | fix platform differences in editor client, make compile on non-windows | pinkerton@google.com | 2008-09-09 | 2 | -9/+41 |
* | fix win bustage | pinkerton@google.com | 2008-09-09 | 2 | -1/+2 |
* | Update the v8 reference in the Mac testshell project. | avi@google.com | 2008-09-09 | 1 | -114/+54 |
* | Bulk fixes to get Mac Test Shell more compile-happy. | avi@google.com | 2008-09-09 | 9 | -123/+226 |