| Commit message (Expand) | Author | Age | Files | Lines |
* | Use web app icon as ICON_BIG for Windows | xiyuan@chromium.org | 2010-03-08 | 2 | -0/+16 |
* | chrome 3: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 2 | -2/+4 |
* | First cut at custom user style sheets. | tony@chromium.org | 2010-03-08 | 3 | -14/+26 |
* | Next part of removing the dependency of chrome/common on chrome/browser | phajdan.jr@chromium.org | 2010-03-06 | 2 | -1/+3 |
* | Remove DeleteOnIOThread from Datatype controller to fix Valgrind and remove t... | zork@chromium.org | 2010-03-05 | 1 | -3/+10 |
* | Fix for bug 36463. Reloading a page by pressing enter in the | jcampan@chromium.org | 2010-03-05 | 1 | -3/+3 |
* | Turns out making this opaque breaks the findbar overlapping... reverting 40532. | avi@chromium.org | 2010-03-03 | 1 | -8/+0 |
* | Remove ancient comments that aren't valid any more. The details have been fil... | avi@chromium.org | 2010-03-03 | 1 | -3/+0 |
* | Fix flicker of themed window background by making the tab contents opaque (it... | avi@chromium.org | 2010-03-03 | 1 | -0/+8 |
* | Rename FormFieldHistoryManager to AutocompleteHistory manager to better refle... | jhawkins@chromium.org | 2010-03-02 | 2 | -8/+8 |
* | Next part of bad dependency removal (chrome/common -> chrome/browser) | phajdan.jr@chromium.org | 2010-03-02 | 2 | -2/+2 |
* | Theoretical crash fix: deleted |blocked_popups_| sticks around un-NULLed. | erg@chromium.org | 2010-02-25 | 1 | -0/+1 |
* | Handle keyboard events correctly in extension popups. | suzhe@chromium.org | 2010-02-25 | 3 | -74/+1 |
* | Windows: deemphasize render view when tab contents is blocked due to constrai... | estade@chromium.org | 2010-02-25 | 2 | -8/+3 |
* | Make sure in-page navigations don't make the page actions disappear. | finnur@chromium.org | 2010-02-24 | 1 | -4/+1 |
* | Remove usages of obsolete WebSettings::setGeolocation so it can be removed fr... | joth@chromium.org | 2010-02-23 | 1 | -2/+0 |
* | Make the translation bar not show up again when you closed it in a page | jcampan@chromium.org | 2010-02-23 | 5 | -9/+56 |
* | Make sure bookmarks_drag_ is initialized to NULL to prevent crash. | arv@chromium.org | 2010-02-23 | 1 | -0/+1 |
* | Remove more TODOs that are un-necessary | pinkerton@chromium.org | 2010-02-22 | 1 | -3/+3 |
* | Initial HTTP requests issued by ChromeFrame popups could bypass the host netw... | ananta@chromium.org | 2010-02-22 | 4 | -7/+15 |
* | Bookmark Manager Drag and Drop backend. | arv@chromium.org | 2010-02-20 | 3 | -0/+44 |
* | Disable the "Copy Image" context menu option when the user right-clicks a blo... | pkasting@chromium.org | 2010-02-20 | 1 | -2/+4 |
* | Adding command line flag (--show-composited-render-layers) to enable the show... | vangelis@chromium.org | 2010-02-19 | 1 | -0/+2 |
* | linux: plumb shift-reload down into new shift-reload API | evan@chromium.org | 2010-02-19 | 4 | -19/+49 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 6 | -6/+6 |
* | We need to traverse the infobars with a reverse loop as | jcampan@chromium.org | 2010-02-18 | 1 | -1/+1 |
* | Remove all infobars from a tab when its renderer crashes. | jcampan@chromium.org | 2010-02-18 | 1 | -0/+4 |
* | Flip the "unique file:// URI origin" flag to on. Add the | cevans@chromium.org | 2010-02-18 | 1 | -0/+2 |
* | Revert 39287 - Chromium pieces to use the WebKit support for isolation file:/... | cevans@chromium.org | 2010-02-18 | 1 | -2/+0 |
* | Chromium pieces to use the WebKit support for isolation file:// documents in | cevans@chromium.org | 2010-02-17 | 1 | -0/+2 |
* | Prevent resizing tab content to 0. | dpolukhin@chromium.org | 2010-02-17 | 1 | -1/+7 |
* | Makes sure we don't display several times the translate infobar for a page. | jcampan@chromium.org | 2010-02-17 | 2 | -1/+12 |
* | Calls InfoBarClosed on InfoBarDelegates in unit-tests to | jcampan@chromium.org | 2010-02-17 | 2 | -0/+39 |
* | Adds a NULL check for the RenderViewHost pointer within TabContents::ExecuteC... | andybons@chromium.org | 2010-02-16 | 1 | -4/+7 |
* | GTK: visually de-emphasize the render view contents when a constrained window... | estade@chromium.org | 2010-02-16 | 1 | -0/+8 |
* | Reloading a page would not show a translate infobar. | jcampan@chromium.org | 2010-02-16 | 3 | -6/+9 |
* | Implements the auto-translate on click: if you have translated | jcampan@chromium.org | 2010-02-12 | 5 | -16/+152 |
* | Remove --disable-images and --disable-javascript now that we have UI that doe... | pkasting@chromium.org | 2010-02-12 | 1 | -2/+1 |
* | Use TabContents::GetDefaultTitle() everywhere we need a title for an untitled... | pkasting@chromium.org | 2010-02-12 | 2 | -7/+8 |
* | Remove TODOs or add bug numbers to TODOs | pinkerton@chromium.org | 2010-02-12 | 1 | -1/+0 |
* | Send "content blocked" ipc messages more reliably. | thakis@chromium.org | 2010-02-12 | 1 | -3/+1 |
* | CL implementing focus-dismissal of the chrome.experimental.popup set of exten... | twiz@chromium.org | 2010-02-10 | 1 | -1/+1 |
* | Adds code to restore application extensions. I'm also enabling tab | sky@chromium.org | 2010-02-10 | 1 | -0/+5 |
* | Remove the temporary scaffolding stubs. | phajdan.jr@chromium.org | 2010-02-10 | 2 | -9/+1 |
* | Make several tests more snappy, less sleepy. | phajdan.jr@chromium.org | 2010-02-10 | 1 | -1/+0 |
* | Whitelist all content for various internal schemes. | pkasting@chromium.org | 2010-02-09 | 1 | -5/+8 |
* | Make the content settings dialog dependent on its parent. This re-plumbs the... | pkasting@chromium.org | 2010-02-09 | 1 | -0/+4 |
* | Trigger the blocked cookie notification UI. | darin@chromium.org | 2010-02-09 | 2 | -8/+11 |
* | Add back disabled menu items | davemoore@chromium.org | 2010-02-09 | 1 | -0/+2 |
* | Do the remaining renames after http://codereview.chromium.org/585008 | phajdan.jr@chromium.org | 2010-02-09 | 2 | -4/+4 |