| Commit message (Expand) | Author | Age | Files | Lines |
* | Support sending BlobData to browser process. Also support sending UploadData | jianli@chromium.org | 2010-08-27 | 1 | -0/+5 |
* | Fix official Linux build. | evan@chromium.org | 2010-08-27 | 1 | -1/+3 |
* | Reland 3149027. | dtseng@chromium.org | 2010-08-27 | 1 | -1/+8 |
* | Separate the "search host to TemplateURL" functionality out of the TemplateUR... | levin@chromium.org | 2010-08-27 | 1 | -0/+2 |
* | Download code cleanup: share most of the code between DownloadFile and SaveFile. | phajdan.jr@chromium.org | 2010-08-27 | 1 | -0/+2 |
* | Implement about:labs | thakis@chromium.org | 2010-08-27 | 1 | -0/+4 |
* | Displays a speech input UI bubble during speech recognition. | satish@chromium.org | 2010-08-27 | 1 | -1/+4 |
* | Revert 57635: Implement about:labs | dpolukhin@chromium.org | 2010-08-27 | 1 | -4/+0 |
* | Implement about:labs | thakis@chromium.org | 2010-08-27 | 1 | -0/+4 |
* | Revert 57595 - Initial TTS implementation on Mac and Windows.BUG=none.TEST=ba... | chase@chromium.org | 2010-08-26 | 1 | -4/+1 |
* | DOMUI: Implement adding an AutoFill address. | jhawkins@chromium.org | 2010-08-26 | 1 | -4/+0 |
* | Initial TTS implementation on Mac and Windows.BUG=none.TEST=base extension te... | dtseng@chromium.org | 2010-08-26 | 1 | -1/+4 |
* | [Mac] New base class for FramedBrowserWindow and FullscreenWindow. Move comm... | rohitrao@chromium.org | 2010-08-26 | 1 | -0/+2 |
* | GTTF: Make our handling of Windows pre-processor symbols more consistent. | phajdan.jr@chromium.org | 2010-08-26 | 1 | -5/+0 |
* | First cut at experimental API for managing installed/enabled extensions. | asargent@chromium.org | 2010-08-26 | 1 | -0/+2 |
* | [Mac] Rename ChromeBrowserWindow to FramedBrowserWindow. | rohitrao@chromium.org | 2010-08-26 | 1 | -2/+2 |
* | Base class for gateway data providers | allanwoj@chromium.org | 2010-08-26 | 1 | -0/+2 |
* | Adding MacBook Pro accelerometer support. | hans@chromium.org | 2010-08-26 | 1 | -2/+5 |
* | Hooks IDBKeyPath with IDBObjectStorage::put. | andreip@chromium.org | 2010-08-26 | 1 | -0/+2 |
* | Review URL: http://codereview.chromium.org/3110037 | tbarzic@google.com | 2010-08-26 | 1 | -2/+2 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -20/+20 |
* | GTTF: Move more code from AutomationProvider to TestingAutomationProvider | phajdan.jr@chromium.org | 2010-08-25 | 1 | -1/+0 |
* | Add code to initialize accessibility for UI in the ChromeOS startup wizard. | chaitanyag@chromium.org | 2010-08-25 | 1 | -0/+4 |
* | Add a cookies view based on old UI. | xiyuan@chromium.org | 2010-08-25 | 1 | -0/+2 |
* | Move theme files in chrome/browser/ into a themes/ subdir. | evan@chromium.org | 2010-08-25 | 1 | -6/+6 |
* | Add a flag for the showing the Page Info dialog as a bubble. This adds stubs ... | rsesek@chromium.org | 2010-08-25 | 1 | -0/+1 |
* | GTTF: Continue moving testing automation bits out of AutomationProvider. | phajdan.jr@chromium.org | 2010-08-25 | 1 | -1/+2 |
* | [Chrome OS] Wire up ownership API from libcros | cmasone@google.com | 2010-08-25 | 1 | -0/+2 |
* | Add an endpointer for detecting end of speech. | satish@chromium.org | 2010-08-24 | 1 | -0/+5 |
* | Add support for a directory file chooser command, which creates a file list b... | johnnyg@chromium.org | 2010-08-24 | 1 | -0/+2 |
* | chromeos: 1st draft of ProxyConfigService for chromeos | kuan@chromium.org | 2010-08-24 | 1 | -0/+3 |
* | Adds a speech input info bubble. | satish@chromium.org | 2010-08-24 | 1 | -0/+2 |
* | First pass at convert the SSL dialogs into InfoBubbles. | finnur@chromium.org | 2010-08-24 | 1 | -0/+2 |
* | Add DOM UI version of "Customize modifier keys" dialog. | mazda@chromium.org | 2010-08-24 | 1 | -0/+2 |
* | GTTF: next batch of automation separation. | phajdan.jr@chromium.org | 2010-08-23 | 1 | -1/+4 |
* | Skeleton of sync handler on the I/O thread for GetSearchProviderInstallState. | levin@chromium.org | 2010-08-23 | 1 | -0/+2 |
* | Fix linux/views build. | estade@chromium.org | 2010-08-23 | 1 | -1/+2 |
* | DOMUI: Implement the base HTML for the 'Edit credit card' AutoFill overlay. | jhawkins@chromium.org | 2010-08-23 | 1 | -0/+2 |
* | Code implements UI for downloading and burning Chrome OS images on SSD card a... | tbarzic@google.com | 2010-08-23 | 1 | -1/+5 |
* | Move chrome_version_info target into chrome_common. | evan@chromium.org | 2010-08-23 | 1 | -1/+0 |
* | Implement device_orientation::Provider. | hans@chromium.org | 2010-08-23 | 1 | -0/+3 |
* | Build fixes to the CL | rkc@google.com | 2010-08-22 | 1 | -6/+6 |
* | Add 1st cut of IPC plumbing code for FileSystem API's openFileSystem | kinuko@chromium.org | 2010-08-21 | 1 | -0/+2 |
* | History provider: style cleanup | isherman@chromium.org | 2010-08-21 | 1 | -0/+2 |
* | Revert 56939 - History provider: style cleanup | thestig@chromium.org | 2010-08-20 | 1 | -2/+0 |
* | History provider: style cleanup | isherman@chromium.org | 2010-08-20 | 1 | -0/+2 |
* | Implement Password Exceptions Tab. | sargrass@google.com | 2010-08-20 | 1 | -0/+2 |
* | Moving file_system_proxy to base/ and changing it to work with MessageLoopPro... | dumi@chromium.org | 2010-08-20 | 1 | -4/+0 |
* | Lands http://codereview.chromium.org/3153008 for bryeung: | sky@chromium.org | 2010-08-20 | 1 | -0/+10 |
* | OOBE screen with HTML page specified from command line it is going to be used... | dpolukhin@chromium.org | 2010-08-20 | 1 | -0/+2 |