| Commit message (Expand) | Author | Age | Files | Lines |
* | One more link that needs drag and drop disabled in the malware blocking page. | jcampan@chromium.org | 2008-10-09 | 1 | -1/+1 |
* | Initialize string to the empty string to avoid 'undefinedXXX' when appending ... | sgjesse@chromium.org | 2008-10-09 | 2 | -3/+3 |
* | Revert r3074 due to Mac build bustage | mark@chromium.org | 2008-10-09 | 4 | -17/+3 |
* | Roll back changes to the client area size calculation, since this fix didn't ... | ben@chromium.org | 2008-10-09 | 2 | -32/+27 |
* | Adding savedebuglog flag to reliability test. When the flag is | huanr@chromium.org | 2008-10-09 | 1 | -2/+66 |
* | New default brandcode. | cpu@google.com | 2008-10-09 | 1 | -1/+1 |
* | Fixes crash in BrowserAccessibilityManager destructor (see CPBrowsingContextM... | klink@chromium.org | 2008-10-09 | 4 | -12/+14 |
* | Move window_resources.h to chrome/views to remove bad dependency of chrome/vi... | ben@chromium.org | 2008-10-08 | 7 | -9/+9 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=2472, which | ananta@chromium.org | 2008-10-08 | 4 | -3/+17 |
* | Allow lang to be blank in the renderer and plugin if running in | tc@google.com | 2008-10-08 | 1 | -2/+5 |
* | Constrained window title text colors are inverted. | ben@chromium.org | 2008-10-08 | 1 | -1/+1 |
* | Always position and size the toolbar view, since it's used to position other ... | ben@chromium.org | 2008-10-08 | 1 | -17/+18 |
* | Make sure the window icon is set to at least the app icon as the window is cr... | ben@chromium.org | 2008-10-08 | 1 | -8/+5 |
* | This file was supposed to get committed during my last refactoring chunk but ... | pkasting@chromium.org | 2008-10-08 | 1 | -3/+4 |
* | Pass NotificationSource by const ref rather than value, as it's a class (and ... | pkasting@chromium.org | 2008-10-08 | 2 | -4/+4 |
* | Reuse a method that will be required for criteria checker as well. | kuchhal@chromium.org | 2008-10-08 | 4 | -35/+23 |
* | Build some code and unit tests inside chrome. This depended on sqlite, so | mark@chromium.org | 2008-10-08 | 2 | -5/+2877 |
* | Fixes leak in new test. | sky@google.com | 2008-10-08 | 1 | -2/+3 |
* | Make it so that you can resize glass windows from the bottom. | ben@chromium.org | 2008-10-08 | 1 | -1/+2 |
* | Disabled the drag and drop of images and links in the blocking pages to preve... | jcampan@chromium.org | 2008-10-08 | 5 | -33/+11 |
* | External contribution from developer0420@gmail.com. Pressing enter in | sky@google.com | 2008-10-08 | 1 | -3/+5 |
* | Attempt to fix more standard non-client painting by extending the client area... | ben@chromium.org | 2008-10-08 | 2 | -10/+14 |
* | Fix problem with popups frames when magic_browzr. | erg@google.com | 2008-10-08 | 1 | -9/+18 |
* | Hackish changes to make gears work in the renderer with the sandbox. | mpcomplete@google.com | 2008-10-08 | 4 | -0/+52 |
* | Fixes to the experimental bloom filter storage code. | paulg@google.com | 2008-10-08 | 3 | -46/+69 |
* | Use the new HTTP stack by default in the net module's | wtc@google.com | 2008-10-08 | 1 | -0/+3 |
* | klockwork bug: variable delared in nested scope | cpu@google.com | 2008-10-08 | 1 | -5/+2 |
* | Fix some problems with machine level install. | kuchhal@chromium.org | 2008-10-08 | 8 | -48/+55 |
* | Adds an --incognito switch that can be used to launch Chrome in Incognito mode. | maruel@google.com | 2008-10-08 | 3 | -0/+8 |
* | Clicking the diagnostic link on the malware page would triggers a DCHECK. | jcampan@chromium.org | 2008-10-08 | 1 | -2/+2 |
* | Enables sorting of the tables in the password editor and the URL | sky@google.com | 2008-10-08 | 5 | -77/+150 |
* | Fixes crasher in TemplateURLModel that occurred when the db had | sky@google.com | 2008-10-08 | 5 | -8/+112 |
* | Change to force a build. | maruel@google.com | 2008-10-08 | 1 | -3/+3 |
* | Ctrl+W should close app windows too | beng@google.com | 2008-10-08 | 1 | -4/+1 |
* | Eliminate non-client flicker of the standard windows title bar when handling ... | beng@google.com | 2008-10-08 | 4 | -29/+79 |
* | Fix crash due to lack of NULL checking in one case. | beng@google.com | 2008-10-08 | 1 | -8/+5 |
* | Make chunk ranges searchable. | paulg@google.com | 2008-10-08 | 3 | -0/+47 |
* | Add switches for turning on an experimental SafeBrowsing implementation. | paulg@google.com | 2008-10-08 | 2 | -0/+7 |
* | Modify renderwidget unittest to make purify happy | cpu@google.com | 2008-10-08 | 1 | -2/+27 |
* | Modified constant names from Chrome to Google Chrome. Added logic to close fe... | anantha@chromium.org | 2008-10-07 | 4 | -19/+16 |
* | Reduce the amount of excessive updating done when there is no window icon to be | ben@chromium.org | 2008-10-06 | 1 | -2/+4 |
* | Move all callers to EnsureWinsockInit, and away from using WinsockInit instan... | deanm@chromium.org | 2008-10-06 | 2 | -6/+6 |
* | Fix issue 3039/3040 (Add to dictionary crasher). Earlier, the hentry was bein... | sidchat@google.com | 2008-10-03 | 2 | -19/+11 |
* | A partially working implementation of a faster safe browsing implementation. | erikkay@google.com | 2008-10-02 | 10 | -2/+1343 |
* | Remove dep on iphlpapi.dll. | tc@google.com | 2008-10-02 | 1 | -3/+0 |
* | Re-catch-up SCons webkit build (r2734) plus: | sgk@google.com | 2008-10-02 | 1 | -24/+0 |
* | Revert r2734 (catch up SCons build with webkit). It relied on a | sgk@google.com | 2008-10-02 | 1 | -0/+24 |
* | Port some more of chrome/ to Linux. | deanm@google.com | 2008-10-02 | 33 | -92/+122 |
* | - Add a note about a subtle requirement of the current code (bug 2994). | deanm@chromium.org | 2008-10-02 | 1 | -28/+20 |
* | this move file is failing really often on some buildbots, I added some | nsylvain@chromium.org | 2008-10-01 | 1 | -4/+16 |