| Commit message (Expand) | Author | Age | Files | Lines |
* | Size the render widget host view when the browser tries to set it to a partic... | tony@chromium.org | 2009-09-18 | 4 | -29/+34 |
* | Extensions: tab.title should not be undefined. | erg@google.com | 2009-09-18 | 1 | -2/+1 |
* | Remove the intializaton of the Download Manager when bringing up | tony@chromium.org | 2009-09-18 | 2 | -6/+0 |
* | Set the parent of BookmarkContextMenu to be the browser window, not | tony@chromium.org | 2009-09-18 | 1 | -2/+2 |
* | Remove MSVC build files that grit used to use. These have | tony@chromium.org | 2009-09-18 | 2 | -196/+0 |
* | Various cleanups FTP-related. | phajdan.jr@chromium.org | 2009-09-18 | 1 | -4/+4 |
* | Fixed Chrome implementation of worker error reporting to report errors via ev... | atwilson@chromium.org | 2009-09-18 | 1 | -1/+1 |
* | Switch to using vkey constants rather than hardcoded decimal values | pinkerton@chromium.org | 2009-09-18 | 1 | -17/+23 |
* | Disable HistoryQueryTest.Basic which is crashing under purify. | mbelshe@google.com | 2009-09-18 | 1 | -0/+2 |
* | Make extension shelf resize correctly with the window. | thakis@chromium.org | 2009-09-18 | 1 | -1/+1 |
* | [Mac] Adds animations to the findbar. | rohitrao@chromium.org | 2009-09-18 | 5 | -230/+408 |
* | [Mac] Disable autoresizing of subviews when going into and out of fullscreen | rohitrao@chromium.org | 2009-09-18 | 1 | -0/+8 |
* | ExtensionAPIClientTest.GetLastFocusedWindow is flaky | maruel@chromium.org | 2009-09-18 | 1 | -1/+2 |
* | Lands http://codereview.chromium.org/203029 for Thiago: | sky@chromium.org | 2009-09-18 | 3 | -9/+14 |
* | DevTools: don't duplicate eval scripts on each panel switch. | yurys@google.com | 2009-09-18 | 1 | -0/+6 |
* | Remove the theme popup menu and just have a reset button to match the other p... | thomasvl@chromium.org | 2009-09-18 | 6 | -368/+131 |
* | Allow popup windows to have a title displayed in the titlebar. | pinkerton@chromium.org | 2009-09-18 | 1 | -0/+6 |
* | Try again to land "Implement script API:executeScript" | aa@chromium.org | 2009-09-18 | 28 | -7/+584 |
* | Fix bug where we fail to install an extension that has an empty | aa@chromium.org | 2009-09-18 | 4 | -13/+1 |
* | Introduce WebKit::WebSecurityOrigin as a wrapper around | darin@chromium.org | 2009-09-18 | 2 | -4/+5 |
* | Don't build the RPMs for ChromeOS. | thestig@chromium.org | 2009-09-18 | 1 | -1/+1 |
* | Implement GetCurrentCountryID() for Linux. | suzhe@chromium.org | 2009-09-18 | 1 | -1/+28 |
* | Preparing rollback in case things don't work out. | bradnelson@google.com | 2009-09-18 | 24 | -800/+1 |
* | Pulling in newer nacl. | bradnelson@google.com | 2009-09-18 | 1 | -0/+4 |
* | This is a copy of http://codereview.chromium.org/153002/show | gregoryd@google.com | 2009-09-18 | 23 | -1/+796 |
* | Revert 26534: "Fix bug where we fail to install an extension | aa@chromium.org | 2009-09-18 | 1 | -0/+5 |
* | Fix a bug where we access a view after deletion. | paul@chromium.org | 2009-09-18 | 3 | -3/+12 |
* | Enable bookmark sync building by default for Chromium builds on windows. | chron@chromium.org | 2009-09-18 | 1 | -9/+2 |
* | Fix bug where we fail to install an extension that has an empty | aa@chromium.org | 2009-09-18 | 1 | -5/+0 |
* | Linux Printing: Move file open operation to file thread. | estade@chromium.org | 2009-09-18 | 4 | -46/+63 |
* | Break out page load test into its own target on Linux. | estade@chromium.org | 2009-09-18 | 3 | -39/+75 |
* | Language detection works only for Windows now. Make chrome.tabs.detectLanguag... | sidchat@chromium.org | 2009-09-18 | 3 | -1/+8 |
* | Revert "Strict transport security: add checkbox to clear state." | agl@chromium.org | 2009-09-18 | 11 | -57/+4 |
* | Let arrow up/down in find bar scroll page. | thakis@chromium.org | 2009-09-18 | 1 | -1/+3 |
* | While fixing bug 22070 (Toolstrip theme background not updated when resizing ... | finnur@chromium.org | 2009-09-18 | 4 | -47/+31 |
* | Fix the deadlock when Flash tries to make WMP full screen. This is a one-off... | jam@chromium.org | 2009-09-17 | 3 | -6/+29 |
* | Retry that check for nullness in url request automation job. | tommi@chromium.org | 2009-09-17 | 1 | -2/+7 |
* | Two extensions doc cleanups. | asargent@chromium.org | 2009-09-17 | 4 | -20/+64 |
* | Stop running the old WMP plugin test, it's not passing | jam@chromium.org | 2009-09-17 | 1 | -1/+2 |
* | Clarify what content scripts can and can't do. Overview overhaul | kathyw@google.com | 2009-09-17 | 4 | -12/+168 |
* | Some history backend fixes for database corruption. | shess@chromium.org | 2009-09-17 | 2 | -0/+20 |
* | Lands http://codereview.chromium.org/211002 for Charlie: | sky@chromium.org | 2009-09-17 | 7 | -5/+81 |
* | Stylistic fixes in the new dock menu code: | sgk@google.com | 2009-09-17 | 2 | -16/+15 |
* | Remove unused prefs. | tony@chromium.org | 2009-09-17 | 2 | -34/+0 |
* | Fix the Linux Views build, sigh. We need a trybot. | pkasting@chromium.org | 2009-09-17 | 1 | -2/+3 |
* | Add Profile Import Process Type. | jeremy@chromium.org | 2009-09-17 | 8 | -1/+105 |
* | Pause for <video> should have immediate effect on audio | hclam@chromium.org | 2009-09-17 | 1 | -1/+1 |
* | Try renabling the WMP plugin tests again. The new one works on my Windows 7 ... | jam@chromium.org | 2009-09-17 | 1 | -3/+2 |
* | Try to make ImageBubbles draw correctly on Linux Views as well. This also fi... | pkasting@chromium.org | 2009-09-17 | 2 | -68/+92 |
* | prefs::kDownloadDefaultDirectory should always be initialized in DownloadMana... | thestig@chromium.org | 2009-09-17 | 1 | -13/+5 |