| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert from line scrolling to pixel scrolling. Increase pixel scroll amount... | pkasting@chromium.org | 2009-03-06 | 4 | -18/+26 |
* | Add a product_name of 'chrome' on the non-Mac systems. | sgk@google.com | 2009-03-06 | 1 | -0/+12 |
* | In preparation for making changes to worker_pool_linux.cc. | willchan@chromium.org | 2009-03-06 | 5 | -41/+41 |
* | Pipeline_Impl was modified to properly render a stream that has video but no ... | ralphl@chromium.org | 2009-03-06 | 11 | -215/+277 |
* | Fix _ValidateLists to work when running in linting mode. | ojan@google.com | 2009-03-06 | 3 | -8/+27 |
* | Adds a command line flag, --user-scripts-dir=..., to specify a directory to use | mark@chromium.org | 2009-03-06 | 3 | -2/+13 |
* | New disk cache eviction algorithm (partial implementation). | rvargas@google.com | 2009-03-06 | 13 | -110/+638 |
* | Rebaseline text-overflow-ellipsis test on Linux. | thestig@chromium.org | 2009-03-06 | 4 | -8/+53 |
* | Update the mac config to properly match the sources. | thomasvl@chromium.org | 2009-03-06 | 2 | -6/+7 |
* | fixes for python 2.6 warnings in the testserver. | thomasvl@chromium.org | 2009-03-06 | 1 | -7/+13 |
* | Fix renderer hang that occurs when a RenderWidget with outstanding synchronou... | jam@chromium.org | 2009-03-06 | 2 | -0/+10 |
* | Mark DigiNotar Root CA as EV. | wtc@chromium.org | 2009-03-06 | 1 | -0/+7 |
* | I verified that the Visual C++ 2005 bug has been fixed in | wtc@chromium.org | 2009-03-06 | 1 | -1/+1 |
* | Added a test for testing standalone installer. | anantha@chromium.org | 2009-03-06 | 5 | -34/+179 |
* | Reland r11118. | darin@chromium.org | 2009-03-06 | 12 | -187/+86 |
* | Rebaseline transform-absolute-in-positioned-container. | levin@chromium.org | 2009-03-06 | 4 | -4/+4 |
* | Trying to match more closely DumpRenderTree to pass the layout test: LayoutTe... | jcampan@chromium.org | 2009-03-06 | 2 | -3/+16 |
* | Fix event handling problem in WorkerContext caused by r10987. | jianli@chromium.org | 2009-03-06 | 2 | -8/+21 |
* | Test to see if we can reduce some crashes by deferring delegate destruction u... | ben@chromium.org | 2009-03-06 | 28 | -34/+38 |
* | Use common name for icns file to avoid case sensitivity issues with | jrg@chromium.org | 2009-03-06 | 3 | -3/+3 |
* | roll DEPS to pick up WebKit@11128 | darin@chromium.org | 2009-03-06 | 1 | -1/+1 |
* | Roll DEPS. | mbelshe@google.com | 2009-03-06 | 1 | -1/+1 |
* | Revert r11118 :( | darin@chromium.org | 2009-03-06 | 12 | -86/+187 |
* | Rename "ReadOnly" attribute to "v8ReadOnly". | mbelshe@google.com | 2009-03-06 | 2 | -9/+9 |
* | WorkerWebKitClientImpl snuck up on me. arggh! | darin@chromium.org | 2009-03-06 | 2 | -0/+11 |
* | roll DEPS to pick up latest WebKit | darin@chromium.org | 2009-03-06 | 1 | -1/+1 |
* | More WebKit API action (chromium side) | darin@chromium.org | 2009-03-06 | 10 | -187/+75 |
* | Rebase a test that had been fixed already on windows. | pinkerton@chromium.org | 2009-03-06 | 2 | -14/+21 |
* | Get rid of IDL attribute "DontDelete". It is only used for "v8DisallowShadow... | mbelshe@google.com | 2009-03-06 | 1 | -1/+1 |
* | Rebase tests to match our network layer, not CFNetwork | pinkerton@chromium.org | 2009-03-06 | 3 | -5/+11 |
* | Pick up a newer gtm (w/ theme and color additions we'll need for ui) | thomasvl@chromium.org | 2009-03-06 | 1 | -1/+1 |
* | Mac rebases from adam's change (r11100). | thomasvl@chromium.org | 2009-03-06 | 19 | -16/+342 |
* | - Developer tools frontend is served from chrom-ui://devtools/tools.html | yurys@google.com | 2009-03-06 | 4 | -3/+20 |
* | Rebaseline a Linux pixel test after r11100. | deanm@chromium.org | 2009-03-06 | 2 | -1/+1 |
* | Change the presubmit unittest with no code change. This is to trigger a test ... | nsylvain@chromium.org | 2009-03-06 | 1 | -4/+4 |
* | fast/clip/nestedTransparencyClip.html has not failed for over 20 | ager@chromium.org | 2009-03-06 | 1 | -4/+0 |
* | Cleanup in {test_,}file_util_posix.cc | phajdan.jr@chromium.org | 2009-03-06 | 2 | -6/+10 |
* | Reverting 11102. | phajdan.jr@chromium.org | 2009-03-06 | 2 | -10/+6 |
* | Make CrashAwareSleep more accurate on POSIX (checking if the process exists). | phajdan.jr@chromium.org | 2009-03-06 | 1 | -8/+20 |
* | first cut | phajdan.jr@chromium.org | 2009-03-06 | 2 | -6/+10 |
* | Adding missing baselines for 11100 | abarth@chromium.org | 2009-03-06 | 4 | -0/+22 |
* | Don't let file:// URLs script Web URLs. | abarth@chromium.org | 2009-03-06 | 14 | -21/+249 |
* | Update DEPS to pull V8 from V8 trunk. There was an accidental update | ager@chromium.org | 2009-03-06 | 1 | -1/+1 |
* | Forgot some entries. | evan@chromium.org | 2009-03-06 | 1 | -2/+1 |
* | Fix a bunch of Linux baselines. | evan@chromium.org | 2009-03-06 | 53 | -39/+434 |
* | Another attempt to rebaseline rtl-ordering.html | dimich@google.com | 2009-03-06 | 4 | -12/+10 |
* | Add transform/3d to the ignore list since this feature is a work in progress ... | ben@chromium.org | 2009-03-06 | 1 | -0/+6 |
* | Don't run unload tests that hang the renderer in single-process mode, since n... | jam@chromium.org | 2009-03-06 | 1 | -0/+16 |
* | Rename browser_toolbar_view_gtk.{h,cc} to browser_toolbar_gtk.{h,cc} | estade@chromium.org | 2009-03-06 | 4 | -6/+6 |
* | Cast size_t to int for comparison with ReadFile return value. | fbarchard@chromium.org | 2009-03-06 | 1 | -6/+8 |