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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build.
evan@chromium.org
2010-08-03
1
-1
/
+1
*
Make BrowserInit use FilePath instead of wstring for current directory.
viettrungluu@chromium.org
2010-08-03
8
-47
/
+51
*
AutoFill: Remove an unused and buggy condition.
jhawkins@chromium.org
2010-08-03
1
-2
/
+0
*
Remove double initialization which causes valgrind failure in unit test.
johnnyg@chromium.org
2010-08-03
1
-1
/
+0
*
[Options DOMUI] More content settings exceptions work
estade@chromium.org
2010-08-03
4
-25
/
+237
*
Move owned_widget_gtk.* out of common/, into browser/gtk/.
estade@chromium.org
2010-08-03
27
-25
/
+153
*
remove memory leak
sargrass@google.com
2010-08-03
1
-1
/
+1
*
Fix problem where AccessibilityEventRouterGtk could crash a unit test,
dmazzoni@chromium.org
2010-08-03
2
-2
/
+10
*
Fix a memory leak in all callers of DownloadHistory::Search.
phajdan.jr@chromium.org
2010-08-03
1
-0
/
+1
*
Reset chrome://newtab URLs when the user selects to configure it.
mnissler@chromium.org
2010-08-03
1
-2
/
+5
*
[Mac] Enable click-drag-release behavior in the Wrench menu's custom items.
rsesek@chromium.org
2010-08-03
9
-43
/
+307
*
Add accessible labels for the icon buttons in the wrench menu.
dmazzoni@chromium.org
2010-08-03
1
-0
/
+6
*
Use new CopySwitchesFrom CommandLine API to simplify some code.
evan@chromium.org
2010-08-03
1
-41
/
+12
*
Handle the REPORTING_ERROR_EVENT state appropriately.
petkov@chromium.org
2010-08-03
1
-0
/
+10
*
[Mac] Adjust toolbar spacing of browser actions for M6.
shess@chromium.org
2010-08-03
5
-76
/
+65
*
Forward-declare AutocompleteMatch as a struct in autocomplete_popup_view_gtk.h
hans@chromium.org
2010-08-03
1
-1
/
+1
*
Fix clear browser data buttons, broke due to namespace change.
csilv@chromium.org
2010-08-03
3
-6
/
+8
*
Mac: Fix merge mishap.
thakis@chromium.org
2010-08-03
1
-1
/
+1
*
Makes cut/copy/paste buttons centered with respect to the
sky@chromium.org
2010-08-03
1
-2
/
+2
*
Enable speculative preconnection by default
jar@chromium.org
2010-08-03
5
-31
/
+94
*
CSS/JS touch up to make network options page look like mock.
xiyuan@chromium.org
2010-08-03
6
-160
/
+232
*
[Mac] M6 Omnibox positioning changes.
shess@chromium.org
2010-08-03
6
-38
/
+97
*
Handle destruction of select file dialog listener object in tab contents dest...
inferno@chromium.org
2010-08-03
1
-0
/
+5
*
New PyAuto hooks for extensions.
alyssad@chromium.org
2010-08-03
2
-0
/
+72
*
Fix the Windows build.
brettw@chromium.org
2010-08-03
1
-7
/
+11
*
remove debug breaker when gpu process is enabled
jiesun@google.com
2010-08-03
1
-0
/
+3
*
Remove Value/StringValue's ...UTF16() methods in favour of overloading.
viettrungluu@chromium.org
2010-08-03
6
-11
/
+11
*
Fix the Windows build again.
brettw@chromium.org
2010-08-03
2
-3
/
+8
*
Fix the Windows build.
brettw@chromium.org
2010-08-03
2
-5
/
+7
*
Remove number conversion functions from string_util. These moved to string_nu...
brettw@chromium.org
2010-08-03
4
-8
/
+13
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
105
-5
/
+108
*
Fix DownloadTest.NewWindow
bauerb@chromium.org
2010-08-03
1
-1
/
+1
*
Only close a newly opened download tab if there's more than one tab.
bauerb@chromium.org
2010-08-03
6
-10
/
+33
*
Landing http://codereview.chromium.org/3032043/show for Denis (dilmah).
avayvod@chromium.org
2010-08-03
6
-98
/
+179
*
DevTools: fix remote debugging dispatch, provide encoding in the main connect...
pfeldman@chromium.org
2010-08-03
1
-4
/
+2
*
DevTools: re-enable pause test.
pfeldman@chromium.org
2010-08-03
1
-2
/
+1
*
Add the definition of the webRequest and webNavigation APIs.
jochen@chromium.org
2010-08-03
2
-0
/
+28
*
DevTools: Get rid of DevTools RPC.
pfeldman@chromium.org
2010-08-03
6
-54
/
+17
*
Add "Load all plugins on this page" button to blocked plugins bubble if click...
bauerb@chromium.org
2010-08-03
13
-7
/
+189
*
Replace ViewHostMsg_GetPluginPath with ViewHostMsg_GetPluginInfo.
bauerb@chromium.org
2010-08-03
4
-40
/
+30
*
[linux] Hook up crash reporter initialization with configuration management.
mnissler@chromium.org
2010-08-03
2
-24
/
+28
*
Shutdown the notification UI manager before the notifications service, as the...
johnnyg@chromium.org
2010-08-03
1
-0
/
+3
*
Don't launch the IME on the login screen unless needed.
zork@chromium.org
2010-08-03
6
-26
/
+87
*
Add missing "number of suggestions" configuration item in Mozc DOMUI
satorux@chromium.org
2010-08-03
4
-9
/
+35
*
base: Rename EnvVarGetter to Environment.
tfarina@chromium.org
2010-08-03
17
-61
/
+60
*
Fix two bugs caused by scheme stripping:
pkasting@chromium.org
2010-08-03
1
-2
/
+4
*
Revert 54643 - Fix --kiosk to work regardless of the startup pref setting or ...
pkasting@chromium.org
2010-08-03
3
-23
/
+15
*
Implement import data overlay
sargrass@google.com
2010-08-03
4
-19
/
+160
*
[GTK] compile fix, try2
estade@chromium.org
2010-08-03
1
-4
/
+4
*
[GTK] Remove reference to obsolete constant.
estade@chromium.org
2010-08-03
1
-13
/
+2
[next]