| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove file_util::kPathSeparator from posix. | estade@chromium.org | 2008-11-27 | 1 | -9/+9 |
* | Reverting 5927 as John has a better fix for this issue. | ananta@chromium.org | 2008-11-27 | 1 | -4/+0 |
* | Reenabling a DCHECK that was causing the ui tests to hang on the dbg build bo... | jcampan@chromium.org | 2008-11-27 | 1 | -3/+1 |
* | * Don't do an idle check in StartLogTransmissionTimer(). This check makes us... | pkasting@chromium.org | 2008-11-27 | 1 | -71/+51 |
* | src/webkit side of webKit merge 38653:38729 | ojan@google.com | 2008-11-27 | 2 | -2/+2 |
* | We never bumped the trunk minor version when we bumped the branch. Go straig... | pkasting@chromium.org | 2008-11-26 | 1 | -1/+1 |
* | * Check in criteria checker project for Chrome bundle deals. | kuchhal@chromium.org | 2008-11-26 | 5 | -0/+187 |
* | Rev stats file name to handle backwards incompatibility | jar@google.com | 2008-11-26 | 1 | -2/+2 |
* | fix linux opt build | tc@google.com | 2008-11-26 | 1 | -2/+2 |
* | Relanding docus manager crasher work-around. | jcampan@chromium.org | 2008-11-26 | 3 | -3/+22 |
* | Add the command line switch (--enable-video) for enabling HTML5 Video/Audio tag | hclam@chromium.org | 2008-11-26 | 2 | -1/+5 |
* | Fixed two simple compilations that stopped browser/net/referrer.cc | tc@google.com | 2008-11-26 | 3 | -10/+11 |
* | Fix black flash when doing fast animations - our fix was previously Vista-onl... | glen@chromium.org | 2008-11-26 | 1 | -6/+5 |
* | Add client parameter to the RLZ ping | cpu@google.com | 2008-11-26 | 5 | -3/+15 |
* | Disable test that started failing with the merge. | ojan@google.com | 2008-11-26 | 1 | -1/+2 |
* | Reverting my previous commit, it seems to be breaking the UI tests in debug m... | jcampan@chromium.org | 2008-11-26 | 3 | -20/+3 |
* | Changes keyword editor to map all input in the keyword field to lower | sky@google.com | 2008-11-26 | 4 | -21/+33 |
* | Attempted fix for some wheel/touchpad scrolling errors. | pkasting@chromium.org | 2008-11-26 | 1 | -1/+1 |
* | Turn on the new SafeBrowsing by default. To use the older | paulg@google.com | 2008-11-26 | 5 | -11/+10 |
* | Don't create separate SiteInstances for pages from the same domain and scheme | creis@google.com | 2008-11-26 | 3 | -14/+32 |
* | Fix up paths now that test_file_util has moved. | deanm@chromium.org | 2008-11-25 | 4 | -8/+3 |
* | Port some files in chrome/browser/ - part 1. | deanm@chromium.org | 2008-11-25 | 9 | -35/+60 |
* | Un-duplicate EvictFileFromSystemCache. | deanm@chromium.org | 2008-11-25 | 27 | -208/+1 |
* | Port base/watchdog to Linux. | deanm@chromium.org | 2008-11-25 | 1 | -2/+2 |
* | Changes tab restore service to handle restoring closed windows as a | sky@google.com | 2008-11-25 | 9 | -213/+361 |
* | Some crashes reported from the field seems to indicate that when | jcampan@chromium.org | 2008-11-25 | 3 | -3/+20 |
* | Attempt at fixing crash in WebContents::ShowWidget. I suspect this is | sky@google.com | 2008-11-25 | 5 | -0/+34 |
* | Changes table_view to get position for context menu from the current | sky@google.com | 2008-11-25 | 3 | -2/+22 |
* | The first run sentinel does not get created for system install | cpu@google.com | 2008-11-25 | 1 | -2/+11 |
* | Changelist for erg's readability review. | erg@google.com | 2008-11-25 | 3 | -114/+180 |
* | Review URL: http://codereview.chromium.org/12434 | jcampan@chromium.org | 2008-11-25 | 1 | -2/+27 |
* | Fix for 1498134, possible crash when cancelling a url request. The | sky@google.com | 2008-11-25 | 2 | -2/+29 |
* | Set the delegate on incoming TabContents in BlockedPopupContainer::ReplaceCon... | erg@google.com | 2008-11-25 | 1 | -3/+5 |
* | Enable the encoding menu for javascript and css files. | jungshik@google.com | 2008-11-25 | 1 | -1/+4 |
* | * Delete Desktop and Quick Lauch shortcuts in user level install case also. | kuchhal@chromium.org | 2008-11-25 | 1 | -4/+3 |
* | Reverting 5971. | maruel@chromium.org | 2008-11-25 | 6 | -142/+2 |
* | Add superficial unit test for PrintJob. That's a start. | maruel@chromium.org | 2008-11-25 | 6 | -2/+142 |
* | Fix crash with plugin installer infobar due to the infobardelegate not being ... | ben@chromium.org | 2008-11-25 | 8 | -18/+30 |
* | Fixes the WebRequest API to consistently use std::string instead of | darin@chromium.org | 2008-11-25 | 1 | -4/+4 |
* | Re-land 5929 (r5882) with crash fix and also this change: | ben@chromium.org | 2008-11-25 | 18 | -273/+338 |
* | Get rid of ISO-8859-9 in the character encoding menu because it's now treated... | jungshik@google.com | 2008-11-25 | 4 | -13/+9 |
* | Find now uses WebKit's TextMatch highlighting for Find-in-page. | finnur@google.com | 2008-11-24 | 1 | -10/+4 |
* | Clean up some net/ code. Change a number of wstrings to FilePaths. | estade@chromium.org | 2008-11-24 | 3 | -4/+5 |
* | Add a NULL channel check in CreateNPVariantParam as it can be called with | ananta@chromium.org | 2008-11-24 | 1 | -9/+15 |
* | Don't save state when the page ID doesn't change. | brettw@google.com | 2008-11-24 | 1 | -2/+9 |
* | Fixes a potential memory leak with a message creation. | klink@chromium.org | 2008-11-24 | 1 | -4/+3 |
* | Add class to encapsulate a CF Mach Message Source and handle it's liftime. | jeremy@chromium.org | 2008-11-24 | 3 | -0/+131 |
* | Update scons for the unforking of the inspector resource files. | ojan@google.com | 2008-11-24 | 1 | -1/+1 |
* | rollback | ben@chromium.org | 2008-11-24 | 8 | -97/+90 |
* | Re-land r5882 with a crash fix. | ben@chromium.org | 2008-11-24 | 8 | -90/+97 |