| Commit message (Expand) | Author | Age | Files | Lines |
* | DevTools: allow binding remote debugging to provided interface. | pfeldman@chromium.org | 2011-02-04 | 1 | -0/+1 |
* | DevTools: enable remote debugging with front-end served from the cloud. | pfeldman@chromium.org | 2011-01-31 | 1 | -1/+6 |
* | Move clipboard from app/ to ui/base | ben@chromium.org | 2011-01-10 | 1 | -4/+4 |
* | Lifecycle management for PolicyProviders | jkummerow@chromium.org | 2011-01-05 | 1 | -2/+27 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -1/+1 |
* | Send phishing model from the browser to the renderer. | noelutz@google.com | 2010-12-09 | 1 | -0/+5 |
* | Implement print preview tab controller. | kmadhusu@chromium.org | 2010-11-16 | 1 | -0/+4 |
* | Create DownloadStatusUpdater to keep track of download progress | phajdan.jr@chromium.org | 2010-09-27 | 1 | -0/+4 |
* | Move Google-specific code under browser/ into browser/google/. | evan@chromium.org | 2010-08-30 | 1 | -1/+1 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | Reland r56483 - Monitor network change in GoogleURLTracker | ukai@chromium.org | 2010-08-20 | 1 | -3/+16 |
* | Initial version of chrome.experimental.sidebar extension API. | brettw@chromium.org | 2010-08-19 | 1 | -0/+4 |
* | Added BackgroundModeManager which tracks when background apps are loaded/unlo... | atwilson@chromium.org | 2010-08-18 | 1 | -4/+0 |
* | Win IO Perf Regressions | thomasvl@chromium.org | 2010-08-18 | 1 | -16/+3 |
* | Monitor network change in GoogleURLTracker | ukai@chromium.org | 2010-08-18 | 1 | -3/+16 |
* | Delete obviously unneeded forward declarations in chrome/browser/*.h. | viettrungluu@chromium.org | 2010-08-05 | 1 | -4/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Moved code that generates APP_TERMINATING notification into BrowserList so it... | atwilson@chromium.org | 2010-07-20 | 1 | -4/+0 |
* | chromeos: except when signing off, disallow closing of last NTP of last non-i... | kuan@chromium.org | 2010-07-14 | 1 | -0/+4 |
* | DevTools: add stub for HTTP-based remote debugger interface. | pfeldman@chromium.org | 2010-07-06 | 1 | -5/+1 |
* | Added BackgroundContentsService to manage lifecycle of BackgroundContents. | atwilson@chromium.org | 2010-06-21 | 1 | -2/+9 |
* | Create a dedicated cache thread and use it to create the | rvargas@google.com | 2010-05-18 | 1 | -0/+4 |
* | r46025 reverted r46023 which caused a build break on chromeos. | prasadt@chromium.org | 2010-04-30 | 1 | -2/+2 |
* | Revert r46023: "Detect new instance of the browser when running in the backgr... | willchan@chromium.org | 2010-04-30 | 1 | -2/+2 |
* | Detect new instance of the browser when running in the background in persistent | prasadt@chromium.org | 2010-04-30 | 1 | -2/+2 |
* | Auto restart when update available while running in the background on windows. | atwilson@chromium.org | 2010-04-09 | 1 | -0/+5 |
* | Revert 43989 - This is a new version of the older patch. Main changes include: | atwilson@chromium.org | 2010-04-09 | 1 | -5/+0 |
* | This is a new version of the older patch. Main changes include: | atwilson@chromium.org | 2010-04-08 | 1 | -0/+5 |
* | Final removal of the bad dependency of chrome/common on chrome/browser | phajdan.jr@chromium.org | 2010-03-10 | 1 | -9/+0 |
* | Initial implementation of status tray functionality (mac-only, currently). | atwilson@chromium.org | 2010-03-06 | 1 | -0/+4 |
* | Next part of removing the dependency of chrome/common on chrome/browser | phajdan.jr@chromium.org | 2010-03-06 | 1 | -1/+1 |
* | The browser would crash when pressing the translate button in the infobar whe... | jcampan@chromium.org | 2010-03-03 | 1 | -6/+8 |
* | Pull IOThread out of BrowserProcessImpl. Move the dns prefetching initializat... | willchan@chromium.org | 2010-01-22 | 1 | -1/+3 |
* | Add autodetection of "intranet" redirection, for ISPs etc. that send typos an... | pkasting@chromium.org | 2010-01-08 | 1 | -1/+5 |
* | Make BrowserProcess::GetApplicationLocale thread safe and migrate | tony@chromium.org | 2009-12-10 | 1 | -0/+1 |
* | Connect the various pieces for notifications... hook up NotificationUIManager... | johnnyg@chromium.org | 2009-10-30 | 1 | -0/+4 |
* | Move the clipboard stuff out of base and into app/clipboard. I renamed | brettw@chromium.org | 2009-10-03 | 1 | -2/+2 |
* | Remove all MemoryModel-related code, since we're unlikely to use it again. A... | pkasting@chromium.org | 2009-09-30 | 1 | -2/+0 |
* | Implement about:ipc dialog for Mac. | jrg@chromium.org | 2009-09-28 | 1 | -0/+3 |
* | Mask the BrokerServices class behind an ifdef for Windows only; Linux and Mac... | jhawkins@chromium.org | 2009-08-21 | 1 | -3/+5 |
* | Don't show "Inspect Element" in the context menu if we can't inspect. | agl@chromium.org | 2009-08-21 | 1 | -0/+3 |
* | There is no need for the browser process to have an accelerator handler.This ... | jcampan@chromium.org | 2009-07-29 | 1 | -4/+0 |
* | Replace std:;wstring with std::string and string16 in locale-name related APIs. | jshin@chromium.org | 2009-06-24 | 1 | -3/+3 |
* | Fix a crash when the ThumbnailGenerator. | brettw@chromium.org | 2009-06-17 | 1 | -0/+4 |
* | Get rid of the ClipboardService class and header... it is nothing but a shell... | ben@chromium.org | 2009-05-05 | 1 | -6/+6 |
* | Linux: move X operations from the IO to UI2 thread. | agl@chromium.org | 2009-04-22 | 1 | -0/+6 |
* | I managed to break test_shell. Reverting. I'll fix tomorrow. | agl@chromium.org | 2009-04-21 | 1 | -6/+0 |
* | Build fix | agl@chromium.org | 2009-04-21 | 1 | -0/+1 |
* | Build fix: add a stub for background_x11_thread for unit tests | agl@chromium.org | 2009-04-21 | 1 | -0/+5 |
* | Make sure one cannot cut or copy from a password | jcampan@chromium.org | 2009-04-10 | 1 | -1/+8 |