| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 2243 to check if it's why the startup test regressed. | nsylvain@chromium.org | 2008-09-16 | 1 | -1/+1 |
* | Touchpad support for laptops | joshia@google.com | 2008-09-16 | 5 | -62/+66 |
* | Fixes two crashers in saving page: | sky@google.com | 2008-09-16 | 3 | -15/+18 |
* | Allow Views to support an optional hit-test mask. Make hittest use this. | beng@google.com | 2008-09-16 | 6 | -29/+125 |
* | Remove registration step between NavigationController > Profile. | tim@chromium.org | 2008-09-16 | 4 | -60/+0 |
* | Turn on the magic frames. | beng@google.com | 2008-09-16 | 2 | -1/+7 |
* | In DefaultPolicy::OnCertError, if a cert error is allowed, | wtc@google.com | 2008-09-16 | 1 | -21/+20 |
* | Fix bug where bookmark bar wouldn't animate away but would rather snap closed... | beng@google.com | 2008-09-16 | 1 | -3/+5 |
* | Try again to fix the memory problems in NavigationController. The previous one | brettw@google.com | 2008-09-15 | 1 | -5/+9 |
* | Adding sync plugin messages, and plugin broadcasts to the renderer processes | zork@google.com | 2008-09-15 | 10 | -18/+163 |
* | Changes to get a small part of chrome/SConscript building. For now, just bui... | tc@google.com | 2008-09-15 | 1 | -238/+258 |
* | Make sure we don't execute code from the theme dll. | nsylvain@chromium.org | 2008-09-15 | 1 | -1/+1 |
* | Revert my last fix for a memory leak in the navigation controller tests. This | brettw@google.com | 2008-09-15 | 1 | -2/+2 |
* | Fix a leak in the unit tests. | brettw@google.com | 2008-09-15 | 1 | -2/+2 |
* | Fix unittest bustage due to NULL pointer deref (only in unittest mode, I hope). | pkasting@chromium.org | 2008-09-15 | 3 | -12/+18 |
* | Add test shell WebView and WebWidget host classes. This are stopgaps and | amanda@chromium.org | 2008-09-15 | 1 | -0/+3 |
* | Make the GoogleURLTracker only fetch the Google hostname if the user's defaul... | pkasting@chromium.org | 2008-09-15 | 6 | -30/+168 |
* | Add preferences for the clear browsing data dialog so that | tc@google.com | 2008-09-15 | 4 | -5/+47 |
* | Remove the unneeded pending entry from the unit tests. | brettw@google.com | 2008-09-15 | 1 | -17/+0 |
* | Occasionally GetLastActiveBrowserWindow fails on the build bots, probably bec... | beng@google.com | 2008-09-15 | 1 | -1/+1 |
* | Hit test zone for the new tab button should follow its visible shape. | beng@google.com | 2008-09-14 | 1 | -1/+57 |
* | Revert these changes now the experiment is complete. | beng@google.com | 2008-09-14 | 3 | -5/+1 |
* | Yet another test, this time with a tweak to the find test. | beng@google.com | 2008-09-14 | 3 | -1/+5 |
* | Fix a debug assertin when running the web contents unit test. The error is in | brettw@google.com | 2008-09-14 | 1 | -0/+3 |
* | A couple of tweaks to the AeroGlassNonClientView: | beng@google.com | 2008-09-14 | 1 | -2/+2 |
* | Roll back frame test now buildbots have cycled. | beng@google.com | 2008-09-14 | 2 | -3/+0 |
* | Test frames on the builders again to see if notification change helped. | beng@google.com | 2008-09-14 | 2 | -0/+3 |
* | Include the area to the right of the tabstrip underneath the window controls ... | beng@google.com | 2008-09-14 | 1 | -3/+11 |
* | This is almost a complete rewrite of DidNavigate and the associated Navigatio... | brettw@google.com | 2008-09-14 | 24 | -990/+1304 |
* | Roll back frames now test run is complete. | beng@google.com | 2008-09-14 | 2 | -3/+0 |
* | Test new frames on buildbots again. | beng@google.com | 2008-09-14 | 2 | -0/+3 |
* | Fix interactive UI tests... | beng@google.com | 2008-09-14 | 3 | -8/+15 |
* | Get the new frames to pass the accessibility UI tests. | beng@google.com | 2008-09-14 | 4 | -8/+90 |
* | Fix an include path. | paulg@google.com | 2008-09-14 | 1 | -1/+1 |
* | Move the Save Page code to the browser/download/ directory. | paulg@google.com | 2008-09-14 | 22 | -92/+96 |
* | fix build bustage | beng@google.com | 2008-09-13 | 1 | -1/+1 |
* | fix build bustage | beng@google.com | 2008-09-13 | 1 | -1/+1 |
* | fix build bustage | beng@google.com | 2008-09-13 | 2 | -2/+2 |
* | Move more UI stuff into browser/views | beng@google.com | 2008-09-13 | 53 | -109/+109 |
* | turn off new frames again. | beng@google.com | 2008-09-13 | 1 | -1/+0 |
* | testing new frames on one cycle of buildbots | beng@google.com | 2008-09-13 | 1 | -0/+1 |
* | Move the download code to new directories: | paulg@google.com | 2008-09-13 | 35 | -94/+96 |
* | Remove the TODO to remove --start-maximized. It seems this switch is | pjohnson@google.com | 2008-09-13 | 1 | -3/+0 |
* | forgot to modify this file | beng@google.com | 2008-09-13 | 1 | -2/+2 |
* | Back r2151 since it causes ui tests failures. | maruel@google.com | 2008-09-13 | 5 | -550/+181 |
* | Move XPFrame, VistaFrame to views/old_frames | beng@google.com | 2008-09-13 | 19 | -328/+87 |
* | Forgot to commit these two files. | beng@google.com | 2008-09-13 | 2 | -2/+2 |
* | Move importer files into an importer subdirectory. | beng@google.com | 2008-09-13 | 26 | -326/+115 |
* | Added routines to MetricsService to parse the server response and respond to ... | petersont@google.com | 2008-09-13 | 5 | -181/+550 |
* | Remove some files and directories we no longer use (We can resurrect them fro... | beng@google.com | 2008-09-12 | 4 | -782/+6 |