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
/
translate
Commit message (
Expand
)
Author
Age
Files
Lines
*
base: Fix the TODO in ListValue::Remove().
tfarina@chromium.org
2011-08-13
1
-1
/
+1
*
Reorganize chrome/test, part #9
phajdan.jr@chromium.org
2011-08-11
1
-1
/
+1
*
Make the TranslateManager listen for the destruction of the right profile.
joaodasilva@chromium.org
2011-08-11
1
-1
/
+2
*
Fix a crash in the translate info bar.
mad@chromium.org
2011-08-10
4
-24
/
+29
*
Fix build after http://codereview.chromium.org/7537031/
phajdan.jr@chromium.org
2011-08-01
1
-1
/
+0
*
Move more files from chrome/test to chrome/test/base, part #4
phajdan.jr@chromium.org
2011-08-01
1
-1
/
+1
*
Removal of Profile from content part 5.
avi@chromium.org
2011-08-01
1
-16
/
+23
*
Removal of Profile from content part 4.
avi@chromium.org
2011-08-01
3
-12
/
+17
*
Add a scoper object for URLFetcher::Factory
phajdan.jr@chromium.org
2011-07-29
1
-5
/
+1
*
Keep a pointer to the owning TabContents on InfoBarDelegates, clearing it whe...
pkasting@chromium.org
2011-07-28
1
-8
/
+4
*
Put TestRenderViewContextMenus in an anonymous namespace.
koz@chromium.org
2011-07-21
1
-0
/
+4
*
Deprecate Profile::GetDefaultRequestContext().
willchan@chromium.org
2011-07-20
1
-3
/
+3
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
1
-4
/
+7
*
GetTargetLanguage() returns the UI language if it's supported by the
dfilimon@google.com
2011-07-12
3
-9
/
+51
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
4
-25
/
+29
*
Usage fixes per Coverity. Add checks for tab contents wrapper, profile check,
gbillock@chromium.org
2011-07-08
1
-2
/
+14
*
Re-land r89864. Hopefully this won't trigger the apparent perf regression no...
abarth@chromium.org
2011-07-08
1
-1
/
+1
*
Revert 89864 - Don't rely on user gestures for deciding when to dismiss infob...
cmp@chromium.org
2011-07-07
1
-1
/
+1
*
Add typedefs for InfoBar-related notifications in infobar.h, so that code els...
pkasting@chromium.org
2011-07-01
1
-2
/
+2
*
Fixed a few valgrind tests by not assuming the UrlFetcher arrives with the sa...
cbentzel@chromium.org
2011-06-25
2
-43
/
+47
*
Get the list of supported languages from the translate server.
mad@chromium.org
2011-06-21
3
-67
/
+280
*
Don't rely on user gestures for deciding when to dismiss infobars.
abarth@chromium.org
2011-06-21
1
-1
/
+1
*
Change BrowserList::GetLastActive to respect the profile.
mirandac@chromium.org
2011-06-17
1
-1
/
+2
*
Revert 88553 - Revert 88510 - Escaping file names correctly. Also fixed a cru...
thestig@chromium.org
2011-06-14
1
-1
/
+1
*
Revert 88510 - Escaping file names correctly. Also fixed a crush in chromeos ...
ericu@google.com
2011-06-09
1
-1
/
+1
*
Escaping file names correctly. Also fixed a crush in chromeos debug build whi...
serya@chromium.org
2011-06-09
1
-1
/
+1
*
Change InfoBar-related notifications to be sourced from a TabContentsWrapper,...
pkasting@chromium.org
2011-06-02
1
-3
/
+4
*
Move UrlFetcher to content. I originally thought that it's only used by chro...
jam@chromium.org
2011-06-01
2
-2
/
+2
*
Accept language strings that contain the country code.
mad@chromium.org
2011-05-31
2
-36
/
+28
*
Factor load notification detail structs out of NavigationController and into
pinkerton@chromium.org
2011-05-31
6
-13
/
+15
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
1
-1
/
+1
*
Misc. infobar stuff:
pkasting@chromium.org
2011-05-24
1
-1
/
+1
*
Hide translate infobar on programmatic navigation.
jeremy@chromium.org
2011-05-18
3
-8
/
+13
*
Move the little infobar code from TabContents to TabContentsWrapper.
jam@chromium.org
2011-05-18
3
-21
/
+30
*
Refactor preference syncing.
zea@chromium.org
2011-05-09
1
-5
/
+10
*
net: Move ResponseCookies into the net namespace.
tfarina@chromium.org
2011-05-06
3
-6
/
+6
*
Replace the virtual InfoBarDelegate::InfoBarClosed() function with a non-virt...
pkasting@chromium.org
2011-05-05
2
-10
/
+5
*
Submitting http://codereview.chromium.org/6901058/ on behalf of rhashimoto
saintlou@chromium.org
2011-04-29
1
-1
/
+1
*
Make InfoBarDelegate::GetIcon() return gfx::Image rather than SkBitmap.
rsesek@chromium.org
2011-04-21
2
-3
/
+3
*
Add a ScopedTestingLocalState for unit tests which need Local State.
bauerb@chromium.org
2011-04-21
1
-2
/
+2
*
Move code that talks to spelling and translate out of content. I create Chro...
jam@chromium.org
2011-04-13
5
-91
/
+207
*
More https for support URLs.
cevans@chromium.org
2011-04-13
1
-3
/
+3
*
Get rid of PrefService::GetMutableDictionary/GetMutableList
battre@chromium.org
2011-04-07
1
-37
/
+39
*
Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...
tfarina@chromium.org
2011-04-06
1
-1
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Removing off the record references from TestingProfile and RenderMessageFilter.
vipul.bhasin@gmail.com
2011-03-25
1
-6
/
+6
*
Move a bunch of renderer->browser messages to content.
jam@chromium.org
2011-03-23
1
-0
/
+1
*
Get rid of references to autofill from src\content, specifically from TabCont...
dhollowa@chromium.org
2011-03-23
1
-1
/
+5
*
Always enable the "Translate to English' context menu to allow translating pa...
jcivelli@chromium.org
2011-03-15
1
-8
/
+0
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
2
-6
/
+6
[next]