| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix painting problem with transparent plugins because plugins were ignoring t... | jam@chromium.org | 2008-10-01 | 15 | -303/+343 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=2803, which | iyengar@google.com | 2008-10-01 | 1 | -6/+5 |
* | Change the SafeBrowsing client version to use the proper | paulg@google.com | 2008-10-01 | 2 | -11/+17 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=772, | iyengar@google.com | 2008-10-01 | 1 | -3/+30 |
* | Adds MSAA/IAccessible exposure of web content. | klink@chromium.org | 2008-09-30 | 16 | -7/+1666 |
* | Catch up the SCons webkit build: | sgk@google.com | 2008-09-30 | 2 | -55/+42 |
* | Update Selenium expected failures file to remove 46.type. | patrick@chromium.org | 2008-09-30 | 1 | -1/+1 |
* | Remove unnecessary copies of .h files into build directories, | sgk@google.com | 2008-09-30 | 1 | -32/+0 |
* | Eliminate calling the create-config.sh script (through | sgk@google.com | 2008-09-30 | 2 | -14/+14 |
* | Fix some issues found looking at the code. | maruel@google.com | 2008-09-30 | 15 | -61/+57 |
* | Changes to make Gears build on linux. | mpcomplete@google.com | 2008-09-30 | 8 | -89/+241 |
* | Fix 3011: Accessibility crash on teardown of HWNDViewContainer | finnur@google.com | 2008-09-30 | 1 | -0/+7 |
* | On the Mac, extract the CGContextRef to pass down to WebCore, since a blind | amanda@chromium.org | 2008-09-30 | 1 | -2/+6 |
* | Update chrome strings. | tc@google.com | 2008-09-30 | 1 | -2/+2 |
* | Bring chrome/test/chrome_plugin/ into Linux build. | mmoss@google.com | 2008-09-30 | 2 | -24/+29 |
* | Use RandUInt64 instead of going from signed to unsigned. | deanm@chromium.org | 2008-09-30 | 1 | -1/+1 |
* | Use open-vcdiff source in its new home on the Mac (follow-up to r2709) | mark@chromium.org | 2008-09-30 | 3 | -9/+9 |
* | Reduce RandDouble to one call to ldexp, add one bit of precision | mark@chromium.org | 2008-09-30 | 2 | -18/+18 |
* | Get open-vcdiff building on Linux and Mac (in SCons) using | sgk@google.com | 2008-09-30 | 4 | -19/+102 |
* | Transition to pulling open-vcdiff rather than using a private snapshot pull | jar@google.com | 2008-09-30 | 5 | -35/+38 |
* | Use base::RandInt() in place of rand(), now that rand_util has been moved fro... | ericroman@google.com | 2008-09-30 | 1 | -2/+2 |
* | When an SSL connect is completed, we need to call | wtc@google.com | 2008-09-30 | 1 | -6/+7 |
* | Bug 1653: Ctrl+S should bring up save page dialog. | finnur@google.com | 2008-09-30 | 1 | -0/+1 |
* | While testing I hit a DCHECK on line 1643 (because of a UMR). | finnur@google.com | 2008-09-29 | 1 | -1/+1 |
* | Sync Mac canvas implementation with Windows version, still a work in progress, | jeremy@chromium.org | 2008-09-29 | 6 | -138/+102 |
* | Add comments to explain the ERR_NAME_NOT_RESOLVED case. | darin@google.com | 2008-09-29 | 1 | -0/+6 |
* | Refactoring for portability: | mark@chromium.org | 2008-09-29 | 33 | -200/+370 |
* | Add code to call ReconsiderProxyAfterError when we encounter a failure to res... | darin@chromium.org | 2008-09-29 | 2 | -3/+49 |
* | Some cleanups for gcc warnings: | mmoss@google.com | 2008-09-29 | 1 | -7/+4 |
* | fix mac/linux build | darin@google.com | 2008-09-29 | 1 | -2/+2 |
* | rollback unintended change | darin@google.com | 2008-09-29 | 1 | -1/+1 |
* | Add a command line switch for fastback work. | darin@google.com | 2008-09-29 | 5 | -2/+11 |
* | webkit side of adding a command line switch for fastback. | darin@google.com | 2008-09-29 | 2 | -1/+4 |
* | Fixes crash in NavigationController that occured on closing tab if | sky@google.com | 2008-09-29 | 1 | -10/+12 |
* | Silence this unit test on Windows 2003 until bug 2732 is fixed. | maruel@google.com | 2008-09-29 | 1 | -0/+4 |
* | Display the tmp path to help debug an issue with a build bot. | maruel@google.com | 2008-09-29 | 1 | -1/+1 |
* | Roll icu38 revision in DEPS for SCons build (remove | sgk@google.com | 2008-09-29 | 1 | -1/+1 |
* | Disable alternate error pages on frames and iframes. This is | tc@google.com | 2008-09-29 | 5 | -3/+36 |
* | Disable tests because it is leaking memory | cpu@google.com | 2008-09-29 | 1 | -1/+1 |
* | Re-order constructor order to avoid warning on mac build (that causes error). | ericroman@google.com | 2008-09-29 | 1 | -5/+5 |
* | Add missing header file to net.xcodeproj | darin@google.com | 2008-09-29 | 1 | -0/+2 |
* | Style refactoring to make MockRead initializers more readable. | ericroman@google.com | 2008-09-29 | 1 | -63/+70 |
* | Enables sorting of cookie views. Also fixes in bug in deletion that | sky@google.com | 2008-09-29 | 1 | -23/+43 |
* | Don't use cert_lock_ as a reentrant lock. RemoveCert is | wtc@google.com | 2008-09-29 | 2 | -15/+14 |
* | fix build bustage due to missing header | darin@google.com | 2008-09-29 | 1 | -0/+2 |
* | Need to alphabetize our source files in the build steps. | avi@google.com | 2008-09-29 | 1 | -6/+6 |
* | Define FileInputStream and use it to make UpdateDataStream and URLRequestFile... | darin@google.com | 2008-09-29 | 15 | -318/+779 |
* | Update unit test to check EV functionality (Windows-only for now). | avi@google.com | 2008-09-29 | 1 | -7/+184 |
* | Reverting r 2551 since it seems that webcore has a side effect of generating ... | maruel@google.com | 2008-09-29 | 1 | -2/+1 |
* | ICU changes | sgk@google.com | 2008-09-29 | 3 | -9/+34 |