index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
speech
Commit message (
Expand
)
Author
Age
Files
Lines
*
App a Content API around SpeechRecognizer.
jam@chromium.org
2012-02-23
2
-11
/
+8
*
Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re...
jam@chromium.org
2012-02-23
7
-78
/
+47
*
Move SpeechRecognizer delegate into its own header file and put it in the con...
tfarina@chromium.org
2012-02-16
3
-9
/
+19
*
Make AudioManager non-refcounted.
tommi@chromium.org
2012-02-15
1
-2
/
+2
*
Revert 121810 - Move SpeechRecognizer delegate into its own header file and p...
rvargas@google.com
2012-02-14
3
-19
/
+9
*
Move SpeechRecognizer delegate into its own header file and put it in the con...
tfarina@chromium.org
2012-02-14
3
-9
/
+19
*
Move SpeechInputPreferences to content/public/browser and put it in the conte...
tfarina@chromium.org
2012-02-13
2
-11
/
+10
*
Move resource_context.h to content/public/browser. Remove the workaround in i...
jam@chromium.org
2012-02-09
4
-4
/
+4
*
Make content::ResourceContext be a real interface like the rest of the Conten...
jam@chromium.org
2012-02-09
5
-24
/
+24
*
Add SpeechInputBubbleViews::notify_delegate_on_activation_change_, etc.
msw@chromium.org
2012-02-09
1
-26
/
+29
*
NotificationRegistrar dtor must be called on same thread as Add()
joth@chromium.org
2012-02-03
2
-5
/
+7
*
Fix threading issues in the Speech Input Extension API.
leandrogracia@chromium.org
2012-02-02
5
-33
/
+111
*
Profiles: Add a --dump-profile-graph option when !NDEBUG.
erg@chromium.org
2012-01-24
1
-2
/
+3
*
Rename TabContentsView to WebContentsView and move to content/public.
joi@chromium.org
2012-01-18
2
-4
/
+4
*
Convert use of int ms to TimeDelta in files owned by satish.
tedvessenes@gmail.com
2012-01-12
1
-4
/
+5
*
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
*
Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...
jam@chromium.org
2012-01-03
1
-8
/
+4
*
Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...
jam@chromium.org
2011-12-27
8
-74
/
+97
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
1
-7
/
+8
*
Rename TabContents::browser_context() to GetBrowserContext and put it into th...
jam@chromium.org
2011-12-21
2
-4
/
+4
*
Rename TabContents::view() to GetView() and put it in the WebContents interface.
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
5
-21
/
+42
*
Removing MessageLoop::QuitTask() from chrome/
dcheng@chromium.org
2011-12-10
1
-2
/
+2
*
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
*
Move SpeechInputResult into content/public since it's used in chrome. Also ma...
jam@chromium.org
2011-11-28
5
-31
/
+32
*
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
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
2
-9
/
+10
*
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
*
Cleanup: Remove more forward declarations in various chrome/browser directories.
thestig@chromium.org
2011-11-16
1
-2
/
+0
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
2
-2
/
+3
*
Add a tray notification UI for speech input recording in the extension API.
leandrogracia@chromium.org
2011-11-11
7
-0
/
+1511
*
Revert 109285 - Seems to have broken chrome_frame_net_tests on the win_rel tr...
rsleevi@chromium.org
2011-11-10
7
-1501
/
+0
*
Add a tray notification UI for speech input recording in the extension API.
leandrogracia@chromium.org
2011-11-09
7
-0
/
+1501
*
Align avatar bubble with edge of anchor control
sail@chromium.org
2011-11-03
1
-2
/
+3
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
4
-0
/
+8
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
4
-5
/
+5
*
views: Change TextButton API to string16.
tfarina@chromium.org
2011-10-19
1
-4
/
+2
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
2
-15
/
+19
*
Move content_notification_types.h from content\common to content\public\brows...
jam@chromium.org
2011-10-18
1
-1
/
+1
*
Make audio recording exclusive between web speech input and the extension API.
leandrogracia@chromium.org
2011-10-17
2
-4
/
+19
[next]