| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing 1669: Renderer crashes on FindNext | finnur@google.com | 2008-09-10 | 2 | -20/+57 |
* | Stub out webplugin_impl to make more progress on testshell | pinkerton@google.com | 2008-09-10 | 1 | -0/+54 |
* | Bring layout_test_controller.cc into the mac project. | avi@google.com | 2008-09-10 | 1 | -2/+2 |
* | make more cross platform, use process_utils to get proc id. remove unused hea... | pinkerton@google.com | 2008-09-10 | 1 | -6/+6 |
* | 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 |
* | 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 | 1 | -0/+2 |
* | 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 |
* | 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 |
* | Use a GURL instead of a string when creating object, saves two string convers... | pinkerton@google.com | 2008-09-09 | 2 | -6/+5 |
* | 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 | 2 | -0/+2 |
* | Need to close the plugin stream if NPP_Write fails. | darin@google.com | 2008-09-08 | 2 | -9/+17 |
* | Update chrome trunk's v8 dependency from trunk@101 to trunk@138. | ericroman@google.com | 2008-09-08 | 2 | -2/+2 |
* | Just compile some basic files so we get a libGlue.a. | evanm@google.com | 2008-09-07 | 4 | -17/+39 |
* | Rollback the rollback of r1806. Wasn't the cause of the test failure. | ojan@google.com | 2008-09-06 | 2 | -3/+5 |
* | Rollback 1806, requested by Ojan. | evanm@google.com | 2008-09-06 | 2 | -5/+3 |
* | Fix webkit.xcodeproj. Make it use our new xcconfig and common build directory | mmentovai@google.com | 2008-09-06 | 1 | -0/+1 |
* | tweaks for mac and linux | pinkerton@google.com | 2008-09-05 | 2 | -3/+5 |
* | back out part of last change, better fix upcoming. | pinkerton@google.com | 2008-09-05 | 1 | -1/+1 |
* | fix copy/paste error | pinkerton@google.com | 2008-09-05 | 1 | -0/+1 |
* | pick up another forked file in pending/kjs, if-def scrollView and bitmap usag... | pinkerton@google.com | 2008-09-05 | 1 | -1/+35 |
* | ifdef around windows code | pinkerton@google.com | 2008-09-05 | 1 | -1/+10 |
* | Fixes the following bugs reported with the Silverlight plugin:- | iyengar@google.com | 2008-09-04 | 1 | -0/+10 |
* | Changes to pending to get WebCore to compile on linux. This | tc@google.com | 2008-09-04 | 1 | -1/+1 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=493, which | iyengar@google.com | 2008-09-03 | 1 | -2/+2 |
* | Change the path of the V8 API headers from public to include | sgjesse@google.com | 2008-09-03 | 2 | -2/+2 |
* | Remove last minute #define and change UA string to Chrome | mal@google.com | 2008-09-02 | 1 | -2/+2 |
* | Update Copyright text in SCons config files. | sgk@google.com | 2008-09-01 | 2 | -56/+8 |
* | platform ifdefs for webview. Add platform_viewdefs to wrap things like HWNDs ... | pinkerton@google.com | 2008-08-29 | 9 | -23/+104 |
* | Made changes to the JavaScript debugger in preparing for an upcoming | sgjesse@google.com | 2008-08-29 | 2 | -0/+10 |
* | The GetWindowRect must return the rect of the container HWND; not the actual ... | erg@google.com | 2008-08-28 | 2 | -3/+5 |
* | Move std::string16 to base::string16. Don't pollute the std namespace. Don't | mmentovai@google.com | 2008-08-27 | 4 | -11/+11 |
* | Use correct decls for non-windows platforms. Create a platform-neutral wrappe... | pinkerton@google.com | 2008-08-27 | 1 | -4/+4 |
* | include basictypes for mac/linux | pinkerton@google.com | 2008-08-27 | 1 | -0/+1 |
* | include config.h first otherwise bad things happen | pinkerton@google.com | 2008-08-27 | 1 | -0/+1 |
* | use the correct string converstion util | pinkerton@google.com | 2008-08-27 | 1 | -1/+1 |
* | make reference parameters const. | pinkerton@google.com | 2008-08-27 | 3 | -15/+16 |
* | use the correct string conversion. | pinkerton@google.com | 2008-08-26 | 1 | -1/+1 |
* | Use appropriate string conversion on |url_|. | pinkerton@google.com | 2008-08-26 | 1 | -1/+2 |
* | Add UTF8 <-> UTF-16 conversion functions, and a WebCore::String -> std::strin... | brettw@google.com | 2008-08-26 | 2 | -14/+25 |
* | can't forward declare enums outside MSVC. | pinkerton@google.com | 2008-08-26 | 1 | -1/+1 |
* | need to include config.h first | pinkerton@google.com | 2008-08-26 | 1 | -1/+1 |
* | Mac-ify webinputevent | avi@google.com | 2008-08-26 | 4 | -11/+209 |