| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove unused has_unload_listener_. | creis@chromium.org | 2011-06-23 | 2 | -4/+0 |
* | Update .DEPS.git | chrome-admin@google.com | 2011-06-23 | 1 | -1/+1 |
* | WebKit roll 89590:89609 | dimich@chromium.org | 2011-06-23 | 1 | -1/+1 |
* | Extension ID should be converted to app name when it is passed to the Browser. | jianli@chromium.org | 2011-06-23 | 1 | -3/+6 |
* | Hide information from non-Basic/Digest HTTP auth challenges | mmenke@chromium.org | 2011-06-23 | 1 | -2/+29 |
* | Revert 90265 - Move browser accessibility code from chrome to content. | dmazzoni@chromium.org | 2011-06-23 | 32 | -99/+92 |
* | Remove dead code from TabFinder. | mirandac@chromium.org | 2011-06-23 | 2 | -18/+0 |
* | New documentation for ppb_graphics_2d.h, graphics_2d.h, and image_data.h | jond@google.com | 2011-06-23 | 2 | -34/+299 |
* | audio.h: Fixed path | jond@google.com | 2011-06-23 | 4 | -6/+6 |
* | CrOS - Fix crash when canceling file picker after Save Page As... | jamescook@chromium.org | 2011-06-23 | 2 | -2/+9 |
* | Make scrollbar GetThickness take a resource argument. This allows simlper | brettw@chromium.org | 2011-06-23 | 19 | -114/+210 |
* | Clean up some old test failure annotations that no longer apply | rsimha@chromium.org | 2011-06-23 | 1 | -7/+3 |
* | Move power management calls to their own thread. | avi@chromium.org | 2011-06-23 | 2 | -22/+49 |
* | Add helper function to GoogleUpdateSettings to retrieve the reactivation | rogerta@chromium.org | 2011-06-23 | 4 | -0/+12 |
* | Linux: Fix crash reporting for subprocesses that do not run in the Zygote. | thestig@chromium.org | 2011-06-23 | 1 | -0/+8 |
* | Ensure that the AtExitManager instance is initialized before the renderer cli... | ananta@chromium.org | 2011-06-23 | 1 | -13/+30 |
* | Move browser accessibility code from chrome to content. | dmazzoni@chromium.org | 2011-06-23 | 32 | -92/+99 |
* | Use BrowserList::GetLastActive with profile when possible. | mirandac@chromium.org | 2011-06-23 | 2 | -2/+2 |
* | Allows for repeating behaviour on virtual keyboard keys and enables this for | flackr@chromium.org | 2011-06-23 | 1 | -58/+222 |
* | Make NetInternalsMessageHandler::CallJavascriptFunction and | mmenke@chromium.org | 2011-06-23 | 1 | -21/+18 |
* | Fix content script injection when multi-profiles are enabled. | jstritar@chromium.org | 2011-06-23 | 2 | -1/+4 |
* | Update .DEPS.git | chrome-admin@google.com | 2011-06-23 | 1 | -1/+1 |
* | fix (hopefully) ARM build of fonthost | reed@google.com | 2011-06-23 | 1 | -1/+1 |
* | Do GetAdaptersAddresses on a worker thread. | joi@chromium.org | 2011-06-23 | 4 | -66/+253 |
* | Moved the ListenSocket class (found in net/base/listen_socket.h) to the net n... | rkn@chromium.org | 2011-06-23 | 16 | -105/+131 |
* | Two minor tweaks to prerender: | sky@chromium.org | 2011-06-23 | 4 | -5/+13 |
* | Fix up crash reporting in unit tests and the Chrome Frame helper processes: | robertshield@chromium.org | 2011-06-23 | 6 | -26/+96 |
* | Adds the ability to animate transforms/bounds to View. | sky@chromium.org | 2011-06-23 | 13 | -12/+573 |
* | Update .DEPS.git | chrome-admin@google.com | 2011-06-23 | 1 | -1/+1 |
* | WebKit merge 89566:89590 | dimich@chromium.org | 2011-06-23 | 1 | -1/+1 |
* | New sync pyAuto test and an update. | annapop@chromium.org | 2011-06-23 | 1 | -4/+60 |
* | Enable ntp tests. | dyu@chromium.org | 2011-06-23 | 1 | -8/+0 |
* | Revert 90228 - Next round of checks to figure out what invariant is failing. | rdsmith@chromium.org | 2011-06-23 | 3 | -29/+0 |
* | Get rid of a few FilePath tmp objects/copies. | achuith@chromium.org | 2011-06-23 | 1 | -3/+3 |
* | Fix mac | ben@chromium.org | 2011-06-23 | 1 | -1/+1 |
* | Start refractoring extension permissions into ExtensionPermissionSet. | jstritar@chromium.org | 2011-06-23 | 37 | -1531/+2722 |
* | Remove msvs_guid in gyp files in src/chrome/. | tony@chromium.org | 2011-06-23 | 14 | -63/+0 |
* | Add an option to run Chrome in the views desktop. | ben@chromium.org | 2011-06-23 | 26 | -330/+755 |
* | Adding additional Autofill tests to pyAuto. | dyu@chromium.org | 2011-06-23 | 4 | -0/+137 |
* | Update .DEPS.git | chrome-admin@google.com | 2011-06-23 | 1 | -1/+1 |
* | roll skia | reed@google.com | 2011-06-23 | 1 | -1/+1 |
* | [Sync] Don't set old style bookmarks anymore. | zea@chromium.org | 2011-06-23 | 1 | -6/+1 |
* | Move MachBroker to content. | jam@chromium.org | 2011-06-23 | 11 | -23/+13 |
* | Linux: remove the forced keyring unlock on password store initialization. | mdm@chromium.org | 2011-06-23 | 1 | -22/+18 |
* | ui/base/models: Replace ASSERT_* checks by EXPECT_* in TreeNode unittests. | tfarina@chromium.org | 2011-06-23 | 1 | -59/+59 |
* | Fix #78757 (Options in RTL context) | groby@chromium.org | 2011-06-23 | 7 | -4/+49 |
* | Support for testing by providing access to DownloadsList. | achuith@chromium.org | 2011-06-23 | 2 | -56/+71 |
* | Fix a bug where window.screen would return 0, 0 as the width and height | tony@chromium.org | 2011-06-23 | 1 | -1/+1 |
* | Coverity: Fix pass by value errors. | kmadhusu@chromium.org | 2011-06-23 | 4 | -8/+9 |
* | Next round of checks to figure out what invariant is failing. | rdsmith@chromium.org | 2011-06-23 | 3 | -0/+29 |