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
/
render_view.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
A tricky fix for Issue 1845 (Take 2).
hbono@chromium.org
2009-03-25
1
-0
/
+1
*
Implement default css for toolstrips.
aa@chromium.org
2009-03-24
1
-0
/
+6
*
Add basic infrastructure for sending async browser API request and receiving ...
aa@chromium.org
2009-03-24
1
-0
/
+8
*
Initial rev at a message passing API for extensions. So far, only passing
mpcomplete@google.com
2009-03-23
1
-4
/
+2
*
Pressing the Del key while a item is selected in the autocomplete popup delet...
jcampan@chromium.org
2009-03-20
1
-0
/
+2
*
Removes all use of COM and dependencies on Windows-specific classes (includin...
klink@chromium.org
2009-03-20
1
-8
/
+11
*
Remove code duplicated from webcore and use the common PrintContext facility.
maruel@chromium.org
2009-03-19
1
-17
/
+3
*
Reverting 11953.
hbono@chromium.org
2009-03-18
1
-1
/
+0
*
A tricky fix for Issue 1845.
hbono@chromium.org
2009-03-18
1
-0
/
+1
*
Use devtool_ prefix instead of dev_tools_ to be consistent with the rest code.
yurys@google.com
2009-03-17
1
-2
/
+2
*
Get rid of stashing a frame pointer with ResourceRequest and just store the r...
jam@chromium.org
2009-03-16
1
-0
/
+3
*
Wire DevTools agent in the Glue to the Renderer DevTools IPC transport: DevTo...
pfeldman@chromium.org
2009-03-16
1
-0
/
+3
*
RSS feed support (part 1), 2nd attempt.
finnur@chromium.org
2009-03-13
1
-0
/
+4
*
Reverting 11640.
finnur@chromium.org
2009-03-13
1
-4
/
+0
*
RSS feed support (part 1)
finnur@chromium.org
2009-03-13
1
-0
/
+4
*
Switch to using one ResourceDispatcher per render process, and move it to Chi...
jam@chromium.org
2009-03-12
1
-9
/
+0
*
Instead of queuing ResourceDispatcher IPC messages in RenderView, use Resourc...
jam@chromium.org
2009-03-10
1
-8
/
+0
*
Changing ForwardMessageToExternalHost to postMessage and passing a proper
tommi@chromium.org
2009-03-09
1
-1
/
+3
*
Try #2 of "make JavaScript alerts reflect the URL of the frame they came from,
brettw@chromium.org
2009-03-05
1
-4
/
+5
*
Reverting 11002.
brettw@chromium.org
2009-03-05
1
-5
/
+4
*
Make JavaScript alerts reflect the URL of the frame they came from, not the
brettw@chromium.org
2009-03-05
1
-4
/
+5
*
Initial checkin of the out of process worker implementation.
jam@chromium.org
2009-03-04
1
-0
/
+1
*
Make our IME backend platform-independent.
hbono@chromium.org
2009-03-03
1
-0
/
+1
*
Register an onmessage handler with the external host binding instead of expli...
ananta@chromium.org
2009-03-03
1
-2
/
+1
*
Implementation of AudioRendererHost
hclam@chromium.org
2009-02-27
1
-1
/
+1
*
Prototype extension process. This is a proof of concept, with a lot of
mpcomplete@google.com
2009-02-27
1
-6
/
+9
*
DevToolsAgent provides IPC access to the inspected page from developer tools.
yurys@google.com
2009-02-26
1
-0
/
+14
*
This CL causes the autofill popup to hide when the browser window is moved or...
jcampan@chromium.org
2009-02-25
1
-0
/
+7
*
Audio related IPC messages and handlers from browser to
hclam@chromium.org
2009-02-20
1
-0
/
+35
*
Prepare some files for porting:
estade@chromium.org
2009-02-18
1
-2
/
+2
*
Reverting 9944.
yurys@google.com
2009-02-18
1
-15
/
+0
*
Create communication channel between developer tools UI implemented in JS and...
yurys@google.com
2009-02-18
1
-0
/
+15
*
Reverting 9855.
maruel@chromium.org
2009-02-16
1
-15
/
+0
*
Review URL: http://codereview.chromium.org/20405
yurys@google.com
2009-02-16
1
-0
/
+15
*
Add early-injection capability to user scripts.
aa@chromium.org
2009-02-14
1
-0
/
+2
*
Some consumers in the renderer process need access to an IO message loop, Ren...
hclam@chromium.org
2009-02-13
1
-0
/
+6
*
Add the first unit-test that tests our IME backend.
hbono@chromium.org
2009-02-12
1
-0
/
+1
*
Change url wstrings to GURLS
estade@chromium.org
2009-02-12
1
-1
/
+1
*
janitorial: browser_render_process_host header/lint cleanup. (try 2)
thestig@chromium.org
2009-02-11
1
-6
/
+5
*
Reverting 9594.
thestig@chromium.org
2009-02-11
1
-5
/
+6
*
janitorial: clean up unnecessary includes in src/chrome/renderer.
thestig@chromium.org
2009-02-11
1
-6
/
+5
*
Reference and create a RenderView when needed.
jrg@chromium.org
2009-02-06
1
-0
/
+3
*
Finish taking out render_messages.h includes from headers.
jam@chromium.org
2009-02-05
1
-3
/
+13
*
Re-land revision 8821 with the ui test fixed.
maruel@chromium.org
2009-01-29
1
-3
/
+1
*
Roll back r8821
mark@chromium.org
2009-01-28
1
-1
/
+3
*
Disconnect the "browser controlled printing" and always delegate the control ...
maruel@chromium.org
2009-01-28
1
-3
/
+1
*
Context menus for text selections in editable boxes and links should include ...
pkasting@chromium.org
2009-01-28
1
-1
/
+1
*
Remove extraneous uses of the --enable-user-script
aa@chromium.org
2009-01-28
1
-3
/
+0
*
Rolback r8793: Remove extraneous uses of the --enable-user-script
mal@chromium.org
2009-01-28
1
-0
/
+3
*
Remove extraneous uses of the --enable-user-script
aa@chromium.org
2009-01-28
1
-3
/
+0
[next]