| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Build fix 2. | evanm@google.com | 2008-11-22 | 1 | -2/+1 |
* | Build fix. | evanm@google.com | 2008-11-22 | 1 | -1/+2 |
* | container_win.cc => widget_win.cc in the SCons build. | sgk@google.com | 2008-11-22 | 1 | -1/+1 |
* | * Fix system level check. We should check for mode conflict when we are doing... | kuchhal@chromium.org | 2008-11-22 | 1 | -15/+15 |
* | This change makes the following infobars use the new system: | ben@chromium.org | 2008-11-22 | 8 | -83/+91 |
* | Back out r5252 temporarily to see if it is related to the | wtc@google.com | 2008-11-22 | 1 | -10/+1 |
* | Remove use of wide characters in stats table identifiers. | evanm@google.com | 2008-11-22 | 31 | -376/+377 |
* | * Add support for verbose-logging option in master preferences file. | kuchhal@chromium.org | 2008-11-22 | 4 | -2/+19 |
* | Update deps and the merge tool now that WebKit and WebKitLibraries have been ... | ojan@google.com | 2008-11-22 | 2 | -3/+7 |
* | Add run time checks to get more info for bug 3931. | rvargas@google.com | 2008-11-22 | 1 | -8/+26 |
* | Fix a header rename I missed on the last step. | brettw@google.com | 2008-11-22 | 1 | -1/+1 |
* | Fix header names. | brettw@google.com | 2008-11-22 | 1 | -3/+3 |
* | Fix infinite paint loop on Linux. | evanm@google.com | 2008-11-22 | 1 | -2/+20 |
* | Move port/.../skia/public to skia/ext for Linux. Windows & Mac already moved ... | brettw@google.com | 2008-11-22 | 21 | -1083/+26 |
* | Update test list after webkit merge. TBR to greenify build. | ojan@google.com | 2008-11-22 | 1 | -1/+13 |
* | Generate a warning if the return value of FilePath::Append is ignored. | agl@chromium.org | 2008-11-21 | 2 | -3/+10 |
* | Don't crash if test server was not started. | dkegel@google.com | 2008-11-21 | 2 | -4/+26 |
* | Parse VDMX tables for font metrics in Skia. | agl@chromium.org | 2008-11-21 | 5 | -4/+265 |
* | non third_party/WEbKit side of WebKit merge 38550:38575. | ojan@google.com | 2008-11-21 | 7 | -4/+19 |
* | Move ScheduledAction.h into bindings/v8 where it belongs. | darin@chromium.org | 2008-11-21 | 4 | -23/+18 |
* | Make the implementation of LaunchApp have the correct prototype to match the ... | deanm@chromium.org | 2008-11-21 | 1 | -1/+1 |
* | Port stress_cache tool. | deanm@chromium.org | 2008-11-21 | 3 | -27/+67 |
* | Move skia extensions from the port to skia/ext for Windows only. Fixed the | brettw@google.com | 2008-11-21 | 26 | -92/+1140 |
* | Fix crashes while displaying large animated GIFs. Our old understanding of t... | pkasting@chromium.org | 2008-11-21 | 3 | -4/+10 |
* | Assign result of FilePath.Append(), otherwise the value isn't changed. | mmoss@google.com | 2008-11-21 | 1 | -1/+1 |
* | fix bustage | ben@chromium.org | 2008-11-21 | 1 | -0/+2 |
* | helper method for getting the platform name in layout tests | tc@google.com | 2008-11-21 | 3 | -9/+24 |
* | Beginnings of a new InfoBar system. | ben@chromium.org | 2008-11-21 | 15 | -25/+989 |
* | Attempt 2 at this fix. I hit after my patch. The problem appears to be | sky@google.com | 2008-11-21 | 2 | -6/+8 |
* | Fix a few leaks in SafeBrowsing. These have been around since the beginning,... | erikkay@google.com | 2008-11-21 | 4 | -8/+76 |
* | Base class for setup's html dialogs | cpu@google.com | 2008-11-21 | 3 | -13/+291 |
* | Add a manifest to chrome.exe because we need that | nsylvain@chromium.org | 2008-11-21 | 3 | -1/+17 |
* | Rollback "Remove use of wide characters in stats table identifiers." | evanm@google.com | 2008-11-21 | 24 | -332/+327 |
* | Rename Container->Widget | ben@chromium.org | 2008-11-21 | 107 | -701/+663 |
* | Port some files in chrome/common to Linux. | evanm@google.com | 2008-11-21 | 7 | -36/+31 |
* | Remove use of wide characters in stats table identifiers. | evanm@google.com | 2008-11-21 | 24 | -327/+332 |
* | Fix issue where NTP metrics for restored tabs weren't getting recorded correc... | glen@chromium.org | 2008-11-21 | 2 | -4/+1 |
* | Move the platform files form port to skia for Mac only. Hopefully this won't ... | brettw@google.com | 2008-11-21 | 16 | -48/+57 |
* | Fixes possible crash in creating Browser. The crash could happen | sky@google.com | 2008-11-21 | 1 | -0/+5 |
* | Build bsdiff.exe, not bsdiff.lib (old, old cut-and-paste error). | sgk@google.com | 2008-11-21 | 1 | -9/+3 |
* | Fix the getintidentifier-special-values.html plugin layout test, which broke ... | ananta@chromium.org | 2008-11-21 | 1 | -2/+11 |
* | Delete ifdefs which were causing a crash by hiding a NULL check. | erg@google.com | 2008-11-21 | 1 | -2/+0 |
* | Capture a wow_helper.scons config (close to building, but not | sgk@google.com | 2008-11-21 | 2 | -0/+95 |
* | pull in some upstream code in this forked file | pinkerton@google.com | 2008-11-21 | 1 | -0/+8 |
* | Discard CHAR events if their corresponding KEY_DOWN events triggered accelera... | pkasting@chromium.org | 2008-11-21 | 2 | -2/+17 |
* | Plumb WebCore's windowResizerRect() through glue and renderer. Enables Mac sc... | pinkerton@google.com | 2008-11-21 | 11 | -3/+74 |
* | Wrap MSVC-specific pragmas. As -Wunknown-pragmas has been disabled for wtf, | deanm@chromium.org | 2008-11-21 | 12 | -19/+57 |
* | Relanding this fix. The earlier attempt broke test_shell_tests. The fix | ananta@chromium.org | 2008-11-21 | 6 | -10/+35 |
* | only resize the window when running layout tests. Makes it easier to use for ... | pinkerton@google.com | 2008-11-21 | 3 | -4/+11 |
* | Roll deps to pick up r5824 (mac font metrics fix) | amanda@chromium.org | 2008-11-21 | 1 | -1/+1 |