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
*
Remove unneeded uses of base/hash_tables.h.
thestig@chromium.org
2009-03-17
4
-4
/
+0
*
Fix bug where an extension toolstrip would sometimes get added twice to the
mpcomplete@google.com
2009-03-17
1
-3
/
+11
*
Merge DOMUIContents into WebContents.
brettw@chromium.org
2009-03-17
45
-1216
/
+1153
*
Fixes crash on showing info bubble.
sky@google.com
2009-03-17
1
-6
/
+4
*
Renames AccessibleWrapper to ViewAccessibilityWrapper for clarity.
klink@chromium.org
2009-03-17
1
-2
/
+2
*
Use anonymous shared memory for VisitedLinks.
agl@chromium.org
2009-03-17
2
-20
/
+4
*
This test only passed if RLZTracker::InitRlz hadn't been called,
levin@chromium.org
2009-03-17
1
-3
/
+11
*
First pass at Mac status bubble.
avi@google.com
2009-03-17
5
-2
/
+300
*
SSLPolicy Fix: Step 7.
abarth@chromium.org
2009-03-17
2
-263
/
+103
*
SSLPolicy Fix: Step 6.
abarth@chromium.org
2009-03-17
3
-17
/
+69
*
Don't initialize members from themselves, especially when they're uninitialized.
mark@chromium.org
2009-03-17
1
-1
/
+1
*
Fixes bug where favicons wouldn't always show up in history page. This
sky@google.com
2009-03-17
1
-1
/
+8
*
Register more prefs on linux/mac.
tc@google.com
2009-03-17
1
-6
/
+5
*
Cleanup GTK toolbar tooltips. Move from GtkTooltips to GtkTooltip API.
deanm@chromium.org
2009-03-17
2
-17
/
+6
*
Ensure that MenuGtks are destroyed before their accelerator group.
deanm@chromium.org
2009-03-17
3
-30
/
+26
*
Revert "Enable building worker and use command line switch to turn on ..."
agl@chromium.org
2009-03-17
1
-1
/
+0
*
Enable building worker and use command line switch to turn on this feature.
jianli@chromium.org
2009-03-17
1
-0
/
+1
*
Use devtool_ prefix instead of dev_tools_ to be consistent with the rest code.
yurys@google.com
2009-03-17
5
-11
/
+11
*
Don't leak AutocompleteEditViewGtk objects. I meant reset() not release().
deanm@chromium.org
2009-03-17
1
-2
/
+2
*
Initial unit tests implementation.
yurys@google.com
2009-03-17
5
-13
/
+151
*
Add missing file.
abarth@chromium.org
2009-03-17
1
-1
/
+1
*
SSLPolicy Fix: Step 5.
abarth@chromium.org
2009-03-17
3
-7
/
+7
*
Porting unit tests in chrome/
phajdan.jr@chromium.org
2009-03-17
2
-6
/
+8
*
SSLPolicy Fix: Step 3.
abarth@chromium.org
2009-03-17
8
-35
/
+86
*
SSL Fix: Step 4.
abarth@chromium.org
2009-03-17
6
-9
/
+34
*
Forgot these two files.
ben@chromium.org
2009-03-17
2
-4
/
+4
*
Move controls into their own dir under chrome/views/controls
ben@chromium.org
2009-03-17
129
-267
/
+263
*
Move focus related files into a new chrome/views/focus subdir
ben@chromium.org
2009-03-17
10
-11
/
+11
*
fix bustage - file moved
ben@chromium.org
2009-03-17
1
-1
/
+1
*
bustage fix - moved file
ben@chromium.org
2009-03-17
1
-1
/
+1
*
bustage fix - moved file
ben@chromium.org
2009-03-17
1
-1
/
+1
*
bustage fix - moved file
ben@chromium.org
2009-03-17
1
-1
/
+1
*
bustage fix - file moved
ben@chromium.org
2009-03-17
5
-5
/
+5
*
bustage fix - file moved
ben@chromium.org
2009-03-17
6
-9
/
+9
*
bustage fix - file moved
ben@chromium.org
2009-03-17
1
-1
/
+1
*
bustage fix - file moved
ben@chromium.org
2009-03-17
1
-1
/
+1
*
fix bustage - moved file
ben@chromium.org
2009-03-17
1
-1
/
+1
*
Move windowing related objects into chrome/views/window subdir.
ben@chromium.org
2009-03-17
73
-94
/
+94
*
fix bustage -moved file
ben@chromium.org
2009-03-17
1
-1
/
+1
*
fix bustage - moved file
ben@chromium.org
2009-03-17
1
-1
/
+1
*
Hide the details about ResourceDispatcherHost messages from child processes. ...
jam@chromium.org
2009-03-17
12
-371
/
+382
*
Move widget related files into views/widget
ben@chromium.org
2009-03-17
48
-61
/
+62
*
Move response_data_file from ResourceResponseHead to webkit_glue::ResponseInfo
hclam@chromium.org
2009-03-17
1
-19
/
+0
*
Flush the visited link database after a write. If we crash,
tc@google.com
2009-03-16
1
-0
/
+7
*
Rework the Button API to be saner in preparation for NativeControl rejiggerin...
ben@chromium.org
2009-03-16
33
-315
/
+341
*
Use URLFixerUpper to clean up potential url before going there.
shess@chromium.org
2009-03-16
1
-1
/
+7
*
Change a function name.
estade@chromium.org
2009-03-16
8
-9
/
+9
*
Add command line switch "--new-ftp" for new portable FTP
wtc@chromium.org
2009-03-16
1
-0
/
+11
*
Fix keyboard scrolling on non-Windows platforms.
erg@google.com
2009-03-16
1
-19
/
+4
*
Removed unneeded includes of base/time.h.
thestig@chromium.org
2009-03-16
13
-18
/
+8
[next]