| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed speech recognition code in preparation for introducing a new speech i... | primiano@chromium.org | 2012-03-07 | 1 | -393/+0 |
* | SpeechInputBubbleView: disable hidden buttons | hans@chromium.org | 2012-03-01 | 1 | -0/+5 |
* | Create a Content API around SpeechInputManager. Chrome doesn't derive from it... | jam@chromium.org | 2012-02-24 | 1 | -2/+2 |
* | Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re... | jam@chromium.org | 2012-02-23 | 1 | -2/+1 |
* | Move resource_context.h to content/public/browser. Remove the workaround in i... | jam@chromium.org | 2012-02-09 | 1 | -1/+1 |
* | Make content::ResourceContext be a real interface like the rest of the Conten... | jam@chromium.org | 2012-02-09 | 1 | -1/+1 |
* | Add SpeechInputBubbleViews::notify_delegate_on_activation_change_, etc. | msw@chromium.org | 2012-02-09 | 1 | -26/+29 |
* | Rename TabContentsView to WebContentsView and move to content/public. | joi@chromium.org | 2012-01-18 | 1 | -2/+2 |
* | Get rid of a bunch of tab_contents.h includes from chrome. These are all triv... | jam@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo... | jam@chromium.org | 2011-12-27 | 1 | -13/+15 |
* | Rename TabContents::browser_context() to GetBrowserContext and put it into th... | jam@chromium.org | 2011-12-21 | 1 | -2/+2 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-21 | 1 | -0/+6 |
* | Revert 115227 - Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-21 | 1 | -6/+0 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-20 | 1 | -0/+6 |
* | Merge BorderContentsView into BubbleFrameView; simplify. | msw@chromium.org | 2011-12-15 | 1 | -4/+4 |
* | views: Convert IsVisible() to just visible() since it's just a simple accessor. | tfarina@chromium.org | 2011-12-14 | 1 | -12/+12 |
* | Remove the AudioManager singleton. | tommi@chromium.org | 2011-12-12 | 1 | -2/+4 |
* | Fix alignment of avatar bubbles in the NTP | sail@chromium.org | 2011-12-08 | 1 | -4/+4 |
* | Remove BubbleDelegateView ctor color arg, add simple setter/getter. | msw@chromium.org | 2011-12-08 | 1 | -4/+1 |
* | views: Move the remaining files to ui/views/controls/. | tfarina@chromium.org | 2011-11-29 | 1 | -1/+1 |
* | views: Move label and link files to ui/views/controls/. | tfarina@chromium.org | 2011-11-29 | 1 | -3/+3 |
* | views: Move button directory to ui/views/controls/. | tfarina@chromium.org | 2011-11-28 | 1 | -1/+1 |
* | Patch from AliceT's issue codereview.chromium.org/8604012. | msw@chromium.org | 2011-11-22 | 1 | -1/+2 |
* | views: Delete bubble, events, focus, layout directories and its stubbed files. | tfarina@chromium.org | 2011-11-18 | 1 | -2/+2 |
* | Rebase SpeechInputBubble on the new views bubble. | msw@chromium.org | 2011-11-18 | 1 | -121/+96 |
* | Align avatar bubble with edge of anchor control | sail@chromium.org | 2011-11-03 | 1 | -2/+3 |
* | views: Change TextButton API to string16. | tfarina@chromium.org | 2011-10-19 | 1 | -4/+2 |
* | Update the bubble to allow it not to be closed on dismiss. This is needed for... | finnur@chromium.org | 2011-10-11 | 1 | -7/+7 |
* | Change std::wstring to string16 for views::Label and views::Label | yosin@chromium.org | 2011-10-07 | 1 | -5/+5 |
* | Revert 104076 - Change std::wstring to string16 for views::Link | hbono@chromium.org | 2011-10-05 | 1 | -5/+5 |
* | Change std::wstring to string16 for views::Link | yosin@chromium.org | 2011-10-05 | 1 | -5/+5 |
* | Converts usage of GetBrowserViewForNativeWindow to | sky@chromium.org | 2011-09-30 | 1 | -2/+1 |
* | Move bubble border under views/bubble. | saintlou@chromium.org | 2011-08-24 | 1 | -1/+1 |
* | Revert "This is a redo of http://codereview.chromium.org/7629009/" | saintlou@chromium.org | 2011-08-23 | 1 | -1/+1 |
* | This is a redo of http://codereview.chromium.org/7629009/ | saintlou@chromium.org | 2011-08-23 | 1 | -1/+1 |
* | Revert r97856 "move bubble border code and update references to it." | maruel@chromium.org | 2011-08-23 | 1 | -1/+1 |
* | move bubble border code and update references to it. | saintlou@chromium.org | 2011-08-23 | 1 | -1/+1 |
* | Removal of Profile from content part 5. | avi@chromium.org | 2011-08-01 | 1 | -2/+3 |
* | Fix bug where a speech input bubble can be drawn outside of the viewing window. | allanwoj@chromium.org | 2011-07-06 | 1 | -6/+30 |
* | Changing uses of NativeButton to use NativeTextButton, which does not use a | rogerta@chromium.org | 2011-06-17 | 1 | -5/+5 |
* | Re-land: | ben@chromium.org | 2011-06-16 | 1 | -3/+3 |
* | Revert 89216 - Move private NativeWidget methods to new internal interface Na... | ben@chromium.org | 2011-06-15 | 1 | -3/+3 |
* | Move private NativeWidget methods to new internal interface NativeWidgetPrivate. | ben@chromium.org | 2011-06-15 | 1 | -3/+3 |
* | views: Move LinkController into its own header file. | tfarina@chromium.org | 2011-04-25 | 1 | -5/+6 |
* | Move bubble related files into bubble subdir. | ben@chromium.org | 2011-04-14 | 1 | -20/+19 |
* | Cleanup: Update a bunch of files to the new location of browser_window.h. Par... | tfarina@chromium.org | 2011-04-09 | 1 | -1/+1 |
* | In speech input, introduce a 'warm up' screen for slow audio capture devices. | satish@chromium.org | 2011-04-05 | 1 | -24/+40 |
* | Final conversion step. Convert FocusManager, WidgetWin, SpeechInputBubble, an... | ben@chromium.org | 2011-03-03 | 1 | -6/+5 |
* | Redo the speech bubble layout on windows. | satish@chromium.org | 2011-03-02 | 1 | -33/+71 |
* | Update more includes that were pointing to the old locations. | jam@chromium.org | 2011-03-02 | 1 | -2/+2 |