| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Refactoring for portability: | mark@chromium.org | 2008-09-29 | 20 | -200/+37 |
* | Some cleanups for gcc warnings: | mmoss@google.com | 2008-09-29 | 1 | -7/+4 |
* | 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 |
* | Fixes crash in NavigationController that occured on closing tab if | sky@google.com | 2008-09-29 | 1 | -10/+12 |
* | Disable alternate error pages on frames and iframes. This is | tc@google.com | 2008-09-29 | 4 | -0/+32 |
* | Disable tests because it is leaking memory | cpu@google.com | 2008-09-29 | 1 | -1/+1 |
* | 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 |
* | Reverting r 2551 since it seems that webcore has a side effect of generating ... | maruel@google.com | 2008-09-29 | 1 | -2/+1 |
* | Fix incorrect construction environment name. | sgk@google.com | 2008-09-29 | 1 | -1/+1 |
* | Avoid using of interlocked increment to facilitate porting. | jar@google.com | 2008-09-28 | 1 | -17/+12 |
* | Enabling test I wrote for Find to catch crash described in issue 1341577. | finnur@google.com | 2008-09-27 | 1 | -2/+5 |
* | Stop building mini_installer in Debug configuration. This projects has issues... | maruel@google.com | 2008-09-27 | 1 | -283/+0 |
* | Move 'sdch' into the Windows-specific LIBS lists until it's integrated | sgk@google.com | 2008-09-27 | 3 | -25/+32 |
* | Catch up SCons Windows build with recent file shuffling and other changes: | sgk@google.com | 2008-09-26 | 8 | -57/+59 |
* | Don't let a malicious web site open an unbounded number of constrained popups. | darin@chromium.org | 2008-09-26 | 1 | -0/+7 |
* | Roll the third_party/icu38 revision in DEPS to have SCons build libicu, | sgk@google.com | 2008-09-26 | 20 | -21/+21 |
* | Factor out a RenderThread interface | cpu@google.com | 2008-09-26 | 6 | -29/+212 |
* | Fix bug 455: Active match in Find is not selected and links are not focused a... | finnur@google.com | 2008-09-26 | 1 | -1/+1 |
* | Make the link in the About box clickable (Issue 657) | finnur@google.com | 2008-09-26 | 3 | -14/+39 |
* | Sync the function names. The unit tests overrode this function to prevent int... | brettw@google.com | 2008-09-26 | 1 | -1/+1 |
* | Fix build bustage from my previous renaming. | brettw@google.com | 2008-09-26 | 1 | -1/+1 |
* | Fix for a crash in the info bubble at first run | cpu@google.com | 2008-09-26 | 1 | -3/+6 |
* | Reorganize the declarations to have some grouping and logical ordering in tab... | brettw@google.com | 2008-09-26 | 20 | -1704/+1654 |
* | Change made based on comment in previous CL (that had already landed). | jar@google.com | 2008-09-26 | 1 | -1/+1 |
* | Adds the ability to sort TableView. Contrary to what we spoke about | sky@google.com | 2008-09-26 | 9 | -161/+978 |
* | Fixes bug in importer where we could set the default search provider | sky@google.com | 2008-09-26 | 2 | -14/+50 |
* | See if 'charset' is available in HTTP response header and use that to convert... | jungshik@google.com | 2008-09-26 | 2 | -19/+24 |
* | Add --js-flags to the list of flags accepted by UI tests. | patrick@chromium.org | 2008-09-25 | 3 | -0/+16 |
* | Make sure that the request context is released when a URLFetcher is deleted. | rvargas@google.com | 2008-09-25 | 2 | -222/+322 |
* | Move a bunch of stuff out of WebContents. I removed a bunch of render view ho... | brettw@google.com | 2008-09-25 | 18 | -382/+132 |
* | Stop spamming delayed tasks on each input event. | darin@chromium.org | 2008-09-25 | 3 | -28/+54 |
* | "Make Chrome your default browser" should now appear as a checkbox at the bot... | finnur@google.com | 2008-09-25 | 48 | -137/+162 |
* | Remove DidNavigate from the tab contents delegate and all the related plumbing. | brettw@google.com | 2008-09-24 | 9 | -140/+129 |
* | Add a command-line switch to change the user agent.BUG=757345 | pkasting@chromium.org | 2008-09-24 | 10 | -32/+50 |
* | Disable 'suggest' for voila and orange (both use voila) because the result co... | jungshik@google.com | 2008-09-24 | 1 | -6/+14 |
* | Flatten the glue and port dependencies to accelerate build on a quad core. | maruel@google.com | 2008-09-24 | 1 | -2/+2 |
* | Temporarily disabling 2 SSL UI tests because they are flacky. | jcampan@chromium.org | 2008-09-24 | 1 | -2/+4 |
* | If a RenderWidgetHelper::PaintMsgProxy is deleted without being Run, then the | darin@chromium.org | 2008-09-24 | 2 | -3/+19 |
* | This CL adds new UI tests for the SSL UI. | jcampan@chromium.org | 2008-09-24 | 30 | -110/+940 |
* | Flatten the glue dependencies to accelerate build on a quad core. Webcore has... | maruel@google.com | 2008-09-24 | 1 | -1/+2 |
* | Fix a crash when a frame was inserted into a popup and navigated. I added a | brettw@google.com | 2008-09-24 | 2 | -8/+48 |
* | Enforce Terminate on Heap Corruption in most of our executable on Windows XP ... | maruel@google.com | 2008-09-24 | 12 | -3/+23 |
* | Personalization pointer tweak. | nick@chromium.org | 2008-09-24 | 2 | -11/+11 |
* | Null out member so that it will be properly reset in StartLogging() | jar@google.com | 2008-09-24 | 1 | -0/+1 |