| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial Gears SConscript file. A bit messy. Only builds chrome+dbg and | mpcomplete@google.com | 2008-09-16 | 9 | -0/+1619 |
* | Address missing methods in forked FontCache.h header without forking entire i... | pinkerton@google.com | 2008-09-16 | 2 | -2/+88 |
* | 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 |
* | One more passing test. | evanm@google.com | 2008-09-16 | 1 | -1/+1 |
* | If gperf fails, this script marches on and causes a mystery failure later. S... | evanm@google.com | 2008-09-16 | 1 | -1/+1 |
* | Add one more function; tweak since "HWND" isn't really a window... | avi@google.com | 2008-09-16 | 1 | -1/+10 |
* | Fix the Mac build; we can't pull that one line until it's fixed all the way d... | avi@google.com | 2008-09-16 | 1 | -1/+4 |
* | Fixes two crashers in saving page: | sky@google.com | 2008-09-16 | 3 | -15/+18 |
* | Add an HMAC implementation using NSS. Include centralized NSS initialization... | deanm@google.com | 2008-09-16 | 4 | -1/+162 |
* | Link fixing. | avi@google.com | 2008-09-16 | 2 | -2/+6 |
* | Mac/mach implementation of disk_cache::GetSystemMemory(). Patch by Kelly | mark@chromium.org | 2008-09-16 | 1 | -1/+14 |
* | memcpy cannot overlap, move to memmove. | deanm@google.com | 2008-09-16 | 2 | -2/+2 |
* | Pull the latest googleurl. This has preliminary support for IPv6. | brettw@google.com | 2008-09-16 | 1 | -1/+1 |
* | 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 |
* | Make navigator.language depend on the current UI language of Chrome rather than | jungshik@google.com | 2008-09-16 | 1 | -25/+4 |
* | Simple unit test, written mostly just to become familiar with the code. | dkegel@google.com | 2008-09-15 | 3 | -0/+123 |
* | 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 | 3 | -240/+261 |
* | All these tests are failing in the jail. | nsylvain@chromium.org | 2008-09-15 | 1 | -0/+57 |
* | 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 |
* | Ignore LayoutTests. | maruel@google.com | 2008-09-15 | 0 | -0/+0 |
* | First stab at lib dependencies | avi@google.com | 2008-09-15 | 2 | -1/+396 |
* | Fix unittest bustage due to NULL pointer deref (only in unittest mode, I hope). | pkasting@chromium.org | 2008-09-15 | 3 | -12/+18 |
* | Fix the issue http://code.google.com/p/v8/issues/detail?id=43 | fqian@google.com | 2008-09-15 | 4 | -16/+39 |
* | Add test shell WebView and WebWidget host classes. This are stopgaps and | amanda@chromium.org | 2008-09-15 | 6 | -4/+1147 |
* | Fix the link paths. | avi@google.com | 2008-09-15 | 1 | -4/+12 |
* | Make jsbindings target depend on libxml_config (r=me/pink) | mark@chromium.org | 2008-09-15 | 1 | -0/+85 |
* | Changes to test shell on Mac. | avi@google.com | 2008-09-15 | 3 | -123/+95 |
* | Address a TODO for properly stripping references from request URL. | ericroman@google.com | 2008-09-15 | 4 | -10/+65 |
* | 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 | 5 | -5/+48 |
* | Remove the unneeded pending entry from the unit tests. | brettw@google.com | 2008-09-15 | 1 | -17/+0 |
* | Add in a temp copy of the WebKit SPI files. These are the ones corresponding ... | avi@google.com | 2008-09-15 | 5 | -6/+329 |
* | Turn off ActiveX for non-Windows platforms | avi@google.com | 2008-09-15 | 2 | -1/+9 |
* | An early optimization in std::pair<> in Visual Studio 2008 Service Pack 1 mak... | maruel@google.com | 2008-09-15 | 1 | -0/+9 |
* | For some reasons the linker excludes 2 of our hooks | nsylvain@chromium.org | 2008-09-15 | 1 | -0/+4 |
* | 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 |