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
*
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
*
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
5
-28
/
+100
*
Remove resource message filter from the mac build, I accidentally added it.
brettw@google.com
2009-02-05
1
-2
/
+0
*
Fix linker error on Linux & Mac by stubbing out a function.
brettw@chromium.org
2009-02-05
1
-0
/
+3
*
Build bustage fixes, moved this file, didn't update the include.
brettw@chromium.org
2009-02-05
1
-1
/
+1
*
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
18
-125
/
+131
*
Correctly spawn render process for posix.
pinkerton@chromium.org
2009-02-05
2
-1
/
+24
*
Remove black magic and >100 lines. Unhook a lot of dead code.
maruel@chromium.org
2009-02-05
9
-321
/
+73
*
Take out unnecessary include that I added in a failed effort to fix the linux...
jam@chromium.org
2009-02-05
2
-1
/
+1
*
Fix compiler warning with GCC 4.3. Patch by Craig Schlenter (see http://code...
pkasting@chromium.org
2009-02-05
1
-2
/
+2
*
Port the ResourceDispatcherHost to Mac and linux.
paul@chromium.org
2009-02-05
14
-64
/
+340
*
Add some more scaffolding, enable some browser_main code on linux.
estade@chromium.org
2009-02-05
3
-15
/
+16
*
Add in NavigationController to linux and mac.
pinkerton@chromium.org
2009-02-05
12
-133
/
+116
*
Some fixes to ease debugging of the renderer process on OS X.
jeremy@chromium.org
2009-02-05
3
-5
/
+19
*
POSIX: Backing store scrolling.
agl@chromium.org
2009-02-05
1
-2
/
+132
*
Fix the dependency checker tool. Rules for a directory did modify their direc...
stoyan@chromium.org
2009-02-05
10
-4
/
+72
*
Fix unintentional edit from r9218.
kuchhal@chromium.org
2009-02-05
1
-1
/
+1
*
Open Chrome Window instead of tab when it is launched from a shortcut.
kuchhal@chromium.org
2009-02-05
1
-4
/
+7
*
Usual round of porting in chrome/
phajdan.jr@chromium.org
2009-02-05
7
-56
/
+39
*
Remove the stale ifdef/comment since the it's using the command line class now
thomasvl@chromium.org
2009-02-05
1
-7
/
+0
*
Fixing build break.
thomasvl@chromium.org
2009-02-05
1
-2
/
+1
*
Fix mac/linux build break.
jam@chromium.org
2009-02-05
1
-0
/
+1
*
Finish taking out render_messages.h includes from headers.
jam@chromium.org
2009-02-05
60
-249
/
+227
*
Make mock_render_process_host, test_web_contents, and testing_profile compile...
thestig@chromium.org
2009-02-05
4
-10
/
+14
[next]