| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | if-def the event conversion code to fit with the ifdefs in WebCore. | pinkerton@google.com | 2008-09-09 | 2 | -3/+37 |
* | stub out win-only routines and impl user agent for MacOS X | pinkerton@google.com | 2008-09-09 | 1 | -2/+23 |
* | Replace "WINAPI" with platform-independent "API_CALL". | mmoss@google.com | 2008-09-09 | 3 | -12/+9 |
* | Use a GURL instead of a string when creating object, saves two string convers... | pinkerton@google.com | 2008-09-09 | 2 | -6/+5 |
* | Set DerivedSourcesDir properly in the webcore script phase | mmentovai@google.com | 2008-09-09 | 1 | -1/+1 |
* | Like r1882 but for the webkit target | mmentovai@google.com | 2008-09-09 | 1 | -2/+2 |
* | Workaround for the create_hash_table svn:executable problem | mmentovai@google.com | 2008-09-09 | 1 | -1/+1 |
* | Fix error in generated yacc files (the rest of the line needs to be a comment). | erg@google.com | 2008-09-08 | 1 | -3/+1 |
* | submit forked file from issue http://codereview.chromium.org/1821 | fqian@google.com | 2008-09-08 | 1 | -0/+38 |
* | Change navigator.vendor to return "Google Inc.". | ojan@google.com | 2008-09-08 | 1 | -0/+8 |
* | Add build/all.xcodeproj, which builds all known targets. | mmentovai@google.com | 2008-09-08 | 1 | -26/+0 |
* | Replace all instances of <hash_map> with a "base/hash_tabe.h", | erg@google.com | 2008-09-08 | 4 | -15/+9 |
* | fix build issue on Linux with GCC 4.1.2 | evanm@google.com | 2008-09-08 | 4 | -1/+5 |
* | Need to close the plugin stream if NPP_Write fails. | darin@google.com | 2008-09-08 | 2 | -9/+17 |