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
/
plugin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a NULL channel check in CreateNPVariantParam as it can be called with
ananta@chromium.org
2008-11-24
1
-9
/
+15
*
Remove base versions of the graphics headers, which previously just forwarded...
brettw@google.com
2008-11-22
2
-2
/
+2
*
Relanding this fix. The earlier attempt broke test_shell_tests. The fix
ananta@chromium.org
2008-11-21
2
-6
/
+27
*
Revert r5816 due to InvokeMethods failures in test_shell_tests.
sgk@google.com
2008-11-21
2
-27
/
+6
*
Fix Silverlight windowless plugin painting issues. This fixes the
ananta@chromium.org
2008-11-21
2
-6
/
+27
*
Fix a potential race with cookie requests between renderer and gears.
mpcomplete@google.com
2008-11-17
1
-2
/
+18
*
Add Terminate() to the Process object, have RenderProcessHost use this to avo...
brettw@google.com
2008-11-14
4
-20
/
+21
*
Re-do the way browser windows are shown:
ben@chromium.org
2008-11-14
1
-1
/
+1
*
Fix http://code.google.com/p/chromium/issues/detail?id=4270. Test case added.
mpcomplete@google.com
2008-11-12
1
-1
/
+1
*
NO CODE CHANGE. Just force a build.
maruel@chromium.org
2008-11-11
1
-4
/
+3
*
No code change. Force a build.
maruel@chromium.org
2008-11-07
1
-5
/
+6
*
Convert chrome/plugin to the new naming (SConscript => plugin.scons).
sgk@google.com
2008-11-03
1
-12
/
+25
*
NO CODE CHANGE. Just force a build to see how badly broken is the tree.
maruel@chromium.org
2008-10-31
1
-4
/
+3
*
No code change. Just to force a build.
maruel@chromium.org
2008-10-28
1
-4
/
+3
*
No code change. Just to force a rebuild.
maruel@chromium.org
2008-10-28
1
-4
/
+3
*
No code change. Just force a build.
maruel@google.com
2008-10-28
1
-4
/
+3
*
Superficial change to force a build.
maruel@chromium.org
2008-10-27
1
-4
/
+3
*
This is a patch for bug 1385045: Adobe Acrobat 9.0 crash.
nsylvain@chromium.org
2008-10-22
1
-0
/
+4
*
Using $CHROME_SRC_DIR in place of hash/..
bradnelson@google.com
2008-10-22
1
-1
/
+1
*
Patch by Thatcher Ulrich <tulrich@google.com>.
ojan@google.com
2008-10-09
4
-4
/
+10
*
Fix videos stopping playing. Only send an invalidate to the renderer if it's...
jam@chromium.org
2008-10-09
1
-2
/
+4
*
Attempt 2 at landing this patch. It broke the Mac/linux builds. Fix for now is
ananta@chromium.org
2008-10-09
3
-2
/
+15
*
Revert r3074 due to Mac build bustage
mark@chromium.org
2008-10-09
3
-15
/
+2
*
This fixes http://code.google.com/p/chromium/issues/detail?id=2472, which
ananta@chromium.org
2008-10-08
3
-2
/
+15
*
Bring chrome/plugin/SConscript into the Linux build.
mmoss@google.com
2008-10-01
1
-14
/
+22
*
Fix painting problem with transparent plugins because plugins were ignoring t...
jam@chromium.org
2008-10-01
4
-64
/
+113
*
This CL adds new UI tests for the SSL UI.
jcampan@chromium.org
2008-09-24
1
-1
/
+2
*
Desynchronize windowless plugin painting. This greatly improves the painting
jam@chromium.org
2008-09-22
4
-167
/
+166
*
This fixes the following bugs:-
iyengar@google.com
2008-09-20
1
-0
/
+10
*
Adding a CPAPI function to make a function call asynchonously on the plugin t...
zork@google.com
2008-09-19
1
-0
/
+13
*
This CB fixes the following issue1. http://code.google.com/p/chromium/issues/...
iyengar@google.com
2008-09-19
4
-4
/
+29
*
Adding sync plugin messages, and plugin broadcasts to the renderer processes
zork@google.com
2008-09-15
1
-0
/
+24
*
Replace all instances of <hash_map> with a "base/hash_tabe.h",
erg@google.com
2008-09-08
3
-10
/
+6
*
Fix a crashing bug when shutting down the plugin process.
michaeln@google.com
2008-09-05
1
-1
/
+1
*
Update Copyright text in SCons config files.
sgk@google.com
2008-09-01
1
-28
/
+4
*
Some more changes so that Chromium and Google Chrome do not clash with each o...
rahulk@google.com
2008-08-31
1
-1
/
+2
*
Chrome changes corresponding to my message_loop_type CL.
darin@google.com
2008-08-26
3
-2
/
+9
*
Use a more compact license header in source files.
license.bot
2008-08-24
21
-589
/
+84
*
Port the Thread class properly to Mac and Linux. This involved porting
darin@google.com
2008-08-21
1
-1
/
+1
*
Step 1 at making Gears run in the renderer process (enabled by switch
mpcomplete@google.com
2008-08-15
1
-0
/
+3
*
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b9...
awalker@google.com
2008-08-14
1
-4
/
+4
*
Set the svn:eol-style to LF on all SConscript files
tc@google.com
2008-08-13
1
-63
/
+63
*
Fix race condition in plugin
jabdelmalek@google.com
2008-08-13
1
-0
/
+3
*
Enabling sync_channel in the browser to allow accessibility code making block...
jcampan@google.com
2008-08-12
2
-3
/
+6
*
Fix a bunch of include problems that my deps checker tool found. Mostly I mad...
brettw@google.com
2008-08-08
4
-6
/
+6
*
Move away from the deprecated atomic.h interface to AtomicRefCount and Atomic...
deanm@google.com
2008-08-07
1
-1
/
+1
*
Improve NPRuntime marshalling by adding glue functions for serializing / dese...
darin@google.com
2008-08-06
2
-17
/
+6
*
Convert chrome SConscript files to psuedo-builder calls.
sgk@google.com
2008-08-03
1
-1
/
+1
*
Initial cleanups en route to coalescing the get-it-built cut-and-paste from v...
sgk@google.com
2008-07-31
1
-27
/
+17
*
Add chrome to the repository.
initial.commit
2008-07-26
23
-0
/
+4378