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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-1
/
+188
*
Add logging to NP_Initialize and CP_Initialize to try to figure out why gears
mpcomplete@google.com
2009-02-06
1
-0
/
+5
*
Clean up unnecessary includes in render_view.cc
brettw@chromium.org
2009-02-06
2
-3
/
+0
*
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
4
-10
/
+34
*
Add a command line option --disable-web-security. People can use this option...
abarth@chromium.org
2009-02-06
6
-0
/
+14
*
Fixes the EULA dialog to explicitly unset the usagestats flag if the checkbox...
gwilson@google.com
2009-02-06
1
-1
/
+4
*
Reference and create a RenderView when needed.
jrg@chromium.org
2009-02-06
5
-35
/
+237
*
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
*
Add a Repack tool to scons. This is used to compile linux resources
tc@google.com
2009-02-06
1
-4
/
+0
*
Initial Mac port of web_contents_view and render_widget_host_view.
avi@google.com
2009-02-06
19
-147
/
+835
*
another attempt to get the current errors into the known errors list
erikkay@google.com
2009-02-06
2
-6
/
+85
*
Make cert_store.cc compile on Mac and Linux.
jhawkins@chromium.org
2009-02-06
4
-18
/
+3
*
Revert "Clean up dns prefetch code, and also port it."
tc@google.com
2009-02-06
12
-361
/
+758
*
Enable more SafeBrowsing unittests on Mac and linux.
paul@chromium.org
2009-02-06
2
-1
/
+2
*
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
9
-5
/
+241
*
Enable/disable buttons when the corresponding command updates in the model.
pinkerton@chromium.org
2009-02-06
9
-18
/
+199
*
Support custom border widths. Allow user to resize the window (instead of do...
pkasting@chromium.org
2009-02-06
3
-133
/
+109
*
Clean up dns prefetch code, and also port it.
phajdan.jr@chromium.org
2009-02-06
12
-758
/
+361
*
Remove many more ifdefs around un-used methods to enable more functionality f...
pinkerton@chromium.org
2009-02-06
3
-34
/
+37
*
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
3
-1
/
+14
*
Prevent renderer from crashing on startup.
jrg@chromium.org
2009-02-06
2
-14
/
+11
*
Commit my changes that simplify automation message unpacking.
jam@chromium.org
2009-02-06
5
-509
/
+302
*
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 Renderer Crash on OS X + update unit test.
jeremy@chromium.org
2009-02-06
2
-8
/
+2
*
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
5
-50
/
+111
*
Make sure tab contents get cleaned up and dealloc'd correctly when a tab closes.
pinkerton@chromium.org
2009-02-06
2
-5
/
+21
*
Cleanup forward declared classes that are not needed in chrome/renderer, chro...
thestig@chromium.org
2009-02-06
13
-56
/
+31
*
Make render_widget_host_unittest compile and run on POSIX.
thestig@chromium.org
2009-02-06
2
-3
/
+21
*
New menu item for personalization project.
munjal@chromium.org
2009-02-06
3
-0
/
+15
*
Fix a memory leak on the async resource handler.
rvargas@google.com
2009-02-06
1
-1
/
+1
*
Add debugging info to hopefully catch what's causing 6316
erg@google.com
2009-02-05
1
-0
/
+2
*
Adds the 6-month flag functionality back into the criteria checker,
gwilson@google.com
2009-02-05
3
-298
/
+474
*
Stub implementation of gtk browser window.
estade@chromium.org
2009-02-05
6
-7
/
+264
*
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
18
-242
/
+388
*
Cleanup some forward declared structs that are not being used.
thestig@chromium.org
2009-02-05
7
-14
/
+9
*
Remove webkit glue stubs.
jrg@chromium.org
2009-02-05
1
-2
/
+13
*
Temporarily disable the printing test while I find out what I did wrong.
maruel@chromium.org
2009-02-05
1
-2
/
+2
*
Removes the expected selenium failures. These were fixed by r9233.
sky@google.com
2009-02-05
1
-1
/
+0
*
Linux: get us to the point where we crash at browser->window()->Show()
agl@chromium.org
2009-02-05
4
-2
/
+27
*
Build the rest of renderer on linux (except plugins).
estade@chromium.org
2009-02-05
2
-11
/
+4
[next]