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
/
dom_ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Overwrite a list to display the passwords.
sargrass@google.com
2010-08-13
1
-1
/
+20
*
Add TopSites::ProcessPendingCallbacks and call it after ReadDatabase.
nshkrob@chromium.org
2010-08-13
3
-7
/
+6
*
First draft of DOM UI for about box. See chromium-os:5161 for details on what
seanparent@google.com
2010-08-13
3
-0
/
+406
*
FBTF: Forward declare everything possible in testing_profile.h
erg@google.com
2010-08-13
2
-0
/
+2
*
Adding ability to sort by date to directory_lister.cc. Adding support for ti...
dhg@chromium.org
2010-08-13
1
-6
/
+23
*
Redirects NetLog output to the log file, when the command line
mmenke@chromium.org
2010-08-13
1
-35
/
+8
*
Emit an event to NetLog whenever the proxy settings change.
eroman@chromium.org
2010-08-13
1
-10
/
+5
*
DOMUI: Add basic HTML for the AutoFill options page.
jhawkins@chromium.org
2010-08-12
1
-0
/
+16
*
Clone of issue 2941001. See initial review below.
twiz@google.com
2010-08-12
7
-17
/
+24
*
Display saved login entries in Passwords and Exceptions subpage
sargrass@google.com
2010-08-12
2
-3
/
+85
*
remove toolstrips
erikkay@chromium.org
2010-08-12
3
-9
/
+0
*
Convert TimeFormat (chrome/common/time_format.*) to string16 (from wstring).
viettrungluu@chromium.org
2010-08-12
2
-12
/
+20
*
Push DevTools extensions data to the client when the DevTools client page is ...
loislo@chromium.org
2010-08-11
1
-42
/
+0
*
Make prefs use std::string for keys rather than wstrings.
viettrungluu@chromium.org
2010-08-11
7
-19
/
+19
*
Content settings: allow "session only" type for cookies exceptions
estade@chromium.org
2010-08-11
1
-0
/
+6
*
FBTF: Clean up some headers in tab_contents_delegate.h.
erg@google.com
2010-08-10
1
-0
/
+1
*
Mark NewTabUITest.UpdateUserPrefsVersion as flaky.
mirandac@chromium.org
2010-08-10
1
-1
/
+2
*
Mark NewTabUITest.NTPHasThumbnails FLAKY.
nshkrob@chromium.org
2010-08-10
1
-1
/
+2
*
Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.
nshkrob@chromium.org
2010-08-10
2
-9
/
+9
*
DOMUI prefs: Basic implementation of adding a startup page
stuartmorgan@chromium.org
2010-08-10
3
-0
/
+37
*
Fixing filebrowser so it opens with a panel with no location bar. making it ...
dhg@chromium.org
2010-08-10
3
-8
/
+28
*
Content settings: generalize the exceptions lists for all settings types.
estade@chromium.org
2010-08-10
4
-47
/
+86
*
Add Themes controls
sargrass@google.com
2010-08-09
2
-16
/
+60
*
Content settings exceptions: add validity check.
estade@chromium.org
2010-08-09
2
-0
/
+20
*
dom-ui options: Implement font settings overlay dialog.
csilv@chromium.org
2010-08-09
6
-1
/
+316
*
Change TipsHandler::SendTip() to take const std::string& rather than std::str...
viettrungluu@chromium.org
2010-08-07
2
-2
/
+3
*
Convert browser/dom_ui/n*.cc to not use wstrings/wchar_t*s (insofar as possib...
viettrungluu@chromium.org
2010-08-07
3
-129
/
+130
*
Convert browser/dom_ui/[st]*.cc to not use wstrings/wchar_t*s (insofar as pos...
viettrungluu@chromium.org
2010-08-07
6
-41
/
+40
*
Convert browser/dom_ui/[o-r]*.cc to not use wstrings/wchar_t*s.
viettrungluu@chromium.org
2010-08-07
5
-110
/
+110
*
FBTF: Remove unneeded headers from base/ (part 5)
thestig@chromium.org
2010-08-07
3
-3
/
+0
*
Convert browser/dom_ui/f*.cc to not use wstrings/wchar_t*s.
viettrungluu@chromium.org
2010-08-07
2
-59
/
+59
*
FBTF: Remove unneeded headers from base/ (part 4)
thestig@chromium.org
2010-08-07
2
-5
/
+0
*
Convert browser/dom_ui/[g-m]*.cc to not use wstrings/wchar_t*s.
viettrungluu@chromium.org
2010-08-07
4
-78
/
+79
*
Convert browser/dom_ui/d*.cc to not use wstrings/wchar_t*s.
viettrungluu@chromium.org
2010-08-07
2
-33
/
+33
*
Convert browser/dom_ui/c*.cc to not use wstrings/wchar_t*s ...
viettrungluu@chromium.org
2010-08-07
4
-171
/
+172
*
Convert browser/dom_ui/browser_options_handler.cc to stop using wstrings/wcha...
viettrungluu@chromium.org
2010-08-07
1
-42
/
+42
*
Convert browser/dom_ui/a*.cc to not use wstrings/wchar_t*s.
viettrungluu@chromium.org
2010-08-07
4
-92
/
+96
*
Revert "Replace --top-sites flag with --no-top-sites flag. TopSites becomes t...
phajdan.jr@chromium.org
2010-08-06
2
-9
/
+9
*
Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.
nshkrob@chromium.org
2010-08-06
2
-9
/
+9
*
Added devtools_page field to extension manifest to specify a page loaded into...
loislo@chromium.org
2010-08-06
1
-0
/
+41
*
Introduce a resource identifier for content settings.
jochen@chromium.org
2010-08-06
1
-1
/
+4
*
Add chromeos namespace to the language options page and its friends.
satorux@chromium.org
2010-08-06
1
-6
/
+7
*
Add tabs to passwords and exceptions subpage.
sargrass@google.com
2010-08-06
1
-0
/
+4
*
DOMUI: Base framework for the AutoFill page.
jhawkins@chromium.org
2010-08-05
3
-1
/
+54
*
Convert a bunch of wstring/wchar_t*'s, mostly in browser_about_handler.cc.
viettrungluu@chromium.org
2010-08-05
1
-3
/
+3
*
Rename --enable-chromoting to --enable-remoting
hclam@chromium.org
2010-08-05
1
-1
/
+1
*
Start passwords exceptions
sargrass@google.com
2010-08-04
3
-0
/
+56
*
Rename GetStringAsUTF16() to GetString() (and overload), etc.
viettrungluu@chromium.org
2010-08-04
1
-1
/
+1
*
Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).
viettrungluu@chromium.org
2010-08-04
4
-136
/
+132
*
Adding mocked out pages for the proxy settings.
dhg@chromium.org
2010-08-04
1
-0
/
+3
[next]