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
/
content
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup unused code from r84023 now that WebKit has been rolled.
jam@chromium.org
2011-05-04
4
-24
/
+4
*
Chrome side to allow WebKit layer to use WebPermissionClient to check if acce...
jam@chromium.org
2011-05-04
4
-9
/
+26
*
Add a way to pass information to Pepper Flash from the command-line (e.g., fo...
viettrungluu@chromium.org
2011-05-03
2
-0
/
+8
*
CompleteInit early so that we don't create a webgraphics3dcontext more than n...
backer@chromium.org
2011-05-02
1
-11
/
+11
*
Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...
jam@chromium.org
2011-05-02
6
-6
/
+13
*
Implement PseudoTCP support in P2P Transport Pepper API.
sergeyu@chromium.org
2011-05-02
6
-37
/
+280
*
[Mac] Implement the system dictionary popup by implementing NSTextInput methods.
rsesek@chromium.org
2011-05-02
3
-17
/
+58
*
Implement the new WebPermissionClient interface in Chrome code to get rid of ...
jam@chromium.org
2011-04-30
8
-144
/
+8
*
Remove most prerendering code/references from content.
mmenke@chromium.org
2011-04-30
5
-125
/
+9
*
Fix the DCHECK in content/renderer/p2p/socket_client.cc.
sergeyu@chromium.org
2011-04-28
1
-3
/
+5
*
Rework FlushSync to return early if commands have been processed since the la...
piman@google.com
2011-04-28
2
-65
/
+28
*
Add myself to new OWNERS file for content/renderer
jamesr@chromium.org
2011-04-28
1
-0
/
+1
*
Fix for "Save password saves value sent in the POST request instead of the va...
asvitkine@chromium.org
2011-04-28
1
-5
/
+6
*
Rename VideoCodecConfig to VideoDecoderConfig and move to media/base/video_de...
scherkus@chromium.org
2011-04-27
4
-5
/
+7
*
Revert "Revert 83168 - Revert "Revert 83100 - Remove weird dependency on exte...
aa@chromium.org
2011-04-27
1
-7
/
+12
*
Revert 83168 - Revert "Revert 83100 - Remove weird dependency on extensions f...
acolwell@chromium.org
2011-04-27
1
-12
/
+7
*
Revert "Revert 83100 - Remove weird dependency on extensions from webui.Re-pl...
aa@chromium.org
2011-04-27
1
-7
/
+12
*
Fix downstream bustage due to WebKit r8495 by implementing methods on RenderW...
rsesek@chromium.org
2011-04-27
1
-0
/
+4
*
Enable quota API when enable-quota flag is given.
kinuko@chromium.org
2011-04-27
1
-0
/
+3
*
fix compile failure resulting from webkit r85001 - provide default stub
dpranke@chromium.org
2011-04-27
1
-0
/
+8
*
Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb exte...
aa@chromium.org
2011-04-26
1
-12
/
+7
*
Remove weird dependency on extensions from webui.
aa@chromium.org
2011-04-26
1
-7
/
+12
*
Replace AudioDecoder::media_format() with AudioDecoderConfig.
scherkus@chromium.org
2011-04-26
3
-26
/
+11
*
The skia bindings calls were not at a correct place to ensure that the host G...
twiz@chromium.org
2011-04-26
2
-4
/
+2
*
Revert my recent changes regarding title directionality.
evan@chromium.org
2011-04-25
2
-12
/
+8
*
Move more GPU related files from content/common to content/common/gpu.
apatrick@chromium.org
2011-04-22
9
-10
/
+10
*
Revert "Revert 82682 - Revert "Revert 82671 - V8ValueConverter: Handle except...
aa@chromium.org
2011-04-22
3
-38
/
+332
*
Replaced std::string argument storage in gpu_trace_event with faster TraceVal...
jbates@chromium.org
2011-04-22
1
-1
/
+2
*
Revert 82682 - Revert "Revert 82671 - V8ValueConverter: Handle exceptions whe...
aa@chromium.org
2011-04-22
3
-332
/
+38
*
Revert "Revert 82671 - V8ValueConverter: Handle exceptions when dealing with ...
aa@chromium.org
2011-04-22
3
-38
/
+332
*
Revert 82671 - V8ValueConverter: Handle exceptions when dealing with objectpr...
aa@chromium.org
2011-04-22
3
-332
/
+38
*
V8ValueConverter: Handle exceptions when dealing with object
aa@chromium.org
2011-04-22
3
-38
/
+332
*
Revert 82620 - Replaced std::string argument storage in gpu_trace_event with ...
thestig@chromium.org
2011-04-22
1
-2
/
+1
*
Replaced std::string argument storage in gpu_trace_event with faster TraceAny...
jbates@chromium.org
2011-04-22
1
-1
/
+2
*
Implement IpcNetworkManger
sergeyu@chromium.org
2011-04-21
3
-16
/
+34
*
Proxy time zone requests to the browser. This is because the current code
brettw@chromium.org
2011-04-21
2
-0
/
+8
*
Fix chrome frame tests which regressed after my change to only route content ...
ananta@chromium.org
2011-04-21
1
-4
/
+1
*
Ensure the PpapiBrokerImpl is deleted when it has no more clients.
ddorwin@chromium.org
2011-04-21
2
-20
/
+71
*
Plumb direction of document title through IPC layer.
evan@chromium.org
2011-04-20
2
-8
/
+12
*
PpapiBrokerImpl manages its own lifetime based on Connect and Disconnect calls.
ddorwin@chromium.org
2011-04-20
2
-21
/
+85
*
V8ValueConverter - convert keys with dots correctly.
aa@chromium.org
2011-04-20
2
-3
/
+18
*
Add V8ValueConverter utility to convert between v8::Value and
aa@chromium.org
2011-04-20
4
-34
/
+302
*
Navigations which are not content initiated should stay within ChromeFrame.
ananta@chromium.org
2011-04-20
1
-19
/
+12
*
Send the 'page_url' parameter of the page (on which the right click was made to
brettw@chromium.org
2011-04-20
1
-2
/
+8
*
Update Chrome to accept WebKit API for RTL titles.
evan@chromium.org
2011-04-20
2
-2
/
+6
*
Add support for base::Closure in the MessageLoop, and reimplement the whole s...
ajwong@chromium.org
2011-04-20
1
-3
/
+3
*
Wrap the p2p transport API in a compile time flag.
satish@chromium.org
2011-04-20
2
-0
/
+6
*
Fix M12 release blocker. SaveAs now works for embedded PDFs and PDFs in iframe.
gene@chromium.org
2011-04-20
2
-4
/
+4
*
Implement Clipboard::ReadImage on Linux.
dcheng@chromium.org
2011-04-20
1
-1
/
+10
*
Enable TCP sockets for P2P IPC.
sergeyu@chromium.org
2011-04-20
5
-30
/
+144
[next]