| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Mozilla's ISimpleDOM COM interfaces, which are needed | dmazzoni@chromium.org | 2010-08-31 | 1 | -0/+1 |
* | Move Google-specific code under browser/ into browser/google/. | evan@chromium.org | 2010-08-30 | 1 | -2/+2 |
* | FBTF: Move some heavy, repeatedly emitted symbols to implementation files. | erg@google.com | 2010-08-30 | 1 | -1/+2 |
* | Add html node info (tag name, attributes, and computed display) and document | dmazzoni@chromium.org | 2010-08-30 | 1 | -1/+2 |
* | Implement events for extensions management API. | asargent@chromium.org | 2010-08-30 | 1 | -0/+1 |
* | Add a helper class that keeps per-profile information for FileSystem API | kinuko@chromium.org | 2010-08-27 | 1 | -0/+1 |
* | Revert 57715 - Add a helper class that keeps per-profile information for File... | dmazzoni@chromium.org | 2010-08-27 | 1 | -1/+0 |
* | Add a helper class that keeps per-profile information for FileSystem API | kinuko@chromium.org | 2010-08-27 | 1 | -0/+1 |
* | Fix references to pyauto doc urls | nirnimesh@chromium.org | 2010-08-27 | 1 | -1/+1 |
* | Separate the "search host to TemplateURL" functionality out of the TemplateUR... | levin@chromium.org | 2010-08-27 | 1 | -0/+1 |
* | Download code cleanup: share most of the code between DownloadFile and SaveFile. | phajdan.jr@chromium.org | 2010-08-27 | 1 | -0/+1 |
* | Enable device orientation by default. | hans@chromium.org | 2010-08-27 | 1 | -1/+0 |
* | When the browser doesn't have connectivity to a hosted app, display a prettie... | erikkay@chromium.org | 2010-08-27 | 1 | -0/+1 |
* | Displays a speech input UI bubble during speech recognition. | satish@chromium.org | 2010-08-27 | 1 | -0/+1 |
* | Fixed attach logic so that DOMView can be initialized before or after added t... | oshima@chromium.org | 2010-08-27 | 1 | -0/+2 |
* | [Mac] New base class for FramedBrowserWindow and FullscreenWindow. Move comm... | rohitrao@chromium.org | 2010-08-26 | 1 | -0/+1 |
* | GTTF: Make our handling of Windows pre-processor symbols more consistent. | phajdan.jr@chromium.org | 2010-08-26 | 1 | -5/+0 |
* | GTTF: Extract performance-testing-specific parts of UITestBase to UIPerfTest. | phajdan.jr@chromium.org | 2010-08-26 | 1 | -0/+2 |
* | First cut at experimental API for managing installed/enabled extensions. | asargent@chromium.org | 2010-08-26 | 1 | -0/+1 |
* | [Mac] Rename ChromeBrowserWindow to FramedBrowserWindow. | rohitrao@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | Base class for gateway data providers | allanwoj@chromium.org | 2010-08-26 | 1 | -0/+1 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -12/+12 |
* | Move theme files in chrome/browser/ into a themes/ subdir. | evan@chromium.org | 2010-08-25 | 1 | -2/+2 |
* | [Chrome OS] Wire up ownership API from libcros | cmasone@google.com | 2010-08-25 | 1 | -0/+1 |
* | AutoFill address profile not seen in dropdown for name and address field on d... | dhollowa@chromium.org | 2010-08-24 | 1 | -0/+1 |
* | GTTF: move tests that use WebKit from unit_tests to browser_tests | phajdan.jr@chromium.org | 2010-08-24 | 1 | -7/+7 |
* | Add an endpointer for detecting end of speech. | satish@chromium.org | 2010-08-24 | 1 | -0/+1 |
* | chromeos: 1st draft of ProxyConfigService for chromeos | kuan@chromium.org | 2010-08-24 | 1 | -0/+1 |
* | Revert 57188 - Add html node info (tag name, attributes, and computed display... | dmazzoni@chromium.org | 2010-08-24 | 1 | -2/+1 |
* | Add html node info (tag name, attributes, and computed display) and document | dmazzoni@chromium.org | 2010-08-24 | 1 | -1/+2 |
* | Added browser test for the OOBE update screen. | denisromanov@chromium.org | 2010-08-23 | 1 | -0/+1 |
* | Implement device_orientation::Provider. | hans@chromium.org | 2010-08-23 | 1 | -0/+1 |
* | Remove attempt to be smart about where to open navigations | aa@chromium.org | 2010-08-21 | 1 | -1/+0 |
* | Add in a browser test for dialog resizing, which was catching an issue with t... | scottbyer@chromium.org | 2010-08-20 | 1 | -0/+2 |
* | Lands http://codereview.chromium.org/3153008 for bryeung: | sky@chromium.org | 2010-08-20 | 1 | -0/+6 |
* | Removing mistaken dependency | mal@chromium.org | 2010-08-20 | 1 | -1/+0 |
* | Make the extension install UI de-dupe hosts after disregarding scheme and path. | aa@chromium.org | 2010-08-20 | 1 | -0/+1 |
* | Fix chromedriver for multi-dll build. | victorw@chromium.org | 2010-08-19 | 1 | -2/+7 |
* | Initial version of chrome.experimental.sidebar extension API. | brettw@chromium.org | 2010-08-19 | 1 | -0/+1 |
* | Reland 56341 - Add support for watching directories to FileWatcher. | mnissler@chromium.org | 2010-08-19 | 1 | -1/+1 |
* | Base implementation of WebDriver for Chrome. | jmikhail@google.com | 2010-08-19 | 1 | -0/+108 |
* | Added BackgroundModeManager which tracks when background apps are loaded/unlo... | atwilson@chromium.org | 2010-08-18 | 1 | -0/+1 |
* | Refactor SafeBrowsingDatabase for transition to new file format. | shess@chromium.org | 2010-08-18 | 1 | -0/+1 |
* | Adds IDBKeyPath parser / extractor, and provides a mechanism to call it sandb... | bulach@chromium.org | 2010-08-18 | 1 | -0/+1 |
* | Refactor PrefService, pulling the PREF_CHANGED notification infrastructure ou... | pam@chromium.org | 2010-08-18 | 1 | -0/+1 |
* | Attemp to fix linking error on Builder Chromium Builder (dbg). | thestig@chromium.org | 2010-08-18 | 1 | -1/+3 |
* | sync: take two for: | tim@chromium.org | 2010-08-18 | 1 | -0/+1 |
* | Make dom_feature_extractor_unittest into a browser test. | bryner@chromium.org | 2010-08-17 | 1 | -1/+1 |
* | Revert 56423 - Added classes to enable session sync functionality. | tim@chromium.org | 2010-08-17 | 1 | -1/+0 |
* | Added classes to enable session sync functionality. | tim@chromium.org | 2010-08-17 | 1 | -0/+1 |