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
*
Test the RemoveCommandObserver() routine that removes an observer from all it...
pinkerton@chromium.org
2009-02-09
1
-0
/
+31
*
Fix the windows implementation of KillProcess and WaitForSingleProcess to not...
stoyan@chromium.org
2009-02-09
2
-2
/
+3
*
Reverting 9388 to see if this fixes ui tests.
kuchhal@chromium.org
2009-02-09
4
-88
/
+36
*
Adding support for tab notifications and initializing the focus of an automat...
tommi@chromium.org
2009-02-09
4
-36
/
+88
*
Add Recycle() method to scoped autorelease pool to allow cleaning out any junk
pinkerton@chromium.org
2009-02-09
3
-8
/
+21
*
Force all stability stats into "initial log" (don't use ongoing log)
jar@chromium.org
2009-02-09
1
-1
/
+3
*
Adds a command line switch to allow the user to specify the location
rvargas@google.com
2009-02-07
1
-0
/
+9
*
Handle review comments form previous change. Also, use enum types and not in...
jam@chromium.org
2009-02-06
1
-3
/
+3
*
Add a method to CommandUpdater to remove an observer from all commands at once.
pinkerton@chromium.org
2009-02-06
3
-5
/
+14
*
Adds a unit test for NavigationEntry. Also adds a comment to BrowsingInstance
creis@google.com
2009-02-06
2
-1
/
+184
*
Auto-resize the inner view.
avi@google.com
2009-02-06
1
-0
/
+4
*
Add UMA counter to track how users launch Chrome
cpu@google.com
2009-02-06
1
-0
/
+55
*
disable download test while sid fixes offline
tc@google.com
2009-02-06
1
-1
/
+1
*
Ensure toolbar buttons are in sync with command updater when tab becomes sele...
pinkerton@chromium.org
2009-02-06
3
-6
/
+33
*
Add a command line option --disable-web-security. People can use this option...
abarth@chromium.org
2009-02-06
1
-0
/
+5
*
Fixes the EULA dialog to explicitly unset the usagestats flag if the checkbox...
gwilson@google.com
2009-02-06
1
-1
/
+4
*
Create a stub LocationBar object on Mac to communicate between the bar and th...
pinkerton@chromium.org
2009-02-06
8
-4
/
+93
*
Janitorial: browser_render_process_host header/lint cleanup. Remove lots of h...
thestig@chromium.org
2009-02-06
2
-33
/
+14
*
Initial Mac port of web_contents_view and render_widget_host_view.
avi@google.com
2009-02-06
16
-23
/
+784
*
Make cert_store.cc compile on Mac and Linux.
jhawkins@chromium.org
2009-02-06
2
-2
/
+1
*
Revert "Clean up dns prefetch code, and also port it."
tc@google.com
2009-02-06
11
-360
/
+757
*
Fix linux build bustage.
estade@chromium.org
2009-02-06
1
-1
/
+4
*
Stub out web_contents_view_gtk.
estade@chromium.org
2009-02-06
7
-5
/
+235
*
Enable/disable buttons when the corresponding command updates in the model.
pinkerton@chromium.org
2009-02-06
7
-13
/
+145
*
Support custom border widths. Allow user to resize the window (instead of do...
pkasting@chromium.org
2009-02-06
2
-107
/
+82
*
Clean up dns prefetch code, and also port it.
phajdan.jr@chromium.org
2009-02-06
11
-757
/
+360
*
Remove many more ifdefs around un-used methods to enable more functionality f...
pinkerton@chromium.org
2009-02-06
2
-31
/
+23
*
Move the about:ipc tab to a dialog. This patch is kind of a hack, the Windows
brettw@chromium.org
2009-02-06
15
-662
/
+543
*
Port SafeBrowsingProtocolManager to Mac and linux.
paul@chromium.org
2009-02-06
2
-1
/
+12
*
Commit my changes that simplify automation message unpacking.
jam@chromium.org
2009-02-06
1
-3
/
+8
*
Add a constraint on how many requests can be outstanding for any given render...
ericroman@google.com
2009-02-06
3
-19
/
+328
*
Make the new linux browser shut down cleanly.
erg@google.com
2009-02-06
4
-4
/
+19
*
Fix the Linux build by adding resource_message_filter to the build.
brettw@google.com
2009-02-06
1
-1
/
+0
*
Make ResourceMessageFilter compile on Mac. It stubs out a substantial part of
brettw@google.com
2009-02-06
2
-14
/
+33
*
Make sure tab contents get cleaned up and dealloc'd correctly when a tab closes.
pinkerton@chromium.org
2009-02-06
2
-5
/
+21
*
Make render_widget_host_unittest compile and run on POSIX.
thestig@chromium.org
2009-02-06
1
-2
/
+20
*
New menu item for personalization project.
munjal@chromium.org
2009-02-06
2
-0
/
+14
*
Fix a memory leak on the async resource handler.
rvargas@google.com
2009-02-06
1
-1
/
+1
*
Stub implementation of gtk browser window.
estade@chromium.org
2009-02-05
4
-0
/
+252
*
Implement tab detach notifications to remove tabs from UI.
pinkerton@chromium.org
2009-02-05
1
-8
/
+31
*
Integrate URLPattern with Extension user scripts.
aa@chromium.org
2009-02-05
5
-71
/
+65
*
Cleanup some forward declared structs that are not being used.
thestig@chromium.org
2009-02-05
3
-5
/
+1
*
Temporarily disable the printing test while I find out what I did wrong.
maruel@chromium.org
2009-02-05
1
-2
/
+2
*
Linux: get us to the point where we crash at browser->window()->Show()
agl@chromium.org
2009-02-05
1
-0
/
+6
*
Linux: add a big, stubby RenderWidgetHostView
agl@chromium.org
2009-02-05
4
-0
/
+287
*
Hook up tab close menu item and plumb tab closing scaffolding through UI laye...
pinkerton@chromium.org
2009-02-05
2
-1
/
+6
*
Fix the build due to conflict with Paul's change
brettw@chromium.org
2009-02-05
1
-1
/
+7
*
Fix the build from my previous file move.
brettw@chromium.org
2009-02-05
2
-2
/
+2
*
Move resource_message_filter and resource_request_details to the renderer_host.
brettw@chromium.org
2009-02-05
17
-115
/
+121
*
Correctly spawn render process for posix.
pinkerton@chromium.org
2009-02-05
2
-1
/
+24
[next]