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
*
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
*
Migrating NewRunnableMethod/Function to bind::Base in the speech input code.
leandrogracia@chromium.org
2011-10-17
5
-30
/
+29
*
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
*
Fixing misleading name in a speech input setting and related variables.
leandrogracia@chromium.org
2011-10-08
2
-11
/
+12
*
Applying changes to the existing speech input code to support the extension API.
leandrogracia@chromium.org
2011-10-07
2
-17
/
+18
*
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
*
Remove use of default request context and fix use of speech censor flag
allanwoj@chromium.org
2011-09-29
2
-0
/
+67
*
Reland r102332 - export more symbols needed for the component build
dpranke@chromium.org
2011-09-23
1
-8
/
+0
*
Refactor SpeechInputManager between chrome/ and content/.
allanwoj@chromium.org
2011-09-21
2
-185
/
+50
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-09-12
1
-1
/
+3
[next]