| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 5 | -4/+9 |
* | Set all key event fields on mac, make sure we correctly handle keyDown | pinkerton@google.com | 2008-10-27 | 1 | -4/+1 |
* | Review URL: http://codereview.chromium.org/8135 | petersont@google.com | 2008-10-25 | 1 | -0/+30 |
* | Disable the yahoo application state plugin as it crashes the plugin process | ananta@chromium.org | 2008-10-25 | 1 | -0/+7 |
* | More stubbing out. With this and the rest of Linux pending, test_shell links. | agl@chromium.org | 2008-10-24 | 2 | -0/+19 |
* | Remove a reinterpret_cast that is not valid on the Mac | amanda@chromium.org | 2008-10-24 | 1 | -1/+6 |
* | Hook up mouse events with the correct coordinates. Make sure they are view-lo... | pinkerton@google.com | 2008-10-24 | 3 | -12/+12 |
* | Added support for querying the NPNVSupportsWindowless value from NPN_GetValue. | ananta@chromium.org | 2008-10-24 | 2 | -3/+18 |
* | Actually adding the new scons toolkit (hammer) base tools to the built | bradnelson@google.com | 2008-10-24 | 1 | -11/+1 |
* | Prevent TestShell from crashing at launch: don't release garbage CGImageRef | mark@chromium.org | 2008-10-24 | 1 | -0/+3 |
* | Review URL: http://codereview.chromium.org/8125 | petersont@google.com | 2008-10-23 | 1 | -30/+0 |
* | Fix scrolling when mouse wheel is set to scroll a page. | joshia@google.com | 2008-10-23 | 1 | -7/+11 |
* | Let cursors be based on CGImage instead of SkBitmap on the Mac | mark@chromium.org | 2008-10-23 | 3 | -25/+83 |
* | A new struct AutofillForm for use as temporary data storage for communication... | petersont@google.com | 2008-10-23 | 1 | -0/+30 |
* | Use glue/localized_strings.cc for all localized strings, and turn off | mark@chromium.org | 2008-10-23 | 1 | -2/+1 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=3585, which is ... | ananta@chromium.org | 2008-10-23 | 6 | -49/+57 |
* | First stab at webinputevent_linux.cc. Coverts GDK events to | tc@google.com | 2008-10-23 | 4 | -12/+173 |
* | Take PLATFORM_MAC stuff out of editor_client_impl | mark@chromium.org | 2008-10-22 | 2 | -25/+0 |
* | - Lots of removed whitespace at the end of the line | erg@google.com | 2008-10-22 | 8 | -93/+127 |
* | Plugin changes to make JSC build work. | ojan@google.com | 2008-10-22 | 2 | -0/+11 |
* | This is a patch for bug 1385045: Adobe Acrobat 9.0 crash. | nsylvain@chromium.org | 2008-10-22 | 4 | -0/+43 |
* | Glue changes for our PLATFORM(MAC) killing project | mark@chromium.org | 2008-10-22 | 2 | -37/+0 |
* | chromium tree changes for removing platform(mac). | pinkerton@google.com | 2008-10-22 | 2 | -19/+0 |
* | Disable this bookmarklet test since it covers functionality that JSC doesn't ... | darin@chromium.org | 2008-10-22 | 1 | -1/+10 |
* | Remove WebKeyboardEvent::key_data because we don't actually use it | tc@google.com | 2008-10-21 | 4 | -10/+3 |
* | - Remove whitespace at the end of the line | agl@chromium.org | 2008-10-21 | 3 | -31/+51 |
* | * Revert "- Remove whitespace at the end of the line" | agl@chromium.org | 2008-10-21 | 3 | -52/+31 |
* | - Remove whitespace at the end of the line | agl@chromium.org | 2008-10-21 | 3 | -31/+52 |
* | When on Linux compile these strings in also. | evanm@google.com | 2008-10-21 | 1 | -2/+2 |
* | Fix renderer crash on startup. | darin@chromium.org | 2008-10-21 | 1 | -1/+1 |
* | Build these stubs under Linux, too. | erg@google.com | 2008-10-21 | 1 | -2/+0 |
* | fix linux build by adding necessary idl files | tc@google.com | 2008-10-21 | 2 | -2/+2 |
* | Rolling back switch to hammer patterns again. | bradnelson@chromium.org | 2008-10-20 | 1 | -2/+13 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=205, which was ... | ananta@chromium.org | 2008-10-20 | 5 | -1/+113 |
* | Fixup some JSC compile errors for glue. | mbelshe@google.com | 2008-10-20 | 2 | -2/+26 |
* | * Fix LayoutTests/http/tests/navigation/reloadsubframe-*frame.html on Windows. | mmoss@google.com | 2008-10-20 | 1 | -1/+0 |
* | Fix perf regression with iframe shim. | pkasting@chromium.org | 2008-10-20 | 4 | -15/+36 |
* | The post data parser now allows post data from plugin | joshia@google.com | 2008-10-20 | 1 | -8/+6 |
* | Adding in new hammer patterns. Restored from rollback change 3578. | bradnelson@chromium.org | 2008-10-18 | 1 | -13/+2 |
* | fix linux build | tc@google.com | 2008-10-18 | 1 | -9/+11 |
* | Update to pick up PLATFORM(MAC) and add some ifdefs in event_conversion.cc | darin@google.com | 2008-10-18 | 1 | -5/+5 |
* | Disable PLATFORM(WIN) !! | darin@chromium.org | 2008-10-18 | 8 | -52/+178 |
* | Rolling back CL 3578, discovered hammer.bat had not been updated yet. | bradnelson@chromium.org | 2008-10-18 | 1 | -2/+13 |
* | Applying software construction toolkit patterns in scons build. | bradnelson@chromium.org | 2008-10-17 | 1 | -13/+2 |
* | Fix a couple more build errors, and make the V8 DerivedSources.make mirror th... | pkasting@chromium.org | 2008-10-17 | 1 | -1/+1 |
* | Revert r3564, "We want these symbols on all platforms." | evanm@google.com | 2008-10-17 | 1 | -0/+4 |
* | We want these symbols on all platforms. | evanm@google.com | 2008-10-17 | 1 | -4/+0 |
* | Fixed clipboard format type in function signature. | estade@chromium.org | 2008-10-17 | 1 | -1/+1 |
* | Temporarily disable failing unit tests. Opened issue 3542. | joshia@google.com | 2008-10-17 | 1 | -2/+4 |
* | Fix post url layout test. | joshia@google.com | 2008-10-17 | 2 | -4/+9 |