| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Stub out a constructor and method we don't need now, but which WebKit calls | mark@chromium.org | 2008-10-24 | 1 | -0/+14 |
* | Fix #if to go with #include change. Use webkit style | tc@google.com | 2008-10-24 | 1 | -4/+4 |
* | The constructor should initialize callback_ to NULL. | wtc@google.com | 2008-10-24 | 1 | -4/+5 |
* | Now that we have the windows VK_* values defined, we can include | tc@google.com | 2008-10-24 | 3 | -10/+5 |
* | Set ENABLE_JAVASCRIPT_DEBUGGER=0 to fix breakage from r3853. This was already | mark@chromium.org | 2008-10-23 | 1 | -2/+2 |
* | GraphicsContextCG uses CFURLRef conversions that may not be available. Filed | mark@chromium.org | 2008-10-23 | 1 | -1/+1 |
* | Review URL: http://codereview.chromium.org/8125 | petersont@google.com | 2008-10-23 | 2 | -35/+17 |
* | 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 | 4 | -35/+98 |
* | A new struct AutofillForm for use as temporary data storage for communication... | petersont@google.com | 2008-10-23 | 2 | -17/+35 |
* | Port: | mark@chromium.org | 2008-10-23 | 5 | -17/+7 |
* | Use glue/localized_strings.cc for all localized strings, and turn off | mark@chromium.org | 2008-10-23 | 2 | -4/+1 |
* | Mucelage changes for Mac TestShell, to work with the current glue in the | mark@chromium.org | 2008-10-23 | 1 | -8/+8 |
* | Change installer text messages based on technical write review | kuchhal@chromium.org | 2008-10-23 | 2 | -20/+20 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=3585, which is ... | ananta@chromium.org | 2008-10-23 | 6 | -49/+57 |
* | Pulling in latest software construction toolkit. | bradnelson@google.com | 2008-10-23 | 15 | -106/+560 |
* | Port some more parts of browser/ | evanm@google.com | 2008-10-23 | 11 | -86/+124 |
* | Pick up typo fix. | pkasting@chromium.org | 2008-10-23 | 1 | -1/+1 |
* | Copies webkit gtk's rendering code for now, commenting out a few parts which ... | erg@google.com | 2008-10-23 | 6 | -55/+3826 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=2529, which is | ananta@chromium.org | 2008-10-23 | 4 | -4/+16 |
* | Fix build bustage due to gears build not having an include rule. I'm just | mpcomplete@google.com | 2008-10-23 | 1 | -0/+1 |
* | Add #if ENABLE(JAVASCRIPT_DEBUGGER), part 2. | pkasting@chromium.org | 2008-10-23 | 5 | -54/+17 |
* | Fix array out of bounds in unit test. | ericroman@google.com | 2008-10-23 | 1 | -10/+8 |
* | Set |contents_mime_type| early enough so that the encoding menu is enabled on... | jungshik@google.com | 2008-10-23 | 1 | -3/+7 |
* | Removing more dependencies on the relative location of $CHROME_SRC_DIR. | bradnelson@google.com | 2008-10-23 | 8 | -17/+19 |
* | Change DEPS to pull Gears from the opensource svn mirror. | mpcomplete@google.com | 2008-10-23 | 4 | -5/+20 |
* | First stab at webinputevent_linux.cc. Coverts GDK events to | tc@google.com | 2008-10-23 | 8 | -12/+1110 |
* | Fixes bug in FillLayout. It should use the size of the root view. I'm | sky@google.com | 2008-10-23 | 1 | -3/+1 |
* | test something else to fix dist crashes | ben@chromium.org | 2008-10-23 | 1 | -0/+4 |
* | And again...test list update. | ojan@google.com | 2008-10-23 | 1 | -3/+0 |
* | Add field trial support to base on the Mac | amanda@chromium.org | 2008-10-23 | 1 | -0/+10 |
* | Make sure that checked state on {radiobox, checkbox} does not get flipped in ... | ericroman@google.com | 2008-10-23 | 1 | -6/+12 |
* | Bound the maximum buffer size for response headers. | ericroman@google.com | 2008-10-23 | 4 | -0/+73 |
* | A recent fix to a post-merge SVG regression broke the expected image (but not... | jhaas@chromium.org | 2008-10-23 | 2 | -1/+1 |
* | Yet another test list update to match the builders. | ojan@google.com | 2008-10-23 | 1 | -1/+4 |
* | Add a separate string for showing that chrome updated without | tc@google.com | 2008-10-23 | 2 | -10/+13 |
* | Fixes bug in TextField::SetEnabled. The code was invoking SetReadOnly | sky@google.com | 2008-10-23 | 1 | -1/+1 |
* | Simultaneously store multiple formats on the linux clipboard. | estade@chromium.org | 2008-10-23 | 5 | -69/+192 |
* | Revert r3812, which seems to have caused reliability test | patrick@chromium.org | 2008-10-23 | 1 | -1/+1 |
* | fork PlatformScreenMac into our port to avoid PLATFORM(MAC) issues | pinkerton@google.com | 2008-10-23 | 2 | -4/+103 |
* | Adds models needed by the bookmark manager. Specifically a | sky@google.com | 2008-10-23 | 13 | -6/+1259 |
* | Testing that an inactive closure cannot access new page in a frame. | fqian@google.com | 2008-10-23 | 5 | -0/+69 |
* | Get back to pulling V8 from trunk (0.4.0). | kasperl@google.com | 2008-10-23 | 1 | -1/+1 |
* | Update V8 in Chromium and fix compilation errors | kasperl@google.com | 2008-10-23 | 6 | -21/+22 |
* | Yet another test list update to match state of builders. | ojan@google.com | 2008-10-23 | 1 | -2/+0 |
* | Fixed SVG path fill rule (even-odd or winding) which broke with the merge | jhaas@chromium.org | 2008-10-23 | 2 | -6/+3 |
* | Disable link doctor when in off the record/incognito mode. | tc@google.com | 2008-10-23 | 1 | -0/+4 |
* | Get DragDataChromium and AXObjectCache building on Linux. These are the last | agl@chromium.org | 2008-10-23 | 2 | -3/+1 |
* | Fix crash due to NULL deref. | ben@chromium.org | 2008-10-23 | 1 | -1/+4 |
* | Build fix for Linux | agl@chromium.org | 2008-10-23 | 1 | -1/+3 |