| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for querying the amount of memory on a system to sys_info. | deanm@chromium.org | 2008-09-17 | 4 | -1/+59 |
* | Add a class for extracting system-specific information, like the number of pr... | deanm@chromium.org | 2008-09-17 | 8 | -4/+102 |
* | Some cleanup to hmac_nss / nss_init. Move the anonymous namespaces out of th... | deanm@google.com | 2008-09-17 | 2 | -9/+8 |
* | Add a missing include and match a constant type better. From phajdan.jr. | deanm@chromium.org | 2008-09-17 | 1 | -1/+4 |
* | Don't load the font for the window title if we're not going to be painting a ... | beng@google.com | 2008-09-17 | 8 | -154/+76 |
* | Re-land this fix from earlier. Since I was making the tab icon view optional,... | beng@google.com | 2008-09-17 | 3 | -21/+29 |
* | According to reports in the field, some XP machines have a registry flag that... | finnur@google.com | 2008-09-17 | 2 | -3/+7 |
* | Roll back this fix until I can figure out why it;s crashing the ui tests | beng@google.com | 2008-09-17 | 2 | -28/+20 |
* | Don't initialize the TabIconView if we don't need to. It's expensive to create. | beng@google.com | 2008-09-17 | 2 | -20/+28 |
* | Revert this earlier fix since it didn't do any good. | beng@google.com | 2008-09-17 | 2 | -33/+28 |
* | Always block the request for a sub-resource with an | wtc@google.com | 2008-09-16 | 1 | -14/+5 |
* | Adds logging of loading/saving bookmarks to help me diagnose why some | sky@google.com | 2008-09-16 | 3 | -0/+19 |
* | Fixed bookmark bubble bug. If you changed the title, then clicked edit | sky@google.com | 2008-09-16 | 1 | -0/+3 |
* | Update to the latest 1.0.1 SCons checkpoint. | sgk@google.com | 2008-09-16 | 179 | -31/+43424 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=2321, which was... | iyengar@google.com | 2008-09-16 | 1 | -2/+4 |
* | Fixes bug where we could write MAX_PATH + 1 to the clipboard. I came | sky@google.com | 2008-09-16 | 1 | -9/+10 |
* | Attempt to reduce startup regression by deferring load of inactive window bit... | beng@google.com | 2008-09-16 | 2 | -28/+33 |
* | Wrap a reference to a debug-only member variable with #ifndef NDEBUG in | amanda@chromium.org | 2008-09-16 | 1 | -0/+2 |
* | Move gears.dll location to the versioned directory (alongside chrome.dll). We | mpcomplete@google.com | 2008-09-16 | 1 | -3/+12 |
* | Pull in newer ICU. | evanm@google.com | 2008-09-16 | 1 | -1/+1 |
* | Remove the rest of the alternate nav url fetcher from the navigation controller. | brettw@google.com | 2008-09-16 | 4 | -40/+27 |
* | Added code for personalization to the new frame class | jhaas@chromium.org | 2008-09-16 | 2 | -1/+48 |
* | Remove an explicit call from the NavigationController to the alternate URL | brettw@google.com | 2008-09-16 | 6 | -54/+177 |
* | Create a copy of the test directory before using it. | mbelshe@google.com | 2008-09-16 | 1 | -10/+52 |
* | Stub out a11y routines for mac for linking | pinkerton@google.com | 2008-09-16 | 2 | -2/+72 |
* | Update gears.dll to 0.4.17.0 - the official version that users are updated to. | mpcomplete@google.com | 2008-09-16 | 2 | -0/+0 |
* | Unignore most warnings on POSIX in build/SConscript.main. | evanm@google.com | 2008-09-16 | 14 | -50/+68 |
* | More linkage (stubbing out willCacheResponse()) for now | avi@google.com | 2008-09-16 | 3 | -26/+37 |
* | 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 |