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
*
Minor cleanup of RootView. Removes unused double_buffered field from
sky@google.com
2008-08-12
4
-4
/
+4
*
Disable the Delayed UI test so the tree will be green.
tc@google.com
2008-08-12
1
-1
/
+1
*
Add a bit of plumbing to make it so Browser doesn't need to know about Render...
ojan@google.com
2008-08-12
3
-5
/
+21
*
Add browser\render_view_host_manager.cc to SCons build.
sgk@google.com
2008-08-12
1
-0
/
+1
*
Use the new Thread::StopSoon() facility. Add a new tight loop to control the ...
maruel@google.com
2008-08-12
4
-32
/
+66
*
Fix a few places that wind up using Lock recursively.
erikkay@google.com
2008-08-12
4
-82
/
+94
*
Revert this CL. Breaks compile.
ojan@google.com
2008-08-12
3
-21
/
+5
*
Add some printing related unit tests.
maruel@google.com
2008-08-12
4
-0
/
+293
*
Add a bit of plumbing just so Browser doesn't need to know about RenderViewHost.
ojan@google.com
2008-08-12
3
-5
/
+21
*
Remove an invalid DCHECK. If we are closing the browser and
ojan@google.com
2008-08-12
1
-1
/
+0
*
Move RenderViewHost management out of WebContents into a new
brettw@google.com
2008-08-12
15
-1221
/
+1639
*
Cleanup a few files, reduce the number of includes.
maruel@google.com
2008-08-12
3
-6
/
+7
*
Change the ProxyService to work with ASCII strings.
darin@google.com
2008-08-12
1
-1
/
+1
*
Fiddle with destruction order of the dragged tab controller to ensure that th...
beng@google.com
2008-08-12
1
-0
/
+3
*
Fix crash due to race condition in ImportingProgressView.
finnur@google.com
2008-08-12
1
-1
/
+1
*
Updating the SafeBrowsing database version to 3, to reset everyone's database
ifette@google.com
2008-08-12
1
-1
/
+1
*
Enabling sync_channel in the browser to allow accessibility code making block...
jcampan@google.com
2008-08-12
6
-6
/
+32
*
SCons build updates:
sgk@google.com
2008-08-12
1
-0
/
+1
*
Don't terminate the process when a tab becomes unresponsive during
ojan@google.com
2008-08-11
4
-24
/
+14
*
If a sync message can't be routed, respond immediately with an error.
ojan@google.com
2008-08-11
1
-2
/
+7
*
Move Tab Drag Tests inside Project interactive_ui_tests
sidchat@google.com
2008-08-11
1
-3
/
+0
*
If the user runs chrome with a language on the command line on
tc@google.com
2008-08-11
1
-4
/
+11
*
Per discussion with Brian/Mark/Ben, set the renderer timeout to 20 seconds bu...
jabdelmalek@google.com
2008-08-11
1
-1
/
+1
*
Small fix to remove a pixel gap between the client edge of the toolbars and t...
beng@google.com
2008-08-11
1
-7
/
+11
*
Set the hung renderer and plugin timeout to 10 seconds.
jabdelmalek@google.com
2008-08-11
2
-3
/
+3
*
Another Frame Grab-Bag
beng@google.com
2008-08-11
19
-201
/
+207
*
A simple view that wraps a RenderViewHost in an HWNDView, to facilitate
timsteele@google.com
2008-08-11
3
-0
/
+168
*
A set of tests to exercise chrome menus as well as parts of bookmark
sky@google.com
2008-08-11
7
-58
/
+1184
*
Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory.
darin@google.com
2008-08-11
1
-6
/
+6
*
Increase the hung renderer warning delay to 30s temporarily.
beng@google.com
2008-08-10
1
-2
/
+2
*
Make sure the TabStrip is laid out after a drag-detach operation is completed...
beng@google.com
2008-08-09
2
-4
/
+4
*
Allow the window icon to be shown in the task bar, Alt+Tab etc.
beng@google.com
2008-08-09
1
-8
/
+10
*
Even more tweaks.
beng@google.com
2008-08-09
10
-29
/
+98
*
Remove includes that are already included in the header.
paulg@google.com
2008-08-09
1
-3
/
+0
*
Comment out the tests for now.
sidchat@google.com
2008-08-09
1
-0
/
+4
*
M chrome/test/ui/ui_tests.vcproj
sidchat@google.com
2008-08-08
1
-0
/
+262
*
More tweaks to the frames. Provide proper layout for the title bar in app mode.
beng@google.com
2008-08-08
4
-21
/
+33
*
Wrap the text in a label in the options dialog.
tc@google.com
2008-08-08
1
-0
/
+3
*
Fix a bug in the first run dialog where the "Google Chrome is ready to
tc@google.com
2008-08-08
1
-2
/
+6
*
Fix for bug where we weren't resizing the content area at the end of a downlo...
glen@google.com
2008-08-08
1
-5
/
+5
*
Add deps files and rules for the checkdeps script.
brettw@google.com
2008-08-08
1
-0
/
+19
*
Allow constrained popups to resize themselves...up to 10 times. (Then we igno...
erg@google.com
2008-08-08
3
-16
/
+29
*
Simplify AboutChromeView to only contain what someone would need to make a su...
erikkay@google.com
2008-08-08
1
-10
/
+1
*
Tweaks to make the opaque frame look better including adding support for app ...
beng@google.com
2008-08-08
11
-58
/
+209
*
Update Firefox importer tests to be in sync with the new escaping rules
brettw@google.com
2008-08-08
2
-2
/
+2
*
Third times a charm! This is an attempt at re-landing r408. This time the U...
darin@google.com
2008-08-08
6
-23
/
+28
*
Save memory prefs to disks more often
jar@google.com
2008-08-07
1
-5
/
+9
*
Fix find box being positioned incorrectly. I moved the toolbar view into anot...
beng@google.com
2008-08-07
1
-1
/
+9
*
More improvements to the frames. Consolidate some of the optional bar (bookma...
beng@google.com
2008-08-07
7
-31
/
+342
*
Make tabs affected by context menu actions pulse. The effect is somewhat subt...
beng@google.com
2008-08-07
8
-74
/
+241
[next]