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
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a macutil for the main app bundle and override
thomasvl@chromium.org
2009-03-03
1
-18
/
+12
*
Remove ifdefs around parts ported by all platforms.
pinkerton@chromium.org
2009-03-03
1
-15
/
+0
*
Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ...
pinkerton@chromium.org
2009-03-03
1
-2
/
+1
*
Make our IME backend platform-independent.
hbono@chromium.org
2009-03-03
2
-0
/
+129
*
Register an onmessage handler with the external host binding instead of expli...
ananta@chromium.org
2009-03-03
4
-21
/
+28
*
Minor cleanup in webkit/glue:
darin@chromium.org
2009-03-02
1
-1
/
+0
*
Fix the IPC::SyncChannel leaks with RenderThread in the callstack. This work...
jam@chromium.org
2009-03-02
2
-8
/
+21
*
Revert my previous change. It fixed the memory leaks (see http://build.chrom...
jam@chromium.org
2009-03-01
2
-15
/
+4
*
Speculative fix for memory leak in unit tests.TBR=erikkay
jam@chromium.org
2009-03-01
2
-3
/
+14
*
Chrome side to pick up new WebKit API changes.
darin@chromium.org
2009-02-28
8
-29
/
+91
*
Implementation of AudioRendererHost
hclam@chromium.org
2009-02-27
2
-3
/
+3
*
Prototype extension process. This is a proof of concept, with a lot of
mpcomplete@google.com
2009-02-27
10
-44
/
+93
*
Fix crash that happens when the damaged rect is bigger than the HDC we get fo...
jam@chromium.org
2009-02-27
1
-4
/
+11
*
We don't support beeing scrolled in two dimensions at a time.
mad@chromium.org
2009-02-27
1
-10
/
+5
*
Don't send WebInputEvents from the renderer to the browser.
erg@google.com
2009-02-27
1
-4
/
+2
*
Enable --single-process for Mac and Linux.
shess@chromium.org
2009-02-27
1
-0
/
+3
*
Chrome side to implement WebMimeRegistry.
darin@chromium.org
2009-02-26
7
-85
/
+138
*
Revert brett's code, for real this time.
nsylvain@chromium.org
2009-02-26
2
-7
/
+6
*
More URL constants replacement.
brettw@chromium.org
2009-02-26
2
-6
/
+7
*
DevToolsAgent provides IPC access to the inspected page from developer tools.
yurys@google.com
2009-02-26
10
-0
/
+449
*
Sandbox warmup - localtime().
jeremy@chromium.org
2009-02-26
1
-0
/
+4
*
Chromium changes to use new WebKit, WebKitClient, and WebClipboard interfaces.
darin@chromium.org
2009-02-26
5
-10
/
+24
*
Convert sandbox NOTIMPLEMENTED()s into a bug.
evan@chromium.org
2009-02-25
1
-3
/
+6
*
Don't send the receiver function name in the ExternalHostBindings::ForwardMes...
ananta@chromium.org
2009-02-25
1
-7
/
+5
*
This CL causes the autofill popup to hide when the browser window is moved or...
jcampan@chromium.org
2009-02-25
3
-1
/
+22
*
Dynamically load FFmpeg DLLs if present and --enable-video is on.
scherkus@chromium.org
2009-02-25
1
-3
/
+37
*
Delete the ViewSourceTabContents.
brettw@chromium.org
2009-02-25
2
-4
/
+5
*
Sandbox fix - warmup -[NSColor colorUsingColorSpaceName].
jeremy@chromium.org
2009-02-25
2
-2
/
+11
*
Initial support for Renderer Side Histograms
jar@chromium.org
2009-02-25
7
-1
/
+189
*
Temporary fix for the Cocoa-in-renderer problem.
jrg@chromium.org
2009-02-25
1
-2
/
+27
*
Always log out how many user scripts were injected, not just
aa@chromium.org
2009-02-25
1
-4
/
+2
*
Final step in converting all grit includes to have grit in the path.
tc@google.com
2009-02-24
1
-1
/
+1
*
Add logging to ExtensionsService, UserScriptMaster,
aa@chromium.org
2009-02-24
1
-0
/
+5
*
Keeping track of whether WebKit is in the callstack using RenderThread doesn'...
jam@chromium.org
2009-02-24
4
-90
/
+8
*
The guts of the video renderer logic that relate to timing and queuing of fra...
ralphl@chromium.org
2009-02-24
3
-419
/
+82
*
Use string for Histogram names since these are all ASCII anyway.
dsh@google.com
2009-02-24
1
-4
/
+4
*
Fix missing include in r10237
hclam@chromium.org
2009-02-24
1
-0
/
+1
*
Fix the build due to r10237
hclam@chromium.org
2009-02-24
1
-1
/
+2
*
Implementation of data source for media player
hclam@chromium.org
2009-02-24
4
-47
/
+326
*
The find bar should be owned and managed from the BrowserView, not the WebCon...
finnur@google.com
2009-02-24
1
-24
/
+23
*
Multiple fixes for broken Linux SHARED=1 build. This gets things building, bu...
mmoss@chromium.org
2009-02-23
1
-0
/
+6
*
Update include paths for grit files. Go ahead and resort
tc@google.com
2009-02-22
4
-11
/
+6
*
Fix plugin hang that Earth team found.
jam@chromium.org
2009-02-21
1
-5
/
+8
*
Refactor code from RenderThread and PluginThread and move it to ChildThread. ...
jam@chromium.org
2009-02-21
17
-294
/
+209
*
Remove unused 'node' parameter from ImeUpdateStatus.
darin@chromium.org
2009-02-20
1
-2
/
+1
*
Reverting 10080.
jam@chromium.org
2009-02-20
17
-200
/
+294
*
Refactor code from RenderThread and PluginThread and move it to ChildThread. ...
jam@chromium.org
2009-02-20
17
-294
/
+200
*
Audio related IPC messages and handlers from browser to
hclam@chromium.org
2009-02-20
5
-0
/
+158
*
Unit tests fix
agl@chromium.org
2009-02-20
1
-0
/
+3
*
Bitmap transport
agl@chromium.org
2009-02-20
6
-151
/
+185
[next]